/* ==========================================================================
   Landing — self-hosted fonts (DM Sans + Source Serif 4)
   ========================================================================== */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('../fonts/dm-sans-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('../fonts/dm-sans-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/source-serif-4-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/source-serif-4-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/source-serif-4-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/source-serif-4-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ==========================================================================
   Fountain Life — homepage replica
   Design tokens
   ========================================================================== */
:root {
  /* Color */
  --bg: #ffffff;
  --ink: #0d1512;
  --ink-soft: #26332d;
  --muted: #5a6b62;
  --muted-2: #7e8d85;
  --line: #e1e5e2;

  --accent: #007f4d;          /* verde profundo — dominante sobre claro */
  --accent-deep: #005936;     /* hover / barra de anuncio */
  --accent-light: #35e39b;    /* verde señal — solo sobre oscuro */
  --accent-sky: #a8ecc9;

  --dark: #06140f;            /* verde noche */
  --dark-2: #0a1f17;
  --panel: #08201a;           /* stat / membership cards */
  --panel-line: #17402f;

  --core: #005936;            /* planes: una escala, no tres colores */
  --apex: #00a366;
  --family: #35e39b;

  /* Type */
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, serif;

  /* Layout */
  --maxw: 1290px;
  --maxw-wide: 1600px;
  --header-h: 82px;
  --pad: 40px;
  --radius: 18px;
  --radius-lg: 26px;
}

/* ==========================================================================
   Reset / base
   ========================================================================== */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* Shared typographic devices ------------------------------------------------ */
.serif-accent {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.25;
  color: currentColor;
}

/* Section titles (centered display) */
.section-title {
  font-weight: 400;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-align: center;
}

/* Buttons ------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: auto;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  border: 1px solid transparent;
  box-shadow: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: #f0f0f0; }
.btn--outline { background: transparent; color: var(--ink); border-color: rgba(14,14,16,.35); }
.btn--outline:hover { border-color: var(--ink); background: rgba(0,0,0,.04); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); }
.btn--glass { background: rgba(10,12,16,.32); color: #fff; border-color: rgba(255,255,255,.28); backdrop-filter: blur(8px); }
.btn--glass:hover { background: rgba(10,12,16,.5); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

/* ==========================================================================
   Logo mark
   ========================================================================== */
.brand { display: inline-flex; align-items: center; }
.brand__logo { display: block; height: 38px; width: auto; }
/* El header alterna entre la versión clara (sobre el hero) y la oscura
   (cuando el header se vuelve blanco al hacer scroll). */
.brand__logo--on-light { display: none; }

/* ==========================================================================
   Announcement bar
   ========================================================================== */
.announce {
  background: var(--accent-deep);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 20px;
}
.announce a { display: flex; align-items: center; justify-content: center; gap: 8px; }

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  /* borde como inset shadow: no ocupa layout, así el header mide exactamente
     var(--header-h) y el margin-top negativo del hero calza sin dejar 1px */
  box-shadow: inset 0 -1px 0 transparent;
  transition: background .3s ease, box-shadow .3s ease;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}
.nav { display: flex; align-items: center; gap: 34px; }
.nav a {
  font-size: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: .92;
}
.nav a:hover { opacity: 1; }
.nav .caret { width: 11px; height: 11px; opacity: .6; }
.header__actions { display: flex; align-items: center; gap: 12px; }
.header__actions .btn { padding: 11px 22px; }
.header__login {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.4);
  font-size: 15px;
  color: #fff;
  opacity: .92;
  transition: background-color .2s ease, border-color .2s ease, opacity .2s ease;
}
.header__login:hover { opacity: 1; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.65); }
.nav a.nav__login-mobile { display: none; }
.nav-toggle { display: none; }

