/*
Theme Name: Big Swerte
Theme URI: https://bigswerte.com
Description: Big Swerte — online sabong, slots, casino, sports & esports gaming brand child theme for Hello Elementor. Deep indigo palette with gold-orange CTAs and violet accents matching the Big Swerte app UI. Fully Customizer-driven front page: category rail, bonus hero, announcement ticker, featured Sabong, hot games grid, quick access, game verticals, promos, payments table, steps, reviews, and FAQ.
Author: Juan365 Data & Web Team
Author URI: https://juan365.org
Template: hello-elementor
Version: 2.9.4
Text Domain: big-swerte
*/

/* ==========================================================================
   1. TOKENS
   ========================================================================== */
:root {
  --bw-navy: #11173F;            /* page background */
  --bw-indigo: #1B2257;          /* section surface */
  --bw-indigo-2: #272F6E;        /* card surface */
  --bw-indigo-3: #333C85;        /* card hover / borders */
  --bw-gold: #FFB02E;            /* CTA gold-orange */
  --bw-gold-2: #FFC95C;          /* gold highlight */
  --bw-gold-3: #E08F0F;          /* gold shadow */
  --bw-violet: #8B5CF6;          /* logo violet */
  --bw-violet-2: #A78BFA;
  --bw-red: #E8334A;             /* section marker red */
  --bw-white: #FFFFFF;
  --bw-dim: rgba(255, 255, 255, 0.62);
  --bw-line: rgba(139, 92, 246, 0.25);

  --bw-display: 'Baloo 2', 'Arial Rounded MT Bold', sans-serif;
  --bw-body: 'Outfit', 'Segoe UI', sans-serif;

  --bw-radius: 16px;
  --bw-radius-sm: 12px;
  --bw-max: 1200px;
  --bw-shadow: 0 16px 40px rgba(5, 8, 30, 0.5);
}

/* ==========================================================================
   2. BASE / FRONT PAGE SCOPE
   ========================================================================== */
body.bw-front {
  background: var(--bw-navy);
  color: var(--bw-white);
  font-family: var(--bw-body);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.bw-front .site-header,
body.bw-front .site-footer,
body.bw-front header.site-header,
body.bw-front footer.site-footer {
  display: none;
}

body.bw-front .site-main,
body.bw-front .page-content,
body.bw-front .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

.bw-wrap {
  max-width: var(--bw-max);
  margin: 0 auto;
  padding: 0 20px;
}

.bw-section { padding: 72px 0; }

/* Section title with red marker — matches the app's "| Sabong" style */
.bw-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}

.bw-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: clamp(24px, 3.4vw, 34px);
  color: var(--bw-white);
  margin: 0;
  line-height: 1.15;
}

.bw-title::before {
  content: "";
  width: 5px;
  height: 1.05em;
  border-radius: 3px;
  background: var(--bw-red);
  flex-shrink: 0;
}

.bw-title .gold { color: var(--bw-gold); }
.bw-title .violet { color: var(--bw-violet-2); }

.bw-viewall {
  color: var(--bw-dim);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.bw-viewall:hover { color: var(--bw-gold); }

.bw-sub {
  color: var(--bw-dim);
  font-size: 16.5px;
  max-width: 620px;
  margin: -16px 0 30px 17px;
}

/* ==========================================================================
   3. BUTTONS
   ========================================================================== */
.bw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--bw-body);
  font-weight: 800;
  font-size: 15.5px;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 28px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
  cursor: pointer;
  border: 0;
}

.bw-btn:focus-visible {
  outline: 3px solid var(--bw-gold-2);
  outline-offset: 3px;
}

.bw-btn-gold {
  background: linear-gradient(180deg, var(--bw-gold-2) 0%, var(--bw-gold) 60%, var(--bw-gold-3) 100%);
  color: #2A1A00;
  box-shadow: 0 10px 24px rgba(255, 176, 46, 0.35);
}

