:root {
  --bg: #21100d;
  --bg-deep: #120909;
  --panel: #1b0f0d;
  --panel-soft: #2b1714;
  --brown: #754b39;
  --gold: #f9a915;
  --gold-dark: #b86c00;
  --cream: #fff1d4;
  --muted: #d9bea1;
  --accent-soft: #18c98b;
  --accent-deep: #05664f;
  --emerald: #18c98b;
  --line: rgba(249, 169, 21, 0.72);
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  --display-font: "Trebuchet MS", "Arial Rounded MT Bold", Verdana, sans-serif;
  --body-font: Verdana, Geneva, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 8%, rgba(24, 201, 139, 0.12), transparent 30rem),
    linear-gradient(180deg, #321c17 0%, var(--bg) 34%, #160b09 100%);
  color: var(--cream);
  font-family: var(--body-font);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1160px, calc(100% - (var(--space-4) * 2)));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: var(--space-8);
  min-height: 82px;
  padding: var(--space-3) max(var(--space-6), calc((100vw - 1160px) / 2));
  background: linear-gradient(180deg, #744d43 0%, #5b372e 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.24);
}

.site-header.is-elevated {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
}

.brand img {
  width: 150px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: var(--space-8);
  color: #fff;
  font-family: var(--display-font);
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 2px 3px 0 #1d0d0b;
}

.main-nav a {
  padding: var(--space-2) var(--space-1);
  border-bottom: 2px solid transparent;
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

.main-nav a:hover {
  color: #b8ffdf;
  border-color: var(--emerald);
}

.header-actions {
  display: flex;
  gap: var(--space-4);
  align-items: center;
}

.gem-button {
  position: relative;
  display: inline-flex;
  min-width: 172px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: var(--space-3) var(--space-6);
  border: 3px solid #ffbe27;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(180deg, #d9632e 0%, #8f3527 54%, #612016 100%);
  color: #ffd316;
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #5f170d;
  box-shadow:
    inset 0 0 0 2px rgba(91, 35, 20, 0.75),
    0 7px 0 #8c4d00,
    0 14px 28px rgba(0, 0, 0, 0.35);
}

.gem-button--brown {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 35%),
    linear-gradient(180deg, #a45c42 0%, #05664f 100%);
}

.gem-button--large {
  min-width: 230px;
  min-height: 58px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.23), transparent 38%),
    linear-gradient(180deg, #1edb97 0%, #0b8f69 48%, #05664f 100%);
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: #130a14;
}

.hero--login .hero__media::after {
  background:
    linear-gradient(90deg, rgba(23, 10, 18, 0.96) 0%, rgba(9, 55, 44, 0.72) 46%, rgba(18, 8, 12, 0.38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, var(--bg) 100%);
}

.hero--bonus .hero__media::after {
  background:
    linear-gradient(90deg, rgba(23, 10, 18, 0.95) 0%, rgba(9, 60, 47, 0.7) 44%, rgba(18, 8, 12, 0.35) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, var(--bg) 100%);
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 10, 18, 0.94) 0%, rgba(9, 54, 43, 0.58) 42%, rgba(18, 8, 12, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, var(--bg) 100%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__content {
  position: relative;
  width: min(680px, calc(100% - (var(--space-4) * 2)));
  margin-left: max(var(--space-4), calc((100vw - 1160px) / 2));
  padding-top: var(--space-8);
}

.hero__eyebrow,
.section-kicker {
  display: inline-flex;
  padding: var(--space-2) var(--space-4);
  border-radius: 8px;
  background: rgba(9, 47, 39, 0.82);
  color: #ffb72e;
  font-family: var(--display-font);
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display-font);
  letter-spacing: 0;
  line-height: 1.08;
  text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.55);
}

h1 {
  margin-top: var(--space-6);
  font-size: clamp(42px, 7vw, 76px);
  max-width: 780px;
}

.hero__bonus {
  margin: var(--space-6) 0 var(--space-3);
  color: #fff;
  font-family: var(--display-font);
  font-weight: 900;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.65);
}