/* White logo over the dark hero */
/* Buttons over hero: Join = white pill, How it works = white outline */
.header .btn--dark { background: #fff; color: var(--ink); }
.header .btn--dark:hover { background: #edf1ee; }
.header .btn--outline { color: #fff; border-color: rgba(255,255,255,.55); }
.header .btn--outline:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* Scrolled state: solid white header with dark content */
.header.is-scrolled {
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.06);
}
.header.is-scrolled .brand__logo--on-dark { display: none; }
.header.is-scrolled .brand__logo--on-light { display: block; }
.header.is-scrolled .nav a,
.header.is-scrolled .header__login { color: var(--ink); }
.header.is-scrolled .header__login { border-color: rgba(14,14,16,.3); }
.header.is-scrolled .header__login:hover { background: rgba(0,0,0,.04); border-color: var(--ink); }
.header.is-scrolled .btn--dark { background: var(--ink); color: #fff; }
.header.is-scrolled .btn--dark:hover { background: #000; }
.header.is-scrolled .btn--outline { color: var(--ink); border-color: rgba(14,14,16,.35); }
.header.is-scrolled .btn--outline:hover { background: rgba(0,0,0,.04); border-color: var(--ink); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  overflow: visible;
  margin-top: calc(-1 * var(--header-h));   /* slide up so the header overlays the hero */
  padding: var(--header-h) var(--pad) 46px;  /* top clears header; bottom lets bg peek below card */
  isolation: isolate;
}
.hero__bg-rotator { position: absolute; inset: 0; z-index: -2; }
.hero__bg {                                  /* full-bleed section background (image/video) */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.hero__bg.is-active { opacity: 1; }
.hero::before {                              /* subtle top darken so white header stays legible */
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 38%);
  pointer-events: none;
}
.hero__frame {                               /* glass card sitting on top of the section bg */
  position: relative;
  max-width: var(--maxw-wide);
  margin-inline: auto;
  min-height: 720px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.22) 46%, rgba(0,0,0,0) 74%);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero__content { color: #fff; padding: 56px; width: 100%; }
.hero__badge { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hero__badge img { width: 42px; height: 42px; border-radius: 50%; }
.hero__title {
  font-weight: 300;
  font-size: clamp(46px, 6.4vw, 84px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  max-width: 15ch;
}
.hero__title .serif-accent { color: var(--accent-light); }
.hero__desc {
  margin-top: 22px;
  max-width: 46ch;
  font-size: 18px;
  color: rgba(255,255,255,.9);
}
.hero__actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero__call { display: none; }   /* desktop hero has no Call now (mobile only) */
.hero__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero__stats { display: flex; gap: 46px; }
.hero__stat span { display: block; font-size: 14px; color: rgba(255,255,255,.65); }
.hero__stat strong { font-weight: 600; font-size: 16px; }
.hero__mute {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  display: grid; place-items: center;
}

/* ==========================================================================
   How it works
   ========================================================================== */
.section { padding: 120px 0; }
.how__head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.how__intro { margin-top: 22px; color: var(--muted); font-size: 18px; }
.how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.step__media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--panel);
}
.step__media img { width: 100%; height: 100%; object-fit: cover; }

/* --------------------------------------------------------------------------
   Tarjeta glass sobre imagen — se usa en "Cómo funciona" y en los pilares
   -------------------------------------------------------------------------- */
.media-glass { position: relative; isolation: isolate; }

/* Velo que oscurece la foto para que el texto blanco siempre sea legible,
   sin importar si la imagen de fondo es clara u oscura. */
.media-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(6, 40, 27, .34), rgba(5, 16, 13, .60));
  z-index: 1;
}

.glass-card {
  position: absolute;
  z-index: 2;
  inset: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(20px, 3.2vw, 34px);
  border-radius: 20px;
  color: #fff;
  /* Tinte oscuro (no blanco): mantiene el texto legible tanto sobre las fotos
     claras de laboratorio como sobre las oscuras. */
  background: rgba(7, 24, 19, .48);
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .30);
  backdrop-filter: blur(20px) saturate(135%);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
}
.glass-card__icon {
  width: clamp(26px, 2.3vw, 32px);
  height: clamp(26px, 2.3vw, 32px);
  flex: none;
  color: var(--accent);
}
/* El selector lleva `.media-glass` a propósito: este párrafo también lo matchea
   `.step p` (color gris), que le gana al color heredado del panel y a un
   `.glass-card__text` a secas. */
.media-glass .glass-card__text {
  color: #fff;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.01em;
  text-wrap: balance;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .45);
}

/* El media del pilar es mucho más grande: el panel se encoge para que el
   contenido no quede flotando en un cuadro medio vacío. */
.pillar__media .glass-card { inset: 21%; }

/* Variante sin foto: el fondo se dibuja en CSS (verde profundo de marca con dos
   diagonales suaves). Sustituye a un JPG que ya traía su propio panel glass
   quemado, lo que producía dos marcos anidados. */
.media-glass--synthetic {
  background:
    linear-gradient(41deg, transparent 0 46%, rgba(0, 217, 130, .13) 46% 46.5%, transparent 46.5%),
    linear-gradient(-24deg, transparent 0 22%, rgba(0, 217, 130, .09) 22% 22.4%, transparent 22.4%),
    radial-gradient(110% 80% at 72% 6%, rgba(0, 217, 130, .18), transparent 62%),
    linear-gradient(158deg, #06281B, #03120C);
}
/* El velo existe para domar fotos; sobre un fondo ya oscuro solo apagaría el verde. */
.media-glass--synthetic::before { display: none; }

/* Sin backdrop-filter (Firefox antiguo): panel sólido translúcido. */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass-card { background: rgba(6, 26, 19, .78); }
}
.step h3 { margin: 26px 0 10px; font-size: 22px; font-weight: 600; }
.step p { color: var(--muted); }
.how__actions { display: flex; justify-content: center; gap: 14px; margin-top: 60px; }

/* ==========================================================================
   Carousel (members + locations)
   ========================================================================== */
