:root {
  --bg: #faf6ef;
  --surface: #fffdf8;
  --surface-soft: rgba(255, 253, 248, 0.9);
  --text: #193c36;
  --text-soft: #5e6d67;
  --line: rgba(25, 60, 54, 0.1);
  --primary: #55b65f;
  --primary-strong: #2e7c39;
  --primary-soft: #dbe8d6;
  --dark: #0f504b;
  --shadow: 0 24px 60px rgba(25, 48, 45, 0.09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1220px;
  --header-height: 92px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(219, 232, 214, 0.9), transparent 22%),
    linear-gradient(180deg, #fffdf9 0%, var(--bg) 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--dark);
  color: #fff;
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 4.8rem 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading-centered {
  margin: 0 auto 2.3rem;
  text-align: center;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #6e9f72;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-text {
  margin: 1rem auto 0;
  max-width: 46rem;
  color: var(--text-soft);
  line-height: 1.75;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--text);
  font-weight: 600;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 5.7rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.7rem;
  line-height: 1.08;
}

p {
  color: var(--text-soft);
  line-height: 1.72;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 600;
  transition:
    transform var(--transition),
    background var(--transition),
    border-color var(--transition),
    color var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(180deg, #69bf72 0%, var(--primary) 100%);
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
  color: var(--text);
}

.button-icon {
  width: 18px;
  height: 18px;
  flex: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-icon-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2325D366'/%3E%3Cpath d='M16.1 7.1c-4.9 0-8.8 3.9-8.8 8.7 0 1.7.5 3.3 1.4 4.6l-1.1 4.1 4.2-1.1c1.3.8 2.8 1.2 4.3 1.2 4.9 0 8.8-3.9 8.8-8.8 0-4.8-3.9-8.7-8.8-8.7Zm5.2 12.5c-.2.5-1.1 1-1.5 1.1-.4.1-1 .2-1.6 0-.4-.1-.8-.3-1.4-.6-2.5-1.1-4.2-3.7-4.3-3.8-.1-.1-1-1.3-1-2.4 0-1.2.6-1.7.8-2 .2-.2.4-.3.6-.3h.4c.1 0 .3 0 .4.4.2.5.7 1.7.7 1.8.1.1.1.3 0 .4 0 .2-.1.3-.2.4l-.3.3c-.1.1-.2.2-.1.4.1.2.5.9 1.1 1.4.8.8 1.5 1.1 1.7 1.2.1.1.3 0 .4-.1l.5-.7c.1-.2.3-.2.4-.1.2.1 1.3.6 1.6.7.2.1.4.2.4.3.1.2.1.8-.1 1.3Z' fill='white'/%3E%3C/svg%3E");
}

.button-icon-whatsapp.is-outline {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='15' fill='none' stroke='%23193C36' stroke-width='2'/%3E%3Cpath d='M16.1 7.1c-4.9 0-8.8 3.9-8.8 8.7 0 1.7.5 3.3 1.4 4.6l-1.1 4.1 4.2-1.1c1.3.8 2.8 1.2 4.3 1.2 4.9 0 8.8-3.9 8.8-8.8 0-4.8-3.9-8.7-8.8-8.7Zm5.2 12.5c-.2.5-1.1 1-1.5 1.1-.4.1-1 .2-1.6 0-.4-.1-.8-.3-1.4-.6-2.5-1.1-4.2-3.7-4.3-3.8-.1-.1-1-1.3-1-2.4 0-1.2.6-1.7.8-2 .2-.2.4-.3.6-.3h.4c.1 0 .3 0 .4.4.2.5.7 1.7.7 1.8.1.1.1.3 0 .4 0 .2-.1.3-.2.4l-.3.3c-.1.1-.2.2-.1.4.1.2.5.9 1.1 1.4.8.8 1.5 1.1 1.7 1.2.1.1.3 0 .4-.1l.5-.7c.1-.2.3-.2.4-.1.2.1 1.3.6 1.6.7.2.1.4.2.4.3.1.2.1.8-.1 1.3Z' fill='%23193C36'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(25, 60, 54, 0.06);
  backdrop-filter: blur(18px);
  background: rgba(255, 252, 246, 0.85);
}

.site-header-static {
  position: static;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-height);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-copy {
  display: grid;
  gap: 0.2rem;
}

.brand-title,
.brand-tagline {
  display: block;
  line-height: 1;
}

.brand-title {
  color: var(--dark);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-tagline {
  color: #51706a;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand img {
  width: auto;
  height: 64px;
  object-fit: contain;
}

.brand-mark {
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.brand-footer {
  align-items: center;
  margin-bottom: 0.75rem;
}

.brand-footer .brand-title {
  color: #ffffff;
  font-size: 1.35rem;
}

.brand-footer .brand-tagline {
  color: rgba(236, 245, 240, 0.7);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-left: auto;
}

.site-nav a {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

.button-header {
  margin-left: 0;
}

.header-access-link,
.header-access-mobile {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.header-access-link {
  white-space: nowrap;
}

.header-access-mobile {
  display: none;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  padding-top: 2.8rem;
  padding-bottom: 3.5rem;
}

.hero-grid,
.method-frame,
.centre-layout,
.contact-panels,
.footer-grid,
.info-documents-grid {
  display: grid;
  gap: 1.7rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.hero-copy h1 {
  max-width: 8.5ch;
}

.hero-text {
  max-width: 33rem;
  margin: 1.4rem 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.photo-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 1.5rem;
  border: 2px dashed rgba(25, 60, 54, 0.22);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(241, 236, 227, 0.72));
  text-align: center;
}

.photo-placeholder::before {
  content: "ESPACIO RESERVADO";
  display: block;
  margin-bottom: 0.7rem;
  color: #6e9f72;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.photo-placeholder strong {
  display: block;
  color: var(--text);
  font-size: 1.2rem;
}

.photo-placeholder span {
  display: block;
  margin-top: 0.45rem;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.photo-placeholder-hero {
  min-height: 520px;
  border-radius: 28px 28px 28px 70px;
}

.photo-placeholder-method {
  min-height: 360px;
}

.photo-placeholder-team,
.photo-placeholder-gallery {
  min-height: 220px;
}

.photo-media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(241, 236, 227, 0.72));
}

.photo-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-media-hero {
  height: 520px;
  border-radius: 28px 28px 28px 70px;
  box-shadow: var(--shadow);
}

.photo-media-method {
  height: 360px;
  box-shadow: var(--shadow);
}

.photo-media-team {
  min-height: 280px;
  border-radius: 1.55rem 1.55rem 0 0;
  flex: 1;
}

.photo-media-gallery {
  min-height: 0;
  height: auto;
  box-shadow: var(--shadow);
}

.photo-media-gallery img {
  height: auto;
  object-fit: contain;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
}

.info-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.95rem;
  padding: 1.45rem 1.55rem;
  border-right: 1px solid rgba(25, 60, 54, 0.08);
}

.info-card:last-child {
  border-right: 0;
}

.card-icon,
.service-icon,
.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
}

.card-icon svg,
.service-icon svg,
.contact-icon svg {
  width: 22px;
  height: 22px;
}

.info-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

.info-card span,
.info-card em {
  display: block;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.5;
}

.info-card em {
  margin-top: 0.6rem;
  color: var(--primary-strong);
  font-weight: 600;
}

.services-grid {
  display: grid;
  gap: 1.25rem;
}

.services-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.services-grid-extended {
  grid-template-columns: repeat(5, 1fr);
}

.service-card,
.team-card,
.testimonial-card,
.contact-card {
  border: 1px solid rgba(25, 60, 54, 0.08);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
}

.service-card {
  padding: 1.75rem 1.6rem;
}

.service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: var(--primary-soft);
}

.service-card h3 {
  margin-bottom: 0.8rem;
}

.service-link {
  color: var(--primary-strong);
  font-size: 0.93rem;
  font-weight: 600;
}

.service-link::after {
  content: " ->";
}

.audience-grid,
.offers-grid,
.tariffs-grid,
.faq-grid {
  display: grid;
  gap: 1.25rem;
}

.audience-grid {
  grid-template-columns: repeat(3, 1fr);
}

.audience-card,
.offer-card,
.tariff-group-card,
.schedule-card,
.faq-item {
  border: 1px solid rgba(25, 60, 54, 0.08);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
}

.audience-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem;
}

.audience-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--dark);
}

