/* ============================================
   407 LEGAL · brand tokens
   navy #091E31 · gold #EEA72F · rust #8E2A01 · cream #F4EDE3
   ============================================ */

:root {
  --navy: #091E31;
  --navy-2: #0d2a44;
  --navy-3: #143657;
  --gold: #EEA72F;
  --gold-2: #d99422;
  --gold-3: #f6c46b;
  --gold-deep: #a06b00; /* WCAG-safe amber for text-on-light: ~5.3:1 on white, keeps gold family */
  --rust: #8E2A01;
  --rust-deep: #6b1f00; /* WCAG-safe rust for kicker labels on cream: ~9:1 on cream, ~10:1 on white */
  --ink-muted: #3a4a5d; /* WCAG-safe muted body copy: ~8.5:1 on cream, replaces rgba(9,30,49,0.72) */
  --cream: #F4EDE3;
  --cream-2: #faf5ec;
  --cream-3: #ece1ce;
  --white: #FFFFFF;
  --ink: #0b1a2a;
  --ink-2: #2a3a4d;
  --whatsapp: #25D366;
  --whatsapp-2: #1ebe57;

  --maxw: 1180px;
  --maxw-narrow: 720px;
  --radius: 18px;
  --radius-lg: 24px;
  --radius-sm: 12px;
  --radius-pill: 999px;

  --shadow-card: 0 24px 60px -12px rgba(9, 30, 49, 0.28);
  --shadow-card-lg: 0 40px 90px -20px rgba(9, 30, 49, 0.35);
  --shadow-soft: 0 10px 30px -10px rgba(9, 30, 49, 0.18);
  --shadow-input: 0 0 0 4px rgba(238, 167, 47, 0.28);

  --f-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --f-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ============================================
   RESET / BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
a { color: inherit; }

/* Bilingual visibility (default es) */
[data-lang-en] { display: none; }
html[lang="en"] [data-lang-en] { display: inline; }
html[lang="en"] [data-lang-es] { display: none; }
/* Block-level lang-keyed elements need block display, not inline */
.disclaimer p[data-lang-es] { display: block; }
.disclaimer p[data-lang-en] { display: none; }
html[lang="en"] .disclaimer p[data-lang-es] { display: none; }
html[lang="en"] .disclaimer p[data-lang-en] { display: block; }

/* Visually hidden (screen-reader-only) — pairs with the ARIA-hidden typewriter so SR users still hear the H1 */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link — visible on focus only */
.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 200;
  background: var(--navy);
  color: var(--cream);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 22px -6px rgba(9, 30, 49, 0.45);
  transition: top 180ms var(--ease-out);
}
.skip-link:focus,
.skip-link:focus-visible {
  top: 12px;
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
/* Block-level overrides where lang elements wrap full sections.
   Default (es) site: show es spans inline, hide en spans.
   En site: show en spans inline, hide es spans.
   This re-establishes default `display: inline` for cards/steps without
   breaking the language toggle. */
.case-card [data-lang-es],
.why-card [data-lang-es],
.step [data-lang-es] { display: inline; }
html[lang="en"] .case-card [data-lang-es],
html[lang="en"] .why-card [data-lang-es],
html[lang="en"] .step [data-lang-es] { display: none; }
html[lang="en"] .case-card [data-lang-en],
html[lang="en"] .why-card [data-lang-en],
html[lang="en"] .step [data-lang-en] { display: inline; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container--narrow { max-width: var(--maxw-narrow); }

/* ============================================
   TYPOGRAPHY HELPERS
   ============================================ */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.kicker__bar {
  display: inline-block;
  width: 28px; height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}
.kicker--center {
  justify-content: center;
  width: 100%;
}

/* 2026 editorial pattern: hairline rule ABOVE the kicker, centered.
   Inverts the legacy inline-bar pattern. Used on cases / why / faq sections. */
.kicker--top-rule {
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.kicker--top-rule .kicker__bar {
  display: inline-block !important;
  width: 44px;
  height: 1px;
}
/* WCAG AA (4.5:1) — rust-deep #6b1f00 hits ~9:1 on cream, ~10:1 on white for kicker labels.
   Navy-bg sections keep gold (passes comfortably). */
.cases .kicker,
.process .kicker,
.why .kicker,
.vetting .kicker,
.faq .kicker {
  color: var(--rust-deep);
}
.cases .kicker__bar,
.process .kicker__bar,
.why .kicker__bar,
.vetting .kicker__bar,
.faq .kicker__bar {
  background: var(--rust-deep);
}
.section-title {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 12px;
}
.section-title--inverse { color: var(--cream); }
.section-lead {
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 60ch;
  margin: 0 0 32px;
}
.section-lead--inverse { color: rgba(244, 237, 227, 0.78); }

/* center-align the cases / why / faq / vehicle-type headers */
.cases .section-title,
.cases .section-lead,
.why .section-title,
.faq .section-title,
.lead-card__head .section-title,
.lead-card__head .section-lead,
.vehicle-type .section-title,
.vehicle-type .section-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   COMPLIANCE BAR
   ============================================ */
.cbar {
  background: var(--navy);
  color: rgba(244, 237, 227, 0.85);
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.cbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 12px;
}
.cbar__flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.cbar__flag .dot {
  width: 7px; height: 7px;
  background: var(--gold);
  border-radius: 50%;
  display: inline-block;
}
.cbar__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cbar__tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.cbar__tel:hover { color: var(--gold-3); }

.lang-toggle {
  display: inline-flex;
  border: 1px solid rgba(244, 237, 227, 0.35);
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: rgba(9, 30, 49, 0.55); /* opaque-enough navy backdrop so inactive label hits AA */
}
.lang-toggle button {
  background: transparent;
  border: 0;
  color: #f4ede3; /* WCAG: cream on navy backdrop = ~12:1; was rgba 0.7 → ~3.26:1 (fail) */
  padding: 5px 11px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  transition: background 180ms var(--ease-out), color 180ms var(--ease-out);
}
.lang-toggle button.active {
  background: var(--gold);
  color: #000; /* WCAG: pure black on gold = ~10:1; was navy → composited to ~3.11:1 (fail) */
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 237, 227, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid rgba(9, 30, 49, 0.08);
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand__logo {
  height: 56px;
  width: auto;
  display: block;
}
@media (max-width: 720px) {
  .brand__logo { height: 44px; }
}
html[lang="en"] .brand__logo[data-lang-es],
html:not([lang="en"]) .brand__logo[data-lang-en] { display: none; }

.nav__links {
  list-style: none;
  display: flex;
  gap: 26px;
  margin: 0 auto 0 6px;
  padding: 0;
}
.nav__links a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink-2);
  letter-spacing: 0.01em;
  transition: color 180ms var(--ease-out);
}
.nav__links a:hover { color: var(--navy); }

.nav__cta { margin-left: auto; }

@media (max-width: 760px) {
  .nav__links { display: none; }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1.5px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 200ms var(--ease-out),
              box-shadow 200ms var(--ease-out),
              background 200ms var(--ease-out),
              color 200ms var(--ease-out),
              border-color 200ms var(--ease-out);
  cursor: pointer;
}
.btn--sm { padding: 10px 16px; font-size: 12px; }
.btn--lg { padding: 17px 28px; font-size: 15px; }
.btn--block { display: flex; width: 100%; }

.btn--gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 10px 24px -8px rgba(238, 167, 47, 0.55), inset 0 -2px 0 rgba(0,0,0,0.08);
}
.btn--gold:hover {
  background: var(--gold-2);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px -8px rgba(238, 167, 47, 0.7);
}
.btn--gold:active { transform: translateY(0); }

.btn--ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(244, 237, 227, 0.35);
}
.btn--ghost:hover { border-color: var(--cream); background: rgba(244, 237, 227, 0.08); }

