:root{
  --bg0:#070a12;
  --bg1:#0b1020;
  --bg2:#111827;
  --border:rgba(255,255,255,.08);
  --text:#e5e7eb;
  --muted:#9ca3af;
  --accent:#7c3aed;
  --accent2:#9333ea;
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --radius:18px;
}

/* Prevent sideways overflow */
html, body { overflow-x: hidden; }

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 15% 0%, rgba(124,58,237,.35), rgba(124,58,237,0) 60%),
    radial-gradient(900px 500px at 85% 10%, rgba(147,51,234,.25), rgba(147,51,234,0) 55%),
    linear-gradient(180deg, var(--bg1), var(--bg0));
}

/* ✅ SINGLE container rule (no conflicts) */
.container{
  width: min(1180px, 92vw);
  margin: 0 auto;
}

a{color:inherit;text-decoration:none}

.nav{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(7,10,18,.55);
  border-bottom:1px solid var(--border);
}

.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:14px
}

/* ✅ BRAND / LOGO FIX */
.brand{
  display:flex;
  align-items:center;
  gap:10px
}

/* Works whether you use <img src="..."> or <img class="logo-img"> */
.brand img,
.logo-img{
  width:26px;
  height:26px;
  object-fit:contain;
  display:block;
  border-radius:8px; /* less aggressive than 10px for PNGs */
  box-shadow:0 10px 30px rgba(124,58,237,.25)
}

.brand b{font-size:14px}

.links{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end
}

.links a{
  padding:9px 12px;
  border-radius:12px;
  color:var(--muted);
  border:1px solid transparent;
  font-size:13px
}

.links a.active{
  color:var(--text);
  border-color:var(--border);
  background:rgba(255,255,255,.03)
}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:11px 14px;border-radius:14px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.02);
  font-weight:700;font-size:14px;
  transition:transform .12s ease, background .12s ease, border-color .12s ease;
}

.btn:hover{
  transform:translateY(-1px);
  border-color:rgba(124,58,237,.45);
  background:rgba(124,58,237,.10)
}

.btn.primary{
  border-color:rgba(124,58,237,.55);
  background:linear-gradient(135deg, rgba(124,58,237,.95), rgba(147,51,234,.85));
  box-shadow:0 18px 50px rgba(124,58,237,.25);
}

.hero{padding:54px 0 24px}

.grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:16px
}
@media (max-width:900px){
  .grid{grid-template-columns:1fr}
}

.card{
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.p24{padding:24px}

.h1{
  font-size:clamp(30px,4vw,48px);
  line-height:1.05;
  margin:12px 0 12px;
  letter-spacing:-.02em
}

.sub{color:var(--muted);line-height:1.6}

.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 10px;border-radius:999px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  color:var(--muted);font-size:12px
}

.section{padding:20px 0}
.h2{margin:0 0 10px;font-size:22px}
.lead{margin:0 0 14px;color:var(--muted);line-height:1.6}

.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width:900px){.grid3{grid-template-columns:1fr}}

.feature{padding:16px}
.feature b{display:block;margin-bottom:6px}
.feature p{margin:0;color:var(--muted);line-height:1.55;font-size:13px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:900px){.split{grid-template-columns:1fr}}

.price{padding:18px;position:relative}

.tag{
  position:absolute;top:14px;right:14px;
  font-size:12px;color:var(--muted);
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
  padding:6px 10px;border-radius:999px
}

ul{margin:0 0 14px;padding-left:18px;color:var(--muted);line-height:1.7;font-size:13px}
.hr{height:1px;background:var(--border);border:0;margin:18px 0}
.footer{padding:30px 0 44px;color:var(--muted);font-size:12px;line-height:1.7}

.code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size:12px;
  padding:2px 6px;border-radius:8px;
  border:1px solid var(--border);
  background:rgba(0,0,0,.25);
  color:var(--text)
}

/* ===========================
   SPORTSBOOK BOLD ADD-ONS
   =========================== */

.heroKick{
  margin-top: 10px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.heroTitle{
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 14px 0 12px;
}

.glowLine{
  height: 2px;
  width: 120px;
  background: linear-gradient(90deg, rgba(124,58,237,1), rgba(147,51,234,.2));
  border-radius: 999px;
  margin: 14px 0 18px;
}

.pillRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 10px;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  color: var(--text);
  font-size: 12px;
}

.pill strong{ font-weight: 800; }

.statBar{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}

@media (max-width: 900px){ .statBar{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .statBar{ grid-template-columns: 1fr; } }

.stat{
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  border-radius: 16px;
  padding: 12px;
}

.stat b{ display:block; font-size: 16px; letter-spacing: -.02em; }
.stat span{ display:block; color: var(--muted); font-size: 12px; margin-top: 4px; }

/* Keep your existing long sections below exactly as you had them */
.btn.warn{
  border-color: rgba(245,158,11,.6);
  background: linear-gradient(135deg, rgba(245,158,11,.95), rgba(251,191,36,.85));
  box-shadow: 0 18px 50px rgba(245,158,11,.18);
  color: #111827;
}
.btn.warn:hover{
  background: linear-gradient(135deg, rgba(245,158,11,1), rgba(251,191,36,.92));
}

/* (Everything else you pasted: ticker, ribbon, slips, motion, tiles, promo, builder CTA, modal) */
/* ✅ You can paste the rest of your existing CSS BELOW this line unchanged. */
