/* ═══════════════════════════════════════════
   AGUAS DE VIDA — styles.css
   Paleta celeste spa, luminosa, sin negros
   ═══════════════════════════════════════════ */

/* RESET */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* VARIABLES */
:root {
  --aqua:       #7DD6E8;
  --aqua-mid:   #3AAAC8;
  --aqua-dark:  #2A85A0;
  --aqua-soft:  #C8EEF6;
  --aqua-pale:  #E8F7FB;
  --gold:       #C9A84C;
  --gold-l:     #E2C97E;
  --gold-d:     #A8892E;
  --ink:        #1C3A42;
  --ink-mid:    #2E5A68;
  --ink-soft:   #5A8A96;
  --ink-light:  #8AB8C4;
  --white:      #FFFFFF;
  --off:        #F4FBFD;
  --bg-section: #EAF6FA;
  --bg-alt:     #D6EEF5;
  --border:     #B8DCEA;
  --border-l:   #D8EFF6;
}

/* BASE */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Inter', sans-serif;
  background: var(--off);
  color: var(--ink);
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
ul { list-style: none; }

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1.4s ease,
    transform 1.4s cubic-bezier(.16,1,.3,1);
  will-change: opacity, transform;
}

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

/* DIVIDER */
.divider { height: 1px; background: var(--border-l); }

/* ═══════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  padding: 0 2.5rem;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  border-bottom:
    1px solid rgba(255,255,255,0.15);
  transition:
    background .4s,
    box-shadow .4s;
}
.nav.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 1rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-logo-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
.nav-logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
}
.nav-logo-sub {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.nav-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--white);
  transition: color .4s;
}
.nav.scrolled .nav-logo-name { color: var(--aqua-dark); }

.nav-logo-sub {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  transition: color 0.4s;
}
.nav.scrolled .nav-logo-sub { color: var(--ink-soft); }

.nav-links {
  display: flex;
  gap: 2rem;
}
.nav-links a {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255,255,255,.98);
  text-shadow:
    0 1px 4px rgba(0,0,0,.10);
  transition: color .3s;
}
.nav.scrolled .nav-links a { color: var(--ink-soft); }
.nav-links a:hover { color: var(--white) !important; }
.nav.scrolled .nav-links a:hover { color: var(--aqua-dark) !important; }

.nav-cta {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(255,255,255,.95);
  color: #6e8f7a;
  padding: 12px 26px;
  border-radius: 999px;
  transition: all .3s ease;
  flex-shrink: 0;
}
.nav.scrolled .nav-cta {
  background: var(--aqua-mid);
  color: var(--white);
}
.nav-cta:hover { opacity: 0.85; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}
.nav.scrolled .nav-toggle span { background: var(--aqua-dark); }
.nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Drawer mobile */
.nav-drawer {
  display: none;
  position: fixed;
  inset: 76px 0 0 0;
  background: rgba(232, 247, 251, 0.98);
  backdrop-filter: blur(16px);
  z-index: 299;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
.nav-drawer a:hover { color: var(--aqua-dark); }
.nav-drawer .drawer-cta {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--aqua-mid);
  color: var(--white);
  padding: 14px 36px;
  font-weight: 600;
}

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero {
  min-height: 820px;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;

  background:
  linear-gradient(
    135deg,
    #6e8f7a 0%,
    #83b498 35%,
    #8ea5bb 75%,
    #6f89a0 100%
  );
}
.hero-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
  animation: ringPulse 5s ease-in-out infinite;
}

.hero-ring:nth-child(1) {
  width: min(680px, 120vw);
  height: min(680px, 120vw);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 221, 140, 0.28);
  box-shadow:
    0 0 25px rgba(255,221,140,0.08);
}

.hero-ring:nth-child(2) {
  width: min(480px, 95vw);
  height: min(480px, 95vw);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,221,140,0.55);
  box-shadow:
    0 0 35px rgba(255,221,140,0.15);
  animation-delay: 0.8s;
}
@keyframes ringPulse {
  0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  50%       { opacity: 0.4; transform: translate(-50%, -50%) scale(1.04); }
}
.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(255,255,255,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.12) 0%, transparent 50%),
    linear-gradient(to bottom, transparent 60%, rgba(30,110,135,0.3) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 3rem 1.5rem 6rem;
}
.hero-logo {
  width: clamp(170px, 18vw, 260px);
  margin: 2rem auto 1.5rem;
  position: relative;
  top: 25px;
  filter:
    drop-shadow(
      0 10px 30px rgba(255,255,255,.25)
    );
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  font-weight: 400;
  margin-bottom: 1.75rem;
}
.hero-badge::before,
.hero-badge::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 6.5vw, 86px);
  font-weight: 300;
  line-height: 1.07;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-l);
}
.hero-sub {
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.9;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  max-width: 520px;
  margin: 0 auto 2.75rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  padding: 16px 40px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(201,168,76,0.35);
  transition: opacity 0.3s, transform 0.2s;
}
.btn-gold:hover { opacity: 0.88; transform: translateY(-2px); }

