:root{
  --navy:#071a3a;
  --navy-2:#0d2446;
  --sky:#43b7ee;
  --sky-soft:#cfeaf7;
  --ink:#162038;
  --muted:#5e687a;
  --paper:#f4fbff;
  --white:#ffffff;
  --line:#d6e5ee;
  --green:#1d9b61;
  --amber:#d58b15;
  --shadow:0 18px 50px rgba(7,26,58,.12);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1210px,calc(100% - 40px));margin:0 auto}
.topbar{background:#f8fcff;border-bottom:1px solid #e4f0f6}
.topbar .inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:18px;text-decoration:none}
.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#49c5f7,#1a8bd0);box-shadow:0 10px 24px rgba(40,157,218,.2)}
.brand-mark svg{width:29px;height:29px}
.brand-copy{padding-left:18px;border-left:1px solid #b9ccdb}
.brand-copy strong{display:block;font-size:17px;letter-spacing:.1px}
.brand-copy span{font-size:12px;color:#63758b;display:block;margin-bottom:2px}
.claim-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 34px;border-radius:8px;background:var(--sky);color:#041a31;text-decoration:none;font-size:18px;font-weight:700;box-shadow:0 8px 22px rgba(54,182,239,.23);transition:.2s ease}
.claim-btn:hover{transform:translateY(-1px);filter:brightness(.98)}
.navbar{background:var(--sky-soft);border-bottom:1px solid #c6e3f2}
.navbar .inner{display:flex;align-items:center;gap:28px;min-height:54px;overflow-x:auto;white-space:nowrap}
.navbar a{text-decoration:none;font-size:16px;color:#14223b}
.navbar a:hover,.navbar a.active{color:#076a9d}
.hero-wrap{padding:48px 0 34px}
.hero{position:relative;overflow:hidden;min-height:550px;border-radius:var(--radius);background:linear-gradient(120deg,rgba(12,24,47,.92),rgba(9,23,46,.82) 52%,rgba(5,18,39,.93)),radial-gradient(circle at 76% 30%,#7896a7 0,transparent 22%),linear-gradient(145deg,#8da1ac,#25344c 72%);box-shadow:var(--shadow)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent 36%),radial-gradient(circle at 65% 55%,rgba(89,184,225,.18),transparent 28%);pointer-events:none}
.scene-phone{position:absolute;right:10%;bottom:-55px;width:255px;height:485px;border-radius:42px;background:linear-gradient(160deg,#111827,#26374f);border:7px solid rgba(255,255,255,.09);transform:rotate(-13deg);box-shadow:0 30px 70px rgba(0,0,0,.38)}
.scene-phone:before{content:"";position:absolute;left:50%;top:16px;transform:translateX(-50%);width:78px;height:19px;border-radius:20px;background:#060b14}
.scene-orb{position:absolute;right:26%;bottom:16%;width:220px;height:220px;border-radius:50%;background:rgba(0,0,0,.24);filter:blur(2px)}
.hero-content{position:relative;z-index:2;max-width:720px;padding:128px 0 80px 92px;color:white}
.eyebrow{display:inline-block;margin-bottom:16px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:#9edfff}
.hero h1{font-size:clamp(38px,5vw,58px);line-height:1.08;margin:0 0 22px;letter-spacing:-.025em}
.hero p{font-size:21px;color:#e7eef4;margin:0 0 30px;max-width:620px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.secondary-btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 30px;border:2px solid #4fc2f4;border-radius:8px;color:#fff;text-decoration:none;font-weight:700;background:rgba(255,255,255,.03)}
.section{padding:58px 0}
.section.white{background:#fff}
.section.navy{background:var(--navy);color:#fff}
.section h2{font-size:36px;line-height:1.2;margin:0 0 18px;letter-spacing:-.02em}
.section h3{font-size:23px;line-height:1.3;margin:0 0 10px}
.lead{font-size:20px;color:#44516a;max-width:820px}
.white .lead{color:#4f5b70}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.card{background:#fff;border:1px solid #dce9f0;border-radius:14px;padding:30px;box-shadow:0 9px 30px rgba(24,61,92,.06)}
.card.soft{background:#eff8fd}
.card p{margin:0;color:#566176}
.card .icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e5f7ff;color:#047eae;font-weight:900;margin-bottom:18px}
.center{text-align:center}
.eligibility-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:30px}
.eligibility-item{background:#fff;border:1px solid #dce9f0;border-radius:14px;padding:24px 22px}
.eligibility-item strong{display:block;margin-bottom:7px;color:#0c3154}
.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}
.timeline .item{background:#0d274e;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:24px}
.timeline .date{font-weight:800;font-size:19px;margin:8px 0 10px;color:#9edfff}
.badge{display:inline-block;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;background:rgba(78,197,247,.16);color:#9edfff}
.faq{max-width:920px;margin:28px auto 0}
details{background:#fff;border:1px solid #dce9f0;border-radius:12px;margin-bottom:12px;padding:0 20px}
summary{cursor:pointer;list-style:none;padding:20px 8px;font-weight:800;font-size:18px}
summary::-webkit-details-marker{display:none}
details p{padding:0 8px 22px;margin:0;color:#586579}
.cta-band{padding:40px 0;background:#dff3fc;border-top:1px solid #cce8f4;border-bottom:1px solid #cce8f4}
.cta-band .inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-band h2{margin:0 0 5px;font-size:30px}
.cta-band p{margin:0;color:#526178}
.page-head{padding:56px 0 34px;background:linear-gradient(180deg,#eefaff,#f7fcff)}
.page-head h1{font-size:44px;margin:0 0 10px;letter-spacing:-.025em}
.page-head p{margin:0;color:#5a6677;font-size:18px;max-width:820px}
.content{padding:34px 0 70px}
.content .prose{max-width:900px}
.prose h2{font-size:28px;margin-top:36px}
.prose h3{font-size:20px;margin-top:26px}
.prose p,.prose li{color:#4f5b6e}
.prose ul{padding-left:20px}
.info-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #dbe8ef;border-radius:12px;overflow:hidden}
.info-table th,.info-table td{padding:16px 18px;border-bottom:1px solid #e5eef3;text-align:left;vertical-align:top}
.info-table th{width:31%;background:#f2f9fd;color:#163454}
.doc-list{display:grid;gap:12px}
.doc-row{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #dce9f0;border-radius:12px;padding:18px 20px}
.doc-row a{color:#067aa9;font-weight:800;text-decoration:none}
.footer{background:#061635;color:#fff;padding:52px 0 24px}
.footer-top{display:flex;align-items:center;gap:24px;padding-bottom:42px}
.footer-brand .brand-copy{border-color:rgba(255,255,255,.24)}
.footer-brand .brand-copy span{color:#afc8db}
.footer-line{height:1px;background:#2a4366;margin-bottom:16px}
.footer-meta{display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-size:13px;color:#c5d3df}
.footer-meta a{text-decoration:none}
.footer-disclaimer{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:12.5px;line-height:1.7;color:#9fb1c4;max-width:1080px}
.keyword-note{background:#f7fbfe;border:1px solid #dce9f0;border-radius:12px;padding:24px;margin-top:28px}
.keyword-note strong{color:#123958}
.keyword-note p{margin:8px 0 0;color:#5b6879;font-size:14px}
.mini-note{font-size:13px;color:#6b7482}
@media (max-width:900px){
  .topbar .inner{min-height:76px}
  .brand-copy{display:none}
  .topbar .claim-btn{padding:0 18px;min-height:46px;font-size:15px}
  .navbar .inner{gap:20px}
  .hero{min-height:540px}
  .hero-content{padding:96px 34px 74px;max-width:650px}
  .scene-phone{right:-50px;opacity:.62}
  .scene-orb{right:0}
  .grid-3,.eligibility-list,.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .container{width:min(100% - 24px,1210px)}
  .hero-wrap{padding-top:22px}
  .hero{min-height:600px;border-radius:14px}
  .hero-content{padding:72px 24px 60px}
  .hero h1{font-size:38px}
  .hero p{font-size:18px}
  .scene-phone{width:180px;height:350px;right:-80px;bottom:-85px}
  .grid-2,.grid-3,.eligibility-list,.timeline{grid-template-columns:1fr}
  .cta-band .inner{display:block}
  .cta-band .claim-btn{margin-top:20px}
  .footer-top{align-items:flex-start}
  .page-head h1{font-size:36px}
  .section h2{font-size:31px}
  .doc-row{align-items:flex-start;flex-direction:column}
  .info-table th,.info-table td{display:block;width:100%}
}
