:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#f4f8f8;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 10% 10%,rgba(42,157,143,.14),transparent 32%),radial-gradient(circle at 90% 90%,rgba(38,96,164,.12),transparent 35%),#f6f9fa}.card{width:min(760px,100%);padding:48px;border:1px solid rgba(25,72,82,.1);border-radius:24px;background:#fffffff0;box-shadow:0 25px 70px #223e461f}.brand{display:flex;align-items:center;gap:14px}.brandMark{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:#fff;font-size:24px;font-weight:800;background:linear-gradient(135deg,#247ba0,#2a9d8f)}.brandName,.brandSubtitle{display:block}.brandName{font-size:21px;font-weight:800}.brandSubtitle{margin-top:3px;color:#697b82;font-size:13px}.status{width:fit-content;display:flex;align-items:center;gap:9px;margin-top:44px;padding:8px 12px;border-radius:999px;color:#17695f;background:#e7f7f3;font-size:13px;font-weight:700}.statusDot{width:8px;height:8px;border-radius:50%;background:#20a98f;box-shadow:0 0 0 5px #20a98f1f}h1{margin:22px 0 12px;font-size:clamp(34px,6vw,54px);line-height:1.05;letter-spacing:-.04em}.description{max-width:610px;margin:0;color:#607078;font-size:17px;line-height:1.7}.modules{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}.modules div{padding:18px;border:1px solid #e5ecee;border-radius:16px;background:#fafcfc}.modules strong,.modules span{display:block}.modules strong{font-size:15px}.modules span{margin-top:6px;color:#7b8b91;font-size:12px}footer{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:20px;border-top:1px solid #edf1f2;color:#8b999e;font-size:12px}@media(max-width:650px){.page{padding:16px}.card{padding:28px}.modules{grid-template-columns:1fr}footer{flex-direction:column}}
