html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at 14% 4%, rgba(226, 24, 118, .22), transparent 34rem),
    radial-gradient(circle at 90% 0%, rgba(0, 219, 231, .18), transparent 32rem),
    linear-gradient(180deg, #05070b 0%, #090d15 42%, #05070b 100%) !important;
  color: #f4f7ff;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.ui-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 80;
  background: linear-gradient(90deg, #ff49e6, #ff9b00, #18d58d);
  box-shadow: 0 0 18px rgba(255, 113, 0, .55);
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(7, 9, 16, .84) !important;
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
}

.page-header__container,
.container,
.wrapper {
  max-width: 1180px;
}

.main-nav__link,
.toc__link,
.footer-nav__link {
  transition: color .18s ease, background .18s ease, transform .18s ease, border-color .18s ease;
}

.main-nav__link {
  border-radius: 8px;
}

.main-nav__link:hover,
.main-nav__link.is-current {
  background: rgba(255,255,255,.07);
  color: #fff !important;
  transform: translateY(-1px);
}

.main-nav__link.is-current {
  box-shadow: inset 0 -2px 0 #ffcf21;
}

.page-header__button,
.content-button__control,
.bonus__button,
.mobile-button__btn,
.slots__button {
  border-radius: 8px !important;
  font-weight: 800 !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.page-header__button,
.content-button__control,
.bonus__button,
.mobile-button__btn {
  border: 0 !important;
  background: linear-gradient(180deg, #ffbc68 0%, #ff8c00 48%, #ff4f17 100%) !important;
  color: #1d0c00 !important;
  box-shadow: 0 12px 30px rgba(255, 93, 18, .34);
}

.page-header__button--first {
  background: linear-gradient(180deg, #50f3b3, #18d58d) !important;
  color: #031f12 !important;
}

.page-header__button:hover,
.content-button__control:hover,
.bonus__button:hover,
.slots__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(255, 93, 18, .42);
}

.ui-ripple {
  position: relative;
  overflow: hidden;
}

.ui-ripple .ui-wave {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  transform: translate(-50%, -50%) scale(0);
  animation: ui-ripple .55s ease-out;
  pointer-events: none;
}

@keyframes ui-ripple {
  to {
    transform: translate(-50%, -50%) scale(18);
    opacity: 0;
  }
}

.page-main > .wrapper:first-child {
  padding-top: 36px;
}

.ui-hero-enhanced {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 0;
}

.ui-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: 22px;
  align-items: start;
}

.ui-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(18, 22, 36, .92), rgba(7, 9, 16, .72)),
    radial-gradient(circle at 12% 12%, rgba(255, 79, 230, .14), transparent 24rem);
  box-shadow: 0 26px 80px rgba(0,0,0,.46);
  overflow: hidden;
}

.ui-hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -18% -30% 18%;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 140, 0, .28), transparent 62%);
  pointer-events: none;
}

.ui-kicker {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 207, 33, .35);
  border-radius: 999px;
  color: #ffdf56;
  background: rgba(255, 207, 33, .08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ui-hero-copy h1 {
  display: block !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 0 18px !important;
  text-align: left !important;
  font-size: clamp(38px, 4.35vw, 60px) !important;
  line-height: .98 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.ui-hero-copy h1::first-letter {
  color: #ffcf21;
}

.ui-hero-copy p {
  width: 100%;
  max-width: 560px;
  margin: 0 0 12px;
  color: rgba(232, 238, 255, .82);
  font-size: 17px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.ui-hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.ui-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 900;
  color: #fff;
  background: rgba(255,255,255,.07);
}

.ui-hero-button--primary {
  border: 0;
  color: #1d0c00;
  background: linear-gradient(180deg, #ffbc68 0%, #ff8c00 48%, #ff4f17 100%);
  box-shadow: 0 12px 30px rgba(255, 93, 18, .34);
}

.ui-hero-button:hover {
  transform: translateY(-2px);
}

.ui-quick-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  max-width: 100%;
}

.ui-quick-tab {
  appearance: none;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  padding: 9px 11px;
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.72);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.ui-quick-tab:hover,
.ui-quick-tab.is-active {
  color: #fff;
  border-color: rgba(255, 80, 230, .58);
  background: linear-gradient(180deg, rgba(255,80,230,.22), rgba(255,140,0,.12));
  transform: translateY(-1px);
}

.ui-tab-note {
  position: relative;
  z-index: 1;
  min-height: 44px;
  margin-top: 10px;
  color: rgba(232,238,255,.74);
  font-size: 14px;
  line-height: 1.42;
}

.ui-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.ui-stat-card {
  padding: 14px;
  border: 1px solid rgba(0,219,231,.24);
  border-radius: 10px;
  background: rgba(3, 6, 12, .55);
}

.ui-stat-card strong {
  display: block;
  color: #18d58d;
  font-size: 25px;
  line-height: 1;
}

.ui-stat-card span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
}

.ui-hero-stage {
  position: relative;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 18px !important;
  background: rgba(10, 13, 20, .76);
  box-shadow: 0 26px 80px rgba(0,0,0,.48);
  transform: translateZ(0);
}

.ui-hero-stage::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(5,7,11,.18), transparent 42%),
    linear-gradient(180deg, transparent 70%, rgba(5,7,11,.16));
}