.btn--ghost-light {
  background: transparent;
  color: var(--cream);
  border-color: rgba(244, 237, 227, 0.4);
}
.btn--ghost-light:hover { border-color: var(--gold); color: var(--gold); }

.btn--whatsapp {
  background: #0e7a3d;
  color: var(--white);
  box-shadow: 0 10px 24px -8px rgba(14, 122, 61, 0.5);
}
.btn--whatsapp:hover { background: #0a6431; transform: translateY(-1px); }
.btn--whatsapp svg { width: 20px; height: 20px; }

.i-arr { width: 18px; height: 18px; }
.i-check { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  background: var(--navy);
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
  padding-top: 64px;
  padding-bottom: 110px;
}
.hero__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 35%;
  z-index: 0;
  opacity: 0.55;
  filter: saturate(0.9) contrast(1.05);
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg,
      rgba(9, 30, 49, 0.95) 0%,
      rgba(9, 30, 49, 0.85) 38%,
      rgba(9, 30, 49, 0.55) 70%,
      rgba(9, 30, 49, 0.35) 100%),
    radial-gradient(circle at 22% 28%, rgba(238, 167, 47, 0.18) 0%, transparent 55%),
    radial-gradient(circle at 88% 90%, rgba(238, 167, 47, 0.10) 0%, transparent 55%);
}
.hero__inner {
  position: relative;
  z-index: 2;
}
.hero__copy {
  max-width: 920px;
}
.hero__title {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(44px, 7vw, 80px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  color: var(--cream);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
/* Spanish strings run ~30% longer — tighter ceiling so the longest typed phrase fits one line */
html[lang="es"] .hero__title {
  font-size: clamp(38px, 5.6vw, 64px);
  letter-spacing: -0.022em;
}
.hero__title .hl {
  color: var(--gold);
  font-style: italic;
  position: relative;
}
/* Underline glow — suppressed on the typewriter text so it doesn't pulse with the typed length */
.hero__title .hl:not(.typewriter__text)::after {
  content: '';
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: -4px;
  height: 6px;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
  border-radius: 3px;
  opacity: 0.6;
}

/* Hero H1 — static lead-in + typewriter cycle */
.hero__lead {
  display: block;
  color: var(--cream);
  font-weight: 900;
  line-height: 0.92;
}
.typewriter {
  display: block;
  /* Single line on desktop — H1 size cap above guarantees the longest phrase fits. */
  height: 1em;
  min-height: 1em;
  max-height: 1em;
  overflow: hidden;
  line-height: 0.92;
  /* Negative pull lifts the italic ascenders into the lead's descender region — kills ghost gap */
  margin-top: -0.08em;
}
@media (max-width: 880px) {
  /* Tablet may wrap to 2 lines on the longest ES phrase — keep tight. */
  .typewriter {
    height: 1.7em;
    min-height: 1.7em;
    max-height: 1.7em;
  }
}
@media (max-width: 480px) {
  .typewriter {
    height: 2.4em;
    min-height: 2.4em;
    max-height: 2.4em;
  }
}
.typewriter__text {
  /* Inherits .hl gold italic + underline glow from .hero__title .hl */
  display: inline;
  white-space: pre-wrap;
  word-break: keep-all;
}
.typewriter__cursor {
  display: inline-block;
  margin-left: 4px;
  color: var(--gold);
  font-style: normal;
  font-weight: 400;
  transform: translateY(-0.06em);
  animation: blink 0.9s steps(1) infinite;
}
@keyframes blink {
  50% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .typewriter__cursor { animation: none; opacity: 1; }
}
.hero__sub {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
  max-width: 56ch;
  color: rgba(244, 237, 227, 0.92);
  margin: 0 0 26px;
}
.hero__bullets {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.hero__bullets li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: rgba(244, 237, 227, 0.92);
}
.hero__bullets .i-check {
  color: var(--cream);
  background: rgba(244, 237, 227, 0.10);
  border: 1px solid rgba(244, 237, 227, 0.22);
  border-radius: 50%;
  padding: 3px;
  width: 22px; height: 22px;
}
.hero__ctas {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 12px;
  margin-bottom: 14px;
}
/* Bilingual width buffer: ES strings ("LLAMAR") and longer phone-bearing CTAs
   need ~30% headroom over EN. Each CTA gets a min-width so the row doesn't
   collapse-wrap mid-phrase, and on narrow viewports they stack full-width. */
.hero__ctas .btn { min-width: 220px; }
.hero__ctas .btn--wide { grid-column: 1 / -1; }
@media (max-width: 540px) {
  .hero__ctas { grid-template-columns: 1fr; gap: 10px; }
  .hero__ctas .btn { width: 100%; min-width: 0; }
}
.hero__micro {
  font-size: 13px;
  color: rgba(244, 237, 227, 0.65);
  margin: 0;
  letter-spacing: 0.02em;
}
.hero__wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  z-index: 2;
  pointer-events: none;
}
.hero__wave svg { display: block; width: 100%; height: 60px; }

@media (max-width: 720px) {
  .hero { padding-top: 44px; padding-bottom: 90px; }
  .hero__photo { opacity: 0.4; background-position: center 25%; }
  .hero__bullets { gap: 8px 16px; }
}

/* ============================================
   TRUST STRIP + TESTIMONIAL  (post-hero, pre-cases)
   FL Bar 4-7: process-not-outcome quote, results-disclaimer present.
   ============================================ */
.trust-strip {
  background: var(--cream);
  padding: 56px 0 0;
}
.trust-strip__inner {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.4fr 1fr;
  align-items: stretch;
}
@media (max-width: 900px) {
  .trust-strip { padding: 48px 0 0; }
  .trust-strip__inner { grid-template-columns: 1fr; gap: 24px; }
}
.trust-strip__signals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.trust-signal {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid rgba(9, 30, 49, 0.08);
  border-radius: 14px;
  box-shadow: 0 4px 14px -10px rgba(9, 30, 49, 0.18);
}
.trust-signal svg { color: var(--rust-deep, var(--rust)); margin-top: 2px; }
.trust-signal strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.trust-signal__sub {
  display: block;
  font-size: 13.5px;
  color: var(--ink-muted, #3a4a5d);
  margin-top: 2px;
  line-height: 1.45;
}
.testimonial-card {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  border-radius: 18px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 18px 40px -20px rgba(9, 30, 49, 0.45);
  position: relative;
}
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 4px;
  left: 18px;
  font-size: 64px;
  line-height: 1;
  color: var(--gold);
  font-family: Georgia, serif;
  opacity: 0.55;
}
.testimonial-card__quote {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.55;
  font-style: italic;
  padding-top: 22px;
}
.testimonial-card__cite {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-style: normal;
}
.testimonial-card__name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold);
}
.testimonial-card__meta {
  font-size: 12.5px;
  color: rgba(244, 237, 227, 0.78);
  letter-spacing: 0.02em;
}
.testimonial-card__disclaimer {
  margin: 6px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(244, 237, 227, 0.7);
  border-top: 1px solid rgba(244, 237, 227, 0.18);
  padding-top: 10px;
}

