:root{
  /* Base */
  --bg:#060a16;          /* deep navy */
  --panel:#0a1430;       /* card/panel */
  --panel2:#081028;      /* deeper panel */
  --text:#f3f6ff;        /* near-white */
  --muted:rgba(243,246,255,.72);
  --line:rgba(255,255,255,.10);
  --glass:rgba(255,255,255,.06);
  --shadow: 0 30px 80px rgba(0,0,0,.58);
  --r:18px;
  --r2:26px;

  /* 🇺🇸 US Palette */
  --us-red:#ff2d55;      /* bold red */
  --us-red2:#ff4d6d;     /* softer red highlight */
  --us-blue:#1f5eff;     /* electric blue */
  --us-blue2:#3aa0ff;    /* sky blue */
  --us-ice:#7cf7ff;      /* neon ice */

  /* Main gradients used everywhere (buttons, banners, accents) */
  --grad:  linear-gradient(90deg, var(--us-red) 0%, var(--us-blue) 55%, var(--us-ice) 100%);
  --grad2: linear-gradient(90deg, rgba(255,45,85,.88) 0%, rgba(31,94,255,.86) 55%, rgba(124,247,255,.82) 100%);

  /* Optional: subtle highlight background wash */
  --wash: radial-gradient(1100px 700px at 70% 25%, rgba(31,94,255,.10), transparent 60%),
          radial-gradient(900px 600px at 25% 55%, rgba(255,45,85,.08), transparent 60%);
}



*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background: radial-gradient(1200px 700px at 60% 30%, rgba(255,125,183,.08), transparent 60%),
              radial-gradient(900px 500px at 25% 55%, rgba(99,183,255,.08), transparent 60%),
              var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{width:min(1180px, 92%); margin:0 auto}

.center{display:flex; justify-content:center; margin-top:26px}
.centerTitle{
  text-align:center;
  font-size: clamp(26px, 2.7vw, 42px);
  margin:0 0 26px;
  letter-spacing:.2px;
}
.h2{
  font-size: clamp(30px, 3vw, 44px);
  margin:8px 0 12px;
  line-height:1.05;
}
.muted{color:var(--muted); line-height:1.6}
.small{font-size:12px}

/* NAV */
.nav{
  position:sticky;
  top:0;
  z-index:30;
  background: rgba(5,8,21,.72);
  backdrop-filter: blur(16px);
  border-bottom:1px solid var(--line);
}
.nav__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 25px;
  gap:18px;
}
.logo{display:flex; align-items:center; gap:10px}
.logo__text{font-weight:800; letter-spacing:1px; font-size:20px}
.logo__accent{background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent}
.logo img {
  width: 50px;
  height: 50px;
}

.menu{display:flex; gap:30px; align-items:center}
.menu__link{
  font-size: 15px;
  color:rgba(234,240,255,.85);
  padding:10px 2px;
  position:relative;
  font-weight: 600;
}
.menu__link:hover{color:#fff}
.menu__link.is-active{color:#ff9fd0}
.menu__link.is-active::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:4px;
  height:2px;
  background:var(--grad);
  border-radius:999px;
}

.nav__right{display:flex; align-items:center; gap:20px}
.lang{
  display:flex; align-items:center; gap:10px;
  padding: 12px 14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:12px;
  font-size: 15px;
}
.lang__flag{font-size:16px}
.lang__caret{opacity:.7}

.burger{
  display:none;
  width: 50px; height: 50px;
  border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  cursor:pointer;
  display: grid;
  place-content: center;
}
.burger span{
  display:block;
  width: 20px;
  height: 3px;
  background:rgba(255,255,255,.85);
  margin: 4px auto;
  border-radius:99px;
}

/* HERO */
.hero{
  position:relative;
  min-height: 68vh;
  display:grid;
  align-items:center;
  overflow:hidden;
}
.hero__bg{
  position:absolute; inset:-40px;
  background:
    radial-gradient(900px 420px at 55% 45%, rgba(0,0,0,.0), rgba(0,0,0,.65) 60%),
    radial-gradient(1200px 700px at 40% 40%, rgba(255,125,183,.12), transparent 60%),
    radial-gradient(900px 600px at 70% 55%, rgba(99,183,255,.12), transparent 60%),
    url("https://images.unsplash.com/photo-1526401485004-2aa6c4a6f655?auto=format&fit=crop&w=2200&q=60");
  background-size:cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
}
.hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(5,8,21,.55) 0%, rgba(5,8,21,.85) 70%, rgba(5,8,21,1) 100%);
}
.hero__inner{
  position:relative;
  text-align:center;
  padding:70px 0 80px;
}
.hero__title{
  font-size: clamp(40px, 5vw, 76px);
  line-height:1.0;
  margin:0 0 14px;
  letter-spacing:.2px;
}
.hero__subtitle{
  margin:0 auto 28px;
  width:min(650px, 92%);
  color:rgba(234,240,255,.8);
}
.hero__cta{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  padding:13px 22px;
  font-size:12px;
  letter-spacing:1.7px;
  text-transform:uppercase;
  transition: transform .15s ease, filter .15s ease, background .15s ease;
  user-select:none;
}
.btn:hover{transform: translateY(-1px); filter:brightness(1.05)}
.btn--grad{
  background: var(--grad);
  color:#fff;
  border: none;
  box-shadow: 0 18px 44px rgba(176,101,255,.18);
}
.btn--wide{min-width:200px}
.btn--pill{padding:12px 18px}
.btn--light{
  background: rgba(255,255,255,.92);
  color:#111827;
  border:none;
}

