@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit-700.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit-800.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

:root {
  --bg: #050505;
  --panel: #0d0d0d;
  --panel-2: #151515;
  --panel-3: #1d1b16;
  --line: #302814;
  --line-bright: #806622;
  --gold: #f0bd42;
  --gold-light: #ffe79b;
  --gold-dark: #b87908;
  --text: #f8f7f2;
  --muted: #a8a59b;
  --soft: #d8d4c8;
  --green: #83d51f;
  --danger: #f65858;
  --content: 1200px;
  --radius: 14px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--soft);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: clip;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

code {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #0a0a0a;
  color: var(--gold-light);
  padding: 1px 6px;
  font-size: 0.9em;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.prototype-bar {
  background: linear-gradient(90deg, #8c5d08, var(--gold), #8c5d08);
  color: #120d03;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  padding: 5px 16px;
  text-align: center;
}

.prototype-bar span {
  margin: 0 8px;
}

.site-header {
  background: rgba(5, 5, 5, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
}

.header-container {
  align-items: center;
  display: flex;
  gap: 30px;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--content);
  padding: 0 24px;
}

.logo-link {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  text-decoration: none;
}

.site-logo {
  height: 42px;
  object-fit: contain;
  width: auto;
}

.desktop-nav {
  align-items: stretch;
  align-self: stretch;
  display: flex;
  gap: 28px;
}

.desktop-nav a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #9e9b93;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  border-color: var(--gold);
  color: var(--text);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.btn-login,
.btn-primary,
.btn-load,
.tab {
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.35px;
}

.btn-login {
  background: transparent;
  border: 1px solid #5c512d;
  border-radius: 8px;
  color: var(--text);
  font-size: 12px;
  padding: 9px 20px;
}

.btn-primary {
  background: linear-gradient(110deg, var(--gold-light), var(--gold) 50%, var(--gold-dark));
  border: 1px solid #ffd66d;
  border-radius: 9px;
  color: #171004;
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  padding: 13px 28px;
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s;
}

.btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.btn-small {
  padding: 9px 19px;
}

.burger-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 30px;
  padding: 6px 2px;
  width: 27px;
}

.burger-btn span {
  background: var(--gold-light);
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: transform 0.2s, opacity 0.2s;
  width: 100%;
}

.burger-btn.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.burger-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.burger-btn.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  background: #080808;
  border-top: 1px solid var(--line);
  display: none;
  padding: 8px 16px 14px;
}

.mobile-menu a {
  border-bottom: 1px solid #1c1a15;
  color: var(--soft);
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 4px;
  text-decoration: none;
}

