/* ============================================================
   FUNNEL PAGE — ALMA Funnel Systems
   Scope: prefijo .fnl-* · paleta v6.1 Premium Obsidian Refined
   v6 sealed founder 2026-05-15 PRESERVED verbatim + v6.1 evolution
   T-0769 VITRINA 2026-05-14 · v6.1 redesign Claude Design 2026-05-24
   ============================================================ */

:root {
  /* === BASE OSCURO · v6 SEALED VERBATIM === */
  --fnl-base: #0B0B0F;
  --fnl-base-light: #10101A;
  --fnl-base-dark: #08080C;
  --fnl-surface-1: #16161D;
  --fnl-surface-2: #1F1F2A;

  /* === TEXT · CREAM v6 SEALED + v6.1 ghost === */
  --fnl-cream: #F8F7F4;
  --fnl-text-primary: #F8F7F4;
  --fnl-text-secondary: rgba(248, 247, 244, 0.65);
  --fnl-text-muted: rgba(248, 247, 244, 0.55);
  --fnl-text-faint: rgba(248, 247, 244, 0.40);
  --fnl-text-ghost: rgba(248, 247, 244, 0.22);

  /* === GOLD ACENTO PRINCIPAL · v6 SEALED + v6.1 glow === */
  --fnl-gold: #D4B896;
  --fnl-gold-base: #D4B896;
  --fnl-gold-bright: #F0DCB0;
  --fnl-gold-dark: #A88656;
  --fnl-gold-deep: #7A5E3A;
  --fnl-gold-glow: rgba(212, 184, 150, 0.14);

  /* === TEAL ACENTO SECUNDARIO · v6 SEALED + v6.1 glow === */
  --fnl-teal: #00C2A8;
  --fnl-teal-bright: #7FE0CC;
  --fnl-teal-deep: #008870;
  --fnl-teal-glow: rgba(0, 194, 168, 0.14);

  /* === BORDERS · v6 sealed + v6.1 intense/cream === */
  --fnl-border-subtle: rgba(212, 184, 150, 0.12);
  --fnl-border-strong: rgba(212, 184, 150, 0.24);
  --fnl-border-strong-gold: rgba(212, 184, 150, 0.24);
  --fnl-border-intense: rgba(240, 220, 176, 0.48);
  --fnl-border-cream: rgba(248, 247, 244, 0.10);

  /* === SURFACES · v6 + v6.1 elevated/glass === */
  --fnl-surface: rgba(248, 247, 244, 0.02);
  --fnl-surface-hover: rgba(248, 247, 244, 0.04);
  --fnl-surface-elevated: rgba(248, 247, 244, 0.05);
  --fnl-surface-glass: rgba(11, 11, 15, 0.72);

  /* === BACKWARDS-COMPAT ALIASES === */
  --fnl-accent: var(--fnl-teal);
  --fnl-accent-bright: var(--fnl-teal-bright);
  --fnl-accent-dim: rgba(0, 194, 168, 0.12);
  --fnl-bg-primary: var(--fnl-base);
  --fnl-bg-elevated: var(--fnl-surface-1);
  --fnl-border: var(--fnl-border-subtle);

  /* === TIPOGRAFIA · 3 FAMILIES v6 SEALED VERBATIM === */
  --fnl-font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --fnl-font-ui: 'Space Grotesk', 'Inter', sans-serif;
  --fnl-font-display: 'Syne', 'Inter', sans-serif;

  /* === TYPE SCALE · v6.1 dramatica (vs v6) === */
  --fs-hero: clamp(44px, 8.5vw, 132px);      /* v6 40-84 → +57% top */
  --fs-display-1: clamp(40px, 6vw, 88px);
  --fs-display-2: clamp(32px, 4.5vw, 64px);   /* v6 36-64 sealed */
  --fs-h3: clamp(22px, 2.2vw, 32px);
  --fs-h4: clamp(18px, 1.6vw, 22px);
  --fs-numeral: clamp(64px, 10vw, 168px);     /* v6 56-112 → +50% */
  --fs-lead: clamp(16px, 1.3vw, 20px);
  --fs-body: clamp(15px, 1.05vw, 17px);
  --fs-small: 13px;
  --fs-micro: 12px;
  --fs-eyebrow: 11px;
  --fs-marker: 10px;

  /* === WEIGHTS · v6.1 extremo (300 thin + 800 black) === */
  --fw-hero-thin: 300;
  --fw-display-thin: 400;
  --fw-display: 600;
  --fw-display-bold: 700;
  --fw-display-black: 800;
  --fw-body: 400;
  --fw-body-med: 500;
  --fw-ui: 500;
  --fw-ui-strong: 600;

  /* === LETTER SPACING · v6.1 refined wider luxe === */
  --ls-display-tight: -0.028em;
  --ls-display-snug: -0.020em;
  --ls-display-loose: -0.015em;
  --ls-body: -0.003em;
  --ls-ui: 0.04em;
  --ls-eyebrow: 0.22em;     /* v6 0.18em → wider luxe */
  --ls-marker: 0.28em;
  --ls-cta: 0.14em;         /* v6 0.06em → wider buttons */

  /* === LINE HEIGHT === */
  --lh-hero: 0.98;          /* v6 1.02 → more tight */
  --lh-display: 1.05;
  --lh-body: 1.55;
  --lh-tight: 1.2;

  /* === LAYOUT SPACING · v6.1 +28% generoso === */
  --fnl-section-py: clamp(100px, 14vh, 180px);   /* v6 80-140 → +28% */
  --space-section-y: clamp(100px, 14vh, 180px);
  --space-section-y-tight: clamp(72px, 10vh, 120px);
  --space-container: clamp(24px, 5vw, 64px);
  --space-stack-xl: clamp(64px, 9vh, 100px);
  --space-stack-lg: clamp(40px, 6vh, 64px);
  --space-stack-md: clamp(20px, 3vh, 32px);
  --space-stack-sm: 12px;
  --space-stack-xs: 6px;

  --container-narrow: 720px;
  --container-default: 1180px;
  --container-wide: 1380px;
  --container-bleed: 1560px;

  /* === RADIUS · v6 sealed + extras === */
  --radius-xs: 2px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 999px;
  --fnl-radius: 12px;

  /* === SHADOWS · v6 + v6.1 multi-layer === */
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.25);
  --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.35);
  --shadow-dashboard: 0 24px 80px rgba(212, 184, 150, 0.08), 0 12px 40px rgba(0, 0, 0, 0.5);
  --shadow-elev: 0 32px 96px rgba(0, 0, 0, 0.55), 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--fnl-border-subtle) inset;
  --shadow-gold-glow: 0 0 0 1px var(--fnl-border-strong), 0 24px 80px var(--fnl-gold-glow);
  --shadow-teal-glow: 0 0 0 1px rgba(0, 194, 168, 0.32), 0 24px 80px var(--fnl-teal-glow);

  /* === MOTION TIMING · v6.1 cubic-bezier custom luxe === */
  --ease-luxe: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-luxe-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-luxe: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --dur-fast: 180ms;
  --dur-base: 320ms;
  --dur-med: 480ms;
  --dur-slow: 720ms;
  --dur-cinema: 1100ms;
}