.bw-btn-gold:hover {
  transform: translateY(-2px);
  color: #2A1A00;
  box-shadow: 0 16px 32px rgba(255, 176, 46, 0.5);
}

.bw-btn-violet {
  background: linear-gradient(180deg, var(--bw-violet-2) 0%, var(--bw-violet) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(139, 92, 246, 0.35);
}

.bw-btn-violet:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 16px 32px rgba(139, 92, 246, 0.5);
}

.bw-btn-outline {
  background: transparent;
  color: var(--bw-white);
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.bw-btn-outline:hover {
  border-color: var(--bw-gold);
  color: var(--bw-gold);
  transform: translateY(-2px);
}

/* ==========================================================================
   4. HEADER
   ========================================================================== */
.bw-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(17, 23, 63, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bw-line);
}

.bw-header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 70px;
}

/* Logo — bubbly two-tone like the app: BIG gold, Swerte violet */
.bw-logo {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 27px;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.bw-logo .big {
  color: var(--bw-gold);
  text-shadow: 2px 2px 0 var(--bw-violet);
}

.bw-logo .swerte {
  background: linear-gradient(180deg, var(--bw-violet-2) 0%, var(--bw-violet) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bw-logo .spark { color: var(--bw-gold-2); font-size: 0.7em; vertical-align: super; }

/* Uploaded logo image (Customizer → Site Identity → Logo) */
.bw-logo-img { display: inline-flex; align-items: center; }

.bw-logo-img img {
  max-height: 44px;
  width: auto;
  display: block;
}

.bw-footer .bw-logo-img img { max-height: 40px; }

.bw-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bw-header-actions .bw-btn { padding: 10px 22px; font-size: 14.5px; }

/* ==========================================================================
   5. CATEGORY RAIL
   ========================================================================== */
.bw-rail {
  background: var(--bw-navy);
  border-bottom: 1px solid var(--bw-line);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bw-rail::-webkit-scrollbar { display: none; }

.bw-rail-in {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 14px 20px;
  max-width: var(--bw-max);
  margin: 0 auto;
  scroll-snap-type: x proximity;
}

.bw-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 78px;
  flex: 1 0 auto;
  scroll-snap-align: start;
  padding: 10px 8px;
  border-radius: var(--bw-radius-sm);
  text-decoration: none;
  color: var(--bw-dim);
  font-weight: 700;
  font-size: 13px;
  transition: background 0.15s ease, color 0.15s ease;
}

.bw-cat:hover,
.bw-cat.active {
  background: var(--bw-indigo-2);
  color: var(--bw-white);
}

.bw-cat .ico { font-size: 24px; line-height: 1; }

.bw-cat.active .ico,
.bw-cat:hover .ico { filter: drop-shadow(0 0 8px rgba(255, 176, 46, 0.6)); }

/* ==========================================================================
   6. HERO BANNER
   ========================================================================== */
.bw-hero {
  position: relative;
  background:
    radial-gradient(900px 460px at 82% 10%, rgba(139, 92, 246, 0.22), transparent 60%),
    radial-gradient(760px 420px at 6% 92%, rgba(255, 176, 46, 0.12), transparent 58%),
    linear-gradient(180deg, var(--bw-navy) 0%, var(--bw-indigo) 100%);
  padding: 64px 0 72px;
  overflow: hidden;
}

.bw-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.bw-eyebrow {
  display: inline-block;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bw-gold);
  border: 1px solid rgba(255, 176, 46, 0.35);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 18px;
  background: rgba(255, 176, 46, 0.08);
}

.bw-hero h1 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: clamp(38px, 5.6vw, 62px);
  line-height: 1.08;
  margin: 0 0 16px;
  color: var(--bw-white);
}

.bw-hero h1 .gold-pop {
  background: linear-gradient(100deg, var(--bw-gold-3) 0%, var(--bw-gold) 30%, var(--bw-gold-2) 50%, var(--bw-gold) 70%, var(--bw-gold-3) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: bw-shine 4.5s linear infinite;
}

@keyframes bw-shine {
  to { background-position: 220% 0; }
}

.bw-hero-sub {
  font-size: 18px;
  color: var(--bw-dim);
  max-width: 540px;
  margin: 0 0 28px;
}

.bw-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.bw-hero-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.03em;
}

/* Bonus card — the lottery-banner-style centerpiece */
.bw-bonus {
  position: relative;
  border-radius: 22px;
  background:
    radial-gradient(360px 200px at 80% 0%, rgba(255, 176, 46, 0.28), transparent 62%),
    linear-gradient(150deg, var(--bw-violet) 0%, var(--bw-indigo-2) 48%, var(--bw-indigo) 100%);
  border: 1px solid rgba(255, 176, 46, 0.4);
  box-shadow: var(--bw-shadow);
  padding: 38px 34px;
  text-align: center;
  overflow: hidden;
}

.bw-bonus::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.16) 1.5px, transparent 1.5px);
  background-size: 26px 26px;
  opacity: 0.4;
  pointer-events: none;
}