/* Banner */
.banner{
  background: var(--grad2);
  border-top:1px solid rgba(255,255,255,.22);
  border-bottom:1px solid rgba(255,255,255,.22);
}
.banner__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 0;
  gap:16px;
}
.banner__text{
  font-size: clamp(20px, 2.2vw, 34px);
  margin:0;
  color:#fff;
}

/* Section / layout */
.section{position:relative}
.section--pad{padding:70px 0}
.kicker{
  font-size:12px;
  letter-spacing:1px;
  color:#ff8fcd;
  text-transform:uppercase;
  margin-bottom:14px;
}
.split{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap:34px;
  align-items:center;
}
.split--reverse{grid-template-columns: .92fr 1.08fr}
.split__left{min-width:0}
.split__right{min-width:0}

/* Art blocks (right side visuals) */
.art{
  position:relative;
  border-radius: var(--r2);
  background: radial-gradient(700px 400px at 65% 25%, rgba(255,125,183,.16), transparent 60%),
              radial-gradient(700px 400px at 35% 55%, rgba(99,183,255,.16), transparent 60%),
              rgba(255,255,255,.02);
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 360px;
  overflow:hidden;
}
.art--jackpot{
  display:grid;
  place-items:center;
}
.art__bubble{
  position:absolute;
  top:24px; right:24px;
  width:140px; height:140px;
  border-radius:50%;
  background: var(--grad);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:38px;
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}
.art__bubble span{
  font-size:14px;
  font-weight:600;
  opacity:.9;
  margin-top:4px;
}
.art__card{
  width:min(430px, 92%);
  height:220px;
  border-radius: 22px;
  background: rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.12);
  display:grid;
  place-items:center;
  position:relative;
}
.art__title{
  font-size:42px;
  letter-spacing:3px;
  font-weight:900;
  padding:18px 30px;
  border-radius:18px;
  background: radial-gradient(120px 60px at 30% 20%, rgba(255,255,255,.2), transparent 60%),
              rgba(255,187,0,.86);
  color:#111827;
  border:1px solid rgba(255,255,255,.2);
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}
.art__chips{
  position:absolute;
  bottom:16px; left:50%;
  transform:translateX(-50%);
  width:78%;
  height:34px;
  background: repeating-linear-gradient(90deg, rgba(255,185,0,.9) 0 16px, rgba(0,0,0,.65) 16px 32px);
  border-radius:999px;
  opacity:.9;
  filter:blur(.1px);
}

.art--roulette{
  min-height: 420px;
  display:grid;
  place-items:center;
}
.roulette{
  width:min(460px, 92%);
  height:320px;
  border-radius: 26px;
  background:
    radial-gradient(260px 260px at 50% 40%, rgba(255,255,255,.18), transparent 65%),
    radial-gradient(500px 300px at 55% 60%, rgba(255,125,183,.15), transparent 60%),
    radial-gradient(500px 300px at 35% 55%, rgba(99,183,255,.15), transparent 60%),
    rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}

