:root {
  --bg: #07070b;
  --bg-2: #0d0d14;
  --bg-3: #14141e;
  --card: #12121b;
  --card-2: #181824;
  --line: rgba(232, 195, 106, 0.18);
  --line-strong: rgba(232, 195, 106, 0.42);
  --gold: #e8c36a;
  --gold-2: #f6e2a2;
  --gold-3: #b8860b;
  --red: #e11d2e;
  --red-2: #ff4d3a;
  --text: #f4efe4;
  --muted: #b7b0a2;
  --dim: #8b8478;
  --ok: #3dd68c;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --header: 76px;
  --max: 1180px;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Oswald", "Arial Narrow", sans-serif;
}

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

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

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16.5px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding-top: var(--header);
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(225, 29, 46, 0.16), transparent 50%),
    radial-gradient(900px 420px at -10% 20%, rgba(232, 195, 106, 0.1), transparent 46%),
    linear-gradient(180deg, #09090f 0%, #07070b 40%, #0a080c 100%);
}

img, svg, video, iframe { max-width: 100%; }
img { display: block; }
a { color: var(--gold); text-decoration: none; }
button, input { font: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--gold);
  color: #111;
  padding: 8px 12px;
  z-index: 100;
}
.skip:focus { left: 8px; }
.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;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  max-width: 100%;
  min-width: 0;
}

.gold-text {
  background: linear-gradient(90deg, var(--gold-2), var(--gold), #c4921a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Age gate */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(800px 400px at 50% 20%, rgba(232, 195, 106, 0.12), transparent 50%),
    rgba(5, 5, 8, 0.92);
  backdrop-filter: blur(16px);
}
.age-gate[hidden] { display: none; }
.age-card {
  width: min(520px, 100%);
  background: linear-gradient(180deg, #16161f, #101018);
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  padding: 36px 28px 28px;
  text-align: center;
  box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,0.03) inset;
}
.age-card h2 {
  font-family: var(--display);
  font-size: clamp(34px, 6vw, 52px);
  margin: 10px 0 8px;
  letter-spacing: 0.06em;
  line-height: 0.95;
}
.age-card p { color: var(--muted); margin: 8px 0; }
.age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.age-note { font-size: 12px; color: var(--dim); margin-top: 16px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background-clip: padding-box;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: 0.2s ease;
  text-decoration: none;
}
.btn-gold {
  background: linear-gradient(180deg, #f3de9b, #d4a017);
  color: #1a1408;
  box-shadow: 0 8px 24px rgba(212, 160, 23, 0.28);
}
.btn-gold:hover { transform: translateY(-1px); filter: brightness(1.06); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line-strong);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-red {
  background: linear-gradient(180deg, #ff4d3a, #c41e1e);
  color: #fff;
}
.btn-full { width: 100%; }

.cursor-pointer { cursor: pointer; }
.outline-none { outline: none; }
[role="button"][aria-label="tunaoffers"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(180deg, #f3de9b, #d4a017);
  background-clip: padding-box;
  color: #1a1408;
  box-shadow: 0 8px 24px rgba(212, 160, 23, 0.28);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  user-select: none;
  transition: 0.2s ease;
}
[role="button"][aria-label="tunaoffers"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  background: rgba(7, 7, 11, 0.92);
  backdrop-filter: blur(18px);
  transition: 0.2s ease;
}
.header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(7, 7, 11, 0.88);
}
.header-inner {
  position: relative;
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.logo img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  box-shadow: 0 0 0 2px rgba(232, 195, 106, 0.18);
}
.logo b { font-size: 22px; font-weight: 700; }
.logo span { color: var(--gold); }
.age-logo {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 2px solid var(--gold);
  box-shadow: 0 8px 28px rgba(232, 195, 106, 0.25);
  display: block;
}
.nav {
  display: flex;
  gap: 22px;
  align-items: center;
}
.nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav a:hover, .nav a.is-active { color: var(--gold); }
.header-right { display: flex; align-items: center; gap: 10px; }
.socials { display: flex; gap: 8px; }
.soc {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--gold-2);
  background: #12121a;
}
.soc:hover { border-color: var(--gold); transform: translateY(-1px); }
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #12121a;
  color: var(--text);
}

/* Ticker */
.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0b0b12;
}
.ticker-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: marquee 28s linear infinite;
  padding: 10px 0;
  color: var(--gold);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ticker b { color: var(--text); font-weight: 800; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Hero */
.hero {
  position: relative;
  padding: 54px 0 28px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
  min-width: 0;
}
.hero-grid > * { min-width: 0; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(232, 195, 106, 0.06);
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 100%;
  flex-wrap: wrap;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(32px, 8vw, 74px);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 14px 0 16px;
  overflow-wrap: anywhere;
}
.lede { font-size: 18px; color: var(--muted); max-width: 62ch; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #14141e;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-shot {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  background: #050508;
}
.hero-shot img,
.hero-shot video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.quote {
  margin: 28px auto 0;
  width: min(var(--max), calc(100% - 32px));
  padding: 18px 22px;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(232,195,106,0.08), transparent);
  color: var(--gold-2);
  font-weight: 700;
  font-size: 18px;
}