.bw-bonus-kicker {
  position: relative;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bw-gold-2);
  margin-bottom: 10px;
}

.bw-bonus-amount {
  position: relative;
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.05;
  color: var(--bw-gold);
  text-shadow: 3px 3px 0 rgba(17, 23, 63, 0.6);
  margin-bottom: 6px;
}

.bw-bonus-amount small {
  display: block;
  font-size: 0.42em;
  color: var(--bw-white);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.bw-bonus-desc {
  position: relative;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  margin: 10px 0 22px;
}

.bw-bonus .bw-btn { position: relative; }

/* ==========================================================================
   7. ANNOUNCEMENT TICKER
   ========================================================================== */
.bw-ticker {
  background: var(--bw-indigo-2);
  border-top: 1px solid var(--bw-line);
  border-bottom: 1px solid var(--bw-line);
  overflow: hidden;
  white-space: nowrap;
  padding: 11px 0;
}

.bw-ticker-track {
  display: inline-block;
  animation: bw-ticker 30s linear infinite;
}

.bw-ticker:hover .bw-ticker-track { animation-play-state: paused; }

@keyframes bw-ticker {
  to { transform: translateX(-50%); }
}

.bw-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 32px;
  color: var(--bw-gold-2);
  font-weight: 700;
  font-size: 14.5px;
}

.bw-ticker-item .bell { font-size: 13px; }

/* ==========================================================================
   8. FEATURED SABONG
   ========================================================================== */
.bw-sabong { background: var(--bw-indigo); }

.bw-sabong-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 22px;
}

.bw-sabong-card {
  position: relative;
  border-radius: var(--bw-radius);
  border: 1px solid var(--bw-line);
  background:
    radial-gradient(420px 220px at 85% 10%, rgba(232, 51, 74, 0.22), transparent 60%),
    linear-gradient(150deg, #3A1E2E 0%, var(--bw-indigo-2) 70%);
  padding: 34px 30px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bw-sabong-card:hover {
  transform: translateY(-5px);
  border-color: var(--bw-gold);
}

.bw-sabong-card .flag {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bw-gold);
  margin-bottom: 4px;
}

.bw-sabong-card h3 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 27px;
  margin: 0;
  color: var(--bw-white);
}

.bw-sabong-card p {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--bw-dim);
}

.bw-sabong-card .bw-btn { align-self: flex-start; padding: 11px 24px; font-size: 14.5px; }

/* ==========================================================================
   9. HOT GAMES GRID
   ========================================================================== */
.bw-hot { background: var(--bw-navy); }

.bw-hot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}

