/* ===== RESET ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', system-ui, sans-serif;
  background: #0a0a0c;
  color: #d7d7df;
  line-height: 1.65;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.nebazowxelnk { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.ubkbrunaxwde { padding: 64px 0; }
.isjnrkonynjc { text-align: center; }
.ygofdnbkmelz { color: #fff; }

h2 { font-size: 30px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 20px; }
h3 { font-size: 21px; font-weight: 600; color: #fff; margin: 34px 0 12px; }
h4 { font-size: 15px; font-weight: 600; color: #fff; }
p { margin-bottom: 14px; }

.kkwzoypdtnwz {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #ff4d4d;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* ===== BUTTONS ===== */
.szlygdkhoswm {
  display: inline-block;
  padding: 13px 34px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .5px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.jvzmenxkbclg {
  background: linear-gradient(180deg, #ff3b3b, #d40d0d);
  color: #fff;
  box-shadow: 0 6px 18px rgba(212,13,13,.4);
}
.jvzmenxkbclg:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(212,13,13,.55); }

/* ===== HEADER ===== */
.dymiiarowrvb {
  background: #050506;
  border-bottom: 1px solid #1a1a20;
  position: sticky;
  top: 0;
  z-index: 100;
}
.tabpfvjhvwyv { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.ewulbvxohlrd img { height: 30px; width: auto; }
.cnnqsikbsois { display: flex; align-items: center; gap: 20px; }
.enziadscrqzt { font-size: 10px; color: #6a6a76; max-width: 380px; line-height: 1.4; text-align: right; }
.ljgfaaswsmdv { padding: 9px 22px; font-size: 12px; }

/* ===== HERO ===== */
.trzhwjhvtjlc { padding: 28px 0; background: #050506; }
.hesrhohgdbda {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: url('../img/uosuwuzvoxabdn.png') center/cover no-repeat;
  min-height: 360px;
  display: flex;
  align-items: center;
}
.hesrhohgdbda::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,8,20,.85) 0%, rgba(5,8,20,.35) 45%, rgba(5,8,20,0) 70%);
}
.cxbveyuyklxs { position: relative; padding: 0 56px; max-width: 540px; }
.oqjectznevyh { font-size: 20px; color: #e8e8f0; font-weight: 500; margin-bottom: 6px; }
.dtzeaqpadlsk { font-size: 84px; font-weight: 800; color: #ff3b3b; line-height: 1; text-shadow: 0 4px 24px rgba(255,59,59,.45); }
.okzkaljhigid { font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 26px; }
.jhyfcoskodco { padding: 15px 48px; font-size: 16px; }

/* ===== PAYMENTS ===== */
.pesssvyqruno { background: #0d0d11; }
.nhsqptuubdnp { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.xoojeelopowi p { color: #9a9aa6; max-width: 440px; }
.zmepybmnchfv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.zmepybmnchfv img {
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  height: 62px;
  object-fit: contain;
  width: 100%;
}

/* ===== SLOTS ===== */
.chvmgcqapobg { background: #0a0a0c; }
.qyrgsshqcwdk {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 40px 0 30px;
}
.pknvgofxshfp { text-align: center; }
.hyjmvzqgzmsx {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.5);
}
.hyjmvzqgzmsx img { border-radius: 12px; transition: transform .35s ease, filter .35s ease; }
.hyjmvzqgzmsx::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,8,20,0) 40%, rgba(120,10,10,.55));
  opacity: 0;
  transition: opacity .3s ease;
}
.khcnhxaogjsh {
  position: absolute;
  left: 50%; top: 58%;
  transform: translate(-50%, -50%) scale(.85);
  z-index: 2;
  padding: 11px 30px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(180deg, #ff3b3b, #d40d0d);
  box-shadow: 0 6px 18px rgba(212,13,13,.5);
  opacity: 0;
  transition: opacity .3s ease, top .3s ease, transform .3s ease;
  pointer-events: none;
}
.hyjmvzqgzmsx:hover img { transform: scale(1.06); filter: brightness(.7); }
.hyjmvzqgzmsx:hover::after { opacity: 1; }
.hyjmvzqgzmsx:hover .khcnhxaogjsh {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
.pknvgofxshfp h4 { margin-bottom: 6px; font-size: 13px; }
.pknvgofxshfp p { font-size: 12px; color: #8a8a96; line-height: 1.5; }
.falunnjmctyj { max-width: 820px; margin: 0 auto 26px; color: #8a8a96; font-size: 13px; }

/* ===== CASHBACK BANNER ===== */
.akwfikrzufik {
  position: relative;
  padding: 80px 0;
  background:
    radial-gradient(ellipse at center, rgba(40,60,120,.35), transparent 65%),
    linear-gradient(180deg, #0a0e1c, #060814);
  text-align: center;
  overflow: hidden;
}
.akwfikrzufik::before, .akwfikrzufik::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 180px;
  background: repeating-linear-gradient(90deg, rgba(60,90,160,.12) 0 8px, transparent 8px 26px);
}
.akwfikrzufik::before { left: 0; }
.akwfikrzufik::after { right: 0; }
.qqasbonsncck { position: relative; max-width: 720px; }
.qqasbonsncck p { color: #aab0c8; margin-bottom: 26px; }

/* ===== PROVIDERS ===== */
.iwexbgbhgikk { background: #0d0d11; }
.cvhmrxrzcjhx { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.yuvjvnwwxzkr p { color: #9a9aa6; max-width: 440px; }
.vywfsanskfsq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vywfsanskfsq img {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  height: 64px;
  object-fit: contain;
  width: 100%;
}

/* ===== CATEGORIES / FREE SPINS ===== */
.hyeacmbxbafg {
  background:
    radial-gradient(ellipse at top, rgba(60,40,140,.4), transparent 60%),
    linear-gradient(180deg, #120a2a, #0a0a0c 70%);
}
.aqpqbyglazuk { display: flex; justify-content: center; margin-bottom: 16px; }
.xmlctxxtjczz { width: 110px; height: auto; }
.qzmdjnrtwfxz { color: #b9a8ff; font-size: 13px; letter-spacing: 1px; margin-bottom: 6px; }
.hyeacmbxbafg h2 { margin-bottom: 44px; }
.xbamupfvlnia { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.erhaqzhpmtqm { position: relative; text-align: center; }
.erhaqzhpmtqm img { border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.55); margin-bottom: 14px; }
.erhaqzhpmtqm h4 { font-size: 17px; margin-bottom: 2px; }
.erhaqzhpmtqm p { font-size: 13px; color: #9a9aa6; }
.czczxlhowyay {
  position: absolute;
  top: 14px; left: 14px;
  background: #d4ee5a;
  color: #20210a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 2;
}

/* ===== ARTICLE ===== */
.qcfxpfkqxdor { background: #0a0a0c; }
.adahwdzpnnoe { max-width: 880px; margin: 0 auto; }
.mjfxqnfeteqd { font-size: 32px; }
.article-update { color: #ff7a4d; font-size: 14px; margin-bottom: 30px; }
.qcfxpfkqxdor p { color: #9a9aa6; font-size: 14px; }
.qcfxpfkqxdor h2 { font-size: 24px; margin: 40px 0 14px; border-left: 3px solid #d40d0d; padding-left: 14px; }
.qcfxpfkqxdor h3 { border-left: 3px solid #6a0d0d; padding-left: 14px; }
.adahwdzpnnoe > p:first-of-type { font-size: 15px; color: #b6b6c2; }

/* article tables */
.qcfxpfkqxdor table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 28px;
  font-size: 13.5px;
  background: #121216;
  border: 1px solid #20202a;
  border-radius: 10px;
  overflow: hidden;
}
.qcfxpfkqxdor table td {
  padding: 11px 16px;
  border-bottom: 1px solid #1e1e26;
  border-right: 1px solid #1e1e26;
  color: #b0b0bc;
  vertical-align: top;
}
.qcfxpfkqxdor table td:last-child { border-right: none; }
.qcfxpfkqxdor table tr:last-child td { border-bottom: none; }
.qcfxpfkqxdor table tr:first-child td {
  background: linear-gradient(180deg, #2a0f12, #1a0a0c);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .3px;
}
.qcfxpfkqxdor table tr:not(:first-child):nth-child(even) td { background: rgba(255,255,255,.015); }

/* article lists */
.qcfxpfkqxdor ul, .qcfxpfkqxdor ol { margin: 4px 0 22px; padding-left: 22px; }
.qcfxpfkqxdor li { color: #9a9aa6; font-size: 14px; margin-bottom: 9px; padding-left: 4px; }
.qcfxpfkqxdor ul li::marker { color: #d40d0d; }
.qcfxpfkqxdor ol li::marker { color: #d40d0d; font-weight: 600; }
.qcfxpfkqxdor li strong { color: #d7d7df; }

/* ===== FAQ ===== */
.wdrqhfwixxez { background: #0d0d11; }
.wdrqhfwixxez h2 { margin-bottom: 36px; }
.dnqfqvjnmndg { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.kplbuulvvucu { background: #141418; border: 1px solid #20202a; border-radius: 12px; overflow: hidden; }
.lgmprrobnixt {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.zuoaqcvamloo { color: #d4ee5a; font-size: 22px; transition: transform .25s ease; flex-shrink: 0; }
.kplbuulvvucu.open .zuoaqcvamloo { transform: rotate(90deg); }
.kptytojxsvgj { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.kptytojxsvgj p { padding: 0 22px 18px; color: #9a9aa6; font-size: 13px; margin: 0; }

/* ===== POLICY PAGES ===== */
.wyvhhbhfccsd {
  background:
    radial-gradient(ellipse at top, rgba(80,20,30,.45), transparent 60%),
    linear-gradient(180deg, #120608, #0a0a0c 80%);
  padding: 70px 0 50px;
  text-align: center;
  border-bottom: 1px solid #1a1a20;
}
.wyvhhbhfccsd h1 { font-size: 38px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.wyvhhbhfccsd p { color: #9a9aa6; font-size: 14px; }
.osrswueozomr { background: #0a0a0c; padding: 56px 0 72px; }
.mwkudetfpqqg { max-width: 860px; margin: 0 auto; }
.mwkudetfpqqg h2 {
  font-size: 22px;
  margin: 36px 0 12px;
  border-left: 3px solid #d40d0d;
  padding-left: 14px;
}
.mwkudetfpqqg h2:first-child { margin-top: 0; }
.mwkudetfpqqg h3 { font-size: 17px; margin: 22px 0 8px; }
.mwkudetfpqqg p, .mwkudetfpqqg li { color: #9a9aa6; font-size: 14px; }
.mwkudetfpqqg ul { margin: 0 0 16px; padding-left: 22px; }
.mwkudetfpqqg li { margin-bottom: 8px; }
.mwkudetfpqqg a { color: #ff6b6b; }
.mwkudetfpqqg a:hover { text-decoration: underline; }
.famizihhyzpt {
  background: #121216;
  border: 1px solid #20202a;
  border-radius: 12px;
  padding: 22px 26px;
  margin-bottom: 36px;
}
.famizihhyzpt strong { color: #fff; display: block; margin-bottom: 10px; font-size: 14px; }
.famizihhyzpt ul { list-style: none; padding: 0; margin: 0; columns: 2; }
.famizihhyzpt li { margin-bottom: 6px; }
.jraauwhdqzzs { display: inline-block; margin-top: 30px; }

/* ===== FOOTER ===== */
.wixqnmszgtns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-bottom: 22px;
}
.wixqnmszgtns a { font-size: 13px; color: #9a9aa6; }
.wixqnmszgtns a:hover { color: #fff; }
.qsonxawsmdzf { background: #050506; padding: 48px 0 36px; border-top: 1px solid #1a1a20; }
.ugdqgugilgcj { text-align: center; }
.oosfvnanzqhh { display: flex; justify-content: center; align-items: center; gap: 28px; margin-bottom: 26px; flex-wrap: wrap; }
.oosfvnanzqhh img { height: 38px; width: auto; opacity: .85; filter: grayscale(.2); }
.wysdsmbrfbjg { font-size: 12px; color: #6a6a76; max-width: 620px; margin: 0 auto 14px; }
.qvacgntclwnt { font-size: 12px; color: #4a4a54; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .qyrgsshqcwdk { grid-template-columns: repeat(3, 1fr); }
  .nhsqptuubdnp, .cvhmrxrzcjhx { grid-template-columns: 1fr; gap: 30px; }
  .vywfsanskfsq { order: 2; }
}
@media (max-width: 700px) {
  h2 { font-size: 24px; }
  .hesrhohgdbda { min-height: 280px; background-position: 70% center; }
  .cxbveyuyklxs { padding: 0 28px; }
  .dtzeaqpadlsk { font-size: 60px; }
  .okzkaljhigid { font-size: 22px; }
  .enziadscrqzt { display: none; }
  .qyrgsshqcwdk { grid-template-columns: repeat(2, 1fr); }
  .xbamupfvlnia { grid-template-columns: 1fr; }
  .zmepybmnchfv, .vywfsanskfsq { grid-template-columns: repeat(2, 1fr); }
  /* tables scroll horizontally inside their own box instead of pushing the page */
  .qcfxpfkqxdor table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .qcfxpfkqxdor table tbody { display: table; width: 100%; min-width: 460px; }
  .qcfxpfkqxdor table td { white-space: nowrap; }
}
@media (max-width: 420px) {
  .qyrgsshqcwdk { grid-template-columns: 1fr; }
}