.carousel { position: relative; }
.carousel__track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px var(--pad) 6px;
  margin-inline: calc(-1 * var(--pad));
  scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
/* Full-bleed carousel: track spans the viewport, first card aligns to the container edge */
.carousel--full .carousel__track {
  margin-inline: 0;
  padding-inline: max(var(--pad), calc((100vw - var(--maxw)) / 2));
}
.carousel--full .members__foot { padding-inline: var(--pad); }
.carousel__nav {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}
.carousel__btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  display: grid; place-items: center;
  color: var(--ink);
  transition: background .2s, border-color .2s;
}
.carousel__btn:hover { border-color: var(--ink); }
.carousel__btn svg { width: 18px; height: 18px; }

/* Members */
.members__head { margin-bottom: 56px; }
.member-card {
  position: relative;
  flex: 0 0 min(1100px, 86%);
  scroll-snap-align: center;
  aspect-ratio: 16 / 9.6;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.member-card img { width: 100%; height: 100%; object-fit: cover; }
.member-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,0) 34%),
              linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,0) 30%);
}
.member-card__id {
  position: absolute; top: 26px; left: 26px; right: 26px;
  z-index: 2; color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 16px 20px;
}
.member-card__id h3 { font-size: 21px; font-weight: 600; }
.member-card__id span { font-size: 14px; color: rgba(255,255,255,.7); }
.member-card__quote {
  position: absolute; left: 30px; bottom: 30px; z-index: 2;
  color: #fff; max-width: 52%; font-size: 18px;
}
.member-card__play {
  position: absolute; right: 26px; bottom: 26px; z-index: 2;
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.4);
  display: grid; place-items: center; color: #fff;
}
.members__foot { display: flex; justify-content: center; margin-top: 8px; }

/* ==========================================================================
   Awards
   ========================================================================== */
.awards { padding: 40px 0 100px; }

/* Single centered award card; its content crossfades between awards (JS) */
.award-card {
  max-width: 1120px;
  margin-inline: auto;
  background: radial-gradient(120% 140% at 15% 20%, #16201c 0%, #050b08 70%);
  border-radius: var(--radius-lg);
  padding: 40px 48px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; color: #fff;
  min-height: 168px;
}
.award-card__l {
  display: flex; align-items: center; gap: 26px;
  transition: opacity .4s ease;
}
.award-card__l img { width: 74px; height: 74px; object-fit: contain; }
.award-card h3 { font-size: 26px; font-weight: 500; line-height: 1.15; max-width: 16ch; }

/* Press logos: slow infinite marquee sliding to the right */
.press-marquee {
  margin-top: 66px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.press-track {
  display: flex; align-items: center;
  gap: 72px;
  width: max-content;
  animation: marquee-right 45s linear infinite;
}
.press-marquee:hover .press-track { animation-play-state: paused; }
.press-track img, .press-track span {
  height: 26px;
  filter: grayscale(1);
  opacity: .5;
  color: #6a6a6a;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  flex: 0 0 auto;
  display: inline-flex; align-items: center;
}
.press-track .press--serif { font-family: var(--serif); font-weight: 600; }
@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* ==========================================================================
   Detect. Prevent. Reverse. (pillars)
   ========================================================================== */
.pillars__head { text-align: center; margin-bottom: 30px; }
.pillars__head .btn { margin-top: 34px; }
.pillar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 60px 0;
}
.pillar__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; }
.pillar__media img { width: 100%; height: 100%; object-fit: cover; }
.pillar__body h3 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 400; letter-spacing: -.02em; }
.pillar__body p { margin-top: 20px; color: var(--muted); font-size: 18px; max-width: 42ch; }
.pillar__body .text-link { margin-top: 8px; color: var(--ink); }
.pillar__tag {
  display: block; margin-top: 26px;
  font-family: var(--serif);
  font-size: 21px; color: var(--accent);
}
.pillar__tag em { font-style: italic; }

/* ==========================================================================
   Zori
   ========================================================================== */
.zori__badge { display: flex; align-items: center; gap: 12px; color: var(--ink-soft); margin-bottom: 14px; }
.zori__badge img { width: 34px; height: 34px; object-fit: contain; }
.zori .pillar__body h3 { display: inline-flex; align-items: baseline; gap: 12px; }

/* ==========================================================================
   Member outcomes
   ========================================================================== */