.btn-ghost {
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 15px 32px;
  transition: all 0.3s;
}
.btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.12);
}
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.5);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  z-index: 2;
}
.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);
  animation: scrollAnim 2.2s ease-in-out infinite;
}
@keyframes scrollAnim {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.2; }
}

/* ═══════════════════════════════════════════
   INTRO STRIP
   ═══════════════════════════════════════════ */
.intro-strip {

  background:
    linear-gradient(
      180deg,
      #bfe8f3 0%,
      #a8ddea 100%
    );
  padding: 3.2rem 2rem;
  text-align: center;
  border-top:
    1px solid rgba(255,255,255,.5);
  border-bottom:
    1px solid rgba(255,255,255,.4);
}

.intro-strip p {
  max-width: 820px;
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 300;
  line-height: 1.8;
  color: #2f5260;
}

.intro-strip span {
  display: inline-block;
  margin-top: 10px;
  color: #a8892e;
  font-style: italic;
  font-weight: 400;
}

/* ═══════════════════════════════════════════
   SECCIONES COMPARTIDO
   ═══════════════════════════════════════════ */
.section { padding: 110px 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }

.eyebrow {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--aqua-dark);
  font-weight: 500;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--aqua-mid);
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.section-title em { font-style: italic; color: var(--aqua-dark); }
.section-body {
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink-soft);
  font-weight: 300;
  max-width: 520px;
}

/* ═══════════════════════════════════════════
   QUÉ ES
   ═══════════════════════════════════════════ */
.que-es { background: var(--white); }

.que-es-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.que-es-media {
  width: 100%;
  max-width: 430px;
  justify-self: center;
}

.que-es-grid > .reveal:last-child {
  max-width: 520px;
  justify-self: center;
}

.media-box {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  background: #e9f4f7;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
/* VIDEO COVER */

.video-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform .4s ease;
}

.video-cover:hover .video-cover-img {
  transform: scale(1.03);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #5c8f7a;
  font-size: 34px;
  cursor: pointer;
  box-shadow:
    0 12px 30px rgba(0,0,0,.15);
  transition:
    all .25s ease;
}

.video-play-btn:hover {
  transform:
    translate(-50%, -50%)
    scale(1.08);
}

.video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: white;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.55),
      transparent
    );
}


.media-box img { width: 100%; height: 100%; object-fit: cover; }
.media-ph-icon { font-size: 60px; opacity: 0.5; }
.media-ph-text {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  font-weight: 400;
}
.media-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 154px;
  height: 154px;
  background: var(--aqua-pale);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.accent-num {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  color: var(--aqua-dark);
}
.accent-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
  text-align: center;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.step { display: flex; gap: 1.5rem; align-items: flex-start; }
.step-num {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: var(--aqua-mid);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
  flex-shrink: 0;
}
.step-title { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 5px; }
.step-body { font-size: 14px; line-height: 1.8; color: var(--ink-soft); font-weight: 300; }

/* ═══════════════════════════════════════════
   BENEFICIOS
   ═══════════════════════════════════════════ */
