:root{--navy: #14397c;--navy-deep: #0b2a5e;--ink: #122441;--muted: #5a7188;--bg: #f3f8fd;--card: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}.nav{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:14px clamp(16px,5vw,48px);background:#f3f8fdcc;backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,57,124,.08)}.nav-logo{font-size:1.05rem;color:var(--navy-deep);white-space:nowrap}.nav-links{display:flex;gap:18px;align-items:center;flex-shrink:0}.nav-links a{color:var(--muted);text-decoration:none;font-size:.92rem;white-space:nowrap}.nav-links a:hover{color:var(--navy)}.nav-cta{background:var(--navy);color:#fff!important;padding:8px 18px;border-radius:999px;font-weight:600}@media(max-width:480px){.nav{padding:10px 14px}.nav-logo{font-size:.95rem}.nav-links{gap:12px}.nav-links a{font-size:.85rem}.nav-cta{padding:7px 14px}}.hero{position:relative;overflow:hidden;text-align:center;padding:clamp(70px,12vh,130px) 20px 90px}.hero h1{font-size:clamp(2.1rem,6vw,3.6rem);line-height:1.12;letter-spacing:-.02em;color:var(--navy-deep);position:relative;z-index:2}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#1d4ed8,#0891b2);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{max-width:560px;margin:20px auto 0;color:var(--muted);font-size:1.05rem;position:relative;z-index:2}.hero-actions{margin-top:32px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}.btn-primary{display:inline-block;background:var(--navy);color:#fff;text-decoration:none;padding:14px 28px;border-radius:14px;font-weight:700;font-size:1rem;box-shadow:0 10px 28px #14397c47;transition:transform .15s,box-shadow .15s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 34px #14397c59}.btn-ghost{display:inline-block;color:var(--navy);text-decoration:none;padding:14px 24px;border-radius:14px;font-weight:600;border:1.5px solid rgba(20,57,124,.25);background:#fff9}.hero-note{margin-top:18px;font-size:.82rem;color:var(--muted);position:relative;z-index:2}.blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;z-index:1;animation:drift 14s ease-in-out infinite alternate}.blob-a{width:420px;height:420px;background:#bfdcf7;top:-120px;left:-100px}.blob-b{width:380px;height:380px;background:#c7f0ee;bottom:-140px;right:-80px;animation-delay:-7s}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(40px,26px) scale(1.12)}}.bubbles span{position:absolute;bottom:-30px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fffffff2,#aad2f566);border:1px solid rgba(20,57,124,.12);animation:rise linear infinite}.bubbles span:nth-child(1){left:8%;width:14px;height:14px;animation-duration:11s}.bubbles span:nth-child(2){left:22%;width:9px;height:9px;animation-duration:14s;animation-delay:-4s}.bubbles span:nth-child(3){left:36%;width:18px;height:18px;animation-duration:9s;animation-delay:-2s}.bubbles span:nth-child(4){left:52%;width:11px;height:11px;animation-duration:13s;animation-delay:-7s}.bubbles span:nth-child(5){left:64%;width:16px;height:16px;animation-duration:10s;animation-delay:-5s}.bubbles span:nth-child(6){left:76%;width:8px;height:8px;animation-duration:15s;animation-delay:-9s}.bubbles span:nth-child(7){left:88%;width:13px;height:13px;animation-duration:12s;animation-delay:-3s}.bubbles span:nth-child(8){left:95%;width:10px;height:10px;animation-duration:16s;animation-delay:-11s}@keyframes rise{to{transform:translateY(-110vh) translate(20px);opacity:0}}section{padding:64px clamp(16px,5vw,48px);max-width:1020px;margin:0 auto}section h2{font-size:clamp(1.5rem,3.5vw,2rem);color:var(--navy-deep);margin-bottom:24px;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.feature-card{background:var(--card);border-radius:18px;padding:26px;border:1px solid rgba(20,57,124,.08);box-shadow:0 6px 24px #1224410f;transition:transform .18s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:1.9rem;margin-bottom:10px}.feature-card h3{color:var(--navy);margin-bottom:6px;font-size:1.05rem}.feature-card p{color:var(--muted);font-size:.92rem}.step-list{list-style:none;max-width:560px;margin:0 auto;display:grid;gap:18px}.step-list li{display:flex;gap:16px;align-items:flex-start}.step-list span{flex:0 0 36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:700;background:var(--navy);color:#fff}.step-list strong{color:var(--navy-deep)}.step-list div{color:var(--muted);font-size:.95rem}.sites-sub{text-align:center;color:var(--muted);margin:-12px 0 22px}.site-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.chip{padding:9px 18px;border-radius:999px;font-size:.9rem;background:var(--card);color:var(--navy);border:1px solid rgba(20,57,124,.15);box-shadow:0 3px 12px #1224410d}.chip b{color:var(--navy-deep)}.chip-loading{color:var(--muted)}.footer{text-align:center;padding:56px 20px 64px;background:linear-gradient(180deg,transparent,rgba(20,57,124,.06))}.footer p{color:var(--muted);margin-bottom:18px;font-size:.9rem}