.bw-game {
  position: relative;
  border-radius: var(--bw-radius);
  border: 1px solid var(--bw-line);
  background: linear-gradient(160deg, var(--bw-indigo-2) 0%, var(--bw-indigo) 100%);
  padding: 26px 24px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bw-game:hover {
  transform: translateY(-5px);
  border-color: var(--bw-violet);
}

/* Uploaded card backgrounds — desktop image by default, mobile image ≤600px */
.bw-game[data-bwbg] {
  background-image: var(--bw-img-d);
  background-size: cover;
  background-position: center;
}

@media (max-width: 600px) {
  .bw-game[data-bwbg] { background-image: var(--bw-img-m); }
}

.bw-game-provider {
  position: absolute;
  top: 14px;
  left: 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bw-violet-2);
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 999px;
  padding: 4px 11px;
}

.bw-game-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--bw-red);
  border-radius: 999px;
  padding: 4px 11px;
}

.bw-game-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bw-gold);
}

.bw-game h3 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 23px;
  margin: 0;
  color: var(--bw-white);
}

/* ==========================================================================
   9b. WHY TOP CHOICE
   ========================================================================== */
.bw-why { background: var(--bw-navy); }

.bw-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}

.bw-why-card {
  background: linear-gradient(165deg, var(--bw-indigo-2) 0%, var(--bw-indigo) 100%);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bw-why-card:hover {
  transform: translateY(-4px);
  border-color: var(--bw-gold);
}

.bw-why-card .ico { font-size: 32px; line-height: 1; }

.bw-why-card h3 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 20px;
  margin: 0;
  color: var(--bw-white);
  line-height: 1.25;
}

.bw-why-card p {
  margin: 0;
  font-size: 15px;
  color: var(--bw-dim);
}

/* Bullet list — gold star markers */
.bw-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.bw-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.bw-list li::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bw-gold);
  font-size: 13px;
}

/* ==========================================================================
   10. QUICK ACCESS + GAME VERTICALS
   ========================================================================== */
.bw-quick { background: var(--bw-indigo); }

.bw-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px;
}

.bw-quick-cta {
  display: inline-block;
  margin-top: 12px;
  color: var(--bw-gold);
  font-weight: 800;
  font-size: 13.5px;
}

.bw-verticals { background: var(--bw-navy); }

.bw-vert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px;
}

.bw-vert {
  background: var(--bw-indigo-2);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius);
  padding: 26px 20px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.bw-vert:hover {
  transform: translateY(-5px);
  border-color: var(--bw-gold);
  background: var(--bw-indigo-3);
}

.bw-vert .ico {
  font-size: 34px;
  display: block;
  margin-bottom: 12px;
}

.bw-vert h3 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 6px;
  color: var(--bw-white);
}

.bw-vert p {
  margin: 0;
  font-size: 13px;
  color: var(--bw-dim);
  line-height: 1.45;
}

/* ==========================================================================
   11. PROMOS
   ========================================================================== */
.bw-promos { background: var(--bw-indigo); }

.bw-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
}

.bw-promo {
  background: linear-gradient(165deg, var(--bw-indigo-2) 0%, var(--bw-indigo) 100%);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bw-promo:hover {
  transform: translateY(-5px);
  border-color: var(--bw-gold);
}

.bw-promo-tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2A1A00;
  background: var(--bw-gold);
  border-radius: 999px;
  padding: 5px 12px;
}

.bw-promo h3 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 20px;
  margin: 0;
  color: var(--bw-white);
  line-height: 1.22;
}

.bw-promo p {
  margin: 0;
  font-size: 14.5px;
  color: var(--bw-dim);
  flex-grow: 1;
}

.bw-promo a {
  color: var(--bw-gold);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.bw-promo a:hover { color: var(--bw-gold-2); }

/* ==========================================================================
   12. PAYMENTS
   ========================================================================== */
.bw-pay { background: var(--bw-navy); }

.bw-pay-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bw-indigo-2);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius);
  overflow: hidden;
}

.bw-pay-table th,
.bw-pay-table td {
  padding: 18px 24px;
  text-align: left;
  font-size: 15.5px;
}