/* ============================================
   VEHICLE TYPE  (commercial vs non-commercial)
   ============================================ */
.vehicle-type {
  background: var(--cream);
  padding: 64px 0 8px;
  text-align: center;
}
.vehicle-type__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0 0;
  align-items: stretch;
  text-align: center;
}
@media (max-width: 900px) {
  .vehicle-type { padding: 48px 0 0; }
  .vehicle-type__grid { grid-template-columns: 1fr; gap: 18px; }
}
.vehicle-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(9, 30, 49, 0.08);
  border-radius: 18px;
  padding: 28px 28px 26px;
  box-shadow: 0 8px 24px -16px rgba(9, 30, 49, 0.22);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vehicle-card--commercial {
  background: var(--navy);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 18px 40px -20px rgba(9, 30, 49, 0.45);
  padding-top: 44px;
}
.vehicle-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vehicle-card__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(141, 74, 38, 0.16), rgba(141, 74, 38, 0.06));
  color: var(--rust-deep, #6E3B22);
}
.vehicle-card--commercial .vehicle-card__icon {
  background: linear-gradient(135deg, rgba(238, 167, 47, 0.22), rgba(238, 167, 47, 0.06));
  color: var(--gold);
}
.vehicle-card__icon svg { width: 28px; height: 28px; }
.vehicle-card__title {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0;
  text-align: center;
}
.vehicle-card--commercial .vehicle-card__title { color: var(--white); }
.vehicle-card__lead {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-muted);
}
.vehicle-card--commercial .vehicle-card__lead { color: rgba(244, 237, 227, 0.82); }
.vehicle-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(238, 167, 47, 0.14);
  border: 1px solid rgba(238, 167, 47, 0.32);
  padding: 6px 10px;
  border-radius: 999px;
}
.vehicle-card__points {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.vehicle-card__points li {
  display: grid;
  gap: 4px;
  padding: 0 0 0 18px;
  position: relative;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-muted);
}
.vehicle-card--commercial .vehicle-card__points li { color: rgba(244, 237, 227, 0.82); }
.vehicle-card__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--rust-deep, #8D4A26);
}
.vehicle-card--commercial .vehicle-card__points li::before { background: var(--gold); }
.vehicle-card__points li strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.vehicle-card--commercial .vehicle-card__points li strong { color: var(--white); }
.vehicle-type__foot {
  margin: 28px auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-muted);
}
.vehicle-type__link {
  color: var(--rust-deep, #6E3B22);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vehicle-type__link:hover { color: var(--rust); }
@media (max-width: 520px) {
  .vehicle-card { padding: 24px 20px 22px; }
  .vehicle-card--commercial { padding-top: 48px; }
  .vehicle-card__title { font-size: 21px; }
}

/* ---- Lean rewrite additions (hook + footnote + brand chips) ---- */
.vehicle-card__hook {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.35;
  margin: 8px auto 18px;
  max-width: 38ch;
  text-align: center;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.vehicle-card--commercial .vehicle-card__hook { color: var(--white); }

.vehicle-card__footnote {
  margin: 20px 0 0;
  padding: 16px 4px 0;
  border-top: 1px solid rgba(9, 30, 49, 0.10);
  font-size: 14.5px;
  line-height: 1.55;
  text-align: center;
  color: var(--ink-muted);
}
.vehicle-card--commercial .vehicle-card__footnote {
  border-top-color: rgba(244, 237, 227, 0.18);
  color: rgba(244, 237, 227, 0.82);
}

.logo-row {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(9, 30, 49, 0.08);
  box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.18);
}
.logo-chip img {
  display: block;
  height: 16px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
}
.logo-chip--spark img,
.logo-chip--truck img { height: 22px; }
.logo-chip--lyft img,
.logo-chip--amazon img,
.logo-chip--instacart img { height: 18px; }
.logo-chip--neutral {
  font-size: 13px;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.vehicle-card--personal .logo-chip { background-color: var(--white); }

/* ============================================
   STEP LIST (5 cosas que hacer — used on /guia-accidente/)
   ============================================ */
.step-list-wrap { margin: 8px 0 12px; }
.step-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.step-list .step {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 22px;
  align-items: start;
  background: var(--white);
  border: 1px solid rgba(9, 30, 49, 0.08);
  border-left: 4px solid var(--rust-deep, #6E3B22);
  border-radius: var(--radius);
  padding: 22px 26px 22px 22px;
  box-shadow: var(--shadow-soft);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}
.step-list .step:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.step-list .step__num {
  width: 56px; height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--gold);
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 26px;
  border-radius: 50%;
  box-shadow: 0 8px 18px -6px rgba(9, 30, 49, 0.5);
  flex-shrink: 0;
}
.step__body { min-width: 0; }
.step__title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  color: var(--navy);
  margin: 4px 0 8px;
  letter-spacing: -0.005em;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.step__title strong {
  color: var(--rust-deep, #6E3B22);
  font-weight: 900;
}
.step__detail {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-muted);
  margin: 0;
}
@media (max-width: 640px) {
  .step-list .step { grid-template-columns: 52px 1fr; gap: 16px; padding: 20px 18px; }
  .step-list .step__num { width: 44px; height: 44px; font-size: 21px; }
  .step__title { font-size: 17px; }
  .step__detail { font-size: 14px; }
}

/* ============================================
   STEP BRANCHES (conditional "si pasa esto" callouts)
   used on /guia-accidente/ after the main 5-step list
   ============================================ */
.step-branch {
  max-width: 820px;
  margin: 28px auto 0;
  background: var(--cream-2, #F4EDE3);
  border: 1px solid rgba(9, 30, 49, 0.08);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 26px 28px 24px;
  box-shadow: var(--shadow-soft);
}
.step-branch__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
}
.step-branch__rule {
  display: inline-block;
  width: 44px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}
.step-branch__title {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 26px);
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--navy);
  margin: 0;
}
.step-branch__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-branch__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  background: var(--white);
  border: 1px solid rgba(9, 30, 49, 0.08);
  border-radius: 14px;
  padding: 16px 18px;
}
.step-branch__si {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 32px;
  padding: 0 12px;
  background: var(--rust-deep, #6E3B22);
  color: var(--white);
  font-family: var(--f-sans, system-ui, sans-serif);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  border-radius: 999px;
  flex-shrink: 0;
}
.step-branch__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-muted);
}
@media (max-width: 640px) {
  .step-branch { padding: 20px 20px 18px; }
  .step-branch__head { margin-bottom: 14px; }
  .step-branch__item { grid-template-columns: 1fr; gap: 8px; padding: 14px 16px; }
  .step-branch__si { justify-self: start; }
}

