:root{
  --bg:#070b12;
  --bg-2:#0b1220;
  --panel:rgba(18,27,43,.78);
  --panel-2:rgba(24,36,58,.9);
  --line:rgba(116,151,204,.22);
  --text:#f4f8ff;
  --muted:#aebbd0;
  --soft:#d9e6ff;
  --blue:#2f8cff;
  --blue-2:#58b7ff;
  --green:#47d18c;
  --gold:#ffbf45;
  --red:#ff6470;
  --shadow:0 18px 46px rgba(0,0,0,.35);
  --radius:8px;
  --site:1120px;
  --tap:52px;
}
*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  max-width:100%;
  overflow-x:hidden;
}
body{
  margin:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  color:var(--text);
  background:
    linear-gradient(180deg,rgba(14,24,39,.96),rgba(5,9,16,.99) 48%,#050810),
    repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 112px);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  text-rendering:optimizeLegibility;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle at 16% 18%,rgba(88,183,255,.18) 0 1px,transparent 2px),
    radial-gradient(circle at 82% 28%,rgba(71,209,140,.14) 0 1px,transparent 2px),
    radial-gradient(circle at 54% 78%,rgba(255,191,69,.12) 0 1px,transparent 2px);
  background-size:150px 150px,210px 210px,260px 260px;
  opacity:.75;
}
a{color:var(--blue-2);text-decoration:none}
a:hover{color:#fff}
img{max-width:100%;height:auto;display:block}
figure{margin:0}
p{margin:0 0 14px}
strong{color:#fff}
ul,ol{padding-left:20px}
li{margin:7px 0}
button,input,textarea{font:inherit}
.skip-link{
  position:absolute;
  left:12px;
  top:-80px;
  z-index:100;
  padding:10px 14px;
  color:#06101f;
  background:#fff;
  border-radius:var(--radius);
}
.skip-link:focus{top:12px}
.container{
  width:min(100% - 28px,var(--site));
  margin:0 auto;
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,12,20,.88);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}
.header-inner{
  min-height:62px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
}
.logo{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-weight:900;
  line-height:1;
}
.logo img{width:34px;height:34px;border-radius:7px}
.logo span{font-size:15px;text-transform:uppercase}
.nav-toggle{
  justify-self:end;
  min-height:42px;
  padding:0 12px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
  border-radius:var(--radius);
  cursor:pointer;
}
.nav-toggle-lines{
  width:20px;
  display:inline-grid;
  gap:4px;
  vertical-align:middle;
}
.nav-toggle-lines i{
  display:block;
  height:2px;
  background:#fff;
  border-radius:4px;
}
.nav-panel{
  position:absolute;
  left:14px;
  right:14px;
  top:68px;
  display:none;
  padding:12px;
  background:rgba(10,17,29,.98);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.nav-panel.is-open{display:block}
.nav-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:6px;
}
.nav-list a{
  min-height:44px;
  display:flex;
  align-items:center;
  padding:10px 12px;
  color:var(--soft);
  border-radius:var(--radius);
  font-weight:700;
  font-size:14px;
}
.nav-list a:hover,.nav-list a[aria-current=page]{
  color:#fff;
  background:rgba(47,140,255,.18);
}
.header-cta{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#5da8ff);
  border-radius:var(--radius);
  box-shadow:0 10px 22px rgba(47,140,255,.24);
  font-weight:900;
}
main{position:relative;z-index:1}
.hero{
  padding:26px 0 20px;
  text-align:center;
}
.hero-card{
  display:grid;
  gap:18px;
  align-items:center;
}
.hero-media{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#0c1422;
  box-shadow:var(--shadow);
}
.hero-media img{
  width:100%;
  aspect-ratio:1180/680;
  object-fit:cover;
}
.hero-logo{
  width:92px;
  height:92px;
  margin:0 auto 12px;
  border-radius:8px;
  border:1px solid rgba(88,183,255,.32);
  box-shadow:0 18px 42px rgba(47,140,255,.22);
}
.eyebrow,.hero-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  margin:0 auto 12px;
  padding:5px 10px;
  color:#c8d9ff;
  background:rgba(86,119,176,.15);
  border:1px solid var(--line);
  border-radius:999px;
  font-size:13px;
  font-weight:800;
}
h1,h2,h3{
  margin:0;
  color:#fff;
  line-height:1.18;
  letter-spacing:0;
  overflow-wrap:anywhere;
}
h1{
  max-width:860px;
  margin:0 auto 14px;
  font-size:31px;
  font-weight:950;
}
h2{font-size:25px}
h3{font-size:19px}
.hero-lead{
  max-width:780px;
  margin:0 auto 14px;
  color:var(--soft);
  font-size:16px;
}
.updated,.small-note{
  color:var(--muted);
  font-size:13px;
}
.hero-actions,.cta-stack{
  width:100%;
  max-width:520px;
  margin:18px auto 0;
  display:grid;
  gap:10px;
}
.btn{
  min-height:var(--tap);
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 16px;
  color:#fff;
  border:0;
  border-radius:var(--radius);
  font-weight:950;
  text-align:center;
  white-space:normal;
  overflow-wrap:anywhere;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.btn:hover{transform:translateY(-1px);color:#fff}
.btn-primary{
  background:linear-gradient(135deg,var(--blue),#66bdff);
  box-shadow:0 13px 26px rgba(47,140,255,.26);
}
.btn-gold{
  color:#111827;
  background:linear-gradient(135deg,var(--gold),#ffdf71);
  box-shadow:0 13px 26px rgba(255,191,69,.24);
}
.btn-ghost{
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
}
.section{padding:24px 0}
.section-title{
  text-align:center;
  margin:0 auto 10px;
}
.section-lead{
  max-width:760px;
  margin:0 auto 18px;
  color:var(--muted);
  text-align:center;
}
.toc,.breadcrumbs,.notice,.glass,.cta-box,.stats-strip,.promo-code,.status-list,.review-card,.faq details,.table-wrap{
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:var(--radius);
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}
.breadcrumbs{
  margin:18px auto 0;
  padding:10px 12px;
  color:var(--muted);
  font-size:13px;
}
.breadcrumbs ol{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.breadcrumbs li{margin:0}
.breadcrumbs li+li::before{content:"/";margin-right:8px;color:#657a99}
.toc{
  padding:14px;
  margin:18px 0 0;
}
.toc strong{display:block;margin-bottom:8px}
.toc-list{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.toc-list a{
  min-height:42px;
  display:flex;
  align-items:center;
  padding:8px 10px;
  color:var(--soft);
  background:rgba(255,255,255,.04);
  border-radius:var(--radius);
}
.grid{display:grid;gap:10px}
.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
.card{
  display:block;
  padding:16px;
  color:inherit;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(26,39,62,.86),rgba(15,23,38,.82));
  border-radius:var(--radius);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
a.card:hover{
  color:inherit;
  transform:translateY(-1px);
  border-color:rgba(88,183,255,.46);
  background:linear-gradient(180deg,rgba(31,49,79,.92),rgba(16,26,43,.86));
}
.card h3{margin-bottom:8px}
.card p,.card li{color:var(--muted)}
.card-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  color:#fff;
  background:linear-gradient(135deg,rgba(47,140,255,.92),rgba(71,209,140,.7));
  border-radius:8px;
  font-weight:950;
}
.mini-logo{
  width:38px;
  height:38px;
  border-radius:8px;
  margin-bottom:10px;
}
.stats-strip{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  padding:12px;
}
.stat{
  padding:12px;
  background:rgba(255,255,255,.05);
  border-radius:var(--radius);
  text-align:center;
}
.stat strong{
  display:block;
  font-size:24px;
  line-height:1.1;
}
.stat span{color:var(--muted);font-size:13px}
.status-list{
  list-style:none;
  padding:10px;
  margin:0;
  display:grid;
  gap:8px;
}
.status-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:0;
  padding:11px;
  color:var(--soft);
  background:rgba(255,255,255,.04);
  border-radius:var(--radius);
}
.dot{
  width:9px;
  height:9px;
  flex:0 0 auto;
  margin-top:8px;
  background:var(--green);
  border-radius:50%;
  box-shadow:0 0 0 4px rgba(71,209,140,.12);
}
.step-list{
  counter-reset:step;
  display:grid;
  gap:10px;
}
.step{
  position:relative;
  padding:16px 16px 16px 58px;
  border:1px solid var(--line);
  background:var(--panel);
  border-radius:var(--radius);
}
.step::before{
  counter-increment:step;
  content:counter(step);
  position:absolute;
  left:16px;
  top:16px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--blue);
  border-radius:50%;
  font-weight:950;
}
.promo-code{
  padding:16px;
  display:grid;
  gap:12px;
  text-align:center;
}
.promo-code code{
  display:block;
  padding:13px;
  color:#06101f;
  background:linear-gradient(135deg,#fff,#cfe5ff);
  border-radius:var(--radius);
  font-size:28px;
  font-weight:950;
}
.notice{
  padding:14px;
  color:var(--soft);
  background:linear-gradient(180deg,rgba(22,50,89,.75),rgba(15,24,40,.82));
}
.notice.warning{border-color:rgba(255,191,69,.42)}
.table-wrap{overflow:auto}
table{
  width:100%;
  min-width:640px;
  border-collapse:collapse;
}
th,td{
  padding:12px;
  border-bottom:1px solid rgba(116,151,204,.16);
  text-align:left;
}
th{color:#fff;background:rgba(47,140,255,.12)}
td{color:var(--muted)}
.faq{
  max-width:780px;
  margin:0 auto;
  display:grid;
  gap:8px;
}
.faq details{
  padding:0;
  overflow:hidden;
}
.faq summary{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  color:#fff;
  cursor:pointer;
  font-weight:850;
}
.faq summary::after{content:"+";color:var(--blue-2);font-size:22px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::marker{content:""}
.faq details[open] summary::after{content:"-"}
.faq details p{padding:0 16px 16px;color:var(--muted)}
.reviews-grid{display:grid;grid-template-columns:1fr;gap:10px}
.review-card{padding:16px}
.review-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
.review-head strong{font-size:15px}
.stars{color:var(--gold);white-space:nowrap}
.cta-box{
  padding:18px;
  text-align:center;
  background:
    linear-gradient(135deg,rgba(47,140,255,.22),rgba(71,209,140,.08)),
    var(--panel);
}
.cta-box p{color:var(--muted)}
.related{
  display:grid;
  gap:10px;
}
.related a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:56px;
  padding:12px 14px;
  color:#fff;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:var(--radius);
  font-weight:850;
}
.related a span{color:var(--blue-2)}
.site-footer{
  position:relative;
  z-index:1;
  margin-top:24px;
  padding:28px 0;
  border-top:1px solid var(--line);
  background:rgba(5,9,16,.72);
}
.footer-grid{
  display:grid;
  gap:18px;
  text-align:center;
}
.footer-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 14px;
}
.footer-nav a{color:var(--muted);font-weight:750}
.footer-disclaimer{
  max-width:960px;
  margin:0 auto;
  color:#93a0b6;
  font-size:12px;
}
.age{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin:0 auto;
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  font-weight:950;
}
.not-found{
  min-height:calc(100vh - 180px);
  display:grid;
  place-items:center;
  text-align:center;
}
@media (min-width:700px){
  .container{width:min(100% - 40px,var(--site))}
  .hero{padding-top:34px}
  h1{font-size:42px}
  h2{font-size:30px}
  .hero-card{gap:22px}
  .hero-actions,.cta-stack{grid-template-columns:1fr 1fr;max-width:620px}
  .grid-2{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .stats-strip{grid-template-columns:repeat(3,1fr)}
  .toc-list{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:1040px){
  .header-inner{grid-template-columns:auto 1fr auto;min-height:68px}
  .nav-toggle{display:none}
  .nav-panel{
    position:static;
    display:block;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .nav-list{
    display:flex;
    justify-content:center;
    gap:2px;
  }
  .nav-list a{
    min-height:38px;
    padding:8px 10px;
    font-size:13px;
  }
  .header-cta{padding:0 18px}
  .section{padding:34px 0}
  .grid-4{grid-template-columns:repeat(4,1fr)}
  .hero-card{grid-template-columns:.95fr 1.05fr;text-align:left}
  .hero-card .hero-media{order:2}
  .hero-card .hero-copy{order:1}
  .hero-card h1,.hero-card .hero-lead,.hero-card .hero-actions,.hero-card .hero-kicker{margin-left:0}
  .hero-card .hero-logo{margin-left:0}
  .hero-card .section-lead{text-align:left}
  .footer-grid{grid-template-columns:1fr auto;align-items:center;text-align:left}
  .footer-grid .age{margin:0}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}
