:root{--navy:#061827;--navy2:#0b2236;--teal:#00c2a8;--gold:#ffd166;--muted:#64748b;--light:#f8fafc;--card:#fff;--border:#e2e8f0;--danger:#ef4444;--success:#10b981}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#102033;background:#fff}a{color:inherit}.topbar{background:var(--navy);color:#e6fffb;font-size:13px}.topbar-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;padding:9px 20px}.topbar-center{text-align:center;color:#b7ffef}.topbar-right{text-align:right;display:flex;justify-content:flex-end;gap:14px}.topbar a{text-decoration:none}.header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:40}.header-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.logo{font-weight:900;color:var(--navy);font-size:22px;text-decoration:none}.logo span{color:var(--teal)}.nav{display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px}.nav a{text-decoration:none}.nav a:hover{color:var(--teal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:12px 18px;font-weight:800;text-decoration:none;cursor:pointer;transition:.2s;background:#eef2f7;color:var(--navy)}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(2,6,23,.12)}.btn.primary{background:var(--teal);color:#04201c}.btn.dark{background:var(--navy);color:white}.btn.outline{background:white;border:1px solid var(--border)}.hero{background:radial-gradient(circle at 20% 10%,rgba(0,194,168,.28),transparent 28%),linear-gradient(135deg,#061827,#0b2942);color:white;padding:88px 20px 70px}.hero-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.eyebrow{display:inline-flex;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 12px;color:#b7ffef;font-weight:800;font-size:13px}.hero h1{font-size:clamp(34px,5vw,64px);line-height:1.02;margin:18px 0}.hero p{font-size:18px;line-height:1.7;color:#d8eef2;max-width:740px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.2)}.metric{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14)}.metric strong{color:#fff}.section{padding:76px 20px}.section.alt{background:#f8fafc}.container{max-width:1180px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section h2{font-size:clamp(28px,4vw,44px);margin:0 0 12px;color:var(--navy)}.section p.lead{font-size:17px;color:#475569;line-height:1.7;max-width:820px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:0 10px 35px rgba(2,6,23,.05)}.card h3{margin:0 0 10px;color:var(--navy)}.card p{color:#475569;line-height:1.6}.tag{display:inline-flex;border-radius:999px;background:#e6fffb;color:#07594f;padding:6px 10px;font-size:12px;font-weight:800;margin-bottom:12px}.tool-card{cursor:pointer}.tool-card:hover{border-color:var(--teal);box-shadow:0 18px 55px rgba(0,194,168,.12)}.workflow{counter-reset:step}.step{display:flex;gap:16px;align-items:flex-start}.step:before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:50%;background:var(--teal);color:#04201c;display:grid;place-items:center;font-weight:900;flex:none}.form{display:grid;gap:12px}.input,.select,textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:12px;font:inherit;background:#fff}textarea{min-height:110px}.modal{position:fixed;inset:0;background:rgba(2,6,23,.62);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.modal.active{display:flex}.modal-box{width:min(760px,96vw);max-height:90vh;overflow:auto;background:white;border-radius:22px;padding:26px;box-shadow:0 40px 110px rgba(0,0,0,.35)}.modal-top{display:flex;justify-content:space-between;align-items:start;gap:16px}.close{font-size:26px;background:#f1f5f9;border:0;border-radius:12px;width:42px;height:42px;cursor:pointer}.result{display:none;background:#ecfdf5;border:1px solid #a7f3d0;color:#064e3b;border-radius:14px;padding:16px;margin-top:14px}.footer{background:#061827;color:#d8eef2;padding:40px 20px}.footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer a{color:#d8eef2;text-decoration:none}.small{font-size:13px;color:#64748b}.no-price{font-weight:800;color:#0f766e}@media(max-width:880px){.topbar-inner{grid-template-columns:1fr;text-align:center}.topbar-right{justify-content:center}.header-inner{align-items:flex-start;gap:14px;flex-direction:column}.nav{flex-wrap:wrap}.hero-inner{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.section-head{display:block}}