/* === Body / base typography === */
body.funnel-body {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(212, 184, 150, 0.06) 0%, transparent 60%),
    var(--fnl-base);
  color: var(--fnl-text-primary);
  font-family: var(--fnl-font-body);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv11";
}

::selection { background: var(--fnl-gold-bright); color: var(--fnl-base); }

/* ============================================================
   Containers
   ============================================================ */

.fnl-container {
  max-width: var(--container-default);
  margin: 0 auto;
  padding: 0 var(--space-container);
}

.fnl-container-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 var(--space-container);
  text-align: center;
}

/* ============================================================
   Eyebrow + section header · v6.1 hairline rule prefix
   ============================================================ */

.fnl-eyebrow {
  font-family: var(--fnl-font-ui);
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-ui-strong);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--fnl-accent);
  margin: 0 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.fnl-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

/* Section-header centered: hairlines both sides */
.fnl-section-header {
  max-width: 880px;
  margin: 0 auto clamp(48px, 7vh, 96px);
  text-align: center;
}

.fnl-section-header .fnl-eyebrow {
  justify-content: center;
}

.fnl-section-header .fnl-eyebrow::before {
  display: none;
}

.fnl-section-header .fnl-eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  display: inline-block;
}

.fnl-section-title {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display);
  font-size: var(--fs-display-2);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display-snug);
  margin: 0 0 24px;
  color: var(--fnl-text-primary);
  text-wrap: balance;
}

