:root {
  --ink: #102930;
  --ink-soft: #496169;
  --navy: #082f3d;
  --navy-2: #0d4655;
  --teal: #176c70;
  --teal-soft: #d8ebe8;
  --cream: #f8f4e9;
  --paper: #fffdf8;
  --white: #ffffff;
  --gold: #eeb25b;
  --gold-soft: #f9e8c8;
  --green: #2f735e;
  --green-soft: #e1f1e9;
  --red: #9a4e48;
  --red-soft: #f7e7e4;
  --line: #d9e1df;
  --line-strong: #bdcac7;
  --shadow-sm: 0 8px 24px rgba(8, 47, 61, 0.08);
  --shadow-md: 0 20px 55px rgba(8, 47, 61, 0.12);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --reading: 760px;
  --header-height: 78px;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

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

a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--navy);
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

::selection {
  color: var(--white);
  background: var(--teal);
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--navy);
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 6vw, 4.75rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3.4vw, 2.65rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  letter-spacing: -0.015em;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 1.3rem;
}

li + li {
  margin-top: 0.35rem;
}

hr {
  height: 1px;
  margin: 38px 0;
  border: 0;
  background: var(--line);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  width: min(calc(100% - 36px), var(--container));
  margin-inline: auto;
}

.reading-width {
  max-width: var(--reading);
}

.section {
  padding-block: clamp(62px, 8vw, 110px);
}

.section--compact {
  padding-block: clamp(42px, 6vw, 76px);
}

.section--tint {
  background: var(--cream);
}

.section--dark {
  color: #dce9e8;
  background: var(--navy);
}

.section--dark h2,
.section--dark h3 {
  color: var(--white);
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-header__copy {
  max-width: 760px;
}

.section-header p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.section--dark .section-header p {
  color: #bdd0ce;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  content: "";
  background: var(--gold);
}

.section--dark .eyebrow {
  color: var(--gold);
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.kicker {
  color: var(--ink-soft);
  font-size: 0.91rem;
  font-weight: 650;
}

.muted {
  color: var(--ink-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 750;
  text-decoration: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  color: inherit;
  transform: translateY(-1px);
}

.button--primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 10px 22px rgba(23, 108, 112, 0.22);
}

.button--primary:hover {
  color: var(--white);
  background: var(--navy-2);
  box-shadow: 0 14px 30px rgba(8, 47, 61, 0.25);
}

.button--secondary {
  color: var(--navy);
  border-color: var(--line-strong);
  background: var(--white);
}

.button--secondary:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.button--gold {
  color: var(--navy);
  background: var(--gold);
}

.button--gold:hover {
  background: #f5c77f;
}

.button--small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.9rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(189, 202, 199, 0.65);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  width: 172px;
  flex: 0 0 auto;
  align-items: center;
}

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

.desktop-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.desktop-nav a,
.mobile-nav a {
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.91rem;
  font-weight: 720;
  text-decoration: none;
}

.desktop-nav a {
  padding: 10px 12px;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--navy);
  background: var(--teal-soft);
}

.header-action {
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--white);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: var(--navy);
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: 99;
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-md);
}

.mobile-nav__inner {
  display: grid;
  gap: 6px;
  padding-block: 18px 24px;
}

.mobile-nav a {
  padding: 13px 15px;
}

.mobile-nav a[aria-current="page"] {
  background: var(--teal-soft);
}

.mobile-nav .button {
  margin-top: 8px;
}

.nav-open body {
  overflow: hidden;
}

.breadcrumbs {
  padding-top: 22px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 8px;
  color: #8ba09d;
  content: "/";
}

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

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 92px);
}

