:root { color-scheme: dark; font-family: Inter, ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #05060b; color: #f8fbff; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 20% 4%, rgba(0,215,103,.22), transparent 34%), radial-gradient(circle at 82% 68%, rgba(255,47,152,.18), transparent 36%), linear-gradient(145deg, #041107 0%, #080810 48%, #170419 100%); }
a { color: inherit; }
.page { width: min(100%, 980px); min-height: 100vh; margin: 0 auto; padding: 28px clamp(18px, 4vw, 44px) 44px; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 950; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.nav-links { display: flex; gap: 14px; flex-wrap: wrap; color: #dce3ee; font-weight: 850; }
.hero { display: grid; gap: 22px; padding: clamp(22px, 5vw, 54px); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(13,14,20,.82); box-shadow: 0 28px 90px rgba(0,0,0,.34); }
.eyebrow { color: #00d767; text-transform: uppercase; letter-spacing: .13em; font-weight: 950; font-size: 13px; }
h1 { font-size: clamp(42px, 8vw, 76px); line-height: .96; margin: 0; letter-spacing: 0; }
h2 { font-size: clamp(28px, 5vw, 44px); margin: 0 0 12px; line-height: 1.05; }
p { color: #cbd1df; font-size: 18px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.button { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; font-size: 18px; font-weight: 950; text-decoration: none; }
.primary { background: linear-gradient(100deg, #00d767, #00a979 55%, #ff2f98); color: white; }
.secondary { background: #f8fbff; color: #05060b; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.card { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(13,14,20,.66); }
.card strong { display: block; color: white; font-size: 20px; margin-bottom: 8px; }
.card span, li { color: #aeb5c5; font-weight: 720; line-height: 1.45; }
.section { margin-top: 34px; padding: clamp(18px, 4vw, 34px); border: 1px solid rgba(255,255,255,.10); border-radius: 26px; background: rgba(8,9,14,.54); }
.ai-facts { border-color: rgba(0,215,103,.22); background: linear-gradient(145deg, rgba(0,215,103,.09), rgba(8,9,14,.62)); }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.faq-item { padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.045); }
.faq-item h3 { margin: 0 0 8px; color: #fff; font-size: 18px; }
.faq-item p { margin: 0; font-size: 16px; }
ul { padding-left: 22px; }
.footer { margin-top: 32px; color: #9da5b6; display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 720px) { .grid, .faq-grid { grid-template-columns: 1fr; } .nav { align-items: flex-start; flex-direction: column; } .button { width: 100%; } }