/* Section title 2-color · cream + gold gradient em span */
.fnl-section-title-em {
  background: linear-gradient(180deg, var(--fnl-gold-bright) 0%, var(--fnl-gold-base) 60%, var(--fnl-gold-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: var(--fw-display-bold);
}

.fnl-section-sub {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--fnl-text-muted);
  margin: 0;
  max-width: 64ch;
  margin-inline: auto;
  text-wrap: pretty;
}

/* ============================================================
   Section spacing · v6.1 hairline divider entre secciones
   ============================================================ */

.fnl-section {
  padding: var(--fnl-section-py) 0;
  position: relative;
}

.fnl-section + .fnl-section,
.fnl-section + .fnl-section-counters {
  border-top: 1px solid var(--fnl-border-subtle);
}

/* Section modifiers (.fnl-section-problema, -mechanism, -tiers, -proof, -faq)
   heredan de .fnl-section base sin custom rules · placeholder selector solo
   para discoverability futura. */
.fnl-section-problema,
.fnl-section-mechanism,
.fnl-section-tiers,
.fnl-section-proof,
.fnl-section-faq {
  /* Inherit .fnl-section base */
}

/* ============================================================
   HERO · split 60/40 desktop · v6.1 dramatic typography
   ============================================================ */

.fnl-hero {
  padding: clamp(140px, 18vh, 200px) 0 var(--fnl-section-py);
  position: relative;
  overflow: hidden;
}

.fnl-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60vw;
  height: 60vw;
  max-width: 900px;
  max-height: 900px;
  background: radial-gradient(circle, var(--fnl-gold-glow) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.fnl-hero-container {
  position: relative;
  z-index: 1;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--space-container);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.fnl-hero-left {
  padding-top: 12px;
}

.fnl-hero-left .fnl-eyebrow {
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  margin-bottom: 32px;
}

.fnl-hero-headline {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: var(--fs-hero);
  line-height: var(--lh-hero);
  letter-spacing: var(--ls-display-tight);
  margin: 0 0 var(--space-stack-md);
  color: var(--fnl-cream);
  text-wrap: balance;
  max-width: 14ch;
}

.fnl-hero-sub {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--fnl-text-secondary);
  margin: 0 0 var(--space-stack-md);
  max-width: 56ch;
}

.fnl-hero-subsub {
  font-family: var(--fnl-font-body);
  font-weight: var(--fw-hero-thin);
  font-size: 16px;
  line-height: 1.55;
  color: var(--fnl-text-muted);
  margin: 0 0 var(--space-stack-lg);
  max-width: 52ch;
}

.fnl-hero-cta-block {
  margin-bottom: var(--space-stack-md);
}

.fnl-hero-cta-microcopy {
  font-family: var(--fnl-font-ui);
  font-weight: var(--fw-ui);
  font-size: 11px;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--fnl-text-faint);
  margin: 18px 0 0;
}

/* === Hero right · VSL placeholder con frame premium v6.1 === */

.fnl-hero-right {
  position: sticky;
  top: 100px;
  position: relative;
}

.fnl-vsl-hero {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--fnl-border-strong);
  box-shadow: var(--shadow-dashboard);
  transition: transform var(--dur-slow) var(--ease-luxe), box-shadow var(--dur-slow) var(--ease-luxe);
}

.fnl-vsl-hero:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-elev);
}

/* ============================================================
   Trust badges row · v6.1 hover + hairline divider
   ============================================================ */

.fnl-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px);
  margin-top: var(--space-stack-xl);
  padding-top: var(--space-stack-lg);
  border-top: 1px solid var(--fnl-border-subtle);
  list-style: none;
  padding-inline: 0;
}

.fnl-trust-row .fnl-trust-badge {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  transition: transform var(--dur-base) var(--ease-luxe);
}

.fnl-trust-row .fnl-trust-badge:hover {
  transform: translateY(-2px);
}

/* ============================================================
   Buttons · v6 sealed structure + v6.1 refined microinteractions
   ============================================================ */

.fnl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  font-family: var(--fnl-font-ui);
  font-weight: var(--fw-ui-strong);
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--dur-med) var(--ease-luxe);
  position: relative;
  overflow: hidden;
  background: transparent;
  color: inherit;
  white-space: nowrap;
}

.fnl-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(248, 247, 244, 0.18) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform var(--dur-slow) var(--ease-luxe);
  pointer-events: none;
}

.fnl-btn:hover::before {
  transform: translateX(100%);
}

.fnl-btn-primary {
  background: var(--fnl-accent);
  color: var(--fnl-base);
  border-color: var(--fnl-accent);
}

.fnl-btn-primary:hover {
  background: var(--fnl-teal-bright);
  border-color: var(--fnl-teal-bright);
  letter-spacing: var(--ls-cta);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px var(--fnl-teal-glow);
}

.fnl-btn-ghost {
  background: transparent;
  color: var(--fnl-cream);
  border-color: var(--fnl-border-strong);
}

.fnl-btn-ghost:hover {
  border-color: var(--fnl-accent);
  color: var(--fnl-accent);
  letter-spacing: var(--ls-cta);
}

.fnl-btn-large {
  padding: 20px 40px;
  font-size: 13px;
}

.fnl-btn-full {
  width: 100%;
}

/* ============================================================
   FORM CARD (Hero right not used) · Application form
   ============================================================ */

