:root {
  --ink: #102522;
  --ink-soft: #21423c;
  --paper: #f8f4e9;
  --paper-deep: #eee5d0;
  --line: rgba(16, 37, 34, .16);
  --accent: #f2c14e;
  --accent-2: #2ec4b6;
  --danger: #b4443c;
  --white: #fffdf7;
  --shadow: 0 18px 48px rgba(16, 37, 34, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.tiny-label {
  display: inline-flex;
  width: fit-content;
  color: var(--ink);
  background: rgba(46, 196, 182, .22);
  border: 1px solid rgba(46, 196, 182, .34);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--accent); color: #1b1606; box-shadow: 0 10px 24px rgba(242, 193, 78, .24); }
.button--outline { border-color: rgba(255,255,255,.7); color: var(--white); }
.button--muted { background: rgba(16,37,34,.08); }
.button--dark { background: var(--ink); color: var(--white); }
.button-pair { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.adult-gate {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(16, 37, 34, .86);
}
.adult-gate__panel {
  width: min(480px, 100%);
  background: var(--white);
  border-radius: 14px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.adult-gate__panel h2 { margin: 14px 0 8px; font-size: 30px; line-height: 1.05; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 244, 233, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.topbar__notice {
  background: var(--ink);
  color: var(--white);
  text-align: center;
  font-size: 13px;
  padding: 8px 12px;
}
.topbar__row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brandmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brandmark span { display: grid; line-height: 1.02; }
.brandmark strong { font-size: 18px; }
.brandmark small { color: var(--ink-soft); font-weight: 700; }
.site-menu { display: flex; gap: 4px; align-items: center; }
.site-menu a {
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.site-menu a:hover, .site-menu a[aria-current="page"] { background: rgba(46, 196, 182, .18); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16,37,34,.94), rgba(33,66,60,.88)),
    radial-gradient(circle at 78% 20%, rgba(242,193,78,.32), transparent 34%),
    #102522;
}
.hero__layout {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 48px;
  padding: 72px 0 86px;
}
.hero h1 { max-width: 790px; margin: 16px 0; font-size: clamp(42px, 7vw, 82px); line-height: .96; }
.hero p { max-width: 650px; color: rgba(255,255,255,.82); font-size: 19px; }
.hero__card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.08);
}
.hero__card strong { font-size: 22px; }
.hero__card span { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.16); }

.section__heading h2, .method-layout h2, .responsible-strip h2 { margin: 10px 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.04; }

.section { padding: 72px 0; }
.section__heading { margin-bottom: 26px; }
.section__heading p { max-width: 720px; color: var(--ink-soft); }
.casino-list { display: grid; gap: 14px; }
.casino-card {
  display: grid;
  grid-template-columns: 52px 300px minmax(280px, 1fr) 230px 160px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(16,37,34,.07);
}
.casino-card__position { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 900; }
.casino-card__identity { display: flex; gap: 12px; align-items: center; }
.casino-logo {
  width: 128px;
  min-width: 128px;
  height: 76px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  padding: 12px;
  background: #081615;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 10px 22px rgba(16,37,34,.14);
}
.casino-logo img {
  display: block;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
}
.casino-card h3, .reference-card h3 { margin: 0; font-size: 24px; }
.casino-card__identity span {
  display: inline-flex;
  margin-top: 8px;
  color: var(--danger);
  font-weight: 800;
  line-height: 1.25;
}
.casino-card__content p { margin: 0 0 6px; color: var(--ink-soft); }
.casino-card__content strong { display: block; font-size: 18px; }
.casino-card__content small { color: #5d6f6a; }
.casino-card__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; }
.casino-card__facts div { padding: 10px; border-radius: 8px; background: var(--paper); text-align: center; }
.casino-card__facts dt { font-size: 11px; text-transform: uppercase; font-weight: 800; color: #5d6f6a; }
.casino-card__facts dd { margin: 0; font-weight: 900; }
.casino-card__action { display: grid; gap: 6px; justify-items: stretch; text-align: center; }
.casino-card__action span { color: #c99d2f; font-size: 13px; }

.reference-band { background: #e6f3ef; }
.reference-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.reference-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.reference-card > span { font-weight: 900; color: var(--danger); }
.reference-card ul { padding-left: 20px; }
.reference-card div { display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; }

.method-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; }
.method-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.method-steps article { border: 1px solid var(--line); border-radius: 8px; padding: 20px; background: var(--white); }
.method-steps b { color: var(--danger); }
.method-steps h3 { margin: 10px 0 6px; }

.faq { background: var(--paper-deep); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; }
.faq-list summary { cursor: pointer; font-weight: 900; }

.responsible-strip { background: var(--ink); color: var(--white); padding: 42px 0; }
.responsible-strip__inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.responsible-strip h2 { max-width: 720px; }

.static-page { padding: 62px 0 84px; max-width: 880px; }
.static-page h1 { margin: 14px 0 10px; font-size: clamp(38px, 6vw, 66px); line-height: 1; }
.static-page hr { border: 0; height: 1px; background: var(--line); margin: 24px 0; }
.static-page .lead { font-size: 20px; color: var(--ink-soft); }
.static-page section { margin-top: 30px; }
.static-page h2 { margin: 0 0 8px; font-size: 28px; }
.static-page a { font-weight: 800; }

.footer { color: var(--white); background: #0b1c1a; padding: 44px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 26px; }
.footer h2 { margin: 0 0 12px; font-size: 16px; }
.footer a { display: block; color: rgba(255,255,255,.8); text-decoration: none; margin: 8px 0; }
.footer a:hover { color: var(--accent); }
.footer__intro p, .footer__legal { color: rgba(255,255,255,.72); }
.brandmark--footer small { color: rgba(255,255,255,.7); }
.compliance-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.compliance-badges span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 900; }
.footer__legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 20px; font-size: 14px; }

.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 780px;
  margin: 0 auto;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.cookie-consent p { margin: 0; }
[hidden] { display: none !important; }

@media (max-width: 1024px) {
  .hero__layout, .method-layout { grid-template-columns: 1fr; }
  .hero__layout { min-height: auto; }
  .casino-card { grid-template-columns: 42px minmax(0, 1fr) 170px; }
  .casino-card__identity { grid-column: 2 / -1; }
  .casino-card__content { grid-column: 2 / -1; }
  .casino-card__facts { grid-column: 1 / 3; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .site-menu {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
  }
  .site-menu.is-open { display: flex; }
  .hero__layout { padding: 54px 0 62px; }
  .casino-card { grid-template-columns: 40px minmax(0, 1fr); }
  .casino-card__identity, .casino-card__content, .casino-card__facts, .casino-card__action { grid-column: 1 / -1; }
  .reference-grid, .method-steps, .footer__grid { grid-template-columns: 1fr; }
  .responsible-strip__inner, .cookie-consent { align-items: stretch; flex-direction: column; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 24px, 1160px); }
  .topbar__notice { font-size: 12px; }
  .hero h1 { font-size: 40px; }
  .button { width: 100%; }
  .casino-card__facts { grid-template-columns: 1fr; }
  .adult-gate__panel { padding: 20px; }
}
