: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. */

/* =========================================================
   SNAP PICKS — GLOBAL LOGGED-IN NAV USER
   Works with pages using data-login / data-user / data-user-avatar
========================================================= */
.nav-user{
  display:none;
  align-items:center;
  gap:8px;
  cursor:pointer;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  max-width:180px;
}

.nav-user:hover{
  background:rgba(255,255,255,.10);
}

.nav-avatar{
  width:24px;
  height:24px;
  border-radius:999px;
  object-fit:cover;
  background:rgba(255,255,255,.12);
  flex:0 0 auto;
}

.nav-user-name,
[data-user-name]{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

/* =========================================================
   SNAP PICKS MOBILE APP MODE
   Desktop stays the same. This only affects phones/tablets.
========================================================= */
@media (max-width: 768px) {
  body {
    background:
      radial-gradient(700px 400px at 20% 0%, rgba(124,58,237,.28), transparent 60%),
      radial-gradient(620px 380px at 90% 12%, rgba(245,158,11,.12), transparent 60%),
      linear-gradient(180deg, #09091a, #12082d 45%, #070711);
    padding-bottom: 86px;
  }

  .container,
  .page {
    width: 100%;
    max-width: 100%;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .nav,
  .topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    background: rgba(8, 8, 24, .88) !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .nav-inner,
  .topbar-inner {
    padding: 10px 14px !important;
  }

  .brand img,
  .logo-img {
    width: 34px !important;
    height: 34px !important;
  }

  .brand b,
  .brand-text b {
    font-size: 14px !important;
  }

  .brand-text span,
  .brand span {
    display: none;
  }

  .links,
  .top-actions {
    gap: 8px !important;
  }

  /* Hide extra top nav links on mobile so it feels like an app */
  .links a:not(.btn):not([data-user]),
  .top-actions a:not(.gold):not([data-user]) {
    display: none !important;
  }

  [data-user].nav-user {
    display: none;
  }

  .btn,
  .nav-btn,
  .cta,
  button,
  select {
    min-height: 44px;
    border-radius: 14px !important;
    font-size: 14px;
  }

  .heroWrap,
  .hero,
  .demo-wrap,
  .card,
  .triCard,
  .box,
  .lock,
  .hrFeatureCard,
  .price,
  .feature {
    border-radius: 22px !important;
    padding: 18px !important;
    box-shadow: 0 18px 60px rgba(0,0,0,.35) !important;
  }

  .hero,
  .section {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .heroTitle,
  .h1,
  h1 {
    font-size: 38px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.03em;
  }

  .heroSub,
  .hero-sub,
  .lead,
  .demo-sub,
  .sub {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .heroCtas,
  .controls,
  .tabs,
  .style-pills,
  .miniProof,
  .hero-pills,
  .pillRow {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
  }

  .heroCtas a,
  .controls select,
  .controls button,
  .tabs button,
  .style-pill,
  .pill {
    width: 100% !important;
  }

  .highlight-try,
  .primary,
  .gold,
  .btn.warn,
  .cta {
    box-shadow: 0 12px 35px rgba(245,184,65,.25) !important;
  }

  .logoOrb,
  .hero-logo-box {
    width: 100% !important;
    height: 260px !important;
    max-width: 340px;
    margin: 0 auto;
  }

  .heroLogo img {
    max-width: 260px !important;
  }

  .triStrip,
  .shotGrid,
  .shotImgs,
  .heroGrid,
  .hero-grid,
  .slip-layout,
  .hrFeatureModes,
  .grid,
  .grid3,
  .split {
    grid-template-columns: 1fr !important;
  }

  .statBar {
    grid-template-columns: 1fr 1fr !important;
  }

  .shotImgs img {
    height: auto !important;
    max-height: 520px;
  }

  .pick,
  .summary {
    border-radius: 18px !important;
  }

  .footer {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 430px) {
  .heroCtas,
  .controls,
  .tabs,
  .style-pills,
  .miniProof,
  .hero-pills,
  .pillRow,
  .statBar {
    grid-template-columns: 1fr !important;
  }

  .heroTitle,
  .h1,
  h1 {
    font-size: 34px !important;
  }
}

/* =========================================================
   MOBILE APP BOTTOM NAV
   Add the HTML nav block before </body> on each page.
========================================================= */
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 768px) {
  .mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    border-radius: 22px;
    background: rgba(10, 10, 26, .94);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
  }

  .mobile-bottom-nav a {
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    padding: 8px 4px;
    border-radius: 16px;
    line-height: 1.1;
  }

  .mobile-bottom-nav a.active,
  .mobile-bottom-nav a:hover {
    color: #111827;
    background: linear-gradient(135deg, #f5b841, #ffcc66);
  }

  .mobile-bottom-nav span {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
  }
}
