:root{
  --bg:#0b0615;
  --card:#120726;
  --card2:#0f0a1f;
  --text:#f5f3ff;
  --muted:#c7c1d9;
  --muted2:#9a93b3;
  --line:rgba(255,255,255,.10);
  --p:#7c3aed;
  --a:#ff3ea5;
  --g:#f6c945;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 700px at 15% 0%, rgba(124,58,237,.35), transparent 65%),
              radial-gradient(900px 500px at 95% 10%, rgba(255,62,165,.28), transparent 60%),
              radial-gradient(900px 600px at 50% 110%, rgba(246,201,69,.18), transparent 55%),
              var(--bg);
  color:var(--text);
  line-height:1.55;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.92}

.container{width:min(1140px, 92vw); margin:0 auto}

.skip{
  position:absolute; left:-9999px; top:12px;
  background:#fff; color:#000; padding:10px 12px; border-radius:12px;
}
.skip:focus{left:12px; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(11,6,21,.58);
  border-bottom:1px solid var(--line);
}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 0}

.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:38px;height:38px;border-radius:14px;
  background: linear-gradient(135deg, var(--p), var(--a));
  display:grid; place-items:center;
  box-shadow: 0 14px 40px rgba(124,58,237,.35);
  font-weight:800;
}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand__tag{font-size:12px; color:var(--muted)}

.nav{display:flex; align-items:center; gap:14px}
.nav a{font-size:14px; color:var(--muted)}
.nav a:hover{color:var(--text)}

.nav__toggle{
  display:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--text);
  border-radius:14px;
  padding:10px 12px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:999px;
  padding:10px 14px;
  border:1px solid var(--line);
  font-weight:700;
  letter-spacing:.2px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  white-space:nowrap;
}
.btn:hover{transform: translateY(-1px)}
.btn--primary{
  background: linear-gradient(135deg, var(--p), var(--a));
  border-color: transparent;
  box-shadow: 0 16px 46px rgba(255,62,165,.18);
  color:#0b0615;
}
.btn--ghost{
  background: rgba(255,255,255,.06);
}
.btn--lg{padding:12px 18px; font-size:15px}

