:root{--background:#f7f8fb;--surface:#fff;--surface-soft:#eef2f7;--text:#1f2937;--muted:#5b6472;--border:#d9e1ea;--primary:#1d4ed8;--primary-dark:#163ea8;--max-width:1120px;--radius:16px;--shadow:0 10px 30px #0f172a14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max-width), calc(100% - 2rem));margin:0 auto}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffe6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{font-size:1.25rem;font-weight:700}.nav{flex-wrap:wrap;gap:.25rem;display:flex}.nav-link{color:var(--muted);border-radius:999px;padding:.65rem .9rem;transition:all .2s}.nav-link:hover,.nav-link-active{background:var(--surface-soft);color:var(--text)}.hero{padding:5rem 0 4rem}.hero-content{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(135deg,#fff,#edf4ff);border-radius:28px;padding:4rem 2rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.hero h1,.page-banner h1,.center-content h1{margin:0 0 1rem;font-size:clamp(2.2rem,5vw,4rem);line-height:1.1}.hero-text,.page-banner p,.section-heading p,.footer p,.card p,.feature-item p,.faq-item p{color:var(--muted)}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.button{border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1.2rem;font-weight:600;display:inline-flex}.primary-button{background:var(--primary);color:#fff}.primary-button:hover{background:var(--primary-dark)}.secondary-button{border:1px solid var(--border);background:#fff}.section,.page-banner{padding:4rem 0}.page-banner{border-bottom:1px solid var(--border);background:linear-gradient(#fff,#f3f6fb)}.section-heading{max-width:700px;margin-bottom:2rem}.section-heading h2,.card h3,.feature-item h3,.faq-item h3,.footer h3,.footer h4{margin-top:0}.card-grid,.contact-grid,.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.card,.feature-item,.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.feature-list,.faq-list{gap:1.25rem;display:grid}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.center-content{text-align:center}.footer{color:#f9fafb;background:#111827;margin-top:4rem}.footer-grid{padding:3rem 0}.footer-bottom{text-align:center;color:#ffffffb3;border-top:1px solid #ffffff1a;padding:1rem}@media (width<=900px){.card-grid,.footer-grid,.contact-grid{grid-template-columns:1fr}.header-inner{flex-direction:column;align-items:flex-start}}