.outcomes { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.outcomes__title { text-align: left; font-size: clamp(40px, 5vw, 64px); font-weight: 400; letter-spacing: -.02em; line-height: 1.02; }
.outcomes__intro { margin-top: 22px; color: var(--muted); font-size: 18px; max-width: 40ch; }
.outcomes__lead { margin-top: 34px; font-weight: 600; font-size: 20px; }
.outcomes__list { margin-top: 18px; display: grid; gap: 14px; }
.outcomes__list li { display: flex; align-items: center; gap: 14px; font-size: 17px; }
.outcomes__list li::before {
  content: ""; width: 16px; height: 2px; background: var(--accent); flex: none;
}
.outcomes__list b { font-weight: 700; }
.outcomes__actions { display: flex; gap: 14px; margin-top: 40px; }

.stat-cards { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 0; }
.stat-card {
  background: radial-gradient(120% 130% at 80% 20%, #10382a 0%, #0a2018 60%, #06130e 100%);
  border: 1px solid var(--panel-line);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  box-shadow: none;
  color: #fff;
  display: flex; flex-direction: row; align-items: stretch; justify-content: space-between;
  gap: 20px; min-height: 240px;
}
.stat-card__text { display: flex; flex-direction: column; justify-content: space-between; }
.stat-card__num { font-family: var(--serif); font-size: clamp(56px, 7vw, 92px); font-weight: 500; line-height: 1; color: var(--accent-light); }
.stat-card__cap { font-family: var(--serif); font-style: italic; font-size: 20px; color: #e6f5ee; max-width: 22ch; }
.stat-card__viz { flex: none; align-self: center; }
.ring { width: 130px; height: 130px; }
.ring circle { fill: none; stroke-width: 12; }
.ring .track { stroke: var(--panel-line); }
.ring .val { stroke: var(--accent-light); stroke-linecap: round; transform: rotate(-90deg); transform-origin: center; }
.bars { display: flex; align-items: flex-end; gap: 10px; height: 120px; }
.bars i { width: 16px; background: var(--accent-light); border-radius: 3px; display: block; }

/* ==========================================================================
   Plan (dark) — oferta única + tira de marcadores
   ========================================================================== */
.memberships {
  background: linear-gradient(180deg, var(--dark) 0%, #000 100%);
  color: #fff;
  padding: 130px 0;
}
.memberships .section-title { color: #fff; text-align: left; }
.plans__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  align-items: end;
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.plans__lead { color: rgba(255,255,255,.62); font-size: 16px; max-width: 42ch; }

.plan-offer {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: 60px;
  padding-top: 54px;
}

/* Precio ------------------------------------------------------------------- */
.plan-offer__price { align-self: start; }
.plan-offer__from {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--accent-light);
}
.plan-offer__amount {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 6px;
  font-size: clamp(64px, 7vw, 96px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.plan-offer__currency {
  font-size: 13px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.42);
}
.plan-offer__note {
  margin-top: 22px;
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.55);
}
.plan-offer__cta { margin-top: 28px; }

/* Lo que incluye ------------------------------------------------------------ */
.plan-offer__label {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.includes { display: block; }
.includes li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 4px 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
/* El marcador es una muesca, no un palomeo: la lista describe alcance, no tareas hechas. */
.includes li::before {
  content: "";
  grid-row: span 2;
  width: 10px;
  height: 1px;
  margin-top: 15px;
  background: var(--accent-light);
}
.includes h3 { font-size: 19px; font-weight: 500; letter-spacing: -0.01em; }
.includes p { font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.58); max-width: 56ch; }

/* Tira de marcadores -------------------------------------------------------- */
.plan-strip { margin-top: 46px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.plan-strip__label {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  margin-bottom: 16px;
}
.plan-strip__codes { display: flex; flex-wrap: wrap; gap: 6px; }
.plan-strip__codes li {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: .08em;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.03);
}
.plan-strip__codes .is-more {
  border-color: rgba(53,227,155,.45);
  color: var(--accent-light);
  background: rgba(53,227,155,.08);
}

/* ==========================================================================
   Cobertura nacional — mapa de puntos (1 punto = 1 sucursal)
   ========================================================================== */
.reach { padding: 110px 0 30px; }
.reach__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;
}
/* La copia se alinea al pie del mapa; ambos comparten la misma línea base. */
.reach__map { grid-area: 1 / 6 / 2 / -1; }
.reach__copy { grid-area: 1 / 1 / 2 / 6; position: relative; z-index: 1; padding: 0 34px 26px 0; }

.map-dots { width: 100%; height: auto; fill: var(--accent); }
.map-dots__band { opacity: 0; }
@media (scripting: none) { .map-dots__band { opacity: 1; } }
.reach__map.is-visible .map-dots__band {
  animation: reach-in .5s ease-out forwards;
  animation-delay: calc(var(--band) * 70ms);
}
@keyframes reach-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}

.reach__eyebrow { color: var(--muted); }
.reach__title {
  margin-top: 14px;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
}
.reach__lead { margin-top: 22px; max-width: 46ch; color: var(--muted); font-size: 17px; }

.reach__figure {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.reach__num {
  font-size: clamp(58px, 7.5vw, 104px);
  font-weight: 500;
  line-height: .85;
  letter-spacing: -0.05em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.reach__unit { max-width: 20ch; font-size: 16px; line-height: 1.35; color: var(--ink-soft); }

/* ==========================================================================
   Locations
   ========================================================================== */
.loc__head { max-width: 620px; margin-bottom: 54px; }
.loc__head .section-title { text-align: left; }
.loc__head p { margin-top: 22px; color: var(--muted); font-size: 18px; }
.loc-card {
  position: relative;
  flex: 0 0 min(820px, 84%);
  scroll-snap-align: center;
  aspect-ratio: 16/8.4;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.loc-card img { width: 100%; height: 100%; object-fit: cover; }
.loc-card::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(0,0,0,.6), transparent 55%); }
.loc-card__name { position: absolute; left: 30px; bottom: 26px; z-index: 2; color: #fff; font-size: 30px; font-weight: 500; }
.loc-card__soon { font-size: 15px; color: rgba(255,255,255,.7); margin-left: 10px; }
.loc__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; }
.dots { display: flex; gap: 9px; }
.dots i { width: 9px; height: 9px; border-radius: 50%; background: #ccd6d0; display: block; }
.dots i.is-active { background: var(--ink); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq__head { margin-bottom: 60px; }
.faq { max-width: 1100px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%;
  background: none; border: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
  text-align: left;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 400;
  color: var(--ink);
}
.faq__icon {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--ink); display: grid; place-items: center;
  transition: transform .3s ease;
  position: relative;
}
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; background: var(--ink);
}
.faq__icon::before { width: 13px; height: 1.5px; }
.faq__icon::after { width: 1.5px; height: 13px; transition: opacity .3s ease; }
.faq__item.is-open .faq__icon::after { opacity: 0; }
.faq__a { overflow: hidden; height: 0; transition: height .3s ease; }
.faq__a p { padding: 0 0 30px; color: var(--muted); max-width: 80ch; font-size: 17px; }

/* ==========================================================================
   Transform CTA
   ========================================================================== */
.transform {
  position: relative;
  background: #000; color: #fff;
  padding: 230px 0 190px;
  text-align: center;
  overflow: hidden;
}
/* Giant glowing circle; only its lower arc is visible -> a bowl of blue light */
.transform::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -116%;
  transform: translateX(-50%);
  width: 108%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 100%, rgba(0,140,88,.6) 0%, rgba(8,45,32,.34) 28%, transparent 48%);
  border: 2px solid rgba(120,235,180,.7);
  box-shadow: 0 0 110px 8px rgba(0,190,120,.45), inset 0 0 190px rgba(0,160,100,.3);
}
.transform > .container { position: relative; }
.transform__title { font-size: clamp(42px, 6vw, 74px); font-weight: 400; letter-spacing: -.02em; }
.transform__sub { margin: 22px auto 0; color: rgba(255,255,255,.8); font-size: 18px; max-width: 46ch; }
.transform .btn { margin-top: 34px; }

/* ==========================================================================
   Newsletter + footer
   ========================================================================== */
.foot-wrap { background: #000; color: #fff; }
.newsletter { padding: 40px 0 90px; }
.newsletter h2 { font-size: clamp(34px, 4.6vw, 56px); font-weight: 400; letter-spacing: -.02em; }
.newsletter p { margin-top: 18px; color: rgba(255,255,255,.7); font-size: 17px; max-width: 60ch; }
.newsletter__form {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 26px;
  align-items: end;
}
.field label { display: block; font-size: 15px; color: rgba(255,255,255,.75); margin-bottom: 10px; }
.field input {
  width: 100%;
  background: none; border: none; border-bottom: 1px solid rgba(255,255,255,.3);
  color: #fff; padding: 8px 0; font: inherit;
}
.field input:focus { outline: none; border-color: var(--accent-light); }
.newsletter__form .btn { justify-self: end; }

.footer { padding: 30px 0 40px; }
.footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 60px;
}
.footer__brand .brand { margin-bottom: 26px; }
.footer__brand h3 { font-size: 22px; font-weight: 600; margin-bottom: 14px; }
.footer__brand p { color: rgba(255,255,255,.62); max-width: 34ch; }
.footer__badges { margin-top: 28px; display: grid; gap: 14px; }
.footer__badges li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.85); font-size: 16px; }
.footer__badges svg { width: 18px; height: 18px; color: var(--accent-light); flex: none; }
.footer__brand .btn { margin-top: 30px; }
.footer__col h4 { font-size: 14px; letter-spacing: .12em; color: rgba(255,255,255,.5); margin-bottom: 22px; font-weight: 600; }
.footer__col ul { display: grid; gap: 16px; }
.footer__col a { color: rgba(255,255,255,.85); }
.footer__col a:hover { color: #fff; }
.footer__col h4.mt { margin-top: 34px; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; }
.socials svg { width: 18px; height: 18px; }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.6);
  font-size: 15px;
}
.footer__bottom a { border-bottom: 1px solid rgba(255,255,255,.5); }