/* Glass container */
.glass{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 30px;
  padding: 40px 26px;
  box-shadow: var(--shadow);
}
.glass--big{padding:48px 28px}

/* Brands */
.brandGrid{
  display:grid;
  grid-template-columns: repeat(7, 1fr);
  gap:20px;
  margin-top:28px;
}
.brandItem{
  height:86px;
  border-radius:16px;
  background: rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.brandItem img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.05);
  opacity:.95;
}

/* Casino cards */
.cardGrid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:22px;
  margin-top:26px;
}
.card{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  overflow:hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.card__img{
  height:200px;
  background: rgba(0,0,0,.30);
  border-bottom:1px solid rgba(255,255,255,.08);
  display:grid;
  place-items:center;
}
.card__img img{width:100%; height:100%; object-fit:cover}
.card__body{padding:18px 18px 22px}
.card__tag{
  font-size:12px;
  letter-spacing:1px;
  color:#ff8fcd;
  text-transform:uppercase;
  margin-bottom:10px;
}
.card__title{font-size:22px; margin:0 0 14px; line-height:1.25}
.card__btnRow{display:flex; justify-content:center; margin-top:10px}

/* Bullets */
.bullets{display:flex; flex-direction:column; gap:18px; margin:22px 0 28px}
.bullet{display:flex; gap:14px; align-items:flex-start}
.bullet__icon{
  width:46px; height:46px;
  border-radius:50%;
  background: rgba(255,125,183,.18);
  border:1px solid rgba(255,255,255,.12);
  display:grid; place-items:center;
  font-size:18px;
}
.bullet__title{font-weight:800; margin-bottom:4px}
.bullet__text{color:var(--muted); font-size:14px; line-height:1.6}

/* Features */
.featureGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:22px;
  margin-top:30px;
}
.feature{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding:20px 20px 22px;
  min-height: 170px;
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
}
.feature.is-active{
  background: var(--grad2);
  border-color: rgba(255,255,255,.22);
}
.feature__icon{
  width:56px; height:56px;
  border-radius:18px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  font-size:26px;
  margin-bottom:14px;
}
.feature__title{font-weight:900; font-size:18px; margin:0 0 6px}
.feature__text{color:var(--muted); font-size:14px; line-height:1.6}

