:root{
  --bg0:#070A12;
  --bg1:#0A1022;
  --card:#0C142B;
  --card2:#0E1A3A;
  --text:#EAF0FF;
  --muted:#A9B6D6;
  --line:rgba(255,255,255,.10);
  --glow:rgba(108,92,231,.35);
  --accent1:#7C3AED;
  --accent2:#22D3EE;
  --accent3:#F59E0B;
  --shadow: 0 12px 40px rgba(0,0,0,.55);
  --r: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background:
    radial-gradient(900px 600px at 15% 10%, rgba(124,58,237,.22), transparent 55%),
    radial-gradient(900px 600px at 90% 20%, rgba(34,211,238,.16), transparent 60%),
    radial-gradient(900px 700px at 40% 100%, rgba(245,158,11,.10), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
}

a{color:inherit; text-decoration:none}
.container{max-width:1100px; margin:0 auto; padding:0 16px}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,10,18,.55);
  border-bottom:1px solid var(--line);
}

.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:12px;
}

.brand{display:flex; align-items:center; gap:12px}
.brand-mark{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  font-weight:800;
  background: linear-gradient(135deg, var(--accent1), var(--accent2));
  box-shadow: 0 0 0 1px rgba(255,255,255,.10), 0 14px 40px rgba(124,58,237,.25);
}
.brand-text{display:flex; flex-direction:column; line-height:1}
.brand-name{font-weight:800; letter-spacing:.3px}
.brand-tag{font-size:12px; color:var(--muted); margin-top:4px}

.brand.small .brand-mark{width:34px;height:34px;border-radius:12px}
.brand.small .brand-name{font-size:14px}

.nav{display:flex; gap:18px; align-items:center}
.nav-link{
  font-size:14px; color:rgba(234,240,255,.9);
  opacity:.92;
}
.nav-link:hover{opacity:1}
.nav-cta{
  padding:10px 14px;
  border-radius:14px;
  background: rgba(124,58,237,.16);
  border:1px solid rgba(124,58,237,.35);
}

.menu-btn{
  display:none;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--text);
}

.mobile-menu{
  display:none;
  padding:0 0 14px 0;
  gap:10px;
}
.mobile-menu .nav-link{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
}

.hero{padding:48px 0 22px 0}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:start;
}

.pill{
  display:inline-flex; gap:10px; align-items:center;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:rgba(234,240,255,.92);
  font-size:13px;
}
.dot{width:10px;height:10px;border-radius:50%; background: var(--accent2); box-shadow:0 0 18px rgba(34,211,238,.8)}

.hero h1{
  margin:14px 0 10px 0;
  font-size:42px;
  line-height:1.07;
  letter-spacing:-.6px;
}
.sub{color:var(--muted); font-size:16px; line-height:1.6; margin:0 0 18px 0; max-width:56ch}

.gradient-text{
  background: linear-gradient(90deg, var(--accent2), var(--accent1));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.underline{position:relative}
.underline:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:2px;
  height:8px;
  border-radius:999px;
  background: rgba(245,158,11,.18);
}

.hero-actions{display:flex; gap:12px; flex-wrap:wrap}