.fnl-form-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%),
    var(--fnl-surface);
  border: 1px solid var(--fnl-border-strong);
  border-radius: var(--radius-md);
  padding: clamp(32px, 4vw, 56px);
  position: relative;
}

.fnl-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.fnl-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fnl-form-field label,
.fnl-form-radio-group legend {
  font-family: var(--fnl-font-ui);
  font-size: 11px;
  font-weight: var(--fw-ui-strong);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fnl-gold-bright);
  padding: 0;
  margin-bottom: 4px;
}

.fnl-form-field input[type="text"],
.fnl-form-field input[type="email"],
.fnl-form-field input[type="tel"],
.fnl-form-field select {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--fnl-border-strong);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-family: var(--fnl-font-body);
  font-size: 15px;
  color: var(--fnl-cream);
  letter-spacing: var(--ls-body);
  transition: all var(--dur-base) var(--ease-luxe);
  width: 100%;
}

.fnl-form-field input:focus,
.fnl-form-field select:focus {
  outline: none;
  border-color: var(--fnl-accent);
  background: rgba(0, 194, 168, 0.04);
}

.fnl-form-field input::placeholder {
  color: var(--fnl-text-faint);
}

.fnl-form-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3e%3cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23F8F7F4' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 40px;
}

.fnl-form-radio-group {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fnl-form-radio-group legend {
  margin-bottom: 6px;
}

.fnl-radio {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--fnl-text-primary);
  cursor: pointer;
  padding: 14px 16px;
  border: 1px solid var(--fnl-border-subtle);
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.2);
  transition: all var(--dur-base) var(--ease-luxe);
}

.fnl-radio:hover {
  border-color: var(--fnl-border-strong);
  background: rgba(248, 247, 244, 0.02);
}

.fnl-radio input[type="radio"] {
  margin-top: 3px;
  accent-color: var(--fnl-accent);
  flex-shrink: 0;
}

.fnl-radio:has(input:checked) {
  border-color: var(--fnl-accent);
  background: rgba(0, 194, 168, 0.06);
}

.fnl-form-hint {
  font-size: 11px;
  color: var(--fnl-text-faint);
  line-height: 1.5;
  margin-top: 4px;
  font-style: italic;
}

.fnl-form-error {
  font-size: 12px;
  color: #FF6B6B;
  margin-top: 4px;
  display: none;
}

.fnl-form-field.has-error .fnl-form-error,
.fnl-form-radio-group.has-error .fnl-form-error {
  display: block;
}

.fnl-form-field.has-error input,
.fnl-form-field.has-error select {
  border-color: #FF6B6B;
}

.fnl-form-submit-microcopy {
  font-family: var(--fnl-font-ui);
  font-style: italic;
  font-size: 13px;
  color: var(--fnl-text-faint);
  text-align: center;
  margin: 16px 0 0;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.fnl-form-submit-error {
  font-size: 13px;
  color: #FF6B6B;
  text-align: center;
  margin: 14px 0 0;
  line-height: 1.55;
  padding: 14px 18px;
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: var(--radius-md);
  background: rgba(255, 107, 107, 0.06);
}

.fnl-form-privacy {
  font-family: var(--fnl-font-ui);
  font-size: 11px;
  color: var(--fnl-text-faint);
  text-align: center;
  line-height: 1.55;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--fnl-border-subtle);
  letter-spacing: 0.04em;
}

/* ============================================================
   PROBLEMA · 4 sintomas grid v6.1 hover gradient overlay
   ============================================================ */

.fnl-sintomas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: var(--container-default);
  margin: 0 auto;
}

.fnl-sintoma {
  background: var(--fnl-surface);
  border: 1px solid var(--fnl-border-subtle);
  border-radius: var(--radius-md);
  padding: clamp(28px, 3vw, 40px);
  transition: all var(--dur-med) var(--ease-luxe);
  position: relative;
  overflow: hidden;
}

.fnl-sintoma::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--fnl-teal-glow) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--dur-med) var(--ease-luxe);
  pointer-events: none;
}

.fnl-sintoma:hover {
  background: var(--fnl-surface-hover);
  border-color: var(--fnl-border-strong);
  transform: translateY(-3px);
}

.fnl-sintoma:hover::before {
  opacity: 1;
}

.fnl-sintoma-num {
  font-family: var(--fnl-font-ui);
  font-size: 11px;
  font-weight: var(--fw-ui-strong);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--fnl-teal);
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.fnl-sintoma-title {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
  letter-spacing: var(--ls-display-snug);
  margin: 0 0 16px;
  color: var(--fnl-cream);
  text-wrap: balance;
  position: relative;
  z-index: 1;
}

.fnl-sintoma-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fnl-text-muted);
  margin: 0;
  position: relative;
  z-index: 1;
}