/* CTA */
.cta{
  position:relative;
  height: 440px;
  margin: 10px 0 0;
  overflow:hidden;
}
.cta__bg{
  position:absolute; inset:-40px;
  background:
    url("https://images.unsplash.com/photo-1518544887879-5f379a6a3a3f?auto=format&fit=crop&w=2200&q=60");
  background-size:cover;
  background-position:center;
  filter: blur(0px) saturate(1.1);
}
.cta__overlay{
  position:absolute; inset:0;
  background: radial-gradient(900px 400px at 50% 50%, rgba(255,255,255,.05), rgba(5,8,21,.85) 70%, rgba(5,8,21,1) 100%);
}
.cta__inner{position:relative; height:100%; display:grid; place-items:center}
.ctaBox{
  width:min(720px, 92%);
  background: rgba(255,255,255,.07);
  border:1px solid rgba(255,125,183,.55);
  border-radius: 22px;
  padding: 34px 26px;
  text-align:center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.ctaBox h3{
  margin:0 0 12px;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height:1.05;
}
.ctaBox p{margin:0 0 18px; color:rgba(234,240,255,.8)}

/* Trust */
.trustList{display:flex; flex-direction:column; gap:16px; margin-top:22px}
.trustItem{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.trustItem__icon{
  width:46px; height:46px;
  border-radius:50%;
  background: rgba(176,101,255,.18);
  border:1px solid rgba(255,255,255,.12);
  display:grid; place-items:center;
  font-size:18px;
}
.trustItem__title{font-weight:900; margin-bottom:4px; color:#ff8fcd}
.trustItem__text{color:var(--muted); font-size:14px; line-height:1.6}
.trustItem.is-active{
  border-color: rgba(255,125,183,.55);
  background: rgba(255,125,183,.08);
}

/* Dealer art */
.dealerArt{
  position:relative;
  min-height: 420px;
  border-radius: 28px;
  border:1px solid rgba(255,255,255,.10);
  background: radial-gradient(800px 400px at 65% 40%, rgba(255,125,183,.14), transparent 60%),
              radial-gradient(800px 400px at 35% 60%, rgba(99,183,255,.14), transparent 60%),
              rgba(255,255,255,.02);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.dealerArt__table{
  position:absolute;
  left:10%;
  right:10%;
  bottom:14%;
  height:160px;
  border-radius: 999px;
  background: radial-gradient(200px 120px at 40% 30%, rgba(255,255,255,.12), transparent 60%),
              rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.10);
}
.dealerArt__person{
  position:absolute;
  width:220px;
  height:320px;
  right:14%;
  top:14%;
  border-radius: 28px;
  background:
    radial-gradient(120px 120px at 50% 20%, rgba(255,255,255,.14), transparent 60%),
    linear-gradient(180deg, rgba(255,125,183,.16), rgba(99,183,255,.10)),
    rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.12);
}

/* Blogs */
.blogGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:22px;
  margin-top:26px;
}
.blog{
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  overflow:hidden;
}
.blog__img{height:200px; background:rgba(0,0,0,.25)}
.blog__img img{width:100%; height:100%; object-fit:cover}
.blog__body{padding:18px 18px 22px}
.blog__title{margin:0 0 10px; font-size:18px; font-weight:900}
.blog__meta{color:rgba(234,240,255,.7); font-size:13px; margin-bottom:10px}
.blog__text{color:var(--muted); font-size:14px; line-height:1.6}

/* Footer */
.footStrip{
  background: var(--grad2);
  border-top:1px solid rgba(255,255,255,.22);
  border-bottom:1px solid rgba(255,255,255,.22);
  padding:28px 0;
}
.footStrip h3{
  margin:0;
  font-size: clamp(18px, 2vw, 28px);
  color:#fff;
}

.footer{background: rgba(5,8,21,.8); border-top:1px solid var(--line)}
.footer__grid{
  display:grid;
  grid-template-columns: 1.25fr .9fr .9fr .9fr;
  gap:26px;
  padding:40px 0;
}
.logo--foot{margin-bottom:10px}
.footTitle{font-weight:900; margin:6px 0 14px}
.footLink{display:block; color:rgba(234,240,255,.78); margin:10px 0}
.footLink:hover{color:#fff}
.badge18{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  margin-top:14px;
  font-weight:900;
}
.beGamble{margin-top:10px; font-weight:800; letter-spacing:.5px}
.footer__bar{border-top:1px solid var(--line); padding:18px 0}
.footer__barInner{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

/* Responsive */
@media (max-width: 1020px){
  .brandGrid{grid-template-columns: repeat(4, 1fr)}
  .cardGrid{grid-template-columns: repeat(2, 1fr)}
  .blogGrid{grid-template-columns: repeat(2, 1fr)}
  .featureGrid{grid-template-columns: repeat(2, 1fr)}
  .split{grid-template-columns: 1fr; gap:22px}
  .split--reverse{grid-template-columns: 1fr}
}
@media (max-width: 720px){
  .menu{
    position:fixed;
    left:0; right:0;
    top:72px;
    padding:14px 18px 20px;
    background: rgba(5,8,21,.92);
    border-bottom:1px solid var(--line);
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .menu.is-open{display:flex}
  .burger{display:inline-block}
  .brandGrid{grid-template-columns: repeat(3, 1fr)}
  .cardGrid{grid-template-columns: 1fr}
  .blogGrid{grid-template-columns: 1fr}
  .featureGrid{grid-template-columns: 1fr}
  .footer__grid{grid-template-columns: 1fr 1fr; gap:18px}
}
/* Language dropdown */
.langWrap{ position:relative; }
.lang{
  cursor:pointer;
}
.langMenu{
  position:absolute;
  right:0;
  top:52px;
  width:220px;
  background: rgba(5,8,21,.96);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:8px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  display:none;
  z-index:60;
  backdrop-filter: blur(14px);
}
.langMenu.is-open{ display:block; }

.langItem{
  width:100%;
  text-align:left;
  padding:10px 10px;
  border-radius:12px;
  border:1px solid transparent;
  background: transparent;
  color: rgba(234,240,255,.9);
  cursor:pointer;
  font-size:14px;
}
.langItem:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
}
/* ================
   Country chip
================ */
.countryChip{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  border-radius: 12px;
  font-size:14px;
}

/* ==============================
   NAV dropdown on hover (FIXED: no closing gap)
============================== */
.menuItem{
  position:relative;
  display:flex;
  align-items:center;
}

/* IMPORTANT: let dropdown overflow */
.nav,
.nav__inner,
.menu{
  overflow: visible;
}

/* dropdown box */
.hasDrop .drop{
  position:absolute;
  left:0;
  top:100%;            /* ✅ attach to bottom of nav item */
  margin-top:8px;      /* ✅ visual spacing (safe because of bridge) */
  width:220px;

  background: rgba(5,8,21,.96);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:8px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  backdrop-filter: blur(14px);

  display:none;
  z-index:90;
}

/* ✅ invisible hover-bridge to prevent flicker when moving mouse */
.hasDrop .drop::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-10px;          /* bridge height */
  height:10px;
  background:transparent;
}

/* show on hover */
.hasDrop:hover .drop{
  display:block;
}

.drop__item{
  width:100%;
  text-align:left;
  padding:10px 10px;
  border-radius:12px;
  border:1px solid transparent;
  background: transparent;
  color: rgba(234,240,255,.9);
  cursor:pointer;
  font-size:14px;
}

.drop__item:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
}

/* Mobile: dropdown open via JS class */
.hasDrop.is-open .drop{
  display:block;
}

/* Mobile: dropdown visible when opened via JS */
.hasDrop.is-open .drop{ display:block; }

/* =====================================
   Animations & micro-interactions
===================================== */

@keyframes tog-fadeUp{
  from{opacity:0; transform:translateY(10px);}
  to{opacity:1; transform:translateY(0);}
}

@keyframes tog-shimmer{
  0%{background-position:0% 50%;}
  100%{background-position:100% 50%;}
}

/* smooth page entrance */
section, footer{
  animation: tog-fadeUp .6s ease both;
}

/* nav link underline sweep */
.menu__link{ position:relative; }
.menu__link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(124,58,237,1), rgba(34,211,238,1));
  transition: width .25s ease;
  opacity:.9;
}
.menu__link:hover::after{ width:100%; }