.bw-pay-table th {
  background: rgba(139, 92, 246, 0.15);
  color: var(--bw-gold);
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.bw-pay-table td { color: rgba(255,255,255,0.85); border-top: 1px solid var(--bw-line); }

.bw-pay-table td:first-child { font-weight: 800; color: var(--bw-white); }

.bw-pay-note {
  margin-top: 18px;
  font-size: 14px;
  color: var(--bw-dim);
}

/* ==========================================================================
   13. STEPS (4)
   ========================================================================== */
.bw-steps { background: var(--bw-navy); }

.bw-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
  counter-reset: bwstep;
  margin-top: 18px;
}

.bw-step {
  position: relative;
  background: var(--bw-indigo-2);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius);
  padding: 58px 22px 26px;
}

.bw-step::before {
  counter-increment: bwstep;
  content: counter(bwstep);
  position: absolute;
  top: -20px;
  left: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--bw-gold-2), var(--bw-gold-3));
  color: #2A1A00;
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(255, 176, 46, 0.4);
}

.bw-step h3 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 18.5px;
  margin: 0 0 7px;
  color: var(--bw-white);
}

.bw-step p {
  margin: 0;
  font-size: 14.5px;
  color: var(--bw-dim);
}

/* ==========================================================================
   14. REVIEWS
   ========================================================================== */
.bw-reviews { background: var(--bw-indigo); }

.bw-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}

.bw-review {
  background: var(--bw-indigo-2);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bw-stars { color: var(--bw-gold); font-size: 15px; letter-spacing: 2px; }

.bw-review p {
  margin: 0;
  font-size: 14.5px;
  color: rgba(255,255,255,0.82);
  flex-grow: 1;
}

.bw-review cite {
  font-style: normal;
  font-weight: 800;
  font-size: 13.5px;
  color: var(--bw-violet-2);
}

/* ==========================================================================
   15. FAQ
   ========================================================================== */
.bw-faq { background: var(--bw-navy); }

.bw-faq-list {
  max-width: 760px;
}

.bw-faq-item {
  background: var(--bw-indigo-2);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
}

.bw-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 16.5px;
  color: var(--bw-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.bw-faq-item summary::-webkit-details-marker { display: none; }

.bw-faq-item summary::after {
  content: "+";
  font-size: 22px;
  color: var(--bw-gold);
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

.bw-faq-item[open] summary::after { transform: rotate(45deg); }

.bw-faq-item p {
  margin: 0;
  padding: 0 22px 18px;
  font-size: 15px;
  color: var(--bw-dim);
}

/* ==========================================================================
   16. BOTTOM CTA
   ========================================================================== */
.bw-cta {
  background:
    radial-gradient(760px 340px at 50% 0%, rgba(139, 92, 246, 0.25), transparent 62%),
    linear-gradient(180deg, var(--bw-navy) 0%, var(--bw-indigo) 100%);
  border-top: 1px solid var(--bw-line);
  text-align: center;
}

.bw-cta h2 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 46px);
  margin: 0 0 12px;
  color: var(--bw-white);
}

.bw-cta h2 .gold { color: var(--bw-gold); }

.bw-cta p {
  color: var(--bw-dim);
  font-size: 17px;
  max-width: 580px;
  margin: 0 auto;
}

.bw-cta .bw-btn { margin-top: 28px; }

/* ==========================================================================
   17. FOOTER
   ========================================================================== */
.bw-footer {
  background: #0C1132;
  border-top: 1px solid var(--bw-line);
  padding: 60px 0 34px;
}

.bw-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr !important;
  gap: 34px;
  margin-bottom: 42px;
}

.bw-footer h4 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--bw-gold);
  margin: 0 0 14px;
}

.bw-footer p {
  font-size: 14px;
  color: var(--bw-dim);
  margin: 0;
}

.bw-footer .bw-logo { display: inline-block; margin-bottom: 14px; font-size: 24px; }

.bw-footer ul { list-style: none; margin: 0; padding: 0; }

.bw-footer li { margin-bottom: 9px; }

.bw-footer li a {
  color: var(--bw-dim);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s ease;
}

.bw-footer li a:hover { color: var(--bw-gold); }

