*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #151515;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  background: #151515;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

/* layout */

.container {
  width: 100%;
}

.section {
  width: 100%;
  margin-bottom: 50px;
}

.section-inner {
  width: 100%;
  max-width: 1342px;
  margin: 0 auto;
  padding: 0 10px;
}

/* header */

.site-header {
  margin: 18px 10px 50px;
  min-height: 93px;
  background: #222;
  border: 1px solid #333;
  border-radius: 13px;
}

.header-inner {
  min-height: 93px;
  padding: 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: inline-flex;
  align-items: center;
}

.header-logo img,
.header__logo-image {
  width: 194px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 38px;
}

.login-link {
  color: #45dc35;
  font-size: 16px;
  font-weight: 800;
}

.login-link:hover {
  color: #57f446;
}

.btn,
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  border: 0;
  background: #47d436;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 5px 0 #080808;
  cursor: pointer;
}

.download-btn {
  gap: 10px;
  font-size: 18px;
}

.download-btn::before {
  content: "⇩";
  font-size: 24px;
  line-height: 1;
}

.btn:hover,
.download-btn:hover {
  background: #59ec48;
}

/* hero */

.hero {
  min-height: 538px;
  border-radius: 11px;
  background: linear-gradient(135deg, #2ea326 0%, #48d536 100%);
  overflow: hidden;
}

.hero-wrap {
  min-height: 538px;
  display: flex;
  align-items: center;
  padding: 70px 80px;
}

.hero-content {
  max-width: 870px;
}

.hero-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 63px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

.hero-text {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

/* demo placeholder — якщо блок треба приховати як на скрінах */

.sannq {
  display: none;
}

/* winners */

.winners {
  margin-top: 20px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}

.section-title {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.slider-controls {
  display: flex;
  gap: 8px;
}

.slider-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #252525;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slider-btn img {
  width: 18px;
  height: 18px;
}

.winners-slider {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  overflow: hidden;
}

.winner-card {
  min-height: 84px;
  padding: 10px 12px;
  background: #232323;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.winner-avatar {
  display: none;
}

.winner-info {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.winner-name {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
  text-shadow: 1px 1px 0 #00113a;
}

.winner-amount {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 7px;
  background: #264522;
  color: #43df36;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
}

/* casino cards */

.casinos {
  margin: 0 auto 70px;
}

.casino-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.casino-card {
  min-height: 174px;
  padding: 30px 25px;
  background: #232323;
  border: 1px solid #363636;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  column-gap: 24px;
  position: relative;
}

.casino-logo-wrap {
  position: relative;
}

.casino-logo-wrap img {
  width: 140px;
  height: 74px;
  object-fit: cover;
}

.casino-rank {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #777, #3b3b3b);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.casino-title {
  display: none;
}

.casino-info {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.casino-name-wrap {
  display: block;
}

.casino-name {
  margin: 0;
  color: #111;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.casino-list li:nth-child(2) .casino-name {
  color: #fff;
  text-decoration: none;
}

.casino-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: #cfcfcf;
  font-size: 16px;
  font-weight: 400;
}

.casino-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.casino-rating img {
  width: 14px;
  height: 14px;
}

.casino-rating-text,
.casino-license,
.casino-payout {
  margin: 0;
}

.casino-rating-value {
  color: #43d936;
  font-weight: 800;
}

.casino-license strong,
.casino-payout strong {
  color: #fff;
  font-weight: 900;
}

.casino-btn {
  min-width: 190px;
  min-height: 48px;
  background: #9c27b0;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 4px 0 #060606;
}

.casino-btn:hover {
  background: #b832cc;
}

/* typography */

.content-title {
  margin: 0 0 88px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.4px;
}

.content-block {
  margin-bottom: 46px;
}

.content-grid {
  display: grid;
  gap: 36px;
}

.content-text {
  margin: 0 0 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

/* two-column content blocks like screenshots */

.content-block .content-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.content-block .section-inner:only-child {
  max-width: 1342px;
}

/* banners */

.banner {
  border-radius: 9px;
  overflow: hidden;
}

.promo-banner {
  width: 100%;
}

.promo-banner-bg {
  min-height: 358px;
  padding: 34px;
  border-radius: 9px;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.promo-banner-bg::before,
.jackpot-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 0;
}

.promo-content {
  position: relative;
  z-index: 1;
  max-width: 420px;
}

.promo-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
}

.promo-subtitle {
  margin: 22px 0 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.promo-btn {
  min-height: 40px;
  padding: 0 24px;
  color: #000;
  font-size: 16px;
  box-shadow: 0 4px 0 #050505;
}

/* jackpot */

.jackpot-banner {
  min-height: 326px;
  padding: 36px 16px 42px;
  border-radius: 9px;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.jackpot-banner > * {
  position: relative;
  z-index: 1;
}

.jackpot-title {
  margin: 0 0 52px;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
}

.jackpot-amount {
  margin: 0 0 34px;
  color: #a7ff18;
  font-size: 60px;
  line-height: 0.9;
  font-weight: 900;
}

.text-btn {
  width: 100%;
  min-height: 50px;
  color: #000;
  font-size: 16px;
  box-shadow: 0 4px 0 #050505;
}

/* tables */

.table-section {
  margin: 0 0 78px;
}

.table-wrap {
  overflow: hidden;
  border: 1px solid #242424;
  border-radius: 5px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
}

.info-table tr:first-child {
  background: #303030;
}

.info-table td {
  height: 54px;
  padding: 12px 16px;
  border: 2px solid #242424;
}

.info-table td:first-child {
  width: 36%;
  font-weight: 800;
}

/* numbered list */

[data-list="numbered"] {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 14px;
}

[data-list="numbered"] li {
  position: relative;
  padding-left: 48px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  counter-increment: step;
}

[data-list="numbered"] li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9c27b0;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* checked list */

[data-list="checked"] {
  margin: 0 0 90px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  row-gap: 32px;
}

[data-list="checked"] li {
  position: relative;
  padding-left: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

[data-list="checked"] li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #9c27b0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA green block */

.cta-section {
  margin-top: 18px;
  padding: 114px 20px 68px;
  background: linear-gradient(135deg, #45d437 0%, #41d632 100%);
  border-radius: 9px;
  color: #061006;
}

.cta-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  margin: 0 0 12px;
  color: #061006;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
}

.cta-text {
  margin: 0 auto 14px;
  max-width: 700px;
  color: #061006;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 265px;
  min-height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  background: #f1f1f1;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
}

.cta-btn:hover {
  background: #fff;
}

/* FAQ */

.faq {
  margin: 26px 0 0;
}

.faq-section {
  padding: 0 8px 0;
}

.faq-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.faq-column {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.faq-item {
  min-height: 135px;
  background: #232323;
  border-radius: 10px;
  border: 1px solid transparent;
  overflow: hidden;
}

.faq-item:hover {
  border-color: #fff;
}

.faq-question {
  min-height: 135px;
  padding: 30px 52px 30px 25px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}

.faq-question h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 0.95;
  font-weight: 900;
}

.faq-answer {
  display: none;
  padding: 0 25px 28px;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.faq-item.active .faq-answer,
.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.active .faq-question,
.faq-item.is-open .faq-question {
  min-height: auto;
}

.faq-item.active .faq-question::after,
.faq-item.is-open .faq-question::after {
  content: "−";
}

/* popup */

.popup-banner {
  display: none;
}

/* footer */

.footer-wrap {
  margin-top: 70px;
}

.site-footer {
  padding: 36px 10px;
  background: #202020;
  border-top: 1px solid #333;
}

.footer-top,
.footer-bottom {
  max-width: 1322px;
  margin: 0 auto;
}

.footer-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.footer-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-icons img {
  max-height: 36px;
  width: auto;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-logo {
  width: 194px;
  height: auto;
}

.footer-copy {
  margin: 12px 0 0;
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}

.footer-badges {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-badges img {
  max-height: 40px;
  width: auto;
}

.age-badge {
  max-height: 40px;
}

/* responsive */

@media (max-width: 1024px) {
  .section-inner {
    padding: 0 18px;
  }

  .hero-wrap {
    padding: 60px 50px;
  }

  .hero-title {
    font-size: 48px;
  }

  .winners-slider {
    grid-template-columns: repeat(3, 1fr);
  }

  .casino-card {
    grid-template-columns: 140px 1fr;
    row-gap: 22px;
  }

  .casino-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .content-block .content-grid {
    grid-template-columns: 1fr;
  }

  .promo-banner-bg,
  .jackpot-banner {
    min-height: 320px;
  }

  .promo-title {
    font-size: 48px;
  }

  [data-list="checked"] {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .site-header {
    margin: 10px 10px 36px;
    min-height: 76px;
  }

  .header-inner {
    min-height: 76px;
    padding: 0 16px;
  }

  .header-logo img,
  .header__logo-image {
    width: 150px;
  }

  .header-actions {
    gap: 14px;
  }

  .login-link {
    font-size: 14px;
  }

  .download-btn {
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .section {
    margin-bottom: 38px;
  }

  .hero,
  .hero-wrap {
    min-height: 420px;
  }

  .hero-wrap {
    padding: 46px 28px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-text {
    font-size: 15px;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .section-title {
    font-size: 24px;
  }

  .winners-slider {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scrollbar-width: none;
  }

  .winners-slider::-webkit-scrollbar {
    display: none;
  }

  .winner-card {
    min-width: 210px;
  }

  .casino-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .casino-info {
    gap: 18px;
  }

  .casino-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .casino-btn {
    width: 100%;
  }

  .content-title {
    margin-bottom: 38px;
    font-size: 32px;
  }

  .content-text {
    font-size: 16px;
  }

  .promo-banner-bg {
    min-height: 310px;
    padding: 28px;
  }

  .promo-title {
    font-size: 42px;
  }

  .promo-subtitle {
    font-size: 20px;
  }

  .jackpot-amount {
    font-size: 50px;
  }

  .info-table {
    font-size: 17px;
  }

  .info-table td {
    padding: 10px;
  }

  .cta-section {
    padding: 70px 18px 48px;
  }

  .cta-title {
    font-size: 32px;
  }

  .cta-text {
    font-size: 18px;
  }

  .faq-title {
    font-size: 30px;
  }

  .faq-question h3 {
    font-size: 20px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-wrap {
    padding: 36px 20px;
  }

  .winners-slider {
    grid-template-columns: none;
  }

  .content-title {
    font-size: 28px;
  }

  .promo-title {
    font-size: 36px;
  }

  .info-table {
    font-size: 15px;
  }

  .faq-question {
    padding: 24px 46px 24px 20px;
  }
}
