:root {
  --navy-950: #041331;
  --navy-900: #071b45;
  --navy-800: #0b2b67;
  --blue-700: #0757d4;
  --blue-600: #0868ef;
  --blue-500: #1680ff;
  --blue-100: #dcebff;
  --blue-50: #f0f7ff;
  --ice: #f6faff;
  --white: #ffffff;
  --ink: #10213f;
  --muted: #61708b;
  --line: #dce7f3;
  --danger: #e73c54;
  --success: #14a779;
  --shadow-sm: 0 10px 30px rgba(5, 35, 83, .08);
  --shadow-lg: 0 30px 80px rgba(5, 35, 83, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; color: white; background: var(--navy-950); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 84px;
  border-bottom: 1px solid transparent;
  transition: background .25s, box-shadow .25s, height .25s, border-color .25s;
}
.site-header.scrolled { height: 72px; background: rgba(255,255,255,.94); border-color: var(--line); box-shadow: 0 8px 30px rgba(6,27,69,.07); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); line-height: 1; letter-spacing: -.04em; font-size: 15px; font-weight: 800; }
.brand-mark { width: 37px; height: 37px; color: var(--blue-600); flex: 0 0 auto; }
.brand strong { color: var(--blue-600); }
.brand small { display: block; margin-top: 5px; color: #8290a9; font-size: 8px; letter-spacing: .31em; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #34445f; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.btn) { position: relative; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--blue-600); transition: right .2s; }
.main-nav > a:not(.btn):hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy-900); margin: 5px 0; transition: transform .2s, opacity .2s; }

