*, *::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-outline-dark { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.35); }
.btn-outline-dark:hover { border-color: var(--gold); color: var(--gold); }
.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-ctas .btn-gold { box-shadow: 0 6px 22px rgba(245,197,24,.4); }
.hero-ctas .btn-gold:hover { transform: translateY(-1px); box-shadow: 0 8px 26px rgba(245,197,24,.5); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-badges span { color: #8ab8a0; font-size: .78rem; font-weight: 700; }

/* ── HERO VISUAL (real product screenshot) ── */
/* Sized ~15-20% larger than the old placeholder card (was min-width:260/
   max-width:320/flex-basis:280) so the caller-screen shot reads as the
   hero's genuine visual focal point without upsetting the two-column
   flex layout or its responsive stacking below 700px (.hero-inner still
   wraps via flex-wrap, untouched). */
.hero-visual { min-width: 300px; max-width: 380px; flex: 1.2 1 330px; text-align: center; }
.hero-shot { width: 100%; height: auto; display: block; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.14); }
.live-next { margin-top: 1rem; display: flex; flex-direction: column; gap: .25rem; }
.live-next-label { font-size: .66rem; color: var(--gold); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.live-next-detail { font-size: .85rem; color: #fff; font-weight: 700; }

/* ── 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; }

/* ── EXPLAINER (This Isn't Online Bingo / Community) ── */
.explainer { max-width: 800px; margin: 0 auto; text-align: center; }
.explainer-lead { color: #2a3a2f; font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; }
.explainer-chips { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 1rem; text-align: left; }
.chip { background: #fff; border-radius: var(--r); box-shadow: var(--sh); padding: 1rem 1.2rem; }
.chip strong { display: block; font-size: .9rem; margin-bottom: .3rem; color: var(--dark); }
.chip span { font-size: .78rem; color: var(--muted); }

/* ── PLAY YOUR WAY ── */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 1.2rem; }
.feature-card { background: #fff; border-radius: var(--r); box-shadow: var(--sh); padding: 1.6rem; text-align: center; }
.feature-icon { font-size: 2.2rem; margin-bottom: .6rem; }
.feature-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: .5px; color: var(--dark); margin-bottom: .5rem; }
.feature-card p { font-size: .82rem; color: var(--muted); line-height: 1.5; }
.feature-badge { display: inline-block; background: var(--light); color: var(--g); font-size: .62rem; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; border-radius: 10px; padding: .15rem .5rem; margin-left: .4rem; vertical-align: middle; }

/* ── SEE THE PLATFORM ── */
.showcase-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 1.2rem; }
.showcase-card { text-align: center; }
.showcase-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: top center; border-radius: var(--r); box-shadow: var(--sh); border: 1px solid rgba(0,0,0,.06); display: block; margin-bottom: .6rem; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.showcase-img:hover, .showcase-img:focus-visible { transform: translateY(-3px) scale(1.015); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.showcase-img:focus-visible { outline: 3px solid var(--g); outline-offset: 3px; }
.showcase-label { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: .5px; color: var(--dark); }
.showcase-desc { font-size: .8rem; color: var(--muted); line-height: 1.5; margin-top: .3rem; }

/* ── SCREENSHOT LIGHTBOX ── */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center; padding: 2rem;
  background: rgba(10,20,15,.88);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, visibility 0s linear .22s;
}
.lightbox.is-open {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity .22s ease, visibility 0s linear 0s;
}
.lightbox-figure { margin: 0; max-width: min(92vw,1100px); max-height: 90vh; display: flex; flex-direction: column; align-items: center;
  transform: scale(.92); opacity: 0; transition: transform .22s ease, opacity .22s ease;
}
.lightbox.is-open .lightbox-figure { transform: scale(1); opacity: 1; }
.lightbox-img { max-width: 100%; max-height: 80vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.5); display: block; }
.lightbox-caption { color: #fff; font-weight: 700; font-size: .9rem; margin-top: .9rem; letter-spacing: .3px; }
.lightbox-close {
  position: absolute; top: 1.2rem; right: 1.5rem;
  background: rgba(255,255,255,.12); border: none; color: #fff;
  width: 44px; height: 44px; border-radius: 50%; font-size: 1.6rem; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .15s ease, transform .15s ease;
}
.lightbox-close:hover { background: rgba(255,255,255,.22); transform: scale(1.06); }
.lightbox-close:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
@media (max-width: 600px) {
  .lightbox { padding: 1rem; }
  .lightbox-close { top: .7rem; right: .7rem; width: 38px; height: 38px; font-size: 1.4rem; }
}

/* ── ALL PRIZES & GAME DETAILS MODAL ── */
/* Light card-style modal (not the dark image-viewer look of the lightbox
   above) since this holds readable text content, not a single photo. */
.prizes-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center; padding: 2rem;
  background: rgba(10,20,15,.72);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, visibility 0s linear .22s;
}
.prizes-modal.is-open {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity .22s ease, visibility 0s linear 0s;
}
.prizes-modal-box {
  background: #fff; border-radius: 16px; width: 100%; max-width: 720px; max-height: 88vh;
  display: flex; flex-direction: column; overflow: hidden;
  transform: scale(.94); opacity: 0; transition: transform .22s ease, opacity .22s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.prizes-modal.is-open .prizes-modal-box { transform: scale(1); opacity: 1; }
.prizes-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.4rem; border-bottom: 1px solid #eee; flex-shrink: 0; }
.prizes-modal-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: .5px; color: var(--dark); }
.prizes-modal-close { background: #f0f0f0; border: none; color: #333; width: 36px; height: 36px; border-radius: 50%; font-size: 1.3rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s ease; }
.prizes-modal-close:hover { background: #e0e0e0; }
.prizes-modal-close:focus-visible { outline: 3px solid var(--g); outline-offset: 2px; }
.prizes-modal-body { padding: 1.2rem 1.4rem 1.6rem; overflow-y: auto; }

.prize-game-card { border: 1px solid #eee; border-radius: 12px; padding: 1rem 1.1rem; margin-bottom: .9rem; }
.prize-game-card:last-child { margin-bottom: 0; }
.prize-game-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: .5px; color: var(--g); margin-bottom: .5rem; }
.prize-chip-row { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .8rem; }
.prize-chip { background: var(--light); color: var(--dark); font-size: .78rem; font-weight: 700; padding: .3rem .7rem; border-radius: 20px; }
.prize-fullhouse { background: #fafcf9; border-radius: 8px; padding: .8rem; }
.prize-fullhouse-row { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.prize-fullhouse-col { flex: 1 1 140px; }
.prize-fullhouse-label { font-size: .75rem; color: var(--muted); font-weight: 700; }
.prize-fullhouse-amount { font-size: 1.3rem; font-weight: 900; color: var(--dark); }
.prize-fullhouse-sub { font-size: .72rem; color: var(--muted); margin-top: .1rem; }
.prize-fullhouse-limit { font-size: .72rem; color: var(--muted); margin-top: .6rem; padding-top: .5rem; border-top: 1px solid #eee; }
@media (max-width: 600px) {
  .prizes-modal { padding: 1rem; }
  .prizes-modal-box { max-height: 92vh; }
}

/* ── BOOK BUYERS RAFFLE / HIGHER OR LOWER ── */
.feature-highlight { display: flex; gap: 2rem; align-items: center; background: #fff; border-radius: var(--r); box-shadow: var(--sh); padding: 2rem; }
.feature-highlight.reverse { flex-direction: row-reverse; }
.feature-highlight-icon { font-size: 4rem; flex-shrink: 0; width: 100px; height: 100px; border-radius: 50%; background: var(--light); display: flex; align-items: center; justify-content: center; }
.feature-highlight p { font-size: .9rem; color: var(--muted); line-height: 1.6; margin-top: .4rem; }
@media (max-width: 600px) {
  .feature-highlight, .feature-highlight.reverse { flex-direction: column; text-align: center; }
}

/* ── TESTIMONIALS ── */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 1.2rem; }
.testimonial-card { background: #fff; border-radius: var(--r); box-shadow: var(--sh); padding: 1.6rem; text-align: center; }
.testimonial-stars { color: var(--gold); font-size: 1rem; margin-bottom: .7rem; letter-spacing: 2px; }
.testimonial-quote { font-size: .88rem; color: #2a3a2f; line-height: 1.6; font-style: italic; margin-bottom: .8rem; }
.testimonial-label { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: .5px; color: var(--muted); text-transform: uppercase; }

/* ── 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; }
.footer-legal { max-width: 640px; margin: 0 auto; text-align: center; }
.footer-legal p { margin: 0 0 .5rem; }
.footer-legal p:last-child { margin-bottom: 0; }

@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; }
