:root {
  --ink: #1b2448;
  --ink-soft: #526078;
  --muted: #6e7891;
  --canvas: #f7f8fc;
  --surface: #ffffff;
  --surface-tint: #eff3f8;
  --mint: #89e0ca;
  --mint-deep: #176451;
  --gold: #ffb55e;
  --line: #dce3ed;
  --danger: #9f3b3b;
  --shadow: 0 14px 36px rgb(27 36 72 / 9%);
  --radius: 18px;
  --radius-small: 10px;
  --space-1: .5rem;
  --space-2: .875rem;
  --space-3: 1.25rem;
  --space-4: 2rem;
  --space-5: 3.5rem;
  --content-width: 1180px;
  --header-height: 76px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.62; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 3px solid #e26a35; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.14; text-wrap: balance; }
h1 { max-width: 780px; margin-bottom: var(--space-3); font-size: clamp(2.05rem, 5vw, 4.3rem); letter-spacing: -.045em; }
h2 { margin-bottom: var(--space-2); font-size: clamp(1.6rem, 3.5vw, 2.7rem); letter-spacing: -.035em; }
h3 { margin-bottom: .7rem; font-size: 1.1rem; }
p { margin-bottom: 1rem; }
section[id] { scroll-margin-top: calc(var(--header-height) + 1rem); }
.container { width: min(calc(100% - 2rem), var(--content-width)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: .65rem; left: .65rem; transform: translateY(-180%); padding: .7rem 1rem; border-radius: 8px; background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid rgb(220 227 237 / 90%); background: rgb(247 248 252 / 95%); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 192px; height: 42px; }
.primary-navigation { display: flex; align-items: center; gap: 1.2rem; }
.primary-navigation a { padding: .6rem 0; color: var(--ink-soft); font-size: .91rem; font-weight: 700; text-decoration: none; }
.primary-navigation a:hover { color: var(--mint-deep); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); cursor: pointer; }
.menu-toggle span:not(.visually-hidden) { display: block; width: 22px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); }