.beneficios { background: var(--aqua-soft); }
.ben-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 2rem;
  flex-wrap: wrap;
}
.ben-header .section-body { color: var(--ink-soft); max-width: 300px; }
.ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.ben-item {
  background: var(--white);
  padding: 3rem 2.5rem;
  border: 1px solid var(--border-l);
  border-bottom: 3px solid transparent;
  transition: border-color .3s, box-shadow .3s;
  will-change: opacity, transform;
}
.beneficios .section-inner {
  max-width: 1280px;
}
.ben-item:hover {
  border-bottom-color: var(--aqua-mid);
  box-shadow: 0 8px 24px rgba(58,170,200,0.12);
}
.ben-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
  margin-bottom: 1.5rem;
  transition: transform .3s ease;
}
.ben-item:hover .ben-icon {
  transform: translateY(-3px);
}
.ben-title { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.ben-body { font-size: 13px; line-height: 1.85; color: var(--ink-soft); font-weight: 300; }

/* ═══════════════════════════════════════════
   CTA CENTRAL
   ═══════════════════════════════════════════ */
.cta-section {
  background:
    radial-gradient(
      circle at center,
      rgba(255,221,140,.10) 0%,
      rgba(255,221,140,0) 45%
    ),
    linear-gradient(
      180deg,
      #D8EEF3 0%,
      #C7E6EC 100%
    );
  padding: 120px 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.cta-ring:nth-child(1) {
  width: 650px;
  height: 650px;
  border: 2px solid rgba(201,168,76,.18);
  box-shadow:
    0 0 60px rgba(201,168,76,.12);
}

.cta-ring:nth-child(2) {

  width: 440px;
  height: 440px;
  border: 2px solid rgba(201,168,76,.35);
  box-shadow:
    0 0 80px rgba(201,168,76,.20);
}
.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0 auto;
}
.cta-logo {
  width: 200px;
  margin: 0 auto 2rem;
}
.cta-eyebrow {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #B89035;
  font-weight: 500;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.cta-eyebrow::before,
.cta-eyebrow::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(201,168,76,.45);
}
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.cta-title em { font-style: italic; color: #C9A84C; }
.cta-body {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.85;
  font-weight: 300;
  color: var(--ink-soft);
  margin-bottom: 3rem;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(
    135deg,
    #B89035 0%,
    #E2C97E 50%,
    #C9A84C 100%
  );
  color: #fff;
  padding: 20px 52px;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow:
    0 12px 40px rgba(201,168,76,.35),
    0 0 30px rgba(201,168,76,.15);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 50px rgba(201,168,76,.45),
    0 0 45px rgba(226,201,126,.25);
}
.btn-cta svg { flex-shrink: 0; }
.cta-sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 300;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
.cta-sub:hover { color: var(--aqua-dark); }
.cta-sub::before {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background: var(--border);
}
.cta-trust {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 3.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.trust-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  color: var(--aqua-dark);
}
.trust-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
}
.trust-sep { width: 1px; height: 48px; background: var(--border); }

/* ═══════════════════════════════════════════
   TESTIMONIOS
   ═══════════════════════════════════════════ */
.testimonios { background: var(--bg-alt); }
.testimonios .eyebrow { color: var(--aqua-dark); }
.testimonios .eyebrow::before { background: var(--aqua-mid); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
  align-items: start;
}
.testi {
  background: var(--white);
  border: 1px solid var(--border-l);
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.testi-author {
  margin-top: auto;
}
.testi:hover {
  box-shadow: 0 8px 28px rgba(58,170,200,0.12);
  border-color: var(--border);
}
.testi-quote {
  font-family: 'Playfair Display', serif;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  top: -6px; left: 14px;
  color: var(--aqua-soft);
  pointer-events: none;
  font-weight: 400;
}
.testi-stars { font-size: 13px; margin-bottom: 1.25rem; letter-spacing: 2px; color: var(--gold); }
.testi-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink);
  font-weight: 300;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 1;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--aqua-soft);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--aqua-dark);
  flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 500; color: var(--ink); }
.testi-loc { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }

/* ═══════════════════════════════════════════
   UBICACIÓN
   ═══════════════════════════════════════════ */
.ubicacion { background: var(--off); }
.ubicacion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-top: 4rem;
}
.info-block { margin-bottom: 2rem; }
.info-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua-dark);
  font-weight: 500;
  margin-bottom: 8px;
}
.info-value { font-size: 16px; line-height: 1.7; color: var(--ink); font-weight: 400; }
.info-value a { color: var(--aqua-dark); transition: color 0.2s; }
.info-value a:hover { color: var(--aqua-mid); }
.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: var(--white);
  padding: 16px 34px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2rem;
  box-shadow: 0 8px 28px rgba(37,211,102,0.25);
  transition: opacity 0.3s, transform 0.2s;
}
.wa-btn:hover { opacity: 0.9; transform: translateY(-2px); }
.mapa-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  background: var(--aqua-pale);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.mapa-icon { font-size: 40px; opacity: 0.4; }
.mapa-text {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
  text-transform: uppercase;
}
/* Cuando tengas la dirección, reemplazá .mapa-placeholder por: */
/* <iframe class="mapa-iframe" src="URL" allowfullscreen loading="lazy"></iframe> */
.mapa-iframe {

  width: 100%;
  min-height: 520px;

  border: none;

  border-radius: 24px;

  overflow: hidden;

  box-shadow:
    0 20px 60px rgba(0,0,0,.08),
    0 0 0 1px rgba(255,255,255,.5);
}

.map-actions {

  margin-top: 24px;

  display: flex;

  justify-content: center;
}

.map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  background: linear-gradient(
    135deg,
    #B89035 0%,
    #E2C97E 50%,
    #C9A84C 100%
  );

  color: white;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 999px;
  box-shadow:
    0 10px 30px rgba(201,168,76,.25);
  transition: all .3s ease;
}