/* ============================================
   CASE TYPES (icon grid)
   ============================================ */
.cases {
  background: var(--cream);
  padding: 84px 0 72px;
  text-align: center;
}
.cases__grid {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}
.case-card {
  background: var(--white);
  border: 1px solid rgba(9, 30, 49, 0.08);
  border-radius: var(--radius);
  padding: 28px 24px 24px;
  box-shadow: var(--shadow-soft);
  transition: transform 280ms var(--ease-out), box-shadow 280ms var(--ease-out), border-color 280ms var(--ease-out);
}

/* Photo-led variant — overrides padding so image is flush-top */
.case-card--photo {
  padding: 0 0 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.case-card--photo .case-card__photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(135deg, var(--cream-3), var(--cream));
  margin: 0 0 18px;
}
.case-card--photo .case-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 600ms var(--ease-out);
}
.case-card--photo:hover .case-card__photo img {
  transform: scale(1.03);
}
.case-card--photo .case-card__icon { display: none; }
.case-card--photo h3,
.case-card--photo p {
  padding: 0 24px;
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: rgba(238, 167, 47, 0.4);
}
.case-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(238, 167, 47, 0.18), rgba(238, 167, 47, 0.08));
  color: var(--gold-2);
  margin-bottom: 18px;
}
.case-card__icon svg { width: 30px; height: 30px; }
.case-card h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 22px);
  line-height: 1.18;
  color: var(--navy);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}
