/* ============================================================
   PsicoAlianza — Landing Vocacional 2026
   Mobile-first (canvas Figma 412px). El desktop se agrega después
   de forma aditiva con @media (min-width: 1024px).
   Bloques portados de landing_pruebas: faq, testimonios, planes,
   footer. Todo en rem + design tokens en :root.
   ============================================================ */

:root {
  /* ---- Marca ---- */
  --c-primary:        #0071BC;   /* azul de títulos */
  --c-primary-700:    #0A0A21;
  --c-primary-500:    #0071BC;
  --c-primary-300:    #00A9E4;
  --c-cyan:           #008EBF;   /* cyan de fondo del hero */
  --c-accent:         #16BF9C;   /* verde CTA */
  --c-accent-2:       #1BCE97;

  /* ---- Fondos ---- */
  --c-bg:             #FFFFFF;
  --c-bg-soft:        #F4F6F8;
  --c-bg-dark:        #000000;   /* footer negro */

  /* ---- Texto ---- */
  --c-text:           #1D1D1D;
  --c-text-muted:     #5C6478;
  --c-text-on-dark:   #E6ECFA;
  --c-border:         #E1E5EE;

  /* ---- Gradientes ---- */
  --g-badge:          linear-gradient(90deg, #16BF9C 0%, #1BCE97 50%, #007DAE 100%);
  --g-cta:            linear-gradient(90deg, #16BF9C 0%, #16BF9C 100%);

  /* ---- Tipografía ---- */
  --font-sans:        'Lato', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display:     'Special Gothic Expanded One', 'Lato', sans-serif;

  /* ---- Radios ---- */
  --radius-card:      1rem;
  --radius-btn:       62.4375rem;
  --radius-sm:        0.5rem;

  /* ---- Sombras ---- */
  --shadow-card:      0 0.375rem 1.5rem rgba(11, 25, 55, 0.08);
  --shadow-card-lg:   0 0.75rem 2.5rem rgba(11, 25, 55, 0.15);

  /* ---- Layout ---- */
  --container:        27rem;     /* ~432px: ancho de contenido en mobile */
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, p { margin: 0; }

/* ---------- Escalado proporcional mobile (canvas Figma 412px) ----------
   En pantallas más angostas que 412px, 1rem = (100vw / 412) * 16, así el
   layout completo (en rem) se reduce en bloque sin overflow horizontal y
   mantiene las proporciones pixel-perfect del Figma. A 412px o más queda
   en 16px y el contenido se centra con max-width del container. */
@media (max-width: 411.98px) {
  :root { font-size: calc(100vw / 412 * 16); }
}

/* ---------- Container ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-0.0625rem); box-shadow: 0 0.375rem 1.125rem rgba(0,0,0,0.15); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--c-accent);
  color: #fff;
  border: 0.125rem solid #fff;
}
.btn--outline {
  background: transparent;
  color: var(--c-primary-500);
  border: 0.125rem solid var(--c-primary-500);
}
.btn--outline-light {
  background: transparent;
  color: #fff;
  border: 0.125rem solid rgba(255,255,255,0.6);
}

/* ---------- Headings & utilities ---------- */
.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 0.5rem;
}
.h-section {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c-primary-500);
  margin-bottom: 1rem;
}
.h-section strong { color: var(--c-primary-500); }
.lead {
  color: var(--c-text-muted);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.text-center { text-align: center; }

/* ============================================================
   SECCIONES — se agregan a medida que se maquetan (mobile-first)
   ============================================================ */

/* ============================================================
   SECTION: HERO (Figma 2128:2964)
   ============================================================ */
.s-hero {
  position: relative;
  background: var(--c-cyan);
  color: #fff;
  text-align: center;
  padding: 1rem 0 0;
  overflow: hidden;
}
.s-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-hero__badge {
  width: 100%;
  height: 3.4375rem;            /* 55px */
  background: var(--g-badge);
  border: 0.09375rem solid #fff;
  border-radius: var(--radius-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.s-hero__logo {
  width: 9.8125rem;            /* 157px */
  height: auto;
}
.s-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.875rem;         /* 30px */
  line-height: 1.07;
  letter-spacing: -0.01875rem;
  margin-bottom: 0.875rem;
}
.s-hero__lead {
  font-weight: 300;
  font-size: 1.125rem;         /* 18px */
  line-height: 1.3;
  letter-spacing: -0.01125rem;
  max-width: 16rem;
  margin-bottom: 1.625rem;
}
.s-hero__lead strong { font-weight: 900; }
.s-hero__cta {
  width: 17.5rem;              /* 280px */
  max-width: 100%;
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;        /* 15px: entra en una línea */
  letter-spacing: 0;
  white-space: nowrap;
}
.s-hero__tagline {
  font-style: italic;
  font-size: 0.75rem;          /* 12px */
  letter-spacing: -0.0075rem;
  margin-bottom: 1.5rem;
}
.s-hero__art {
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-hero__photo {
  width: 17rem;                /* 272px */
  height: auto;
}

/* ============================================================
   SECTION: INTRO — "No estás solo" (Figma 2128:2991)
   ============================================================ */
.s-intro {
  position: relative;
  z-index: 1;
  margin-top: -1.5rem;
  padding: 2.75rem 0 2.5rem;
  text-align: center;
  background-color: #F5F5F5;
  background-image:
    linear-gradient(rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem),
    linear-gradient(90deg, rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem);
  background-size: 1.375rem 1.375rem;
  border-radius: 1.875rem 1.875rem 0 0;
}
.s-intro__inner { position: relative; }
.s-intro__inner > h2,
.s-intro__inner > h3,
.s-intro__inner > p { margin-top: 1.25rem; }
.s-intro__inner > :first-child { margin-top: 0; }

.s-intro__h {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--c-cyan);
  font-size: 1.75rem;          /* 28px */
  line-height: 1.14;
  letter-spacing: -0.0175rem;
}
.s-intro__h--big { margin-top: 1.75rem; }
.s-intro__sub {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--c-cyan);
  font-size: 1.125rem;         /* 18px */
  line-height: 1.22;
  letter-spacing: -0.01125rem;
  margin-top: 1.5rem;
}
.s-intro__chip {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.6875rem 1.125rem;
  background: var(--c-cyan);
  color: #fff;
  font-weight: 900;
  font-size: 0.875rem;         /* 14px */
  line-height: 1.25;
  border-radius: 0.4375rem;
  transform: rotate(-2.1deg);
  max-width: 15rem;
  box-shadow: var(--shadow-card);
}
.s-intro__line,
.s-intro__p {
  font-size: 0.875rem;         /* 14px */
  line-height: 1.45;
  color: var(--c-text);
}
.s-intro__line strong,
.s-intro__p strong { font-weight: 900; }

.s-intro__doodle {
  position: absolute;
  margin: 0;
  pointer-events: none;
  z-index: 2;
}
/* width/height explícitos: los SVG traen preserveAspectRatio="none" */
.s-intro__doodle--1 { width: 3.25rem; height: 2.15rem; top: 0.5rem;   left: -0.25rem; }
.s-intro__doodle--2 { width: 2.5rem;  height: 1rem;    top: 1.75rem;  right: 0.25rem; }
.s-intro__doodle--3 { width: 3rem;    height: 1.6rem;  top: 20.5rem;  right: -0.5rem; }

/* ============================================================
   SECTION: CAMILA — historia (Figma 2128:2451 / 2462 / 2897)
   ============================================================ */
.s-camila {
  position: relative;
  background: #fff;
  padding-bottom: 2.5rem;
}
.s-camila__top {
  position: relative;
  padding: 1.75rem 1.25rem 0;
  text-align: center;
  background: linear-gradient(125deg, #19C39A 0%, #11AEB4 45%, #008EBF 100%);
  border-radius: 0 0 1.5rem 1.5rem;
}
.s-camila__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.875rem;          /* 30px */
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.01875rem;
}
.s-camila__accent {
  position: relative;
  color: #5FE4E4;
}
.s-camila__accent::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -0.0625rem;
  height: 0.1875rem;
  border-radius: 999px;
  background: #5FE4E4;
  opacity: 0.85;
}
.s-camila__art {
  position: relative;
  width: 15.5rem;               /* 248px */
  max-width: 100%;
  margin: 0.5rem auto 0;
}
.s-camila__photo {
  width: 100%;
  height: auto;
  display: block;
}
.s-camila__bow {
  position: absolute;
  z-index: 2;
  width: 2.5rem;
  height: 2.4rem;            /* SVG con preserveAspectRatio="none" */
  top: 0.1rem;
  left: 45%;
  transform: translateX(-50%) rotate(-6deg);
}
.s-camila__note {
  position: relative;
  margin-top: -1.25rem;
  padding: 1.125rem 1.25rem 1.25rem 1.75rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: var(--shadow-card);
  transform: rotate(-0.7deg);
  font-style: italic;
  font-size: 0.8125rem;         /* 13px */
  line-height: 1.45rem;
  color: var(--c-text);
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(1.45rem - 0.0625rem),
    #CFE7EE calc(1.45rem - 0.0625rem),
    #CFE7EE 1.45rem
  );
  background-position: 0 1.125rem;
}
.s-camila__note::before {
  content: "";
  position: absolute;
  top: 0.5rem; bottom: 0.5rem;
  left: 1.25rem;
  width: 0.0625rem;
  background: #E4607C;
  opacity: 0.7;
}
.s-camila__note p { margin: 0; }
.s-camila__note p + p { margin-top: 0; }
.s-camila__note em { font-style: italic; }
.s-camila__red  { color: #A92345; }
.s-camila__blue { color: var(--c-primary-500); font-weight: 700; }

/* ============================================================
   SECTION: PADRES (Figma 2128:3065 / 3078)
   ============================================================ */
.s-padres {
  padding: 2.5rem 0;
  background-color: #F5F5F5;
  background-image:
    linear-gradient(rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem),
    linear-gradient(90deg, rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem);
  background-size: 1.375rem 1.375rem;
}
.s-padres__title {
  font-weight: 900;
  font-size: 1.5rem;            /* 24px */
  line-height: 1.15;
  letter-spacing: -0.02rem;
  color: var(--c-primary-700);
  margin-bottom: 1rem;
}
.s-padres__chip {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0.5rem 0.875rem;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;        /* 13px */
  line-height: 1.3;
  border-radius: 0.5rem;
}
.s-padres__body p {
  font-size: 0.875rem;         /* 14px */
  line-height: 1.36;
  color: var(--c-text);
  margin-bottom: 0.875rem;
}
.s-padres__body p:last-child { margin-bottom: 0; }
.s-padres__body strong,
.s-padres__strong { font-weight: 700; }
.s-padres__photo { margin-top: 1.5rem; }
.s-padres__photo img { width: 100%; height: auto; }

/* ============================================================
   SECTION: ESPEJO CIENTÍFICO (Figma 2128:4416)
   ============================================================ */
.s-espejo {
  background: #fff;
  padding: 2.5rem 0;
  text-align: center;
}
.s-espejo__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.25rem;          /* 20px */
  line-height: 1.25;
  letter-spacing: -0.0125rem;
  color: var(--c-primary);
  max-width: 19rem;
  margin: 0 auto;
}
.s-espejo__lead {
  font-size: 0.75rem;          /* 12px */
  line-height: 1.4;
  color: var(--c-text);
  max-width: 16.5rem;
  margin: 0.75rem auto 1.75rem;
}
.s-espejo__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.375rem;
}
.s-espejo__card {
  position: relative;
  width: 17.75rem;             /* 284px */
  max-width: 100%;
  padding: 0.9375rem 1.25rem;
  background: var(--c-cyan);
  color: #fff;
  box-shadow: 0.375rem 0.3125rem 0 #000;
}
.s-espejo__doodle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
/* SVG con preserveAspectRatio="none" → width+height explícitos */
.s-espejo__doodle--bee   { width: 2.5rem;  height: 2.8rem; top: -1rem;    left: -1.5rem; }
.s-espejo__doodle--bulb  { width: 2rem;    height: 3rem;   top: -1.25rem; right: -1.25rem; }
.s-espejo__doodle--crown { width: 2.75rem; height: auto;   top: -1.1rem;  left: -1.5rem; }
.s-espejo__doodle--chat  { width: 2.2rem;  height: auto;   top: -1.1rem;  right: -1.25rem; }
.s-espejo__card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.75rem;          /* 12px */
  line-height: 1.15;
  margin-bottom: 0.375rem;
}
.s-espejo__card-text {
  font-size: 0.75rem;          /* 12px */
  line-height: 1.3;
}