/* === Sintomas · Antes/Despues comparativo (Asset 09 ART) === */
.fnl-sintomas-comparativo {
  margin-top: clamp(40px, 6vh, 64px);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.fnl-sintomas-comparativo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

/* ============================================================
   ANCLAS DIFERENCIACION (legacy, no usado en HTML actual pero preservado)
   ============================================================ */

.fnl-anclas {
  text-align: center;
  margin: 0 auto clamp(48px, 6vh, 72px);
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fnl-ancla {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-ui-strong);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
  color: var(--fnl-text-primary);
  margin: 0;
  letter-spacing: var(--ls-display-loose);
}

.fnl-ancla-sub {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.55;
  color: var(--fnl-text-muted);
  margin: 8px 0 0;
}

.fnl-ancla-icp {
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.55;
  color: var(--fnl-text-faint);
  margin: 8px 0 0;
  font-style: italic;
}

.fnl-ancla-custom {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
  color: var(--fnl-text-secondary);
  margin: 28px auto 0;
  max-width: 720px;
  padding: 24px 28px;
  border: 1px solid var(--fnl-border-subtle);
  border-left: 2px solid var(--fnl-accent);
  border-radius: var(--radius-md);
  background: rgba(0, 194, 168, 0.02);
  text-align: left;
}

/* ============================================================
   MECHANISM · 6 piezas v6.1 + marquee diagram preservado
   ============================================================ */

.fnl-mechanism-marquee {
  max-width: 920px;
  margin: 0 auto clamp(48px, 7vh, 80px);
}

.fnl-mechanism-marquee picture,
.fnl-mechanism-marquee img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.fnl-piezas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: var(--container-default);
  margin: 0 auto;
}

.fnl-pieza {
  background: var(--fnl-surface);
  border: 1px solid var(--fnl-border-subtle);
  border-radius: var(--radius-md);
  padding: clamp(28px, 3vw, 40px);
  transition: all var(--dur-med) var(--ease-luxe);
  display: flex;
  flex-direction: column;
  position: relative;
}

.fnl-pieza:hover {
  background: var(--fnl-surface-hover);
  border-color: var(--fnl-teal);
  transform: translateY(-3px);
}

/* Pieza icon · v6.1 refined size + hover glow */
.fnl-pieza-icon {
  width: clamp(56px, 6vw, 88px);
  height: auto;
  margin: 0 0 24px;
  display: block;
  transition: transform var(--dur-med) var(--ease-luxe);
}

.fnl-pieza:hover .fnl-pieza-icon {
  transform: scale(1.05);
}

.fnl-pieza-num {
  font-family: var(--fnl-font-ui);
  font-size: 11px;
  font-weight: var(--fw-ui-strong);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--fnl-teal);
  display: block;
  margin-bottom: 12px;
}

.fnl-pieza-title {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.15;
  letter-spacing: var(--ls-display-snug);
  margin: 0 0 16px;
  color: var(--fnl-cream);
}

.fnl-pieza-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fnl-text-muted);
  margin: 0 0 20px;
  flex-grow: 1;
}

.fnl-pieza-outcome {
  font-size: 13px;
  line-height: 1.55;
  color: var(--fnl-teal-bright);
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--fnl-border-subtle);
  font-style: italic;
}

/* Pieza images inline (mockups ART ronda 3) */
.fnl-pieza-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 18px auto 0;
  border-radius: var(--radius-sm);
}

.fnl-pieza-img--chatbot {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.fnl-pieza-img--tracking {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.fnl-pieza-img--landing {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.fnl-pieza-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 18px auto 0;
  border-radius: var(--radius-sm);
  background: var(--fnl-base-dark);
}

.fnl-mechanism-ancla {
  text-align: center;
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: var(--ls-display-snug);
  color: var(--fnl-cream);
  margin: clamp(48px, 6vh, 72px) auto 0;
  max-width: 720px;
  text-wrap: balance;
}

/* ============================================================
   DASHBOARD SHOWCASE · v6.1 frame premium
   ============================================================ */

.fnl-section-dashboard-showcase {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, var(--fnl-gold-glow) 0%, transparent 60%),
    transparent;
}

.fnl-dashboard-showcase-wrap {
  max-width: var(--container-wide);
  margin: 0 auto;
}

.fnl-dashboard-mockup {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-dashboard);
  border: 1px solid var(--fnl-border-strong);
}

@media (max-width: 768px) {
  .fnl-dashboard-mockup {
    max-width: 360px;
  }
}

/* ============================================================
   COUNTERS · v6.1 dramatic +50% type scale
   ============================================================ */

.fnl-section-counters {
  padding: clamp(72px, 10vh, 120px) 0;
  border-top: 1px solid var(--fnl-border-subtle);
  background: linear-gradient(180deg, transparent 0%, rgba(212, 184, 150, 0.05) 50%, transparent 100%);
  position: relative;
}