.case-card p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-muted);
  margin: 0;
}

@media (max-width: 880px) {
  .cases__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .cases { padding: 56px 0 48px; }
  .cases__grid { grid-template-columns: 1fr; gap: 14px; }
  .case-card { padding: 22px 20px; }
}

/* ============================================
   LEAD FORM CARD
   ============================================ */
.lead {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-3) 100%);
  padding: 64px 0 84px;
  position: relative;
}
.lead::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(238, 167, 47, 0.10) 0%, transparent 40%),
    radial-gradient(circle at 88% 82%, rgba(9, 30, 49, 0.06) 0%, transparent 40%);
  pointer-events: none;
}
.lead-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 38px 36px;
  box-shadow: var(--shadow-card-lg);
  border: 1px solid rgba(9, 30, 49, 0.06);
}
.lead-card__head { text-align: center; margin-bottom: 26px; }
.lead-card__head .section-title { margin-bottom: 8px; }

.lead-form { display: flex; flex-direction: column; gap: 16px; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-weight: 600;
  font-size: 13px;
  color: var(--ink-2);
  letter-spacing: 0.01em;
}
.field input,
.field select {
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid rgba(9, 30, 49, 0.14);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  outline: 0;
  transition: border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
  -webkit-appearance: none;
  appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23091E31' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
}
.field input:focus,
.field select:focus {
  border-color: var(--gold);
  box-shadow: var(--shadow-input);
}
.field input.error,
.field select.error { border-color: var(--rust); }