.audience-icon svg {
  width: 22px;
  height: 22px;
}

.audience-card p {
  margin: 0;
  color: var(--text);
}

.offers-grid {
  grid-template-columns: repeat(3, 1fr);
}

.offer-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.6rem;
}

.offer-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(85, 182, 95, 0.12);
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-note {
  margin: 0;
  font-size: 0.95rem;
}

.view-switch {
  display: inline-flex;
  gap: 0.7rem;
  padding: 0.45rem;
  margin: 0 auto 1.6rem;
  border: 1px solid rgba(25, 60, 54, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.view-switch-button {
  min-height: 46px;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.view-switch-button.is-active {
  background: linear-gradient(180deg, #69bf72 0%, var(--primary) 100%);
  color: #fff;
}

.view-panels {
  display: grid;
}

.view-panel {
  display: none;
}

.view-panel.is-active {
  display: block;
}

.tariffs-grid {
  grid-template-columns: repeat(2, 1fr);
}

.tariff-group-card {
  padding: 0;
  overflow: hidden;
}

.tariff-group-card:last-child {
  grid-column: 1 / -1;
  width: 100%;
}

.tariff-accordion {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 245, 237, 0.96));
}

.tariff-accordion summary {
  list-style: none;
}

.tariff-accordion summary::-webkit-details-marker {
  display: none;
}

.tariff-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1.5rem;
  cursor: pointer;
}

.tariff-summary-copy {
  display: grid;
  gap: 0.55rem;
  max-width: 36rem;
}

.tariff-summary-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(85, 182, 95, 0.12);
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tariff-summary-copy h3 {
  font-size: clamp(1.65rem, 2vw, 2.2rem);
}

.tariff-summary-copy p {
  margin: 0;
  max-width: 38rem;
  min-height: calc(1.72em * 3);
}

.tariff-summary-meta {
  display: grid;
  justify-items: end;
  gap: 0.6rem;
  flex: none;
}

.tariff-from,
.tariff-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(25, 60, 54, 0.08);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
}