.bw-footer-legal {
  border-top: 1px solid var(--bw-line);
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.bw-footer-legal p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.4);
}

.bw-age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--bw-red);
  color: var(--bw-red);
  font-weight: 900;
  font-size: 14px;
  flex-shrink: 0;
}

/* ==========================================================================
   17b. INNER PAGES — PAGE HERO, SINGLE, ENTRY TYPOGRAPHY, ARCHIVE
   ========================================================================== */

/* Page hero band (single post, page, archive) */
.bw-page-hero {
  background:
    radial-gradient(760px 380px at 80% 0%, rgba(139, 92, 246, 0.2), transparent 60%),
    linear-gradient(180deg, var(--bw-navy) 0%, var(--bw-indigo) 100%);
  border-bottom: 1px solid var(--bw-line);
  padding: 56px 0 48px;
}

.bw-page-hero-in { max-width: 820px; }

.bw-page-title {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.15;
  color: var(--bw-white);
  margin: 10px 0 0;
}

.bw-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  font-size: 14px;
  color: var(--bw-dim);
  font-weight: 600;
}

.bw-post-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2A1A00;
  background: var(--bw-gold);
  border-radius: 999px;
  padding: 5px 12px;
  text-decoration: none;
}

.bw-post-cat:hover { background: var(--bw-gold-2); color: #2A1A00; }

/* Featured image */
.bw-single-featured {
  margin: 36px auto 0;
  max-width: 820px;
}

.bw-single-featured img {
  width: 100%;
  height: auto;
  border-radius: var(--bw-radius);
  border: 1px solid var(--bw-line);
  display: block;
}

/* Entry content typography */
.bw-entry {
  max-width: 760px;
  margin: 36px auto 56px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
}

.bw-entry p { margin: 0 0 20px; }

.bw-entry h2,
.bw-entry h3,
.bw-entry h4 {
  font-family: var(--bw-display);
  font-weight: 800;
  color: var(--bw-white);
  line-height: 1.25;
  margin: 36px 0 14px;
}

.bw-entry h2 {
  font-size: 27px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bw-entry h2::before {
  content: "";
  width: 5px;
  height: 1.05em;
  border-radius: 3px;
  background: var(--bw-red);
  flex-shrink: 0;
}

.bw-entry h3 { font-size: 22px; }
.bw-entry h4 { font-size: 18px; color: var(--bw-gold); }

.bw-entry a { color: var(--bw-gold); font-weight: 700; text-decoration: none; }
.bw-entry a:hover { color: var(--bw-gold-2); text-decoration: underline; }

.bw-entry ul,
.bw-entry ol {
  margin: 0 0 20px;
  padding-left: 26px;
}

.bw-entry li { margin-bottom: 8px; }
.bw-entry ul li::marker { color: var(--bw-gold); }
.bw-entry ol li::marker { color: var(--bw-gold); font-weight: 800; }

.bw-entry blockquote {
  margin: 26px 0;
  padding: 18px 24px;
  border-left: 4px solid var(--bw-violet);
  background: var(--bw-indigo-2);
  border-radius: 0 var(--bw-radius-sm) var(--bw-radius-sm) 0;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}

.bw-entry blockquote p:last-child { margin-bottom: 0; }

.bw-entry img {
  max-width: 100%;
  height: auto;
  border-radius: var(--bw-radius-sm);
  border: 1px solid var(--bw-line);
}

.bw-entry table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bw-indigo-2);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius-sm);
  overflow: hidden;
  margin: 0 0 24px;
  font-size: 15px;
}

.bw-entry th,
.bw-entry td { padding: 13px 16px; text-align: left; }

.bw-entry th {
  background: rgba(139, 92, 246, 0.15);
  color: var(--bw-gold);
  font-family: var(--bw-display);
  font-weight: 800;
}

.bw-entry td { border-top: 1px solid var(--bw-line); }

.bw-entry pre,
.bw-entry code {
  background: #0C1132;
  border: 1px solid var(--bw-line);
  border-radius: 6px;
  font-size: 14px;
}