/* TOC */
.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0 10px;
}
.toc a {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bg-3);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.toc a:hover { color: var(--gold); border-color: var(--gold); }

/* Sections */
.section { padding: 56px 0 8px; }
.section h2,
.streams h2 {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 14px;
}
.section h3 {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 28px 0 10px;
}
.section p { color: #ddd6c8; }
.crumb { color: var(--dim); font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.crumb a { color: var(--gold); }

.grid-4, .grid-3, .grid-2 {
  display: grid;
  gap: 14px;
}
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card, .slot-card, .offer, .faq-item, table {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.card { padding: 20px; }
.card h3, .slot-card h3 { margin: 10px 0 8px; font-size: 22px; }
.ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #1a1a26;
  border: 1px solid var(--line);
  color: var(--gold);
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
th, td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #14141e;
}
td { color: #ddd6c8; }

.slot-card .slot-top {
  position: relative;
  height: 168px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0, rgba(232,195,106,0.28), transparent 40%),
    linear-gradient(135deg, #2a1a12, #12121b);
}
.slot-card .slot-top > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slot-thumbs {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.slot-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slot-card .slot-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.82));
}
.slot-card .slot-top h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 22px;
  text-shadow: 0 2px 14px #000;
}
.streams p { color: var(--muted); }
.slot-card .body { padding: 16px 18px 18px; }
.slot-card p { margin: 0; font-size: 14.5px; }

.win-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.win {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #12121b;
  text-align: center;
}
.win strong {
  display: block;
  font-family: var(--display);
  font-size: 32px;
  color: var(--gold);
}
.win span { color: var(--dim); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }

.note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(225, 29, 46, 0.28);
  background: rgba(225, 29, 46, 0.08);
  color: #f3cfcf;
}
.tip {
  border-color: var(--line-strong);
  background: rgba(232, 195, 106, 0.08);
  color: var(--gold-2);
}