.tariff-from {
  background: linear-gradient(180deg, #69bf72 0%, var(--primary) 100%);
  border-color: transparent;
  color: #fff;
}

.tariff-chevron {
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--dark);
  border-bottom: 2px solid var(--dark);
  transform: rotate(45deg);
  transition: transform var(--transition);
}

.tariff-accordion[open] .tariff-chevron {
  transform: rotate(-135deg);
}

.tariff-panel {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid rgba(25, 60, 54, 0.08);
}

.tariff-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.tariff-item {
  display: grid;
  gap: 0.95rem;
  padding: 1.15rem;
  border: 1px solid rgba(25, 60, 54, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
}

.tariff-item-top {
  display: grid;
  gap: 0.7rem;
}

.tariff-item-label {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(219, 232, 214, 0.62);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
}

.tariff-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
}

.tariff-item-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.tariff-button {
  width: 100%;
}

.schedule-card {
  padding: 1.2rem;
}

.visual-doc-grid {
  display: grid;
  gap: 1rem;
}

.visual-doc-grid-single {
  max-width: 920px;
  margin: 0 auto;
}

.schedule-table-wrap {
  overflow-x: auto;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.schedule-table th,
.schedule-table td {
  padding: 0.95rem 0.85rem;
  border-bottom: 1px solid rgba(25, 60, 54, 0.08);
  text-align: left;
  vertical-align: top;
}

.schedule-table thead th {
  color: var(--dark);
  font-size: 0.96rem;
  font-weight: 700;
}

.schedule-table tbody th {
  color: var(--primary-strong);
  font-size: 0.95rem;
  font-weight: 700;
}

.schedule-table td {
  color: var(--text);
  line-height: 1.5;
}

.schedule-empty {
  color: rgba(25, 60, 54, 0.35);
}

.schedule-support {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.method-frame {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.68fr);
  align-items: center;
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(221, 232, 214, 0.7), rgba(248, 243, 233, 0.84));
}

.method-steps-horizontal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.method-step {
  position: relative;
}

.method-step-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.9rem;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.method-step p {
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
}

.centre-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: start;
}

.centre-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-auto-rows: 220px;
  gap: 1rem;
}

.centre-placeholder {
  margin: 0;
  display: flex;
}

.centre-placeholder .photo-media {
  width: 100%;
  height: 100%;
}

.centre-placeholder-large {
  grid-row: span 2;
}

.centre-copy {
  padding: 0.35rem 0 0;
}

.team-section {
  margin-top: 3.4rem;
}

.team-section .section-heading {
  margin-bottom: 1.5rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.team-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.team-copy {
  padding: 1.4rem 1.4rem 1.6rem;
}

.team-role {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-copy p {
  margin: 0.7rem 0 0;
}

.info-documents-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}

.info-document-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
}

.info-document-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.info-document-head h3 {
  font-size: 1.95rem;
}

.info-document-note {
  margin: 0.45rem 0 0;
  max-width: 34rem;
}

.info-document-badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(85, 182, 95, 0.12);
  color: var(--primary-strong);
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}

.info-document-frame {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 239, 228, 0.92));
  border: 1px solid rgba(25, 60, 54, 0.08);
  padding: 1rem;
}

.info-document-frame-portrait {
  min-height: 640px;
}

.info-document-frame-landscape {
  min-height: 640px;
}

.info-document-frame img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(15, 80, 75, 0.12);
}

.info-document-actions {
  display: flex;
  justify-content: flex-start;
}

.info-document-button {
  min-width: 172px;
}

.testimonials-shell {
  display: grid;
  gap: 1rem;
}

.testimonials-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.testimonials-controls {
  display: inline-flex;
  gap: 0.7rem;
}

.testimonials-control {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(25, 60, 54, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--dark);
  font-size: 1.1rem;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.testimonials-control:hover,
.testimonials-control:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(46, 124, 57, 0.28);
}