.hero { padding: clamp(3rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5.5rem); overflow: hidden; background: linear-gradient(118deg, #f7f8fc 0%, #edf8f5 100%); }
.hero-grid { display: grid; gap: 2rem; align-items: center; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); }
.eyebrow, .card-kicker, .record-label, .bonus-zone > span { margin-bottom: .55rem; color: var(--mint-deep); font-size: .72rem; font-weight: 800; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.intro { max-width: 750px; color: #37445f; font-size: clamp(1.03rem, 2.1vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.6rem; }
.text-link { color: var(--mint-deep); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.updated { margin: 0; color: var(--muted); font-size: .9rem; }
.evidence-card { padding: clamp(1.35rem, 3vw, 2rem); border: 1px solid #d4e9e2; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.evidence-stat { display: grid; gap: .25rem; padding: .5rem 0 1rem; border-bottom: 1px solid var(--line); }
.evidence-stat strong { color: var(--ink); font-size: clamp(2.75rem, 6vw, 4rem); letter-spacing: -.06em; line-height: .95; }
.evidence-stat span { color: var(--ink-soft); font-size: .95rem; font-weight: 700; }
.evidence-detail { display: grid; gap: .4rem; padding: 1rem 0; color: var(--ink-soft); font-size: .9rem; }
.evidence-detail span::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .5rem; border-radius: 50%; background: var(--gold); }
.evidence-card p:last-child { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.section { padding: clamp(3.25rem, 7vw, 6rem) 0; }
.section-tint { background: var(--surface-tint); }
.section-heading, .section-heading.narrow { max-width: none; margin-bottom: 2rem; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.ranking-section { background: var(--surface); }
.casino-list { display: grid; gap: .8rem; padding: 0; margin: 0; list-style: none; counter-reset: casino-record; }
.casino-row { counter-increment: casino-record; display: grid; min-height: 112px; grid-template-columns: 23% minmax(0, 1fr) 19% 17%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); box-shadow: 0 4px 12px rgb(27 36 72 / 3%); }
.casino-row > * { min-width: 0; padding: 1.05rem 1.25rem; }
.casino-row > * + * { border-left: 1px solid var(--line); }
.brand-zone { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; position: relative; text-align: center; }
.record-label { display: inline-grid; width: 1.65rem; height: 1.65rem; place-items: center; border-radius: 50%; background: #dff6ef; color: var(--mint-deep); font-size: .65rem; }
.brand-zone img { width: 160px; height: 56px; object-fit: contain; object-position: center; }
.bonus-zone { display: flex; flex-direction: column; justify-content: center; background: #f8fbfb; }
.bonus-zone p { margin: 0; color: var(--ink); font-size: clamp(.92rem, 1.5vw, 1.06rem); font-weight: 750; line-height: 1.4; }
.payment-zone { display: flex; flex-direction: column; justify-content: center; background: #fffaf2; }
.payment-zone > span { margin-bottom: .55rem; color: #745c38; font-size: .72rem; font-weight: 800; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.payment-zone p { margin: 0; color: #745c38; font-size: .86rem; font-weight: 700; line-height: 1.4; }
.visit-button { display: grid; align-self: stretch; place-items: center; min-height: 48px; margin: 1rem; padding: .8rem 1rem; border-radius: 9px; background: var(--mint-deep); color: #fff; font-size: .9rem; font-weight: 800; text-align: center; text-decoration: none; }
.visit-button:hover { background: #114f40; }
.data-note { max-width: 850px; margin: 1.2rem 0 0; color: var(--muted); font-size: .87rem; }
.brand-reviews { display: grid; gap: 1.5rem; margin-top: 3rem; }
.brand-reviews > section { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-small); background: var(--surface); }
.brand-reviews .table-wrap { margin: 1.25rem 0 0; }

.content-grid { display: block; }
.content-grid .section-heading { margin-bottom: 2rem; }
.content-grid .table-wrap { margin-top: 1.25rem; }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); box-shadow: 0 4px 12px rgb(27 36 72 / 3%); }
table { width: 100%; border-collapse: collapse; text-align: left; }
caption { padding: 1rem 1.1rem; color: var(--ink); font-weight: 800; text-align: left; caption-side: top; }
th, td { padding: .8rem 1.1rem; border-top: 1px solid var(--line); vertical-align: top; }
thead th { background: #edf7f4; color: var(--mint-deep); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
tbody th { width: auto; color: var(--ink-soft); font-weight: 400; }
td { color: var(--ink-soft); }
.brand-reviews tbody th { width: 28%; }
.bonus-table tbody th, .game-table tbody th { width: 16%; }
.payment-table tbody th { width: 18%; }
.table-wrap + p, .table-follow-up { margin-top: 1.65rem; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(2rem, 5vw, 4.5rem); }
.three-up > section, .method-cards > section { padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); }
.three-up p:last-child, .method-cards p:last-child { margin-bottom: 0; }
.three-up ul { padding-left: 1.1rem; margin: 1rem 0 0; color: var(--ink-soft); font-size: .91rem; }
.three-up li + li { margin-top: .45rem; }
.method-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.method-cards > section { border-top: 4px solid var(--mint); }
.step-list { display: grid; gap: .65rem; padding: 0; margin: 0; list-style-position: inside; color: var(--ink-soft); }
.step-list li { padding: .9rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); }
.step-list + .table-follow-up { margin-top: 1.65rem; }
.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.faq-list details { border: 1px solid var(--line); border-left: 4px solid var(--mint); border-radius: var(--radius-small); background: var(--surface); }
.faq-list summary { padding: 1.25rem 3rem 1.25rem 1.3rem; cursor: pointer; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 1.05rem; right: 1.15rem; color: var(--mint-deep); font-size: 1.5rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary h3 { margin: 0; font-size: 1.05rem; }
.faq-answer { padding: 0 1.3rem 1.3rem; }
.faq-answer p { margin: 0; }

.site-footer { padding: 3rem 0 1.2rem; background: var(--ink); color: #d9e0ef; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.3fr .65fr; gap: 2.5rem; }
.site-footer img { width: 192px; height: 42px; margin-bottom: 1rem; filter: brightness(0) invert(1) grayscale(1); }
.footer-heading { margin-bottom: .8rem; color: #fff !important; font-size: 1rem !important; font-weight: 800; letter-spacing: 0; }
.site-footer p { color: #c0cadc; font-size: .88rem; }
.site-footer nav { display: grid; gap: .45rem; }
.site-footer nav a { color: #d9e0ef; font-size: .9rem; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.1rem; border-top: 1px solid rgb(255 255 255 / 15%); }
.footer-bottom p { margin: 0; font-size: .76rem; }
.footer-organisations { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .65rem; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / 15%); }
.footer-organisations a { display: grid; min-height: 64px; place-items: center; padding: .5rem; border: 1px solid rgb(255 255 255 / 15%); border-radius: 8px; background: #34436f; }
.footer-organisations img { width: 130px; height: 38px; margin: 0; filter: none; object-fit: contain; }
.licensing-grid { grid-template-columns: repeat(2, 1fr); }
.error-page { display: grid; min-height: 100vh; place-items: center; }
.error-content { max-width: 650px; padding: 2rem; }
.error-content img { width: 192px; height: 42px; margin-bottom: 2.5rem; }
.button-link { display: inline-block; padding: .8rem 1.2rem; border-radius: 8px; background: var(--mint-deep); color: #fff; font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .three-up, .method-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --header-height: 66px; }
  .header-inner { min-height: var(--header-height); }
  .brand img { width: 158px; height: 35px; }
  .menu-toggle { display: none; }
  .js .menu-toggle { display: block; }
  .primary-navigation { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; padding: .7rem 1rem 1rem; border-bottom: 1px solid var(--line); background: var(--canvas); box-shadow: 0 12px 20px rgb(27 36 72 / 9%); }
  .js .primary-navigation { display: none; }
  .js .primary-navigation.is-open { display: grid; }
  .primary-navigation a { padding: .75rem 0; }
  .hero { padding-top: 3.2rem; }
  .casino-row { grid-template-columns: 1fr auto; min-height: 0; }
  .casino-row > * { padding: .9rem 1rem; }
  .brand-zone { grid-column: 1; }
  .payment-zone { grid-column: 2; grid-row: 1; border-left: 1px solid var(--line); }
  .bonus-zone { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0 !important; }
  .visit-button { grid-column: 1 / -1; grid-row: 3; margin: .75rem; }
  .brand-zone img { width: 144px; height: 50px; object-position: center; }
  .three-up, .method-cards, .faq-list { grid-template-columns: 1fr; }
  .footer-organisations { grid-template-columns: repeat(3, 1fr); }
  .three-up { margin-top: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 1.25rem), var(--content-width)); }
  .brand img { width: 145px; height: 32px; }
  .casino-row > * { padding: .82rem; }
  .payment-zone { min-width: 95px; }
  .payment-zone > span { font-size: .62rem; }
  .payment-zone p { font-size: .76rem; }
  .footer-organisations { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