/* dropdown entrance */
.hasDrop:hover .drop{ animation: tog-fadeUp .18s ease both; }

/* buttons shimmer */
.btn.btn--grad{
  background-size:200% 200%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn.btn--grad:hover{
  animation: tog-shimmer 1.2s linear infinite;
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

/* cards lift */
.card, .blog, .feature, .sbRow{
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover, .blog:hover, .feature:hover, .sbRow:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0,0,0,.38);
  border-color: rgba(255,255,255,.18);
}

/* brand logo hover */
.brandItem{
  transition: transform .25s ease, filter .25s ease;
}
.brandItem:hover{
  transform: translateY(-4px) scale(1.02);
  filter: brightness(1.12);
}

/* language button hover */
.lang{
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lang:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  border-color: rgba(255,255,255,.18);
}

/* ==============================
   Page header
============================== */
.pageHero{
  padding:38px 0 20px;
}
.pageHero__title{
  margin:0;
  font-size: clamp(32px, 3.4vw, 56px);
}
.pageHero__sub{ margin:10px 0 0; }

/* Sportsbetting (light UI section like screenshot, but theme aligned) */
.pageHero--light{
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.pageHero__title--dark{ color:#eaf0ff; }
.pageHero__sub--dark{ color: rgba(234,240,255,.75); }

.sbTopNav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.sbTopNav__pill{
  font-size:13px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(234,240,255,.85);
}
.sbTopNav__pill.is-active{
  background: rgba(255,125,183,.16);
  border-color: rgba(255,125,183,.35);
  color:#fff;
}

.sbSectionTitle{
  margin:0 0 14px;
  font-size: 22px;
}

/* Sportsbook table header row */
.sbHeaderRow{
  display:grid;
  grid-template-columns: 2fr 1fr 1fr 2fr 1.3fr;
  gap:14px;
  padding:14px 16px;
  border-radius:14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  margin-bottom:14px;
  color: rgba(234,240,255,.85);
  font-size:13px;
}

/* Sportsbook rows */
.sbRow{
  display:grid;
  grid-template-columns: 2fr 1fr 1fr 2fr 1.3fr;
  gap:14px;
  padding:18px 16px;
  border-radius:18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  margin-bottom:16px;
}
.sbBrand{
  display:flex;
  gap:14px;
  align-items:center;
}
.sbLogo{
  width:120px;
  height:68px;
  border-radius:14px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.10);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.sbLogo img{ width:100%; height:100%; object-fit:cover; }

.sbBadge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(234,240,255,.9);
  margin-bottom:8px;
}
.sbTitle{
  font-size:18px;
  font-weight:900;
  margin:0;
}
.sbMini{
  color: rgba(234,240,255,.70);
  font-size:13px;
  margin-top:6px;
}
.sbStars{
  display:flex;
  gap:2px;
  font-size:18px;
  line-height:1;
}
.starOn{ color:#ff8fcd; }
.starOff{ color: rgba(255,255,255,.25); }

.sbBenefits{
  margin:0;
  padding-left:18px;
  color: rgba(234,240,255,.82);
  line-height:1.6;
}
.sbAction{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.copyBox{
  border: 2px dashed rgba(255,125,183,.65);
  border-radius: 14px;
  padding:12px 12px;
  text-align:right;
  width:100%;
  background: rgba(255,255,255,.02);
}
.copyBox small{ color: rgba(234,240,255,.65); }
.copyCode{
  font-weight:900;
  letter-spacing:1px;
  margin-top:6px;
  display:inline-block;
}
.btn--orange{
  background: #ff5a1f;
  border:none;
  color:#fff;
}
.btn--orange:hover{ filter: brightness(1.05); }

/* responsive sportsbook */
@media (max-width: 980px){
  .sbHeaderRow{ display:none; }
  .sbRow{
    grid-template-columns: 1fr;
  }
  .sbAction{ align-items:flex-start; }
}


/* =========================
   Micro interactions + scroll reveal
   ========================= */

/* Tilt */
.tilt{
  transform: perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
  will-change: transform;
}
.tilt:hover{
  transform: perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(-4px);
}

/* Scroll reveal */
.reveal{
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(8px);
  transition: opacity 700ms ease, transform 700ms ease, filter 700ms ease;
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.reveal.is-inview{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* Feature hover gradient (matches active card style) */
.feature{
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}
.feature::after{
  content:"";
  position:absolute;
  inset:-2px;
  background: var(--grad2);
  opacity: 0;
  transition: opacity 260ms ease;
  z-index: 0;
}
.feature > *{ position: relative; z-index: 1; }
.feature:hover{
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
  transform: translateY(-5px);
}
.feature:hover::after{ opacity: 1; }
.feature.is-active::after{ opacity: 1; }
.feature:hover .feature__text,
.feature.is-active .feature__text{ color: rgba(255,255,255,.82); }
.feature:hover .feature__icon,
.feature.is-active .feature__icon{
  background: rgba(0,0,0,.14);
  border-color: rgba(255,255,255,.20);
}

/* Blog cards fix */
.blog{
  display:flex;
  flex-direction: column;
  height: 100%;
}
.blog__img{ height: 180px; }
.blog__body{
  display:flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.blog__text{
  line-height: 1.6;
}
.blog__spacer{ flex: 1; }
.blog__more{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  color: rgba(255,255,255,.86);
  text-decoration:none;
  font-weight: 800;
}
.blog__more:hover{ text-decoration: underline; }

.blog--full .blog__img{ height: 240px; }

/* Buttons hover polish */
.btn{
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}
.btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
  filter: brightness(1.03);
}

/* Dropdown open animation */
.hasDrop .drop{
  transform-origin: top;
  animation: dropIn 180ms ease both;
}
@keyframes dropIn{
  from{ opacity:0; transform: translateY(6px) scale(.98); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}
/* =========================
   HERO VIDEO BACKGROUND
========================= */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none; /* no clicks */
}

.hero__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 120vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Dark overlay for readability */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(8, 10, 20, 0.65),
      rgba(8, 10, 20, 0.85)
    );
  backdrop-filter: blur(1px);
}

/* Content above video */
.hero__inner {
  position: relative;
  z-index: 2;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .hero__video iframe {
    width: 180vw;
    height: 180vh;
  }
}
/* =========================
   CTA VIDEO BACKGROUND
========================= */
.cta {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.cta__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cta__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 120vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Overlay with stronger focus */
.cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at center,
      rgba(20, 24, 45, 0.45),
      rgba(10, 12, 24, 0.85)
    );
  backdrop-filter: blur(2px);
}

/* Content */
.cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.ctaBox {
  max-width: 520px;
  padding: 48px;
  border-radius: 24px;
  background: rgba(15, 18, 35, 0.65);
  backdrop-filter: blur(14px);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(255,255,255,0.08);
  text-align: center;
  animation: ctaFadeUp 0.9s ease both;
}

.ctaBox h3 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 16px;
}

.ctaBox p {
  color: #cbd5f5;
  margin-bottom: 28px;
}

/* Entrance animation */
@keyframes ctaFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Mobile optimization */
@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }

  .cta__video iframe {
    width: 180vw;
    height: 180vh;
  }

  .ctaBox {
    padding: 32px;
  }
}
/* =========================
   REVIEW VIDEO FRAME
========================= */
.reviewMedia {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Outer rectangle (glass frame) */
.reviewMedia__frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4 / 3;
  border-radius: 32px;

  background:
    radial-gradient(
      circle at top right,
      rgba(255,255,255,0.12),
      rgba(20,24,45,0.55)
    );

  box-shadow:
    0 40px 120px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.08);

  backdrop-filter: blur(18px);
  padding: 28px;
}