.ui-hero-stage .image {
  height: auto !important;
  min-height: 0;
  aspect-ratio: 980 / 1047;
  margin: 0 !important;
  border-radius: inherit !important;
}

.ui-hero-stage img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center right !important;
  filter: saturate(1.08) contrast(1.03);
  transition: transform .5s ease, filter .5s ease;
}

.ui-hero-stage:hover img {
  transform: scale(1.018);
  filter: saturate(1.16) contrast(1.05);
}

.ui-stage-light {
  position: absolute;
  inset: auto 8% 2% 18%;
  z-index: 3;
  height: 120px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 140, 0, .28), transparent 65%);
  mix-blend-mode: screen;
}

.ui-hero-enhanced .wp-block-columns {
  margin-top: 22px;
}

.ui-hero-enhanced > .winners,
.ui-hero-copy .winners {
  width: 100%;
  margin-top: 22px;
}

.bonus,
.winners,
.toc,
.faq__details,
.promotions__item,
.wp-block-table table,
.about,
.text-image__container,
.page-footer {
  background: rgba(15, 19, 31, .76) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
}

.bonus,
.promotions__item,
.faq__details,
.toc,
.slots__item {
  transform-style: preserve-3d;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bonus:hover,
.promotions__item:hover,
.faq__details:hover,
.toc:hover,
.slots__item:hover {
  transform: translateY(-4px);
  border-color: rgba(0,219,231,.42) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(0,219,231,.10) inset;
}

.bonus__title b,
.winners__reward,
h2.wp-block-heading,
h3.wp-block-heading,
.toc__title {
  color: #ffd75a !important;
}

.winners {
  border-color: rgba(0,219,231,.22) !important;
}

.winners__pause {
  min-width: 34px;
  min-height: 34px;
}

.toc {
  position: sticky;
  top: 92px;
  z-index: 5;
}

.toc__link,
.footer-nav__link {
  color: #d9e1f2 !important;
}

.toc__link:hover,
.toc__link.is-current,
.footer-nav__link:hover {
  color: #00dbe7 !important;
  border-color: rgba(0,219,231,.4) !important;
}

.wp-block-table table {
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.wp-block-table th {
  background: rgba(0,219,231,.10) !important;
  color: #fff !important;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(255,255,255,.12) !important;
}

.text-image__container img,
.get-image img,
.image img {
  border-radius: 12px;
}

.faq__question {
  cursor: pointer;
}

.faq__details[open] {
  border-color: rgba(255, 140, 0, .44) !important;
}

.mobile-button {
  background: rgba(15, 19, 31, .9) !important;
  border: 1px solid rgba(0,219,231,.28) !important;
  backdrop-filter: blur(14px);
}

.scroll-top__button {
  transition: transform .18s ease, box-shadow .18s ease;
}

.scroll-top__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(255, 140, 0, .28);
}

.ui-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.ui-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ui-reveal,
  .bonus,
  .promotions__item,
  .faq__details,
  .toc,
  .slots__item,
  .ui-quick-tab,
  .ui-hero-stage img {
    transition: none;
  }
}

@media (max-width: 1020px) {
  .ui-hero-shell {
    grid-template-columns: 1fr;
  }

  .ui-hero-copy,
  .ui-hero-stage .image {
    min-height: auto;
  }

  .ui-hero-stage .image {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .page-header__container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-inline: 12px;
    overflow: hidden;
  }

  .page-header__buttons {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    width: calc(100vw - 24px) !important;
    max-width: 100%;
    margin: 10px 0 0 !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }

  .page-header__button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: calc((100vw - 32px) / 2) !important;
    width: auto !important;
    padding-inline: 10px !important;
    font-size: 14px !important;
  }

  body .page-header .page-header__buttons {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body .page-header .page-header__buttons .page-header__button {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .ui-hero-enhanced {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-inline: 12px !important;
    overflow: hidden;
  }

  .ui-hero-shell,
  .ui-hero-copy,
  .ui-hero-stage {
    width: 100%;
    min-width: 0;
  }

  .ui-hero-copy {
    padding: 22px;
    overflow: hidden;
  }

  .ui-hero-copy > * {
    max-width: 100%;
  }

  .ui-hero-copy h1 {
    max-width: 280px !important;
    font-size: 28px !important;
    line-height: 1.04 !important;
    text-wrap: auto;
    white-space: normal !important;
  }

  .ui-hero-copy p {
    max-width: 280px !important;
    font-size: 15px;
    white-space: normal !important;
  }

  .ui-tab-note {
    max-width: 280px;
  }

  .ui-hero-actions {
    max-width: 300px;
  }

  .ui-hero-button {
    min-width: 0;
    padding-inline: 14px;
    font-size: 14px;
  }

  .ui-quick-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .ui-quick-tabs::-webkit-scrollbar {
    display: none;
  }

  .ui-quick-tab {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .ui-stat-grid {
    grid-template-columns: 1fr;
  }

  .ui-hero-stage .image {
    height: auto !important;
  }

  .toc {
    position: relative;
    top: auto;
  }
}