/* ============================================================
   SECTION: MAPA (Figma 2128:3200)
   ============================================================ */
.s-mapa {
  position: relative;
  overflow: hidden;
  padding: 1.75rem 0 1.5rem;
  background-color: #F5F5F5;
  background-image:
    linear-gradient(rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem),
    linear-gradient(90deg, rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem);
  background-size: 1.375rem 1.375rem;
  border-radius: 1.875rem 1.875rem 0 0;
}
.s-mapa__copy { max-width: 62%; }
.s-mapa__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.875rem;         /* 14px */
  line-height: 1.35;
  color: var(--c-primary);
  letter-spacing: -0.00875rem;
  margin-bottom: 0.625rem;
}
.s-mapa__chip {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.875rem;         /* 14px */
  line-height: 1.1;
  color: #fff;
  background: var(--c-cyan);
  padding: 0.375rem 0.625rem;
  border-radius: 0.4375rem;
  transform: rotate(-1.5deg);
  margin-bottom: 0.875rem;
}
.s-mapa__list {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.s-mapa__list li {
  font-size: 0.625rem;         /* 10px */
  line-height: 1.15;
  color: var(--c-text);
  opacity: 0.78;
  max-width: 11rem;
}
.s-mapa__art {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  width: 12.75rem;             /* 204px */
  max-width: 50%;
}
.s-mapa__art img { width: 100%; height: auto; display: block; }

/* ============================================================
   SECTION: TESTIMONIOS (Figma 2128:3289) — carrusel Slick
   ============================================================ */
.s-testimonios {
  background: #fff;
  padding: 2.5rem 0 2rem;
  text-align: center;
}
.s-testimonios__title {
  position: relative;
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.25rem;          /* 20px */
  line-height: 1.1;
  color: var(--c-primary);
  letter-spacing: -0.0125rem;
  max-width: 18rem;
  margin: 0 auto 1rem;
}
.s-testimonios__title-doodle {
  position: absolute;
  width: 3.25rem;
  height: auto;
  right: -1.75rem;
  top: -1.85rem;
}
.s-testimonios__stage {
  position: relative;
  padding-top: 2.75rem;        /* espacio para el avatar que sobresale */
}
/* el avatar sobresale arriba: permitir overflow vertical, recortar horizontal */
.s-testimonios .slick-list { overflow-x: clip; overflow-y: visible; }
.s-testimonios__arrow {
  position: absolute;
  top: 5.25rem;
  z-index: 4;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.125rem solid var(--c-primary);
  background: #fff;
}
.s-testimonios__arrow::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 0.5rem; height: 0.5rem;
  border-right: 0.125rem solid var(--c-primary);
  border-bottom: 0.125rem solid var(--c-primary);
}
.s-testimonios__arrow--prev { left: 0; }
.s-testimonios__arrow--prev::before { transform: translate(-30%, -50%) rotate(135deg); }
.s-testimonios__arrow--next { right: 0; }
.s-testimonios__arrow--next::before { transform: translate(-70%, -50%) rotate(-45deg); }
.testimonio-card {
  position: relative;
  margin: 2.75rem 2.5rem 0.5rem;
  padding: 3.25rem 1.5rem 1.5rem;
  background: #fff;
  border: 0.1875rem solid var(--c-primary);
  border-radius: 0.75rem;
}
.testimonio-card__avatar {
  position: absolute;
  top: -2.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 0.1875rem solid #fff;
  background: #fff;
  z-index: 2;
}
.testimonio-card__quote {
  font-style: italic;
  font-size: 1rem;             /* 16px */
  line-height: 1.3;
  color: #000;
  opacity: 0.5;
  max-width: 14rem;
  margin: 0 auto 1rem;
}
.testimonio-card__name {
  font-size: 0.875rem;         /* 14px */
  color: var(--c-primary);
}
.testimonio-card__name strong { font-weight: 900; }