.fnl-counter-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 64px);
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 var(--space-container);
  align-items: end;
}

.fnl-counter-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--fnl-border-subtle);
}

.fnl-counter {
  font-family: var(--fnl-font-ui);
  font-weight: var(--fw-display-black);
  font-feature-settings: 'tnum' 1;
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: -0.04em;
  line-height: 0.88;
  font-size: var(--fs-numeral);
  color: transparent;
  background: linear-gradient(180deg, #F0DCB0 0%, #D4B896 60%, #A88656 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
}

.fnl-counter--teal {
  background: linear-gradient(180deg, #7FE0CC 0%, #00C2A8 60%, #008870 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.fnl-counter-label {
  font-family: var(--fnl-font-ui);
  font-weight: var(--fw-ui-strong);
  font-size: 11px;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--fnl-text-muted);
  line-height: 1.4;
  margin-top: 0;
}

@media (max-width: 860px) {
  .fnl-counter-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

@media (max-width: 768px) {
  .fnl-counter {
    font-size: clamp(48px, 14vw, 88px);
  }
}

/* ============================================================
   2 TIERS · PILOT / PRO · v6.1 featured teal-glow shadow
   ============================================================ */

.fnl-tiers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  align-items: stretch;
}

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

.fnl-paquete {
  background: var(--fnl-surface);
  border: 1px solid var(--fnl-border-subtle);
  border-radius: var(--radius-md);
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all var(--dur-med) var(--ease-luxe);
}

.fnl-paquete:hover {
  border-color: var(--fnl-border-strong);
}

.fnl-paquete--featured {
  border-color: rgba(0, 194, 168, 0.32);
  background:
    linear-gradient(180deg, rgba(0, 194, 168, 0.06) 0%, rgba(0, 194, 168, 0.01) 100%),
    var(--fnl-surface);
  transform: translateY(-12px);
  box-shadow: var(--shadow-teal-glow);
}

.fnl-paquete--featured:hover {
  border-color: var(--fnl-teal);
}

.fnl-paquete-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--fnl-accent);
  color: var(--fnl-base);
  font-family: var(--fnl-font-ui);
  font-size: 10px;
  font-weight: var(--fw-ui-strong);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.fnl-paquete-header {
  border-bottom: 1px solid var(--fnl-border-subtle);
  padding-bottom: 24px;
  margin-bottom: 28px;
}

.fnl-paquete-tag {
  font-family: var(--fnl-font-ui);
  font-weight: var(--fw-ui-strong);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--fnl-teal);
  margin: 0 0 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}

.fnl-paquete-tag::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--fnl-teal);
}

.fnl-paquete-title {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.25;
  letter-spacing: var(--ls-display-snug);
  color: var(--fnl-cream);
  margin: 0;
  text-wrap: balance;
}

.fnl-paquete-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.fnl-paquete-features li {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fnl-text-secondary);
  padding-left: 24px;
  position: relative;
}

.fnl-paquete-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--fnl-teal);
  font-weight: 600;
}

.fnl-paquete-features li strong {
  color: var(--fnl-cream);
  font-weight: var(--fw-ui-strong);
  margin-right: 4px;
}

.fnl-paquete-pricing-note {
  font-family: var(--fnl-font-ui);
  font-size: 12px;
  color: var(--fnl-text-faint);
  font-style: italic;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
  text-align: center;
}

.fnl-tiers-anclas {
  text-align: center;
  margin: clamp(48px, 6vh, 72px) auto 0;
  max-width: 800px;
}

/* ============================================================
   PROOF · Frameworks + transparencia + garantia · v6.1 refined
   ============================================================ */

.fnl-proof-frame {
  text-align: center;
  font-size: var(--fs-lead);
  color: var(--fnl-text-secondary);
  max-width: 64ch;
  margin: 0 auto clamp(48px, 6vh, 72px);
  line-height: 1.55;
}

.fnl-frameworks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto clamp(64px, 8vh, 96px);
}

.fnl-framework {
  background: var(--fnl-surface);
  border: 1px solid var(--fnl-border-subtle);
  border-left: 2px solid var(--fnl-teal);
  border-radius: var(--radius-md);
  padding: clamp(24px, 2.5vw, 32px);
  transition: all var(--dur-med) var(--ease-luxe);
}

.fnl-framework:hover {
  background: var(--fnl-surface-hover);
  border-color: var(--fnl-border-strong);
  border-left-color: var(--fnl-teal-bright);
  transform: translateY(-2px);
}

.fnl-framework-title {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: var(--ls-display-snug);
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--fnl-cream);
}

