@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@500;600;700&display=swap");

:root {
  --aw-bg-header: #020818;
  --aw-bg-page: #01040c;
  --aw-accent: #00f0ff;
  --aw-text-main: #ffffff;
  --aw-text-muted: #9ca3af;
  --aw-btn-primary: #27e269;
  --aw-btn-primary-hover: #36ff7d;
  --aw-btn-outline-border: #384152;
  --aw-radius-pill: 999px;
  --aw-transition-fast: 0.2s ease;
  --aw-header-height: 64px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: var(--aw-bg-page);
  color: var(--aw-text-main);
}

.sssmpbfdchdh {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.jkddizxyedrq {
  position: sticky;
  top: 0;
  z-index: 50;
  background: radial-gradient(circle at top, #071736 0, #020818 55%, #020617 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}

.aldhusowkxec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--aw-header-height);
}

.kylnvakdbigh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.kylnvakdbigh img {
  height: 46px;
  width: auto;
  display: block;
}

.rcyvmkjjxklb {
  margin-left: 40px;
  flex: 1 1 auto;
}

.rjwpgssqypmy {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}

.gvesuxrfgxwh {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--aw-text-main);
  padding: 6px 14px;
  border-radius: 999px;
  transition:
    background var(--aw-transition-fast),
    color var(--aw-transition-fast),
    transform var(--aw-transition-fast);
}

.gvesuxrfgxwh:hover,
.gvesuxrfgxwh:focus {
  color: var(--aw-text-main);
  background: rgba(31, 176, 255, 0.18);
}

.aw-nav__link--active {
  color: var(--aw-text-main);
  background: #1fb0ff;
}

.emjxgbqrrmfk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.emjxgbqrrmfk a{
  text-decoration: none;
}

.igefdaxikkqq {
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--aw-radius-pill);
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background var(--aw-transition-fast),
    border-color var(--aw-transition-fast),
    transform var(--aw-transition-fast),
    box-shadow var(--aw-transition-fast);
}

.zfyxinzwnpqo {
  background: var(--aw-btn-primary);
  color: #03120a;
  box-shadow: 0 0 18px rgba(39, 226, 105, 0.4);
}

.zfyxinzwnpqo:hover {
  background: var(--aw-btn-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(54, 255, 125, 0.6);
}

.tzmkwehixogr {
  background: transparent;
  color: var(--aw-text-main);
  border: 1px solid var(--aw-btn-outline-border);
}

.tzmkwehixogr:hover {
  border-color: var(--aw-accent);
}

.aw-btn--full {
  width: 100%;
}

.qjmzwlgmiqnx {
  display: none;
  position: relative;
  width: 32px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.8);
  padding: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition:
    border-color var(--aw-transition-fast),
    background var(--aw-transition-fast),
    transform var(--aw-transition-fast);
}

.qjmzwlgmiqnx span {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform var(--aw-transition-fast),
    opacity var(--aw-transition-fast),
    top var(--aw-transition-fast),
    bottom var(--aw-transition-fast);
}

.qjmzwlgmiqnx span:nth-child(1) {
  top: 10px;
}

.qjmzwlgmiqnx span:nth-child(2) {
  top: 15px;
}

.qjmzwlgmiqnx span:nth-child(3) {
  bottom: 10px;
}

.aw-burger--active span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}

.aw-burger--active span:nth-child(2) {
  opacity: 0;
}

.aw-burger--active span:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
}