/* ============================================================
   SECTION: REPORTE 16 PÁGINAS (Figma 2128:3317)
   ============================================================ */
.s-reporte {
  padding: 2.5rem 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(160deg, #16C49B 0%, #0FB1AB 55%, #008EBF 100%);
}
.s-reporte__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.75rem;          /* 28px */
  line-height: 1.1;
  letter-spacing: -0.0175rem;
}
.s-reporte__subtitle {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.0625rem;        /* 17px */
  line-height: 1.25;
  margin-top: 0.75rem;
}
.s-reporte__lead {
  font-size: 0.8125rem;        /* 13px */
  line-height: 1.4;
  opacity: 0.92;
  max-width: 18rem;
  margin: 0.75rem auto 1.5rem;
}
.s-reporte__pills {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}
.s-reporte__pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  background: #fff;
  border-radius: 0.875rem;
  box-shadow: var(--shadow-card);
}
.s-reporte__icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pill-tint, #EEF2F6);
}
.s-reporte__icon img { width: 1.5rem; height: 1.5rem; object-fit: contain; }
.s-reporte__pill-text {
  font-size: 0.8125rem;        /* 13px */
  line-height: 1.3;
  color: var(--c-text-muted);
}
.s-reporte__pill-text strong { color: var(--pill-accent, var(--c-primary)); font-weight: 700; }
.s-reporte__pill--blue   { --pill-accent: #0071BC; --pill-tint: #E1EEF7; }
.s-reporte__pill--orange { --pill-accent: #EF8A1B; --pill-tint: #FBEAD3; }
.s-reporte__pill--purple { --pill-accent: #8254B5; --pill-tint: #ECE3F5; }
.s-reporte__pill--green  { --pill-accent: #12A079; --pill-tint: #DCF3EC; }
.s-reporte__pill--pink   { --pill-accent: #E5447E; --pill-tint: #FBE0EC; }
.s-reporte__mockup { margin-top: 1.75rem; }
.s-reporte__mockup img { width: 100%; height: auto; }

/* ============================================================
   SECTION: PLANES (Figma 2128:4304) — tabs Estándar/Premium
   ============================================================ */
.s-planes { background: #fff; }
.s-planes__head {
  padding: 2.25rem 0 1.75rem;
  text-align: center;
  background-color: #F5F5F5;
  background-image:
    linear-gradient(rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem),
    linear-gradient(90deg, rgba(13, 60, 90, 0.06) 0.0625rem, transparent 0.0625rem);
  background-size: 1.375rem 1.375rem;
  border-radius: 1.875rem 1.875rem 0 0;
}
.s-planes__title {
  position: relative;
  display: inline-block;
  max-width: 12.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.25rem;          /* 20px */
  line-height: 1.18;
  color: var(--c-primary);
  letter-spacing: -0.0125rem;
  margin-bottom: 0.875rem;
}
.s-planes__doodle {
  position: absolute;
  width: 2.5rem;
  height: 2.75rem;
  right: -2rem;
  top: -0.75rem;
}
.s-planes__sub {
  font-size: 1rem;             /* 16px */
  line-height: 1.4;
  color: var(--c-text);
  font-weight: 300;
}
.s-planes__sub + .s-planes__sub { margin-top: 0.625rem; }
.s-planes__sub strong { font-weight: 900; }

.s-planes__tabs {
  display: flex;
  background: #EDEDED;
}
.s-planes__tab {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.875rem 0.5rem 0.75rem;
  font-weight: 900;
  font-size: 1.125rem;         /* 18px */
  color: var(--c-primary-700);
  opacity: 0.5;
}
.s-planes__tab.is-active {
  background: #fff;
  opacity: 1;
  border-radius: 0.75rem 0.75rem 0 0;
}
.s-planes__tab-icon { width: 2.25rem; height: 2.25rem; object-fit: contain; }

.s-planes__body { background: #fff; padding-top: 1.5rem; padding-bottom: 2rem; }
.plan-card { display: none; }
.plan-card.is-active-plan { display: block; }
.plan-card__eyebrow {
  text-align: center;
  text-transform: uppercase;
  color: #343E84;
  font-weight: 300;
  font-size: 1.375rem;         /* 22px */
  letter-spacing: 0.1875rem;
  margin-bottom: 1.5rem;
}
.plan-card__checks {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  max-width: 19.5rem;
  margin: 0 auto 1.5rem;
}
.plan-card__checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1rem;             /* 16px */
  line-height: 1.2;
  color: var(--c-text);
  opacity: 0.85;
  font-weight: 300;
}
.plan-card__checks li::before {
  content: "";
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.0625rem;
  background: var(--c-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat;
}
.plan-card__cta {
  display: flex;
  width: 100%;
  background: transparent;
  border: 0.125rem solid #2B307C;
  color: var(--c-primary);
  font-size: 0.875rem;         /* 14px */
}
.plan-card__note {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;         /* 14px */
  line-height: 1.35;
  color: var(--c-text);
  opacity: 0.75;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   SECTION: FAQ (Figma 2128:3308) — acordeón, initFAQ
   ============================================================ */
.s-faq {
  background: #fff;
  padding: 2.5rem 0;
}
.s-faq__title {
  font-weight: 900;
  font-size: 1.25rem;          /* 20px */
  color: var(--c-primary);
  text-align: center;
  margin-bottom: 1.5rem;
}
.s-faq__list {
  display: flex;
  flex-direction: column;
}
.s-faq__item { border-bottom: 0.0625rem solid #E4E4E4; }
.s-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  text-align: left;
  padding: 0.9375rem 0.5rem;
  font-weight: 700;
  font-size: 1rem;             /* 16px */
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.65);
}
.s-faq__q img {
  flex: 0 0 auto;
  width: 1.4375rem;            /* 23px */
  height: 1.4375rem;
  transition: transform .3s ease;
}
.s-faq__item.is-open .s-faq__q img { transform: rotate(180deg); }
.s-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.s-faq__item.is-open .s-faq__a { max-height: 25rem; }
.s-faq__a p {
  padding: 0 0.5rem 1.125rem;
  font-size: 0.875rem;         /* 14px */
  line-height: 1.5;
  color: var(--c-text-muted);
}

/* ============================================================
   SECTION: CIERRE EMOTIVO (Figma 2128:4285)
   ============================================================ */
.s-cierre {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 1.75rem 0 2rem;
}
.s-cierre__copy { max-width: 63%; }
.s-cierre__chip {
  display: inline-block;
  max-width: 14rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1875rem;        /* 19px */
  line-height: 1.15;
  color: #fff;
  background: var(--c-primary);
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transform: rotate(-2deg);
  margin-bottom: 1rem;
  letter-spacing: -0.0125rem;
}
.s-cierre__line {
  font-size: 0.9375rem;        /* 15px */
  line-height: 1.3;
  color: var(--c-text-muted);
  font-weight: 300;
  margin-bottom: 0.875rem;
}
.s-cierre__line strong {
  display: block;
  font-weight: 900;
  font-size: 1.25rem;          /* 20px */
  color: var(--c-text);
}
.s-cierre__hl {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.375rem;         /* 22px */
  line-height: 1.1;
  color: var(--c-primary);
  letter-spacing: -0.01375rem;
}
.s-cierre__sub {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;             /* 16px */
  line-height: 1.2;
  color: var(--c-text);
  margin-bottom: 1.25rem;
}
.s-cierre__cta {
  background: var(--g-badge);
  border: 0.125rem solid #fff;
  color: #fff;
  font-size: 0.75rem;          /* 12px */
  padding: 0.6875rem 1.25rem;
}
.s-cierre__art {
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  width: 12rem;                /* 195px */
  max-width: 48%;
}
.s-cierre__art img { width: 100%; height: auto; display: block; }

/* ============================================================
   FOOTER (Figma 2128:2254)
   ============================================================ */
.site-footer {
  background: #000;
  color: #fff;
  padding: 3rem 0 2.5rem;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.25rem;
}
.site-footer__logo { width: 17rem; max-width: 100%; height: auto; }
.site-footer__tagline {
  color: var(--c-primary-300);
  font-weight: 900;
  font-size: 0.875rem;         /* 14px */
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.site-footer__h {
  color: var(--c-primary-300);
  font-weight: 900;
  font-size: 1.25rem;          /* 20px */
}
.site-footer__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;             /* 16px */
}
.site-footer__row img { width: 1.75rem; height: 1.75rem; }
.site-footer__certs { width: 21.3125rem; max-width: 100%; height: auto; }
.site-footer__isbn { font-size: 1rem; }
.site-footer__isbn strong { font-weight: 900; }
.site-footer__socials { display: flex; gap: 1.375rem; }
.site-footer__socials img { width: 2.2875rem; height: 2.2875rem; }
.site-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.75rem;          /* 12px */
}
.site-footer__legal a:hover { text-decoration: underline; }