.hero__text {
  max-width: 590px;
  margin: 0 0 var(--space-8);
  color: #ffe7c7;
  font-size: 18px;
  font-weight: 700;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.hero__link {
  color: #ffd26b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.intro-panel,
.content-band,
.payments-section,
.faq-section,
.table-section {
  padding: var(--space-16) 0;
}

.content-band {
  background: linear-gradient(180deg, rgba(26, 12, 10, 0.55), rgba(43, 23, 20, 0.78));
}

.content-band--deep {
  background: linear-gradient(180deg, rgba(18, 9, 9, 0.92), rgba(48, 23, 18, 0.72));
}

.section-card {
  border: 2px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%),
    rgba(25, 8, 28, 0.92);
  padding: var(--space-8);
  box-shadow: var(--shadow);
}

.section-card--lead {
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: var(--space-8);
  align-items: center;
}

.section-card--warning {
  border-color: rgba(255, 92, 57, 0.72);
}

.section-card p,
.section-heading p,
.final-cta p,
.site-footer p {
  color: var(--cream);
  font-weight: 700;
}

.section-card h2,
.section-heading h2,
.final-cta h2 {
  margin: var(--space-4) 0 var(--space-6);
  color: #ffefd2;
  font-size: clamp(32px, 4.4vw, 52px);
}

.score-box {
  display: grid;
  place-items: center;
  min-height: 170px;
  border: 2px solid #f9a915;
  border-radius: 8px;
  background: linear-gradient(180deg, #3b1548, #110617);
  text-align: center;
}

.score-box strong {
  color: #ffd316;
  font-family: var(--display-font);
  font-size: 58px;
  line-height: 1;
  text-shadow: 3px 4px 0 #4f110d;
}

.score-box__label,
.score-box span:last-child {
  color: var(--muted);
  font-weight: 800;
}

.author-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: var(--space-6);
  align-items: center;
  margin-top: var(--space-8);
  border: 2px solid rgba(249, 169, 21, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 190, 39, 0.06), rgba(24, 201, 139, 0.06)),
    #1a0d0b;
  padding: var(--space-6);
  box-shadow: var(--shadow);
}

.author-card img {
  width: 128px;
  height: 128px;
  border: 2px solid rgba(249, 169, 21, 0.72);
  border-radius: 8px;
  object-fit: cover;
}

.author-card h3 {
  color: #ffefd2;
  font-size: 26px;
  text-shadow: 2px 3px 0 #35110d;
}

.author-card p {
  margin: var(--space-2) 0 0;
  color: var(--cream);
  font-weight: 700;
}

.author-bottom-section {
  padding: 0 0 var(--space-12);
}

.author-bottom-section .author-card {
  margin-top: 0;
}

.author-advice-section .section-heading {
  margin-bottom: var(--space-6);
}

.advice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-8);
}

.advice-card {
  border-left: 4px solid var(--emerald);
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  margin-top: var(--space-8);
  border: 2px solid rgba(249, 169, 21, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(87, 31, 21, 0.92), rgba(8, 74, 57, 0.86));
  padding: var(--space-6);
}

.cta-strip p {
  margin: 0;
  color: var(--cream);
  font-weight: 900;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.facts-grid article {
  border: 1px solid rgba(249, 169, 21, 0.58);
  border-radius: 8px;
  background: #2b1714;
  padding: var(--space-6);
}

.facts-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.facts-grid strong {
  display: block;
  margin-top: var(--space-2);
  color: #ffd316;
  font-family: var(--display-font);
  font-size: 26px;
}

.step-list {
  margin: var(--space-6) 0 0;
  padding-left: var(--space-6);
  color: var(--cream);
  font-weight: 800;
}

.step-list li + li {
  margin-top: var(--space-3);
}

.login-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}

.login-steps-grid article {
  border: 2px solid rgba(249, 169, 21, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 201, 139, 0.13), rgba(255, 169, 21, 0.04)),
    #1b0d0b;
  padding: var(--space-6);
  box-shadow: var(--shadow);
}

.login-steps-grid span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffd316;
  color: #34110d;
  font-family: var(--display-font);
  font-size: 20px;
}

.login-steps-grid h3 {
  margin: var(--space-4) 0 var(--space-3);
  color: #ffefd2;
  font-size: 25px;
  text-shadow: 2px 3px 0 #35110d;
}