.hero{position:relative; padding:44px 0 10px}
.hero__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:32px; align-items:center}
.hero__copy h1{
  margin:14px 0 10px;
  font-size: clamp(30px, 3.3vw, 52px);
  line-height:1.05;
}
.grad{
  background: linear-gradient(90deg, var(--g), var(--a), #7dd3fc);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.lead{color:var(--muted); font-size:16.5px; max-width:54ch}
.pill{
  display:inline-flex; gap:8px; align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--muted);
  font-size:13px;
}

.checks{list-style:none; padding:0; margin:18px 0 22px; display:grid; gap:8px}
.checks li{
  position:relative; padding-left:26px; color:var(--text);
}
.checks li::before{
  content:"✦";
  position:absolute; left:0; top:0;
  color: var(--g);
}

.cta{display:flex; gap:12px; flex-wrap:wrap}
.cta--inline{margin-top:18px}

.trust{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px}
.trust__item{
  display:flex; align-items:center; gap:10px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding:10px 12px;
  border-radius:14px;
}
.trust__k{width:28px; height:28px; border-radius:10px; display:grid; place-items:center;
  background: rgba(255,255,255,.06); color:var(--g)}
.trust__t{font-weight:700; font-size:13px; color:var(--muted)}

.hero__media{display:grid; gap:14px}
.mediaCard{
  position:relative;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
}
.mediaCard img{width:100%; height:420px; object-fit:cover; display:block; filter:saturate(1.1) contrast(1.05)}
.mediaCard__glow{
  position:absolute; inset:-40px;
  background: radial-gradient(circle at 20% 20%, rgba(255,62,165,.35), transparent 55%),
              radial-gradient(circle at 80% 30%, rgba(124,58,237,.35), transparent 55%),
              radial-gradient(circle at 40% 85%, rgba(246,201,69,.22), transparent 55%);
  mix-blend-mode: screen;
  pointer-events:none;
}
.mediaStrip{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px}
.mediaStrip img{
  width:100%; height:110px; object-fit:cover;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  filter:saturate(1.08);
}

.hero__bg{
  position:absolute; inset:auto 0 -120px 0;
  height:260px;
  background: radial-gradient(700px 200px at 50% 0%, rgba(255,62,165,.18), transparent 65%);
  pointer-events:none;
}

.section{padding:64px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section__head{margin-bottom:22px}
.section__head h2{margin:0 0 8px; font-size:28px}
.section__head p{margin:0; color:var(--muted); max-width:70ch}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.card{
  position:relative;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(18,7,38,.66);
  padding:18px 18px 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
}
.card h3{margin:0 0 8px}
.card p{margin:0 0 12px; color:var(--muted)}
.card ul{margin:0; padding-left:18px; color:var(--muted)}
.card li{margin:6px 0}
.card--featured{
  background: linear-gradient(135deg, rgba(124,58,237,.22), rgba(255,62,165,.14));
  border-color: rgba(255,255,255,.16);
}
.badge{
  position:absolute; top:14px; right:14px;
  font-size:12px; font-weight:800;
  color:#0b0615;
  background: linear-gradient(135deg, var(--g), #a7f3d0);
  padding:6px 10px; border-radius:999px;
}

.notice{
  margin-top:18px;
  border:1px solid rgba(246,201,69,.22);
  background: rgba(246,201,69,.08);
  padding:14px 16px;
  border-radius: 16px;
  color: var(--muted);
}

.split{display:grid; grid-template-columns: 1.1fr .9fr; gap:24px; align-items:center}
.split--reverse{grid-template-columns: .9fr 1.1fr}

.steps{list-style:none; padding:0; margin:18px 0 0; display:grid; gap:12px}
.steps li{display:flex; gap:12px; align-items:flex-start;
  border:1px solid var(--line);
  border-radius: 16px;
  padding:12px 14px;
  background: rgba(255,255,255,.03);
}
.steps__n{
  width:34px;height:34px;border-radius:14px;
  background: rgba(255,255,255,.06);
  display:grid; place-items:center;
  font-weight:900; color:var(--g);
}

.frame{
  border-radius: var(--radius);
  border:1px solid var(--line);
  overflow:hidden;
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.frame img{width:100%; height:460px; object-fit:cover; display:block}
.frame--soft img{height:420px}
.frame__cap{padding:14px 16px; border-top:1px solid var(--line)}
.frame__capTitle{font-weight:900}
.frame__capText{color:var(--muted); font-size:14px; margin-top:6px}

.highlights{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:16px}
.hl{
  display:flex; gap:10px; align-items:center;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.hl__k{
  width:36px;height:36px;border-radius:14px;
  background: rgba(255,255,255,.06);
  display:grid; place-items:center;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:12px;
}
.g{margin:0; border-radius:18px; overflow:hidden; border:1px solid var(--line); background: rgba(255,255,255,.03)}
.g img{width:100%; height:100%; object-fit:cover; display:block}
.g:nth-child(1){grid-column: span 4; height:220px}
.g:nth-child(2){grid-column: span 4; height:220px}
.g:nth-child(3){grid-column: span 4; height:220px}
.g:nth-child(4){grid-column: span 6; height:320px}
.g:nth-child(5){grid-column: span 3; height:320px}
.g:nth-child(6){grid-column: span 3; height:320px}

.faq{display:grid; gap:10px}
details{
  border:1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  padding:12px 14px;
}
summary{cursor:pointer; font-weight:800}
details p{color:var(--muted); margin:10px 0 0}

.section--cta{
  padding:72px 0;
  background: radial-gradient(900px 480px at 15% 30%, rgba(124,58,237,.30), transparent 60%),
              radial-gradient(800px 380px at 90% 10%, rgba(255,62,165,.22), transparent 60%),
              linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border-top:1px solid var(--line);
}
.ctabox{
  display:grid; grid-template-columns: 1.2fr .8fr; gap:18px; align-items:stretch;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(18,7,38,.50);
  padding:22px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.ctabox h2{margin:0 0 8px}
.ctabox p{margin:0 0 16px; color:var(--muted)}
.ctabox__card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: 18px;
  padding:16px;
}
.ctabox__title{font-weight:900; margin-bottom:8px}
.ctabox__list{display:grid; gap:8px; color:var(--muted)}
.ctabox__note{margin-top:12px; color:var(--muted2); font-size:13px}

.small{font-size:13px}
.muted{color:var(--muted)}

.footer{
  border-top:1px solid var(--line);
  padding:18px 0 30px;
  background: rgba(0,0,0,.10);
}
.footer__inner{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; align-items:center}
.footer__brand{font-weight:900}
.footer__muted{color:var(--muted); font-size:13px}
.footer__right{display:flex; gap:10px; align-items:center; color:var(--muted)}
.dot{opacity:.45}

.wafloat{
  position:fixed; right:16px; bottom:16px; z-index:60;
  display:flex; gap:10px; align-items:center;
  border-radius: 999px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, rgba(34,197,94,.24), rgba(255,255,255,.06));
  box-shadow: 0 16px 50px rgba(0,0,0,.45);
}
.wafloat__icon{font-size:18px}
.wafloat__text{font-size:13px; line-height:1.2}
.wafloat__text span{color:var(--muted)}
.wafloat::after{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:999px;
  border:1px solid rgba(34,197,94,.28);
  animation: pulse 2.1s infinite;
  pointer-events:none;
}
@keyframes pulse {
  0% {transform: scale(.95); opacity:.0}
  30% {opacity:.55}
  60% {opacity:.15}
  100% {transform: scale(1.12); opacity:0}
}

@media (max-width: 980px){
  .nav{display:none}
  .nav__toggle{display:inline-flex}
  .hero__grid{grid-template-columns: 1fr;}
  .mediaCard img{height:360px}
  .cards{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .split--reverse{grid-template-columns: 1fr}
  .frame img{height:360px}
  .highlights{grid-template-columns: 1fr}
  .gallery{grid-template-columns: 1fr;}
  .g:nth-child(1),.g:nth-child(2),.g:nth-child(3),.g:nth-child(4),.g:nth-child(5),.g:nth-child(6){grid-column: auto; height:240px}
  .ctabox{grid-template-columns: 1fr}
}

.mobileMenu{
  position:fixed; inset:66px 0 auto 0;
  background: rgba(11,6,21,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
  padding:14px;
  display:none;
  z-index:55;
}
.mobileMenu a{display:block; padding:12px 10px; border-radius:12px; color:var(--muted)}
.mobileMenu a:hover{background: rgba(255,255,255,.06); color: var(--text)}
