*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --g: #1a6b3c;
  --gold: #f5c518;
  --dark: #0f2318;
  --cream: #fdf8ef;
  --light: #e8f5ee;
  --muted: #5a7a64;
  --r: 12px;
  --sh: 0 4px 24px rgba(0,0,0,.13);
}
body { font-family: 'Nunito', sans-serif; background: var(--cream); color: #1a2a1f; }
a { color: inherit; }
.panel { max-width: 1200px; margin: 0 auto; padding: 2rem 1.5rem; width: 100%; }
.card { background: #fff; border-radius: var(--r); box-shadow: var(--sh); padding: 1.5rem; }
.section-h { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.6rem,3vw,2.2rem); letter-spacing: 2px; color: var(--dark); margin-bottom: .3rem; }
.section-h span { color: var(--g); }
.sub { color: var(--muted); font-size: .88rem; font-weight: 600; margin-bottom: 1.5rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .7rem 1.4rem; border-radius: 8px; border: none; font-weight: 800; font-size: .9rem; cursor: pointer; text-decoration: none; transition: .15s; }
.btn-gold { background: var(--gold); color: var(--dark); }
.btn-gold:hover { filter: brightness(1.05); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-outline:hover { border-color: #fff; }
.btn-xl { padding: .9rem 1.8rem; font-size: 1rem; }
.btn-sm { padding: .4rem .9rem; font-size: .78rem; }

/* ── TOPBAR ── */
.topbar { background: var(--dark); color: #fff; padding: .7rem 1.5rem; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.4); flex-wrap: wrap; row-gap: .5rem; }
.logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 2px; color: var(--gold); }
.logo span { color: #fff; }
.topnav { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
.nav-link { color: #cde8d6; font-weight: 700; font-size: .78rem; letter-spacing: .5px; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.tnav-btn { padding: .4rem .9rem; border-radius: 8px; border: none; background: rgba(255,255,255,.08); color: #cde8d6; font-weight: 700; font-size: .78rem; letter-spacing: .5px; text-transform: uppercase; transition: .15s; cursor: pointer; text-decoration: none; display: inline-block; }
.tnav-btn:hover { background: var(--g); color: #fff; }

/* ── HERO ── */
.hero { background: var(--dark); color: #fff; padding: 3rem 0; }
.hero-inner { display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center; }
.hero-copy { flex: 2 1 380px; }
.hero-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem,5vw,3.2rem); line-height: 1.05; letter-spacing: 1px; margin-bottom: .8rem; }
.hero-headline .accent { color: var(--gold); }
.hero-sub { color: #cde8d6; font-size: 1rem; max-width: 480px; margin-bottom: 1rem; line-height: 1.6; }
.hero-checks { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin-bottom: 1.4rem; }
.hero-checks span { color: #cde8d6; font-size: .85rem; font-weight: 700; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.2rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-badges span { color: #8ab8a0; font-size: .78rem; font-weight: 700; }

.next-draw-card { background: var(--dark); border: 1px solid rgba(255,255,255,.12); color: #fff; min-width: 260px; flex: 1 1 260px; padding: 1.5rem; border-radius: var(--r); box-shadow: var(--sh); }
.next-draw-card .label { font-size: .72rem; color: var(--gold); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: .3rem; }
.next-draw-card .title { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; margin-bottom: .3rem; }
.next-draw-card .date { color: #cde8d6; margin-bottom: 1rem; }
.next-draw-card .empty { text-align: center; padding: 1rem; }
.next-draw-card .empty-icon { font-size: 2.4rem; margin-bottom: .6rem; }
.next-draw-card .empty p { color: #cde8d6; }

/* ── JACKPOTS ── */
.jackpots-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 1rem; margin-bottom: 1.2rem; }
.jackpot-card { background: var(--dark); color: #fff; text-align: center; border-radius: var(--r); box-shadow: var(--sh); padding: 1.5rem; }
.jackpot-card .label { font-size: .72rem; font-weight: 800; letter-spacing: 1px; color: var(--gold); text-transform: uppercase; margin-bottom: .5rem; }
.jackpot-card .amount { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: #fff; }
.jackpot-card .limit { font-size: .7rem; color: #8ab8a0; margin-top: .3rem; }

/* ── LAST WEEK ── */
.lastweek-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 1rem; }
.lastweek-stat { text-align: center; }
.lastweek-stat .value { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--g); }
.lastweek-stat .stat-label { font-size: .78rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }

/* ── HOW IT WORKS ── */
.hiw-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; }
.hiw-step { text-align: center; flex: 1 1 120px; min-width: 100px; }
.hiw-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--light); color: var(--g); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto .5rem; }
.hiw-title { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: .5px; margin-bottom: .2rem; }
.hiw-desc { font-size: .72rem; color: var(--muted); }
.hiw-arrow { color: #ccc; font-size: 1.2rem; }

/* ── TRUST BADGES ── */
.badge { display: inline-block; border-radius: 20px; font-weight: 800; }
.badge-green { background: var(--light); color: var(--g); font-size: .75rem; padding: .4rem .9rem; }

/* ── FOOTER ── */
.footer { background: var(--dark); color: #cde8d6; margin-top: 1rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 2rem 1.5rem; display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 2rem; }
.footer-col-title { font-weight: 800; font-size: .78rem; letter-spacing: 1px; margin-bottom: .6rem; }
.footer-links { display: flex; flex-direction: column; gap: .4rem; font-size: .82rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1rem 1.5rem; text-align: center; font-size: .72rem; color: #8ab8a0; }

@media (max-width: 700px) {
  .hero-inner { gap: 1.5rem; }
}

/* ── CONTENT PAGES (About Us, Bingo Rules, Terms, Privacy, Refund, Contact, Results, etc.) ── */
.content-panel { max-width: 800px; margin: 0 auto; padding: 2.5rem 1.5rem 3rem; width: 100%; }
.content-page-body { font-size: .95rem; line-height: 1.7; color: #2a3a2f; }
.content-page-body p { margin-bottom: 1rem; }
.content-page-body p:last-child { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 1.2rem; margin-top: 1rem; }
.contact-item .label { font-size: .72rem; font-weight: 800; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; margin-bottom: .3rem; }
.contact-item .value { font-size: 1rem; font-weight: 700; color: var(--dark); }
.results-event { margin-bottom: 1.5rem; }
.results-event:last-child { margin-bottom: 0; }
.results-event h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: .5px; color: var(--dark); margin-bottom: .2rem; }
.results-event .sub { margin-bottom: .8rem; }
.results-game-row { display: flex; justify-content: space-between; align-items: center; padding: .5rem 0; border-bottom: 1px solid #eee; font-size: .85rem; }
.results-game-row:last-child { border-bottom: none; }