.login-steps-grid p {
  margin: 0;
  color: var(--cream);
  font-weight: 800;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.account-grid span {
  border: 1px solid rgba(249, 169, 21, 0.44);
  border-radius: 8px;
  background: rgba(52, 24, 20, 0.7);
  padding: var(--space-4);
  color: #ffdca0;
  font-weight: 900;
}

.bonus-cards {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.bonus-cards article {
  border: 1px solid rgba(249, 169, 21, 0.48);
  border-radius: 8px;
  background: rgba(52, 24, 20, 0.72);
  padding: var(--space-4);
}

.bonus-cards span {
  display: block;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.bonus-cards strong {
  display: block;
  margin-top: var(--space-2);
  color: #ffd316;
  font-family: var(--display-font);
  font-size: 22px;
  line-height: 1.15;
  text-shadow: 2px 3px 0 #35110d;
}

.bonus-cards p {
  margin: var(--space-2) 0 0;
}

.calculator-section {
  padding: var(--space-16) 0;
}

.calculator-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: var(--space-8);
  align-items: center;
}

.bonus-calculator {
  display: grid;
  gap: var(--space-4);
  border: 2px solid rgba(249, 169, 21, 0.58);
  border-radius: 8px;
  background: #2a1310;
  padding: var(--space-6);
}

.bonus-calculator label {
  display: grid;
  gap: var(--space-2);
  color: #ffdca0;
  font-weight: 900;
}

.bonus-calculator input,
.bonus-calculator select {
  width: 100%;
  border: 2px solid rgba(249, 169, 21, 0.72);
  border-radius: 8px;
  background: #140908;
  color: var(--cream);
  padding: var(--space-3) var(--space-4);
  font: inherit;
  font-weight: 900;
}

.calculator-result {
  display: grid;
  gap: var(--space-2);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffca2a, #d57a00);
  padding: var(--space-6);
  color: #2b0e0a;
}

.calculator-result span {
  font-weight: 900;
  text-transform: uppercase;
}

.calculator-result strong {
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 1;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: var(--space-8);
  align-items: center;
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
}

.split--reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.feature-image {
  margin: 0;
  border: 2px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #160b09;
  padding: var(--space-4);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 6px;
}

.feature-image--stacked img {
  min-height: 420px;
}

.games-showcase {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.games-showcase article {
  display: grid;
  align-content: space-between;
  min-height: 150px;
  border: 2px solid rgba(249, 169, 21, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(24, 201, 139, 0.14), rgba(255, 169, 21, 0.04)),
    #1b0d0b;
  padding: var(--space-3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.games-showcase img {
  width: 100%;
  height: 78px;
  object-fit: contain;
}

.games-showcase span {
  display: block;
  margin-top: var(--space-2);
  color: #ffefd2;
  font-family: var(--display-font);
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  text-shadow: 2px 2px 0 #35110d;
}

.app-section {
  padding-top: var(--space-16);
}

.app-phone img {
  object-position: center;
}

.section-heading {
  max-width: 840px;
  margin-bottom: var(--space-8);
}

.table-wrap {
  overflow-x: auto;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #140908;
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

th,
td {
  padding: var(--space-6);
  border-bottom: 1px solid rgba(249, 169, 21, 0.25);
  text-align: left;
  vertical-align: top;
}

th {
  width: 32%;
  color: #ffd316;
  font-family: var(--display-font);
  font-size: 18px;
}

td {
  color: #fff1d4;
  font-weight: 800;
}

.payment-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
}

.payment-logos img {
  width: 100%;
  height: 96px;
  object-fit: contain;
  padding: var(--space-4);
  border: 2px solid rgba(249, 169, 21, 0.55);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 190, 39, 0.08), rgba(255, 190, 39, 0.02)),
    #20100d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.payment-analysis,
.fit-grid,
.promo-grid,
.tournament-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-8);
  margin-top: var(--space-8);
}

.promo-grid .section-card,
.tournament-grid .section-card {
  box-shadow:
    inset 0 3px 0 rgba(24, 201, 139, 0.28),
    var(--shadow);
}

.editorial-section {
  padding: var(--space-16) 0;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
}

ul {
  margin: 0;
  padding-left: var(--space-6);
  color: var(--cream);
  font-weight: 800;
}

li + li {
  margin-top: var(--space-3);
}

.faq-list {
  display: grid;
  gap: var(--space-4);
}

details {
  border: 2px solid rgba(249, 169, 21, 0.65);
  border-radius: 8px;
  background: #1a0d0b;
  padding: var(--space-6);
}

summary {
  cursor: pointer;
  color: #ffd316;
  font-family: var(--display-font);
  font-size: 21px;
}

details p {
  margin-bottom: 0;
  color: var(--cream);
  font-weight: 700;
}

.final-cta {
  padding: var(--space-16) 0;
  background:
    linear-gradient(90deg, rgba(111, 49, 33, 0.95), rgba(8, 73, 57, 0.9)),
    #32120f;
}

.final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
}

.final-cta__inner > div {
  max-width: 720px;
}

.site-footer {
  padding: var(--space-8) 0;
  background: #100707;
}

.footer-grid {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: var(--space-8);
  align-items: center;
}

.footer-grid img {
  width: 120px;
}

.footer-grid p {
  margin: 0;
  font-size: 13px;
}

.footer-payments {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(58px, 1fr));
  gap: var(--space-3);
  margin-top: var(--space-2);
}