.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 0; border-radius: 12px; cursor: pointer; font-weight: 800; line-height: 1.15; text-align: center; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .main-nav a:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(22,128,255,.28); outline-offset: 3px; }
.btn-sm { min-height: 44px; padding-inline: 18px; border-radius: 10px; color: white; background: var(--navy-900); font-size: 13px; }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); box-shadow: 0 14px 30px rgba(8,104,239,.26); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(8,104,239,.34); }
.btn-white { color: var(--navy-900); background: white; box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.btn-block { width: 100%; }

.hero { position: relative; min-height: 810px; padding: 156px 0 88px; overflow: hidden; background: linear-gradient(120deg, #fff 0%, #f8fbff 54%, #eaf4ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(8,104,239,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(8,104,239,.1) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent 0, black 55%, black 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 500px; height: 500px; right: -180px; top: 100px; background: radial-gradient(circle, rgba(22,128,255,.18), transparent 68%); }
.hero-glow-two { width: 360px; height: 360px; left: -190px; bottom: -100px; background: radial-gradient(circle, rgba(8,104,239,.1), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--blue-700); font-size: 11px; font-weight: 900; letter-spacing: .17em; line-height: 1.3; }
.eyebrow.light { color: #7fb8ff; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-600); box-shadow: 0 0 0 6px rgba(8,104,239,.1); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.06; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(46px, 5.05vw, 73px); font-weight: 900; }
h1 span, h2 span { color: var(--blue-600); }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: #4c5c78; font-size: 19px; line-height: 1.62; }
.hero-lead strong { color: var(--navy-900); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); font-size: 14px; font-weight: 800; }
.play-icon { display: inline-grid; width: 36px; height: 36px; place-items: center; color: var(--blue-600); border: 1px solid #cbdcf1; border-radius: 50%; font-size: 10px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0 0 16px; padding: 0; list-style: none; color: #354662; font-size: 12px; font-weight: 800; }
.hero-points li { display: flex; align-items: center; gap: 6px; }
.hero-points svg { width: 17px; height: 17px; padding: 3px; color: white; background: var(--blue-600); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 3; }
.microcopy { max-width: 620px; margin: 0; color: #8390a5; font-size: 11px; line-height: 1.5; }

.hero-visual { position: relative; padding: 32px 10px 32px 20px; }
.visual-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.93); box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.visual-topbar { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: #7a879c; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.visual-topbar > div { display: flex; gap: 5px; }
.visual-topbar > div span { width: 7px; height: 7px; border-radius: 50%; background: #d3deec; }
.visual-topbar p { margin: 0; color: var(--navy-900); }
.status-live { color: var(--success); font-size: 9px; letter-spacing: .1em; }
.visual-body { padding: 24px; }
.metric-card { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 16px; }
.metric-primary { color: white; background: linear-gradient(135deg, var(--navy-900), #0b3d87); box-shadow: 0 15px 30px rgba(7,27,69,.18); }
.metric-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: rgba(255,255,255,.12); }
.metric-icon svg { width: 22px; height: 22px; fill: none; stroke: white; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.metric-card div:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.metric-card small { color: #9ec5ff; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.metric-card strong { font-size: 15px; }
.check-badge { display: grid; width: 31px; height: 31px; place-items: center; color: white; background: var(--success); border: 4px solid rgba(255,255,255,.15); border-radius: 50%; font-weight: 900; }
.journey { position: relative; display: flex; justify-content: space-between; margin: 38px 2px 30px; }
.journey-line { position: absolute; z-index: 0; top: 14px; left: 8%; right: 8%; height: 2px; background: linear-gradient(to right, var(--blue-600) 0 64%, #d9e3ef 64%); }
.journey-step { position: relative; z-index: 1; width: 30%; display: flex; align-items: center; flex-direction: column; text-align: center; }
.journey-step > span { display: grid; width: 29px; height: 29px; place-items: center; margin-bottom: 8px; border: 2px solid #d6e2f0; border-radius: 50%; color: #8190a4; background: white; font-size: 10px; font-weight: 900; }
.journey-step.done > span { color: white; border-color: var(--blue-600); background: var(--blue-600); }
.journey-step.active > span { color: white; border-color: var(--success); background: var(--success); box-shadow: 0 0 0 6px rgba(20,167,121,.1); }
.journey-step b { color: var(--navy-900); font-size: 10px; }
.journey-step small { color: #8b98ab; font-size: 8px; }
.calendar-card { padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdff; }
.calendar-head { display: flex; justify-content: space-between; margin-bottom: 16px; color: var(--navy-900); font-size: 10px; }
.calendar-head span { color: #8a97aa; font-size: 8px; }
.calendar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.day { display: flex; flex-direction: column; gap: 6px; text-align: center; }
.day small { color: #8491a5; font-size: 7px; font-weight: 800; }
.slot { height: 22px; border: 1px dashed #d9e4f0; border-radius: 4px; background: white; }
.slot.filled { border-style: solid; border-color: #b7d3fb; background: linear-gradient(135deg, #eaf4ff, #dcecff); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.9); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(7,27,69,.17); }
.floating-card > span { display: grid; width: 31px; height: 31px; place-items: center; color: white; border-radius: 9px; background: var(--blue-600); font-size: 11px; font-weight: 900; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card b { color: var(--navy-900); font-size: 9px; }
.floating-card small { color: #8794a7; font-size: 7px; }
.floating-one { right: -28px; top: 74px; }
.floating-one > span { background: var(--success); }
.floating-two { left: -20px; bottom: 51px; }

.trust-strip { position: relative; z-index: 3; color: white; background: var(--navy-900); }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid p { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; margin: 0; padding: 0 34px; }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p + p { border-left: 1px solid rgba(255,255,255,.18); }
.trust-grid span { grid-row: 1 / 3; align-self: center; color: #43a0ff; font-size: 24px; font-weight: 900; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { color: #91a4c3; font-size: 10px; }

.problem-section { color: white; background: linear-gradient(135deg, var(--navy-950), var(--navy-900)); }
.section-heading { max-width: 800px; margin: 0 auto 56px; }
.section-heading.centered { text-align: center; }
.section-heading h2, .mechanism-copy h2, .benefits-title h2, .faq-title h2, .form-copy h2 { margin-bottom: 22px; font-size: clamp(38px, 4.5vw, 60px); font-weight: 900; }
.problem-section h2, .benefits-section h2, .proof-section h2, .final-cta h2 { color: white; }
.section-heading > p { max-width: 680px; margin: 0 auto; color: #9eb0cc; font-size: 18px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.problem-card { position: relative; min-height: 312px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.045); }
.problem-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -60px; bottom: -70px; border-radius: 50%; background: rgba(8,104,239,.08); }
.card-number { position: absolute; right: 24px; top: 19px; color: rgba(255,255,255,.06); font-size: 52px; font-weight: 900; }
.icon-box { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 28px; border-radius: 14px; }
.icon-box.danger { color: #ff8d9e; background: rgba(231,60,84,.12); }
.icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.problem-card h3 { margin-bottom: 14px; color: white; font-size: 22px; }
.problem-card p { margin: 0; color: #9eb0cc; font-size: 14px; }
.problem-callout { display: flex; max-width: 850px; align-items: center; gap: 22px; margin: 42px auto 0; padding: 22px 28px; border: 1px solid rgba(22,128,255,.38); border-radius: 16px; background: rgba(8,104,239,.11); }
.problem-callout > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: white; border-radius: 50%; background: var(--blue-600); font-weight: 900; }
.problem-callout p { margin: 0; color: #b9c8dd; font-size: 15px; }
.problem-callout strong { color: white; }

.mechanism-section { background: white; }
.mechanism-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 86px; }
.mechanism-copy > p { color: var(--muted); font-size: 18px; }
.check-list { display: grid; gap: 20px; margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; }
.check-list li > span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; margin-top: 3px; color: white; border-radius: 50%; background: var(--blue-600); font-size: 12px; font-weight: 900; }
.check-list div { display: flex; flex-direction: column; }
.check-list strong { color: var(--navy-900); }
.check-list small { color: var(--muted); font-size: 13px; }
.mechanism-panel { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--ice); box-shadow: var(--shadow-sm); }
.panel-label { margin-bottom: 20px; color: #8a98ac; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.logic-row { position: relative; padding: 19px 22px; border: 1px solid #e2eaf3; border-radius: 15px; background: white; }
.logic-row span, .logic-row small { display: block; color: #8a97aa; font-size: 9px; }
.logic-row strong { display: block; margin: 3px 0; color: #6f7f96; font-size: 20px; letter-spacing: -.03em; }
.logic-row.active { border-color: var(--blue-600); color: white; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); box-shadow: 0 16px 35px rgba(8,104,239,.2); }
.logic-row.active span, .logic-row.active small { color: #aed1ff; }
.logic-row.active strong { color: white; }
.logic-arrow { height: 30px; display: grid; place-items: center; color: #c0ccda; font-size: 17px; }
.logic-arrow.active { color: var(--blue-600); }

.offer-section { padding: 86px 0; background: var(--blue-50); }
.offer-card { display: grid; grid-template-columns: 1.1fr .72fr; gap: 70px; padding: 68px; border-radius: var(--radius-lg); color: white; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow-lg); }
.offer-copy h2 { margin-bottom: 20px; color: white; font-size: clamp(36px, 4vw, 55px); font-weight: 900; }
.offer-copy > p { max-width: 620px; color: #a9b9d1; font-size: 17px; }
.offer-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin-top: 30px; }
.offer-features p { display: flex; align-items: center; gap: 9px; margin: 0; color: #dbe5f3; font-size: 12px; font-weight: 700; }
.offer-features span { display: grid; width: 19px; height: 19px; flex: 0 0 auto; place-items: center; color: white; border-radius: 50%; background: var(--blue-600); font-size: 9px; }
.price-card { align-self: center; padding: 30px; color: var(--ink); border-radius: 24px; background: white; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.price-kicker { color: #75839a; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.price { margin: 5px 0 -3px; color: var(--navy-900); font-size: 54px; font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.price small { color: var(--blue-600); font-size: 18px; }
.price-card > p { margin-bottom: 18px; color: #7b889c; font-size: 11px; }
.price-divider { height: 1px; margin: 22px 0; background: var(--line); }
.price-variable { margin: 6px 0 5px; color: var(--navy-900); font-size: 23px; font-weight: 700; line-height: 1.2; }
.price-variable strong { color: var(--blue-600); }
.price-card .btn { margin-top: 8px; }
.price-note { display: block; margin-top: 13px; color: #8a97aa; font-size: 8px; line-height: 1.4; text-align: center; }

.steps-section { background: white; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps-grid::before { content: ""; position: absolute; top: 59px; left: 12%; right: 12%; height: 1px; background: #dbe6f2; }
.step-card { position: relative; z-index: 1; padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 10px 30px rgba(7,27,69,.045); }
.step-number { position: absolute; right: 20px; top: 18px; color: #dfe9f5; font-size: 34px; font-weight: 900; }
.step-icon { display: grid; width: 60px; height: 60px; place-items: center; margin-bottom: 24px; color: white; border: 6px solid white; border-radius: 18px; background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); box-shadow: 0 8px 24px rgba(8,104,239,.22); font-size: 24px; }
.step-card h3 { margin-bottom: 12px; font-size: 19px; }
.step-card p { margin: 0; color: var(--muted); font-size: 13px; }
.section-disclaimer { max-width: 820px; margin: 28px auto 0; color: #8794a7; font-size: 10px; text-align: center; }

.benefits-section { color: white; background: linear-gradient(145deg, var(--navy-900), #073a87); }
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.benefits-title { position: sticky; top: 110px; }
.benefits-title > p { max-width: 480px; color: #abc0dd; font-size: 16px; }
.benefits-list { display: grid; }
.benefit-item { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-item:first-child { padding-top: 0; }
.benefit-item > span { display: grid; width: 48px; height: 48px; place-items: center; color: #a9d1ff; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.06); font-size: 13px; font-weight: 900; }
.benefit-item h3 { margin: 0 0 8px; color: white; font-size: 21px; }
.benefit-item p { margin: 0; color: #abc0dd; font-size: 14px; }

.comparison-section { background: var(--ice); }
.comparison-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 20px 24px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: #748198; background: #f9fbfe; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
td { color: #5d6d85; font-size: 14px; }
td:first-child { color: var(--navy-900); font-weight: 800; }
th.highlight { color: white; background: var(--blue-700); }
td.highlight { color: var(--navy-900); background: rgba(8,104,239,.055); font-weight: 700; }
tbody tr:last-child td { border-bottom: 0; }
.yes, .no, .neutral { display: inline-grid; width: 22px; height: 22px; place-items: center; margin-right: 7px; border-radius: 50%; font-weight: 900; }
.yes { color: white; background: var(--success); }
.no { color: var(--danger); background: #fff0f3; }
.neutral { color: var(--blue-600); background: #eaf3ff; }

.proof-section { color: white; background: var(--navy-950); }
.proof-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 84px; }
.proof-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4.5vw, 60px); font-weight: 900; }
.proof-copy p { color: #a7b8d0; }
.proof-copy .btn { margin-top: 14px; }
.proof-placeholder { overflow: hidden; border: 1px dashed rgba(255,255,255,.3); border-radius: 24px; background: rgba(255,255,255,.04); }
.placeholder-top { display: flex; justify-content: space-between; padding: 15px 20px; border-bottom: 1px dashed rgba(255,255,255,.2); color: #6aaeff; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.placeholder-top small { color: #73839b; font-size: 7px; }
.placeholder-body { display: flex; min-height: 300px; align-items: center; justify-content: center; flex-direction: column; padding: 42px; text-align: center; }
.placeholder-body svg { width: 52px; height: 52px; margin-bottom: 20px; color: #65a9ff; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.placeholder-body strong { color: white; font-size: 18px; }
.placeholder-body p { max-width: 380px; margin: 10px 0 0; color: #8293ac; font-size: 12px; }

.qualification-section { background: linear-gradient(120deg, white, #f0f7ff); }
.form-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.form-copy { padding-top: 34px; }
.form-copy > p { color: var(--muted); font-size: 17px; }
.form-expectations { display: grid; gap: 20px; margin: 36px 0; }
.form-expectations p { display: grid; grid-template-columns: 42px 1fr; margin: 0; }
.form-expectations span { grid-row: 1 / 3; display: grid; width: 32px; height: 32px; place-items: center; color: white; border-radius: 10px; background: var(--navy-900); font-size: 11px; font-weight: 900; }
.form-expectations strong { color: var(--navy-900); font-size: 14px; }
.form-expectations small { color: #7c899d; font-size: 11px; }
.privacy-note { max-width: 430px; padding-top: 20px; border-top: 1px solid var(--line); color: #8592a6 !important; font-size: 10px !important; }
.lead-form { padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow-lg); }
.form-header { margin-bottom: 26px; }
.form-header span { color: var(--blue-600); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.form-header h3 { margin: 4px 0 0; font-size: 26px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--navy-900); font-size: 11px; font-weight: 800; }
.lead-form input, .lead-form select { width: 100%; height: 50px; padding: 0 14px; color: var(--ink); border: 1px solid #d7e2ef; border-radius: 10px; outline: none; background: #fbfdff; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(8,104,239,.1); }
.lead-form .field-error { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(231,60,84,.09); }
.lead-form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 6px 0 20px; color: #6f7e94; font-size: 10px; font-weight: 500; }
.consent input { width: 17px; height: 17px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--blue-600); }
.lead-form button:disabled { cursor: default; background: var(--success); box-shadow: none; }
.form-status { display: none; margin: 14px 0 0; padding: 10px 12px; border-radius: 8px; font-size: 11px; text-align: center; }
.form-status.error { display: block; color: #a91f35; background: #fff0f3; }
.form-status.success { display: block; color: #087d59; background: #eafaf4; }
.form-footnote { margin: 12px 0 0; color: #8a97aa; font-size: 8px; line-height: 1.45; text-align: center; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: 80px; }
.faq-title { position: sticky; top: 110px; }
.faq-title > p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; color: var(--navy-900); border: 0; background: transparent; cursor: pointer; font-size: 15px; font-weight: 800; text-align: left; }
.faq-item button i { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: var(--blue-600); border: 1px solid #cbdcf0; border-radius: 50%; font-size: 18px; font-style: normal; transition: transform .25s, background .25s, color .25s; }
.faq-item.is-open button i { color: white; background: var(--blue-600); transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 13px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 23px; }

.final-cta { padding: 76px 0; color: white; background: linear-gradient(135deg, var(--blue-700), #083889); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); font-weight: 900; }
.final-cta h2 span { color: #aad2ff; }
.final-cta-inner > div:last-child { display: flex; flex: 0 0 auto; align-items: center; flex-direction: column; gap: 11px; }
.final-cta-inner small { color: #b9d7ff; font-size: 9px; }

.site-footer { padding: 62px 0 26px; color: #8ea1be; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 70px; padding-bottom: 42px; }
.brand-footer { color: white; }
.footer-grid > div:first-child p { max-width: 360px; margin: 18px 0 0; font-size: 12px; }
.footer-links { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; font-size: 11px; }
.footer-links strong { margin-bottom: 5px; color: white; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-links span { color: #5c6c85; font-size: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.footer-bottom p { margin: 0; }
.sticky-mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.problem-card:nth-child(2), .step-card:nth-child(2), .benefit-item:nth-child(2) { transition-delay: .07s; }
.problem-card:nth-child(3), .step-card:nth-child(3), .benefit-item:nth-child(3) { transition-delay: .14s; }
.step-card:nth-child(4), .benefit-item:nth-child(4) { transition-delay: .21s; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero-grid { gap: 35px; }
  .hero-visual { transform: scale(.94); transform-origin: center right; }
  .floating-one { right: -5px; }
  .offer-card { gap: 38px; padding: 50px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .site-header { height: 72px; background: rgba(255,255,255,.96); border-bottom-color: var(--line); }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 26px; color: var(--navy-900); background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, visibility .2s, transform .2s; font-size: 18px; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav .btn { min-height: 52px; color: white; font-size: 14px; }
  .hero { min-height: 0; padding-top: 126px; }
  .hero-grid, .mechanism-grid, .offer-card, .benefits-grid, .proof-grid, .form-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { text-align: center; }
  .hero-lead, .microcopy { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { max-width: 620px; margin-inline: auto; transform: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .trust-grid p { min-height: 75px; align-content: center; padding: 12px 0; }
  .trust-grid p + p { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .mechanism-grid, .benefits-grid, .proof-grid, .form-grid, .faq-grid { gap: 52px; }
  .offer-card { padding: 44px; }
  .benefits-title, .faq-title { position: static; }
  .form-copy { padding-top: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --radius-lg: 24px; }
  body { padding-bottom: 64px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h1 { font-size: 43px; }
  .section-heading h2, .mechanism-copy h2, .benefits-title h2, .faq-title h2, .form-copy h2, .proof-copy h2 { font-size: 36px; }
  .hero { padding: 110px 0 65px; }
  .eyebrow { font-size: 9px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .btn { width: 100%; }
  .text-link { justify-content: center; }
  .hero-points { align-items: flex-start; flex-direction: column; padding-left: 12px; }
  .hero-visual { padding: 16px 0 34px; }
  .visual-frame { border-radius: 20px; }
  .visual-body { padding: 16px; }
  .journey-step b { font-size: 8px; }
  .journey-step small { display: none; }
  .floating-card { padding: 10px 12px; }
  .floating-one { right: -8px; top: 53px; }
  .floating-two { left: -8px; bottom: 8px; }
  .floating-card b { font-size: 8px; }
  .floating-card small { font-size: 6px; }
  .problem-callout { align-items: flex-start; padding: 20px; }
  .mechanism-panel { padding: 20px; }
  .logic-row { padding: 16px; }
  .logic-row strong { font-size: 17px; }
  .offer-section { padding: 20px 0; }
  .offer-card { gap: 32px; padding: 30px 20px; border-radius: 22px; }
  .offer-features { grid-template-columns: 1fr; }
  .price-card { padding: 24px 18px; }
  .price { font-size: 49px; }
  .steps-grid { grid-template-columns: 1fr; }
  .benefit-item { grid-template-columns: 46px 1fr; gap: 15px; }
  .benefit-item > span { width: 42px; height: 42px; }
  .comparison-wrap { overflow-x: auto; border-radius: 17px; }
  table { min-width: 680px; }
  th, td { padding: 16px; }
  .placeholder-top { align-items: flex-start; flex-direction: column; gap: 4px; }
  .placeholder-body { min-height: 250px; padding: 30px 20px; }
  .lead-form { padding: 26px 18px; border-radius: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .final-cta { padding: 58px 0; }
  .final-cta-inner > div:last-child, .final-cta .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .sticky-mobile-cta { position: fixed; inset: auto 0 0; z-index: 99; display: flex; height: 64px; align-items: center; justify-content: center; gap: 10px; color: white; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); box-shadow: 0 -8px 24px rgba(7,27,69,.16); font-size: 14px; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