.btn{
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  color:var(--text);
  border-radius:16px;
  padding:12px 16px;
  font-weight:700;
  cursor:pointer;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.btn.primary{
  border-color: rgba(34,211,238,.35);
  background: linear-gradient(135deg, rgba(34,211,238,.20), rgba(124,58,237,.25));
  box-shadow: 0 14px 60px rgba(34,211,238,.10);
  .payhip-btn{
  border-radius: 999px;                 /* pill shape like your screenshot */
  padding: 14px 18px;
  font-weight: 800;
  letter-spacing: .2px;
  box-shadow:
    0 16px 50px rgba(124,58,237,.22),
    0 10px 35px rgba(34,211,238,.10);
}
}
.btn.ghost{
  background: rgba(255,255,255,.03);
}
.btn.full{width:100%}

.trust{
  display:flex; gap:12px; flex-wrap:wrap;
  margin-top:18px;
}
.trust-item{
  display:flex; gap:10px; align-items:center;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.trust-num{font-size:18px}
.trust-text{font-size:13px; color:rgba(234,240,255,.9)}

.hero-card{
  position:relative;
  min-height: 430px;
}
.card-glow{
  position:absolute; inset:-8px;
  background: radial-gradient(500px 260px at 40% 20%, rgba(124,58,237,.22), transparent 60%),
              radial-gradient(520px 280px at 80% 40%, rgba(34,211,238,.18), transparent 60%);
  filter: blur(18px);
  opacity:.9;
}
.card{
  position:relative;
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  padding:16px;
}
.card-top{
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:14px;
}
.badge{
  display:inline-flex; align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(34,211,238,.35);
  background: rgba(34,211,238,.10);
  font-weight:800;
  font-size:12px;
  letter-spacing:.4px;
}
.timer{font-weight:800; color:rgba(234,240,255,.9)}

.question{margin:6px 0 12px 0}
.q-label{font-size:12px; color:var(--muted); margin-bottom:8px}
.q-text{font-size:18px; font-weight:800; line-height:1.25}

.answers{display:grid; gap:10px}
.answer{
  text-align:left;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color:rgba(234,240,255,.92);
  cursor:pointer;
}
.answer:hover{border-color: rgba(34,211,238,.35); background: rgba(34,211,238,.06)}

.card-bottom{display:flex; justify-content:space-between; margin-top:12px}
.mini{font-size:12px; color:var(--muted)}

.hero-side{
  position:relative;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top:12px;
}
.stat{
  border:1px solid var(--line);
  border-radius:14px;
  background: rgba(255,255,255,.03);
  padding:10px;
}
.stat-title{font-size:12px; color:var(--muted)}
.stat-value{font-size:18px; font-weight:900; margin-top:6px}

.hero-foot{padding:18px 0 0}
.ticker{
  border:1px solid var(--line);
  border-radius: 999px;
  overflow:hidden;
  background: rgba(255,255,255,.03);
}
.ticker-track{
  display:flex; gap:30px;
  padding:12px 18px;
  white-space:nowrap;
  animation: scroll 18s linear infinite;
  color: rgba(234,240,255,.86);
  font-weight:700;
}
@keyframes scroll{
  from{transform: translateX(0)}
  to{transform: translateX(-33.333%)}
}

.section{padding:44px 0}
.section h2{
  margin:0 0 8px 0;
  font-size:28px;
  letter-spacing:-.4px;
}
.section-sub{margin:0 0 22px 0; color:var(--muted)}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.feature{
  border:1px solid var(--line);
  border-radius: var(--r);
  padding:16px;
  background: rgba(255,255,255,.03);
}
.icon{font-size:22px}
.feature h3{margin:10px 0 8px 0}
.feature p{margin:0; color:var(--muted); line-height:1.55}

.pricing{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.price-card{
  position:relative;
  border:1px solid var(--line);
  border-radius: var(--r);
  padding:16px;
  background: rgba(255,255,255,.03);
  overflow:hidden;
}
/* Add this */
.price-card .btn {
  margin-top: 14px;
}

.price-card.highlight{
  border-color: rgba(124,58,237,.40);
  background: linear-gradient(180deg, rgba(124,58,237,.14), rgba(255,255,255,.03));
}
.shine{
  position:absolute; inset:-40px;
  background: radial-gradient(420px 220px at 30% 20%, rgba(34,211,238,.20), transparent 60%),
              radial-gradient(520px 260px at 70% 60%, rgba(124,58,237,.18), transparent 60%);
  filter: blur(20px);
  opacity:.9;
  pointer-events:none;
}
.price-card a.btn{ position:relative; z-index:5; }
/* Match the exact stacked-button look in the screenshot */
a.btn { 
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-card .btn.full { margin-top: 12px; }
.price-card .tiny.muted { margin-top: 10px; }
.price-top{position:relative}
.price{font-size:34px; font-weight:900; margin-top:8px}
.per{font-size:14px; color:var(--muted); margin-left:6px}
.muted{color:var(--muted)}
.tiny{font-size:12px}
.list{margin:14px 0 16px 0; padding-left:18px}
.list li{margin:10px 0; color:rgba(234,240,255,.9)}
.checkout-note {
  margin-top: 6px;
  text-align: center;
  opacity: 0.85;
}

.cta{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  border:1px solid rgba(34,211,238,.25);
  background: rgba(34,211,238,.06);
  border-radius: var(--r);
  padding:18px;
}

.footer{
  border-top:1px solid var(--line);
  padding:22px 0;
  margin-top:20px;
  background: rgba(0,0,0,.18);
}
.footer-inner{display:flex; justify-content:space-between; gap:14px; align-items:center}
.footer-right{display:flex; gap:12px}
.link{opacity:.9}
.link:hover{opacity:1; text-decoration:underline}

/* QUIZ PAGE */
.play-wrap{padding:26px 16px 46px}
.play-head{
  display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
  flex-wrap:wrap;
}
.play-title{margin:0 0 4px 0; font-size:34px}
.play-meters{display:flex; gap:10px}
.meter{
  border:1px solid var(--line);
  border-radius:14px;
  background: rgba(255,255,255,.03);
  padding:10px 12px;
  min-width:84px;
}
.meter-label{font-size:12px; color:var(--muted)}
.meter-value{font-size:18px; font-weight:900; margin-top:6px}

.play-card{
  margin-top:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding:16px;
  box-shadow: var(--shadow);
}
.play-card-top{display:flex; justify-content:space-between; align-items:center; margin-bottom:12px}
.play-q{margin:0 0 12px 0; font-size:22px; line-height:1.25}
.choices{display:grid; gap:10px}
.choice{
  width:100%;
  text-align:left;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color:rgba(234,240,255,.92);
  cursor:pointer;
}
.choice:hover{border-color: rgba(34,211,238,.35); background: rgba(34,211,238,.06)}
.choice.correct{
  border-color: rgba(34,211,238,.60);
  background: rgba(34,211,238,.12);
}
.choice.wrong{
  border-color: rgba(245,158,11,.55);
  background: rgba(245,158,11,.10);
}
.play-actions{
  display:flex; gap:10px; justify-content:space-between;
  margin-top:12px;
}
.feedback{
  margin-top:12px;
  min-height:22px;
  color: rgba(234,240,255,.92);
  font-weight:700;
}

.mini-panel{
  margin-top:14px;
  border:1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.03);
  padding:14px;
}
.mini-row{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px}
.mini-stat{
  border:1px solid var(--line);
  border-radius:14px;
  background: rgba(255,255,255,.03);
  padding:10px;
}
.big{font-size:18px; font-weight:900; margin-top:6px}
.divider{height:1px; background: var(--line); margin:12px 0}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr}
  .hero h1{font-size:38px}
}
@media (max-width: 720px){
  .nav{display:none}
  .menu-btn{display:inline-flex}
  .grid-3{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .hero h1{font-size:34px}
  .hero-side{grid-template-columns:1fr}
  .play-meters{flex-wrap:wrap}
}

/* Ensure pricing overlays do not block clicks */
.shine { pointer-events: none; }
.price-card { position: relative; }
.price-card .shine { z-index: 0; }
.price-card .price-top,
.price-card ul,
.price-card a,
.price-card button,
.price-card .tiny { position: relative; z-index: 2; }

/* === CLICK FIX (prevents overlays from blocking buttons/links) === */
.shine,
.card-glow,
.ticker,
.ticker-track {
  pointer-events: none;
}

/* Make sure pricing card content sits above any glow layers */
.price-card { position: relative; }
.price-card * { position: relative; z-index: 2; }

/* But keep the glow layer behind */
.price-card .shine { z-index: 0; }

/* Force buttons/links to be the top clickable layer */
.price-card a.btn,
.price-card button.btn {
  z-index: 9999;
  pointer-events: auto;
}

/* Make sure glow overlays never block clicks */
.shine, .card-glow { pointer-events: none !important; }

/* Force the subscribe link above everything */
.price-card .btn { position: relative; z-index: 5; }

/* Bulletproof clicking: overlays can't steal clicks */
.shine, .card-glow { pointer-events: none !important; }

/* Make sure the glowing layers sit behind content */
.price-card { position: relative; }
.shine { z-index: 0; }
.price-card > *:not(.shine) { position: relative; z-index: 2; }

/* Extra safety: put the Payhip button above everything */
.payhip-btn { position: relative; z-index: 10; pointer-events: auto; }

/* Keep visuals but prevent overlay click bugs */
.shine, .card-glow { pointer-events: none !important; }

.price-card { position: relative; overflow: hidden; }
.shine { position: absolute; inset: -40px; z-index: 0; }
.price-card > *:not(.shine) { position: relative; z-index: 2; }

.payhip-btn { position: relative; z-index: 10; }

.price-card.highlight{
  box-shadow: 0 18px 70px rgba(124,58,237,.18);
  border-color: rgba(124,58,237,.55);
}
.price-card.highlight .btn.primary{
  border-color: rgba(34,211,238,.55);
}