*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:1.7;
  color:#e2dff0;
  background:#0d0b14;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:#d4a574;text-decoration:none;transition:color .25s}
a:hover{color:#f0d4a8}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

/* ---------- WRAPPER ---------- */
.bv-wrap{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

/* ---------- ICON INLINE HELPER ---------- */
.bv-ico-inline{
  display:inline-block;
  vertical-align:middle;
  margin-right:6px;
}

/* =====================================================
   HEADER
   ===================================================== */
.bv-top{
  position:sticky;
  top:0;
  z-index:900;
  background:rgba(13,11,20,.92);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(212,165,116,.12);
}
.bv-top__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width:1240px;
  margin:0 auto;
  padding:14px 24px;
}
.bv-top__brand img{height:40px;width:auto}
.bv-top__nav{display:flex;gap:12px;align-items:center}

/* ---------- BUTTONS ---------- */
.bv-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:15px;
  border-radius:10px;
  padding:12px 26px;
  transition:all .3s;
  white-space:nowrap;
}
.bv-cta--outline{
  border:2px solid rgba(212,165,116,.45);
  color:#d4a574;
  background:transparent;
}
.bv-cta--outline:hover{background:rgba(212,165,116,.1);color:#f0d4a8}
.bv-cta--glow{
  background:linear-gradient(135deg,#d4a574,#b8956a);
  color:#0d0b14;
  border:none;
  box-shadow:0 4px 20px rgba(212,165,116,.25);
}
.bv-cta--glow:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 30px rgba(212,165,116,.4);
  color:#0d0b14;
}
.bv-cta--jumbo{
  font-size:18px;
  padding:18px 44px;
  border-radius:14px;
  background:linear-gradient(135deg,#d4a574 0%,#c9995e 50%,#d4a574 100%);
  background-size:200% 100%;
  color:#0d0b14;
  box-shadow:0 6px 28px rgba(212,165,116,.35);
  animation:bv-shimmer 3s linear infinite;
}
.bv-cta--jumbo:hover{
  transform:translateY(-3px) scale(1.02);
  box-shadow:0 12px 40px rgba(212,165,116,.5);
  color:#0d0b14;
}
@keyframes bv-shimmer{
  0%{background-position:200% 0}
  100%{background-position:-200% 0}
}

/* =====================================================
   HERO BANNER
   ===================================================== */
.bv-hero{
  position:relative;
  padding:100px 0 70px;
  text-align:center;
  background:
    radial-gradient(ellipse at 30% 20%,rgba(107,33,168,.25) 0%,transparent 55%),
    radial-gradient(ellipse at 70% 80%,rgba(212,165,116,.12) 0%,transparent 50%),
    linear-gradient(180deg,#0d0b14 0%,#15102a 100%);
  overflow:hidden;
}
.bv-hero::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:120px;
  background:linear-gradient(0deg,#0d0b14,transparent);
  pointer-events:none;
}
.bv-hero__ribbon{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:linear-gradient(135deg,rgba(212,165,116,.15),rgba(107,33,168,.15));
  border:1px solid rgba(212,165,116,.3);
  border-radius:50px;
  padding:8px 22px;
  font-size:14px;
  font-weight:600;
  color:#d4a574;
  margin-bottom:28px;
}
.bv-hero__h1{
  font-family:'DM Serif Display',serif;
  font-size:clamp(30px,5vw,56px);
  font-weight:700;
  line-height:1.15;
  color:#fff;
  max-width:820px;
  margin:0 auto 20px;
}
.bv-hero__sub{
  font-size:clamp(17px,2.5vw,22px);
  color:rgba(255,255,255,.75);
  margin-bottom:36px;
}
.bv-hero__cta-row{margin-bottom:48px;position:relative;z-index:2}

/* Trust badges */
.bv-trust-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px 28px;
  position:relative;z-index:2;
}
.bv-trust{
  display:flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  padding:10px 18px;
}
.bv-trust__ico{flex-shrink:0}
.bv-trust__txt{font-size:13px;font-weight:600;color:rgba(255,255,255,.85)}

/* =====================================================
   STATS BAR
   ===================================================== */
.bv-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:40px 0 50px;
}
.bv-stat{
  text-align:center;
  background:linear-gradient(145deg,rgba(107,33,168,.12),rgba(212,165,116,.06));
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  padding:28px 16px;
}
.bv-stat__val{
  display:block;
  font-family:'DM Serif Display',serif;
  font-size:clamp(26px,3.5vw,38px);
  font-weight:700;
  color:#d4a574;
  margin-bottom:6px;
}
.bv-stat__lbl{font-size:14px;color:rgba(255,255,255,.55)}

/* =====================================================
   JACKPOT TICKER
   ===================================================== */
.bv-jp-ticker{
  text-align:center;
  padding:40px 20px;
  background:linear-gradient(135deg,rgba(107,33,168,.2),rgba(212,165,116,.08));
  border:1px solid rgba(212,165,116,.2);
  border-radius:20px;
}
.bv-jp-ticker__lbl{
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-size:15px;font-weight:600;color:#d4a574;margin-bottom:16px;
}
.bv-jp-ticker__sum{
  font-family:'DM Serif Display',serif;
  font-size:clamp(36px,6vw,64px);
  font-weight:700;
  color:#fff;
  text-shadow:0 0 40px rgba(212,165,116,.3);
}
.bv-jp-ticker__note{
  display:block;margin-top:10px;
  font-size:13px;color:rgba(255,255,255,.4);
}

/* =====================================================
   SECTION WRAPPER
   ===================================================== */
.bv-sec{padding:70px 0}
.bv-sec--dark{background:#0a0818}
.bv-sec--purple{
  background:linear-gradient(180deg,#140e28 0%,#1a1232 50%,#140e28 100%);
}
.bv-sec--highlight{
  background:linear-gradient(180deg,#1a1035 0%,#221546 50%,#1a1035 100%);
}
.bv-sec__hdr{text-align:center;margin-bottom:48px}
.bv-sec__h2{
  font-family:'DM Serif Display',serif;
  font-size:clamp(24px,3.5vw,40px);
  font-weight:700;
  color:#fff;
  margin-bottom:14px;
}
.bv-sec__lead{
  font-size:17px;
  color:rgba(255,255,255,.6);
  max-width:680px;
  margin:0 auto;
}

/* =====================================================
   GRID SYSTEM
   ===================================================== */
.bv-grid{display:grid;gap:24px}
.bv-grid--4{grid-template-columns:repeat(4,1fr)}
.bv-grid--3{grid-template-columns:repeat(3,1fr)}
.bv-grid--2{grid-template-columns:repeat(2,1fr)}

@media(max-width:1024px){
  .bv-grid--4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .bv-grid--4,.bv-grid--3,.bv-grid--2{grid-template-columns:1fr}
}

/* =====================================================
   TILE / CARD
   ===================================================== */
.bv-tile{
  background:linear-gradient(145deg,rgba(45,27,78,.55),rgba(20,14,40,.8));
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  padding:32px 26px;
  transition:transform .3s,border-color .3s,box-shadow .3s;
}
.bv-tile:hover{
  transform:translateY(-6px);
  border-color:rgba(212,165,116,.25);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}
.bv-tile__ico{margin-bottom:18px}
.bv-tile__h3{
  font-size:19px;font-weight:700;color:#fff;margin-bottom:12px;
}
.bv-tile__p{
  font-size:15px;line-height:1.75;color:rgba(255,255,255,.65);
}

/* =====================================================
   GAMES GRID
   ===================================================== */
.bv-game{
  border-radius:16px;overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  transition:transform .3s,box-shadow .3s;
}
.bv-game:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.4)}
.bv-game__thumb{
  position:relative;
  height:160px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#6b21a8,#4c1d95);
}
.bv-game__thumb--mint{background:linear-gradient(135deg,#059669,#047857)}
.bv-game__thumb--amber{background:linear-gradient(135deg,#d97706,#b45309)}
.bv-game__thumb--ruby{background:linear-gradient(135deg,#dc2626,#991b1b)}
.bv-game__emoji{filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}
.bv-game__badge{
  position:absolute;top:12px;right:12px;
  font-size:11px;font-weight:800;text-transform:uppercase;
  padding:4px 12px;border-radius:20px;color:#fff;
}
.bv-game__badge--hot{background:linear-gradient(135deg,#ef4444,#dc2626)}
.bv-game__badge--new{background:linear-gradient(135deg,#10b981,#059669)}
.bv-game__badge--live{background:linear-gradient(135deg,#8b5cf6,#6d28d9);animation:bv-pulse 2s infinite}
@keyframes bv-pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(139,92,246,.5)}
  50%{box-shadow:0 0 0 8px rgba(139,92,246,0)}
}
.bv-game__body{
  padding:18px 20px;
  background:linear-gradient(145deg,rgba(30,20,55,.9),rgba(15,10,30,.95));
}
.bv-game__name{font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}
.bv-game__dev{font-size:13px;color:rgba(255,255,255,.45);margin-bottom:14px}
.bv-game__play{
  display:inline-block;font-size:13px;font-weight:700;
  color:#d4a574;border-bottom:1px solid rgba(212,165,116,.3);
  padding-bottom:2px;
}
.bv-game__play:hover{color:#f0d4a8;border-color:#f0d4a8}

/* =====================================================
   PROSE BLOCKS
   ===================================================== */
.bv-prose{
  max-width:900px;
  margin:0 auto;
  padding:50px 0;
}
.bv-prose--mt{margin-top:40px;padding-top:0}
.bv-prose h2{
  font-family:'DM Serif Display',serif;
  font-size:clamp(24px,3.5vw,36px);
  font-weight:700;color:#fff;
  margin-bottom:22px;
}
.bv-prose h3{
  font-size:22px;font-weight:700;color:#d4a574;
  margin:32px 0 14px;
}
.bv-prose p{
  font-size:16px;line-height:1.8;
  color:rgba(255,255,255,.7);
  margin-bottom:18px;
}

/* =====================================================
   VIP ROW
   ===================================================== */
.bv-vip-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}
.bv-vip{
  background:linear-gradient(145deg,rgba(45,27,78,.6),rgba(20,14,40,.85));
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:30px 22px;
  text-align:center;
  transition:transform .3s,border-color .3s;
}
.bv-vip:hover{transform:translateY(-6px);border-color:rgba(212,165,116,.25)}
.bv-vip--featured{
  border-color:rgba(212,165,116,.4);
  background:linear-gradient(145deg,rgba(107,33,168,.25),rgba(212,165,116,.1));
  box-shadow:0 0 30px rgba(212,165,116,.12);
}
.bv-vip__ico{margin-bottom:14px}
.bv-vip__name{
  font-family:'DM Serif Display',serif;
  font-size:22px;font-weight:700;color:#fff;margin-bottom:6px;
}
.bv-vip__cond{
  display:inline-block;
  font-size:12px;font-weight:600;
  color:#d4a574;
  background:rgba(212,165,116,.12);
  border-radius:20px;padding:4px 14px;
  margin-bottom:18px;
}
.bv-vip__perks{margin-bottom:20px}
.bv-vip__perks li{
  font-size:14px;color:rgba(255,255,255,.65);
  padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.bv-vip__perks li:last-child{border-bottom:none}
.bv-vip__cap{
  background:rgba(255,255,255,.04);
  border-radius:10px;padding:12px;
}
.bv-vip__cap-lbl{display:block;font-size:11px;color:rgba(255,255,255,.4);margin-bottom:4px}
.bv-vip__cap-val{
  font-family:'DM Serif Display',serif;
  font-size:22px;font-weight:700;color:#d4a574;
}

@media(max-width:1024px){.bv-vip-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.bv-vip-row{grid-template-columns:1fr;max-width:360px;margin:0 auto}}



.bv-versus{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin-bottom:50px;
  flex-wrap:wrap;
}
.bv-versus__box{
  flex:1;
  max-width:400px;
  min-width:260px;
  text-align:center;
  padding:36px 28px;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(45,27,78,.5),rgba(20,14,40,.7));
  border:1px solid rgba(255,255,255,.08);
  transition:transform .3s;
}
.bv-versus__box:hover{transform:translateY(-4px)}
.bv-versus__box--winner{
  border-color:rgba(16,185,129,.4);
  background:linear-gradient(145deg,rgba(16,185,129,.1),rgba(20,14,40,.7));
  box-shadow:0 0 30px rgba(16,185,129,.1);
}
.bv-versus__ico{margin-bottom:14px}
.bv-versus__name{font-size:20px;font-weight:700;color:#fff;margin-bottom:10px}
.bv-versus__speed{
  display:block;
  font-family:'DM Serif Display',serif;
  font-size:32px;font-weight:700;
  color:#10b981;margin-bottom:8px;
}
.bv-versus__speed--slow{color:#ef4444}
.bv-versus__detail{font-size:13px;color:rgba(255,255,255,.5)}
.bv-versus__sep{
  font-family:'DM Serif Display',serif;
  font-size:28px;font-weight:700;
  color:rgba(255,255,255,.2);
}

/* =====================================================
   STEPS
   ===================================================== */
.bv-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  counter-reset:bv-step-counter;
}
.bv-step{
  position:relative;
  text-align:center;
  padding:40px 24px 32px;
  background:linear-gradient(145deg,rgba(45,27,78,.5),rgba(20,14,40,.8));
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
}
.bv-step__num{
  display:flex;align-items:center;justify-content:center;
  width:48px;height:48px;
  margin:0 auto 18px;
  font-family:'DM Serif Display',serif;
  font-size:22px;font-weight:700;
  color:#0d0b14;
  background:linear-gradient(135deg,#d4a574,#b8956a);
  border-radius:50%;
}
.bv-step__ico{margin:0 auto 14px}
.bv-step__h3{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}
.bv-step__p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.6)}

@media(max-width:768px){.bv-steps{grid-template-columns:1fr;max-width:420px;margin:0 auto}}

/* =====================================================
   PROMOS
   ===================================================== */
.bv-promo{
  background:linear-gradient(145deg,rgba(45,27,78,.55),rgba(20,14,40,.85));
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:32px 26px;
  display:flex;flex-direction:column;
  transition:transform .3s,border-color .3s;
}
.bv-promo:hover{transform:translateY(-6px);border-color:rgba(212,165,116,.25)}
.bv-promo__ico{margin-bottom:16px}
.bv-promo__h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}
.bv-promo__p{font-size:15px;line-height:1.75;color:rgba(255,255,255,.6);flex:1;margin-bottom:20px}
.bv-promo__btn{
  display:inline-block;
  padding:12px 28px;
  background:linear-gradient(135deg,#d4a574,#b8956a);
  color:#0d0b14;
  font-weight:700;font-size:14px;
  border-radius:10px;text-align:center;
  transition:all .3s;
}
.bv-promo__btn:hover{
  transform:scale(1.03);
  box-shadow:0 8px 24px rgba(212,165,116,.3);
  color:#0d0b14;
}

/* =====================================================
   JACKPOT CARDS
   ===================================================== */
.bv-jp-main{
  text-align:center;margin-bottom:40px;
}
.bv-jp-main__lbl{
  display:block;font-size:15px;font-weight:600;
  color:rgba(255,255,255,.5);margin-bottom:10px;
}
.bv-jp-main__val{
  font-family:'DM Serif Display',serif;
  font-size:clamp(32px,5vw,52px);
  font-weight:700;color:#d4a574;
  text-shadow:0 0 30px rgba(212,165,116,.25);
}
.bv-jp-card{
  text-align:center;
  background:linear-gradient(145deg,rgba(45,27,78,.5),rgba(20,14,40,.8));
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
  padding:28px 20px;
  transition:transform .3s;
}
.bv-jp-card:hover{transform:translateY(-5px)}
.bv-jp-card__ico{margin:0 auto 12px}
.bv-jp-card__name{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}
.bv-jp-card__sum{
  display:block;
  font-family:'DM Serif Display',serif;
  font-size:24px;font-weight:700;color:#10b981;margin-bottom:4px;
}
.bv-jp-card__lbl{font-size:12px;color:rgba(255,255,255,.4)}

/* =====================================================
   STUDIOS
   ===================================================== */
.bv-studios{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}
.bv-studio{
  text-align:center;
  padding:24px 14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  transition:all .3s;
}
.bv-studio:hover{
  background:rgba(212,165,116,.08);
  border-color:rgba(212,165,116,.2);
  transform:translateY(-4px);
}
.bv-studio__ico{margin:0 auto 10px}
.bv-studio__name{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}
.bv-studio__desc{font-size:12px;color:rgba(255,255,255,.45)}

@media(max-width:1024px){.bv-studios{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.bv-studios{grid-template-columns:repeat(2,1fr)}}

/* =====================================================
   REVIEWS
   ===================================================== */
.bv-review{
  background:linear-gradient(145deg,rgba(45,27,78,.45),rgba(20,14,40,.75));
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  padding:30px 26px;
}
.bv-review__stars{
  font-size:20px;color:#d4a574;margin-bottom:16px;letter-spacing:2px;
}
.bv-review__text{
  font-size:15px;line-height:1.75;color:rgba(255,255,255,.7);
  margin-bottom:20px;font-style:italic;
}
.bv-review__author{display:flex;align-items:center;gap:14px}
.bv-review__avatar{
  width:44px;height:44px;
  background:linear-gradient(135deg,#6b21a8,#9333ea);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;overflow:hidden;
}
.bv-review__avatar img{width:28px;height:28px}
.bv-review__name{display:block;font-size:15px;font-weight:700;color:#fff}
.bv-review__city{display:block;font-size:12px;color:rgba(255,255,255,.4)}

/* =====================================================
   LIVE BOXES
   ===================================================== */
.bv-live-box{
  text-align:center;
  background:linear-gradient(145deg,rgba(45,27,78,.6),rgba(20,14,40,.85));
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:30px 20px;
  position:relative;overflow:hidden;
}
.bv-live-box::after{
  content:'';position:absolute;top:0;left:0;width:100%;height:3px;
  background:linear-gradient(90deg,#10b981,#d4a574);
}
.bv-live-box__ico{margin:0 auto 14px}
.bv-live-box__val{
  display:block;
  font-family:'DM Serif Display',serif;
  font-size:30px;font-weight:700;color:#d4a574;margin-bottom:6px;
}
.bv-live-box__lbl{display:block;font-size:13px;color:rgba(255,255,255,.55)}
.bv-live-box__dot{
  display:inline-flex;align-items:center;gap:6px;
  margin-top:10px;font-size:12px;color:#10b981;
}
.bv-live-box__dot::before{
  content:'';width:8px;height:8px;
  background:#10b981;border-radius:50%;
  animation:bv-dot-pulse 1.5s infinite;
}
@keyframes bv-dot-pulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.5;transform:scale(1.3)}
}

/* =====================================================
   WINNERS TICKER
   ===================================================== */
.bv-winners{
  background:linear-gradient(135deg,rgba(212,165,116,.08),rgba(107,33,168,.08));
  border-radius:18px;padding:30px;
}
.bv-winners__hdr{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:24px;
}
.bv-winners__h3{
  font-size:19px;font-weight:700;color:#fff;
  display:flex;align-items:center;gap:8px;
}
.bv-winners__live{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(16,185,129,.15);color:#10b981;
  padding:6px 14px;border-radius:20px;
  font-size:12px;font-weight:700;
}
.bv-winners__live::before{
  content:'';width:8px;height:8px;
  background:#10b981;border-radius:50%;
  animation:bv-dot-pulse 1.5s infinite;
}
.bv-winners__list{display:flex;flex-direction:column;gap:12px}
.bv-winner{
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
  border-radius:12px;padding:14px 20px;
  transition:all .3s;
}
.bv-winner:hover{
  background:rgba(212,165,116,.08);
  border-color:rgba(212,165,116,.15);
}
.bv-winner__left{display:flex;align-items:center;gap:14px}
.bv-winner__avatar{
  width:42px;height:42px;
  background:linear-gradient(135deg,#432874,#9333ea);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.bv-winner__avatar img{width:24px;height:24px}
.bv-winner__name{display:block;font-size:14px;font-weight:700;color:#fff}
.bv-winner__game{display:block;font-size:12px;color:rgba(255,255,255,.45)}
.bv-winner__right{text-align:right}
.bv-winner__amount{
  display:block;font-family:'DM Serif Display',serif;
  font-size:20px;font-weight:700;color:#10b981;
}
.bv-winner__time{display:block;font-size:11px;color:rgba(255,255,255,.35)}

/* =====================================================
   CRYPTO SECTION
   ===================================================== */
.bv-crypto-box{
  text-align:center;
  background:linear-gradient(145deg,rgba(45,27,78,.5),rgba(20,14,40,.75));
  border:1px solid rgba(255,255,255,.07);
  border-radius:20px;
  padding:34px 24px;
  position:relative;
  transition:transform .3s,border-color .3s;
}
.bv-crypto-box::before{
  content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:60px;height:3px;
  background:linear-gradient(90deg,#f7931a,#627eea);
  border-radius:2px;
}
.bv-crypto-box:hover{
  transform:translateY(-8px);
  border-color:rgba(247,147,26,.25);
  box-shadow:0 20px 45px rgba(0,0,0,.3);
}
.bv-crypto-box__ico{margin:0 auto 18px}
.bv-crypto-box__h3{font-size:19px;font-weight:700;color:#fff;margin-bottom:12px}
.bv-crypto-box__p{font-size:15px;line-height:1.75;color:rgba(255,255,255,.6)}

.bv-crypto-coins{
  display:flex;justify-content:center;gap:18px;
  margin-top:48px;flex-wrap:wrap;
}
.bv-coin{
  display:flex;flex-direction:column;align-items:center;gap:8px;
  padding:18px 22px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  transition:all .3s;
}
.bv-coin:hover{
  background:rgba(247,147,26,.08);
  border-color:rgba(247,147,26,.25);
  transform:translateY(-4px);
}
.bv-coin__name{font-size:13px;font-weight:700;color:#fff}
.bv-coin__time{font-size:12px;color:#10b981}

/* =====================================================
   TOURNAMENTS (extra section)
   ===================================================== */
.bv-tourney{
  border-radius:20px;overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(145deg,rgba(45,27,78,.55),rgba(20,14,40,.85));
  transition:transform .3s,border-color .3s,box-shadow .3s;
}
.bv-tourney:hover{
  transform:translateY(-8px);
  border-color:rgba(212,165,116,.25);
  box-shadow:0 24px 50px rgba(0,0,0,.35);
}
.bv-tourney__head{
  background:linear-gradient(135deg,rgba(212,165,116,.12),rgba(107,33,168,.12));
  padding:26px;text-align:center;
  position:relative;
}
.bv-tourney__status{
  position:absolute;top:14px;right:14px;
  padding:5px 12px;border-radius:20px;
  font-size:11px;font-weight:800;text-transform:uppercase;color:#fff;
}
.bv-tourney__status--live{background:linear-gradient(135deg,#10b981,#059669)}
.bv-tourney__status--soon{background:linear-gradient(135deg,#f59e0b,#d97706)}
.bv-tourney__ico{margin-bottom:14px}
.bv-tourney__name{
  font-family:'DM Serif Display',serif;
  font-size:22px;font-weight:700;color:#fff;margin-bottom:6px;
}
.bv-tourney__prize{
  font-size:28px;font-weight:800;color:#d4a574;
}
.bv-tourney__body{padding:24px}
.bv-tourney__row{
  display:flex;justify-content:space-between;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.bv-tourney__row:last-of-type{border-bottom:none}
.bv-tourney__lbl{font-size:14px;color:rgba(255,255,255,.5)}
.bv-tourney__val{font-size:14px;font-weight:600;color:#fff}
.bv-tourney__bar-wrap{margin-top:18px}
.bv-tourney__bar-info{
  display:flex;justify-content:space-between;
  font-size:12px;color:rgba(255,255,255,.45);margin-bottom:8px;
}
.bv-tourney__bar{
  height:8px;background:rgba(255,255,255,.08);
  border-radius:4px;overflow:hidden;
}
.bv-tourney__bar-fill{
  height:100%;border-radius:4px;
  background:linear-gradient(90deg,#d4a574,#10b981);
  transition:width .6s ease;
}
.bv-tourney__bar-fill--soon{
  background:linear-gradient(90deg,#f59e0b,#d97706);
}
.bv-tourney__btn{
  display:block;width:100%;margin-top:20px;
  padding:14px;text-align:center;
  background:linear-gradient(135deg,#d4a574,#b8956a);
  color:#0d0b14;font-weight:700;font-size:15px;
  border-radius:12px;transition:all .3s;
}
.bv-tourney__btn:hover{
  transform:scale(1.02);
  box-shadow:0 8px 28px rgba(212,165,116,.3);
  color:#0d0b14;
}
.bv-lang-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-bottom:10px;
}
.bv-lang{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 22px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  color:rgba(255,255,255,.7);
  transition:all .3s;
}
.bv-lang:hover{
  background:rgba(212,165,116,.08);
  border-color:rgba(212,165,116,.2);
  color:#fff;
  transform:translateY(-3px);
}
.bv-lang--active{
  background:linear-gradient(135deg,rgba(212,165,116,.15),rgba(107,33,168,.1));
  border-color:rgba(212,165,116,.4);
  color:#d4a574;
  pointer-events:none;
}
.bv-lang__flag{
  flex-shrink:0;
  border-radius:3px;
  box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.bv-lang__name{white-space:nowrap}

.bv-faq{
  max-width:820px;
  margin:0 auto;
}
.bv-faq__item{
  border-bottom:1px solid rgba(255,255,255,.06);
}
.bv-faq__item:last-child{border-bottom:none}
.bv-faq__q{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:22px 0;
  font-size:16px;
  font-weight:600;
  color:#fff;
  text-align:left;
  background:none;
  border:none;
  cursor:pointer;
  transition:color .25s;
  gap:16px;
}
.bv-faq__q span:first-child{
  display:flex;
  align-items:center;
  gap:8px;
}
.bv-faq__q:hover{color:#d4a574}
.bv-faq__arrow{
  font-size:12px;
  color:rgba(255,255,255,.3);
  transition:transform .3s;
  flex-shrink:0;
}
.bv-faq__item.bv-faq__item--open .bv-faq__arrow{
  transform:rotate(180deg);
  color:#d4a574;
}
.bv-faq__a{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease,padding .4s ease;
  padding:0 0 0 0;
}
.bv-faq__item.bv-faq__item--open .bv-faq__a{
  max-height:400px;
  padding:0 0 22px 0;
}
.bv-faq__a p{
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,.6);
}

.bv-cta-final{
  text-align:center;
  padding:80px 0;
  background:
    radial-gradient(ellipse at 50% 50%,rgba(107,33,168,.2) 0%,transparent 60%),
    radial-gradient(ellipse at 50% 100%,rgba(212,165,116,.1) 0%,transparent 50%),
    linear-gradient(180deg,#15102a,#0d0b14);
}
.bv-cta-final__h2{
  font-family:'DM Serif Display',serif;
  font-size:clamp(26px,4vw,44px);
  font-weight:700;
  color:#fff;
  margin-bottom:18px;
}
.bv-cta-final__p{
  font-size:18px;
  color:rgba(255,255,255,.6);
  max-width:600px;
  margin:0 auto 36px;
}

.bv-foot{
  background:#08060f;
  border-top:1px solid rgba(255,255,255,.05);
  padding:60px 0 0;
}
.bv-foot__upper{
  display:flex;
  gap:60px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.bv-foot__brand{
  flex:0 0 320px;
  max-width:320px;
}
.bv-foot__logo{
  height:38px;
  width:auto;
  margin-bottom:16px;
}
.bv-foot__desc{
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.45);
  margin-bottom:20px;
}
.bv-foot__social{
  display:flex;
  gap:12px;
}
.bv-foot__social a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  transition:all .3s;
}
.bv-foot__social a:hover{
  background:rgba(212,165,116,.12);
  border-color:rgba(212,165,116,.25);
  transform:translateY(-3px);
}
.bv-foot__social a img{width:20px;height:20px}
.bv-foot__cols{
  display:flex;
  flex:1;
  gap:40px;
}
.bv-foot__col h4{
  font-size:15px;
  font-weight:700;
  color:#fff;
  margin-bottom:16px;
}
.bv-foot__col ul li{margin-bottom:10px}
.bv-foot__col ul li a{
  font-size:14px;
  color:rgba(255,255,255,.45);
  transition:color .25s;
}
.bv-foot__col ul li a:hover{color:#d4a574}
.bv-foot__lower{
  padding:28px 0;
  text-align:center;
}
.bv-foot__lower p{
  font-size:13px;
  color:rgba(255,255,255,.35);
  margin-bottom:6px;
}
.bv-foot__lower strong{color:rgba(255,255,255,.55)}
.bv-foot__pay{
  margin-top:12px;
  font-size:12px;
  color:rgba(255,255,255,.25);
  letter-spacing:.5px;
}

@media(max-width:1024px){
  .bv-foot__upper{flex-direction:column;gap:40px}
  .bv-foot__brand{flex:none;max-width:100%}
  .bv-foot__cols{flex-wrap:wrap;gap:30px}
}
@media(max-width:640px){
  .bv-foot__cols{flex-direction:column;gap:24px}
}

/* =====================================================
   RESPONSIVE — GLOBAL OVERRIDES
   ===================================================== */

/* Tablet */
@media(max-width:1024px){
  .bv-stats{grid-template-columns:repeat(2,1fr)}
  .bv-hero{padding:70px 0 50px}
  .bv-sec{padding:55px 0}
  .bv-versus{flex-direction:column;gap:16px}
  .bv-versus__sep{display:none}
  .bv-versus__box{max-width:100%;width:100%}
}

/* Mobile */
@media(max-width:640px){
  body{font-size:15px}
  .bv-wrap{padding:0 16px}
  .bv-hero{padding:60px 0 40px}
  .bv-hero__h1{font-size:26px}
  .bv-hero__sub{font-size:16px}
  .bv-hero__ribbon{font-size:12px;padding:6px 16px}
  .bv-cta--jumbo{font-size:16px;padding:16px 32px}
  .bv-trust-row{gap:10px}
  .bv-trust{padding:8px 12px}
  .bv-trust__txt{font-size:11px}
  .bv-stats{grid-template-columns:1fr 1fr;gap:12px;padding:24px 0 30px}
  .bv-stat{padding:20px 12px}
  .bv-stat__val{font-size:24px}
  .bv-sec{padding:40px 0}
  .bv-sec__h2{font-size:22px}
  .bv-sec__lead{font-size:15px}
  .bv-tile{padding:24px 20px}
  .bv-tile__h3{font-size:17px}
  .bv-tile__p{font-size:14px}
  .bv-prose{padding:30px 0}
  .bv-prose h2{font-size:22px}
  .bv-prose h3{font-size:19px}
  .bv-prose p{font-size:15px}
  .bv-game__thumb{height:130px}
  .bv-jp-ticker__sum{font-size:32px}
  .bv-jp-main__val{font-size:28px}
  .bv-versus__speed{font-size:24px}
  .bv-live-box__val{font-size:24px}
  .bv-winner{padding:12px 14px;flex-wrap:wrap;gap:10px}
  .bv-winner__left{gap:10px}
  .bv-winner__avatar{width:36px;height:36px}
  .bv-winner__amount{font-size:17px}
  .bv-crypto-coins{gap:10px}
  .bv-coin{padding:14px 16px}
  .bv-tourney__prize{font-size:22px}
  .bv-tourney__name{font-size:18px}
  .bv-lang-row{gap:8px}
  .bv-lang{padding:10px 14px;font-size:13px}
  .bv-faq__q{font-size:15px;padding:18px 0}
  .bv-cta-final{padding:50px 0}
  .bv-cta-final__h2{font-size:24px}
  .bv-cta-final__p{font-size:16px}
  .bv-foot{padding:40px 0 0}
  .bv-foot__upper{gap:30px}
  .bv-review{padding:24px 20px}
  .bv-review__stars{font-size:18px}
  .bv-review__text{font-size:14px}

  /* Header mobile */
  .bv-top__inner{padding:10px 16px}
  .bv-top__brand img{height:32px}
  .bv-cta--outline{padding:8px 14px;font-size:13px}
  .bv-cta--glow{padding:8px 16px;font-size:13px}
}

/* Small mobile */
@media(max-width:380px){
  .bv-stats{grid-template-columns:1fr}
  .bv-trust-row{flex-direction:column;align-items:center}
  .bv-top__nav{gap:8px}
  .bv-cta--outline{padding:7px 10px;font-size:12px}
  .bv-cta--glow{padding:7px 12px;font-size:12px}
  .bv-hero__h1{font-size:22px}
  .bv-crypto-coins{flex-direction:column;align-items:center}
  .bv-coin{width:100%;max-width:200px;flex-direction:row;justify-content:center}
}

.bv-reveal{
  opacity:0;
  transform:translateY(30px);
  transition:opacity .6s ease,transform .6s ease;
}
.bv-reveal--visible{
  opacity:1;
  transform:translateY(0);
}

@media print{
  .bv-top,.bv-hero__cta-row,.bv-cta-final,.bv-foot__social,
  .bv-game__play,.bv-promo__btn,.bv-tourney__btn{display:none!important}
  body{background:#fff;color:#222}
  .bv-sec,.bv-sec--dark,.bv-sec--purple,.bv-sec--highlight{
    background:#fff!important;
    padding:20px 0;
  }
  .bv-sec__h2,.bv-prose h2,.bv-prose h3,.bv-tile__h3{color:#111!important}
  .bv-tile__p,.bv-prose p,.bv-sec__lead{color:#444!important}
}

.bv-tile__ico,
.bv-trust__ico,
.bv-step__ico,
.bv-promo__ico,
.bv-vip__ico,
.bv-crypto-box__ico,
.bv-jp-card__ico,
.bv-jp-ticker__lbl img,
.bv-tourney__ico,
.bv-studio__ico,
.bv-live-box__ico,
.bv-versus__ico,
.bv-review__avatar img,
.bv-winner__avatar img,
.bv-game__emoji,
.bv-sec__hdr img,
.bv-faq__q img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

/* ---------- GOLD ACCENT ICONS ---------- */
/* Hero ribbon star, jackpot ticker, VIP icons, promo icons */
.bv-hero__ribbon img,
.bv-jp-ticker__lbl img,
.bv-vip__ico,
.bv-promo__ico,
.bv-jp-card__ico,
.bv-jp-main img,
.bv-tourney__ico,
.bv-winners__h3 img,
.bv-crypto-box__ico {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(500%) hue-rotate(350deg) brightness(95%) contrast(90%);
  /* Result: approx #d4a574 gold */
  opacity: 0.95;
}

/* ---------- WHITE ICONS ---------- */
/* Trust row, tiles, steps, game emojis, FAQ inline */
.bv-trust__ico,
.bv-tile__ico,
.bv-step__ico,
.bv-game__emoji,
.bv-faq__q img,
.bv-ico-inline,
.bv-studio__ico,
.bv-live-box__ico,
.bv-versus__ico {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

/* ---------- GREEN ACCENT ICONS ---------- */
/* Check marks, speed winner, winner amounts area */
.bv-versus__box--winner .bv-versus__ico,
.bv-tile__ico[src*="ico-check"] {
  filter: brightness(0) saturate(100%) invert(65%) sepia(60%) saturate(500%) hue-rotate(100deg) brightness(95%) contrast(95%);
  /* Result: approx #10b981 green */
  opacity: 1;
}

/* ---------- CRYPTO COIN ICONS — specific colors ---------- */
.bv-coin img[alt="Bitcoin"] {
  filter: brightness(0) saturate(100%) invert(60%) sepia(90%) saturate(600%) hue-rotate(5deg) brightness(100%) contrast(95%);
  /* Result: approx #f7931a orange */
}
.bv-coin img[alt="Ethereum"] {
  filter: brightness(0) saturate(100%) invert(45%) sepia(40%) saturate(500%) hue-rotate(200deg) brightness(100%) contrast(90%);
  /* Result: approx #627eea blue-purple */
}
.bv-coin img[alt="Litecoin"] {
  filter: brightness(0) saturate(100%) invert(60%) sepia(10%) saturate(300%) hue-rotate(180deg) brightness(110%) contrast(85%);
  /* Result: approx #bfbbbb silver */
}
.bv-coin img[alt="Tether"] {
  filter: brightness(0) saturate(100%) invert(70%) sepia(50%) saturate(500%) hue-rotate(110deg) brightness(95%) contrast(90%);
  /* Result: approx #26a17b teal */
}
.bv-coin img[alt="Solana"] {
  filter: brightness(0) saturate(100%) invert(35%) sepia(80%) saturate(600%) hue-rotate(240deg) brightness(105%) contrast(95%);
  /* Result: approx #9945ff purple */
}
.bv-coin img[alt="Dogecoin"] {
  filter: brightness(0) saturate(100%) invert(70%) sepia(60%) saturate(500%) hue-rotate(15deg) brightness(100%) contrast(90%);
  /* Result: approx #c2a633 yellow-gold */
}

/* ---------- SOCIAL ICONS (footer) ---------- */
.bv-foot__social a img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.bv-foot__social a:hover img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(500%) hue-rotate(350deg) brightness(95%) contrast(90%);
  opacity: 1;
}

/* ---------- FOOTER COLUMN LINK ICONS (if any) ---------- */
.bv-foot__col img {
  filter: brightness(0) invert(1);
  opacity: 0.4;
}

/* ---------- HOVER EFFECTS ---------- */

/* Tiles: icon goes gold on card hover */
.bv-tile:hover .bv-tile__ico {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(500%) hue-rotate(350deg) brightness(95%) contrast(90%);
  opacity: 1;
}

/* Games: emoji brightens on hover */
.bv-game:hover .bv-game__emoji {
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* VIP cards: icon brightens on hover */
.bv-vip:hover .bv-vip__ico {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(80%) sepia(40%) saturate(500%) hue-rotate(345deg) brightness(100%) contrast(90%);
}

/* Studios: icon goes gold on hover */
.bv-studio:hover .bv-studio__ico {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(500%) hue-rotate(350deg) brightness(95%) contrast(90%);
  opacity: 1;
}

/* Crypto boxes: icon brightens on hover */
.bv-crypto-box:hover .bv-crypto-box__ico {
  opacity: 1;
}

/* Crypto coins: brighten on hover */
.bv-coin:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Live boxes: icon goes gold on hover */
.bv-live-box:hover .bv-live-box__ico {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(500%) hue-rotate(350deg) brightness(95%) contrast(90%);
  opacity: 1;
}

/* Winner entries: avatar icon brightens */
.bv-winner:hover .bv-winner__avatar img {
  opacity: 1;
}

/* Review avatars */
.bv-review__avatar img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

/* Tourney cards: icon brightens on hover */
.bv-tourney:hover .bv-tourney__ico {
  opacity: 1;
}

/* Language flags — no filter, show original colors */
.bv-lang__flag {
  filter: none !important;
  opacity: 1 !important;
}

/* ---------- TOURNAMENT STATUS BADGES — keep clean ---------- */
.bv-tourney__status img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

/* ---------- STEP NUMBERS — icon below number stays white ---------- */
.bv-step__ico {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
.bv-step:hover .bv-step__ico {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(500%) hue-rotate(350deg) brightness(95%) contrast(90%);
  opacity: 1;
}

/* ---------- FAQ INLINE ICONS — subtle gold ---------- */
.bv-faq__q .bv-ico-inline {
  filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(500%) hue-rotate(350deg) brightness(95%) contrast(90%);
  opacity: 0.7;
}
.bv-faq__q:hover .bv-ico-inline {
  opacity: 1;
}

/* ---------- BACK TO TOP BUTTON SVG ---------- */
.bv-back-top svg {
  color: #d4a574;
}