.footer-payments img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  border: 1px solid rgba(249, 169, 21, 0.42);
  border-radius: 8px;
  background: #1b0d0b;
  padding: var(--space-2);
}

@media (max-width: 900px) {
  :root {
    --space-6: 16px;
    --space-8: 24px;
    --space-12: 40px;
    --space-16: 48px;
  }

  .site-header {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: var(--space-4);
    padding: var(--space-3) var(--space-4) var(--space-4);
  }

  .main-nav {
    order: 3;
    gap: var(--space-6);
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: 580px;
    align-items: end;
  }

  .hero__media::after {
    background:
      linear-gradient(180deg, rgba(18, 8, 12, 0.1) 0%, rgba(18, 8, 12, 0.74) 46%, var(--bg) 100%),
      linear-gradient(90deg, rgba(8, 60, 47, 0.38), rgba(18, 8, 12, 0.2));
  }

  .hero__content {
    margin: 0 auto;
    padding-bottom: var(--space-8);
    text-align: center;
  }

  .hero__eyebrow {
    margin-bottom: var(--space-2);
  }

  .hero__content h1 {
    font-size: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
  }

  .hero__text {
    display: none;
  }

  .hero__actions,
  .final-cta__inner {
    justify-content: center;
  }

  .section-card--lead,
  .split,
  .split--reverse,
  .pros-cons,
  .login-steps-grid,
  .calculator-card,
  .advice-grid,
  .payment-analysis,
  .fit-grid,
  .promo-grid,
  .tournament-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .author-card,
  .cta-strip {
    grid-template-columns: 1fr;
  }

  .cta-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-payments {
    grid-template-columns: repeat(4, 1fr);
  }

  .games-showcase {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .payment-logos {
    grid-template-columns: repeat(4, 1fr);
  }

  .final-cta__inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .header-actions {
    gap: var(--space-3);
  }

  .gem-button {
    min-width: 145px;
    min-height: 44px;
    padding: var(--space-3) var(--space-4);
    font-size: 14px;
  }

  .brand img {
    width: 118px;
  }

  .main-nav {
    font-size: 14px;
  }

  .hero {
    min-height: 500px;
  }

  .hero__media img {
    object-position: 70% center;
  }

  .hero__eyebrow {
    padding: var(--space-2) var(--space-4);
    font-size: 12px;
  }

  .hero__bonus {
    margin: var(--space-2) 0 var(--space-6);
    font-size: 38px;
  }

  .hero__actions {
    gap: var(--space-3);
  }

  .hero__actions .hero__link {
    display: none;
  }

  .section-card {
    padding: var(--space-6);
  }

  .payment-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
  }

  .games-showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
  }

  .games-showcase article {
    min-height: 132px;
    padding: var(--space-3);
  }

  .games-showcase img {
    height: 66px;
  }

  .games-showcase span {
    font-size: 13px;
  }

  .payment-logos img {
    height: 72px;
    padding: var(--space-3);
  }

  .author-card {
    grid-template-columns: 92px 1fr;
    gap: var(--space-4);
  }

  .author-card img {
    width: 92px;
    height: 92px;
  }

  .footer-payments {
    grid-template-columns: repeat(3, 1fr);
  }

  summary {
    font-size: 18px;
  }
}