.wlkfftgbfcwp {
  position: fixed;
  inset: var(--aw-header-height) 0 0 0;
  background: radial-gradient(circle at top, #071736 0, #020818 60%, #020617 100%);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  z-index: 40;
  display: flex;
  flex-direction: column;
  padding: 16px 24px 230px;
}

.aw-mobile-menu--open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.knhzarzcoroa ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.knhzarzcoroa li + li {
  margin-top: 8px;
}

.knhzarzcoroa a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: var(--aw-text-main);
  text-decoration: none;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.knhzarzcoroa a:hover {
  color: var(--aw-accent);
}

.tbwailjcmhga {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tbwailjcmhga a{
text-decoration: none;
}

.aw-no-scroll {
  overflow: hidden;
}

.njmuydtutcoo {
  padding: 12px 0 32px;
  background: #02040b;
}

.wjsptckfnloh {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #020818;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
}

.quqoizrvjxft {
  position: relative;
  width: 100%;
  height: min(340px, 32vw);
  background: #020818;
}

.yyjrproaomvh {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.emnidesoxzpr {
  opacity: 1;
  pointer-events: auto;
}

.jptpezdllrsu {
  display: block;
  width: 100%;
  height: 100%;
}

.yyjrproaomvh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ubrtnrlagljf {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(15, 23, 42, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  z-index: 5;
}

.ubrtnrlagljf span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.pqwkjibclvyh {
  left: 18px;
}

.itwlumeajgak {
  right: 18px;
}

.ubrtnrlagljf:hover {
  border-color: #ffffff;
  background: rgba(15, 23, 42, 0.95);
  transform: translateY(-50%) scale(1.05);
}

.qrnfqhrgrnxn {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.wedglgidhptn {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.8);
  cursor: pointer;
  padding: 0;
  outline: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.eijvirtutixx {
  background: #ffffff;
  border-color: #ffffff;
  transform: scale(1.15);
}

.jgnewdsoaxcy {
  background: #050b18;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
}

.kvevvmltccls {
  display: none;
  padding: 8px 0 0;
}

.cujjatxhadrd {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 14px;
  border: 1px solid #1e293b;
  background: linear-gradient(90deg, #0b1220 0%, #020617 100%);
  color: var(--aw-text-main);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.7);
}

.yaoanviyitzc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.yaoanviyitzc::before {
  content: "⚙";
  font-size: 14px;
}

.tjfzmwamkqcf {
  width: 16px;
  height: 16px;
  position: relative;
}

.tjfzmwamkqcf::before,
.tjfzmwamkqcf::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}

.tjfzmwamkqcf::before {
  top: 4px;
}

.tjfzmwamkqcf::after {
  bottom: 4px;
}

.aw-filters--open .tjfzmwamkqcf::before {
  top: 7px;
  transform: rotate(45deg);
}

.aw-filters--open .tjfzmwamkqcf::after {
  bottom: 7px;
  transform: rotate(-45deg);
}

.szqirhgcielj {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.szqirhgcielj::-webkit-scrollbar {
  height: 6px;
}

.szqirhgcielj::-webkit-scrollbar-track {
  background: #020617;
}

.szqirhgcielj::-webkit-scrollbar-thumb {
  background: #1f2937;
  border-radius: 999px;
}

.lpmcnthapvhd {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #151a26;
  background: #050b18;
  color: #e5e7eb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background var(--aw-transition-fast),
    border-color var(--aw-transition-fast),
    transform var(--aw-transition-fast),
    box-shadow var(--aw-transition-fast),
    color var(--aw-transition-fast);
  text-decoration: none;
}

.andngqsnjlfs {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.andngqsnjlfs::before {
  content: "";
}

.uzjoweehckgp .andngqsnjlfs::before {
  content: "🔍";
}

.dzrolcczzjxa .andngqsnjlfs::before {
  content: "◆";
}

.xnvywaklnexd .andngqsnjlfs::before {
  content: "≡";
}

.fcpliqssihay .andngqsnjlfs::before {
  content: "🎮";
}

.ocqbhcbldpar .andngqsnjlfs::before {
  content: "❤";
}

.mxdjnqjeijqh .andngqsnjlfs::before {
  content: "👍";
}

.oxmcgqcqhhep .andngqsnjlfs::before {
  content: "★";
}

.tssghfepobfs .andngqsnjlfs::before {
  content: "NEW";
  font-size: 8px;
  font-weight: 700;
}

.gcyivtrydzfv .andngqsnjlfs::before {
  content: "7";
}

.gaavdemmwwyr .andngqsnjlfs::before {
  content: "%";
}

.mhqhjqsjryzg .andngqsnjlfs::before {
  content: "🎁";
}

.bsuecfvcbqiw .andngqsnjlfs::before {
  content: "☘";
}

.vvaouerzwwqw .andngqsnjlfs::before {
  content: "💰";
}

.hjgywxypthul .andngqsnjlfs::before {
  content: "⚡";
}

.lpmcnthapvhd:hover {
  background: #0b1020;
  border-color: #1f2a3a;
  transform: translateY(-1px);
}

.katozuutswbx {
  background: #1f82ff;
  border-color: #1f82ff;
  color: #ffffff;
  box-shadow: 0 0 14px rgba(31, 130, 255, 0.6);
}

@media (max-width: 1024px) {
  .rcyvmkjjxklb {
    display: none;
  }

  .emjxgbqrrmfk {
    display: none;
  }

  .qjmzwlgmiqnx {
    display: inline-flex;
  }

  .kylnvakdbigh img {
    height: 35px;
  }

  .aldhusowkxec {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .aldhusowkxec {
    height: 56px;
  }

  .kvevvmltccls {
    display: flex;
  }

  .szqirhgcielj {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.25s ease, padding 0.25s ease;
  }

  .aw-filters--open .szqirhgcielj {
    max-height: 260px;
    overflow-y: auto;
    padding: 20px;
  }

  .lpmcnthapvhd {
    flex: 0 0 calc(50% - 4px);
    justify-content: flex-start;
  }
}

.xsaftaylacbd {
  padding: 24px 0 40px;
  background: #02040b;
}

.dtiipqdevdwm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.xdrtjftljwep {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fxyjyrvmdjkr {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
  text-decoration: none;
  cursor: pointer;
}

.ldqglimietpp {
  font-size: 16px;
  transform: translateY(-1px);
}

.fxyjyrvmdjkr:hover {
  color: #ffffff;
}

.omoctpysggck {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 12px;
}

.ujnmmrrbmlec {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  background: #020818;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.ujnmmrrbmlec:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.9);
}

.dhhftexavmtv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.smkhmmxadugz {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1f82ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 2;
}

.bunafdtyoobq {
  background: linear-gradient(90deg, #1f82ff, #5af2ff);
}

.pavalbybyiqi {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 2;
}

.pavalbybyiqi::before {
  content: "♡";
  color: #e5e7eb;
}

.knspakeswiom {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(15, 23, 42, 0.94) 55%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.ujnmmrrbmlec:hover .knspakeswiom {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.jegrfiowordq {
  width: 100%;
  max-width: 136px;
  border-radius: 999px;
  border: none;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.cfajhxmxhhif {
  background: #1fb0ff;
  color: #020617;
  box-shadow: 0 0 16px rgba(31, 176, 255, 0.6);
}

.cfajhxmxhhif:hover {
  background: #3fd0ff;
  transform: translateY(-1px);
}

.iaidqomuievi {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.iaidqomuievi:hover {
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .omoctpysggck {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

@media (max-width: 768px) {
  .xsaftaylacbd {
    padding: 20px 0 28px;
  }

  .dtiipqdevdwm {
    margin-bottom: 12px;
  }

  .xdrtjftljwep {
    font-size: 20px;
  }

  .omoctpysggck {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .omoctpysggck::-webkit-scrollbar {
    height: 5px;
  }

  .omoctpysggck::-webkit-scrollbar-track {
    background: #020617;
  }

  .omoctpysggck::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 999px;
  }

  .ujnmmrrbmlec {
    flex: 0 0 176px;
    scroll-snap-align: start;
  }

  .elybmrnfengn {
    width: 176px;
    height: 176px;
  }
}

@media (max-width: 480px) {
  .xdrtjftljwep {
    font-size: 18px;
  }

  .fxyjyrvmdjkr {
    font-size: 11px;
  }
}

.aw-highlights {
  padding: 20px 0 40px;
  background: #02040b;
}

.aw-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.aw-highlight {
  position: relative;
  border-radius: 16px;
  padding: 16px 16px 18px;
  background: radial-gradient(circle at top left, #111827 0, #020617 55%, #02040b 100%);
  border: 1px solid rgba(31, 41, 55, 0.9);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.85);
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.aw-highlight::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
    circle at top right,
    rgba(56, 189, 248, 0.16),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.aw-highlight:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.8);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.95);
}

.aw-highlight:hover::before {
  opacity: 1;
}

.aw-highlight__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 10px;
  box-shadow: 0 0 16px rgba(15, 23, 42, 0.9);
}

.aw-highlight__icon--bonus {
  background: linear-gradient(135deg, #22c55e, #4ade80);
}

.aw-highlight__icon--tournament {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.aw-highlight__icon--cashback {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
}

.aw-highlight__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aw-highlight__text {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #cbd5f5;
}

.aw-highlight__link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.aw-highlight__link::after {
  content: "›";
  font-size: 14px;
  transform: translateY(-1px);
}

.aw-highlight__link:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .aw-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .aw-highlights {
    padding: 16px 0 28px;
  }

  .aw-highlights__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .aw-highlights__grid::-webkit-scrollbar {
    height: 5px;
  }

  .aw-highlights__grid::-webkit-scrollbar-track {
    background: #020617;
  }

  .aw-highlights__grid::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 999px;
  }

  .aw-highlight {
    flex: 0 0 260px;
    scroll-snap-align: start;
  }
}

@media (max-width: 480px) {
  .aw-highlight {
    flex: 0 0 240px;
  }
}

.hjwwdalqdsbp {
  background: #050815;
  border-top: 1px solid #0b1120;
  padding: 32px 0 18px;
  color: #e5e7eb;
  position: relative;
}

.jfqqncfxcohe {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #1e293b;
  background: radial-gradient(circle at top, #111827 0, #020617 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.8);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  z-index: 2;
}

.fzpjlizlgaqb {
  color: #ffffff;
  font-size: 18px;
  transform: translateY(-1px);
}

.jfqqncfxcohe:hover {
  transform: translateX(-50%) translateY(-2px);
  border-color: #38bdf8;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 1);
}

.aszsfeybovbh {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.4fr 2fr 2fr;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.gszrkywtiifs {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.onigmfnvmivc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.onigmfnvmivc li + li {
  margin-top: 4px;
}

.onigmfnvmivc a {
  font-size: 13px;
  color: #e5e7eb;
  text-decoration: none;
}

.onigmfnvmivc a:hover {
  color: #ffffff;
}

.wvgvkxeebnvb {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.muodyfvvulnw {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #020617;
  border: 1px solid #111827;
}

.pijdizfcnsnr {
  font-size: 13px;
  margin-bottom: 4px;
}

.rudcvczpgcpg {
  margin-top: 4px;
  font-weight: 600;
  color: #facc15;
}

.kltgfcvkggvm a {
  color: #e5e7eb;
  text-decoration: none;
}

.kltgfcvkggvm a:hover {
  color: #ffffff;
}

.vrimsvjdfkpz {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.lwthhywfnudc {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #020617;
  border: 1px solid #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.iooxtjcuqflu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #0b1120;
  padding-top: 10px;
  font-size: 11px;
  color: #9ca3af;
}

.kvrhmurnjtnl::before {
  content: "© ";
}

.mjkvmmrtodos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #ef4444;
  color: #ef4444;
  font-weight: 700;
  margin-right: 8px;
}

.nfipfjkwqxfi {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .aszsfeybovbh {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }

  .aioebmvsifbc {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .hjwwdalqdsbp {
    padding-top: 40px;
  }

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

  .aioebmvsifbc {
    grid-column: span 2;
  }

  .hmytkvcimrmj {
    grid-column: span 2;
  }

  .iooxtjcuqflu {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .aszsfeybovbh {
    grid-template-columns: 1fr;
  }

  .iooxtjcuqflu {
    align-items: center;
    text-align: center;
  }

  .mczpxayezrvl {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

.jjdgparksruh {
  max-width: 1100px;
  margin: 0 auto 40px;
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #e5e7eb;
  line-height: 1.6;
  padding: 20px 20px 24px;
  background: radial-gradient(circle at top, #020617 0, #02040b 55%, #010409 100%);
  border-radius: 18px;
  border: 1px solid #111827;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
}

.jjdgparksruh h1,
.jjdgparksruh h2,
.jjdgparksruh h3 {
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.jjdgparksruh h1 {
  font-size: 26px;
  margin-top: 8px;
}

.jjdgparksruh h2 {
  font-size: 20px;
  margin-top: 28px;
}

.jjdgparksruh h3 {
  font-size: 16px;
  margin-top: 20px;
}

.jjdgparksruh p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #cbd5f5;
}

.jjdgparksruh strong {
  font-weight: 700;
  color: #ffffff;
}

.jjdgparksruh em {
  font-style: italic;
}

.jjdgparksruh ul,
.jjdgparksruh ol {
  margin: 0 0 14px 20px;
  padding: 0;
}

.jjdgparksruh li {
  margin-bottom: 6px;
  font-size: 14px;
}

.jjdgparksruh table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.jjdgparksruh thead {
  background: rgba(15, 23, 42, 0.9);
}

.jjdgparksruh th,
.jjdgparksruh td {
  padding: 10px 12px;
  border: 1px solid #1f2937;
  text-align: left;
}

.jjdgparksruh th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #e5e7eb;
}

.jjdgparksruh tbody tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.6);
}

.jjdgparksruh img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 14px auto 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------- */

/* СІТКА: 2 картки в ряд на десктопі, 1 на мобілці */
.events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
	 margin-bottom: 20px;
}

@media (max-width: 900px) {
    .events-grid {
        grid-template-columns: 1fr;
    }
}

/* Базове */
.cover-table {
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cover-table .full_ {
    width: 100%;
    border-collapse: collapse;
}

/* Картка бонусу (як на скріні) */
.item-tovars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #050816;              /* темний фон */
    border-radius: 10px;
    padding: 10px 10px;
    border: 1px solid #111827;        /* тонка рамка */
    color: #f9fafb;
}

.item-tovars td {
    border: none;
    padding: 0;
    background: transparent;
}

/* Центральний текстовий блок */
.tovav-content {
    order: 1;
    flex: 1 1 260px;
    padding-right: 16px;
    font-size: 14px;
    color: #e5e7eb;
}

/* Бейджі CASINO / NEW */
.bonus-labels {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.bonus-label {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.bonus-label--casino {
    background: #0f172a;
    color: #38bdf8;
}

.bonus-label--new {
    background: #22c55e;
    color: #022c22;
}

/* Заголовок бонусу */
.bonus-title {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

/* Опис */
.bonus-text {
    margin: 0 0 14px;
    line-height: 1.5;
}

.bonus-text a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 500;
}

.bonus-text a:hover {
    text-decoration: underline;
}

/* Дати */
.bonus-dates-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 2px;
}

.bonus-dates-range {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

/* Картинка праворуч */
.wrap-img {
    order: 2;
    flex: 0 0 auto;
    max-width: 200px;
    margin-left: auto;
}

.wrap-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Кнопка внизу на всю ширину (як у Favbet) */
.open-tovar {
    order: 3;
    width: 100%;
    margin-top: 16px;
}

.open-tovar a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    background: #06b6d4;              /* бірюзова кнопка */
    color: #020617;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: filter .15s ease, transform .15s ease;
}

.open-tovar a:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Адаптив дрібніший */
@media (max-width: 600px) {
    .item-tovars {
        padding: 16px 14px;
    }

    .tovav-content {
        padding-right: 0;
    }

    .wrap-img {
        margin: 12px auto 0;
        max-width: 160px;
    }
}

.reviews-section {
    margin-top: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #e5e7eb;
}

/* Заголовок блоку */
.reviews-section h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #ffffff;
}

/* Окремий відгук */
.comment-box {
    background: #050816;
    border-radius: 10px;
    border: 1px solid #111827;
    padding: 16px 18px;
    margin-bottom: 12px;
}

/* Верхній рядок: ім'я + дата */
.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: 13px;
}

.comment-author span[itemprop="name"] {
    font-weight: 600;
    color: #ffffff;
}

.comment-date {
    color: #9ca3af;
}

/* Текст відгуку */
.comment-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Рейтинг (зірочки можна домалювати своїм SVG/іконками) */
.comment-rating {
    font-size: 12px;
    color: #fbbf24;
}

.faq-block {
    margin-top: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Заголовок секції */
.faq-block h2 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
}

/* Сітка FAQ: 2 в ряд */
@media (min-width: 768px) {
    .faq-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Картка питання */
.faq-item {
    background: #050816;
    border: 1px solid #111827;
    border-radius: 10px;
    padding: 16px 20px;
    transition: background .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.faq-item:hover {
    background: #06091c;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

/* Питання (з кнопкою) */
.faq-question {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 !important;
    position: relative;
    padding-right: 24px;
}

/* Іконка стрілки */
.faq-question::after {
    content: '➜';
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .2s ease;
    font-size: 14px;
    color: #38bdf8;
}

/* Відповідь */
.faq-answer {
    font-size: 14px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
    color: #e5e7eb;
	 margin: 0 !important;
    margin-top: 6px;
}

/* Активна картка */
.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-item.active .faq-question::after {
    transform: rotate(90deg);
}