/* ============================================================
   Arquilla Solutions — Spanish funnel
   Brand: #FFFFFF / #B2B2B0 / #4C4B4B / #000000
   Type: logo image carries TAN Angleton; body uses system stack
   for fastest mobile load (no webfont requests).
   Mobile-first. Optimized for LTE smartphones.
   ============================================================ */

:root {
  /* Brand palette */
  --white: #ffffff;
  --gray-1: #b2b2b0;        /* light gray (brand) */
  --gray-2: #4c4b4b;        /* mid gray (brand) */
  --black: #000000;

  /* Surfaces */
  --bg: #000000;
  --bg-2: #0a0a0a;
  --bg-3: #141414;
  --line: #1f1f1f;
  --line-2: #2a2a2a;

  /* Text */
  --ink: #ffffff;
  --ink-soft: #b2b2b0;
  --muted: #8a8a8a;   /* bumped from #6b6b6b for outdoor daylight legibility (5.7:1 contrast) */

  /* States */
  --focus: #6ea8fe;
  --warn-bg: #2a1f0a;
  --warn-border: #5a4416;
  --warn-text: #ffd687;

  /* Layout */
  --radius: 14px;
  --radius-lg: 20px;
  --max: 1100px;
  --max-narrow: 720px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.4);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.5);

  /* Type stacks (system only — no webfont requests) */
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Bodoni 72", "Bodoni MT", "Didot", "Cormorant Garamond", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Belt-and-suspenders: any text element wraps inside its container,
   even if a single word is wider than the viewport (mobile-safe). */
h1, h2, h3, p, blockquote, span, li, label, .step-pill {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
h1, h2, h3 { -webkit-hyphens: none; hyphens: none; }

img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
::selection { background: var(--white); color: var(--black); }

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}
.container-narrow { max-width: var(--max-narrow); }

/* ============================================================
   Subtle grid background — fades toward edges
   ============================================================ */
.grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: center top;
  mask-image: radial-gradient(ellipse 100% 80% at 50% 30%, #000 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 100% 80% at 50% 30%, #000 40%, transparent 100%);
}
main, .site-header, .site-footer, .closer-section { position: relative; z-index: 1; }

/* ============================================================
   Reveal-on-scroll
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   LOGO (real PNG, flipped to white via invert filter)
   ============================================================ */
.logo-link {
  display: inline-block;
  line-height: 0;
}
.logo-img {
  height: 38px;
  width: auto;
  filter: invert(1);              /* black logo → white */
}
.logo-img-footer {
  height: 28px;
  opacity: 0.85;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  /* env(safe-area-inset-top) respects iPhone notch / dynamic island.
     Falls back to 0px on non-iOS. Base breathing room bumped to 32px. */
  padding: calc(env(safe-area-inset-top, 0px) + 32px) 18px 10px;
  display: flex;
  justify-content: center;
}

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 40px 0 48px; }
.hero-inner {
  text-align: center;
  max-width: 720px;
}
.hero-headline {
  font-size: 1.75rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 auto 14px;
}
.hero-subhead {
  font-size: 1rem;
  color: var(--ink-soft);
  margin: 0 auto 32px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .hero-headline { font-size: 2.4rem; max-width: 18ch; }
  .hero-subhead { font-size: 1.1rem; }
}
@media (min-width: 900px) {
  .hero-headline { font-size: 3.1rem; }
  .hero-subhead { font-size: 1.15rem; }
}

.proof-bar {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 28px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.proof-number {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 9vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  line-height: 1;
}
.proof-label {
  font-size: 0.88rem;
  color: var(--muted);
  text-align: center;
  max-width: 320px;
}

/* ============================================================
   SECTIONS (PASO 1/2/3)
   ============================================================ */
.section { padding: 52px 0; }
.section-tight { padding: 24px 0 52px; }

.step-head {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 620px;
}
.step-pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  padding: 7px 14px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 14px;
}
.section-title {
  font-size: 1.5rem;
  letter-spacing: -0.015em;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.2;
}
.section-sub {
  color: var(--ink-soft);
  margin: 0;
  font-size: 0.95rem;
}
@media (min-width: 600px) {
  .section-title { font-size: 1.8rem; }
  .section-sub { font-size: 1rem; }
}
@media (min-width: 900px) {
  .section-title { font-size: 2.1rem; }
}

/* ============================================================
   CARD base
   ============================================================ */
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.card:hover {
  border-color: var(--line-2);
  box-shadow: var(--shadow-lg);
}