.field-error {
  display: none;
  font-size: 12px;
  color: var(--rust);
  font-weight: 600;
  margin-top: 2px;
}
.field-error.show { display: block; }

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-muted);
  margin-top: 4px;
  cursor: pointer;
}
.consent input { margin-top: 2px; flex-shrink: 0; accent-color: var(--gold); }
.consent a { color: var(--rust); font-weight: 600; }

.form-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(9, 30, 49, 0.6);
  margin: 8px 0 0;
}

.divider {
  position: relative;
  text-align: center;
  margin: 22px 0 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(9, 30, 49, 0.5);
  text-transform: uppercase;
  font-weight: 600;
}
.divider::before,
.divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 90px);
  height: 1px;
  background: rgba(9, 30, 49, 0.12);
}
.divider::before { left: 0; }
.divider::after { right: 0; }

.phone-fallback {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: rgba(9, 30, 49, 0.7);
}
.phone-fallback a { color: var(--navy); text-decoration: none; font-weight: 500; }
.phone-fallback strong { color: var(--rust); }

.loading {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  color: rgba(9, 30, 49, 0.7);
  font-size: 13px;
}
.loading.show { display: flex; }
.spinner {
  width: 18px; height: 18px;
  border: 2.5px solid rgba(238, 167, 47, 0.25);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 600px) {
  .lead-card { padding: 30px 22px 26px; border-radius: var(--radius); }
  .field-row { grid-template-columns: 1fr; }
  .divider::before, .divider::after { width: calc(50% - 110px); }
}

/* ============================================
   PROCESS  (steps + courthouse aside)
   ============================================ */
.process {
  background: var(--white);
  padding: 84px 0 72px;
}
.process__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.steps {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: flex-start;
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0 8px 18px -6px rgba(238, 167, 47, 0.55);
  flex-shrink: 0;
}
.step__h {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 4px;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.step__p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

.process__aside {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card-lg);
  aspect-ratio: 4/5;
}
.process__aside img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-out);
}
.process__aside:hover img { transform: scale(1.04); }
.process__aside-band {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(9, 30, 49, 0.92) 0%, rgba(9, 30, 49, 0) 100%);
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 12px;
  text-transform: uppercase;
  padding: 28px 24px 18px;
}

@media (max-width: 880px) {
  .process__inner { grid-template-columns: 1fr; gap: 36px; }
  .process__aside { max-width: 480px; margin: 0 auto; aspect-ratio: 16/10; }
}

/* ============================================
   STATS
   ============================================ */
.stats {
  background: var(--navy);
  color: var(--cream);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(238, 167, 47, 0.10) 0%, transparent 40%),
    radial-gradient(circle at 80% 50%, rgba(238, 167, 47, 0.08) 0%, transparent 40%);
}
.stats > .container { position: relative; }
.stats__hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}
.stats__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.stats__lead {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(24px, 3.6vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--cream);
  margin: 0;
}
.stats__lead strong { color: var(--gold); font-style: italic; }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
  border-top: 1px solid rgba(244, 237, 227, 0.12);
  padding-top: 32px;
  max-width: 860px;
  margin: 0 auto;
}
.stat__num {
  display: block;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(32px, 4.4vw, 44px);
  line-height: 1;
  color: var(--gold);
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  white-space: nowrap;
}
.stat__lbl {
  display: block;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(244, 237, 227, 0.78);
}

