/* ============================================================
   RENTABILIZARTE · Landing
   Tema oscuro + dorado de marca. Apple HIG (§8) + WCAG AA (§9).
   ============================================================ */

:root {
  /* Marca */
  --gold:        #F2A93B;
  --gold-bright: #FFC85E;
  --gold-deep:   #C9831F;

  /* Superficies oscuras */
  --ink:    #0B0B0D;
  --ink-1:  #111114;
  --ink-2:  #16161B;
  --ink-3:  #1E1E25;
  --line:   rgba(255, 255, 255, 0.10);
  --line-2: rgba(255, 255, 255, 0.16);

  /* Texto */
  --text:     #F6F6F8;
  --text-dim: #ABABB6;
  --text-mut: #76767F;

  --shadow: 0 18px 50px -20px rgba(0, 0, 0, 0.8);
  --glow:   0 16px 42px -18px rgba(0, 0, 0, 0.65);

  /* Secciones claras ("blanco roto") */
  --cream:      #F4F1E8;
  --cream-card: #FFFFFF;
  --cream-soft: #F6F4EE;
  --ink-d:      #17171C;
  --dim-d:      #585862;
  --mut-d:      #8A8A93;
  --line-d:     rgba(0, 0, 0, 0.11);

  --radius:    18px;
  --radius-sm: 12px;
  --maxw:      1540px;
  --maxw-text: 1080px;

  --font: "Lato", -apple-system, BlinkMacSystemFont, system-ui,
          "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font);
  background: var(--ink);
  color: var(--text);
  font-size: 17px;          /* HIG body */
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom);
}

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


.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; }
@media (min-width: 768px)  { .container { padding-inline: 40px; } }
@media (min-width: 1280px) { .container { padding-inline: 56px; } }

/* Ancho intermedio para bloques de lectura centrados */
.container--text { max-width: var(--maxw-text); }

