:root {
  --ink: #0b253d;
  --ink-2: #24445e;
  --muted: #597086;
  --paper: #f4f7fb;
  --surface: #ffffff;
  --surface-blue: #eaf2f8;
  --line: #c7d6e2;
  --teal: #008b92;
  --teal-dark: #00656a;
  --teal-soft: #d9f3f1;
  --amber: #ffbd2e;
  --amber-soft: #fff1be;
  --coral: #f05b54;
  --focus: #006ee6;
  --content: 78rem;
  --radius-sm: .55rem;
  --radius-md: .9rem;
  --radius-lg: 1.4rem;
  --shadow-sm: 0 .35rem 1rem rgba(11, 37, 61, .08);
  --shadow-lg: 0 1.25rem 3.5rem rgba(11, 37, 61, .14);
  --header-h: 4.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.72; }
img { display: block; max-width: 100%; }
a { color: var(--teal-dark); text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: .2rem solid var(--focus); outline-offset: .25rem; }
.container { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; border-radius: var(--radius-sm); background: var(--amber); color: var(--ink); font-weight: 800; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; min-height: var(--header-h); border-bottom: 1px solid rgba(199, 214, 226, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(15px); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 13.375rem; height: auto; }
.menu-toggle { min-width: 5.5rem; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font: inherit; font-weight: 800; cursor: pointer; box-shadow: var(--shadow-sm); }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 1.1rem; height: 2px; border-radius: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-icon { position: relative; }
.menu-icon::before { position: absolute; top: -.34rem; }
.menu-icon::after { position: absolute; top: .34rem; }
.menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }
.primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: .75rem 1rem 1.25rem; border-bottom: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-lg); }
.primary-nav.is-open { display: grid; }
.primary-nav a { min-height: 2.75rem; display: flex; align-items: center; padding: .4rem .5rem; color: var(--ink); font-size: .92rem; font-weight: 760; text-decoration: none; }

h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 1rem; font-size: clamp(1.9rem, 4vw, 3.1rem); font-weight: 860; letter-spacing: -.045em; line-height: 1.02; }
h2 { margin-bottom: 1rem; font-size: clamp(1.85rem, 3.6vw, 3rem); font-weight: 850; letter-spacing: -.035em; line-height: 1.08; }
h3 { margin-bottom: .8rem; font-size: clamp(1.24rem, 2vw, 1.65rem); line-height: 1.25; }
h4 { margin-bottom: .45rem; font-size: 1.18rem; line-height: 1.25; }
strong.key { color: var(--ink); font-weight: 840; }

