@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-mono-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root { --font-geist-sans: "Geist"; --font-geist-mono: "Geist Mono"; --ink: #12233f; --ink-deep: #071b38; --cream: #f5f1e8; --paper: #fbfaf7; --mint: #ef4135; --mint-deep: #d52b1e; --blue: #0055a4; --line: #d8dedc; --muted: #60717a; --france-red: #ef4135; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(0, 85, 164, .35); outline-offset: 3px; }

.site-header { align-items: center; background: var(--paper); border-bottom: 1px solid rgba(19,43,58,.09); display: flex; justify-content: space-between; min-height: 84px; padding: 14px clamp(24px,5vw,76px); position: relative; z-index: 10; }
.france-ribbon { display: grid; grid-template-columns: repeat(3,1fr); height: 5px; left: 0; position: absolute; right: 0; top: 0; }
.france-ribbon span:nth-child(1) { background: #0055a4; }
.france-ribbon span:nth-child(2) { background: #fff; }
.france-ribbon span:nth-child(3) { background: #ef4135; }
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-mark { align-items: center; background: #0055a4; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 2px #ef4135; display: inline-flex; height: 43px; justify-content: center; position: relative; width: 43px; }
.brand-mark::after { border: 1px solid rgba(255,255,255,.8); border-radius: 50%; content: ""; height: 25px; position: absolute; width: 25px; }
.brand-mark span { color: white; font-size: 23px; font-weight: 400; line-height: 1; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; text-transform: uppercase; }
.brand-copy small { color: var(--muted); font-family: var(--font-geist-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.header-actions { align-items: center; display: flex; gap: 22px; }
.header-note { color: var(--muted); font-size: 13px; }
.header-cta { border: 1px solid var(--ink); border-radius: 99px; font-size: 13px; font-weight: 700; padding: 12px 20px; transition: background .2s,color .2s; }
.header-cta:hover { background: var(--ink); color: white; }

.hero { background: var(--cream); display: grid; gap: clamp(36px,7vw,100px); grid-template-columns: minmax(0,1.08fr) minmax(360px,.72fr); min-height: 650px; overflow: hidden; padding: clamp(64px,8vw,108px) clamp(24px,6vw,94px) clamp(70px,8vw,110px); position: relative; }
.hero-decoration { border: 1px solid rgba(15,101,128,.15); border-radius: 50%; pointer-events: none; position: absolute; }
.hero-decoration-one { height: 420px; left: -255px; top: 90px; width: 420px; }
.hero-decoration-two { bottom: -180px; height: 350px; left: 42%; width: 350px; }
.hero-copy { align-self: center; max-width: 760px; position: relative; z-index: 1; }
.eyebrow { align-items: center; color: var(--blue); display: flex; font-family: var(--font-geist-mono); font-size: 12px; font-weight: 700; gap: 9px; letter-spacing: .1em; margin-bottom: 26px; text-transform: uppercase; }
.flag-mark { border: 1px solid rgba(18,35,63,.14); display: grid; grid-template-columns: repeat(3,6px); height: 14px; overflow: hidden; width: 20px; }
.flag-mark i:nth-child(1) { background: #0055a4; }
.flag-mark i:nth-child(2) { background: white; }
.flag-mark i:nth-child(3) { background: #ef4135; }
.hero h1 { color: var(--ink-deep); font-family: Georgia,"Times New Roman",serif; font-size: clamp(50px,6.1vw,88px); font-weight: 400; letter-spacing: -.055em; line-height: .96; margin: 0; max-width: 780px; }
.hero h1 em { color: var(--blue); display: block; font-weight: 400; }
.hero-lead { color: #435b67; font-size: clamp(17px,1.5vw,20px); line-height: 1.55; margin: 30px 0 32px; max-width: 620px; }
.hero-cta-row { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }
.primary-button,.form-button,.light-button { align-items: center; background: var(--ink); border: 0; border-radius: 99px; color: white; cursor: pointer; display: inline-flex; font-weight: 700; gap: 28px; justify-content: center; padding: 17px 24px; transition: transform .2s,background .2s; }
.primary-button:hover,.form-button:hover { background: var(--blue); transform: translateY(-2px); }
.primary-button span,.form-button span,.light-button span { font-size: 20px; font-weight: 400; }
.time-note { align-items: center; color: var(--muted); display: inline-flex; font-size: 13px; gap: 8px; }
.clock { align-items: center; border: 1px solid #9ca9a9; border-radius: 50%; display: inline-flex; font-size: 16px; height: 25px; justify-content: center; width: 25px; }
.reassurance-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.reassurance-row span { color: #52666f; font-size: 12px; }
.reassurance-row b { color: var(--blue); margin-right: 3px; }

.eligibility-card { align-self: center; background: white; border: 1px solid rgba(19,43,58,.08); box-shadow: 0 28px 70px rgba(19,43,58,.12); min-height: 510px; padding: 28px clamp(26px,3.4vw,48px) 34px; position: relative; z-index: 2; }
.card-topline { color: #718188; display: flex; font-family: var(--font-geist-mono); font-size: 10px; justify-content: space-between; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { background: #edf0ec; height: 3px; margin: 15px 0 35px; overflow: hidden; }
.progress-track span { background: var(--mint-deep); display: block; height: 100%; transition: width .35s; }
.form-kicker { color: var(--blue); font-family: var(--font-geist-mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; margin: 0 0 9px; text-transform: uppercase; }
.eligibility-card h2 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(28px,3vw,40px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 28px; }
.eligibility-card label { display: block; font-size: 12px; font-weight: 700; margin: 17px 0 8px; }
.eligibility-card input,.eligibility-card select { appearance: none; background: #f8f8f4; border: 1px solid #dfe3df; border-radius: 2px; color: var(--ink); outline: none; padding: 15px 14px; width: 100%; }
.eligibility-card select { background-image: linear-gradient(45deg,transparent 50%,#52666f 50%),linear-gradient(135deg,#52666f 50%,transparent 50%); background-position: calc(100% - 18px) 20px,calc(100% - 13px) 20px; background-repeat: no-repeat; background-size: 5px 5px; }
.eligibility-card input:focus,.eligibility-card select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,101,128,.1); }
.form-button { border-radius: 2px; justify-content: space-between; margin-top: 24px; width: 100%; }
.privacy-note { color: #7c898d; font-size: 10px; margin: 14px 0 0; text-align: center; }
.privacy-note span { color: var(--blue); margin-right: 4px; }
.back-button { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 12px; margin: -12px 0 20px; padding: 0; }
.result-state { padding-top: 16px; text-align: center; }
.result-icon { align-items: center; background: var(--mint); border-radius: 50%; display: inline-flex; font-size: 25px; height: 58px; justify-content: center; margin-bottom: 22px; width: 58px; }
.result-state p:not(.form-kicker) { color: var(--muted); font-size: 14px; line-height: 1.6; }
.secondary-button { background: transparent; border: 1px solid var(--ink); border-radius: 99px; cursor: pointer; font-weight: 700; margin-top: 16px; padding: 13px 20px; }

.trust-strip { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(24px,7vw,110px); }
.trust-strip div { align-items: center; border-right: 1px solid rgba(255,255,255,.13); display: flex; gap: 18px; min-height: 114px; padding: 20px 7vw 20px 0; }
.trust-strip div:not(:first-child) { padding-left: 5vw; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { color: var(--mint); font-family: Georgia,"Times New Roman",serif; font-size: 30px; font-weight: 400; white-space: nowrap; }
.trust-strip span { color: #bfc9cc; font-size: 12px; line-height: 1.35; max-width: 130px; }

.coverage-section { padding: clamp(80px,10vw,140px) clamp(24px,7vw,110px); }
.section-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.1fr .7fr; margin-bottom: 52px; }
.section-number { color: var(--blue); display: block; font-family: var(--font-geist-mono); font-size: 10px; font-weight: 700; letter-spacing: .12em; margin-bottom: 18px; }
.section-heading h2,.faq-title h2 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(40px,5vw,64px); font-weight: 400; letter-spacing: -.045em; line-height: 1; margin: 0; }
.section-heading p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0; max-width: 440px; }
.coverage-grid { border-left: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.coverage-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 1px solid var(--line); min-height: 370px; padding: 34px; transition: background .25s,transform .25s; }
.coverage-card:hover { background: var(--cream); transform: translateY(-6px); }
.coverage-card-top { align-items: flex-start; display: flex; justify-content: space-between; }
.coverage-icon { align-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); display: inline-flex; font-family: Georgia,serif; font-size: 24px; height: 54px; justify-content: center; width: 54px; }
.coverage-code { color: #9ca6a8; font-family: var(--font-geist-mono); font-size: 10px; }
.coverage-card h3 { font-family: Georgia,"Times New Roman",serif; font-size: 29px; font-weight: 400; margin: 62px 0 14px; }
.coverage-card p { color: var(--muted); font-size: 13px; line-height: 1.65; min-height: 66px; }
.coverage-card a { border-bottom: 1px solid #b5bdbb; display: inline-flex; font-size: 12px; font-weight: 700; gap: 10px; margin-top: 15px; padding-bottom: 5px; }

.steps-section { background: var(--blue); color: white; display: grid; gap: 80px; grid-template-columns: .8fr 1.1fr; padding: clamp(80px,9vw,130px) clamp(24px,7vw,110px); }
.section-number.light { color: var(--mint); }
.steps-copy h2 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(45px,5vw,67px); font-weight: 400; letter-spacing: -.045em; line-height: 1; margin: 0 0 24px; }
.steps-copy > p { color: #c7dde3; font-size: 14px; line-height: 1.7; max-width: 420px; }
.light-button { background: var(--france-red); color: white; margin-top: 22px; }
.light-button:hover { background: white; transform: translateY(-2px); }
.steps-list { list-style: none; margin: 0; padding: 0; }
.steps-list li { align-items: center; border-top: 1px solid rgba(255,255,255,.24); display: grid; gap: 25px; grid-template-columns: 58px 1fr; min-height: 150px; padding: 25px 0; }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.steps-list li > span { align-items: center; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); display: inline-flex; font-family: Georgia,serif; font-size: 22px; height: 50px; justify-content: center; width: 50px; }
.steps-list h3 { font-family: Georgia,"Times New Roman",serif; font-size: 27px; font-weight: 400; margin: 0 0 8px; }
.steps-list p { color: #c7dde3; font-size: 13px; margin: 0; }

.faq-section { display: grid; gap: 9vw; grid-template-columns: .72fr 1fr; padding: clamp(80px,10vw,140px) clamp(24px,7vw,110px); }
.faq-title h2 { margin-bottom: 22px; }
.faq-title p { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 380px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 0 4px; }
.faq-item button { align-items: center; background: none; border: 0; color: var(--ink); cursor: pointer; display: flex; font-family: Georgia,"Times New Roman",serif; font-size: 20px; justify-content: space-between; line-height: 1.3; padding: 25px 0; text-align: left; width: 100%; }
.faq-item button span { padding-right: 20px; }
.faq-item button b { align-items: center; border: 1px solid #bfc8c7; border-radius: 50%; display: inline-flex; flex: 0 0 auto; font-family: Arial,sans-serif; font-size: 18px; font-weight: 400; height: 34px; justify-content: center; width: 34px; }
.faq-item.open button b { background: var(--ink); border-color: var(--ink); color: white; }
.faq-item > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: -6px 70px 25px 0; }

.final-cta { background: var(--france-red); color: white; padding: clamp(75px,9vw,120px) 24px; text-align: center; }
.final-pill { border: 1px solid rgba(255,255,255,.55); border-radius: 99px; display: inline-block; font-family: var(--font-geist-mono); font-size: 10px; letter-spacing: .1em; padding: 9px 14px; text-transform: uppercase; }
.final-cta h2 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(44px,5.6vw,74px); font-weight: 400; letter-spacing: -.05em; line-height: 1; margin: 30px auto 18px; }
.final-cta p { margin-bottom: 30px; }
.primary-button.cream { background: var(--ink); }

footer { background: var(--ink-deep); color: white; display: grid; gap: 30px 8vw; grid-template-columns: 1fr .55fr 1fr; padding: 70px clamp(24px,7vw,110px) 25px; }
.light-brand .brand-mark { background: #0055a4; }
.light-brand .brand-mark::after { border-color: white; }
.light-brand .brand-mark span { color: white; }
.light-brand .brand-copy small { color: #97aab2; }
.footer-brand > p { color: #9babb1; font-size: 12px; line-height: 1.6; margin-top: 20px; max-width: 300px; }
footer nav { display: flex; flex-direction: column; gap: 16px; padding-top: 6px; }
footer nav a { color: #c1cbce; font-size: 12px; }
.footer-legal { border: 1px solid rgba(255,255,255,.14); padding: 20px; }
.footer-legal p { color: var(--mint); font-family: var(--font-geist-mono); font-size: 9px; font-weight: 700; letter-spacing: .1em; margin: 0 0 10px; text-transform: uppercase; }
.footer-legal span { color: #aab8bd; font-size: 10px; line-height: 1.55; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: #83959c; display: flex; font-size: 9px; grid-column: 1/-1; justify-content: space-between; margin-top: 25px; padding-top: 20px; }

@media (max-width: 980px) {
  .hero { gap: 50px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .eligibility-card { max-width: 620px; width: 100%; }
  .section-heading,.steps-section,.faq-section { gap: 45px; grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-card { min-height: 300px; }
  .coverage-card h3 { margin-top: 38px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1/-1; }
}

@media (max-width: 700px) {
  .site-header { min-height: 72px; padding: 12px 20px; }
  .brand-copy small,.header-note { display: none; }
  .brand-mark { height: 38px; width: 38px; }
  .header-cta { font-size: 11px; padding: 10px 13px; }
  .hero { padding: 55px 20px 65px; }
  .hero h1 { font-size: clamp(46px,14vw,65px); }
  .hero-lead { font-size: 16px; }
  .hero-cta-row { align-items: flex-start; flex-direction: column; }
  .primary-button { width: 100%; }
  .reassurance-row { gap: 10px 18px; }
  .eligibility-card { min-height: 0; padding: 24px 22px 28px; }
  .trust-strip { grid-template-columns: 1fr; padding: 0 20px; }
  .trust-strip div,.trust-strip div:not(:first-child) { border-bottom: 1px solid rgba(255,255,255,.13); border-right: 0; min-height: 84px; padding: 16px 0; }
  .trust-strip div:last-child { border-bottom: 0; }
  .section-heading { align-items: start; gap: 24px; }
  .coverage-section,.steps-section,.faq-section { padding-left: 20px; padding-right: 20px; }
  .coverage-card { padding: 28px; }
  .steps-list h3 { font-size: 23px; }
  .faq-item button { font-size: 18px; }
  .final-cta h2 br { display: none; }
  footer { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .footer-legal { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

/* Corporate typography and component system */
body {
  background: #f8fafc;
  color: #10223f;
  font-family: var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.site-header {
  background: rgba(255, 255, 255, .98);
  min-height: 80px;
}

.brand-copy strong {
  color: #0b2c56;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .02em;
}

.brand-copy small,
.eyebrow,
.section-number,
.card-topline,
.form-kicker,
.footer-legal p,
.final-pill {
  font-family: var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
}

.brand-copy small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em;
}

.hero {
  background: #f2f6fb;
  min-height: 640px;
}

.hero-decoration { display: none; }

.hero h1,
.eligibility-card h2,
.section-heading h2,
.faq-title h2,
.steps-copy h2,
.steps-list h3,
.coverage-card h3,
.faq-item button,
.final-cta h2 {
  font-family: var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
  font-style: normal;
}

.hero h1 {
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.02;
  max-width: 760px;
}

.hero h1 em {
  font-style: normal;
  font-weight: 760;
}

.hero-lead {
  color: #465a73;
  font-size: 18px;
  line-height: 1.65;
  max-width: 640px;
}

.eyebrow,
.section-number,
.form-kicker {
  font-weight: 700;
  letter-spacing: .08em;
}

.primary-button,
.form-button,
.light-button,
.header-cta,
.secondary-button {
  border-radius: 8px;
  font-weight: 650;
  min-height: 48px;
}

.primary-button:hover,
.form-button:hover,
.light-button:hover {
  transform: none;
}

.primary-button:active,
.form-button:active,
.light-button:active,
.header-cta:active,
.secondary-button:active {
  opacity: .82;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(0, 85, 164, .28);
  outline-offset: 3px;
}

.eligibility-card {
  border: 1px solid #dce4ee;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(16, 34, 63, .11);
}

.eligibility-card h2 {
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.eligibility-card label {
  color: #243b58;
  font-size: 13px;
  font-weight: 650;
}

.eligibility-card input,
.eligibility-card select {
  background-color: #fff;
  border-color: #cdd7e3;
  border-radius: 8px;
  font-size: 16px;
  min-height: 50px;
}

.form-button { border-radius: 8px; }

.trust-strip { background: #0b2c56; }
.trust-strip strong {
  color: #fff;
  font-family: var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 750;
}
.trust-strip div { border-right-color: rgba(255, 255, 255, .18); }
.trust-strip span { color: #d4deea; font-size: 13px; }

.section-heading h2,
.faq-title h2,
.steps-copy h2,
.final-cta h2 {
  font-weight: 720;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.section-heading h2,
.faq-title h2 { font-size: clamp(38px, 4.4vw, 58px); }

.coverage-grid {
  border-left: 0;
  gap: 18px;
}

.coverage-card {
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(16, 34, 63, .04);
}

.coverage-card:hover {
  background: #fff;
  border-color: #aebfd2;
  box-shadow: 0 14px 34px rgba(16, 34, 63, .08);
  transform: none;
}

.coverage-card h3 {
  font-size: 24px;
  font-weight: 680;
  letter-spacing: -.02em;
}

.coverage-card p,
.section-heading p,
.steps-copy > p,
.faq-title p,
.faq-item > p {
  font-size: 15px;
  line-height: 1.65;
}

.coverage-icon {
  border-radius: 10px;
  font-family: var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
  font-weight: 650;
}

.steps-section { background: #0b2c56; }
.steps-copy h2 { font-size: clamp(40px, 4.5vw, 60px); }
.steps-list h3 { font-size: 23px; font-weight: 650; }
.steps-list li > span {
  border-color: #fff;
  color: #fff;
  font-family: var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.section-number.light { color: #fff; }

.faq-item button {
  font-size: 18px;
  font-weight: 620;
}

.final-cta { background: #0055a4; }
.final-cta h2 { font-size: clamp(40px, 5vw, 64px); }
.primary-button.cream { background: #fff; color: #0b2c56; }
.primary-button.cream:hover { background: #eef4fa; }

footer { background: #071b38; }

@media (max-width: 700px) {
  body { font-size: 16px; }
  .hero h1 { font-size: clamp(34px, 9vw, 44px); }
  .hero-lead { font-size: 17px; }
  .coverage-card h3 { font-size: 23px; }
  .site-header { min-height: 72px; }
}

/* Brand system, icon set, and form-first hero */
.brand-logo {
  background: #0055a4;
  clip-path: polygon(50% 0, 92% 16%, 89% 62%, 73% 82%, 50% 100%, 27% 82%, 11% 62%, 8% 16%);
  display: block;
  flex: 0 0 auto;
  height: 50px;
  overflow: hidden;
  position: relative;
  width: 50px;
}

.brand-logo::after {
  background: #ef4135;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 54%;
  position: absolute;
  right: 0;
  width: 46%;
}

.brand-logo-cross,
.brand-logo-cross::after {
  background: #fff;
  border-radius: 2px;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.brand-logo-cross { height: 23px; width: 8px; }
.brand-logo-cross::after { content: ""; height: 8px; width: 23px; }

.light-brand .brand-copy strong { color: #fff; }

.hero {
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(0, .94fr) minmax(430px, .72fr);
  min-height: calc(100dvh - 80px);
  padding-bottom: clamp(40px, 5vw, 72px);
  padding-top: clamp(40px, 5vw, 72px);
}

.hero-copy { align-self: center; }

.hero-form-area {
  align-self: center;
  background: #0b2c56;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(16, 34, 63, .2);
  max-width: 580px;
  padding: 14px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.form-spotlight {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  gap: 9px;
  min-height: 46px;
  padding: 0 8px 11px;
}

.form-spotlight svg { color: #ef4135; flex: 0 0 auto; }
.form-spotlight span { font-weight: 650; }
.form-spotlight strong {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
  margin-left: auto;
  padding: 5px 9px;
}

.hero-form-area .eligibility-card {
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  min-height: 472px;
  scroll-margin-top: 20px;
}

.reassurance-row span,
.privacy-note,
.back-button,
.secondary-button {
  align-items: center;
  display: inline-flex;
}

.reassurance-row span { gap: 4px; }
.reassurance-row svg { color: #0055a4; }
.privacy-note { gap: 6px; justify-content: center; }
.privacy-note svg { color: #0055a4; flex: 0 0 auto; }
.back-button { gap: 5px; min-height: 32px; }
.secondary-button { gap: 8px; justify-content: center; }

.coverage-icon svg,
.coverage-card a svg,
.primary-button svg,
.form-button svg,
.light-button svg {
  flex: 0 0 auto;
}

.faq-item button b svg { pointer-events: none; }

@media (max-width: 1180px) {
  .hero {
    gap: 36px;
    grid-template-columns: minmax(0, .9fr) minmax(400px, .75fr);
  }
  .hero h1 { font-size: clamp(44px, 5.2vw, 64px); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-form-area { max-width: 680px; }
}

@media (max-width: 700px) {
  .brand-logo { height: 44px; width: 44px; }
  .hero {
    gap: 28px;
    padding-bottom: 44px;
    padding-top: 28px;
  }
  .hero-form-area {
    border-radius: 16px;
    order: 1;
    padding: 9px;
  }
  .hero-copy { order: 2; }
  .hero-form-area .eligibility-card {
    border-radius: 10px;
    min-height: 0;
  }
  .form-spotlight {
    font-size: 12px;
    min-height: 42px;
    padding: 0 5px 7px;
  }
  .form-spotlight strong { font-size: 10px; }
  .hero-copy .hero-cta-row { display: none; }
  .hero h1 { font-size: clamp(40px, 11vw, 52px); }
}

/* Institutional corporate direction */
.main-nav {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: 34px;
}

.main-nav a {
  color: #3c4e66;
  font-size: 13px;
  font-weight: 560;
  min-height: 44px;
  padding-top: 13px;
  position: relative;
}

.main-nav a::after {
  background: #0055a4;
  bottom: 6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease-out;
  width: 100%;
}

.main-nav a:hover::after { transform: scaleX(1); }

.header-cta,
.primary-button,
.form-button,
.light-button,
.secondary-button {
  border-radius: 3px;
}

.hero {
  background: #f5f7fa;
  border-bottom: 1px solid #d7e0ea;
}

.hero-copy {
  border-left: 4px solid #0055a4;
  padding-left: clamp(22px, 3vw, 42px);
}

.hero-copy::after {
  background: #ef4135;
  content: "";
  height: 72px;
  left: -4px;
  position: absolute;
  top: 0;
  width: 4px;
}

.hero h1 {
  color: #0a2342;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 720;
  letter-spacing: -.05em;
}

.hero h1 em {
  color: #0a2342;
  position: relative;
}

.hero h1 em::after {
  background: #ef4135;
  bottom: -8px;
  content: "";
  height: 4px;
  left: 2px;
  position: absolute;
  width: 72px;
}

.hero-lead {
  color: #3f526b;
  font-size: 17px;
  max-width: 650px;
}

.hero-form-area {
  background: #0a2342;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  padding: 0;
}

.form-spotlight {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  min-height: 58px;
  padding: 0 20px;
  text-transform: uppercase;
}

.form-spotlight span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.form-spotlight strong {
  background: transparent;
  border-radius: 2px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.hero-form-area .eligibility-card {
  border-radius: 0 0 4px 4px;
  padding-left: clamp(24px, 3vw, 42px);
  padding-right: clamp(24px, 3vw, 42px);
}

.card-topline {
  color: #53657c;
  font-size: 10px;
  font-weight: 650;
}

.progress-track { background: #e5eaf0; }
.progress-track span { background: #0055a4; }

.form-kicker { color: #0055a4; }
.eligibility-card h2 { color: #0a2342; font-weight: 680; }
.form-button { background: #0055a4; }
.form-button:hover { background: #003f7e; }

.trust-strip {
  background: #fff;
  border-bottom: 1px solid #d7e0ea;
  color: #0a2342;
  gap: 0;
}

.trust-strip div,
.trust-strip div:not(:first-child) {
  align-items: center;
  border-right: 1px solid #d7e0ea;
  gap: 16px;
  min-height: 112px;
  padding: 24px clamp(18px, 3vw, 44px);
}

.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip svg { color: #0055a4; flex: 0 0 auto; }
.trust-strip span { color: inherit; display: flex; flex-direction: column; max-width: none; }
.trust-strip strong {
  color: #0a2342;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.25;
}
.trust-strip small { color: #607086; font-size: 12px; line-height: 1.45; margin-top: 4px; }

.coverage-section { background: #fff; }
.section-number { color: #0055a4; }
.section-heading h2 { color: #0a2342; }

.coverage-card {
  border-color: #d7e0ea;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.coverage-card::before {
  background: #0055a4;
  content: "";
  height: 3px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.coverage-card:nth-child(3)::before { background: #ef4135; }
.coverage-card:hover { border-color: #9fb2c8; box-shadow: none; }
.coverage-icon { border-radius: 3px; }
.coverage-card a { color: #0055a4; }

.steps-section {
  background: #0a2342;
  border-top: 5px solid #0055a4;
  position: relative;
}

.steps-section::before {
  background: #ef4135;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  top: -5px;
  width: 18%;
}

.steps-list li > span { border-radius: 3px; }
.light-button { background: #fff; color: #0a2342; }
.light-button:hover { background: #e9eff6; }

.faq-section { background: #f5f7fa; }
.faq-item button b { border-radius: 3px; }

.final-cta {
  background: #fff;
  border-top: 1px solid #d7e0ea;
  color: #0a2342;
  position: relative;
}

.final-cta::before {
  background: #ef4135;
  content: "";
  height: 5px;
  left: calc(50% - 40px);
  position: absolute;
  top: 0;
  width: 80px;
}

.final-pill { border-color: #b6c3d2; }
.final-cta p { color: #53657c; }
.primary-button.cream { background: #0055a4; color: #fff; }
.primary-button.cream:hover { background: #003f7e; }

@media (max-width: 1120px) {
  .main-nav { display: none; }
}

@media (max-width: 700px) {
  .hero-copy {
    border-left-width: 3px;
    padding-left: 18px;
  }
  .hero-copy::after { left: -3px; width: 3px; }
  .hero h1 { font-size: clamp(40px, 11vw, 52px); }
  .hero-form-area { border-radius: 4px; }
  .form-spotlight { min-height: 52px; padding: 0 14px; }
  .form-spotlight strong { display: none; }
  .trust-strip div,
  .trust-strip div:not(:first-child) {
    border-bottom: 1px solid #d7e0ea;
    padding: 20px 0;
  }
}

.eligibility-card .consent-field {
  align-items: flex-start;
  color: #506278;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  gap: 9px;
  line-height: 1.45;
  margin-top: 18px;
}

.eligibility-card .consent-field input {
  accent-color: #0055a4;
  appearance: auto;
  flex: 0 0 auto;
  height: 17px;
  margin: 0;
  min-height: 17px;
  width: 17px;
}

.form-error {
  background: #fff1f0;
  border-left: 3px solid #d52b1e;
  color: #8b211a;
  font-size: 11px;
  line-height: 1.45;
  margin: 14px 0 0;
  padding: 9px 11px;
}

.form-button:disabled {
  cursor: wait;
  opacity: .62;
}

/* Compact hero heading and extended qualification form */
.hero h1 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.04;
  max-width: 620px;
}

.form-field-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.form-field-grid > div { min-width: 0; }

.result-icon {
  background: #1f8f5f;
  color: #fff;
}

.result-state .secondary-button {
  background: #edf8f2;
  border-color: #1f8f5f;
  color: #176b42;
}

.result-state .secondary-button:hover { background: #dff2e8; }

@media (max-width: 700px) {
  .hero h1 { font-size: clamp(34px, 9vw, 44px); }
}

@media (max-width: 460px) {
  .form-field-grid { grid-template-columns: 1fr; }
}

.eligibility-card input[aria-invalid="true"],
.eligibility-card select[aria-invalid="true"] {
  border-color: #c72b24;
  box-shadow: 0 0 0 3px rgba(199, 43, 36, .1);
}

.field-error {
  color: #a4241e;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  margin: 6px 0 0;
}

.field-error.consent-error { margin-top: 7px; }