/* ----- Skip link ----- */
.skip-link {
  position: absolute; left: 16px; top: -60px;
  background: var(--gold); color: #1a1206; font-weight: 700;
  padding: 10px 16px; border-radius: 10px; z-index: 200;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

/* ============================================================
   Tipografía
   ============================================================ */
.hero-title {
  font-size: clamp(1.85rem, 5vw, 3.5rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
.hero-title strong { color: var(--gold); }

/* Saltos de línea responsive (ver copy.js) */
@media (min-width: 768px) { .br-m { display: none; } }
@media (max-width: 767px) { .br-d { display: none; } }

.section-title {
  font-size: clamp(1.7rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 7px 14px;
  border: 1px solid rgba(242, 169, 59, 0.35);
  border-radius: 999px;
  background: rgba(242, 169, 59, 0.07);
  margin-bottom: 18px;
}

/* ============================================================
   Botones (HIG: ≥44pt, estados)
   ============================================================ */
.btn {
  --bh: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: var(--bh);
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 14px;
  font: inherit; font-weight: 700; font-size: 1.02rem;
  text-transform: uppercase; letter-spacing: 0.02em; text-align: center;
  text-decoration: none; cursor: pointer;
  transition: transform .18s ease, background .2s ease, box-shadow .2s ease, opacity .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn-sm { --bh: 44px; padding: 10px 18px; font-size: 0.95rem; }
.btn-lg { --bh: 58px; padding: 17px 32px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* Icono de WhatsApp en los CTA (una sola fuente, vía mask con currentColor) */
.btn--wa::before {
  content: "";
  flex: 0 0 auto;
  width: 1.2em; height: 1.2em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%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 d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-primary {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #1a1206;
  box-shadow: var(--glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -16px rgba(0, 0, 0, 0.6); }
.btn-primary:active { transform: scale(0.97); }
.btn-primary:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-2);
  color: var(--text);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.09); border-color: var(--gold); }
.btn-ghost:active { opacity: 0.7; }

:where(a, button, select, input):focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 8px;
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11, 11, 13, 0.72);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 12px; }
.logo img { height: 30px; width: auto; }
@media (min-width: 768px) { .logo img { height: 36px; } }
/* El CTA del header se oculta mientras se ve el hero (que ya tiene su CTA);
   solo aparece —en dorado— al hacer scroll, evitando dos botones a la vez. */
.site-header .btn-ghost { display: none; }
@media (min-width: 640px) {
  .site-header.is-scrolled .btn-ghost { display: inline-flex; }
}

.site-header.is-scrolled { background: rgba(11, 11, 13, 0.85); }
.site-header.is-scrolled .btn-ghost {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #1a1206;
  border-color: transparent;
}
.site-header.is-scrolled .btn-ghost:hover {
  background: linear-gradient(180deg, #ffd479, var(--gold-bright));
  transform: translateY(-1px);
}

/* ============================================================
   Hero
   ============================================================ */
.hero { padding: clamp(16px, 3vw, 40px) 0 clamp(40px, 6vw, 72px); }
/* Móvil/tablet: una columna · orden = logo, h1, h2, vídeo, texto, CTA.
   .hero-copy usa display:contents para que sus hijos participen del flex
   y el vídeo (hermano) pueda intercalarse entre el h2 y el texto. */
.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-copy { display: contents; }
.hero-logo     { order: 1; }
.hero-title    { order: 2; }
.hero-subtitle { order: 3; }
.hero-media    { order: 4; }
.hero-text     { order: 5; }
.hero-actions  { order: 6; }

.hero-subtitle {
  margin-top: 14px;
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  line-height: 1.45;
  color: var(--text);
  font-weight: 600;
  max-width: none;
}
.hero-text {
  margin-top: 16px;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  color: var(--text-dim);
  max-width: none;
}
.hero-text strong { color: var(--text); font-weight: 700; }
.hero-actions { margin-top: 26px; }

/* Escritorio: 2 columnas (texto agrupado a la izq · vídeo a la der) */
@media (min-width: 980px) {
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, max-content) minmax(300px, 360px);
    justify-content: center;
    align-items: center;
    column-gap: clamp(40px, 4vw, 72px);
    text-align: left;
  }
  .hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
  .hero-subtitle { margin-top: 16px; }
  .hero-text { margin-top: 14px; }
  .hero-actions { margin-top: 22px; }
  .hero-media { margin: 0; }
}

/* Logo del hero: solo en móvil */
.hero-logo { display: none; }

/* Móvil: ocultar header, logo arriba, CTA a ancho completo */
@media (max-width: 767px) {
  .site-header { display: none; }
  .hero { padding-top: 22px; }
  .hero-logo { display: block; height: 30px; width: auto; margin: 0 0 10px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; }
}

/* Pantallas estrechas: ajustar CTA para que el texto no pase de 2 líneas */
@media (max-width: 420px) {
  .btn { font-size: 0.92rem; letter-spacing: 0; padding-left: 16px; padding-right: 16px; gap: 8px; }
  .btn-lg { font-size: 0.98rem; padding-top: 15px; padding-bottom: 15px; }
  .btn--wa::before { width: 1.05em; height: 1.05em; }
}

/* Vídeo (vertical 9:16) */
.hero-media {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  width: 100%;       /* evita que se colapse a 0 dentro del flex del hero */
  margin-top: 22px;  /* separación bajo el h2 en móvil; en desktop se anula */
}
.video-embed {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-2);
  background: var(--ink-1);
  box-shadow: var(--shadow), var(--glow);
}
.video-embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.video-caption {
  font-size: 0.95rem; font-weight: 600; color: var(--text-dim);
  text-align: center;
}

/* ============================================================
   Stats banner
   ============================================================ */
.stats { padding: clamp(8px, 3vw, 24px) 0 clamp(28px, 5vw, 56px); }
.stats-grid {
  display: grid; grid-template-columns: 1fr; gap: 14px;
  background: linear-gradient(180deg, var(--ink-2), var(--ink-1));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 38px);
  box-shadow: var(--shadow);
}
@media (min-width: 720px) { .stats-grid { grid-template-columns: repeat(3, 1fr); } }

.stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; position: relative; padding: 8px 4px; }
@media (min-width: 720px) {
  .stat + .stat { border-left: 1px solid var(--line); }
}
.stat-value {
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  font-weight: 800; line-height: 1; letter-spacing: -0.02em;
  color: var(--gold);
}
.stat-label { font-size: 1rem; color: var(--text-dim); font-weight: 500; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: clamp(36px, 7vw, 80px) 0; }
.faq-inner { text-align: center; }
.faq .section-title { margin-bottom: 36px; }
.faq-list { display: grid; gap: 14px; max-width: 940px; margin-inline: auto; text-align: left; }