/* Inner rectangle (video window) */
.reviewMedia__video {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;

  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.06),
    0 20px 60px rgba(0,0,0,0.5);
}

/* Video itself */
.reviewMedia__video iframe {
  position: absolute;
  inset: -20%;
  width: 140%;
  height: 140%;
  object-fit: cover;
  pointer-events: none;
  filter: brightness(0.95) contrast(1.05);
}

/* Subtle animated glow */
.reviewMedia__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255,100,200,0.15),
    rgba(120,160,255,0.15)
  );
  opacity: 0.35;
  pointer-events: none;
}

/* Entrance animation */
.reviewMedia__frame {
  animation: reviewFadeUp 1s ease both;
}

@keyframes reviewFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .reviewMedia__frame {
    padding: 18px;
    border-radius: 24px;
  }

  .reviewMedia__video {
    border-radius: 16px;
  }
}
/* Wrapper */
.split__right{
  display:flex;
  justify-content:center;
  align-items:center;
}

/* Art container */
.art{
  position:relative;
  width:min(560px, 100%);
}

/* Image only */
.art__img{
  width:100%;
  height:auto;
  display:block;
  border-radius:24px; /* optional — remove if you want sharp edges */
  object-fit:cover;

  /* subtle premium motion */
  transform: scale(1.01);
  transition: transform .45s ease;
}

