:root{--color-primary:#0f2b46;--color-accent:#1a73e8;--color-accent-light:#e8f0fe;--color-text:#1a202c;--color-text-muted:#4a5568;--color-bg:#fff;--color-bg-alt:#f7fafc;--color-border:#e2e8f0;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--max-width:1080px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;line-height:1.6}body{flex-direction:column;min-height:100dvh;display:flex}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--alt{background:var(--color-bg-alt)}.site-header{z-index:100;backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);background:#fffffff2;position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;height:3.5rem;display:flex}.site-header__logo{color:var(--color-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.site-header__logo:hover{text-decoration:none}.site-header__nav{gap:1.5rem;list-style:none;display:flex}.site-header__nav a{color:var(--color-text-muted);font-size:.9rem;font-weight:500;transition:color .15s}.site-header__nav a:hover{color:var(--color-primary);text-decoration:none}.hero{text-align:center;padding:6rem 0 5rem}.hero__title{color:var(--color-primary);letter-spacing:-.03em;max-width:720px;margin:0 auto 1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.hero__subtitle{color:var(--color-text-muted);max-width:560px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.5}.hero--minimal{justify-content:center;align-items:center;min-height:calc(100dvh - 8.5rem);padding:2rem 0;display:flex}.hero--minimal .hero__subtitle{margin-bottom:0}.hero__cta{background:var(--color-primary);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .15s;display:inline-flex}.hero__cta:hover{background:#183a5c;text-decoration:none}.features{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;margin-top:2rem;display:grid}.feature{text-align:left}.feature__icon{margin-bottom:.75rem;font-size:2rem;line-height:1}.feature__title{color:var(--color-primary);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.feature__text{color:var(--color-text-muted);font-size:.95rem;line-height:1.55}.section__heading{color:var(--color-primary);letter-spacing:-.02em;text-align:center;margin-bottom:.5rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800}.section__subheading{text-align:center;color:var(--color-text-muted);max-width:560px;margin:0 auto 2rem}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem;display:grid}.step{counter-increment:step;padding-left:3rem;position:relative}.step:before{content:counter(step);background:var(--color-accent-light);width:2.25rem;height:2.25rem;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.step__title{color:var(--color-primary);margin-bottom:.25rem;font-weight:700}.step__text{color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.cta-section{text-align:center;padding:5rem 0}.cta-section__title{color:var(--color-primary);margin-bottom:1rem;font-size:clamp(1.4rem,3vw,1.75rem);font-weight:800}.cta-section__text{color:var(--color-text-muted);max-width:480px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.site-footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);padding:2rem 0;font-size:.85rem}.site-footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-footer__links{gap:1.5rem;list-style:none;display:flex}.site-footer__links a{color:var(--color-text-muted);font-size:.85rem}.site-footer__links a:hover{color:var(--color-primary)}.legal{max-width:720px;margin:0 auto;padding:3rem 1.5rem 5rem}.legal h1{color:var(--color-primary);margin-bottom:2rem;font-size:2rem;font-weight:800}.legal h2{color:var(--color-primary);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.legal p,.legal ul,.legal li{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.7}.legal ul{padding-left:1.5rem}.legal a{color:var(--color-accent)}@media (width<=640px){.hero{padding:4rem 0 3rem}.section{padding:3.5rem 0}.site-header__nav{gap:1rem}}
