:root {
  --ink: #0b1f33;
  --muted: #586778;
  --paper: #f5f1e9;
  --white: #fff;
  --blue: #1468ff;
  --blue-dark: #0751ce;
  --lime: #b9f36b;
  --line: #dce2e8;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(9, 35, 60, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 20; padding: .75rem 1rem; background: white; }
.skip-link:focus { left: 1rem; }
.site-header { max-width: 1180px; margin: auto; padding: 1.2rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 900; letter-spacing: -.05em; text-decoration: none; font-size: 1.35rem; }
.brand span { color: var(--blue); }
.header-cta { font-weight: 750; text-decoration: none; border-bottom: 2px solid var(--blue); }
.section { max-width: 1180px; margin: 0 auto; padding: 5.5rem 1.5rem; }
.hero { min-height: 700px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--blue-dark); font-size: .78rem; line-height: 1.2; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 900px; margin-bottom: 1.5rem; font-size: clamp(2.6rem, 5.6vw, 5.4rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2rem, 3.7vw, 3.45rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 760px; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.3rem; border: 0; border-radius: 12px; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.primary { color: white; background: var(--blue); }
.primary:hover { background: var(--blue-dark); }
.light { color: var(--ink); background: white; }
.full { width: 100%; }
.hero-card { padding: 2rem; border-radius: var(--radius); color: white; background: var(--ink); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-card strong { display: block; margin: .6rem 0 1.4rem; font-size: 1.6rem; line-height: 1.25; }
.hero-card ul { margin: 0; padding-left: 1.2rem; color: #c9d5e2; }
.card-kicker { color: var(--lime); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.section-heading { max-width: 620px; }
.section-heading.compact { max-width: 800px; margin: 0 auto 2.4rem; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.video-section { padding-top: 2rem; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: var(--radius); color: white; background: linear-gradient(140deg, #061727, #153d65); box-shadow: var(--shadow); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { height: 100%; display: grid; place-content: center; gap: .8rem; text-align: center; padding: 2rem; }
.video-placeholder span { margin: auto; display: grid; width: 70px; height: 70px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--lime); font-weight: 900; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.signal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.signal-list li { min-height: 120px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 16px; font-weight: 700; background: #fbfcfd; }
.help { max-width: none; color: white; background: var(--ink); }
.help .eyebrow { color: var(--lime); }
.help .section-heading p:not(.eyebrow) { color: #c5d0dc; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.steps li { padding: 1.7rem; border-top: 4px solid var(--blue); background: var(--paper); }
.steps li > span { display: block; margin-bottom: 2rem; color: var(--blue); font-weight: 900; }
.steps p { margin-bottom: 0; color: var(--muted); }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.two-columns article { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); }
.benefits-card { background: #f1f7ff; }
.check-list { margin: 1.4rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .65rem 0 .65rem 1.8rem; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.form-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; border-radius: 32px; background: var(--paper); padding: 4rem; }
.privacy-note { display: grid; gap: .35rem; margin-top: 2rem; padding: 1rem; border-left: 4px solid var(--blue); background: rgba(255,255,255,.55); }
.privacy-note span { color: var(--muted); }
form { padding: 2rem; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .4rem; font-weight: 800; }
input[type="text"], input[type="tel"] { width: 100%; min-height: 52px; padding: .85rem 1rem; border: 1px solid #bfc9d3; border-radius: 10px; font: inherit; }
input[aria-invalid="true"] { border-color: #b42318; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin: 1rem 0; color: #3d4d5e; font-size: .9rem; }
.consent input { width: 18px; height: 18px; margin-top: .15rem; }
.field-error { display: block; min-height: 1.1rem; color: #b42318; font-size: .82rem; }
.form-status { min-height: 1.2rem; margin-bottom: 0; color: var(--muted); font-size: .85rem; text-align: center; }
.confirmation { padding: 2rem; align-self: center; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.confirmation[hidden] { display: none; }
.fallback { font-size: .9rem; color: var(--muted); }
.faq { max-width: 900px; }
.faq details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; font-size: 1.08rem; }
.faq details p { max-width: 720px; color: var(--muted); }
.final-cta { max-width: none; color: white; text-align: center; background: var(--blue); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2, .final-cta > p { max-width: 800px; margin-left: auto; margin-right: auto; }
.site-footer { max-width: 1180px; margin: auto; padding: 2rem 1.5rem; display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; color: var(--muted); }
@media (max-width: 820px) {
  .section { padding: 4rem 1.2rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 2.5rem; padding-top: 4rem; }
  .hero-card { transform: none; }
  .split, .two-columns, .form-section { grid-template-columns: 1fr; gap: 2rem; }
  .steps { grid-template-columns: 1fr; }
  .form-section { margin: 0 1rem; padding: 2rem 1rem; }
}
@media (max-width: 560px) {
  .header-cta { font-size: .85rem; }
  .signal-list { grid-template-columns: 1fr; }
  .signal-list li { min-height: auto; }
  form, .two-columns article { padding: 1.3rem; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