.bw-entry code { padding: 2px 7px; }
.bw-entry pre { padding: 16px 18px; overflow-x: auto; }
.bw-entry pre code { border: 0; padding: 0; }

.bw-entry hr {
  border: 0;
  border-top: 1px solid var(--bw-line);
  margin: 32px 0;
}

/* Tags */
.bw-tags {
  max-width: 760px;
  margin: -28px auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bw-tag {
  font-size: 13px;
  font-weight: 700;
  color: var(--bw-violet-2);
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 999px;
  padding: 6px 14px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.bw-tag:hover { background: var(--bw-violet); color: #fff; }

/* Prev/next post navigation */
.bw-post-nav {
  max-width: 760px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bw-post-nav-item a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: var(--bw-indigo-2);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius-sm);
  padding: 16px 20px;
  text-decoration: none;
  height: 100%;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.bw-post-nav-item a:hover { border-color: var(--bw-gold); transform: translateY(-2px); }

.bw-post-nav-item .dir {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bw-gold);
}

.bw-post-nav-item .ttl {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--bw-white);
  line-height: 1.3;
}

.bw-post-nav-item.next a { text-align: right; align-items: flex-end; }

/* Archive description + body spacing */
.bw-archive-desc {
  margin-top: 14px;
  color: var(--bw-dim);
  font-size: 16px;
  max-width: 680px;
}

.bw-archive-body { padding: 52px 20px 72px; }

/* Archive post-card grid */
.bw-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px;
}

.bw-post-card {
  background: linear-gradient(165deg, var(--bw-indigo-2) 0%, var(--bw-indigo) 100%);
  border: 1px solid var(--bw-line);
  border-radius: var(--bw-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bw-post-card:hover {
  transform: translateY(-5px);
  border-color: var(--bw-gold);
}

.bw-post-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(280px 160px at 80% 0%, rgba(139, 92, 246, 0.3), transparent 60%),
    linear-gradient(150deg, var(--bw-indigo-3) 0%, var(--bw-indigo) 100%);
  position: relative;
  overflow: hidden;
}

.bw-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.bw-post-card:hover .bw-post-thumb img { transform: scale(1.04); }

.bw-post-thumb-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: var(--bw-gold);
  opacity: 0.6;
}

.bw-post-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.bw-post-title {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 19px;
  line-height: 1.3;
  margin: 0;
}

.bw-post-title a { color: var(--bw-white); text-decoration: none; }
.bw-post-title a:hover { color: var(--bw-gold); }

.bw-post-excerpt {
  margin: 0;
  font-size: 14.5px;
  color: var(--bw-dim);
  flex-grow: 1;
}

.bw-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

.bw-post-more {
  color: var(--bw-gold);
  font-weight: 800;
  text-decoration: none;
}

.bw-post-more:hover { color: var(--bw-gold-2); }

/* Pagination */
body.bw-front .pagination,
body.bw-front .navigation.pagination {
  margin-top: 44px;
}

body.bw-front .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

body.bw-front .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--bw-line);
  background: var(--bw-indigo-2);
  color: var(--bw-white);
  font-weight: 800;
  font-size: 14.5px;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.bw-front .nav-links .page-numbers:hover { border-color: var(--bw-gold); color: var(--bw-gold); }

body.bw-front .nav-links .page-numbers.current {
  background: linear-gradient(180deg, var(--bw-gold-2), var(--bw-gold-3));
  color: #2A1A00;
  border-color: transparent;
}

body.bw-front .nav-links .page-numbers.dots { border: 0; background: transparent; color: var(--bw-dim); }

/* Empty state */
.bw-empty {
  text-align: center;
  padding: 48px 20px;
  max-width: 480px;
  margin: 0 auto;
}

.bw-empty .ico { font-size: 52px; display: block; margin-bottom: 14px; }

.bw-empty h2 {
  font-family: var(--bw-display);
  font-weight: 800;
  font-size: 26px;
  color: var(--bw-white);
  margin: 0 0 8px;
}