.faq-item {
  background: linear-gradient(180deg, var(--ink-2), var(--ink-1));
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color .2s ease, background .2s ease;
}
.faq-item:hover { border-color: var(--line-2); }
.faq-q-wrap { margin: 0; font-size: inherit; font-weight: inherit; }
.faq-q {
  width: 100%; min-height: 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px;
  background: none; border: 0; cursor: pointer;
  color: var(--text); font: inherit; font-size: 1.1rem; font-weight: 700;
  text-align: left;
}
.faq-q[aria-expanded="true"] { color: var(--gold); }
/* Chevron: flecha abajo (cerrado) / arriba (abierto) */
.faq-icon {
  flex: 0 0 13px;
  width: 13px; height: 13px;
  margin-top: -4px;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  border-radius: 0 0 2px 0;
  transform: rotate(45deg);
  transition: transform .28s ease;
}
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(-135deg); margin-top: 4px; }

.faq-a { padding: 0 22px 20px; }
.faq-a p {
  font-size: 1.12rem; color: var(--gold-bright); font-weight: 600;
  display: flex; align-items: flex-start; gap: 10px;
}
.faq-a p::before { content: "→"; color: var(--gold); font-weight: 800; }
@media (prefers-reduced-motion: no-preference) {
  .faq-a:not([hidden]) p { animation: faqIn .28s ease; }
  @keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
}

/* ============================================================
   Formulario
   ============================================================ */
