:root {
  --bg: #0a0a0c;
  --panel: #141416;
  --panel2: #101012;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, .66);
  --line: rgba(255, 255, 255, .12);
  --glass: rgba(255, 255, 255, .05);
  --shadow: 0 30px 80px rgba(0, 0, 0, .55);
  --r: 18px;
  --r2: 26px;

  --accent: #941e17;
  --accent2: #9b4038;

  --grad: linear-gradient(90deg, #a71717 0%, #9e2822 100%);
  --grad2: linear-gradient(90deg, rgba(167, 26, 26, 0.94) 0%, rgba(133, 50, 46, 0.94) 100%);
}

* {
  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, 59, 48, .05), transparent 60%),
    radial-gradient(900px 500px at 25% 55%, rgba(229, 0, 0, .05), 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(0, 0, 0, .85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
}

.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(255, 255, 255, .85);
  padding: 10px 2px;
  position: relative;
  font-weight: 600;
}

.menu__link:hover {
  color: #fff
}

.menu__link.is-active {
  color: var(--accent)
}

.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;
  color: #fff;
}

.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:
    linear-gradient(180deg, rgba(0, 0, 0, .30) 0%, rgba(0, 0, 0, .55) 55%, rgba(0, 0, 0, .92) 100%),
    url("social\ casino.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.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;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .6);
}

.hero__subtitle {
  margin: 0 auto 28px;
  width: min(650px, 92%);
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}

.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 14px 34px rgba(0, 0, 0, .4);
}

.btn--wide {
  min-width: 200px
}

.btn--pill {
  padding: 12px 18px
}

.btn--light {
  background: rgba(255, 255, 255, .95);
  color: #111;
  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: var(--accent);
  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, 59, 48, .10), transparent 60%),
    radial-gradient(700px 400px at 35% 55%, rgba(229, 0, 0, .10), 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, .45);
}

.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, .35);
  border: 1px solid rgba(255, 255, 255, .14);
  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: #e50000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .5);
}

.art__chips {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  height: 34px;
  background: repeating-linear-gradient(90deg, #e50000 0 16px, rgba(0, 0, 0, .75) 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, .14), transparent 65%),
    radial-gradient(500px 300px at 55% 60%, rgba(255, 59, 48, .12), transparent 60%),
    radial-gradient(500px 300px at 35% 55%, rgba(229, 0, 0, .12), transparent 60%),
    rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .14);
  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: var(--accent);
  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(229, 0, 0, .14);
  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(229, 0, 0, .12);
  border: 1px solid rgba(255, 59, 48, .35);
  color: #ff3b30;
  font-size: 26px;
  margin-bottom: 14px;
}
.feature__icon svg {
  width: 27px;
  height: 27px;
}
.feature.is-active .feature__icon {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.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.pexels.com/photos/270288/pexels-photo-270288.jpeg?auto=compress&cs=tinysrgb&w=1920");
  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(0, 0, 0, .85) 70%, rgba(0, 0, 0, 1) 100%);
}

.cta__inner {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center
}

.ctaBox {
  width: min(720px, 92%);
  background: rgba(14, 14, 16, .92);
  border: 1px solid rgba(255, 59, 48, .5);
  border-radius: 22px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: var(--shadow);
}

.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(255, 255, 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(229, 0, 0, .14);
  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: var(--accent)
}

.trustItem__text {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6
}

.trustItem.is-active {
  border-color: rgba(255, 59, 48, .55);
  background: rgba(229, 0, 0, .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, 59, 48, .10), transparent 60%),
    radial-gradient(800px 400px at 35% 60%, rgba(229, 0, 0, .10), 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, .12), transparent 60%),
    linear-gradient(180deg, rgba(255, 59, 48, .16), rgba(229, 0, 0, .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(255, 255, 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(0, 0, 0, .82);
  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(255, 255, 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: 74px;
    padding: 14px 18px 20px;
    background: rgba(10, 10, 12, .98);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .45);
  }

  .menu.is-open {
    display: flex
  }

  .menu__link {
    width: 100%;
    padding: 12px 4px;
    font-size: 15px;
  }

  .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
  }

  .langMenu {
    width: min(230px, calc(100vw - 32px));
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}

/* Language dropdown */
.langWrap {
  position: relative;
}

.lang {
  cursor: pointer;
}

.langMenu {
  position: absolute;
  right: 0;
  top: 52px;
  width: 220px;
  background: rgba(12, 12, 14, .98);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
  display: none;
  z-index: 60;
}

.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(255, 255, 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(12, 12, 14, .98);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);

  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(255, 255, 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);
  }
}

/* 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, #ff3b30, #e50000);
  transition: width .25s ease;
  opacity: .9;
}

.menu__link:hover::after {
  width: 100%;
}

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

/* buttons */
.btn.btn--grad {
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn.btn--grad:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .4);
}

