*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;background:#0a0a12;color:#e8e8f0;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:#9b95ff;text-decoration:none;transition:color .15s}
a:hover{color:#bfb9ff;text-decoration:underline}
.container{max-width:880px;margin:0 auto;padding:0 24px}
.container.narrow{max-width:720px}

header.site{position:sticky;top:0;background:rgba(10,10,18,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(78,69,228,.15);z-index:50}
header.site .row{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;max-width:1200px;margin:0 auto}
.brand{font-family:'Orbitron',sans-serif;font-weight:800;font-size:20px;letter-spacing:.5px;color:#fff;text-decoration:none}
.brand span{color:#7b71ff}
nav.top a{margin-left:24px;font-size:14px;font-weight:500;color:#bdbdcb}
nav.top a:hover{color:#fff;text-decoration:none}
.cta-mini{background:#4e45e4;color:#fff;padding:9px 18px;border-radius:8px;font-weight:600;font-size:14px;margin-left:24px}
.cta-mini:hover{background:#6259ec;color:#fff;text-decoration:none}

.hero{padding:72px 24px 48px;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(78,69,228,.18),transparent 60%)}
.hero h1{font-family:'Orbitron',sans-serif;font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.1;color:#fff;letter-spacing:-.5px;max-width:820px;margin:0 auto 18px}
.hero h1 em{font-style:normal;background:linear-gradient(135deg,#7b71ff,#c4befb);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p.lede{font-size:19px;color:#b8b8ca;max-width:640px;margin:0 auto 32px;line-height:1.55}
.hero .meta{margin-top:14px;font-size:13px;color:#8a8a9a}

.cta-primary{display:inline-block;background:#4e45e4;color:#fff;padding:16px 36px;border-radius:10px;font-weight:700;font-size:16px;letter-spacing:.3px;box-shadow:0 8px 24px rgba(78,69,228,.35)}
.cta-primary:hover{background:#6259ec;color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 12px 28px rgba(78,69,228,.45)}

main{padding:64px 0}
section{margin-bottom:64px}
section h2{font-family:'Orbitron',sans-serif;font-size:28px;font-weight:700;color:#fff;margin-bottom:18px;letter-spacing:-.3px}
section h3{font-size:20px;font-weight:600;color:#e8e8f0;margin:28px 0 10px}
section p{margin-bottom:16px;color:#c8c8d8;font-size:16px}
section ul,section ol{margin:0 0 20px 22px;color:#c8c8d8}
section ul li,section ol li{margin-bottom:10px}
section ul li strong,section ol li strong{color:#fff;font-weight:600}

.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:24px}
.feature-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:22px}
.feature-card h3{font-size:16px;color:#fff;margin:0 0 8px}
.feature-card p{font-size:14px;color:#a8a8b8;margin:0;line-height:1.55}

.compare-table{width:100%;border-collapse:collapse;margin:24px 0;background:rgba(255,255,255,.02);border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}
.compare-table th,.compare-table td{padding:14px 18px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05);font-size:15px}
.compare-table th{background:rgba(78,69,228,.12);color:#fff;font-weight:600;font-family:'Orbitron',sans-serif;letter-spacing:.3px}
.compare-table tr:last-child td{border-bottom:none}
.compare-table td:first-child{font-weight:500;color:#e8e8f0}
.tag-good{display:inline-block;background:rgba(34,197,94,.15);color:#4ade80;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600}
.tag-bad{display:inline-block;background:rgba(239,68,68,.15);color:#f87171;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600}
.tag-mid{display:inline-block;background:rgba(234,179,8,.15);color:#facc15;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600}

.faq details{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:18px 22px;margin-bottom:12px;cursor:pointer}
.faq details[open]{background:rgba(78,69,228,.08);border-color:rgba(78,69,228,.3)}
.faq summary{font-weight:600;color:#fff;list-style:none;font-size:16px;display:flex;align-items:center;justify-content:space-between}
.faq summary::after{content:'+';color:#7b71ff;font-size:22px;font-weight:300;transition:transform .2s}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{margin:14px 0 0;color:#bcbccc;font-size:15px}

.cta-block{background:linear-gradient(135deg,rgba(78,69,228,.18),rgba(78,69,228,.05));border:1px solid rgba(78,69,228,.25);border-radius:16px;padding:40px 32px;text-align:center;margin:48px 0}
.cta-block h2{margin-bottom:12px}
.cta-block p{font-size:17px;margin-bottom:24px;color:#c8c8d8}

.steps{counter-reset:step;list-style:none;margin:0;padding:0}
.steps li{position:relative;padding:22px 22px 22px 78px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;margin-bottom:14px;counter-increment:step}
.steps li::before{content:counter(step);position:absolute;left:22px;top:22px;width:40px;height:40px;background:linear-gradient(135deg,#4e45e4,#7b71ff);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Orbitron',sans-serif;font-weight:700;font-size:18px}
.steps li h3{margin:0 0 6px;color:#fff;font-size:18px}
.steps li p{margin:0;color:#bcbccc;font-size:15px}

article{padding:48px 0 32px}
article .tag{display:inline-block;background:rgba(78,69,228,.2);color:#bfb9ff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:4px;margin-bottom:14px}
article h1{font-family:'Orbitron',sans-serif;font-size:clamp(28px,5vw,44px);font-weight:800;line-height:1.15;color:#fff;letter-spacing:-.5px;margin-bottom:14px}
article .meta-row{font-size:14px;color:#8a8a9a;margin-bottom:32px}
article p{font-family:'Inter',system-ui,sans-serif;font-size:18px;color:#d0d0dc;margin-bottom:22px}
article h2{font-family:'Orbitron',sans-serif;font-size:26px;font-weight:700;color:#fff;margin:40px 0 14px;letter-spacing:-.3px}
article h3{font-family:'Inter',sans-serif;font-size:20px;font-weight:600;color:#e8e8f0;margin:32px 0 10px}
article ul,article ol{font-family:'Inter',system-ui,sans-serif;font-size:18px;color:#d0d0dc;margin:0 0 22px 26px}
article ul li,article ol li{margin-bottom:10px}
article blockquote{border-left:3px solid #4e45e4;padding:8px 0 8px 22px;margin:24px 0;color:#c8c8d8;font-style:italic;font-size:18px}
article hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin:36px 0}

.legal{padding:48px 0}
.legal h1{font-family:'Orbitron',sans-serif;font-size:clamp(28px,4vw,40px);font-weight:800;color:#fff;margin-bottom:8px}
.legal .updated{font-size:13px;color:#8a8a9a;margin-bottom:32px}
.legal h2{font-family:'Orbitron',sans-serif;font-size:22px;color:#fff;margin:32px 0 12px}
.legal p{margin-bottom:14px;color:#c8c8d8;font-size:15px;line-height:1.7}
.legal ul{margin:0 0 16px 20px;color:#c8c8d8;font-size:15px}
.legal ul li{margin-bottom:6px}
.legal a{color:#9b95ff}

.posts{list-style:none;display:grid;gap:18px}
.posts li{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:28px;transition:all .2s}
.posts li:hover{background:rgba(78,69,228,.08);border-color:rgba(78,69,228,.3);transform:translateY(-2px)}
.posts li a{color:inherit;text-decoration:none;display:block}
.posts li a:hover{text-decoration:none}
.posts li .tag{display:inline-block;background:rgba(78,69,228,.2);color:#bfb9ff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:4px;margin-bottom:12px}
.posts li h2{font-family:'Orbitron',sans-serif;font-size:22px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.2px}
.posts li p{color:#bcbccc;font-size:15px;margin-bottom:8px}
.posts li .meta{font-size:13px;color:#7a7a8a}

footer.site{border-top:1px solid rgba(255,255,255,.06);padding:48px 24px 32px;margin-top:48px;background:#08080f}
footer.site .row{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between}
footer.site .col h4{font-size:13px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
footer.site .col a{display:block;font-size:14px;color:#8a8a9a;margin-bottom:8px}
footer.site .col a:hover{color:#fff;text-decoration:none}
footer.site .copy{max-width:1200px;margin:32px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.05);font-size:13px;color:#6a6a7a;text-align:center}

@media (max-width:640px){
  nav.top a:not(.cta-mini){display:none}
  .hero{padding:48px 20px 32px}
  section h2{font-size:24px}
  .compare-table{font-size:13px}
  .compare-table th,.compare-table td{padding:10px 12px}
  footer.site .row{flex-direction:column}
  article h1{font-size:30px}
}