/* ============================================================
   VSL
   ============================================================ */
.vsl-wrap {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.vsl-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Lite-YouTube poster — shown until user clicks, then replaced by iframe */
.vsl-poster {
  position: absolute;
  inset: 0;
  cursor: pointer;
  overflow: hidden;
  transition: transform 200ms ease;
}
.vsl-poster:hover .vsl-play-btn { transform: scale(1.08); background: #fff; }
.vsl-poster:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -3px;
}
.vsl-poster-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) contrast(1.05);
  transition: filter 300ms ease;
}
.vsl-poster:hover .vsl-poster-img { filter: brightness(0.52) contrast(1.05); }
.vsl-poster-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 1;
}
.vsl-play-btn {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 32px rgba(0,0,0,0.6);
  transition: transform 200ms ease, background 200ms ease;
}
@media (min-width: 600px) {
  .vsl-play-btn { width: 86px; height: 86px; }
}
.vsl-play-btn svg {
  width: 30px;
  height: 30px;
  margin-left: 4px;   /* optical centering — play triangle is right-heavy */
  fill: currentColor;
}
.vsl-poster-label {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
@media (min-width: 600px) {
  .vsl-poster-label { font-size: 0.86rem; }
}

/* ============================================================
   FEATURE CARDS (5 things included — replaces the old .feature-strip)
   Bigger cards with icon + label + one-line benefit. Each earns its
   space now. Grid: 1 col mobile, 2 col at 600px+, 3 col at 900px+.
   The 5-item odd count leaves the last card spanning full width on
   the 2-col breakpoint, and centered orphan on 3-col.
   ============================================================ */
.strip-eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  margin: 0 0 22px;
}
.feature-cards {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 600px) {
  .feature-cards { grid-template-columns: 1fr 1fr; gap: 14px; }
}
@media (min-width: 900px) {
  .feature-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.feature-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.feature-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-2);
  box-shadow: var(--shadow-lg);
}
@media (min-width: 600px) {
  .feature-card { padding: 24px 22px 26px; }
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  color: var(--ink);
  flex: 0 0 42px;
  margin-bottom: 2px;
}
.feature-icon svg { width: 20px; height: 20px; }
.feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
@media (min-width: 600px) {
  .feature-title { font-size: 1.05rem; }
}
.feature-body {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ============================================================
   APPLICATION FORM
   ============================================================ */
.apply-form {
  padding: 22px;
  display: grid;
  gap: 14px;
}
@media (min-width: 600px) {
  .apply-form { padding: 32px; gap: 16px; }
}
.apply-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
}
.apply-form input,
.apply-form textarea {
  font: inherit;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-3);
  color: var(--ink);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.apply-form input::placeholder,
.apply-form textarea::placeholder { color: var(--muted); }
.apply-form input:focus,
.apply-form textarea:focus {
  border-color: var(--ink);
  background: var(--bg-2);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06);
  outline: none;
}
.apply-form textarea { resize: vertical; min-height: 88px; }

.btn-primary {
  font: inherit;
  font-weight: 700;
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
  padding: 15px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, box-shadow 150ms ease;
  min-height: 48px;     /* iOS thumb target */
}
.btn-primary:hover {
  transform: translateY(-1px);
  background: #ececec;
  box-shadow: var(--shadow-lg);
}
.btn-primary:active { transform: translateY(0); }
.btn-large { font-size: 1.05rem; padding: 16px 28px; }

.form-microcopy {
  font-size: 0.82rem;
  color: var(--muted);
  margin: -2px 0 0;
  text-align: center;
}
.form-status {
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
  min-height: 1.2em;
  color: var(--muted);
}
.form-status.is-warning {
  color: var(--warn-text);
  background: var(--warn-bg);
  border: 1px solid var(--warn-border);
  border-radius: 10px;
  padding: 10px 12px;
}
.form-status.is-success {
  color: #9be6a8;
  background: #0e2613;
  border: 1px solid #1f5a2c;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
}

/* ----- Per-field validation error (phone / email) ----- */
.apply-form input.is-invalid,
.apply-form textarea.is-invalid {
  border-color: #d75858;
  background: rgba(215, 88, 88, 0.06);
}
.apply-form input.is-invalid:focus,
.apply-form textarea.is-invalid:focus {
  border-color: #d75858;
  box-shadow: 0 0 0 3px rgba(215, 88, 88, 0.12);
}
.field-error {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: #ff9a9a;
  font-weight: 500;
  line-height: 1.35;
}
.field-error:empty { display: none; }