/* ==========================================================================
   Creencia — ciencia aplicada (strip después del hero)
   ========================================================================== */
/* Va inmediatamente después de "Cómo funciona", que ya aporta 120px abajo:
   el padding superior solo completa el ritmo entre secciones. */
.creed { padding: 18px 0 104px; }
.creed__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 40px;
}
.creed__eyebrow { grid-column: 1 / 4; color: var(--muted); padding-top: 12px; }
.creed__lead,
.creed__line,
.creed__close { grid-column: 4 / -1; }
.creed__lead {
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  max-width: 20ch;
}
.creed__line { margin-top: 26px; max-width: 56ch; color: var(--muted); font-size: 18px; }
/* La negación va más apagada: es el contraste que hace valer la afirmación. */
.creed__line--neg { margin-top: 34px; color: var(--muted-2); }
.creed__close {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
}

/* --------------------------------------------------------------------------
   Postura — foto a sangre con el manifiesto encima
   -------------------------------------------------------------------------- */
.creed--photo {
  position: relative;
  isolation: isolate;
  padding: 128px 0;
  color: #fff;
}
.creed--photo .creed__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Degradado lateral: la foto respira a la derecha y el texto se apoya en la
   zona oscura de la izquierda. */
.creed--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(6,20,15,.96) 0%, rgba(6,20,15,.88) 45%, rgba(6,20,15,.66) 100%);
}
.creed--photo .creed__eyebrow { color: rgba(255,255,255,.7); }
.creed--photo .creed__line { color: rgba(255,255,255,.74); }
.creed--photo .creed__line--neg { color: rgba(255,255,255,.5); }
.creed--photo .creed__close { border-top-color: rgba(255,255,255,.24); }
.creed--photo .serif-accent { color: var(--accent-light); }

