:root{--brand:#006993;--brand-bright:#009fdf;--brand-mid:#4e92cf;--brand-dark:#00536f;--brand-soft:#eef7fb;--brand-soft-grad:linear-gradient(180deg,#e6f4fb,#ffffff);--brand-border:#cfe6f1;--brand-disabled:#aac6d4;--ink:#1a1a1a;--muted:#6a6a6a;--page-bg:#f7f7f8;--header-h:64px;--site-max:1100px;--main-pad-top:36px}*{box-sizing:border-box}body,html{margin:0;padding:0}html{overflow-x:clip}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--page-bg);min-height:100vh;display:flex;flex-direction:column}a{color:var(--brand)}.site-main{flex:1 1 auto;width:100%;max-width:680px;margin:0 auto;padding:var(--main-pad-top) 20px 56px}.full-bleed{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero{margin-top:calc(-1 * var(--main-pad-top));background:linear-gradient(135deg,#00536f,#006993 45%,#009fdf);color:#ffffff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:0;right:-140px;width:420px;height:100%;background:rgba(255,255,255,.06);transform:skewX(-18deg);pointer-events:none}.hero__inner{position:relative;z-index:1;max-width:var(--site-max);margin:0 auto;padding:60px 20px 64px}.hero__copy{max-width:640px}.hero h1{margin:0 0 16px;font-size:clamp(28px,4.6vw,44px);line-height:1.1;font-weight:800;letter-spacing:-.01em}.hero__copy p{margin:0 0 28px;font-size:clamp(16px,2vw,19px);line-height:1.55;color:rgba(255,255,255,.92)}.hero__cta{display:inline-block;background:#ffffff;color:var(--brand)!important;font-weight:700;font-size:16px;padding:13px 26px;border-radius:10px;text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,.18)}.hero__cta:hover{background:#f0f8fc}.hero__stats{list-style:none;display:flex;flex-wrap:wrap;gap:44px;margin:44px 0 0;padding:34px 0 0;border-top:1px solid rgba(255,255,255,.2)}.hero__stats strong{display:block;font-size:clamp(26px,3.5vw,34px);font-weight:800;line-height:1.1}.hero__stats span{font-size:14px;color:rgba(255,255,255,.85)}@media (max-width:760px){.hero__inner{padding:40px 20px 44px}.hero__stats{gap:28px;margin-top:32px;padding-top:26px}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#ffffff;border-bottom:1px solid #e9eef1;box-shadow:0 1px 2px rgba(16,24,40,.04)}.site-header__inner{max-width:var(--site-max);margin:0 auto;padding:0 20px;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header__brand{display:flex;align-items:center;gap:10px;text-decoration:none}.site-header__brand img{height:30px;width:auto;display:block}.site-header__brand span{font-size:16px;font-weight:700;color:var(--ink);letter-spacing:.01em}.nav-desktop{display:flex;align-items:center;gap:22px}.nav-desktop a{color:#33424b;text-decoration:none;font-size:15px;font-weight:500}.nav-desktop a:hover{color:var(--brand)}.nav-cta{padding:8px 16px;border-radius:8px;background:var(--brand);color:#ffffff!important;font-weight:600}.nav-cta:hover{background:var(--brand-dark)}.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;color:var(--brand);line-height:0}.nav-mobile{display:block;border-top:1px solid #e9eef1;background:#ffffff;padding:8px 20px 16px}.nav-mobile a{display:block;padding:12px 4px;color:#33424b;text-decoration:none;font-size:16px;font-weight:500;border-bottom:1px solid #f0f3f5}.nav-mobile a.nav-cta{margin-top:14px;text-align:center;color:#ffffff;border-bottom:0}@media (max-width:760px){.nav-desktop{display:none}.nav-toggle{display:inline-flex}}@media (min-width:761px){.nav-mobile{display:none}}.account-shell{max-width:1040px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:200px 1fr;grid-gap:28px;gap:28px;align-items:start}.account-nav{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 16px);display:flex;flex-direction:column;gap:4px}.account-nav a{padding:9px 12px;border-radius:8px;color:#33424b;text-decoration:none;font-size:14.5px;font-weight:500}.account-nav a:hover{background:#f2f6f8}.account-nav a.active{background:var(--brand-soft);color:var(--brand);font-weight:700}@media (max-width:760px){.account-shell{grid-template-columns:1fr;gap:14px}.account-nav{position:static;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:6px;padding-bottom:8px;border-bottom:1px solid #eceff1}.account-nav a{white-space:nowrap}}.site-footer{background:#0c2630;color:#c7d6dd;margin-top:40px}.site-footer__inner{max-width:var(--site-max);margin:0 auto;padding:38px 20px 28px;display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:28px;gap:28px}.site-footer__brand img{height:36px;margin-bottom:12px;display:block}.site-footer__brand p{margin:0;font-size:14px;line-height:1.5;max-width:34ch;color:#a9bfc8}.site-footer h4{color:#ffffff;font-size:13px;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:9px;gap:9px}.site-footer a{color:#c7d6dd;text-decoration:none;font-size:14px}.site-footer a:hover{color:#ffffff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;font-size:13px;color:#8aa3ad;padding:14px 20px}@media (max-width:760px){.site-footer__inner{grid-template-columns:1fr;gap:24px}}