:root{color-scheme:light;--background:#f5f7fb;--foreground:#122033;--muted:#5c6b80;--card:#fff;--border:#d8e0ec;--accent:#214cce;--accent-soft:#e8eeff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f9fbff,#eef3f9);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(249,251,255,.82);border-bottom:1px solid rgba(216,224,236,.85)}.site-footer-inner,.site-header-inner{display:flex;align-items:center;justify-content:space-between}.site-header-inner{min-height:72px;padding-top:0;padding-bottom:0}.site-brand{font-weight:800;letter-spacing:.01em}.site-nav{display:flex;flex-wrap:wrap;gap:1rem}.site-nav-link{color:var(--muted);font-weight:600;padding:.45rem .8rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.site-nav-link.active{background:var(--accent-soft);color:var(--accent)}.page-shell{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:3rem 0 5rem}.hero{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:stretch}.hero-card,.hero-copy,.offer-card,.section,.section-contrast{border-radius:24px}.hero-card,.hero-copy,.offer-card{background:var(--card);border:1px solid var(--border);box-shadow:0 20px 50px rgba(18,32,51,.08)}.hero-copy{padding:2.5rem}.hero-card{padding:2rem;background:linear-gradient(160deg,#13254a,#214cce);color:#fff}.eyebrow{margin:0 0 .75rem;color:var(--accent)}.eyebrow,.hero-card .card-label{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-card .card-label{margin:0 0 1rem;opacity:.75}.card-title,h1,h2,h3{margin:0;line-height:1.1}h1{font-size:clamp(2.5rem,5vw,4.4rem);max-width:12ch}h2{font-size:clamp(1.75rem,3vw,2.6rem)}.card-title,h3{font-size:1.35rem}.card-text,.flow-text,.hero-text,.offer-card p{color:var(--muted);font-size:1.05rem;line-height:1.7}.hero-card .card-text{color:hsla(0,0%,100%,.9)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.9rem 1.2rem;border-radius:999px;font-weight:700}.button-primary{background:var(--accent);color:#fff}.button-secondary{background:var(--accent-soft);color:var(--accent)}.button-disabled{background:#e8edf5;color:#73839a}.section{margin-top:1.5rem;padding:2rem;background:hsla(0,0%,100%,.65);border:1px solid rgba(216,224,236,.9)}.section-contrast{background:#fff}.section-heading{margin-bottom:1.25rem}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.offer-card{padding:1.5rem}.topic-card{display:flex;flex-direction:column;gap:.8rem}.topic-icon{width:48px;height:48px}.icon-fill{fill:var(--accent-soft);stroke:var(--accent);stroke-width:2}.icon-stroke{stroke:var(--accent);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.offer-button{margin-top:1.25rem}.text-link{display:inline-flex;margin-top:1rem;color:var(--accent);font-weight:700}.subtle-copy{margin-top:1rem;color:var(--muted)}.site-footer{border-top:1px solid rgba(216,224,236,.85)}.site-footer-inner{min-height:96px;color:var(--muted);font-size:.95rem}@media (max-width:900px){.card-grid,.hero{grid-template-columns:1fr}.page-shell{width:min(100% - 1.25rem,1100px);padding-top:1.25rem}.site-footer-inner,.site-header-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:.75rem}.site-header-inner{min-height:unset;padding:1rem 0}.hero-card,.hero-copy,.offer-card,.section{padding:1.4rem}h1{max-width:none}}