:root {
  --funnel-navy: #071d34;
  --funnel-navy-2: #0e2d4b;
  --funnel-orange: #f36b21;
  --funnel-orange-dark: #d9500c;
  --funnel-green: #17805f;
  --funnel-ink: #17293a;
  --funnel-muted: #607080;
  --funnel-line: #dce3e9;
  --funnel-soft: #f4f7f9;
  --funnel-warm: #fff4ec;
  --funnel-radius: 6px;
  --funnel-shadow: 0 14px 36px rgba(7,29,52,.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--funnel-ink); font-family: Inter, Arial, sans-serif; }
body, button, input, select { letter-spacing: 0; }
a { text-decoration: none; }
.funnel-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.funnel-header { border-bottom: 1px solid var(--funnel-line); background: #fff; }
.funnel-header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 18px; }
.funnel-brand { display: flex; align-items: center; gap: 10px; color: var(--funnel-navy); }
.funnel-brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 4px; background: var(--funnel-orange); color: #fff; font-weight: 900; }
.funnel-brand-copy { display: grid; }
.funnel-brand-copy strong { font-size: 16px; }
.funnel-brand-copy small { color: var(--funnel-muted); font-size: 9px; font-weight: 800; }
.funnel-support { display: flex; gap: 8px; }
.funnel-support a { padding: 8px 11px; border: 1px solid var(--funnel-line); border-radius: 4px; color: var(--funnel-navy); font-size: 11px; font-weight: 800; }
.funnel-support a:last-child { border-color: #a9d7c7; color: var(--funnel-green); }
.funnel-section { padding: 72px 0; }
.funnel-eyebrow { margin: 0 0 10px; color: var(--funnel-orange-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.funnel-heading { max-width: 760px; margin-bottom: 30px; }
.funnel-heading h2 { margin: 0 0 10px; color: var(--funnel-navy); font-size: 38px; line-height: 1.16; }
.funnel-heading p { margin: 0; color: var(--funnel-muted); line-height: 1.7; }
.funnel-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 850; cursor: pointer; }
.funnel-btn-primary { border-color: var(--funnel-orange); background: var(--funnel-orange); color: #fff; }
.funnel-btn-primary:hover { border-color: var(--funnel-orange-dark); background: var(--funnel-orange-dark); }
.funnel-btn-outline { border-color: #aab6c0; background: transparent; color: var(--funnel-navy); }
.funnel-btn:focus-visible, .funnel-page a:focus-visible, .funnel-page button:focus-visible, .funnel-page input:focus-visible, .funnel-page select:focus-visible, .funnel-page summary:focus-visible { outline: 3px solid rgba(243,107,33,.28); outline-offset: 3px; }

.funnel-hero { padding: 76px 0; background: var(--funnel-navy); color: #fff; }
.funnel-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 48px; align-items: center; }
.funnel-hero .funnel-eyebrow { color: #ffad78; }
.funnel-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: 55px; line-height: 1.06; }
.funnel-hero h1 span { color: #ffad78; }
.funnel-lead { max-width: 680px; margin: 20px 0 0; color: #d4dfe8; font-size: 18px; line-height: 1.68; }
.funnel-offer { display: flex; flex-wrap: wrap; gap: 9px 16px; align-items: baseline; margin: 24px 0 0; }
.funnel-offer s { color: #95a6b5; font-size: 19px; }
.funnel-offer strong { color: #fff; font-size: 29px; }
.funnel-offer span { color: #ffad78; font-size: 12px; font-weight: 800; }
.funnel-hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 16px; margin: 23px 0 27px; }
.funnel-hero-points span { position: relative; padding-left: 20px; color: #d7e1e9; font-size: 12px; font-weight: 750; }
.funnel-hero-points span::before { position: absolute; left: 0; color: #ffad78; content: "✓"; }
.funnel-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.funnel-hero .funnel-btn-outline { border-color: rgba(255,255,255,.4); color: #fff; }
.funnel-hero-note { margin: 12px 0 0; color: #aebdca; font-size: 11px; }
.funnel-founder { position: relative; min-height: 560px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--funnel-radius); background: var(--funnel-navy-2); }
.funnel-founder img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.funnel-founder figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 20px; background: rgba(7,29,52,.94); }
.funnel-founder strong { display: block; color: #fff; }
.funnel-founder span { display: block; margin-top: 4px; color: #cdd8e1; font-size: 11px; }

.funnel-trust-strip { border-bottom: 1px solid var(--funnel-line); background: #fff; }
.funnel-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.funnel-trust-grid div { padding: 22px; border-left: 1px solid var(--funnel-line); }
.funnel-trust-grid div:last-child { border-right: 1px solid var(--funnel-line); }
.funnel-trust-grid strong { display: block; color: var(--funnel-navy); font-size: 15px; }
.funnel-trust-grid span { display: block; margin-top: 4px; color: var(--funnel-muted); font-size: 11px; }

.funnel-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--funnel-line); border-left: 1px solid var(--funnel-line); }
.funnel-value-grid article { min-height: 210px; padding: 24px; border-right: 1px solid var(--funnel-line); border-bottom: 1px solid var(--funnel-line); }
.funnel-value-grid span { color: var(--funnel-orange); font-size: 12px; font-weight: 850; }
.funnel-value-grid h3 { margin: 18px 0 8px; color: var(--funnel-navy); font-size: 19px; }
.funnel-value-grid p { margin: 0; color: var(--funnel-muted); font-size: 14px; line-height: 1.65; }
.funnel-soft { background: var(--funnel-soft); }
.funnel-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.funnel-open-panel { padding: 8px 0 8px 24px; border-left: 3px solid var(--funnel-orange); }
.funnel-open-panel h2, .funnel-open-panel h3 { color: var(--funnel-navy); }
.funnel-open-panel p, .funnel-open-panel li { color: var(--funnel-muted); line-height: 1.7; }
.funnel-check-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.funnel-check-list li { position: relative; padding-left: 22px; }
.funnel-check-list li::before { position: absolute; left: 0; color: var(--funnel-green); content: "✓"; }
.funnel-dark-section { background: var(--funnel-navy); color: #fff; }
.funnel-dark-section .funnel-heading h2 { color: #fff; }
.funnel-dark-section .funnel-heading p { color: #c8d4de; }
.funnel-dark-section .funnel-eyebrow { color: #ffad78; }
.funnel-report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.funnel-report-grid article { min-height: 190px; padding: 23px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--funnel-radius); background: rgba(255,255,255,.05); }
.funnel-report-grid h3 { margin: 0 0 8px; color: #fff; font-size: 18px; }
.funnel-report-grid p { margin: 0; color: #cbd7e0; font-size: 13px; line-height: 1.6; }
.funnel-audience { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 50px; align-items: start; }
.funnel-audience h2 { margin: 0 0 12px; color: var(--funnel-navy); font-size: 38px; }
.funnel-audience > div:first-child p { color: var(--funnel-muted); line-height: 1.7; }
.funnel-audience-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--funnel-line); border-left: 1px solid var(--funnel-line); }
.funnel-audience-list span { padding: 18px; border-right: 1px solid var(--funnel-line); border-bottom: 1px solid var(--funnel-line); color: var(--funnel-navy); font-size: 13px; font-weight: 800; }
.funnel-faq-list { max-width: 900px; border-top: 1px solid var(--funnel-line); }
.funnel-faq-list details { border-bottom: 1px solid var(--funnel-line); }
.funnel-faq-list summary { padding: 18px 0; color: var(--funnel-navy); font-weight: 800; cursor: pointer; }
.funnel-faq-list p { margin: 0; padding: 0 0 18px; color: var(--funnel-muted); line-height: 1.7; }
.funnel-final { padding: 62px 0; background: var(--funnel-warm); }
.funnel-final-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; }
.funnel-final h2 { margin: 0 0 8px; color: var(--funnel-navy); font-size: 38px; }
.funnel-final p { margin: 0; color: var(--funnel-muted); }
.funnel-footer { padding: 28px 0; background: var(--funnel-navy); color: #bdcad5; }
.funnel-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; }
.funnel-footer a { color: #fff; }

/* Funnel steps */
.funnel-step-body { min-height: 100vh; background: var(--funnel-soft); }
.funnel-step-main { padding: 52px 0 72px; }
.funnel-step-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(440px, 1.25fr); gap: 46px; align-items: start; }
.funnel-step-copy { padding-top: 16px; }
.funnel-step-copy h1 { margin: 0 0 14px; color: var(--funnel-navy); font-size: 42px; line-height: 1.12; }
.funnel-step-copy > p { color: var(--funnel-muted); line-height: 1.7; }
.funnel-step-list { display: grid; gap: 14px; margin-top: 25px; }
.funnel-step-list div { display: flex; gap: 10px; color: #435767; font-size: 13px; }
.funnel-step-list span { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: var(--funnel-navy); color: #fff; font-size: 10px; font-weight: 850; }
.funnel-form-card { padding: 30px; border: 1px solid var(--funnel-line); border-radius: var(--funnel-radius); background: #fff; box-shadow: var(--funnel-shadow); }
.funnel-form-card h1, .funnel-form-card h2 { margin: 0 0 8px; color: var(--funnel-navy); }
.funnel-form-card > p { margin: 0 0 20px; color: var(--funnel-muted); line-height: 1.6; }
.funnel-price-summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 20px 0; padding: 14px 0; border-top: 1px solid var(--funnel-line); border-bottom: 1px solid var(--funnel-line); }
.funnel-price-summary span { color: var(--funnel-muted); font-size: 12px; }
.funnel-price-summary strong { color: var(--funnel-navy); font-size: 23px; }
.funnel-price-summary s { margin-right: 7px; color: #97a5b1; font-size: 14px; }
.funnel-fields { display: grid; gap: 14px; }
.funnel-field { display: grid; gap: 6px; }
.funnel-field label { color: var(--funnel-navy); font-size: 12px; font-weight: 800; }
.funnel-field input, .funnel-field select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid #bfc9d1; border-radius: 4px; background: #fff; color: var(--funnel-ink); font: inherit; }
.funnel-field small { color: var(--funnel-muted); font-size: 10px; line-height: 1.45; }
.funnel-form-card button[type="submit"], .funnel-form-card #payBtn { width: 100%; margin-top: 18px; }
.funnel-status { min-height: 20px; margin: 12px 0 0; color: var(--funnel-muted); font-size: 12px; line-height: 1.5; }
.status { min-height: 20px; margin: 12px 0 0; color: var(--funnel-muted); font-size: 12px; line-height: 1.5; }
.status.ok { color: var(--funnel-green); }
.status.err { color: #b42318; }
.slot-note { margin: 13px 0; padding: 11px 12px; border-left: 3px solid var(--funnel-orange); background: var(--funnel-warm); color: var(--funnel-muted); font-size: 11px; line-height: 1.5; }
.funnel-status.ok { color: var(--funnel-green); }
.funnel-status.err { color: #b42318; }
.funnel-detail-list { margin: 20px 0; border-top: 1px solid var(--funnel-line); }
.funnel-detail-row { display: grid; grid-template-columns: minmax(120px, .65fr) minmax(0, 1.35fr); gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--funnel-line); }
.funnel-detail-row span { color: var(--funnel-muted); font-size: 11px; }
.funnel-detail-row strong { color: var(--funnel-navy); font-size: 13px; text-align: right; overflow-wrap: anywhere; }
.funnel-security { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.funnel-security span { padding: 5px 8px; border: 1px solid var(--funnel-line); border-radius: 3px; color: var(--funnel-muted); font-size: 9px; font-weight: 800; }
.funnel-result-card { max-width: 720px; margin: 0 auto; padding: 34px; border: 1px solid var(--funnel-line); border-radius: var(--funnel-radius); background: #fff; box-shadow: var(--funnel-shadow); }
.funnel-result-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: #eaf7f2; color: var(--funnel-green); font-size: 25px; font-weight: 900; }
.funnel-result-icon.failure { background: #fff0ed; color: #b42318; }
.funnel-result-card h1 { margin: 0 0 9px; color: var(--funnel-navy); font-size: 36px; }
.funnel-result-card > p { color: var(--funnel-muted); line-height: 1.65; }
.funnel-result-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }

@media (max-width: 900px) {
  .funnel-hero-grid, .funnel-step-grid { grid-template-columns: 1fr; }
  .funnel-founder { max-width: 680px; }
  .funnel-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .funnel-value-grid, .funnel-report-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .funnel-step-copy { max-width: 760px; }
}

@media (max-width: 620px) {
  .funnel-shell { width: calc(100% - 28px); }
  .funnel-header-inner { min-height: 68px; }
  .funnel-support a:first-child { display: none; }
  .funnel-section { padding: 52px 0; }
  .funnel-hero { padding: 56px 0; }
  .funnel-hero h1 { font-size: 38px; }
  .funnel-lead { font-size: 16px; }
  .funnel-hero-points { grid-template-columns: 1fr; }
  .funnel-founder { min-height: 440px; }
  .funnel-heading h2, .funnel-audience h2, .funnel-final h2 { font-size: 30px; }
  .funnel-trust-grid, .funnel-value-grid, .funnel-report-grid, .funnel-two-column, .funnel-audience, .funnel-audience-list, .funnel-final-inner { grid-template-columns: 1fr; }
  .funnel-step-main { padding: 38px 0 54px; }
  .funnel-step-copy h1 { font-size: 34px; }
  .funnel-form-card, .funnel-result-card { padding: 22px; }
  .funnel-detail-row { grid-template-columns: 1fr; gap: 4px; }
  .funnel-detail-row strong { text-align: left; }
}

@media (max-width: 360px) {
  .funnel-hero h1 { font-size: 34px; }
  .funnel-step-copy h1, .funnel-result-card h1 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