.page-hero::after {
  position: absolute;
  top: -180px;
  right: -110px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(23, 108, 112, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(23, 108, 112, 0.05), 0 0 0 140px rgba(23, 108, 112, 0.03);
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-hero h1 {
  max-width: 950px;
  font-size: clamp(2.5rem, 6vw, 4.3rem);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(62px, 8vw, 116px);
  background:
    radial-gradient(circle at 82% 18%, rgba(238, 178, 91, 0.22), transparent 29%),
    linear-gradient(150deg, #fdfaf1 0%, #f7f4e9 48%, #e9f2ef 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  border: 1px solid rgba(23, 108, 112, 0.12);
  border-radius: 50%;
  content: "";
}

.hero::before {
  top: -230px;
  right: -130px;
  width: 640px;
  height: 640px;
}

.hero::after {
  right: 80px;
  bottom: -320px;
  width: 560px;
  height: 560px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
}

.hero-copy h1 {
  max-width: 780px;
}

.hero-copy .lead {
  max-width: 690px;
  margin-bottom: 28px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 650;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-meta span::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

.index-panel {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow-md);
}

.index-panel::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 21px;
  content: "";
  pointer-events: none;
}

.index-panel__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 15px;
}

.index-panel__header h2 {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 1.3rem;
}

.index-panel__header p {
  margin: 0;
  color: #a9c2c0;
  font-size: 0.85rem;
}

.index-stamp {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(238, 178, 91, 0.35);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.index-list {
  position: relative;
  display: grid;
  gap: 9px;
  padding: 0 10px 10px;
}

.index-row {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.index-row__rank {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: var(--navy);
  background: var(--gold);
  font-weight: 850;
}

.index-row__name {
  display: block;
  overflow: hidden;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-row__meta {
  display: block;
  color: #a9c2c0;
  font-size: 0.75rem;
}

.index-row__score {
  font-size: 1.14rem;
  font-weight: 850;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: var(--white);
}

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

.trust-item {
  padding: 22px 26px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  border-left: 1px solid var(--line);
}

.trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.trust-item span {
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.notice {
  display: grid;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  grid-template-columns: auto minmax(0, 1fr);
}

.notice__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold-soft);
  font-weight: 900;
}

.notice h2,
.notice h3 {
  margin-bottom: 5px;
  font-size: 1.02rem;
}

.notice p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.notice--dark {
  border-color: rgba(255, 255, 255, 0.14);
  color: #dce9e8;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.notice--dark h2,
.notice--dark h3 {
  color: var(--white);
}

.notice--dark p {
  color: #bdd0ce;
}

.card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.info-card,
.category-card,
.guide-card,
.principle-card,
.method-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.info-card,
.principle-card,
.method-card {
  padding: 26px;
}

.info-card p,
.principle-card p,
.method-card p {
  color: var(--ink-soft);
}

.category-card,
.guide-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.category-card:hover,
.guide-card:hover {
  color: inherit;
  border-color: #9db4af;
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.category-card::after {
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  content: "";
  background: var(--teal-soft);
}

.category-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  color: var(--navy);
  background: var(--gold-soft);
  font-weight: 900;
}

.category-card p,
.guide-card p {
  color: var(--ink-soft);
}

.category-card__link,
.guide-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--teal);
  font-weight: 800;
}

.guide-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.guide-card__category {
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.steps {
  display: grid;
  gap: 22px;
  counter-reset: steps;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card {
  position: relative;
  padding: 28px 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  counter-increment: steps;
}

.step-card::before {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 14px;
  color: var(--navy);
  content: counter(steps, decimal-leading-zero);
  background: var(--gold);
  font-weight: 900;
}

.step-card p {
  color: #bdd0ce;
}

.principle-card {
  position: relative;
  padding-top: 58px;
}

.principle-card::before {
  position: absolute;
  top: 24px;
  left: 26px;
  width: 28px;
  height: 4px;
  border-radius: 4px;
  content: "";
  background: var(--gold);
}

.casino-list {
  display: grid;
  gap: 20px;
}

.casino-card {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 170ms ease, border-color 170ms ease;
}

.casino-card:hover {
  border-color: #a8bbb7;
  box-shadow: var(--shadow-md);
}

.casino-card__main {
  display: grid;
  gap: 24px;
  padding: 26px;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
}

.casino-card__identity {
  display: grid;
  align-items: start;
  gap: 17px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.casino-logo {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(8, 47, 61, 0.12);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo-tone-1 { background: linear-gradient(145deg, #0d4857, #176c70); }
.logo-tone-2 { background: linear-gradient(145deg, #5d3c6f, #9b6fa5); }
.logo-tone-3 { background: linear-gradient(145deg, #27557b, #4c8fb0); }
.logo-tone-4 { background: linear-gradient(145deg, #6d4b2c, #c18448); }
.logo-tone-5 { background: linear-gradient(145deg, #315945, #5f8d6f); }
.logo-tone-6 { background: linear-gradient(145deg, #374052, #69758b); }
.logo-tone-7 { background: linear-gradient(145deg, #7c3f49, #b7686c); }
.logo-tone-8 { background: linear-gradient(145deg, #514c2d, #8e8651); }

.casino-card__rank {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.casino-card__rank strong {
  color: var(--teal);
}

.casino-card h2,
.casino-card h3 {
  margin-bottom: 6px;
  font-size: 1.35rem;
}

.casino-card__description {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.score-badge {
  display: grid;
  min-width: 74px;
  padding: 10px 12px;
  place-items: center;
  border: 1px solid #bcd4cf;
  border-radius: 16px;
  background: #eff8f5;
}

.score-badge strong {
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.score-badge span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.badge,
.demo-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--cream);
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.badge--green {
  border-color: #bad7ca;
  color: var(--green);
  background: var(--green-soft);
}

.badge--gold {
  border-color: #e9ca94;
  color: #7a5119;
  background: var(--gold-soft);
}

.badge--dark {
  border-color: #b8c7c5;
  color: var(--navy);
  background: #e8efed;
}

.demo-label {
  border-color: #edc3be;
  color: var(--red);
  background: var(--red-soft);
}

.offer-panel {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border: 1px solid #e7d6b7;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #fffaf0, #f9edda);
}

.offer-panel__label {
  margin-bottom: 7px;
  color: #80623a;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-panel__offer {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1.35;
}

.offer-panel__terms {
  margin-bottom: 15px;
  color: var(--ink-soft);
  font-size: 0.77rem;
}

.casino-card__details {
  display: grid;
  gap: 18px;
  padding: 22px 26px;
  border-top: 1px solid var(--line);
  background: #fbfcfa;
  grid-template-columns: 1fr 1fr 1.25fr;
}

.detail-block__label {
  display: block;
  margin-bottom: 5px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.detail-block strong {
  display: block;
  color: var(--navy);
  font-size: 0.91rem;
  line-height: 1.45;
}

.pro-list,
.con-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pro-list li,
.con-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.pro-list li::before,
.con-list li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  font-weight: 900;
}

.pro-list li::before {
  color: var(--green);
  content: "✓";
}

.con-list li::before {
  color: var(--red);
  content: "–";
}

.casino-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 26px 22px;
  border-top: 1px solid var(--line);
}

.casino-card__footer-note {
  max-width: 600px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.filter-panel {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  grid-template-columns: minmax(0, 1fr) auto;
}

.filter-panel__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.filter-chip {
  position: relative;
}

.filter-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-chip label {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--white);
  font-size: 0.84rem;
  font-weight: 760;
  cursor: pointer;
}

.filter-chip input:checked + label {
  color: var(--white);
  border-color: var(--teal);
  background: var(--teal);
}

.filter-chip input:focus-visible + label {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.filter-panel__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.select-field {
  min-height: 42px;
  padding: 8px 36px 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--white);
}

.result-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.empty-state {
  padding: 42px 24px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  text-align: center;
  background: var(--cream);
}

.table-shell {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  overscroll-behavior-inline: contain;
}

.table-shell:focus-visible {
  outline-offset: 5px;
}

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

.comparison-table {
  min-width: 860px;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  color: var(--navy);
  background: var(--cream);
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.comparison-table tbody th {
  color: var(--navy);
  background: #fbfcfa;
  font-size: 0.83rem;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table td {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.comparison-table strong {
  color: var(--navy);
}

.comparison-table--tool {
  min-width: 950px;
}

.comparison-table--tool th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 180px;
  box-shadow: 1px 0 var(--line);
}

.comparison-table--tool thead th:first-child {
  z-index: 3;
}

.comparison-name {
  display: block;
  margin-bottom: 7px;
  font-size: 0.88rem;
  text-transform: none;
  letter-spacing: normal;
}

.compare-picker {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compare-choice {
  position: relative;
}

.compare-choice input {
  position: absolute;
  opacity: 0;
}

.compare-choice label {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
}

.compare-choice input:checked + label {
  border-color: var(--teal);
  box-shadow: 0 0 0 2px rgba(23, 108, 112, 0.16);
  background: #f2faf7;
}

.compare-choice input:focus-visible + label {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.compare-choice .casino-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 0.76rem;
}

.compare-choice__copy strong {
  display: block;
  color: var(--navy);
  font-size: 0.87rem;
  line-height: 1.3;
}

.compare-choice__copy span {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.compare-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.compare-status {
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.page-layout {
  display: grid;
  align-items: start;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.article {
  max-width: var(--reading);
}

.article-header {
  margin-bottom: 34px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.article-meta span::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

.article-section {
  padding-top: 6px;
  margin-bottom: 40px;
}

.article-section h2 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.article-section p,
.article-section li {
  color: #314b53;
}

.article-section ul,
.article-section ol {
  margin-bottom: 20px;
}

.article-section li::marker {
  color: var(--teal);
  font-weight: 800;
}

.article-aside {
  position: sticky;
  top: calc(var(--header-height) + 26px);
  display: grid;
  gap: 18px;
}

.aside-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.aside-card h2,
.aside-card h3 {
  margin-bottom: 14px;
  font-size: 1rem;
}

.toc {
  padding: 0;
  margin: 0;
  list-style: none;
}

.toc li + li {
  margin-top: 8px;
}

.toc a {
  color: var(--ink-soft);
  font-size: 0.83rem;
  line-height: 1.35;
  text-decoration: none;
}

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

.author-box {
  display: grid;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--cream);
  grid-template-columns: auto minmax(0, 1fr);
}

.author-avatar {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  background: var(--navy);
  font-weight: 900;
}

.author-box strong {
  display: block;
  color: var(--navy);
}

.author-box p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

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

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 19px;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-weight: 800;
  text-align: left;
}

.faq-question::after {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  content: "+";
  background: var(--teal-soft);
  font-size: 1.15rem;
}

.faq-question[aria-expanded="true"]::after {
  content: "–";
}

.faq-answer {
  padding: 0 19px 19px;
  color: var(--ink-soft);
}

.review-hero {
  padding-block: clamp(42px, 6vw, 70px);
}

.review-hero__grid {
  display: grid;
  align-items: center;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.review-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.review-title-row .casino-logo {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  font-size: 1.35rem;
}

.review-title-row h1 {
  margin-bottom: 7px;
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.review-summary-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.review-score {
  display: flex;
  align-items: end;
  gap: 7px;
  margin-bottom: 16px;
}

.review-score strong {
  color: var(--navy);
  font-size: 3.2rem;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.review-score span {
  color: var(--ink-soft);
  font-weight: 750;
}

.review-facts {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.review-facts li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.review-facts strong {
  color: var(--navy);
  text-align: right;
}

.verdict-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #c5d8d4;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #eff8f5, #fffdf8);
}

.verdict-card h2 {
  font-size: 1.55rem;
}

.pros-cons {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.pros-card,
.cons-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.pros-card {
  border-top: 4px solid var(--green);
}

.cons-card {
  border-top: 4px solid var(--red);
}

.score-grid {
  display: grid;
  gap: 16px;
}

.score-row {
  display: grid;
  align-items: center;
  gap: 12px;
  grid-template-columns: 120px minmax(0, 1fr) 42px;
}

.score-row__label {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.score-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce6e4;
}

.score-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #43a39d);
}

.score-row__value {
  color: var(--navy);
  font-weight: 850;
}

.data-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  list-style: none;
  background: var(--white);
}

.data-list li {
  display: grid;
  gap: 18px;
  padding: 14px 17px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 170px minmax(0, 1fr);
}

.data-list li:last-child {
  border-bottom: 0;
}

.data-list span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.data-list strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.related-list {
  display: grid;
  gap: 12px;
}

.related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy);
  background: var(--white);
  font-weight: 750;
  text-decoration: none;
}

.related-link:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.legal-stack {
  display: grid;
  gap: 24px;
}

.legal-section {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.legal-section p,
.legal-section li {
  color: #314b53;
}

.placeholder-text {
  color: var(--red) !important;
  font-weight: 750;
}

.methodology-table {
  min-width: 680px;
}

.methodology-table th,
.methodology-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.methodology-table th {
  color: var(--navy);
  background: var(--cream);
}

.methodology-table td {
  color: var(--ink-soft);
}

.methodology-table tr:last-child td {
  border-bottom: 0;
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: 40px;
  grid-template-columns: 0.75fr 1.25fr;
}

.contact-card,
.form-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.contact-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list li:last-child {
  border-bottom: 0;
}

.contact-list span,
.contact-list strong {
  display: block;
}

.contact-list span {
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.form-grid {
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 780;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--white);
}

.form-row textarea {
  min-height: 150px;
  resize: vertical;
}

.form-help {
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.form-status {
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--navy);
  background: var(--gold-soft);
  font-size: 0.85rem;
}

.site-footer {
  color: #dce9e8;
  background: #062733;
}

.footer-main {
  display: grid;
  gap: 60px;
  padding-block: 68px 52px;
  grid-template-columns: 1.15fr 1.85fr;
}

.footer-brand img {
  width: 180px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 470px;
  color: #a9c2c0;
}

.footer-groups {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

.footer-group h2 {
  margin-bottom: 15px;
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-group li + li {
  margin-top: 9px;
}

.footer-group a {
  color: #bcd0ce;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-group a:hover {
  color: var(--gold);
}

.footer-notices {
  display: grid;
  gap: 14px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 1fr 1fr;
}

.footer-notice {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #bcd0ce;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.76rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 24px 34px;
  color: #8fa9a7;
  font-size: 0.74rem;
}

.mobile-sticky-cta {
  display: none;
}

.not-found {
  display: grid;
  min-height: 67vh;
  place-items: center;
  padding-block: 70px;
  text-align: center;
}

.not-found__inner {
  max-width: 640px;
}

.not-found__code {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: clamp(5rem, 16vw, 10rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.08em;
}

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

  .desktop-nav a {
    padding-inline: 9px;
    font-size: 0.84rem;
  }

  .card-grid--4,
  .compare-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 959px) {
  :root {
    --header-height: 70px;
  }

  .desktop-nav,
  .header-action {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .hero-grid,
  .review-hero__grid,
  .page-layout,
  .footer-main,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 790px;
  }

  .index-panel {
    max-width: 640px;
  }

  .page-layout {
    gap: 32px;
  }

  .article {
    max-width: none;
  }

  .article-aside {
    position: static;
    grid-row: 1;
  }

  .article-aside .aside-card:first-child {
    display: none;
  }

  .casino-card__main {
    grid-template-columns: 1fr;
  }

  .offer-panel {
    min-height: auto;
  }

  .casino-card__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .casino-card__details > :last-child {
    grid-column: 1 / -1;
  }

  .footer-main {
    gap: 36px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  h1 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

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

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

  .trust-item:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .card-grid,
  .card-grid--2,
  .card-grid--4,
  .steps,
  .pros-cons {
    grid-template-columns: 1fr;
  }

  .casino-card__identity {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .casino-card__identity .score-badge {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 8px;
  }

  .casino-card__details {
    grid-template-columns: 1fr;
  }

  .casino-card__details > :last-child {
    grid-column: auto;
  }

  .casino-card__footer,
  .filter-panel,
  .filter-panel__controls,
  .compare-actions,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .casino-card__footer {
    display: flex;
  }

  .casino-card__footer .button-row,
  .casino-card__footer .button {
    width: 100%;
  }

  .filter-panel {
    display: flex;
  }

  .filter-panel__controls {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .select-field {
    width: 100%;
  }

  .compare-picker {
    grid-template-columns: 1fr;
  }

  .review-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-title-row .casino-logo {
    width: 68px;
    height: 68px;
  }

  .score-row {
    grid-template-columns: 90px minmax(0, 1fr) 36px;
  }

  .data-list li {
    gap: 4px;
    grid-template-columns: 1fr;
  }

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

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line-strong);
    background: rgba(255, 253, 248, 0.97);
    box-shadow: 0 -10px 30px rgba(8, 47, 61, 0.12);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky-cta__copy {
    min-width: 0;
  }

  .mobile-sticky-cta__copy strong,
  .mobile-sticky-cta__copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-sticky-cta__copy strong {
    color: var(--navy);
    font-size: 0.84rem;
  }

  .mobile-sticky-cta__copy span {
    color: var(--ink-soft);
    font-size: 0.7rem;
  }

  body.has-sticky-cta {
    padding-bottom: 86px;
  }
}

@media (max-width: 480px) {
  .brand,
  .brand img {
    width: 148px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .hero-meta {
    display: grid;
  }

  .index-panel {
    padding: 12px;
    border-radius: 22px;
  }

  .index-panel__header {
    padding: 16px 14px 12px;
  }

  .index-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .index-row__score {
    grid-column: 2;
  }

  .trust-item {
    padding: 18px 16px;
  }

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

  .casino-card__main,
  .casino-card__details,
  .casino-card__footer {
    padding-inline: 18px;
  }

  .casino-logo {
    width: 56px;
    height: 56px;
    border-radius: 15px;
  }

  .filter-panel__controls {
    grid-template-columns: 1fr;
  }

  .filter-panel__controls .button {
    width: 100%;
  }
}

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