.hero-ranking { position: relative; overflow: hidden; padding: clamp(2.2rem, 5vw, 4rem) 0 clamp(3.75rem, 7vw, 6.5rem); background: radial-gradient(circle at 92% 2%, rgba(0, 139, 146, .15), transparent 25rem), linear-gradient(180deg, #f8fbfd 0, #eef4f8 52%, var(--paper) 100%); }
.hero-ranking::before { position: absolute; inset: 0 0 auto; height: .35rem; background: linear-gradient(90deg, var(--teal), var(--amber), var(--coral)); content: ""; }
.hero-copy { padding-bottom: 1.55rem; border-bottom: 1px solid var(--line); }
.update-line { margin-bottom: .65rem; color: var(--teal-dark); font-size: .79rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-lede { margin-bottom: 0; color: var(--ink-2); font-size: clamp(1.02rem, 1.5vw, 1.16rem); line-height: 1.68; }
.ranking-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: .75rem 1.25rem; margin: 1.5rem 0 1rem; }
.ranking-heading h2 { margin: 0; font-size: clamp(1.25rem, 2.3vw, 1.8rem); }
.sample-note { padding: .45rem .75rem; border: 1px solid #abd9d6; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: .82rem; font-weight: 800; }

.casino-list { display: grid; margin: 0; padding: 0; gap: .65rem; list-style: none; }
.casino-row { position: relative; display: grid; grid-template-columns: 2.6rem 1fr; align-items: center; gap: .75rem; padding: .85rem; overflow: hidden; border: 1px solid #bdd0df; border-radius: 1rem; background: rgba(255,255,255,.94); box-shadow: 0 .2rem 0 rgba(11,37,61,.06), 0 .6rem 1.5rem rgba(11,37,61,.055); }
.casino-row::before { position: absolute; inset: 0 auto 0 0; width: .22rem; background: linear-gradient(var(--teal), var(--amber)); content: ""; }
.casino-row:hover { border-color: #8fb4c9; box-shadow: 0 .25rem 0 rgba(11,37,61,.08), 0 .8rem 2rem rgba(11,37,61,.09); }
.rank { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border-radius: .8rem; background: var(--ink); color: white; font-size: .88rem; font-weight: 900; }
.logo-frame { min-height: 4rem; display: grid; place-items: center; padding: .45rem .7rem; border: 1px solid #dae4ec; border-radius: .75rem; background: #fff; }
.logo-frame img { width: 100%; height: 2.8rem; object-fit: contain; }
.casino-row h3 { grid-column: 1 / -1; margin: 0; font-size: 1.08rem; }
.promo-zone { grid-column: 1 / -1; padding: .65rem .75rem; border-radius: .65rem; background: #eff6f9; line-height: 1.38; }
.promo-zone span { display: block; margin-bottom: .2rem; color: var(--teal-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.promo-zone strong { font-size: .92rem; }
.cta { grid-column: 1 / -1; min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; padding: .65rem 1rem; border: 2px solid var(--teal-dark); border-radius: .7rem; background: var(--teal); color: white; font-weight: 850; text-decoration: none; box-shadow: 0 .27rem 0 var(--teal-dark); transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.cta:hover { background: var(--teal-dark); transform: translateY(.12rem); box-shadow: 0 .15rem 0 #004b4f; }
.cta:active { transform: translateY(.24rem); box-shadow: none; }
.commercial-note { display: grid; grid-template-columns: 3.6rem 1fr; align-items: center; gap: 1rem; margin-top: 1.25rem; padding: 1rem 1.1rem; border: 1px solid #f0cf69; border-radius: var(--radius-md); background: linear-gradient(110deg, #fff8d8, #fffdf6); box-shadow: var(--shadow-sm); }
.commercial-note p { margin: 0; color: #4b3b0b; }
.note-mark { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-size: 1.05rem; font-weight: 900; box-shadow: 0 0 0 .35rem rgba(240,91,84,.16); }
.commercial-note code { padding: .1rem .3rem; border-radius: .3rem; background: rgba(11,37,61,.08); color: var(--ink); }

.section { padding: clamp(3.75rem, 7vw, 6.5rem) 0; }
.surface-blue { background: var(--surface-blue); }
.editorial-flow > h3 { margin-top: clamp(2.4rem, 5vw, 3.75rem); }
.editorial-flow > p { width: 100%; margin-bottom: 1.35rem; color: var(--ink-2); font-size: 1.05rem; }

.data-table-shell { margin: 2rem 0 1.35rem; padding: 1rem; border: 1px solid #b8cddd; border-radius: var(--radius-lg); background: linear-gradient(145deg, #dfeaf2, #f8fbfd); box-shadow: var(--shadow-lg); }
.table-intro { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; padding: .35rem .35rem 1rem; }
.table-number { min-width: max-content; height: 2.15rem; padding: 0 .85rem; display: grid; place-items: center; border-radius: 999px; background: var(--ink); color: var(--amber); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.table-intro h3, .table-intro h4 { margin: 0 0 .35rem; }
.table-intro p { margin: 0; color: var(--ink-2); font-size: .95rem; line-height: 1.58; }
.table-scroll { max-width: 100%; overflow-x: auto; border-radius: 1rem; }
.data-table { width: 100%; min-width: 47rem; border-collapse: separate; border-spacing: 0 .42rem; text-align: left; }
.data-table caption { padding: 0 1rem .4rem; color: var(--muted); font-size: .82rem; text-align: left; }
.data-table thead th { padding: .65rem 1rem; color: var(--ink); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.data-table tbody th, .data-table tbody td { padding: .82rem 1rem; border-top: 1px solid #d2e0e8; border-bottom: 1px solid #d2e0e8; background: #fff; color: var(--ink-2); font-size: .93rem; font-weight: 400; vertical-align: middle; }
.data-table tbody th { border-left: 1px solid #d2e0e8; border-radius: .75rem 0 0 .75rem; color: var(--ink); }
.data-table tbody td:last-child { border-right: 1px solid #d2e0e8; border-radius: 0 .75rem .75rem 0; }
.data-table tbody tr:nth-child(even) th, .data-table tbody tr:nth-child(even) td { background: #f3f8fa; }
.data-table tbody tr:hover th, .data-table tbody tr:hover td { background: var(--teal-soft); }
.table-analysis { margin-top: .5rem; }
.metric { display: inline-flex; min-width: 4rem; justify-content: center; padding: .35rem .6rem; border-radius: 999px; background: var(--ink); color: white; font-weight: 850; }
.coverage { min-width: 8rem; display: grid; grid-template-columns: 4.5rem auto; align-items: center; gap: .5rem; font-weight: 800; }
.coverage i { height: .45rem; display: block; overflow: hidden; border-radius: 999px; background: #d6e3e9; }
.coverage i::after { width: var(--value); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #21b9b2); content: ""; }

.feature-list, .trigger-list, .check-list, .journey-list, .bonus-list, .protection-list { margin: 1.75rem 0 1.35rem; padding: 0; list-style: none; }
.feature-list { display: grid; gap: .85rem; }
.feature-list li { display: grid; grid-template-columns: 2.6rem 1fr; gap: .85rem; align-items: start; padding: 1.1rem; border: 1px solid #bad5d5; border-radius: 1rem; background: linear-gradient(145deg, #fff, #f3fbfa); box-shadow: var(--shadow-sm); }
.feature-list .list-icon { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border-radius: .75rem; background: var(--teal); color: white; font-weight: 900; }
.feature-list strong, .feature-list li div > span { display: block; }
.feature-list strong { margin-bottom: .3rem; color: var(--ink); }
.feature-list li div > span { color: var(--ink-2); line-height: 1.55; }
.trigger-list { display: grid; gap: .7rem; }
.trigger-list li { position: relative; padding: 1rem 1rem 1rem 1.25rem; overflow: hidden; border-radius: .85rem; background: var(--surface); box-shadow: var(--shadow-sm); }
.trigger-list li::before { position: absolute; inset: 0 auto 0 0; width: .3rem; background: linear-gradient(var(--amber), var(--coral)); content: ""; }
.trigger-list strong, .trigger-list span { display: block; }
.trigger-list strong { margin-bottom: .25rem; }
.trigger-list span { color: var(--ink-2); }
.journey-list { display: grid; counter-reset: journey; gap: .85rem; }
.journey-list li { min-height: 8.2rem; display: grid; grid-template-columns: 2.5rem 1fr; gap: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); box-shadow: var(--shadow-sm); }
.journey-list li > span { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--ink); font-weight: 900; }
.journey-list strong, .journey-list em { display: block; }
.journey-list em { margin-top: .3rem; color: var(--ink-2); font-style: normal; line-height: 1.5; }
.insight-card { display: grid; gap: 1.25rem; align-items: center; margin-top: 1.5rem; padding: clamp(1.2rem, 3vw, 2rem); overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(125deg, var(--ink), #104f66); color: white; box-shadow: var(--shadow-lg); }
.insight-card p { margin: 0; color: #e6f2f7; }
.insight-card strong.key { color: white; }
.insight-stat { display: grid; place-items: center; padding: .75rem; border: 1px solid rgba(255,255,255,.22); border-radius: 1rem; background: rgba(255,255,255,.08); text-align: center; }
.insight-stat strong { color: var(--amber); font-size: 2.4rem; line-height: 1; }
.insight-stat span { color: #cbe2ec; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.check-list { display: grid; gap: .8rem; counter-reset: check; }
.check-list li { position: relative; padding: 1.05rem 1rem 1.05rem 3.8rem; border: 1px solid #bdceda; border-radius: .9rem; background: rgba(255,255,255,.78); counter-increment: check; }
.check-list li::before { position: absolute; left: 1rem; top: 1rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: .6rem; background: var(--ink); color: var(--amber); content: counter(check); font-weight: 900; }
.check-list strong, .check-list span { display: block; }
.check-list span { margin-top: .2rem; color: var(--ink-2); }
.bonus-list { display: grid; gap: .85rem; }
.bonus-list li { display: grid; grid-template-columns: 2.8rem 1fr; gap: .8rem; padding: 1rem; border: 1px solid #dbc777; border-radius: 1rem; background: linear-gradient(135deg, #fffdf5, #fff6d4); }
.bonus-list li > span { color: #bd4d2d; font-size: 1.4rem; font-weight: 900; }
.bonus-list strong, .bonus-list em { display: block; }
.bonus-list em { margin-top: .25rem; color: var(--ink-2); font-style: normal; line-height: 1.5; }
.protection-list { display: grid; gap: .8rem; }
.protection-list li { min-height: 8.5rem; padding: 1.1rem; border-radius: 1rem; background: var(--ink); color: white; box-shadow: var(--shadow-sm); }
.protection-list strong, .protection-list span { display: block; }
.protection-list strong { margin-bottom: .45rem; color: var(--amber); font-size: 1.05rem; }
.protection-list span { color: #d7e6ef; line-height: 1.55; }

.faq-section { background: linear-gradient(135deg, #0b253d, #123e58); color: white; }
.faq-section h2 { color: white; }
.faq-section > .container > p { color: #d5e5ee; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; background: rgba(255,255,255,.06); }
.faq-list summary { min-height: 3.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--ink); content: "+"; font-size: 1.25rem; font-weight: 900; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:hover { background: rgba(255,255,255,.06); }
.faq-list h3 { margin: 0; color: white; font-size: 1.05rem; }
.faq-list details > div { padding: 0 1.15rem 1.2rem; }
.faq-list details p { margin: 0; color: #d5e5ee; }

.site-footer { padding: clamp(3.5rem, 7vw, 5.5rem) 0 1.5rem; background: #071a2a; color: #d2e1eb; }
.site-footer h2 { color: white; font-size: 1.25rem; letter-spacing: -.015em; }
.site-footer a { color: white; }
.footer-top { display: grid; gap: 2rem; }
.footer-brand img { margin-bottom: 1rem; filter: brightness(0) invert(1); }
.footer-brand p, .footer-warning p { margin: 0; color: #c3d5e0; }
.footer-links nav { display: grid; }
.footer-links a { min-height: 2.7rem; display: flex; align-items: center; text-decoration-color: rgba(255,255,255,.35); }
.age-badge { min-width: 3.5rem; height: 3.5rem; display: inline-grid; place-items: center; margin-bottom: 1rem; border: 2px solid var(--coral); border-radius: 50%; color: white; font-weight: 900; }
.support-panel { margin-top: 2.5rem; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); background: linear-gradient(120deg, rgba(0,139,146,.18), rgba(255,255,255,.045)); }
.support-copy { display: grid; gap: .25rem 1.5rem; margin-bottom: 1.25rem; }
.support-copy h2, .support-copy p { margin: 0; }
.support-copy p { color: #c3d5e0; }
.support-logos { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; }
.support-logos a { min-height: 5rem; display: grid; place-items: center; padding: .75rem; border: 1px solid #527087; border-radius: .85rem; background: #12354d; box-shadow: 0 .4rem 1rem rgba(0,0,0,.16); }
.support-logos a:hover { border-color: var(--amber); transform: translateY(-.1rem); }
.support-logos img { width: 100%; height: 3.25rem; object-fit: contain; }
.footer-bottom { display: grid; gap: .7rem; margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom p { margin: 0; color: #9fb7c6; font-size: .88rem; }

@media (min-width: 40rem) {
  .feature-list, .trigger-list, .check-list, .journey-list, .bonus-list, .protection-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .insight-card { grid-template-columns: 10rem 1fr; }
  .support-logos { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (min-width: 64rem) {
  .container { width: min(calc(100% - 3rem), var(--content)); }
  .menu-toggle { display: none; }
  .primary-nav { position: static; display: flex; align-items: center; gap: 1.05rem; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .primary-nav a { padding: .2rem; }
  .casino-row { grid-template-columns: 2.7rem 7.4rem minmax(8.5rem,.7fr) minmax(20rem,1.8fr) 10.5rem; gap: 1rem; padding: .65rem .8rem; }
  .casino-row h3 { grid-column: auto; font-size: 1rem; }
  .logo-frame { min-height: 3.8rem; }
  .promo-zone { grid-column: auto; padding: .55rem .8rem; }
  .cta { grid-column: auto; }
  .feature-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .journey-list, .bonus-list, .protection-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .footer-top { grid-template-columns: 1.25fr .55fr 1fr; }
  .support-copy { grid-template-columns: .65fr 1.35fr; align-items: start; }
  .support-logos { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .footer-bottom { grid-template-columns: 1.4fr .8fr; }
  .footer-bottom p:last-child { text-align: right; }
}

@media (max-width: 26rem) {
  .container { width: min(calc(100% - 1.2rem), var(--content)); }
  .brand img { width: 10.5rem; }
  .menu-toggle { min-width: 2.8rem; }
  .menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .casino-row { grid-template-columns: 2.6rem 1fr; }
  .logo-frame { grid-column: 2; }
  .casino-row h3 { grid-column: 2; }
  .commercial-note { grid-template-columns: 1fr; }
  .table-intro { grid-template-columns: 1fr; }
}

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