:root{color-scheme:light;--bg:#f6f8fb;--card:#fff;--text:#132033;--muted:#5f6c7b;--line:#dde5ef;--accent:#2f6df6;--accent2:#16a085;--shadow:0 20px 60px rgba(28,47,78,.12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#eef4ff 0,#f9fbfd 42%,#fff 100%);color:var(--text)}a{color:inherit;text-decoration:none}.topbar{max-width:1180px;margin:0 auto;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px}.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#7aa7ff);display:grid;place-items:center;color:white;box-shadow:var(--shadow)}nav{display:flex;align-items:center;gap:22px;color:var(--muted);font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;padding:13px 18px;border-radius:14px;font-weight:750;box-shadow:0 10px 24px rgba(47,109,246,.24)}.button.small{padding:9px 13px;border-radius:11px}.button.ghost{background:#fff;color:var(--accent);border:1px solid var(--line);box-shadow:none}main{max-width:1180px;margin:0 auto;padding:18px 24px 48px}.hero{min-height:520px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:54px}.eyebrow{color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:13px}h1{font-size:clamp(42px,6vw,76px);line-height:.95;margin:12px 0 22px;letter-spacing:-.05em}h2{font-size:28px;margin:0 0 12px}.lead{font-size:20px;line-height:1.6;color:var(--muted);max-width:680px}.actions{display:flex;gap:14px;margin-top:30px}.card{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.panel{padding:30px;transform:rotate(1deg)}.file-row{display:grid;grid-template-columns:18px 1fr auto;gap:12px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.file-row:last-of-type{border-bottom:0}.dot{width:12px;height:12px;border-radius:50%}.green{background:#2ecc71}.blue{background:#3498db}.amber{background:#f6b93b}.meter{height:12px;background:#e8eef7;border-radius:999px;margin:28px 0 12px;overflow:hidden}.meter span{display:block;width:74%;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:999px}.panel p,.card p,.security p{color:var(--muted);line-height:1.7}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}.grid .card{padding:28px}.split{margin:20px 0;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.checks{list-style:none;margin:0;padding:0;display:grid;gap:12px}.checks li{padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fafcff}.checks li:before{content:"✓";color:var(--accent2);font-weight:900;margin-right:10px}.security{text-align:center;padding:58px 24px}footer{max-width:1180px;margin:0 auto;padding:28px 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted)}@media(max-width:760px){.topbar,footer{flex-direction:column;align-items:flex-start}nav{flex-wrap:wrap}.hero,.grid,.split{grid-template-columns:1fr}.hero{min-height:auto;padding-top:30px}h1{font-size:44px}.actions{flex-direction:column}.panel{transform:none}}