.art:hover .art__img{
  transform: scale(1.05);
}

/* Bubble badge */
.art__bubble{
  position:absolute;
  top:-16px;
  right:-16px;
  z-index:2;

  width:140px;
  height:140px;
  border-radius:999px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  background: linear-gradient(135deg, #ff7ad9, #7aa2ff);
  box-shadow: 0 25px 60px rgba(0,0,0,.45);

  color:#fff;
  font-weight:800;
  font-size:38px;
  text-align:center;
}

.art__bubble span{
  margin-top:6px;
  font-size:14px;
  font-weight:600;
  opacity:.9;
}

/* Mobile */
@media (max-width:768px){
  .art{
    width:100%;
  }

  .art__bubble{
    width:110px;
    height:110px;
    font-size:30px;
    top:-10px;
    right:-10px;
  }
}
/* =========================
   🇺🇸 US THEME OVERRIDES
   Paste at END of style.css
========================= */

/* Pink → US Red for accents */
.kicker,
.card__tag,
.trustItem__title{
  color: var(--us-red);
}

/* Active nav color */
.menu__link.is-active{
  color: rgba(255,59,92,.95);
}

/* Active underline keeps US gradient */
.menu__link.is-active::after{
  background: var(--grad);
}

/* Stars: more "neon ice" */
.starOn{ color: var(--us-ice); }

/* Orange button: use a US red button style */
.btn--orange{
  background: var(--us-red);
}
.btn--orange:hover{
  filter: brightness(1.06);
}

/* Glass panels slightly clearer */
.glass{
  background: rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
}

/* Feature active card uses US gradient */
.feature.is-active{
  background: var(--grad2);
  border-color: rgba(255,255,255,.22);
}

/* Bubble badge gets US gradient */
.art__bubble{
  background: var(--grad);
}

/* Banner uses US gradient */
.banner,
.footStrip{
  background: var(--grad2);
}