@media (max-width: 720px) {
  .stats { padding: 48px 0; }
  .stats__grid { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
}

/* ============================================
   WHY  (3 benefit columns)
   ============================================ */
.why {
  background: var(--cream);
  padding: 84px 0 72px;
  text-align: center;
}
.why__grid {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}
.why-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid rgba(9, 30, 49, 0.06);
  box-shadow: var(--shadow-soft);
}

/* Photo-led variant — flush-top image, copy padded below */
.why-card--photo {
  padding: 0 0 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.why-card--photo .why-card__photo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(135deg, var(--cream-3), var(--cream));
  margin: 0 0 22px;
}
.why-card--photo .why-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 600ms var(--ease-out);
}
.why-card--photo:hover .why-card__photo img {
  transform: scale(1.03);
}
.why-card--photo .why-card__icon { display: none; }
.why-card--photo h3,
.why-card--photo p {
  padding: 0 28px;
}
.why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px; height: 64px;
  border-radius: 16px;
  background: var(--navy);
  color: var(--gold);
  margin-bottom: 20px;
}
.why-card__icon svg { width: 36px; height: 36px; }
.why-card h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.why-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}

@media (max-width: 880px) {
  .why__grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================
   VETTING  (referral-service transparency block)
   ============================================ */
.vetting {
  background: var(--cream-2);
  padding: 84px 0 72px;
  border-top: 1px solid rgba(9, 30, 49, 0.06);
}
.vetting__head { max-width: 720px; margin: 0 0 40px; }
.vetting__head--center { margin: 0 auto 40px; text-align: center; }
.vetting__head--center .kicker__bar { display: none; }
.vetting__criteria {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: vet;
}
.vet-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 26px;
  border: 1px solid rgba(9, 30, 49, 0.08);
  box-shadow: var(--shadow-soft);
  position: relative;
}
.vet-item__num {
  display: inline-block;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 28px;
  color: var(--gold-deep); /* WCAG: gold #EEA72F on white = 2.05:1 (fail 3:1). gold-deep #a06b00 = ~5.3:1 */
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  line-height: 1;
}
.vet-item h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 21px;
  color: var(--navy);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.vet-item p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 0;
}
.vetting__transparency {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--navy);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.vet-fact {
  padding: 26px 28px;
  color: rgba(244, 237, 227, 0.92);
  font-size: 14px;
  line-height: 1.55;
  border-right: 1px solid rgba(244, 237, 227, 0.10);
}
.vet-fact:last-child { border-right: none; }
.vet-fact strong {
  display: block;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.vet-fact strong[data-lang-en] { display: none; }
html[lang="en"] .vet-fact strong[data-lang-es] { display: none; }
html[lang="en"] .vet-fact strong[data-lang-en] { display: block; }
.vet-fact span[data-lang-en] { display: none; }
html[lang="en"] .vet-fact span[data-lang-es] { display: none; }
html[lang="en"] .vet-fact span[data-lang-en] { display: inline; }

@media (max-width: 880px) {
  .vetting__criteria { grid-template-columns: 1fr; gap: 14px; }
  .vetting__transparency { grid-template-columns: 1fr; }
  .vet-fact { border-right: none; border-bottom: 1px solid rgba(244, 237, 227, 0.10); }
  .vet-fact:last-child { border-bottom: none; }
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  background: var(--white);
  padding: 84px 0 72px;
  text-align: center;
}
.faq .container--narrow > * { text-align: left; }
.faq .container--narrow > .kicker,
.faq .container--narrow > .section-title { text-align: center; }
.faq__item {
  border-top: 1px solid rgba(9, 30, 49, 0.10);
  padding: 18px 0;
  transition: background 180ms var(--ease-out);
}
.faq__item:last-of-type { border-bottom: 1px solid rgba(9, 30, 49, 0.10); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 4px;
  min-height: 44px;
  letter-spacing: -0.005em;
}
.faq__item summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item .i-chev {
  width: 22px; height: 22px;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 280ms var(--ease-out);
}
.faq__item[open] .i-chev { transform: rotate(180deg); }
.faq__item p {
  margin: 10px 4px 8px;
  color: rgba(9, 30, 49, 0.78);
  font-size: 15px;
  line-height: 1.62;
}

/* ============================================
   CTA STRIP
   ============================================ */
.cta-strip {
  background: var(--navy);
  color: var(--cream);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(238, 167, 47, 0.18) 0%, transparent 50%);
}
.cta-strip__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-strip__h {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
  margin: 0 0 6px;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.cta-strip__sub {
  margin: 0;
  font-size: 15px;
  color: rgba(244, 237, 227, 0.78);
}
.cta-strip__btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================================
   DISCLAIMER
   ============================================ */
.disclaimer {
  background: var(--cream-3);
  padding: 36px 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(9, 30, 49, 0.7);
  text-align: center;
}
.disclaimer p { margin: 0 0 8px; }
.disclaimer p:last-child { margin: 0; }
.disclaimer strong { color: var(--navy); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--navy);
  color: rgba(244, 237, 227, 0.7);
  padding: 44px 0 32px;
}
.site-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.site-footer__logo { height: 40px; width: auto; opacity: 0.92; }
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.site-footer__nav a {
  font-size: 13px;
  color: rgba(244, 237, 227, 0.7);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.site-footer__nav a:hover { color: var(--gold); }
.site-footer__copy {
  font-size: 12px;
  color: rgba(244, 237, 227, 0.5);
  border-top: 1px solid rgba(244, 237, 227, 0.1);
  padding-top: 16px;
  margin: 0;
}

/* ============================================
   PULL-QUOTE  (editorial breath, Playfair italic, ES/EN paired)
   ============================================ */
.pullquote {
  padding: clamp(56px, 10vw, 96px) 0;
  background: var(--cream);
}
.pullquote__q {
  margin: 0;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 3.4vw, 34px);
  line-height: 1.32;
  letter-spacing: -0.01em;
  color: var(--navy);
  text-align: center;
  position: relative;
  padding: 0 clamp(20px, 5vw, 64px);
}
.pullquote__q::before {
  content: '\201C';
  display: block;
  font-family: var(--f-display);
  font-size: clamp(64px, 9vw, 96px);
  line-height: 0.8;
  color: var(--rust);
  margin-bottom: 12px;
  text-align: center;
  font-style: normal;
}
/* Pull-quote shows ONLY the active language. Global hide rule (lines 62-64) handles toggle. */

