:root{
  --bg:#06101f;
  --bg-2:#0a1a32;
  --surface:#0f2244;
  --surface-2:#13294f;
  --line:#1d3766;
  --primary:#002040;
  --accent:#3aa0ec;
  --accent-2:#56c5f5;
  --accent-glow:rgba(58,160,236,.35);
  --text:#eaf2fb;
  --text-2:#a9bdd6;
  --good:#3ed598;
  --bad:#ff6b6b;
  --radius:14px;
  --shadow:0 18px 40px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.62;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{color:var(--accent-2);text-decoration:none}
a:hover{color:#9addff}
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 16px}
h1,h2,h3{font-family:"Poppins",Inter,sans-serif;letter-spacing:-.01em;color:#ffffff;line-height:1.22;margin:0 0 14px}
h1{font-size:28px}
h2{font-size:23px;margin-top:24px}
h3{font-size:18px}
p{margin:0 0 14px;color:#dbe5f3}
ul.bullets{padding-left:18px;margin:0 0 14px}
ul.bullets li{margin:6px 0;color:#dbe5f3}

header.site{position:sticky;top:0;z-index:50;background:rgba(6,16,31,.86);backdrop-filter:saturate(150%) blur(10px);border-bottom:1px solid var(--line)}
.bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px}
.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700}
.brand img{height:38px;width:auto;border-radius:6px}
.brand span{font-size:17px;letter-spacing:.4px}
.nav{display:none;gap:18px;align-items:center}
.nav a{color:#cfdcef;font-weight:500;font-size:14px}
.nav a:hover{color:#fff}
.cta{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#3aa0ec,#1d6fc4);color:#031024;font-weight:700;letter-spacing:.3px;box-shadow:0 8px 22px var(--accent-glow);transition:transform .15s ease, box-shadow .2s ease;border:0;cursor:pointer;font-size:14px}
.cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px var(--accent-glow);color:#031024}
.cta.lg{height:52px;padding:0 26px;font-size:16px}
.cta.ghost{background:transparent;color:#cfeaff;border:1.5px solid #3a6ea8;box-shadow:none}
.cta.ghost:hover{border-color:var(--accent-2);color:#fff}
@media(min-width:880px){.nav{display:flex}h1{font-size:38px}h2{font-size:28px}}

section.block{padding:26px 0;border-top:1px solid var(--line)}
section.block:first-of-type{border-top:0}
.intro-2col{display:grid;grid-template-columns:1fr;gap:14px}
@media(min-width:880px){.intro-2col{grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}}

.card{background:linear-gradient(180deg,var(--surface),var(--surface-2));border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}
.card h3{margin-top:0}
.muted{color:var(--text-2);font-size:14px}
.lead{font-size:16.5px;color:#e8eef7}
.note{font-size:12.5px;color:#94aac6}
.btn-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.disclaimer{font-size:12.5px;color:#9badc7;background:#0a1a32;border:1px dashed #234077;border-radius:10px;padding:12px 14px;margin-top:14px}

/* Form */
.lbl{display:block;margin:0 0 12px;color:#cfdcef;font-size:14px}
.lbl input,.lbl select,.lbl textarea{width:100%;margin-top:6px;padding:11px 13px;background:#0a1a32;border:1px solid #234077;border-radius:10px;color:#fff;font-size:14.5px;font-family:inherit;outline:none}
.lbl input:focus,.lbl select:focus,.lbl textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(58,160,236,.18)}
.check{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:#cfdcef;margin:6px 0 14px}
.check input{margin-top:3px}

footer.site{margin-top:30px;padding:28px 0 26px;border-top:1px solid var(--line);background:#04101e}
.foot-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:760px){.foot-grid{grid-template-columns:1.2fr .8fr .8fr;gap:24px}}
.foot-grid h4{margin:0 0 8px;color:#fff;font-family:Poppins,Inter,sans-serif;font-size:15px}
.foot-grid p,.foot-grid li{color:#a9bdd6;font-size:13.5px}
.foot-grid ul{padding:0;margin:0;list-style:none}
.foot-grid ul li{margin:5px 0}
.foot-grid a{color:#c7dcf2}
.foot-grid a:hover{color:#fff}
.foot-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px dashed #1c365e}
.foot-meta .age{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#a9bdd6}
.foot-meta .age .num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#7a1414;color:#fff;font-weight:800;border:2px solid #ffa6a6}