/* Offers */
.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 18px;
}
.chip {
  border: 1px solid var(--line);
  background: #12121b;
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.chip.is-on, .chip:hover {
  color: #1a1408;
  background: linear-gradient(180deg, #f3de9b, #d4a017);
  border-color: transparent;
}

.offers { display: grid; gap: 16px; }
.offer {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) auto;
  gap: 24px;
  padding: 22px 22px 20px;
  align-items: center;
  min-width: 0;
}
.offer > * { min-width: 0; }
.offer-logo {
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  min-height: 112px;
}
.offer-logo img {
  max-width: min(200px, 100%);
  max-height: 112px;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: lighten;
}
.offer-logo img.logo-solid {
  mix-blend-mode: normal;
}
.offer h3.offer-kicker {
  margin: 0 0 6px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.offer .bonus {
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.12;
  color: var(--text);
  margin: 0 0 14px;
  text-transform: uppercase;
}
.offer .bonus b {
  color: var(--gold-2);
  font-weight: 700;
}
.offer-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px dashed var(--line);
}
.offer-perks li {
  display: inline-block;
  margin: 0;
  padding: 6px 10px 6px 8px;
  width: max-content;
  flex: 0 0 auto;
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(61, 214, 140, 0.06);
  border: 1px solid rgba(61, 214, 140, 0.16);
  color: var(--text);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
}
.offer-perks li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: -3px;
  border-radius: 50%;
  background-color: rgba(61, 214, 140, 0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%233dd68c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M4 8.2 6.6 11 12 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.offer-perks b {
  color: var(--gold);
  font-weight: 800;
}
.offer-cta { min-width: 210px; display: grid; gap: 8px; align-content: center; }
.offer-legal { font-size: 11px; color: var(--dim); text-align: center; }
.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* FAQ */
.faq-item { overflow: hidden; }
.faq-item + .faq-item { margin-top: 10px; }
.faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-weight: 800;
}
.faq-q span {
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
}
.faq-a {
  display: none;
  padding: 0 18px 16px;
  color: var(--muted);
}
.faq-item.is-open .faq-a { display: block; }

/* Videos */
.streams {
  padding: 48px 0 20px;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}
.video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  isolation: isolate;
}
.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}
.video:hover img { transform: scale(1.06); filter: brightness(0.72); }
.video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.72));
}
.play-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f3de9b, #d4a017);
  color: #1a1408;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.video .cap {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0,0,0,0.82);
}
.modal[hidden] { display: none; }
.modal-box {
  width: min(960px, 100%);
  background: #0d0d14;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  overflow: hidden;
}
.modal-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.modal-bar strong { font-size: 14px; }
.modal-close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #15151f;
  color: var(--text);
  cursor: pointer;
}
.frame-wrap { aspect-ratio: 16 / 9; background: #000; }
.frame-wrap iframe { width: 100%; height: 100%; border: 0; }

/* Footer */
.footer {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  background: #09090f;
  padding: 42px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
}
.footer h4 {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: var(--gold);
}
.footer a, .footer p { color: var(--muted); }
.footer a:hover { color: var(--gold); }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.legal-bar {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.warn {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(225,29,46,0.3);
  color: #e9c8c8;
  font-size: 13px;
}

.page-updated {
  margin: 8px auto 0;
  color: var(--dim);
  font-size: 13px;
}
.error-page {
  padding: 72px 0 48px;
  text-align: center;
}
.error-page h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(40px, 8vw, 72px);
  line-height: 0.95;
  margin: 12px 0 16px;
}
.error-page p { color: var(--muted); max-width: 46ch; margin: 0 auto 24px; }

.page-hero { padding: 42px 0 10px; }
.page-hero h1 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(36px, 6vw, 60px);
  line-height: 0.95;
  margin: 8px 0 12px;
}

@media (max-width: 1024px) {
  .hero-grid, .footer-grid { grid-template-columns: 1fr; }
  .offer { grid-template-columns: 1fr; }
  .offer-logo { min-height: 88px; justify-self: stretch; width: 100%; }
  .offer-logo img { max-width: 180px; max-height: 88px; width: auto; }
  .offer-body, .offer-cta { grid-column: auto; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-3, .win-row { grid-template-columns: 1fr 1fr; }
  .offer-cta { min-width: 0; }
  .video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .wrap, .header-inner {
    width: min(var(--max), calc(100% - 20px));
  }
  .header {
    height: 64px;
    min-height: 64px;
    padding: 0;
  }
  body { padding-top: 64px; }
  .header-inner { gap: 8px; }
  .logo { min-width: 0; }
  .logo img { width: 40px; height: 40px; flex-shrink: 0; }
  .logo b { font-size: 15px; letter-spacing: 0.03em; }
  .header-right { gap: 6px; min-width: 0; }
  .header-right .btn {
    padding: 0 10px;
    font-size: 11px;
    min-height: 40px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .socials { display: none; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .grid-4, .grid-3, .grid-2, .win-row { grid-template-columns: minmax(0, 1fr); }
  .age-actions { grid-template-columns: 1fr; }
  .age-card { padding: 24px 16px 20px; }
  .hero { padding-top: 28px; }
  .lede { font-size: 16px; }
  .section { padding-top: 40px; }
  .section h2, .streams h2 { overflow-wrap: anywhere; }
  .offer { padding: 16px 14px; gap: 12px; }
  .offer .bonus { overflow-wrap: anywhere; font-size: 22px; }
  .offer-perks { gap: 6px; }
  .offer-perks li { font-size: 13px; padding: 5px 9px 5px 7px; }
  .play-btn { width: 38px; height: 38px; }
  .video .cap { font-size: 11px; }
}

@media (max-width: 420px) {
  .logo b { font-size: 14px; }
}

.mech {
  padding: 18px 18px 16px;
}
.mech p { margin: 0; font-size: 15px; }
.list { color: #ddd6c8; padding-left: 18px; }
.list li { margin: 8px 0; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