.form-section { padding: clamp(36px, 7vw, 84px) 0 clamp(56px, 9vw, 110px); }
.form-inner { max-width: 680px; margin-inline: auto; }
@media (min-width: 768px) { .form-inner { max-width: 880px; } }
.form-head { text-align: center; margin-bottom: 30px; }
@media (min-width: 768px) { #form-title { white-space: nowrap; } }
.form-subtitle { margin-top: 14px; color: var(--text-dim); font-size: 1.08rem; }

.lead-form {
  background: linear-gradient(180deg, var(--ink-2), var(--ink-1));
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
  display: grid; gap: 16px;
}
.field { display: grid; gap: 7px; }
.field label { font-size: 0.92rem; font-weight: 600; color: var(--text-dim); }

.field input, .field select, .tel-group select, .tel-group input {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  background: var(--ink-3);
  border: 1.5px solid var(--line-2);
  border-radius: var(--radius-sm);
  color: var(--text);
  font: inherit; font-size: 1.02rem;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  appearance: none;
}
.field input::placeholder { color: var(--text-mut); }
.field input:focus, .field select:focus, .tel-group select:focus, .tel-group input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(242, 169, 59, 0.22);
  outline: none;
  background: #23232b;
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"] {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.18);
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ABABB6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 42px;
  cursor: pointer;
}
select option { background-color: #1E1E25; color: #F6F6F8; }
.s-light select option { background-color: #FFFFFF; color: #111; }

.tel-group { display: grid; grid-template-columns: 130px 1fr; gap: 10px; }
.tel-group select { padding-right: 30px; background-position: right 10px center; }

.error {
  display: block; min-height: 0;
  color: #ff8585; font-size: 0.86rem; font-weight: 600;
}
.error:empty { display: none; }
.error::before { content: "⚠ "; }
.error:empty::before { content: ""; }
.error-global { text-align: center; margin-top: 4px; font-size: 0.95rem; }

.form-disclaimer {
  font-size: 0.92rem; line-height: 1.5; color: var(--text-dim);
  background: rgba(242, 169, 59, 0.07);
  border: 1px solid rgba(242, 169, 59, 0.22);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  margin-top: 2px;
}
.form-disclaimer strong { color: var(--gold-bright); }

.form-microcopy { text-align: center; font-size: 0.86rem; color: var(--text-mut); margin-top: -2px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { border-top: 1px solid var(--line); padding: 40px 0; background: var(--ink-1); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.footer-logo { height: 30px; opacity: 0.9; }
.footer-legal { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; font-size: 0.92rem; }
.footer-legal a { color: var(--text-dim); text-decoration: none; }
.footer-legal a:hover { color: var(--gold); text-decoration: underline; }
.footer-copy { font-size: 0.85rem; color: var(--text-mut); }

/* ============================================================
   Sticky CTA (mobile · §6)
   ============================================================ */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(11,11,13,0), rgba(11,11,13,0.92) 30%);
  transition: transform .3s ease, opacity .3s ease;
}
.sticky-cta.is-hidden { transform: translateY(120%); opacity: 0; pointer-events: none; }
@media (min-width: 768px) { .sticky-cta { display: none; } }
@media (prefers-reduced-motion: reduce) { .sticky-cta { transition: opacity .2s ease; } .sticky-cta.is-hidden { transform: none; } }

/* ============================================================
   Página de gracias
   ============================================================ */
.gracias-main { min-height: 70vh; display: grid; place-items: center; padding: 60px 0; }
.gracias-card {
  max-width: 660px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}
.gracias-check {
  display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: #1a1206;
  box-shadow: var(--glow);
}
.gracias-title { font-size: clamp(2rem, 6vw, 3rem); font-weight: 800; }
.gracias-text { color: var(--text-dim); font-size: 1.12rem; max-width: none; }
.gracias-back a { color: var(--text-mut); text-decoration: none; font-size: 0.95rem; }
.gracias-back a:hover { color: var(--gold); }

/* ============================================================
   Secciones claras · "blanco roto" (ritmo alterno)
   ============================================================ */
.s-light {
  background: var(--cream);
  color: var(--ink-d);
}
/* Curva suave de separación con la sección oscura anterior */
.s-light { border-top: 1px solid rgba(0, 0, 0, 0.06); }

.s-light .section-title { color: var(--ink-d); }
.s-light .eyebrow {
  color: var(--gold-deep);
  border-color: rgba(201, 131, 31, 0.40);
  background: rgba(201, 131, 31, 0.09);
}

/* FAQ sobre claro */
.s-light .faq-item {
  background: var(--cream-card);
  border-color: var(--line-d);
}
.s-light .faq-item:hover { border-color: rgba(0, 0, 0, 0.22); }
.s-light .faq-q { color: var(--ink-d); }
.s-light .faq-q[aria-expanded="true"] { color: var(--gold-deep); }
.s-light .faq-a p { color: var(--gold-deep); }
.s-light .faq-a p::before { color: var(--gold-deep); }

/* Stats sobre claro */
.s-light .stats-grid {
  background: var(--cream-card);
  border-color: var(--line-d);
  box-shadow: 0 22px 55px -30px rgba(0, 0, 0, 0.38);
}
.s-light .stat + .stat { border-left-color: var(--line-d); }
.s-light .stat-label { color: var(--dim-d); }

/* Formulario sobre claro */
.s-light .form-subtitle { color: var(--dim-d); }
.s-light .lead-form {
  background: var(--cream-card);
  border-color: var(--line-d);
  box-shadow: 0 26px 64px -32px rgba(0, 0, 0, 0.42);
}
.s-light .field label { color: #3f3f48; }
.s-light .field input,
.s-light .field select,
.s-light .tel-group select,
.s-light .tel-group input {
  background: var(--cream-soft);
  border-color: rgba(0, 0, 0, 0.14);
  color: var(--ink-d);
}
.s-light .field input::placeholder { color: var(--mut-d); }
.s-light .field input:focus,
.s-light .field select:focus,
.s-light .tel-group select:focus,
.s-light .tel-group input:focus {
  background: var(--cream-card);
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(201, 131, 31, 0.20);
}
.s-light select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23585862' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}
.s-light .form-disclaimer {
  color: #6a5a3a;
  background: rgba(201, 131, 31, 0.09);
  border-color: rgba(201, 131, 31, 0.28);
}
.s-light .form-disclaimer strong { color: var(--gold-deep); }
.s-light .form-microcopy { color: var(--mut-d); }
.s-light .error { color: #c41e1e; }

/* ============================================================
   Reveal on scroll (§7)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Entrada escalonada de tarjetas */
.stats-grid .reveal:nth-child(2) { transition-delay: .10s; }
.stats-grid .reveal:nth-child(3) { transition-delay: .20s; }
.faq-list .reveal:nth-child(1) { transition-delay: .04s; }
.faq-list .reveal:nth-child(2) { transition-delay: .12s; }
.faq-list .reveal:nth-child(3) { transition-delay: .20s; }
.faq-list .reveal:nth-child(4) { transition-delay: .28s; }
.faq-list .reveal:nth-child(5) { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
}
