:root{
  --bg:#0D1030; --surface:#171B3E; --surface2:#21265A; --primary:#6B4BFF; --accent:#FFC93C;
  --text:#F3F4FF; --muted:#9AA0C7; --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial; background:#0D1030; color:var(--text); line-height:1.6}
a{color:#9B8CFF; text-decoration:none} a:hover{text-decoration:underline}
.container{max-width:1040px; margin:0 auto; padding:0 20px}
.narrow{max-width:760px}
.nav{position:sticky; top:0; z-index:10; backdrop-filter:blur(10px); background:rgba(13,16,48,0.85); border-bottom:1px solid #21265A}
.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0}
.logo{font-weight:900; font-size:18px; color:var(--text); display:flex; align-items:center; gap:10px}
.logo-mark{width:32px; height:32px; display:grid; place-items:center; background:var(--primary); color:#fff; border-radius:10px; font-weight:900}
.powered{font-size:11px; color:var(--muted); font-weight:600; letter-spacing:0.4px}
.nav-links{display:flex; gap:18px; align-items:center; font-size:14px; font-weight:600}
.nav-links .active{color:var(--accent)}
.btn{background:var(--primary); color:#fff; padding:12px 20px; border-radius:14px; font-weight:800; display:inline-block; border:0}
.btn:hover{opacity:0.9; text-decoration:none}
.btn-sm{padding:8px 14px; font-size:13px; border-radius:12px}
.btn-ghost{background:transparent; border:1.5px solid #21265A; color:var(--text)}
.badge{display:inline-block; background:#21265A; color:#D9CEFF; padding:6px 10px; border-radius:10px; font-size:11px; letter-spacing:1px; font-weight:800; margin-bottom:12px}
.hero{padding:36px 0 24px; background: radial-gradient(800px 400px at 70% -10%, rgba(107,75,255,0.25), transparent)}
.hero-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:28px; align-items:center}
h1{font-size:44px; line-height:1.05; margin:8px 0 12px; font-weight:900}
.grad{background: linear-gradient(90deg,#9B5CFF,#C86DD7); -webkit-background-clip:text; -webkit-text-fill-color:transparent}
.lead{color:#C9CEEA; font-size:17px; max-width:560px}
.cta{display:flex; gap:12px; margin:18px 0; flex-wrap:wrap}
.mini{display:flex; gap:14px; list-style:none; padding:0; margin:0; color:var(--muted); font-size:13px; flex-wrap:wrap}
.package{margin-top:14px; font-size:12px; color:var(--muted)} .package code{background:#21265A; padding:2px 6px; border-radius:6px; color:var(--text)}
.phone-frame{width:280px; height:560px; margin:0 auto; background:#0a0d2a; border:8px solid #1e234d; border-radius:34px; overflow:hidden; position:relative; box-shadow:0 20px 60px rgba(0,0,0,0.4)}
.phone-top{height:18px; background:#1e234d}
.phone-screen{padding:16px}
.mock-card{background: linear-gradient(135deg,#6B4BFF,#9B5CFF 55%,#C86DD7); border-radius:22px; padding:18px; color:#fff}
.mock-label{font-size:10px; letter-spacing:1px; font-weight:800; opacity:0.95}
.mock-date{font-size:18px; font-weight:900; margin-top:8px}
.mock-sub{font-size:12px; opacity:0.9; margin-top:4px}
.mock-btn{margin-top:14px; background:#fff; color:#3B1FA8; text-align:center; padding:10px; border-radius:12px; font-weight:800; font-size:13px}
.mock-stats{display:flex; justify-content:space-between; margin-top:14px; background:#171B3E; border:1px solid #21265A; border-radius:14px; padding:10px; font-size:12px; font-weight:700; color:var(--muted)}
.section{padding:36px 0}
.section.alt{background:#0f1333; border-top:1px solid #21265A; border-bottom:1px solid #21265A}
h2{font-size:26px; font-weight:900; margin:0 0 16px}
.grid3{display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-bottom:14px}
.card{background:var(--surface); border:1px solid #21265A; border-radius:var(--radius); padding:18px}
.card .icon{font-size:22px; margin-bottom:8px}
.card h3{margin:0 0 6px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:13.5px}
details{background:var(--surface); border:1px solid #21265A; border-radius:14px; padding:14px 16px; margin-bottom:10px}
details summary{font-weight:800; cursor:pointer}
details p{color:var(--muted); margin:8px 0 0}
.muted{color:var(--muted); font-size:13px}
.footer{border-top:1px solid #21265A; padding:18px 0; background:#0a0d2a}
.foot{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; font-size:13px; color:var(--muted)}
.powered-foot{color:#9AA0C7; font-weight:700; letter-spacing:0.5px}
@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr}
  .phone{display:none}
  h1{font-size:36px}
  .grid3{grid-template-columns:1fr}
  .nav-links{gap:10px; font-size:13px}
}
