
body{font-family:system-ui;background:#0c1020;color:#fff;margin:0}
.top{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#121733}
.wrap{padding:24px;max-width:1200px;margin:auto}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}
.stat{background:#1a2045;padding:16px;border-radius:12px;font-weight:700}
.services h2{margin-top:32px}
.card{background:#121733;border-radius:12px;padding:16px;margin:12px 0}
.btn{display:inline-block;margin-top:8px;padding:10px 14px;border-radius:10px;background:#31d0ff;color:#000;text-decoration:none;font-weight:700}