.hero-section {
  align-items: center;
  background:
    radial-gradient(circle at 75% 35%, rgba(240, 189, 66, 0.14), transparent 35%),
    linear-gradient(90deg, #030303 0%, #080704 62%, #0f0b03 100%);
  border-bottom: 1px solid var(--line);
  display: flex;
  min-height: 500px;
  overflow: hidden;
  padding: 54px 24px;
  position: relative;
}

.hero-section::after {
  background-image: linear-gradient(rgba(240, 189, 66, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 189, 66, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, black, transparent 65%);
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}

.hero-art {
  background: url("images/hero-xbet96.webp") center / contain no-repeat;
  height: min(440px, 42vw);
  max-height: 440px;
  max-width: 880px;
  opacity: 0.88;
  position: absolute;
  right: max(-130px, calc((100vw - 1500px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: 62vw;
}

.hero-art::after {
  background: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.88) 17%, transparent 53%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-container {
  margin: 0 auto;
  max-width: var(--content);
  position: relative;
  width: 100%;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.45px;
}

.eyebrow {
  border: 1px solid rgba(240, 189, 66, 0.32);
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 12px;
}

.hero-section h1 {
  color: var(--text);
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -2.2px;
  line-height: 0.98;
  margin: 0 0 20px;
  max-width: 680px;
}

.hero-section h1 span {
  background: linear-gradient(110deg, #fff4c9, var(--gold), #a66d04);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  color: #c6c3ba;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 610px;
}

.hero-facts {
  display: flex;
  gap: 10px;
  margin: 0 0 24px;
  max-width: 610px;
}

.hero-facts span {
  background: rgba(13, 13, 13, 0.9);
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--gold-light);
  flex: 1;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 11px;
}

.hero-facts small {
  color: #8f8b81;
  display: block;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 2px;
  text-transform: uppercase;
}

.hero-note {
  color: #77746c;
  font-size: 10px;
  margin: 10px 0 0;
}

.section-container,
.article-container {
  margin: 0 auto;
  max-width: var(--content);
}

.pokies-section {
  background: #080808;
  border-bottom: 1px solid var(--line);
  padding: 24px;
}

.toolbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 16px;
}

.tabs {
  display: flex;
  gap: 8px;
}

.tab {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #8f8c84;
  font-size: 11px;
  padding: 8px 13px;
}

.tab:hover,
.tab.active {
  background: linear-gradient(120deg, #f6d16f, #b87504);
  border-color: #ffdc7f;
  color: #171004;
}

.game-search {
  align-items: center;
  background: #111;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  padding-right: 10px;
}

.game-search input {
  background: transparent;
  border: 0;
  color: var(--text);
  outline: 0;
  padding: 8px 10px;
  width: 180px;
}

.game-search input::placeholder {
  color: #6e6b63;
}

.game-search svg {
  fill: none;
  height: 17px;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 17px;
}

.section-heading-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.section-heading-row h2 {
  color: var(--text);
  font-size: 28px;
  line-height: 1.2;
  margin: 4px 0 0;
}

.capture-date {
  color: #706d65;
  font-size: 11px;
}

.games-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.game-card {
  appearance: none;
  background: #0a0a0a;
  border: 1px solid #37301a;
  border-radius: 11px;
  cursor: pointer;
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.game-card:hover {
  border-color: var(--gold);
  box-shadow: 0 10px 30px rgba(240, 189, 66, 0.12);
  transform: translateY(-4px);
}

.game-card img {
  aspect-ratio: 5 / 8;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.play-chip {
  background: rgba(5, 5, 5, 0.92);
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  right: 7px;
  top: 7px;
  transform: translateY(-5px);
  transition: opacity 0.2s, transform 0.2s;
}

.game-card:hover .play-chip,
.game-card:focus-visible .play-chip {
  opacity: 1;
  transform: translateY(0);
}

.game-card.extra-game:not(.is-revealed) {
  display: none;
}

.game-card.is-filtered {
  display: none !important;
}

.empty-state {
  background: #111;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  margin: 14px 0;
  padding: 18px;
  text-align: center;
}

.btn-load {
  background: transparent;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  color: var(--gold-light);
  display: block;
  font-size: 11px;
  margin: 20px auto 2px;
  padding: 10px 20px;
}

.btn-load:hover {
  background: var(--gold);
  color: #171004;
}

.article {
  background: linear-gradient(180deg, #090909, #050505 600px);
  padding: 58px 24px 72px;
}

.article-container {
  max-width: 1020px;
}

.breadcrumbs {
  align-items: center;
  color: #77736a;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 30px;
}

.breadcrumbs a {
  color: var(--gold);
  text-decoration: none;
}

.article-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.article-header h2 {
  color: var(--text);
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -1.5px;
  line-height: 1.08;
  margin: 8px 0 18px;
}

.article-intro {
  color: #d4d1c9;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 900px;
}

.article-meta {
  color: #77736a;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 8px 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

.fact-note {
  background: linear-gradient(100deg, rgba(240, 189, 66, 0.14), rgba(240, 189, 66, 0.03));
  border: 1px solid #675319;
  border-left: 4px solid var(--gold);
  border-radius: 9px;
  color: #d7d2c5;
  font-size: 14px;
  margin: 0 0 42px;
  padding: 15px 18px;
}

.fact-note strong {
  color: var(--gold-light);
}

.article section {
  border-bottom: 1px solid #211d12;
  margin-bottom: 42px;
  padding-bottom: 42px;
}

.article h3 {
  color: var(--text);
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.article p {
  color: #b9b5ab;
  font-size: 16px;
  margin: 0 0 17px;
}

.table-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid #292416;
  font-size: 14px;
  padding: 13px 16px;
  text-align: left;
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

th {
  background: #12110e;
  color: var(--gold-light);
  font-weight: 700;
  width: 36%;
}

td {
  background: #0b0b0a;
  color: #c7c3b9;
}

.interface-gallery {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 230px;
  margin-top: 28px;
}

.interface-gallery figure {
  margin: 0;
}

.interface-gallery img {
  border: 1px solid var(--line-bright);
  border-radius: 12px;
  height: auto;
  width: 100%;
}

.interface-gallery figcaption {
  color: #77736a;
  font-size: 11px;
  margin-top: 8px;
}

.promo-panel {
  align-items: center;
  background: radial-gradient(circle at 90% 0%, rgba(240, 189, 66, 0.18), transparent 45%), #0b0b09;
  border: 1px solid var(--line-bright) !important;
  border-radius: 16px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 0.95fr;
  overflow: hidden;
  padding: 30px !important;
}

.promo-panel h3 {
  color: var(--gold-light);
}

.promo-panel img {
  border-radius: 10px;
  width: 100%;
}

.feature-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: 24px 0;
}

.feature-grid div {
  background: #0f0f0d;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
}

.feature-grid strong {
  color: var(--gold-light);
  display: block;
  font-size: 14px;
}

.feature-grid span {
  color: #8e8a81;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px;
}

.wide-promo {
  border: 1px solid var(--line);
  border-radius: 14px;
  height: auto;
  margin-top: 22px;
  width: 100%;
}

.steps {
  counter-reset: steps;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.steps li {
  align-items: center;
  background: #0d0d0b;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 3px 16px;
  grid-template-columns: 42px 1fr;
  padding: 12px 15px;
}

.steps li::before {
  align-items: center;
  background: linear-gradient(120deg, var(--gold-light), var(--gold-dark));
  border-radius: 50%;
  color: #171004;
  content: counter(steps);
  counter-increment: steps;
  display: flex;
  font-weight: 800;
  grid-row: 1 / span 2;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.steps strong {
  color: var(--text);
  line-height: 1.3;
}

.steps span {
  color: #8e8a81;
  font-size: 13px;
  line-height: 1.4;
}

.responsible-box {
  background: #11100d;
  border: 1px solid #5f4d1d;
  border-radius: 12px;
  padding: 18px;
}

.responsible-box strong {
  color: var(--gold-light);
  font-size: 21px;
}

.responsible-box p {
  margin: 4px 0 0;
}

.faq-list {
  display: grid;
  gap: 9px;
}

.faq-list details {
  background: #0d0d0c;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.faq-list details[open] {
  border-color: #584717;
}

.faq-list summary {
  align-items: center;
  color: var(--text);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  padding: 16px 18px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span::before {
  color: var(--gold);
  content: "+";
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary span::before {
  content: "−";
}

.faq-list details div {
  border-top: 1px solid #211d12;
  padding: 14px 18px 18px;
}

.faq-list details p {
  font-size: 14px;
  margin: 0;
}

.article-disclosure {
  color: #77736a;
  font-size: 12px;
}

.article-disclosure p {
  color: #77736a;
  font-size: 12px;
  margin: 0;
}

.site-footer {
  background: #070707;
  border-top: 1px solid var(--line);
  padding: 48px 24px 24px;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  margin: 0 auto 36px;
  max-width: var(--content);
}

.footer-brand img {
  height: 44px;
  margin-bottom: 14px;
  object-fit: contain;
  object-position: left;
  width: auto;
}

.footer-brand p {
  color: #77736a;
  font-size: 13px;
  max-width: 340px;
}

.footer-grid h2 {
  color: var(--text);
  font-size: 14px;
  margin: 0 0 14px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-grid a,
.footer-grid span,
.footer-grid button {
  background: none;
  border: 0;
  color: #8d8980;
  font-size: 12px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid button:hover {
  color: var(--gold);
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid #201c12;
  color: #5f5c55;
  font-size: 11px;
  margin: 0 auto;
  max-width: var(--content);
  padding-top: 22px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.toast {
  background: #18150d;
  border: 1px solid var(--gold);
  border-radius: 9px;
  bottom: 22px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.55);
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  max-width: calc(100vw - 32px);
  opacity: 0;
  padding: 12px 18px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 15px);
  transition: opacity 0.2s, transform 0.2s;
  z-index: 200;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Intent-focused inner pages */
.page-hero {
  background:
    radial-gradient(circle at 82% 40%, rgba(240, 189, 66, 0.17), transparent 30%),
    linear-gradient(110deg, #050505, #110d04);
  border-bottom: 1px solid var(--line);
  min-height: 390px;
  overflow: hidden;
  padding: 45px 24px 55px;
  position: relative;
}

.page-hero::after {
  background-image: linear-gradient(rgba(240, 189, 66, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 189, 66, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, black, transparent 72%);
  pointer-events: none;
  position: absolute;
}

.page-hero-inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  margin: 0 auto;
  max-width: var(--content);
  position: relative;
  z-index: 1;
}

.page-breadcrumbs {
  color: #7f7b72;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 22px;
}

.page-breadcrumbs a {
  color: var(--gold);
  text-decoration: none;
}

.page-hero h1 {
  color: var(--text);
  font-size: clamp(40px, 5.2vw, 64px);
  letter-spacing: -2px;
  line-height: 1.02;
  margin: 7px 0 17px;
}

.page-hero h1 span {
  background: linear-gradient(110deg, #fff2bc, var(--gold), #a66b04);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-hero-lead {
  color: #c9c5bb;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 680px;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-secondary {
  align-items: center;
  background: #0b0b0a;
  border: 1px solid #64521e;
  border-radius: 9px;
  color: var(--gold-light);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  padding: 13px 24px;
  text-decoration: none;
}

.page-hero-media {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 270px;
  position: relative;
}

.page-hero-media > img {
  filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.42));
  max-height: 310px;
  object-fit: contain;
  width: 100%;
}

.login-preview {
  background: linear-gradient(160deg, #17150f, #080808);
  border: 1px solid #715b1d;
  border-radius: 18px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
  max-width: 410px;
  padding: 24px;
  width: 100%;
}

.login-preview img {
  height: 48px;
  margin: 0 auto 22px;
  object-fit: contain;
  width: auto;
}

.preview-field {
  background: #080808;
  border: 1px solid #352d18;
  border-radius: 8px;
  color: #77736b;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 12px 13px;
}

.preview-button {
  background: linear-gradient(110deg, var(--gold-light), var(--gold-dark));
  border-radius: 8px;
  color: #171004;
  font-size: 13px;
  font-weight: 800;
  padding: 12px;
  text-align: center;
}

.inner-content {
  background: linear-gradient(180deg, #090909, #050505 520px);
  padding: 54px 24px 72px;
}

.content-layout {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) 265px;
  margin: 0 auto;
  max-width: 1100px;
}

.content-main {
  min-width: 0;
}

.content-main section {
  border-bottom: 1px solid #211d12;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.content-main section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.content-main h2 {
  color: var(--text);
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 0 0 16px;
}

.content-main h3 {
  color: var(--text);
  font-size: 25px;
  line-height: 1.25;
  margin: 26px 0 11px;
}

.content-main p,
.content-main li {
  color: #b9b5ab;
  font-size: 16px;
}

.content-main p {
  margin: 0 0 17px;
}

.content-main ul:not(.check-list),
.content-main ol:not(.steps) {
  padding-left: 22px;
}

.intent-intro {
  color: #d8d4ca !important;
  font-size: 19px !important;
  line-height: 1.7;
}

.toc-card {
  background: #0d0d0b;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 18px;
  position: sticky;
  top: 94px;
}

.toc-card strong {
  color: var(--gold-light);
  display: block;
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.toc-card a {
  border-top: 1px solid #211d12;
  color: #9e9a90;
  display: block;
  font-size: 13px;
  padding: 9px 0;
  text-decoration: none;
}

.toc-card a:hover {
  color: var(--gold);
}

.quick-facts {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
  margin: 22px 0;
}

.quick-facts > div {
  background: #0e0e0c;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px;
}

.quick-facts strong {
  color: var(--gold-light);
  display: block;
  font-size: 15px;
}

.quick-facts span {
  color: #817d74;
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 2px;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.check-list li {
  background: #0d0d0b;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 11px 14px 11px 42px;
  position: relative;
}

.check-list li::before {
  color: var(--gold);
  content: "✓";
  font-weight: 800;
  left: 16px;
  position: absolute;
}

.intent-callout {
  background: radial-gradient(circle at 90% 0, rgba(240, 189, 66, 0.15), transparent 45%), #0f0e0b;
  border: 1px solid #65521c;
  border-radius: 14px;
  margin: 24px 0;
  padding: 20px;
}

.intent-callout strong {
  color: var(--gold-light);
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.intent-callout p:last-child {
  margin-bottom: 0;
}

.related-pages {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.related-pages a {
  background: #0e0e0c;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 700;
  padding: 14px;
  text-decoration: none;
}

.related-pages a:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.inner-games-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: 24px 0;
}

.inner-games-grid img {
  border: 1px solid var(--line);
  border-radius: 10px;
  height: auto;
  width: 100%;
}

.bonus-amount {
  background: linear-gradient(120deg, #fff2b1, var(--gold), #9f6804);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: clamp(46px, 7vw, 76px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}

@media (max-width: 980px) {
  .desktop-nav {
    gap: 16px;
  }

  .desktop-nav a {
    font-size: 10px;
  }

  .hero-section {
    min-height: 520px;
  }

  .hero-art {
    opacity: 0.5;
    right: -180px;
    width: 78vw;
  }

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

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

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2 / -1;
  }

  .content-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .toc-card {
    display: none;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 70px;
  }

  .prototype-bar {
    font-size: 8px;
    letter-spacing: 0.8px;
  }

  .header-container {
    gap: 12px;
    height: 58px;
    padding: 0 16px;
  }

  .site-logo {
    height: 32px;
  }

  .desktop-nav,
  .header-actions .btn-login {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .btn-small {
    font-size: 10px;
    padding: 7px 11px;
  }

  .burger-btn {
    display: block;
  }

  .mobile-menu.is-open {
    display: block;
  }

  .hero-section {
    align-items: flex-end;
    min-height: 610px;
    padding: 250px 16px 46px;
  }

  .hero-art {
    background-position: center top;
    height: 300px;
    left: 50%;
    opacity: 0.82;
    right: auto;
    top: 18px;
    transform: translateX(-50%);
    width: 760px;
  }

  .hero-art::after {
    background: linear-gradient(180deg, transparent 38%, #050505 96%);
  }

  .hero-section::after {
    display: none;
  }

  .eyebrow {
    font-size: 9px;
    margin-bottom: 12px;
  }

  .hero-section h1 {
    font-size: 39px;
    letter-spacing: -1.3px;
  }

  .hero-lead {
    font-size: 14px;
  }

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

  .hero-facts span {
    font-size: 11px;
    padding: 8px;
  }

  .hero-facts small {
    font-size: 7px;
  }

  .pokies-section {
    padding: 20px 12px 24px;
  }

  .toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .tabs {
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .tab {
    flex: 0 0 auto;
  }

  .game-search input {
    width: 100%;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading-row h2 {
    font-size: 24px;
  }

  .capture-date {
    margin-top: 5px;
  }

  .games-grid {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .game-card {
    border-radius: 9px;
  }

  .article {
    padding: 42px 16px 55px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .article-header h2 {
    font-size: 35px;
  }

  .article-intro {
    font-size: 16px;
  }

  .article h3 {
    font-size: 25px;
  }

  .article p {
    font-size: 15px;
  }

  th,
  td {
    font-size: 12px;
    min-width: 145px;
    padding: 11px 12px;
  }

  .interface-gallery {
    grid-template-columns: 1fr;
  }

  .mobile-shot {
    max-width: 250px;
  }

  .promo-panel {
    grid-template-columns: 1fr;
    padding: 22px !important;
  }

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

  .steps li {
    grid-template-columns: 38px 1fr;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .page-hero {
    min-height: 0;
    padding: 30px 16px 42px;
  }

  .page-hero-inner {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .page-hero-lead {
    font-size: 15px;
  }

  .page-hero-media {
    min-height: 190px;
  }

  .inner-content {
    padding: 40px 16px 55px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .related-pages {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 390px) {
  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 690px;
  }

  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-grid > div:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