/* ==========================================================================
   Prevalencia — secuencia a pantalla completa (ENSANUT 2022)
   Cada dato se dibuja: 200 puntos = la población adulta; los encendidos
   son la proporción exacta que describe la cifra.
   ========================================================================== */
.prev { background: var(--dark); color: #fff; }
.prev__panel {
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding: 90px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.prev__panel:first-child { border-top: none; }
.prev__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
}
.prev__idx {
  font-size: 13px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.5);
  font-variant-numeric: tabular-nums;
}
.prev__idx span { color: rgba(255,255,255,.28); }
.prev__num {
  margin-top: 26px;
  font-size: clamp(84px, 13vw, 200px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -0.055em;
  font-variant-numeric: tabular-nums;
}
.prev__pct { font-size: .34em; letter-spacing: -0.02em; color: var(--accent-light); margin-left: .04em; }
.prev__stmt {
  margin-top: 30px;
  max-width: 24ch;
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: rgba(255,255,255,.92);
}
.prev__note {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
  max-width: 38ch;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--accent-sky);
}

.prev__dots {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  gap: clamp(5px, .72vw, 11px);
}
.prev__dots i { display: block; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.11); }
.prev__dots i.is-lit { background: var(--accent-light); transform: scale(0); }
/* Sin JS no hay clase .is-in: los puntos deben verse igual. */
@media (scripting: none) { .prev__dots i.is-lit { transform: none; } }
.prev__panel.is-in .prev__dots i.is-lit {
  animation: prev-dot .3s cubic-bezier(.2,.8,.3,1) forwards;
  animation-delay: calc(var(--d) * 5ms);
}
@keyframes prev-dot { to { transform: scale(1); } }