/* 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: #fff;
}

.pageHero__sub--dark {
  color: rgba(255, 255, 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(255, 255, 255, .85);
}

.sbTopNav__pill.is-active {
  background: rgba(229, 0, 0, .22);
  border-color: rgba(255, 59, 48, .55);
  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(255, 255, 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: 150px;
  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(255, 255, 255, .9);
  margin-bottom: 8px;
}

.sbTitle {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.sbMini {
  color: rgba(255, 255, 255, .70);
  font-size: 13px;
  margin-top: 6px;
}

.sbStars {
  display: flex;
  gap: 2px;
  font-size: 18px;
  line-height: 1;
}

.starOn {
  color: var(--accent);
}

.starOff {
  color: rgba(255, 255, 255, .25);
}

.sbBenefits {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
}

.sbAction {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.copyBox {
  border: 2px dashed rgba(255, 59, 48, .65);
  border-radius: 14px;
  padding: 12px 12px;
  text-align: right;
  width: 100%;
  background: rgba(255, 255, 255, .02);
}

.copyBox small {
  color: rgba(255, 255, 255, .65);
}

.copyCode {
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 6px;
  display: inline-block;
}

.btn--orange {
  background: #e50000;
  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(16px);
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}

.reveal.is-inview {
  opacity: 1;
  transform: translateY(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: 0;
  background: rgba(229, 0, 0, .10);
  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, .18);
  border-color: rgba(255, 255, 255, .25);
  color: #fff;
}

/* 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 IMAGE BACKGROUND
========================= */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

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

/* Dark overlay for readability */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.85));
}

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

/* Mobile optimization */
@media (max-width: 768px) {
  .hero {
    min-height: 86vh;
  }
}

/* =========================
   CTA VIDEO BACKGROUND
========================= */
.cta {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

/* Overlay with stronger focus */
.cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center,
      rgba(30, 8, 24, 0.5),
      rgba(18, 5, 15, 0.88));
  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(26, 8, 20, 0.7);
  backdrop-filter: blur(14px);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 59, 48, 0.16);
  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: rgba(255, 255, 255, .8);
  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;
  }

  .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.08),
      rgba(14, 14, 16, 0.9));

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

  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, 59, 48, 0.12),
      rgba(229, 0, 0, 0.12));
  opacity: 0.3;
  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, #ff3b30, #e50000);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .5);

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

/* =========================
   Polish & responsive
========================= */
html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 90px;
}

/* Hero title stays clean white for readability */
.hero__title {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

/* Banner subtle shine (subtle, low motion) */
.banner__inner {
  position: relative;
  overflow: hidden;
}

/* Sticky nav scrolled state handled by JS-free CSS fallback */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Small screen refinements */
@media (max-width:720px) {
  .banner__inner {
    flex-direction: column;
    text-align: center;
  }

  .hero__title {
    font-size: clamp(34px, 9vw, 48px);
  }

  .section--pad {
    padding: 50px 0;
  }

  .nav__inner {
    padding: 12px 16px;
  }

  .logo__text {
    font-size: 17px;
  }

  .hero__cta {
    flex-direction: column;
    align-items: center;
  }

  .hero__cta .btn {
    width: 100%;
    max-width: 340px;
  }

  .hero__subtitle {
    width: 100%;
  }
}

/* Compact phones */
@media (max-width:480px) {
  .nav__inner {
    padding: 10px 14px;
    gap: 10px;
  }

  .logo {
    gap: 8px;
  }

  .logo__text {
    font-size: 14px;
    letter-spacing: .6px;
    white-space: nowrap;
  }

  .logo img {
    width: 42px;
    height: 42px;
  }

  .nav__right {
    gap: 10px;
  }

  .lang {
    padding: 10px 10px;
    gap: 7px;
    font-size: 13px;
  }

  .lang__flag {
    font-size: 15px;
  }

  .burger {
    width: 44px;
    height: 44px;
  }

  .menu {
    top: 66px;
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }

  .brandGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__inner {
    padding: 54px 0 64px;
  }

  .ctaBox {
    padding: 26px 18px;
  }

  .banner__inner {
    padding: 18px 0;
    gap: 10px;
  }

  .banner__text {
    font-size: 19px;
  }
}

/* Tiny screens */
@media (max-width:360px) {
  .nav__inner {
    padding: 8px 10px;
    gap: 8px;
  }

  .logo img {
    width: 38px;
    height: 38px;
  }

  .logo__text {
    font-size: 12.5px;
  }

  .lang {
    padding: 8px 8px;
  }

  #langCode {
    display: none;
  }

  .burger {
    width: 40px;
    height: 40px;
  }

  .menu {
    top: 60px;
  }
}