.fnl-framework-title span {
  display: block;
  font-family: var(--fnl-font-ui);
  font-weight: var(--fw-ui);
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--fnl-gold);
  margin-top: 8px;
}

.fnl-framework-what,
.fnl-framework-use {
  font-size: 14px;
  line-height: 1.6;
  color: var(--fnl-text-muted);
  margin: 0 0 12px;
}

.fnl-framework-what:last-child,
.fnl-framework-use:last-child {
  margin-bottom: 0;
}

.fnl-framework-what strong,
.fnl-framework-use strong {
  color: var(--fnl-cream);
  font-weight: var(--fw-ui-strong);
}

.fnl-proof-live {
  background:
    linear-gradient(180deg, rgba(0, 194, 168, 0.04) 0%, transparent 100%),
    var(--fnl-surface);
  border: 1px solid rgba(0, 194, 168, 0.24);
  border-radius: var(--radius-md);
  padding: clamp(32px, 4vw, 56px);
  max-width: 900px;
  margin: 0 auto clamp(48px, 6vh, 72px);
}

.fnl-proof-live-title {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.25;
  letter-spacing: var(--ls-display-snug);
  margin: 0 0 28px;
  color: var(--fnl-cream);
  max-width: 28ch;
}

.fnl-proof-live-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.fnl-proof-live-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 14px 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--fnl-text-secondary);
  align-items: baseline;
}

.fnl-proof-live-list li + li {
  border-top: 1px solid var(--fnl-border-subtle);
}

.fnl-proof-live-list li::before {
  content: '→';
  color: var(--fnl-teal-bright);
  font-size: 16px;
  font-weight: 500;
}

.fnl-proof-live-ancla {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.4;
  letter-spacing: var(--ls-display-snug);
  color: var(--fnl-cream);
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid var(--fnl-border-subtle);
}

/* === Garantia · row layout con badge medallion === */
.fnl-garantia {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(212, 184, 150, 0.04) 0%, transparent 60%),
    var(--fnl-surface);
  border: 1px solid var(--fnl-border-strong);
  border-radius: var(--radius-md);
  padding: clamp(32px, 4vw, 56px);
  max-width: 900px;
  margin: 0 auto;
}

.fnl-garantia-badge {
  width: clamp(140px, 18vw, 220px);
  height: auto;
  flex-shrink: 0;
}

.fnl-garantia-body-wrap {
  display: flex;
  flex-direction: column;
}

.fnl-garantia-eyebrow {
  font-family: var(--fnl-font-ui);
  font-size: 11px;
  font-weight: var(--fw-ui-strong);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--fnl-teal);
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.fnl-garantia-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.fnl-garantia-title {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.2;
  letter-spacing: var(--ls-display-snug);
  margin: 0 0 20px;
  color: var(--fnl-cream);
}

.fnl-garantia-body {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  color: var(--fnl-text-secondary);
  margin: 0 0 16px;
}

.fnl-garantia-microcopy {
  font-size: 13px;
  line-height: 1.6;
  color: var(--fnl-text-faint);
  font-style: italic;
  margin: 0;
}

@media (max-width: 720px) {
  .fnl-garantia {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .fnl-garantia-badge {
    margin: 0 auto;
    width: 160px;
  }
  .fnl-garantia-eyebrow {
    justify-content: center;
  }
}

/* ============================================================
   APPLICATION · form section v6.1
   ============================================================ */

.fnl-section-application .fnl-container,
.fnl-section-application .fnl-container-narrow {
  max-width: 720px;
}

/* ============================================================
   FAQ · v6.1 + icon rotation 135deg
   ============================================================ */

.fnl-faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fnl-faq-item {
  background: var(--fnl-surface);
  border: 1px solid var(--fnl-border-subtle);
  border-radius: var(--radius-md);
  transition: all var(--dur-base) var(--ease-luxe);
  overflow: hidden;
}

.fnl-faq-item:hover {
  border-color: var(--fnl-border-strong);
}

.fnl-faq-item[open] {
  border-color: rgba(0, 194, 168, 0.32);
  background: rgba(0, 194, 168, 0.02);
}

.fnl-faq-item summary {
  padding: 22px 28px;
  cursor: pointer;
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display);
  font-size: clamp(16px, 1.7vw, 19px);
  color: var(--fnl-cream);
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  gap: 20px;
  line-height: 1.35;
  letter-spacing: var(--ls-display-loose);
  transition: all var(--dur-base) var(--ease-luxe);
}

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

.fnl-faq-item summary::after {
  content: "+";
  font-family: var(--fnl-font-display);
  font-size: 24px;
  font-weight: 300;
  color: var(--fnl-teal);
  flex-shrink: 0;
  justify-self: end;
  transition: transform var(--dur-med) var(--ease-luxe);
  display: inline-block;
  line-height: 1;
}

