:root {
  --red-600: #c8102e;
  --red-700: #a90b25;
  --red-050: #fff4f5;
  --navy-900: #12213a;
  --navy-800: #1d304f;
  --ink: #152033;
  --muted: #647083;
  --paper: #ffffff;
  --canvas: #f4f6f8;
  --line: #dce1e7;
  --green: #147a4b;
  --shadow: 0 28px 70px rgba(18, 33, 58, .12);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: white; background: var(--navy-900); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #2f7fd5; outline-offset: 3px; }

.site-header { position: absolute; z-index: 50; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(18, 33, 58, .09); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(255, 255, 255, .96); box-shadow: 0 8px 28px rgba(18, 33, 58, .08); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; min-height: 82px; align-items: center; }
.gov-brand { position: relative; display: inline-block; color: #141414; font-size: 31px; font-weight: 800; letter-spacing: -.075em; line-height: 1; text-decoration: none; }
.gov-brand::after { content: ""; position: absolute; right: -15px; top: 1px; width: 4px; height: 29px; background: var(--red-600); transform: skew(-15deg); }
.desktop-nav { display: flex; margin-left: auto; align-items: center; gap: 32px; }
.desktop-nav a { position: relative; color: #3d485b; font-size: 13px; font-weight: 600; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--red-600); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; border: 0; background: transparent; cursor: pointer; font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button--header { min-height: 43px; margin-left: 32px; padding: 0 18px; color: white; background: var(--red-600); font-size: 12px; }
.button--header:hover { background: var(--red-700); box-shadow: 0 10px 25px rgba(200, 16, 46, .22); }
.button--primary { padding: 0 24px; color: white; background: var(--red-600); box-shadow: 0 16px 35px rgba(200, 16, 46, .24); }
.button--primary:hover { background: var(--red-700); box-shadow: 0 19px 38px rgba(200, 16, 46, .3); }
.button--large { min-width: 286px; min-height: 68px; justify-content: flex-start; padding: 9px 16px 9px 10px; }
.button--large > span:nth-child(2) { display: grid; gap: 4px; text-align: left; }
.button--large b { font-size: 15px; }
.button--large small { opacity: .72; font-size: 10px; font-weight: 500; }
.button__download { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; color: var(--red-600); background: white; }
.button__download svg { width: 24px; height: 24px; }
.button__arrow { margin-left: auto; }
.button--light { color: var(--red-600); background: white; box-shadow: 0 20px 45px rgba(49, 0, 10, .2); }
.button--light .button__download { color: white; background: var(--red-600); }

.hero { position: relative; min-height: 830px; overflow: hidden; padding: 82px 0 0; background: linear-gradient(110deg, #fff 0%, #fff 54%, #f3f5f7 54%, #eef1f4 100%); }
.hero::before { content: ""; position: absolute; top: 82px; right: 0; bottom: 0; width: 48%; opacity: .7; background-image: linear-gradient(rgba(18, 33, 58, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 33, 58, .055) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero__flag { position: absolute; z-index: 0; top: 82px; right: -140px; width: 410px; height: 105px; background: var(--red-600); transform: skewX(-28deg); box-shadow: 0 26px 55px rgba(200, 16, 46, .18); }
.hero__flag::after { content: ""; position: absolute; top: 122px; right: 30px; width: 175px; height: 9px; background: var(--red-600); }
.hero__grid { position: relative; z-index: 2; display: grid; min-height: 665px; align-items: center; grid-template-columns: 1fr .82fr; gap: 56px; }
.hero__content { padding: 70px 0 62px; }
.program-label, .section-kicker { margin: 0; color: var(--red-600); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.program-label { display: flex; align-items: center; gap: 10px; }
.program-label span { width: 28px; height: 3px; background: var(--red-600); }
.hero h1 { max-width: 680px; margin: 23px 0 22px; color: var(--navy-900); font-size: clamp(56px, 6.2vw, 86px); line-height: .98; letter-spacing: -.07em; }
.hero h1 span { display: block; margin-top: 8px; color: var(--red-600); font-size: 1.09em; }
.hero__lead { max-width: 590px; margin: 0; color: #536074; font-size: 17px; line-height: 1.65; }
.hero__lead strong { color: var(--ink); }
.hero__eligibility { display: flex; max-width: 510px; align-items: center; gap: 17px; margin: 28px 0 32px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero__eligibility-number { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; color: white; background: var(--navy-900); font-size: 19px; font-weight: 800; }
.hero__eligibility p { margin: 0; color: #626e80; font-size: 13px; line-height: 1.55; }
.hero__eligibility strong { color: var(--navy-900); }
.hero__actions { display: flex; }
.hero__assurances { display: flex; gap: 24px; margin-top: 25px; color: #596579; font-size: 11px; font-weight: 600; }
.hero__assurances > span { display: flex; align-items: center; gap: 7px; }
.hero__assurances svg { width: 18px; height: 18px; color: var(--green); }

.app-preview { position: relative; height: 650px; align-self: end; }
.app-preview::before { content: ""; position: absolute; top: 82px; left: 49%; width: 470px; height: 470px; border: 1px solid rgba(18, 33, 58, .1); border-radius: 50%; transform: translateX(-50%); }
.app-preview::after { content: ""; position: absolute; top: 136px; left: 49%; width: 360px; height: 360px; border: 1px dashed rgba(200, 16, 46, .17); border-radius: 50%; transform: translateX(-50%); }
.app-preview__seal { position: absolute; z-index: 1; top: 69px; left: -6px; display: grid; width: 83px; height: 83px; place-items: center; color: var(--red-600); border: 1px solid #d7dce2; background: white; box-shadow: 0 18px 45px rgba(18, 33, 58, .1); font-size: 23px; font-weight: 800; }
.app-preview__seal::after { content: ""; position: absolute; right: -9px; bottom: 10px; width: 25px; height: 5px; background: var(--red-600); transform: rotate(-35deg); }
.phone-shell { position: absolute; z-index: 3; right: 28px; bottom: -32px; width: 324px; height: 625px; padding: 9px; border: 2px solid #26313f; border-radius: 47px; background: linear-gradient(145deg, #79818b, #111820 16%, #34404c 52%, #0b1016); box-shadow: 0 40px 80px rgba(18, 33, 58, .3); transform: rotate(2deg); }
.phone-shell::after { content: ""; position: absolute; top: 117px; right: -5px; width: 5px; height: 83px; border-radius: 0 4px 4px 0; background: #2c3540; }
.phone-shell__speaker { position: absolute; z-index: 5; top: 17px; left: 50%; width: 100px; height: 26px; border-radius: 20px; background: #080b0e; transform: translateX(-50%); }
.phone-screen { position: relative; height: 100%; overflow: hidden; padding: 18px 19px 15px; border-radius: 38px; background: linear-gradient(180deg, #fff, #f4f5f7); }
.phone-status { display: flex; justify-content: space-between; color: #111b2c; font-size: 9px; }
.phone-status span { font-size: 6px; letter-spacing: 1px; }
.phone-brand { display: flex; align-items: center; margin: 29px 0 31px; color: var(--navy-900); font-size: 10px; line-height: 1.2; }
.phone-brand__mark { display: grid; width: 34px; height: 34px; margin-right: 9px; place-items: center; color: white; background: var(--red-600); font-size: 9px; font-weight: 800; }
.phone-brand i { width: 8px; height: 8px; margin-left: auto; border: 2px solid var(--navy-900); border-radius: 50%; }
.phone-caption { margin: 0; color: #7a8494; font-size: 9px; }
.phone-amount { margin: 5px 0 19px; color: var(--navy-900); font-size: 29px; font-weight: 800; letter-spacing: -.055em; }
.phone-program { display: flex; align-items: center; gap: 10px; padding: 13px; border-left: 3px solid var(--red-600); background: white; box-shadow: 0 10px 28px rgba(18, 33, 58, .09); }
.phone-program__icon { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; color: white; background: var(--green); font-size: 12px; }
.phone-program div { display: grid; gap: 3px; font-size: 9px; }
.phone-program small { color: #748094; font-size: 7px; }
.phone-program__arrow { margin-left: auto; color: var(--red-600); font-size: 20px; }
.phone-section-title { margin: 26px 0 10px; color: var(--navy-900); font-size: 10px; font-weight: 700; }
.phone-steps { background: white; box-shadow: 0 10px 30px rgba(18, 33, 58, .07); }
.phone-steps > div { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-bottom: 1px solid #eceff2; }
.phone-steps > div > span { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; color: #8b95a4; border: 1px solid #cfd5dc; font-size: 8px; font-weight: 700; }
.phone-steps .is-done > span { color: white; border-color: var(--green); background: var(--green); }
.phone-steps .is-active > span { color: white; border-color: var(--red-600); background: var(--red-600); }
.phone-steps p { display: grid; gap: 2px; margin: 0; font-size: 8px; }
.phone-steps small { color: #8893a1; font-size: 6px; }
.phone-cta { display: flex; justify-content: space-between; margin-top: 15px; padding: 12px 14px; color: white; background: var(--red-600); font-size: 9px; font-weight: 700; }
.phone-nav { position: absolute; right: 18px; bottom: 10px; left: 18px; display: flex; justify-content: space-around; padding-top: 9px; color: #8a94a1; border-top: 1px solid #dfe3e8; }
.phone-nav span { display: grid; place-items: center; gap: 2px; font-size: 12px; }
.phone-nav small { font-size: 6px; }
.phone-nav .is-current { color: var(--red-600); }
.app-preview__notice { position: absolute; z-index: 5; bottom: 76px; left: -50px; display: flex; width: 265px; align-items: center; gap: 12px; padding: 14px 16px; border-left: 4px solid var(--red-600); background: rgba(255, 255, 255, .97); box-shadow: 0 22px 55px rgba(18, 33, 58, .2); }
.app-preview__notice > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: white; background: var(--green); font-size: 13px; }
.app-preview__notice div { display: grid; gap: 4px; }
.app-preview__notice small { color: #7c8694; font-size: 8px; }
.app-preview__notice b { color: var(--navy-900); font-size: 11px; }
.confidence-bar { position: relative; z-index: 6; display: grid; height: 105px; grid-template-columns: repeat(3, 1fr); color: white; background: var(--navy-900); box-shadow: 0 22px 48px rgba(18, 33, 58, .18); }
.confidence-bar::before { content: ""; position: absolute; top: 0; left: 0; width: 9px; height: 100%; background: var(--red-600); }
.confidence-bar article { display: flex; align-items: center; justify-content: center; gap: 13px; }
.confidence-bar article + article { border-left: 1px solid rgba(255, 255, 255, .13); }
.confidence-bar strong { font-size: 25px; letter-spacing: -.04em; }
.confidence-bar span { color: rgba(255, 255, 255, .63); font-size: 11px; }

.section { padding: 125px 0; }
.section-heading { max-width: 560px; }
.section-heading h2, .eligibility__intro h2, .final-cta h2 { margin: 15px 0 20px; color: var(--navy-900); font-size: clamp(38px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading > p:last-child, .eligibility__intro > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading strong { color: var(--navy-900); }
.program { padding-top: 170px; }
.program__grid { display: grid; align-items: start; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.program__details { border-top: 1px solid var(--line); }
.program__details article { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.program__details article > span { color: var(--red-600); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.program__details h3 { margin: 0 0 8px; color: var(--navy-900); font-size: 17px; }
.program__details p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.eligibility { background: var(--canvas); }
.eligibility__card { position: relative; display: grid; min-height: 520px; overflow: hidden; align-items: center; grid-template-columns: .9fr 1.1fr; color: white; background: var(--navy-900); box-shadow: var(--shadow); }
.eligibility__card::before { content: ""; position: absolute; top: -85px; left: -100px; width: 340px; height: 340px; border: 70px solid rgba(255, 255, 255, .035); border-radius: 50%; }
.eligibility__card::after { content: ""; position: absolute; right: -90px; bottom: -150px; width: 390px; height: 390px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.eligibility__intro { position: relative; z-index: 2; padding: 70px; }
.section-kicker--light { color: #ff9baa; }
.eligibility__intro h2 { color: white; }
.eligibility__intro > p:last-child { color: rgba(255, 255, 255, .58); }
.eligibility__list { position: relative; z-index: 2; display: grid; gap: 1px; margin: 0; padding: 0 55px 0 15px; list-style: none; }
.eligibility__list li { display: grid; align-items: center; grid-template-columns: 62px 1fr; gap: 19px; padding: 21px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.eligibility__list li > span { display: grid; width: 55px; height: 55px; place-items: center; color: white; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .05); font-size: 14px; font-weight: 800; }
.eligibility__list b { font-size: 14px; }
.eligibility__list p { margin: 6px 0 0; color: rgba(255, 255, 255, .55); font-size: 10px; line-height: 1.55; }
.steps { background: white; }
.section-heading--center { margin-inline: auto; text-align: center; }
.steps__grid { display: grid; margin-top: 58px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid var(--line); background: white; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.step-card::after { content: ""; position: absolute; right: 0; bottom: 0; width: 55px; height: 5px; background: var(--red-600); }
.step-card:hover { border-color: #bbc3cd; box-shadow: 0 20px 45px rgba(18, 33, 58, .09); transform: translateY(-5px); }
.step-card__number { color: #9aa3af; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.step-card__icon { display: grid; width: 54px; height: 54px; margin: 42px 0 38px; place-items: center; color: white; background: var(--navy-900); font-size: 20px; font-weight: 800; }
.step-card:nth-child(3) .step-card__icon { background: var(--red-600); }
.step-card h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 18px; }
.step-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.faq { background: var(--canvas); }
.faq__grid { display: grid; align-items: start; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-list { border-top: 1px solid #cbd2da; }
.faq-item { border-bottom: 1px solid #cbd2da; }
.faq-item button { display: flex; width: 100%; min-height: 82px; align-items: center; justify-content: space-between; gap: 22px; padding: 12px 0; color: var(--navy-900); border: 0; background: transparent; cursor: pointer; text-align: left; font-size: 14px; font-weight: 700; }
.faq-item button i { position: relative; width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid #b9c1cb; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 2px; background: var(--red-600); transform: translate(-50%, -50%); transition: transform .25s ease; }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.is-open button i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding: 0 55px 26px 0; }
.final-cta { position: relative; overflow: hidden; padding: 115px 0; color: white; background: var(--red-600); }
.final-cta::before { content: ""; position: absolute; top: -210px; right: 8%; width: 520px; height: 520px; border: 95px solid rgba(255, 255, 255, .055); border-radius: 50%; }
.final-cta__flag { position: absolute; bottom: -130px; left: -110px; width: 380px; height: 260px; border: 54px solid rgba(255, 255, 255, .05); transform: rotate(24deg); }
.final-cta__inner { position: relative; text-align: center; }
.final-cta h2 { max-width: 770px; margin-inline: auto; color: white; }
.final-cta__inner > p:nth-of-type(2) { max-width: 600px; margin: 0 auto 31px; color: rgba(255, 255, 255, .73); font-size: 14px; line-height: 1.7; }
.site-footer { padding: 30px 0; color: #606b7a; border-top: 1px solid var(--line); background: white; font-size: 11px; }
.site-footer .shell { display: flex; align-items: center; justify-content: space-between; }
.site-footer strong { color: var(--navy-900); font-size: 18px; letter-spacing: -.055em; }
.mobile-download { display: none; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s var(--ease) forwards; }
.reveal--1 { animation-delay: .06s; }.reveal--2 { animation-delay: .13s; }.reveal--3 { animation-delay: .2s; }.reveal--4 { animation-delay: .27s; }.reveal--5 { animation-delay: .34s; }.reveal--6 { animation-delay: .41s; }
.reveal-on-scroll { opacity: 0; transform: translateY(26px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }

.download-body { min-height: 100vh; background: #f4f5f7; }
.download-body::before { content: ""; position: fixed; z-index: -1; top: 0; right: 0; width: 42%; height: 100%; opacity: .55; background-image: linear-gradient(rgba(18, 33, 58, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 33, 58, .06) 1px, transparent 1px); background-size: 42px 42px; }
.download-body::after { content: ""; position: fixed; z-index: -1; top: 0; right: -130px; width: 360px; height: 92px; background: var(--red-600); transform: skewX(-27deg); }
.download-header { display: flex; height: 82px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.download-header > span { color: #707b8a; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.download-page { display: grid; min-height: calc(100vh - 82px); place-content: center; justify-items: center; padding: 56px 20px; }
.download-card { position: relative; width: min(100%, 470px); padding: 35px 45px 40px; text-align: center; border-top: 5px solid var(--red-600); background: white; box-shadow: 0 32px 80px rgba(18, 33, 58, .13); }
.download-card__mark { position: absolute; top: 28px; left: 31px; display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--red-600); font-size: 9px; font-weight: 800; }
.download-card__app { margin: 0 0 42px !important; color: var(--navy-900) !important; font-size: 11px !important; font-weight: 700; }
.download-ring { position: relative; display: grid; width: 88px; height: 88px; margin: 0 auto 26px; place-items: center; color: var(--red-600); border: 1px solid #efb4be; background: var(--red-050); }
.download-ring::before { content: ""; position: absolute; inset: -7px; border: 2px solid transparent; border-top-color: var(--red-600); border-right-color: var(--red-600); border-radius: 50%; animation: spin 1.1s linear infinite; }
.download-ring svg { width: 34px; height: 34px; }
.download-card[data-download-status="ready"] .download-ring::before,
.download-card[data-download-status="missing"] .download-ring::before,
.download-card[data-download-status="error"] .download-ring::before { border-color: var(--red-600); animation: none; }
.download-card h1 { margin: 0 0 13px; color: var(--navy-900); font-size: clamp(31px, 6vw, 43px); line-height: 1.05; letter-spacing: -.055em; }
.download-card > p { max-width: 340px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.65; }
.download-file { display: flex; align-items: center; gap: 11px; margin-top: 22px; padding: 11px 13px; overflow: hidden; text-align: left; border: 1px solid var(--line); background: var(--canvas); font-size: 10px; }
.download-file__icon { display: grid; width: 35px; height: 35px; flex: 0 0 35px; place-items: center; color: white; background: var(--navy-900); font-size: 7px; font-weight: 800; }
.download-file span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.download-status { margin-top: 19px !important; color: var(--red-600) !important; font-size: 10px !important; font-weight: 700; }
.download-manual { width: 100%; min-height: 54px; margin-top: 22px; }
.download-manual svg { margin-left: auto; }
.download-back { display: inline-block; margin-top: 23px; color: #6f7987; font-size: 10px; text-underline-offset: 4px; }
.download-assurance { display: flex; max-width: 470px; align-items: center; gap: 11px; margin-top: 18px; color: #667181; }
.download-assurance > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: white; background: var(--green); font-size: 10px; }
.download-assurance p { display: grid; gap: 3px; margin: 0; font-size: 9px; }
.download-assurance b { color: var(--navy-900); }
.download-assurance small { font-size: 8px; }

@media (max-width: 1020px) {
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 11px; }
  .button--header { margin-left: 20px; }
  .hero__grid { grid-template-columns: 1fr .65fr; gap: 24px; }
  .phone-shell { right: -70px; }
  .app-preview__notice { left: -25px; }
  .program__grid, .faq__grid { gap: 60px; }
  .eligibility__intro { padding: 55px; }
}

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .site-header__inner { min-height: 72px; }
  .hero { padding-top: 72px; background: linear-gradient(180deg, #fff 0%, #fff 58%, #f0f2f5 58%, #f0f2f5 100%); }
  .hero::before { top: 60%; width: 100%; }
  .hero__flag { top: 72px; width: 280px; height: 72px; }
  .hero__grid { display: flex; min-height: 0; flex-direction: column; }
  .hero__content { width: 100%; padding: 80px 0 35px; }
  .hero h1 { max-width: 720px; }
  .app-preview { width: 100%; height: 620px; }
  .phone-shell { right: 50%; transform: translateX(50%) rotate(2deg); }
  .app-preview__seal { left: 9%; }
  .app-preview__notice { left: calc(50% - 250px); }
  .confidence-bar { margin-top: 15px; }
  .program { padding-top: 105px; }
  .program__grid, .faq__grid { grid-template-columns: 1fr; }
  .program__details { margin-top: 12px; }
  .eligibility__card { grid-template-columns: 1fr; }
  .eligibility__intro { padding-bottom: 25px; }
  .eligibility__list { padding: 0 55px 50px; }
  .faq__grid { gap: 48px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 30px), 620px); }
  .site-header__inner { width: calc(100% - 28px); }
  .gov-brand { font-size: 27px; }
  .gov-brand::after { right: -13px; height: 25px; }
  .site-header .button--header { min-height: 40px; margin-left: auto; padding: 0 13px; font-size: 10px; }
  .site-header .button--header svg { display: none; }
  .hero__flag { right: -170px; }
  .hero__content { padding-top: 68px; }
  .hero h1 { font-size: clamp(48px, 14vw, 67px); }
  .hero__lead { font-size: 15px; }
  .app-preview { height: 565px; }
  .phone-shell { bottom: -78px; transform: translateX(50%) scale(.84) rotate(2deg); transform-origin: bottom center; }
  .app-preview__notice { bottom: 62px; left: 0; width: 235px; }
  .app-preview__seal { top: 70px; left: 0; }
  .confidence-bar { height: auto; grid-template-columns: 1fr; }
  .confidence-bar article { min-height: 74px; }
  .confidence-bar article + article { border-top: 1px solid rgba(255, 255, 255, .13); border-left: 0; }
  .section { padding: 90px 0; }
  .section-heading h2, .eligibility__intro h2, .final-cta h2 { font-size: 39px; }
  .program__details article { grid-template-columns: 42px 1fr; }
  .eligibility__intro { padding: 42px 25px 20px; }
  .eligibility__list { padding: 0 25px 38px; }
  .eligibility__list li { grid-template-columns: 52px 1fr; }
  .eligibility__list li > span { width: 47px; height: 47px; font-size: 11px; }
  .steps__grid { grid-template-columns: 1fr; }
  .step-card { min-height: 260px; }
  .step-card__icon { margin-block: 28px; }
  .final-cta { padding: 88px 0 110px; }
  .site-footer { padding-bottom: 92px; }
  .site-footer .shell { align-items: flex-start; flex-direction: column; gap: 9px; }
  .mobile-download { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: block; padding: 10px 15px max(10px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(18, 33, 58, .12); background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
  .mobile-download .button { width: 100%; min-height: 54px; }
  .mobile-download svg { margin-left: auto; }
  .download-body::after { right: -230px; }
  .download-header { height: 70px; }
  .download-header > span { font-size: 8px; }
  .download-page { min-height: calc(100vh - 70px); padding: 32px 15px; }
  .download-card { padding: 31px 22px 34px; }
  .download-card__mark { left: 20px; }
}

@media (max-width: 420px) {
  .site-header .button--header { max-width: 136px; }
  .hero__content { padding-top: 58px; }
  .hero__eligibility { align-items: flex-start; }
  .hero__actions .button--large { width: 100%; min-width: 0; }
  .hero__assurances { flex-wrap: wrap; gap: 13px; }
  .app-preview { height: 510px; }
  .phone-shell { bottom: -120px; transform: translateX(50%) scale(.72) rotate(2deg); }
  .app-preview__notice { bottom: 35px; }
  .app-preview__seal { width: 70px; height: 70px; }
  .section-heading h2, .eligibility__intro h2, .final-cta h2 { font-size: 35px; }
  .download-header > span { display: none; }
  .download-card__app { margin-bottom: 35px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal-on-scroll { opacity: 1; transform: none; }
}