.prev__body { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.prev__panel.is-in .prev__body { opacity: 1; transform: none; }
@media (scripting: none) { .prev__body { opacity: 1; transform: none; } }

.prev__panel--end { min-height: 88svh; text-align: center; }
.prev__end { display: grid; justify-items: center; }
.prev__title {
  margin-top: 26px;
  font-size: clamp(40px, 6.4vw, 90px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.prev__title .serif-accent { color: var(--accent-light); }
.prev__sub { margin-top: 24px; max-width: 52ch; color: rgba(255,255,255,.7); font-size: 18px; }
.prev__end .btn { margin-top: 36px; }
.prev__source {
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
  color: rgba(255,255,255,.45);
  max-width: 60ch;
}

/* ==========================================================================
   Nutrición — el diagnóstico primero
   ========================================================================== */
.nutri { padding: 120px 0; }
.nutri__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 40px;
}
.nutri__head { grid-column: 1 / 7; }
.nutri__body { grid-column: 8 / -1; padding-top: 10px; }
.nutri__eyebrow { color: var(--muted); }
.nutri__title {
  margin-top: 16px;
  font-size: clamp(34px, 4.6vw, 62px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.032em;
}
.nutri__p { color: var(--muted); font-size: 17px; max-width: 52ch; }
.nutri__p + .nutri__p { margin-top: 20px; }

.nutri__seq {
  grid-column: 1 / -1;
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.nutri__seq li { padding-top: 22px; border-top: 1px solid var(--line); }
/* La itálica serif se reserva para los dos remates de la sección; aquí basta
   el peso y el acento para marcar los tres pasos. */
.nutri__seq span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.nutri__seq p { margin-top: 12px; color: var(--muted); font-size: 16px; max-width: 34ch; }

.nutri__foot {
  grid-column: 1 / -1;
  margin-top: 84px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  flex-wrap: wrap;
}
.nutri__close {
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

/* ==========================================================================
   Qué hacemos — servicios clínicos
   ========================================================================== */
.svc { padding: 120px 0; background: #f4f8f6; }
.svc__head { max-width: 640px; margin: 0 auto 58px; text-align: center; }
.svc__lead { margin-top: 20px; color: var(--muted); font-size: 18px; }
/* Ancho fijo con la cuarta tarjeta asomando: el corte a la derecha es lo que
   avisa de que hay más. */
/* Sin `scroll-padding` el ajuste de `scroll-snap-align: start` pega la primera
   tarjeta al borde del track y anula el padding del contenedor: la tarjeta
   quedaba 40px a la izquierda del resto del contenido de la sección. */
.svc__carousel .carousel__track { align-items: stretch; scroll-padding-inline: var(--pad); }
/* Sin puntos: con estas anchuras solo hay dos posiciones de scroll para cuatro
   tarjetas, así que un indicador de 4 pasos mentiría. Solo flechas. */
.svc__foot { display: flex; justify-content: flex-end; margin-top: 30px; }

.svc-card {
  position: relative;
  isolation: isolate;
  flex: 0 0 min(430px, 78%);
  scroll-snap-align: start;
  display: flex;
  align-items: flex-end;
  min-height: 540px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: #fff;
}
.svc-card__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
/* El velo se intensifica al abrir la lista para que el texto siga legible
   sobre cualquier zona clara de la foto. */
.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6,20,15,.18) 0%, rgba(6,20,15,.62) 45%, rgba(6,20,15,.95) 100%);
  transition: background .35s ease;
}
.svc-card.is-open::after {
  background: linear-gradient(180deg, rgba(6,20,15,.62) 0%, rgba(6,20,15,.88) 42%, rgba(6,20,15,.97) 100%);
}
.svc-card:hover .svc-card__bg { transform: scale(1.04); }

.svc-card__body { position: relative; width: 100%; padding: 30px 28px; }
.svc-card__name { font-size: clamp(21px, 2.1vw, 27px); font-weight: 600; letter-spacing: -0.02em; }
.svc-card__desc { margin-top: 12px; max-width: 40ch; font-size: 16px; color: rgba(255,255,255,.78); }

.svc-card__toggle {
  width: 100%;
  margin-top: 26px;
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-size: 15px;
  text-align: left;
}
.svc-card__toggle:hover { color: var(--accent-light); border-top-color: rgba(53,227,155,.5); }
.svc-card__toggle:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 4px; }
/* El contador viaja dentro de la etiqueta: si el texto se parte en dos líneas
   en pantallas angostas, la cifra se queda junto a la última palabra. */
.svc-card__label { flex: 1 1 auto; }
.svc-card__count {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-size: 12px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  vertical-align: 1px;
}
/* Un "+" que gira 45° y se vuelve "−" al abrir. */
.svc-card__icon { position: relative; margin-left: auto; width: 20px; height: 20px; flex: none; }
.svc-card__icon::before,
.svc-card__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transition: transform .3s ease, opacity .3s ease;
}
.svc-card__icon::before { width: 14px; height: 1.5px; transform: translate(-50%, -50%); }
.svc-card__icon::after  { width: 1.5px; height: 14px; transform: translate(-50%, -50%); }
.svc-card.is-open .svc-card__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.svc-card__panel { height: 0; overflow: hidden; transition: height .35s ease; }
.svc-card__list { padding-top: 20px; display: grid; gap: 11px; }
.svc-card__list li { display: flex; gap: 11px; font-size: 15px; color: rgba(255,255,255,.9); }
.svc-card__list li::before { content: "+"; color: var(--accent-light); flex: none; }
/* Sin JS el panel nunca recibe altura en línea: se queda abierto. */
@media (scripting: none) { .svc-card__panel { height: auto; } }

.svc__actions { margin-top: 48px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  :root { --pad: 28px; }
  .section { padding: 90px 0; }
  .how__grid { grid-template-columns: 1fr; gap: 44px; max-width: 460px; margin-inline: auto; }
  .pillar { grid-template-columns: 1fr; gap: 34px; padding: 40px 0; }
  .pillar__media { aspect-ratio: 16/11; }
  /* En formato apaisado la tarjeta se estrecha para no quedar corta y ancha. */
  .pillar__media .glass-card { inset: 13% 22%; }
  .outcomes { grid-template-columns: 1fr; gap: 44px; }
  .outcomes__title, .loc__head .section-title { text-align: left; }
  .plans__head { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .plan-offer { grid-template-columns: 1fr; gap: 46px; padding-top: 42px; }

  /* Sin ancho para superponer: la copia va arriba y el mapa completo abajo. */
  .reach { padding: 90px 0 10px; }
  .reach__inner { grid-template-columns: 1fr; gap: 34px; }
  .reach__map { grid-area: 2 / 1 / 3 / -1; margin-inline: calc(var(--pad) * -1); }
  .reach__copy { grid-area: 1 / 1 / 2 / -1; padding: 0; }

  .footer__top { grid-template-columns: 1fr 1fr; }
  .newsletter__form { grid-template-columns: 1fr 1fr; }

  /* Una sola columna: con 12 tracks los 40px de gap ya no caben en pantallas
     angostas y el texto se desborda. */
  .creed { padding: 10px 0 80px; }
  /* El texto ya ocupa todo el ancho: el degradado lateral dejaba las líneas
     sobre la zona clara de la foto. Aquí conviene un velo parejo. */
  .creed--photo { padding: 84px 0; }
  .creed--photo::after {
    background: linear-gradient(180deg, rgba(6,20,15,.9) 0%, rgba(6,20,15,.84) 60%, rgba(6,20,15,.9) 100%);
  }
  .creed__inner { grid-template-columns: 1fr; }
  .creed__eyebrow { grid-column: 1 / -1; padding-top: 0; margin-bottom: 22px; }
  .creed__lead, .creed__line, .creed__close { grid-column: 1 / -1; }

  /* La retícula pasa debajo de la cifra y se acuesta a lo ancho. */
  .prev__inner { grid-template-columns: 1fr; gap: 48px; }
  .prev__dots { grid-template-columns: repeat(25, 1fr); }

  .nutri { padding: 90px 0; }
  .nutri__inner { grid-template-columns: 1fr; }
  .nutri__head, .nutri__body { grid-column: 1 / -1; }
  .nutri__body { margin-top: 30px; padding-top: 0; }
  .nutri__seq { margin-top: 60px; grid-template-columns: 1fr; gap: 26px; }
  .nutri__foot { margin-top: 60px; }

  .svc { padding: 90px 0; }
}

@media (max-width: 720px) {
  :root { --pad: 20px; }
  body { font-size: 16px; }
  .nav, .header__login { display: none; }
  .nav a { color: var(--ink); }   /* mobile dropdown sits on white */
  .nav a.nav__login-mobile { display: inline-flex; }   /* login solo dentro del menú hamburguesa */
  .nav-toggle {
    display: grid; place-items: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--ink); color: #fff; border: none;
  }
  .header__actions { gap: 10px; }
  .hero { padding: var(--header-h) var(--pad) 26px; }
  .hero__frame { min-height: 560px; }
  .hero__content { padding: 30px 22px 34px; }
  .brand__logo { height: 30px; }
  .hero__footer { flex-direction: column; align-items: flex-start; }
  .hero__stats { display: none; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { justify-content: center; }
  .hero__call { display: inline-flex; align-self: flex-start; margin-top: 4px; }
  .section { padding: 70px 0; }
  .how__actions { flex-direction: column; }
  .member-card { flex-basis: 88%; aspect-ratio: 3/4; }
  .member-card__quote { max-width: 78%; font-size: 16px; }
  .award-card { flex-basis: 90%; flex-direction: column; align-items: flex-start; text-align: left; }
  .press { justify-content: center; gap: 26px 34px; }
  .stat-card { padding: 28px; min-height: 180px; }
  .outcomes__actions { flex-direction: column; }
  .loc-card { flex-basis: 90%; aspect-ratio: 4/3; }
  .memberships { padding: 80px 0; }
  .plan-offer__cta { width: 100%; }
  .includes li { padding: 18px 0; }
  .plan-strip { margin-top: 48px; }
  .footer__top { grid-template-columns: 1fr; }
  .newsletter__form { grid-template-columns: 1fr; gap: 22px; }
  .newsletter__form .btn { justify-self: stretch; text-align: center; justify-content: center; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }

  .prev__panel { padding: 70px 0; }
  .prev__dots { grid-template-columns: repeat(20, 1fr); gap: 5px; }
  .prev__note { font-size: 17px; }
  .svc-card { flex-basis: 84%; min-height: 460px; }
  .svc-card__body { padding: 26px 20px; }
  /* En una tarjeta de ~270px la etiqueta del botón se partía en dos líneas. */
  .svc-card__toggle { font-size: 13px; gap: 8px; }
  .svc-card__count { padding: 1px 7px; font-size: 11px; }
  .svc-card__icon { width: 18px; height: 18px; }
  .svc-card__name { font-size: 20px; }
  .svc-card__desc { font-size: 15px; }
  .svc-card__list li { font-size: 14px; }
  .nutri__foot .btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .press-track { animation: none !important; }
  .map-dots__band { opacity: 1; animation: none !important; }
  .prev__dots i.is-lit { transform: none !important; animation: none !important; }
  .prev__body { opacity: 1 !important; transform: none !important; }
  .svc__card:hover { transform: none; }
}
