/* Stupidcasino Mobile Guide — bespoke stylesheet, phone-frame layout, distinct from stupids.ca grid */

:root{
  --acid: #2cafe4;
  --green: #03a84e;
  --ink: #0f0f10;
  --panel: #18181a;
  --paper: #f7f7f5;
  --line: #2a2a2c;
  --muted: #a9a9ac;
  --max: 980px;
  --radius: 18px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body{
  margin: 0 0 64px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; }
.wrap{ max-width: var(--max); margin: 0 auto; padding: 0 20px; }

.skip-link{
  position: absolute; left: -9999px; top: 0;
  background: var(--acid); color: #06202b; padding: 10px 16px;
  font-weight: 800; z-index: 999; border-radius: 0 0 8px 0;
}
.skip-link:focus{ left: 0; }

/* ---------- top bar ---------- */
.topbar{
  position: sticky; top: 0; z-index: 60;
  background: rgba(15,15,16,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar .wrap{ display:flex; align-items:center; justify-content:space-between; height:64px; gap:14px; }
.brand{ display:flex; align-items:center; gap:8px; text-decoration:none; }
.brand img{ height:26px; width:auto; }
.brand span{ font-weight:900; font-size:.95rem; letter-spacing:-.02em; }
.brand .dot{ color: var(--green); }
.topnav{ display:flex; gap:20px; }
.topnav a{ text-decoration:none; color:var(--muted); font-size:.86rem; font-weight:700; }
.topnav a:hover{ color:var(--paper); }
.menu-btn{ display:none; background:none; border:none; color:var(--paper); font-size:1.3rem; }
@media (max-width:760px){ .topnav{ display:none; } }

/* ---------- hero ---------- */
.hero{ padding: 44px 0 30px; text-align:center; }
.hero-kicker{
  display:inline-block; font-family:var(--mono); font-size:.72rem; letter-spacing:.12em;
  text-transform:uppercase; color:var(--acid); border:1px solid var(--acid); border-radius:999px;
  padding:5px 14px; margin:0 0 16px;
}
.hero h1{ font-size:clamp(1.6rem,4.4vw,2.5rem); font-weight:900; line-height:1.14; margin:0 0 14px; }
.hero-lede{ color:var(--muted); max-width:56ch; margin:0 auto 24px; font-size:1rem; }
.hero-actions{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-bottom:36px; }
.btn{ display:inline-block; padding:13px 24px; border-radius:12px; font-weight:800; text-decoration:none; font-size:.92rem; }
.btn-green{ background:var(--green); color:#04180d; }
.btn-line{ border:1px solid var(--line); color:var(--paper); }
.btn-green:hover{ filter:brightness(1.08); }
.btn-line:hover{ border-color:var(--acid); color:var(--acid); }

/* phone frame */
.phone-wrap{ display:flex; justify-content:center; }
.phone{
  width:230px; border:3px solid #333; border-radius:32px; padding:10px 8px;
  background:var(--panel); box-shadow:0 30px 60px -30px rgba(0,0,0,.7);
}
.phone-notch{ width:60px; height:6px; background:#333; border-radius:4px; margin:0 auto 8px; }
.phone-screen{ background:var(--ink); border-radius:18px; padding:14px 12px; }
.phone-row{ display:flex; justify-content:space-between; font-family:var(--mono); font-size:.72rem; color:var(--muted); margin-bottom:10px; }
.phone-card{
  background:var(--panel); border:1px solid var(--line); border-radius:10px; padding:9px 10px;
  font-size:.76rem; margin-bottom:8px;
}
.phone-card b{ display:block; color:var(--acid); font-size:.72rem; margin-bottom:2px; }
.phone-cta{ background:var(--green); color:#04180d; text-align:center; border-radius:9px; padding:8px; font-weight:800; font-size:.76rem; }

/* ---------- stat strip ---------- */
.stat-strip{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:22px 0; margin:36px 0; overflow-x:auto; }
.stat-row{ display:flex; gap:28px; justify-content:center; min-width:max-content; padding:0 20px; }
.stat{ text-align:center; }
.stat b{ display:block; font-family:var(--mono); color:var(--acid); font-size:1.15rem; }
.stat span{ display:block; color:var(--muted); font-size:.72rem; margin-top:2px; }

/* ---------- article ---------- */
.article-wrap{ padding: 8px 0 10px; }
.article h2{ font-size:1.35rem; font-weight:900; margin:40px 0 14px; letter-spacing:-.01em; }
.article h2:first-child{ margin-top:0; }
.article p{ margin:0 0 14px; color:#e4e4e4; }
.article ul{ margin:0 0 16px; padding-left:20px; color:#e4e4e4; }
.article li{ margin-bottom:8px; }
.article strong{ color:var(--paper); }
.article a{ color:var(--acid); text-decoration:underline; }

.tbl-wrap{ overflow-x:auto; margin:0 0 18px; border:1px solid var(--line); border-radius:12px; }
table{ width:100%; border-collapse:collapse; font-size:.88rem; min-width:480px; }
th,td{ text-align:left; padding:10px 14px; border-bottom:1px solid var(--line); }
th{ background:var(--panel); color:var(--acid); font-size:.76rem; text-transform:uppercase; letter-spacing:.04em; }
tr:last-child td{ border-bottom:none; }

.note{ background:var(--panel); border-left:3px solid var(--green); border-radius:0 10px 10px 0; padding:14px 16px; margin:0 0 18px; }
.note p{ margin:0; color:var(--muted); font-size:.88rem; }

/* ---------- trust ---------- */
.trust{ background:var(--panel); border-radius:16px; padding:24px 20px; text-align:center; margin:36px 0; }
.trust p{ color:var(--muted); font-size:.86rem; max-width:60ch; margin:10px auto 0; }
.paybar{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-top:14px; }
.paychip{
  font-family:var(--mono); font-size:.72rem; color:var(--paper); background:var(--ink);
  border:1px solid var(--line); border-radius:999px; padding:6px 12px;
}

/* ---------- FAQ ---------- */
.faq-item{ border-bottom:1px solid var(--line); padding:16px 0; }
.faq-item h3{ margin:0; font-size:1rem; cursor:pointer; display:flex; justify-content:space-between; gap:10px; }
.faq-item h3::after{ content:"+"; color:var(--acid); font-weight:900; }
.faq-item.is-open h3::after{ content:"–"; }
.faq-item p{ margin:10px 0 0; color:var(--muted); display:none; }
.faq-item.is-open p{ display:block; }

/* ---------- footer ---------- */
footer{ border-top:1px solid var(--line); margin-top:50px; padding:36px 0 20px; }
.foot-brand{ display:flex; align-items:center; gap:8px; margin-bottom:10px; }
.foot-brand img{ height:22px; }
.foot-links{ display:flex; gap:28px; flex-wrap:wrap; margin:18px 0; }
.foot-links a{ text-decoration:none; color:var(--muted); font-size:.86rem; }
.foot-links a:hover{ color:var(--acid); }
.legal{ border-top:1px solid var(--line); padding-top:16px; }
.legal p{ color:#7d7d80; font-size:.78rem; margin:0 0 8px; max-width:70ch; }

/* ---------- fixed mobile CTA bar ---------- */
.mobile-cta-bar{
  position:fixed; left:0; right:0; bottom:0; z-index:70;
  background:rgba(15,15,16,.96); backdrop-filter:blur(8px);
  border-top:1px solid var(--line);
  padding:10px 16px; display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.mobile-cta-bar span{ font-size:.8rem; color:var(--muted); }
.mobile-cta-bar .btn{ padding:9px 18px; font-size:.82rem; }

/* mobile menu fix */
@media (max-width:760px){
  .menu-btn{ display:block; cursor:pointer; }
  .topnav.is-open{
    display:flex; flex-direction:column; gap:0;
    position:absolute; left:0; right:0; top:100%;
    background:var(--bg, #101014); border-bottom:1px solid rgba(255,255,255,.12);
    padding:8px 20px 14px; z-index:60;
  }
  .topnav.is-open a{ padding:11px 0; border-bottom:1px solid rgba(255,255,255,.07); }
  header .wrap, .site-header .wrap{ position:relative; }
}