/* ----- Honeypot: invisible to humans (including screen readers),
        bots crawl the DOM and fill every input ----- */
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* ----- Utility: fully hide a section until JS reveals it -----
        Used to keep PASO 3 (calendar) collapsed until PASO 2 is submitted. */
.is-hidden { display: none !important; }

/* ============================================================
   MULTI-STEP APPLICATION FORM (PASO 2)
   Overrides the base .apply-form (grid) to a flex column,
   adds progress bar, step animation, back button.
   ============================================================ */
.apply-form-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 600px) {
  .apply-form-steps { gap: 18px; }
}

/* ----- Progress bar ----- */
.progress-bar {
  height: 6px;
  background: var(--bg-3);
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ffffff 0%, #d4d4d4 100%);
  border-radius: 999px;
  transition: width 500ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.progress-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: -4px;
}
.progress-copy #progress-pct {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

/* ----- Steps container: only .is-active step is visible ----- */
.form-steps {
  position: relative;
  min-height: 180px;
}
.form-step {
  border: 0;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  gap: 12px;
}
.form-step.is-active {
  display: flex;
  animation: step-in 320ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.form-step.is-active.is-back {
  animation: step-in-back 320ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
@keyframes step-in {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes step-in-back {
  from { opacity: 0; transform: translateX(-16px); }
  to   { opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .form-step.is-active,
  .form-step.is-active.is-back { animation: none; }
  .progress-fill { transition: none; }
}

.step-question {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  padding: 0;
  margin: 0 0 2px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (min-width: 600px) {
  .step-question { font-size: 1.3rem; }
}

.form-step input,
.form-step textarea {
  font: inherit;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-3);
  color: var(--ink);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.form-step input::placeholder,
.form-step textarea::placeholder { color: var(--muted); }
.form-step input:focus,
.form-step textarea:focus {
  border-color: var(--ink);
  background: var(--bg-2);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06);
  outline: none;
}
.form-step textarea { resize: vertical; min-height: 110px; }
.form-step input.is-invalid,
.form-step textarea.is-invalid {
  border-color: #d75858;
  background: rgba(215, 88, 88, 0.06);
}
.form-step input.is-invalid:focus,
.form-step textarea.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(215, 88, 88, 0.12);
}

/* ----- Step nav (Back + Continue buttons) ----- */
.step-nav {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.step-nav .btn-primary {
  flex: 1;
}
.btn-secondary.btn-back {
  font: inherit;
  font-weight: 600;
  background: transparent;
  color: var(--ink-soft);
  border: 1px solid var(--line-2);
  padding: 14px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
  min-height: 48px;
  flex: 0 0 auto;
  white-space: nowrap;
}
.btn-secondary.btn-back:hover {
  background: var(--bg-3);
  color: var(--ink);
  border-color: var(--ink-soft);
}

/* ============================================================
   CALENDAR SLOT
   overflow: hidden was clipping the booking form after slot pick.
   Min-heights bumped so the calendar + its own booking form both
   render without truncation even if GHL's auto-resize script doesn't
   fire on our lazy-loaded iframe.
   ============================================================ */
.calendar-slot {
  min-height: 900px;
  display: block;
  padding: 0;
}
.calendar-slot iframe {
  width: 100% !important;
  min-height: 900px;
  border: 0;
  display: block;
}
.calendar-placeholder { text-align: center; color: var(--muted); padding: 20px; }
.calendar-placeholder strong {
  color: var(--ink);
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
}

/* ============================================================
   STAT CARDS
   ============================================================ */
.stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.stat-card {
  padding: 28px 22px;
  text-align: center;
}
@media (min-width: 600px) {
  .stat-card { padding: 36px 28px; }
}
.stat-number {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 8vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: var(--ink);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 14px;
}
.stat-body {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}
.stat-body strong { color: var(--ink); font-weight: 700; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}
.testimonial {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stars {
  color: #f5b400;
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 1;
}
.testimonial blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.96rem;
  color: var(--ink-soft);
  font-style: italic;
  line-height: 1.5;
}
.t-attrib {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}
.avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  flex: 0 0 34px;
}
.avatar[data-color="a"] { background: #5b4dff; }
.avatar[data-color="b"] { background: #d04a8e; }
.avatar[data-color="c"] { background: #2aa37e; }
.avatar[data-color="d"] { background: #d0763a; }
.t-name { font-size: 0.92rem; font-weight: 600; color: var(--ink); }

/* ============================================================
   CLOSER
   ============================================================ */
.closer-section {
  padding: 64px 0 80px;
  text-align: center;
}
.closer-inner { max-width: 680px; }
.closer-line {
  font-size: clamp(1.6rem, 5.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  line-height: 1.15;
}
.closer-sub {
  color: var(--ink-soft);
  font-size: 1rem;
  margin: 0 0 28px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 36px 18px 28px;
  text-align: center;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 560px;
}
.footer-tagline {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 4px 0 0;
}
.footer-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  font-size: 0.88rem;
  color: var(--muted);
}
.footer-nav a { color: var(--ink-soft); }
.footer-nav a:hover { color: var(--ink); }
.footer-sep { color: var(--muted); }
.footer-copy {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 4px 0 0;
}

/* ============================================================
   ============================================================
   CONFIRMACION.HTML — post-booking page
   ============================================================
   ============================================================ */

/* ----- Confirmation banner (top) ----- */
.confirm-banner {
  padding: 32px 0 40px;
  text-align: center;
}
.confirm-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.check-badge {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #0e2613;
  border: 1px solid #1f5a2c;
  color: #9be6a8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
}
.check-badge svg { width: 34px; height: 34px; }

.confirm-headline {
  font-size: clamp(1.6rem, 5.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0 0 10px;
}
.confirm-sub {
  color: var(--ink-soft);
  font-size: 1rem;
  margin: 0 0 24px;
  max-width: 520px;
}
.confirm-sub #confirm-email {
  color: var(--ink);
  font-weight: 500;
}

.confirm-details {
  width: 100%;
  max-width: 520px;
  padding: 6px 22px;
  margin: 0 auto;
  display: grid;
  text-align: left;
}
.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.detail-row:last-child { border-bottom: 0; }
.detail-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.detail-value {
  font-size: 0.95rem;
  color: var(--ink);
  text-align: right;
  font-weight: 500;
}
.confirm-help {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 20px 0 0;
  max-width: 480px;
}

/* ----- Video placeholder (used inside .vsl-wrap and .breakout-video) ----- */
.vsl-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  text-align: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.03), transparent 70%),
    var(--bg-3);
}
.vsl-placeholder svg {
  width: 42px;
  height: 42px;
  opacity: 0.5;
  margin-bottom: 4px;
}
.vsl-placeholder p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.vsl-placeholder-sub {
  font-size: 0.82rem !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
}

/* ----- Breakout video grid (3 objection cards) ----- */
.breakout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 780px) {
  .breakout-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
.breakout {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.breakout-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--bg-3);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.breakout-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.breakout-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.breakout-eyebrow {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
  margin: 0;
  font-style: italic;
}
.breakout-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin: 2px 0 0;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.breakout-copy {
  margin: 6px 0 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ----- "What to expect" numbered list ----- */
.expect-list {
  list-style: none;
  padding: 22px;
  margin: 0;
  display: grid;
  gap: 18px;
}
@media (min-width: 600px) {
  .expect-list { padding: 32px; gap: 22px; }
}
.expect-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.expect-num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  min-width: 36px;
  flex: 0 0 36px;
  padding-top: 2px;
}
.expect-list li strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.expect-list li p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ----- FAQ accordion (native <details>/<summary>, zero JS) ----- */
.faq-list {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin: 0 auto;
}
.faq-item {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 200ms ease, background 200ms ease;
}
.faq-item[open] {
  border-color: var(--line-2);
  background: var(--bg-3);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 600;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.35;
  user-select: none;
  transition: background 150ms ease;
  min-height: 44px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; content: ''; }
.faq-item summary:hover { background: rgba(255,255,255,0.02); }
.faq-item summary > span { flex: 1 1 auto; }
.faq-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--ink-soft);
  transition: transform 220ms ease, color 220ms ease;
}
.faq-item[open] .faq-icon {
  transform: rotate(180deg);
  color: var(--ink);
}
.faq-answer {
  padding: 4px 20px 20px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.6;
}
.faq-answer p { margin: 0 0 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--ink); font-weight: 700; }
@media (min-width: 600px) {
  .faq-item summary { padding: 20px 24px; font-size: 1rem; }
  .faq-answer { padding: 4px 24px 22px; font-size: 0.96rem; }
}
@media (prefers-reduced-motion: reduce) {
  .faq-icon { transition: none; }
}