.fnl-faq-item[open] summary::after {
  transform: rotate(135deg);
}

.fnl-faq-item p {
  padding: 0 28px 24px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fnl-text-secondary);
}

/* ============================================================
   CTA FINAL · v6.1 teal-glow radial bottom
   ============================================================ */

.fnl-section-cta-final {
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, var(--fnl-teal-glow) 0%, transparent 60%);
  position: relative;
}

.fnl-cta-final-headline {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display-bold);
  font-size: clamp(34px, 5vw, 76px);
  line-height: 1.05;
  letter-spacing: var(--ls-display-tight);
  margin: 32px 0 24px;
  color: var(--fnl-cream);
  text-wrap: balance;
}

/* CTA final headline 2-color · cream + gold gradient em span */
.fnl-cta-final-headline-em {
  background: linear-gradient(180deg, var(--fnl-gold-bright) 0%, var(--fnl-gold-base) 60%, var(--fnl-gold-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: var(--fw-display-black);
}

.fnl-cta-final-body {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--fnl-text-secondary);
  max-width: 56ch;
  margin: 0 auto 40px;
}

.fnl-cta-final-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}

.fnl-cta-final-ancla {
  font-family: var(--fnl-font-display);
  font-weight: var(--fw-display);
  font-style: italic;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  color: var(--fnl-text-muted);
  margin: 0 auto;
  max-width: 60ch;
}

/* ============================================================
   Sticky CTA mobile bottom bar · v6.1 backdrop blur refined
   ============================================================ */

.fnl-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 12px 16px;
  background: var(--fnl-surface-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--fnl-border-strong-gold);
  transform: translateY(100%);
  transition: transform var(--dur-med) var(--ease-luxe);
}

.fnl-sticky-cta.is-visible {
  transform: translateY(0);
}

.fnl-sticky-cta .fnl-btn {
  width: 100%;
}

@media (max-width: 768px) {
  .fnl-sticky-cta { display: block; }
  body.funnel-body { padding-bottom: 0; }
  .fnl-section-cta-final { padding-bottom: clamp(120px, 18vh, 180px); }
}

/* ============================================================
   Responsive · Tablet 1024px / Mobile 768px / Small 480px
   ============================================================ */

@media (max-width: 1024px) {
  .fnl-hero-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .fnl-hero-right {
    position: static;
  }
  .fnl-piezas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fnl-tiers-grid,
  .fnl-tiers-grid--two {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 20px;
  }
  .fnl-paquete--featured {
    transform: none;
  }
  .fnl-trust-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  :root {
    --fnl-section-py: 80px;
  }
  .fnl-hero {
    padding: 100px 0 80px;
  }
  .fnl-hero-headline {
    font-size: clamp(34px, 9vw, 56px);
  }
  .fnl-sintomas-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fnl-piezas-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fnl-form-card {
    padding: 28px 22px;
  }
  .fnl-cta-final-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .fnl-cta-final-buttons .fnl-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fnl-trust-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fnl-trust-row .fnl-trust-badge {
    object-position: center center;
  }
}

/* ============================================================
   GSAP scroll-driven animations (preservar funcionalidad actual)
   ============================================================ */

.fnl-anim-init {
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}

/* FAQ smooth height animation (GSAP-controlled in funnel-page.js) */
.fnl-faq-item .fnl-faq-body {
  overflow: hidden;
  will-change: height, opacity;
}

.fnl-faq-item:not([open]) .fnl-faq-body {
  display: none;
}

.fnl-faq-item.js-anim:not([open]) .fnl-faq-body {
  display: block;
  height: 0;
  opacity: 0;
}

.fnl-faq-item.js-anim[open] .fnl-faq-body {
  opacity: 1;
}

/* ============================================================
   WCAG focus visible (Regla 18 a11y · v6.1 gold-bright)
   ============================================================ */

.fnl-btn:focus-visible,
.fnl-form-field input:focus-visible,
.fnl-form-field select:focus-visible,
.fnl-faq-item summary:focus-visible,
.fnl-radio:focus-visible {
  outline: 2px solid var(--fnl-gold-bright);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ============================================================
   Respect reduced motion (Regla 18 a11y)
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fnl-anim-init {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .fnl-sticky-cta {
    transition: none;
  }

  .fnl-vsl-hero:hover,
  .fnl-sintoma:hover,
  .fnl-pieza:hover,
  .fnl-paquete:hover,
  .fnl-framework:hover,
  .fnl-trust-row .fnl-trust-badge:hover,
  .fnl-btn-primary:hover,
  .fnl-btn-ghost:hover {
    transform: none;
  }
}
