:root{
  --bg:#06060a;
  --bg2:#0c0712;
  --panel: rgba(255,255,255,.05);
  --text:#ffffff;
  --muted: rgba(255,255,255,.74);
  --accent:#ff2d95;
  --accent2:#b300ff;
  --border: rgba(255,45,149,.35);
  --radius: 16px;
  --shadow: 0 18px 60px rgba(0,0,0,.6);
}
*{box-sizing:border-box; min-width:0;}
html,body{height:100%; width:100%; overflow-x:hidden;}
body{
  margin:0;
  color:var(--text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.6;
  background:
    radial-gradient(1000px 600px at 20% 10%, rgba(255,45,149,.22), transparent 60%),
    radial-gradient(900px 620px at 80% 0%, rgba(179,0,255,.16), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}
a{color:inherit}
.wrap{max-width:1120px; margin:0 auto; padding:0 16px;}
.topbar{
  position:sticky; top:0; z-index:10;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  padding:12px 0;
}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none;}
.brand img{height:40px; width:auto; display:block;}
.nav{display:flex; gap:12px; flex-wrap:wrap;}
.nav a{
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  color:rgba(255,255,255,.86);
  padding:6px 10px;
  border-radius:12px;
}
.nav a:hover{background: rgba(255,255,255,.06); color:#fff;}
.actions{display:flex; gap:10px; flex-wrap:wrap;}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:800;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color:#fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
}
.btn:hover{border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06);}
.btn--primary{
  border-color: rgba(255,45,149,.6);
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}
.btn--primary:hover{filter:brightness(1.05);}

.hero{
  margin-top:18px;
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
  background: url('/assets/hero.svg') center/contain no-repeat;
  background-color: rgba(0,0,0,.25);
}
.hero__inner{
  padding:26px 20px;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  background: linear-gradient(90deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.18) 45%, rgba(0,0,0,.60) 100%);
  align-items:center;
}
.hero h1{margin:0 0 8px; font-size:32px; line-height:1.15;}
.hero p{margin:0 0 14px; color:var(--muted); max-width:64ch;}
.hero__cta{display:flex; gap:10px; flex-wrap:wrap;}
.hero__box{
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding:14px;
}
.hero__box h2{margin:0 0 10px; font-size:16px;}
.tag{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
  margin:6px 6px 0 0;
  color: rgba(255,255,255,.86);
  font-weight:650;
  font-size:13px;
}

.grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:18px;
  margin-top:18px;
  align-items:start;
}
.card{
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: 0 12px 44px rgba(0,0,0,.38);
  padding:18px 18px 18px;
  overflow:hidden;
}
.card h2{margin:0 0 10px; font-size:20px;}
.card h3{margin:18px 0 8px; font-size:16px;}
.card p{margin:10px 0; color: rgba(255,255,255,.86);}
.card ol{margin:10px 0 0; padding-left:20px;}
.card li{margin:8px 0; color: rgba(255,255,255,.84);}
.note{
  margin-top:12px;
  padding:12px 14px;
  border-left:4px solid var(--accent);
  background: rgba(0,0,0,.20);
  border-radius: 12px;
  color: rgba(255,255,255,.84);
}

.table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
margin-top:12px;}
table.spec-table{width:100%; border-collapse:collapse; table-layout:fixed;}
.spec-table td{
  padding:10px 12px;
  font-size:14.5px;
  border-bottom:1px solid rgba(255,255,255,.08);
  vertical-align:top;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.spec-table tr:last-child td{border-bottom:none;}
.spec-table td:first-child{
  font-weight:800;
  width: 38%;
  color: rgba(255,255,255,.92);
}
.spec-table td:last-child{color: rgba(255,255,255,.84);}

.faq details{
  border:1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding:12px 14px;
  background: rgba(0,0,0,.22);
  margin:10px 0;
}
.faq summary{cursor:pointer; font-weight:850;}
.faq p{margin:10px 0 0; color: rgba(255,255,255,.84);}

.media-slot{
  margin:14px 0;
  border-radius: 14px;
  height: 220px;
  background: url('/assets/hero.svg') center/contain no-repeat;
  background-color: rgba(0,0,0,.25);
  border: 1px dashed rgba(255,255,255,.18);
  opacity: .95;
}
@media (max-width: 640px){
  .media-slot{height: 160px;}
}

footer{
  margin-top:26px;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.62);
  font-size:13px;
}
.footer__inner{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap;}
.footer__inner a{color: rgba(255,255,255,.74); text-decoration:none;}
.footer__inner a:hover{text-decoration:underline;}

@media (max-width: 860px){
  .hero__inner{grid-template-columns: 1fr;}
  .grid{grid-template-columns: 1fr;}
}
@media (max-width: 640px){
  .hero h1{font-size:26px;}
  table.spec-table, .spec-table tbody, .spec-table tr, .spec-table td{display:block; width:100%;}
  .spec-table tr{
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    overflow:hidden;
    margin:12px 0;
    background: rgba(0,0,0,.18);
  }
  .spec-table td{border-bottom:none;}
  .spec-table td:first-child{
    width:100%;
    background: rgba(255,45,149,.12);
  }
  .spec-table td:last-child{
    background: rgba(0,0,0,.16);
  }
}