/* ============================================
   STICKY DUAL-CTA BAR  (WhatsApp + Voice, mobile only)
   Soft-pill 2026 variant: floats off screen edges, rounded.
   Auto-hides when #lead is on-screen so it never blocks SUBMIT.
   ============================================ */
.sticky-cta {
  display: none;
  position: fixed;
  left: 12px; right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 100;
  padding: 8px 10px;
  background: rgba(9, 30, 49, 0.94);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border: 1px solid rgba(238, 167, 47, 0.22);
  border-radius: 999px;
  box-shadow:
    0 14px 36px -10px rgba(9, 30, 49, 0.55),
    0 2px 6px -1px rgba(9, 30, 49, 0.35);
  gap: 8px;
  transform: translateY(0);
  transition: transform 220ms var(--ease-out), opacity 220ms var(--ease-out);
}
.sticky-cta.is-hidden {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.sticky-cta__btn {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--white);
}
.sticky-cta__btn svg { width: 20px; height: 20px; }
.sticky-cta__lbl { white-space: nowrap; }
.sticky-cta__btn--wa {
  background: var(--whatsapp);
  box-shadow: 0 8px 18px -6px rgba(37, 211, 102, 0.55);
}
.sticky-cta__btn--wa:hover { background: var(--whatsapp-2); }
.sticky-cta__btn--call {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 8px 18px -6px rgba(238, 167, 47, 0.55);
}
.sticky-cta__btn--call:hover { background: var(--gold-2); }

@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 84px; }
}

/* ============================================
   SCROLL REVEAL MOTION LAYER
   restraint, not flash. 8% Y + opacity, 60ms stagger.
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(8%);
  transition:
    opacity 600ms var(--ease-out),
    transform 600ms var(--ease-out);
  transition-delay: calc(var(--stagger, 0) * 60ms);
  will-change: opacity, transform;
}
.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Kicker bar draws in from 0% width on section enter */
.kicker__bar {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 500ms var(--ease-out) 80ms;
}
.kicker__bar.is-revealed,
.is-revealed .kicker__bar {
  transform: scaleX(1);
}
.kicker--center .kicker__bar { display: none; }

/* Hero Ken-burns — 1.0 → 1.05 over 14s, eases to rest */
@keyframes kenburns {
  0%   { transform: scale(1.0) translateZ(0); }
  100% { transform: scale(1.05) translateZ(0); }
}
.hero__photo {
  animation: kenburns 14s var(--ease-out) both;
  will-change: transform;
}

/* ============================================
   ACCESSIBILITY / MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .kicker__bar { transform: scaleX(1) !important; }
  .hero__photo { animation: none !important; }
}

/* Focus visibility */
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}
.btn:focus-visible { outline-offset: 4px; }

/* Optional-field hint */
.field__hint {
  font-weight: 400;
  font-size: 0.85em;
  color: var(--ink-soft, #5a5547);
  letter-spacing: 0.01em;
  margin-left: 4px;
}