.bw-empty p { color: var(--bw-dim); margin: 0 0 24px; }

/* ==========================================================================
   18. RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .bw-archive-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .bw-why-grid { grid-template-columns: 1fr !important; }
  .bw-quick-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .bw-vert-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .bw-promo-grid, .bw-review-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .bw-steps-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 36px 20px; }
  .bw-hot-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .bw-footer-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 820px) {
  .bw-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .bw-sabong-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 600px) {
  .bw-section { padding: 56px 0; }
  .bw-hot-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  .bw-game {
    padding: 18px 16px;
    min-height: 128px;
  }
  .bw-game h3 { font-size: 17px; }
  .bw-game-cat { font-size: 10.5px; letter-spacing: 0.12em; }
  .bw-game-provider { top: 10px; left: 14px; font-size: 9.5px; padding: 3px 8px; }
  .bw-game-badge { top: 10px; right: 10px; font-size: 9.5px; padding: 3px 8px; }
  .bw-rail-in {
    justify-content: flex-start;
    gap: 4px;
    padding: 10px 14px;
  }
  .bw-cat {
    min-width: 64px;
    flex: 0 0 auto;
    padding: 8px 6px;
    font-size: 12px;
    gap: 5px;
  }
  .bw-cat .ico { font-size: 21px; }
  .bw-logo-img img { max-height: 36px; }
  .bw-hero { padding: 44px 0 52px; }
  .bw-hero h1 { font-size: clamp(32px, 9vw, 40px); }
  .bw-hero-sub { font-size: 16px; }
  .bw-bonus { padding: 30px 22px; }
  .bw-ticker-item { font-size: 13.5px; margin: 0 22px; }
  .bw-title-row { flex-wrap: wrap; }
  .bw-sub { margin-left: 0; }
  .bw-sabong-card { padding: 26px 22px; min-height: 170px; }
  .bw-cta h2 { font-size: 27px; }
  .bw-archive-grid { grid-template-columns: 1fr !important; }
  .bw-post-nav { grid-template-columns: 1fr; }
  .bw-post-nav-item.next a { text-align: left; align-items: flex-start; }
  .bw-page-hero { padding: 40px 0 36px; }
  .bw-entry { font-size: 16px; }
  .bw-entry h2 { font-size: 22px; }
  .bw-entry h3 { font-size: 19px; }
  .bw-archive-body { padding: 40px 20px 56px; }
  .bw-footer-grid { grid-template-columns: 1fr !important; }
  .bw-why-card { padding: 22px 18px; }
  .bw-why-card h3 { font-size: 17px; }
  .bw-why-card p, .bw-list li { font-size: 13.5px; }
  .bw-promo-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .bw-review-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .bw-promo { padding: 22px 20px; gap: 10px; }
  .bw-promo h3 { font-size: 18px; }
  .bw-promo p { font-size: 14.5px; }
  .bw-review { padding: 20px 18px; gap: 9px; }
  .bw-review p { font-size: 14.5px; }
  .bw-review cite { font-size: 13px; }
  .bw-quick-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .bw-vert-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .bw-steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px 12px;
  }
  .bw-step { padding: 42px 16px 20px; }
  .bw-step::before {
    width: 38px;
    height: 38px;
    font-size: 17px;
    top: -17px;
    left: 16px;
  }
  .bw-step h3 { font-size: 15px; }
  .bw-step p { font-size: 13px; }
  .bw-header-actions .bw-btn { padding: 9px 16px; font-size: 13.5px; }
  .bw-logo { font-size: 23px; }
  .bw-pay-table th, .bw-pay-table td { padding: 13px 14px; font-size: 13.5px; }
}

/* ==========================================================================
   19. REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .bw-ticker-track,
  .bw-hero h1 .gold-pop { animation: none; }
  .bw-btn, .bw-game, .bw-promo, .bw-vert, .bw-sabong-card { transition: none; }
}