.testimonials-viewport {
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.testimonials-track {
  display: flex;
}

.testimonial-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.testimonial-card {
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1.6rem;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.testimonial-source {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(85, 182, 95, 0.12);
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-stars {
  color: #d39a28;
  font-size: 1rem;
  letter-spacing: 0.14em;
}

.testimonial-quote {
  margin: 0;
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.8;
}

.testimonial-author {
  display: grid;
  gap: 0.2rem;
}

.testimonial-author strong {
  font-size: 1.02rem;
}

.testimonial-author span,
.testimonial-author em {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-style: normal;
}

.faq-grid {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  padding: 1.2rem 1.4rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  color: var(--text);
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0.9rem 0 0;
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.testimonial-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(25, 60, 54, 0.18);
}

.testimonial-dot.is-active {
  background: var(--primary);
}

.contact-panels {
  grid-template-columns: repeat(3, 1fr);
}

.contact-card {
  padding: 1.5rem;
}

.contact-list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list {
  display: grid;
  gap: 1rem;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.contact-icon {
  width: 24px;
  height: 24px;
}

.map-card {
  padding: 0;
  overflow: hidden;
}

.map-embed {
  width: 100%;
  min-height: 240px;
  border: 0;
}

.contact-cta {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.site-footer {
  padding: 2.2rem 0 2.6rem;
  background: linear-gradient(180deg, #0d4742 0%, #072d2a 100%);
  color: #ecf5f0;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.9fr;
  align-items: start;
}

.footer-grid h3 {
  margin: 0 0 0.8rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

.footer-brand p,
.footer-links a {
  color: rgba(236, 245, 240, 0.8);
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.gallery-page-main {
  min-height: calc(100vh - var(--header-height));
}

.gallery-page-title {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

.gallery-placeholders-grid {
  column-count: 3;
  column-gap: 1.25rem;
}

.gallery-placeholder-card {
  margin: 0 0 1.25rem;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
}

.gallery-caption {
  margin-top: 0.7rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  text-align: center;
}

.gallery-intro {
  max-width: 48rem;
  margin-top: 1rem;
}

.gallery-back-link {
  display: inline-flex;
  margin-top: 1.2rem;
  color: var(--primary-strong);
  font-weight: 600;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 58px;
  padding: 0 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #19b95b);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(25, 185, 91, 0.3);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-nav a:focus-visible,
.button:focus-visible,
.menu-toggle:focus-visible,
.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(85, 182, 95, 0.36);
  outline-offset: 2px;
}

.legal-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.legal-main {
  flex: 1;
}

.legal-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 30px;
  border: 1px solid rgba(25, 60, 54, 0.08);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--shadow);
}

.legal-article h1,
.legal-article h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.legal-article p,
.legal-article li {
  color: var(--text-soft);
}

@media (max-width: 1120px) {
  .hero-grid,
  .method-frame,
  .centre-layout,
  .footer-grid,
  .info-documents-grid {
    grid-template-columns: 1fr;
  }

  .services-grid-four,
  .services-grid-extended,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-placeholders-grid {
    column-count: 2;
  }

  .audience-grid,
  .offers-grid,
  .tariffs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 80px;
  }

  .section {
    padding: 4rem 0;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.8rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .button-header {
    margin-left: 0;
  }

  .header-actions {
    margin-left: 0;
  }

  .header-actions .button-header,
  .header-actions .header-access-link {
    display: none;
  }

  .header-access-mobile {
    display: inline-flex;
  }

  .brand-title {
    font-size: 1.3rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .view-switch {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .info-strip,
  .services-grid-four,
  .services-grid-extended,
  .method-steps-horizontal,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .gallery-placeholders-grid {
    column-count: 1;
  }

  .centre-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid,
  .offers-grid,
  .tariffs-grid,
  .tariff-items-grid {
    grid-template-columns: 1fr;
  }

  .tariff-group-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .tariff-summary {
    align-items: start;
    flex-direction: column;
  }

  .tariff-summary-meta {
    width: 100%;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    align-items: center;
  }

  .tariff-summary-copy p {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .photo-placeholder-hero {
    min-height: 320px;
    border-radius: 24px;
  }

  .info-document-head {
    flex-direction: column;
  }

  .schedule-table {
    min-width: 620px;
  }

  .testimonials-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonials-controls {
    justify-content: center;
  }

  .info-document-frame-portrait,
  .info-document-frame-landscape {
    min-height: auto;
  }

  .brand-title {
    font-size: 1.05rem;
  }

  .brand-tagline {
    font-size: 0.48rem;
    letter-spacing: 0.12em;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .info-card {
    border-right: 0;
    border-bottom: 1px solid rgba(25, 60, 54, 0.08);
  }

  .info-card:last-child {
    border-bottom: 0;
  }

  .floating-whatsapp {
    width: 58px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp span:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