.map-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 40px rgba(201,168,76,.35);
}
/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
footer {
  background: var(--bg-section);
  border-top: 1px solid var(--border);
  padding: 72px 2rem 48px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--border);
}
.footer-logo-row { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.footer-logo-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
}
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 300;
  color: var(--aqua-dark);
  letter-spacing: 0.08em;
}
.footer-tagline { font-size: 13px; line-height: 1.9; font-weight: 300; color: var(--ink-soft); max-width: 260px; }
.footer-col-title {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aqua-dark);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 13px; font-weight: 300; color: var(--ink-soft); transition: color 0.2s; }
.footer-links a:hover { color: var(--aqua-dark); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  font-size: 12px;
  font-weight: 300;
  color: var(--ink-light);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-ig a { color: var(--gold-d); transition: color 0.2s; }
.footer-ig a:hover { color: var(--gold); }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .que-es-grid { grid-template-columns: 1fr; gap: 3rem; }
  .media-box { aspect-ratio: 4 / 3; }
  .media-accent { display: none; }
  .ben-grid { grid-template-columns: 1fr 1fr; }
  .ben-header { flex-direction: column; align-items: flex-start; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .ubicacion-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 80px 1.5rem; }
  .cta-section { padding: 90px 1.5rem; }
  .cta-ring:nth-child(1) { width: 340px; height: 340px; }
  .cta-ring:nth-child(2) { width: 230px; height: 230px; }
}
@media (max-width: 600px) {
  .nav { padding: 0 1.25rem; }
  .ben-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-ghost { width: 100%; text-align: center; }
  .cta-trust { gap: 1.5rem; }
  .trust-sep { display: none; }
  .section { padding: 64px 1.25rem; }
  .cta-section { padding: 72px 1.25rem; }
  .mapa-iframe { min-height: 320px; border-radius: 18px; }
}

/* ═══════════════════════════════════
   AJUSTES MOBILE EXTRA
   ═══════════════════════════════════ */

@media (max-width: 600px) {
  .hero-title {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.05;
  }
  .hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
  }
  .que-es-media {
    max-width: 100%;
  }
  .media-box {
    aspect-ratio: 9 / 16;
  }
  .ben-item {
    padding: 2rem;
  }
  .ben-icon {
    width: 52px;
    height: 52px;
  }
  .cta-title {
    font-size: clamp(34px, 10vw, 48px);
  }
  .btn-cta {
    width: 100%;
    justify-content: center;
  }
  .mapa-iframe {
    min-height: 340px;
  }
  .whatsapp-float {
    width: 60px;
    height: 60px;
    right: 18px;
    bottom: 18px;
  }
    .whatsapp-icon {
    width: 60px !important;
    height: 60px !important;
  }

}

/* ═══════════════════════════════════════════
   VIDEO MODAL
   ═══════════════════════════════════════════ */

.video-modal {

  position: fixed;
  inset: 0;

  background: rgba(0,0,0,.82);

  display: none;

  align-items: center;
  justify-content: center;

  z-index: 9999;

  backdrop-filter: blur(6px);
}

.video-modal.active {

  display: flex;
}

.video-modal-content {

  position: relative;

  width: min(430px, 92vw);

  max-height: 92vh;

  aspect-ratio: 9 / 16;

  border-radius: 18px;

  overflow: hidden;

  background: #000;

  box-shadow:
    0 30px 80px rgba(0,0,0,.45);
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-close {

  position: absolute;

  top: 12px;
  right: 12px;

  width: 42px;
  height: 42px;

  border: none;

  border-radius: 50%;

  background: rgba(255,255,255,.95);

  color: #333;

  font-size: 18px;

  cursor: pointer;

  z-index: 100;
}

.video-close:hover {

  transform: scale(1.05);
}



/* ═══════════════════════════════════════════
   WHATSAPP FLOAT
   ═══════════════════════════════════════════ */

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow:
    0 12px 35px rgba(37,211,102,.35),
    0 0 25px rgba(37,211,102,.18);
  transition:
    transform .3s ease,
    box-shadow .3s ease;
  animation: waPulse 2.5s infinite;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 45px rgba(37,211,102,.45),
    0 0 40px rgba(37,211,102,.25);
}

.whatsapp-icon {
  width: 100px;
  height: 100px;
  display: block;
}

@keyframes waPulse {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 60px;
    height: 60px;
    right: 18px;
    bottom: 18px;
  }
  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}

/* BENEFICIOS */

.ben-item:nth-child(1) { transition-delay: .05s; }
.ben-item:nth-child(2) { transition-delay: .15s; }
.ben-item:nth-child(3) { transition-delay: .25s; }
.ben-item:nth-child(4) { transition-delay: .35s; }
.ben-item:nth-child(5) { transition-delay: .45s; }
.ben-item:nth-child(6) { transition-delay: .55s; }

/* TESTIMONIOS */

.testi:nth-child(1) { transition-delay: .05s; }
.testi:nth-child(2) { transition-delay: .15s; }
.testi:nth-child(3) { transition-delay: .25s; }
.testi:nth-child(4) { transition-delay: .35s; }