:root {
  --ink: #160f05;
  --ink-soft: #241806;
  --graphite: #382713;
  --line: rgba(255, 231, 145, 0.2);
  --line-strong: rgba(255, 210, 63, 0.72);
  --gold: #ffd23f;
  --gold-bright: #fff0a3;
  --gold-warm: #e6a519;
  --gold-deep: #8f5b08;
  --white: #fff8df;
  --muted: #d0c2a1;
  --black: #0b0802;
  --radius: 20px;
  --container: min(1180px, calc(100vw - 48px));
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
  background: var(--ink);
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 2%, rgba(255, 198, 34, 0.24), transparent 32rem),
    radial-gradient(circle at 9% 34%, rgba(255, 225, 126, 0.1), transparent 30rem),
    radial-gradient(circle at 78% 72%, rgba(143, 91, 8, 0.18), transparent 38rem),
    linear-gradient(180deg, #211708 0%, #100b04 46%, #1c1205 100%);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12) 0 0.6px, transparent 0.8px),
    radial-gradient(circle at 75% 65%, rgba(255, 220, 50, 0.12) 0 0.7px, transparent 0.9px);
  background-size: 8px 8px, 11px 11px;
  mix-blend-mode: soft-light;
}

main, .site-footer { position: relative; z-index: 1; }

.liquid-glass {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 248, 218, 0.15), rgba(134, 86, 7, 0.14) 54%, rgba(20, 13, 3, 0.3)),
    rgba(32, 22, 7, 0.42);
  border: 1px solid rgba(255, 241, 184, 0.27);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.34),
    inset 0 -1px rgba(255, 190, 38, 0.09),
    0 24px 70px rgba(8, 5, 1, 0.32);
  backdrop-filter: blur(24px) saturate(158%);
  -webkit-backdrop-filter: blur(24px) saturate(158%);
}
.liquid-glass::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70%;
  left: -18%;
  width: 68%;
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 252, 222, 0.24), transparent 68%);
  filter: blur(12px);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }

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

::selection { color: var(--black); background: var(--gold); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--black);
  background: var(--white);
  border-radius: 999px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.responsible-bar {
  position: relative;
  z-index: 70;
  min-height: 32px;
  color: #d6d9cf;
  background: #090b07;
  border-bottom: 1px solid rgba(255, 220, 50, 0.28);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.responsible-bar__inner { min-height: 32px; display: flex; align-items: center; gap: 12px; }
.responsible-bar a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.responsible-bar__spacer { flex: 1; }
.responsible-bar__divider { width: 1px; height: 12px; background: var(--line); }
.age-mark {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--gold);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0;
}

.header-sentinel { position: absolute; top: 33px; height: 1px; width: 1px; pointer-events: none; }
.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  height: 76px;
  background: linear-gradient(180deg, rgba(46, 31, 7, 0.66), rgba(21, 14, 4, 0.48));
  border-bottom: 1px solid rgba(255, 224, 119, 0.11);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}
.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), #fff5a6);
  transform: scaleX(0);
  transform-origin: left;
}
.site-header.is-scrolled { background: linear-gradient(180deg, rgba(45, 29, 6, 0.86), rgba(17, 11, 3, 0.8)); border-color: rgba(255, 222, 111, 0.21); box-shadow: 0 18px 45px rgba(8, 5, 1, 0.34); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 48px; }
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}
.brand img { width: auto; height: 32px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-inline: auto 0; padding: 5px; background: linear-gradient(145deg, rgba(255, 244, 199, 0.12), rgba(112, 72, 5, 0.1)); border: 1px solid rgba(255, 239, 177, 0.18); border-radius: 16px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 12px 32px rgba(8, 5, 1, 0.2); backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); }
.desktop-nav a {
  color: #c7cdc3;
  padding: 8px 14px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 650;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.desktop-nav a:hover { color: var(--white); background: rgba(255, 224, 117, 0.13); box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); transform: translateY(-1px); }

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  color: var(--black);
  background: linear-gradient(115deg, #ffe866 0%, var(--gold) 48%, var(--gold-warm) 100%);
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.58), 0 9px 24px rgba(255, 220, 50, 0.16);
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms ease, background-color 220ms ease;
}
.button::before {
  content: "";
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -45%;
  width: 28%;
  background: rgba(255, 255, 255, 0.62);
  transform: translateX(-180%) rotate(18deg);
  transition: transform 620ms cubic-bezier(.2,.8,.2,1);
}
.button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-3px) scale(1.015); box-shadow: inset 0 1px rgba(255, 255, 255, 0.62), 0 14px 36px rgba(255, 220, 50, 0.28); }
.button:hover::before { transform: translateX(620%) rotate(18deg); }
.button:active { transform: translateY(0) scale(0.985); }
.button--small { min-height: 42px; padding: 10px 18px; font-size: 12px; }
.button--dark { color: var(--gold); background: linear-gradient(135deg, #080a06, #151b10); border-color: rgba(7, 8, 6, 0.88); box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 9px 24px rgba(5, 7, 3, 0.2); }
.button--dark:hover { box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22); }

.hero { position: relative; min-height: 660px; height: calc(100svh - 108px); max-height: 860px; isolation: isolate; overflow: clip; background: #120c03; }
.hero__viewport { position: absolute; inset: 0; overflow: hidden; touch-action: pan-y; cursor: grab; }
.hero__track { display: flex; width: 100%; height: 100%; transform: translate3d(calc(var(--slide-offset, 0%) + var(--drag-x, 0px)), 0, 0); transition: transform 680ms cubic-bezier(.22,.72,.18,1); will-change: transform; }
.hero.is-dragging .hero__viewport { cursor: grabbing; }
.hero.is-dragging .hero__track { transition: none; }
.hero-slide { position: relative; flex: 0 0 100%; min-width: 0; height: 100%; overflow: clip; }
.hero-slide__image { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; filter: brightness(0.93) saturate(1.16) contrast(1.04); transform: scale(1.075); transition: transform 6.4s cubic-bezier(.2,.65,.2,1), filter 680ms ease; }
.hero-slide:nth-child(1) .hero-slide__image { object-position: 62% center; }
.hero-slide:nth-child(2) .hero-slide__image { object-position: 50% 56%; }
.hero-slide:nth-child(3) .hero-slide__image { object-position: 55% 60%; }
.hero-slide:nth-child(4) .hero-slide__image { object-position: 52% center; }
.hero-slide.is-active .hero-slide__image { filter: brightness(1.05) saturate(1.2) contrast(1.03); transform: scale(1.015); }
.hero-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 6, 1, 0.88) 0%, rgba(11, 7, 1, 0.5) 42%, rgba(10, 6, 1, 0.08) 72%), linear-gradient(180deg, rgba(7, 4, 0, 0.06), transparent 54%, rgba(9, 5, 0, 0.48)); }
.hero-slide__shade::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 74% 26%, rgba(255, 207, 62, 0.21), transparent 29rem); mix-blend-mode: screen; }
.hero-slide__inner { position: relative; z-index: 2; display: flex; height: 100%; align-items: center; padding-block: 44px 82px; }
.hero__copy { width: min(640px, 55vw); padding: 34px 38px 32px; border-radius: 32px; opacity: 0; transform: translate3d(0, 28px, 0) scale(0.985); transition: opacity 560ms 120ms ease, transform 660ms 120ms cubic-bezier(.22,.72,.18,1); }
.hero-slide.is-active .hero__copy { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.hero__eyebrow { margin: 0 0 16px; color: var(--gold-bright); font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.hero h1,
.hero h2,
.section-heading h2,
.promotion-panel h2,
.access-copy h2,
.trust-heading h2,
.editorial-intro h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.028em;
  line-height: 0.87;
  text-transform: uppercase;
}
.hero h1,
.hero h2 { max-width: 720px; font-size: clamp(3.6rem, 5.45vw, 5.8rem); text-shadow: 0 8px 42px rgba(0, 0, 0, 0.38); }
.hero h1 span,
.hero h2 span,
.section-heading h2 span,
.access-copy h2 span,
.trust-heading h2 span,
.editorial-intro h2 span,
.faq-intro h2 span { color: var(--gold); }
.hero__lede { max-width: 500px; margin: 23px 0 0; color: #f1ead6; font-size: clamp(0.96rem, 1.3vw, 1.12rem); text-wrap: pretty; }
.hero__actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.text-action { color: var(--white); font-size: 14px; font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 8px; }
.text-action span { margin-left: 7px; color: var(--gold); }
.hero__fineprint { margin: 19px 0 0; color: #b9ae91; font-size: 11px; }
.hero-controls { position: absolute; z-index: 5; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 28px; display: flex; min-height: 58px; align-items: center; gap: 8px; padding: 8px; border-radius: 22px; }
.hero-control { display: grid; width: 40px; height: 40px; place-items: center; padding: 0; color: var(--white); background: rgba(255, 247, 211, 0.08); border: 1px solid rgba(255, 241, 178, 0.16); border-radius: 14px; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.hero-control:hover { background: rgba(255, 215, 78, 0.17); border-color: rgba(255, 230, 137, 0.36); transform: translateY(-2px); }
.hero-control:active { transform: scale(0.94); transition-duration: 90ms; }
.hero-control svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-control--toggle { width: 34px; height: 34px; border-radius: 12px; }
.hero-pause-icon { position: relative; display: block; width: 10px; height: 12px; border-inline: 3px solid currentColor; }
.hero-control--toggle.is-paused .hero-pause-icon { width: 0; height: 0; margin-left: 2px; border: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.hero-dots { display: flex; align-items: center; gap: 7px; padding: 0 5px; }
.hero-dot { position: relative; width: 9px; height: 9px; padding: 0; overflow: hidden; background: rgba(255, 248, 221, 0.25); border: 0; border-radius: 999px; cursor: pointer; transition: width 260ms cubic-bezier(.2,.8,.2,1), background-color 180ms ease; }
.hero-dot span { position: absolute; inset: 0 auto 0 0; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--gold-warm), var(--gold-bright)); }
.hero-dot.is-active { width: 38px; background: rgba(255, 246, 206, 0.15); }
.hero-dot.is-active span { animation: banner-progress 6s linear forwards; }
.hero.is-paused .hero-dot.is-active span { animation-play-state: paused; }
.hero-count { display: flex; align-items: center; gap: 7px; margin: 0 4px; color: #cfc1a0; font-size: 10px; font-weight: 750; letter-spacing: 0.08em; }
.hero-count span { color: var(--gold-bright); }
.hero-count i { width: 18px; height: 1px; background: rgba(255, 236, 165, 0.38); }
.momentum-line { position: absolute; bottom: 0; left: 50%; height: 1px; transform: translateX(-50%); background: rgba(246, 214, 0, 0.18); }
.momentum-line span { position: absolute; top: -1px; left: 0; width: 38%; height: 3px; background: var(--gold); box-shadow: 0 0 15px rgba(246, 214, 0, 0.5); transform-origin: left; animation: line-in 900ms 350ms cubic-bezier(.2,.8,.2,1) both; }

.play-ribbon {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  overflow: clip;
  contain: paint;
  color: var(--black);
  background: linear-gradient(90deg, var(--gold-warm), #ffe973 46%, var(--gold));
  border-block: 1px solid rgba(255, 251, 232, 0.58);
  box-shadow: 0 12px 42px rgba(3, 5, 1, 0.28), 0 0 42px rgba(255, 220, 50, 0.16);
  transform: rotate(-0.35deg) scale(1.01);
}
.play-ribbon__track {
  display: flex;
  width: max-content;
  min-height: 56px;
  align-items: center;
  gap: 26px;
  padding-right: 26px;
  will-change: transform;
  animation: ribbon-flow 27s linear infinite;
}
.play-ribbon span { font-family: var(--display); font-size: 22px; font-weight: 900; letter-spacing: 0.015em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.play-ribbon i { display: block; width: 7px; height: 7px; flex: 0 0 auto; background: var(--black); transform: rotate(45deg); }

.games-section { position: relative; padding-top: 132px; }
.games-section::before { content: ""; position: absolute; z-index: -1; top: 22%; left: -18%; width: 580px; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 191, 42, 0.13); filter: blur(100px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(3.8rem, 7vw, 6.9rem); text-shadow: 0 11px 44px rgba(0, 0, 0, 0.24); }
.section-heading > p { max-width: 330px; margin: 0 0 7px; color: #ded2b5; }
.media-rail { display: grid; grid-template-columns: repeat(12, 1fr); align-items: start; gap: 18px; }
.game-panel { min-width: 0; padding: 10px; overflow: hidden; background: linear-gradient(145deg, rgba(255, 245, 199, 0.13), rgba(104, 66, 5, 0.12) 48%, rgba(22, 14, 3, 0.55)); border: 1px solid rgba(255, 236, 163, 0.2); border-radius: 28px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.22), inset 0 -1px rgba(255, 196, 39, 0.07), 0 22px 54px rgba(8, 5, 1, 0.28); backdrop-filter: blur(20px) saturate(145%); -webkit-backdrop-filter: blur(20px) saturate(145%); transition: transform 280ms cubic-bezier(.2,.8,.2,1), border-color 280ms ease, box-shadow 280ms ease; }
.game-panel:hover { transform: translateY(-7px); border-color: rgba(255, 220, 96, 0.5); box-shadow: inset 0 1px rgba(255, 255, 255, 0.27), 0 28px 66px rgba(8, 5, 1, 0.36), 0 0 44px rgba(255, 189, 28, 0.1); }
.game-panel--live { grid-column: 1 / 7; grid-row: 1 / 3; }
.game-panel--slots { grid-column: 7 / 13; }
.game-panel--sports { grid-column: 7 / 10; }
.game-panel--fast { grid-column: 10 / 13; }
.game-panel img { width: 100%; height: auto; object-fit: cover; border: 1px solid rgba(255, 251, 232, 0.18); border-radius: 19px; background: var(--graphite); filter: brightness(1.12) saturate(1.06); transition: transform 600ms cubic-bezier(.2,.8,.2,1), filter 280ms ease; }
.game-panel:hover img { transform: scale(1.025); filter: brightness(1.2) saturate(1.1); }
.game-panel--live img { aspect-ratio: 4 / 4.5; }
.game-panel--slots img { aspect-ratio: 16 / 7; }
.game-panel--sports img,
.game-panel--fast img { aspect-ratio: 4 / 4.2; }
.game-panel__copy { padding: 21px 10px 25px; }
.game-panel__copy h3 { margin: 0; color: var(--gold); font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.7rem); letter-spacing: -0.01em; line-height: 0.95; text-transform: uppercase; }
.game-panel__copy p { max-width: 260px; margin: 10px 0 13px; color: #dacdaf; font-size: 14px; }
.media-link { display: inline-flex; gap: 7px; align-items: center; padding-bottom: 4px; color: var(--white); border-bottom: 2px solid var(--gold); font-size: 13px; font-weight: 750; }
.media-link span { color: var(--gold); font-size: 17px; transition: transform 160ms ease; }
.media-link:hover span { transform: translate(2px, -2px); }
.momentum-line--short { position: relative; inset: auto; width: 100%; margin-top: 8px; transform: none; }
.momentum-line--short span { left: 40%; width: 20%; }

.promotion-section { padding-top: 30px; }
.promotion-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 60px;
  padding: 58px;
  overflow: hidden;
  color: var(--black);
  background:
    radial-gradient(circle at 110% -20%, rgba(255, 255, 255, 0.75), transparent 34%),
    radial-gradient(circle at 0% 120%, rgba(187, 112, 6, 0.86), transparent 42%),
    repeating-linear-gradient(165deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 10px),
    linear-gradient(115deg, #ffbd24, var(--gold) 46%, #ffe37c);
  background-size: 130% 130%, 130% 130%, auto, auto;
  border: 1px solid rgba(255, 251, 232, 0.6);
  border-radius: 30px;
  box-shadow: 0 28px 72px rgba(4, 6, 2, 0.32), 0 0 55px rgba(255, 220, 50, 0.1);
  animation: promo-glow 9s ease-in-out infinite alternate;
}
.promotion-panel h2 { font-size: clamp(3.4rem, 6vw, 6.2rem); }
.promotion-panel__copy > p { max-width: 470px; margin: 22px 0 28px; color: rgba(3, 4, 1, 0.78); font-weight: 560; }
.terms-list { align-self: center; margin: 0; padding: 12px 28px; color: var(--white); background: linear-gradient(145deg, rgba(48, 31, 6, 0.88), rgba(12, 8, 2, 0.83)); border: 1px solid rgba(255, 245, 205, 0.24); border-radius: 24px; box-shadow: 0 18px 44px rgba(50, 29, 2, 0.3), inset 0 1px rgba(255, 255, 255, 0.18); backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); list-style: none; }
.terms-list li { display: flex; align-items: center; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); font-weight: 650; }
.terms-list li:last-child { border-bottom: 0; }
.terms-list span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; }
.terms-list svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.access-section { border-top: 1px solid var(--line); }
.access-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 50px 72px; align-items: start; }
.access-copy h2,
.trust-heading h2,
.editorial-intro h2,
.faq-intro h2 { font-size: clamp(3.2rem, 5.4vw, 5.6rem); }
.access-copy p { max-width: 430px; margin: 24px 0 0; color: var(--muted); }
.payment-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.payment-types > div { display: grid; min-height: 150px; place-items: center; align-content: center; gap: 15px; color: var(--white); background: linear-gradient(145deg, rgba(255, 244, 198, 0.13), rgba(89, 56, 5, 0.13), rgba(20, 13, 3, 0.58)); border: 1px solid rgba(255, 235, 157, 0.2); border-radius: 22px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.21), 0 18px 42px rgba(8, 5, 1, 0.23); backdrop-filter: blur(20px) saturate(145%); -webkit-backdrop-filter: blur(20px) saturate(145%); transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease; }
.payment-types > div:hover { transform: translateY(-5px); border-color: rgba(255, 220, 50, 0.45); }
.payment-types svg { width: 44px; height: 44px; color: var(--gold); fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.payment-types span { font-size: 14px; font-weight: 650; }
.journey { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 22px 0 0; padding: 30px 0 0; border-top: 1px solid var(--line-strong); list-style: none; }
.journey li { position: relative; display: flex; align-items: center; gap: 12px; min-width: 0; }
.journey li:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: 17px; width: 36px; height: 1px; background: var(--gold); }
.journey span { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; color: var(--gold); border: 1px solid currentColor; border-radius: 50%; font-weight: 800; }
.journey b { max-width: 130px; font-size: 13px; }

.trust-section { padding-top: 36px; }
.trust-layout { display: grid; grid-template-columns: 0.78fr 2.22fr; gap: 54px; padding-top: 84px; border-top: 1px solid var(--line); }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.trust-item { padding: 23px 22px 25px; background: linear-gradient(145deg, rgba(255, 244, 199, 0.09), rgba(89, 56, 5, 0.08)); border: 1px solid rgba(255, 234, 154, 0.13); border-radius: 20px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease; }
.trust-item:hover { transform: translateY(-4px); border-color: rgba(255, 218, 86, 0.34); background: rgba(255, 221, 103, 0.1); }
.trust-item svg { width: 41px; height: 41px; margin-bottom: 24px; color: var(--white); fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h3 { margin: 0 0 11px; color: var(--gold); font-size: 15px; }
.trust-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.editorial-section { padding-top: 44px; }
.editorial-grid { display: grid; grid-template-columns: 0.82fr 1.6fr; gap: 72px; padding-top: 85px; border-top: 1px solid var(--line); }
.editorial-intro > p { max-width: 300px; margin: 24px 0 0; color: var(--muted); }
.editorial-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 40px 0; border: 1px solid rgba(255, 235, 162, 0.19); border-radius: 26px; background: linear-gradient(145deg, rgba(255, 244, 199, 0.12), rgba(88, 55, 5, 0.1) 48%, rgba(18, 12, 3, 0.62)); box-shadow: 0 24px 60px rgba(8, 5, 1, 0.28), inset 0 1px rgba(255, 255, 255, 0.18); backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); }
.editorial-panel > div { padding: 0 40px; }
.editorial-panel > div + div { border-left: 1px solid var(--line); }
.editorial-panel h3 { margin: 0 0 18px; color: var(--gold); font-size: 17px; }
.editorial-panel p { margin: 0 0 17px; color: #d4c7a9; font-size: 14px; }
.editorial-panel p:last-child { margin-bottom: 0; }

.faq-section { padding-top: 48px; }
.faq-layout { display: grid; grid-template-columns: 0.82fr 1.6fr; gap: 72px; padding-top: 85px; border-top: 1px solid var(--line); }
.faq-intro p { max-width: 300px; margin: 23px 0 0; color: var(--muted); }
.faq-list { display: grid; gap: 9px; border-top: 0; }
.faq-list details { padding-inline: 18px; background: linear-gradient(145deg, rgba(255, 244, 199, 0.09), rgba(87, 54, 5, 0.08)); border: 1px solid rgba(255, 232, 148, 0.13); border-radius: 18px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.faq-list details:hover, .faq-list details[open] { background: rgba(255, 214, 75, 0.09); border-color: rgba(255, 218, 88, 0.28); transform: translateX(4px); }
.faq-list summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; color: var(--white); font-size: 17px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span,
.faq-list summary span::after { position: absolute; display: block; width: 16px; height: 1px; background: var(--gold); content: ""; }
.faq-list summary span { top: 50%; right: 6px; }
.faq-list summary span::after { transform: rotate(90deg); transition: transform 160ms ease; }
.faq-list details[open] summary { color: var(--gold); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 680px; margin: -8px 0 25px; padding-right: 54px; color: var(--muted); font-size: 14px; }

.final-cta { padding: 36px 0 70px; }
.final-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  align-items: center;
  gap: 50px;
  padding: 48px 58px;
  color: var(--black);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% -50%, rgba(255, 255, 255, 0.62), transparent 38%),
    repeating-linear-gradient(165deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 11px),
    linear-gradient(115deg, #ffbd24, var(--gold) 48%, #ffe98f);
  border: 1px solid rgba(255, 251, 232, 0.62);
  border-radius: 30px;
  box-shadow: 0 28px 72px rgba(4, 6, 2, 0.34), 0 0 56px rgba(255, 220, 50, 0.12);
}
.final-cta__inner::after { content: ""; position: absolute; top: -80%; left: 42%; width: 70px; height: 260%; pointer-events: none; background: rgba(255, 255, 255, 0.18); filter: blur(6px); transform: rotate(18deg); animation: cta-sheen 6s ease-in-out infinite; }
.final-cta__inner > * { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(3.2rem, 5.8vw, 5.7rem); }
.final-cta p { max-width: 310px; margin: 0; font-weight: 600; }

.site-footer { padding: 18px 0 36px; background: linear-gradient(180deg, #170f04, #070401 42%); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 0.8fr 1fr; gap: 50px; padding: 46px 0; }
.brand--footer img { height: 46px; }
.footer-brand p { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.footer-grid nav { display: grid; align-content: start; gap: 11px; }
.footer-grid nav a { color: #d6c7a5; font-size: 13px; }
.footer-grid nav a:hover { color: var(--gold); }
.footer-legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #887b61; border-top: 1px solid var(--line); font-size: 11px; }
.footer-legal p { margin: 0; }
.mobile-cta { display: none; }
.noscript { padding: 12px 20px; color: var(--black); background: var(--gold); text-align: center; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(28px) scale(0.99); transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes line-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes ribbon-flow { to { transform: translate3d(-50%, 0, 0); } }
@keyframes promo-glow { from { background-position: 0% 10%, 0% 80%, 0 0, 0 0; } to { background-position: 18% 0%, -12% 100%, 0 0, 0 0; } }
@keyframes cta-sheen { 0%, 24% { transform: translateX(-420%) rotate(18deg); } 60%, 100% { transform: translateX(920%) rotate(18deg); } }
@keyframes page-progress { to { transform: scaleX(1); } }
@keyframes banner-progress { to { width: 100%; } }

@supports (animation-timeline: scroll()) {
  .site-header::after { animation: page-progress linear both; animation-timeline: scroll(root block); }
}

@media (max-width: 1040px) {
  :root { --container: min(100% - 36px, 960px); }
  .desktop-nav { gap: 20px; }
  .hero__copy { width: min(650px, 68vw); }
  .hero h1, .hero h2 { font-size: clamp(3.7rem, 7.5vw, 5.35rem); }
  .hero-controls { right: 18px; }
  .trust-layout, .editorial-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .final-cta__inner { grid-template-columns: 1fr 0.8fr; }
  .final-cta__inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 28px); }
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 70px; }
  .section { padding: 78px 0; }
  .responsible-bar__inner { gap: 8px; font-size: 9px; }
  .responsible-bar__inner > span:nth-of-type(2),
  .responsible-bar__divider { display: none; }
  .site-header { height: 64px; }
  .nav-shell { gap: 16px; }
  .desktop-nav { display: none; }
  .nav-shell > .button { margin-left: auto; }
  .brand img { height: 29px; }
  .hero { height: calc(100svh - 96px); min-height: 700px; max-height: 790px; }
  .hero-slide__inner { align-items: flex-end; padding-block: 24px 170px; }
  .hero-slide__shade { background: linear-gradient(180deg, rgba(9, 5, 0, 0.08) 0%, rgba(9, 5, 0, 0.22) 30%, rgba(9, 5, 0, 0.84) 74%, rgba(8, 5, 0, 0.96) 100%); }
  .hero-slide__shade::after { background: radial-gradient(circle at 72% 22%, rgba(255, 205, 57, 0.23), transparent 20rem); }
  .hero-slide:nth-child(1) .hero-slide__image { object-position: 69% center; }
  .hero-slide:nth-child(2) .hero-slide__image { object-position: 50% 47%; }
  .hero-slide:nth-child(3) .hero-slide__image { object-position: 52% 43%; }
  .hero-slide:nth-child(4) .hero-slide__image { object-position: 51% center; }
  .hero__copy { width: 100%; padding: 24px 22px 22px; border-radius: 24px; }
  .hero__eyebrow { margin-bottom: 10px; font-size: 9px; }
  .hero h1, .hero h2 { font-size: clamp(2.7rem, 12.6vw, 3.45rem); }
  .hero__lede { max-width: 350px; margin-top: 16px; font-size: 14px; }
  .hero__actions { margin-top: 20px; }
  .hero__fineprint { margin-top: 14px; font-size: 9px; }
  .hero-controls { right: 14px; bottom: 82px; left: 14px; justify-content: space-between; min-height: 54px; padding: 7px; border-radius: 20px; }
  .hero-dots { gap: 6px; padding-inline: 2px; }
  .hero-dot.is-active { width: 31px; }
  .hero-count { margin-inline: auto; }
  .play-ribbon { transform: none; }
  .play-ribbon__track { width: 100%; min-height: 48px; justify-content: space-between; gap: 6px; padding: 0 10px; animation: none; transform: none; }
  .play-ribbon span { font-size: 16px; }
  .play-ribbon span:nth-of-type(n + 4),
  .play-ribbon i:nth-of-type(n + 3) { display: none; }
  .play-ribbon i { width: 6px; height: 6px; }
  .games-section { padding-top: 98px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(3.55rem, 16vw, 5rem); }
  .section-heading > p { margin: 22px 0 0; }
  .media-rail { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .game-panel--live { grid-column: 1 / -1; grid-row: auto; }
  .game-panel--slots { grid-column: 1 / -1; }
  .game-panel--sports { grid-column: 1; }
  .game-panel--fast { grid-column: 2; }
  .game-panel--live img { aspect-ratio: 4 / 3.8; }
  .game-panel--slots img { aspect-ratio: 16 / 8.5; }
  .game-panel--sports img, .game-panel--fast img { aspect-ratio: 4 / 5; }
  .game-panel { padding: 7px; border-radius: 21px; }
  .game-panel img { border-radius: 15px; }
  .game-panel__copy { padding: 16px 7px 20px; }
  .game-panel__copy h3 { font-size: clamp(1.65rem, 8vw, 2.2rem); }
  .game-panel__copy p { font-size: 12px; }
  .promotion-section { padding-top: 8px; }
  .promotion-panel { grid-template-columns: 1fr; gap: 34px; padding: 36px 24px; }
  .promotion-panel h2 { font-size: clamp(3.3rem, 15vw, 4.7rem); }
  .terms-list { padding-inline: 22px; }
  .access-grid { grid-template-columns: 1fr; gap: 36px; }
  .access-copy h2, .trust-heading h2, .editorial-intro h2, .faq-intro h2 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .payment-types { gap: 8px; }
  .payment-types > div { min-height: 118px; gap: 10px; }
  .payment-types svg { width: 33px; height: 33px; }
  .payment-types span { font-size: 11px; }
  .journey { grid-template-columns: repeat(2, 1fr); gap: 26px 10px; }
  .journey li:not(:last-child)::after { display: none; }
  .journey b { font-size: 11px; }
  .trust-section { padding-top: 8px; }
  .trust-layout, .editorial-grid, .faq-layout { padding-top: 66px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 20px; }
  .trust-item:nth-child(even) { padding: 20px; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { padding: 20px; margin-top: 0; }
  .trust-item svg { margin-bottom: 16px; }
  .editorial-panel { grid-template-columns: 1fr; padding: 0 26px; }
  .editorial-panel > div { padding: 30px 0; }
  .editorial-panel > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .faq-list summary { padding-block: 21px; font-size: 15px; }
  .final-cta { padding: 10px 0 54px; }
  .final-cta__inner { grid-template-columns: 1fr; gap: 22px; padding: 38px 24px; }
  .final-cta__inner .button { grid-column: auto; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { display: grid; }
  .mobile-cta { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; background: linear-gradient(180deg, rgba(56, 36, 6, 0.82), rgba(13, 8, 2, 0.94)); border-top: 1px solid rgba(255, 226, 125, 0.23); box-shadow: inset 0 1px rgba(255, 255, 255, 0.13); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); }
  .mobile-cta span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
  .mobile-cta span b { margin-right: 7px; color: var(--gold); }
}

@media (max-width: 390px) {
  .responsible-bar__inner > span:last-child { display: none; }
  .hero__actions { gap: 16px; }
  .hero-count { display: none; }
  .button { padding-inline: 20px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-item,
  .trust-item:nth-child(even),
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) { padding: 22px; margin: 0; border: 1px solid rgba(255, 234, 154, 0.13); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .play-ribbon__track, .hero-slide__image, .hero-dot span, .final-cta__inner::after { animation: none !important; }
  .hero__track, .hero__copy, .hero-slide__image { transition: none !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .liquid-glass,
  .site-header,
  .desktop-nav,
  .game-panel,
  .payment-types > div,
  .trust-item,
  .editorial-panel,
  .faq-list details,
  .mobile-cta { background: rgba(29, 19, 5, 0.97); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  .liquid-glass,
  .site-header,
  .desktop-nav,
  .game-panel,
  .payment-types > div,
  .trust-item,
  .editorial-panel,
  .faq-list details { background-color: rgba(15, 9, 1, 0.96); border-color: var(--gold-bright); }
}

/* Reference-led premium campaign system */
:root {
  --ink: #080a09;
  --ink-soft: #101311;
  --graphite: #1b1f1c;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(226, 184, 67, 0.54);
  --gold: #e2b843;
  --gold-bright: #f3d271;
  --gold-warm: #bd8b22;
  --gold-deep: #74500f;
  --green: #08d66e;
  --green-deep: #04994e;
  --white: #f4f5f4;
  --muted: #a4aaa5;
  --black: #050605;
  --radius: 18px;
  --container: min(1240px, calc(100vw - 56px));
}

html { background: var(--black); }

body {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 8%, rgba(6, 126, 75, 0.09), transparent 31rem),
    radial-gradient(circle at 8% 54%, rgba(162, 114, 20, 0.07), transparent 34rem),
    linear-gradient(180deg, #0b0d0c 0%, #070908 48%, #0a0c0a 100%);
}

body::before {
  opacity: 0.11;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12) 0 0.55px, transparent 0.8px),
    radial-gradient(circle at 75% 65%, rgba(224, 180, 63, 0.1) 0 0.55px, transparent 0.85px);
  background-size: 9px 9px, 13px 13px;
}

.visually-hidden {
  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;
}

.liquid-glass {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(26, 31, 27, 0.72));
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 18px 52px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}

.liquid-glass::before { opacity: 0.24; }

:focus-visible { outline-color: var(--green); }
::selection { color: #051109; background: var(--green); }

.responsible-bar {
  color: #aeb3af;
  background: #050605;
  border-bottom-color: rgba(226, 184, 67, 0.27);
}

.age-mark { color: var(--gold-bright); }

.site-header {
  height: 72px;
  background: rgba(7, 9, 8, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(120%);
  -webkit-backdrop-filter: blur(22px) saturate(120%);
}

.site-header::after {
  height: 1px;
  background: linear-gradient(90deg, transparent 8%, var(--gold) 50%, transparent 92%);
  opacity: 0.42;
}

.site-header.is-scrolled {
  background: rgba(5, 7, 6, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.36);
}

.brand img { height: 35px; }

.desktop-nav {
  gap: 6px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.desktop-nav a {
  color: #adb3ae;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.desktop-nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.button {
  color: #041109;
  background: linear-gradient(180deg, #16e77e, var(--green));
  border-color: #27ec8a;
  border-radius: 11px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 10px 28px rgba(3, 167, 83, 0.2);
}

.button::before { opacity: 0.3; }

.button:hover {
  background: linear-gradient(180deg, #25ef8b, #0dd876);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.34), 0 14px 34px rgba(3, 167, 83, 0.28);
}

.button--dark {
  color: #041109;
  background: linear-gradient(180deg, #16e77e, var(--green));
  border-color: #27ec8a;
}

.hero {
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0 0 clamp(18px, 2vw, 30px);
  overflow: visible;
  background: #050706;
}

.hero__viewport {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 2573 / 611;
  min-height: 0;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.11);
  border-inline: 0;
  border-radius: 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 24px 64px rgba(0, 0, 0, 0.46);
}

.hero-slide { background: #020302; }

.hero-slide::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-block: 1px solid rgba(255, 255, 255, 0.055);
  border-inline: 0;
  border-radius: 0;
  box-shadow: inset 0 0 58px rgba(0, 0, 0, 0.18);
  content: "";
}

.hero-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #020302;
}

.hero-banner:focus-visible {
  z-index: 4;
  outline: 3px solid var(--green);
  outline-offset: -5px;
}

.hero-banner__desktop {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.008);
  transition: transform 6.4s cubic-bezier(.2,.65,.2,1), filter 480ms ease;
}

.hero-slide.is-active .hero-banner__desktop { transform: scale(1); }

.hero-slide:nth-child(4)::before { display: none; }

.hero-slide:nth-child(4) .hero-banner__desktop {
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center 24%;
}

.hero-banner__mobile { display: none; }

.hero-controls {
  position: relative;
  right: auto;
  bottom: auto;
  width: max-content;
  min-height: 40px;
  margin: -20px auto 0;
  gap: 5px;
  padding: 5px 6px 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(11, 14, 12, 0.9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 12px 34px rgba(0, 0, 0, 0.46);
}

.hero-control {
  width: 30px;
  height: 30px;
  color: #e6e9e6;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.hero-control:hover {
  color: #041109;
  background: var(--green);
  border-color: #26ea89;
}

.hero-control--arrow,
.hero-count { display: none; }
.hero-control--toggle {
  width: 28px;
  height: 28px;
  margin-left: 3px;
  border-color: transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
}
.hero-control--toggle::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -5px;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}
.hero-pause-icon { width: 8px; height: 10px; border-inline-width: 2px; }
.hero-control--toggle.is-paused .hero-pause-icon {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 8px;
}
.hero-dots { gap: 2px; padding: 0; }
.hero-dot {
  width: 26px;
  height: 30px;
  overflow: visible;
  background: transparent;
}
.hero-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transform: translate(-50%, -50%);
  transition: width 260ms cubic-bezier(.2,.8,.2,1), background-color 180ms ease;
  content: "";
}
.hero-dot.is-active { width: 36px; background: transparent; }
.hero-dot.is-active::before { width: 30px; background: rgba(255, 255, 255, 0.13); }
.hero-dot span {
  top: 50%;
  right: 3px;
  bottom: auto;
  left: 3px;
  width: auto;
  height: 7px;
  background: linear-gradient(90deg, var(--green-deep), var(--green));
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
}
.hero-dot.is-active span { animation-name: banner-progress-pill; }

@keyframes banner-progress-pill {
  to { transform: translateY(-50%) scaleX(1); }
}

.play-ribbon {
  margin-top: 0;
  color: var(--white);
  background: #090b09;
  border-block-color: rgba(226, 184, 67, 0.46);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
  transform: none;
}

.play-ribbon__track { min-height: 48px; }
.play-ribbon span { font-size: 18px; letter-spacing: 0.025em; }
.play-ribbon i { background: var(--green); }

.section { padding: 116px 0; }
.games-section { padding-top: 128px; }
.games-section::before { background: rgba(8, 113, 68, 0.1); }

.section-heading h2,
.promotion-panel h2,
.access-copy h2,
.trust-heading h2,
.editorial-intro h2,
.faq-intro h2,
.final-cta h2 { letter-spacing: -0.035em; }

.section-heading > p { color: #afb5b0; }

.game-panel {
  padding: 8px;
  background: #101310;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 22px 58px rgba(0, 0, 0, 0.32);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.game-panel:hover {
  border-color: rgba(226, 184, 67, 0.42);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 28px 68px rgba(0, 0, 0, 0.42);
}

.game-panel img {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  filter: brightness(1.02) saturate(0.94);
}

.game-panel:hover img { filter: brightness(1.08) saturate(0.98); }
.game-panel__copy h3 { color: var(--white); }
.game-panel__copy p { color: var(--muted); }
.media-link { border-bottom-color: var(--green); }
.media-link span { color: var(--green); }

.promotion-panel {
  color: var(--white);
  background:
    radial-gradient(circle at 92% 6%, rgba(213, 157, 36, 0.17), transparent 32%),
    radial-gradient(circle at 0% 110%, rgba(5, 145, 82, 0.11), transparent 40%),
    linear-gradient(135deg, #171a17, #0b0d0b 58%, #080a08);
  border-color: rgba(226, 184, 67, 0.34);
  border-radius: 24px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 28px 72px rgba(0, 0, 0, 0.4);
  animation: none;
}

.promotion-panel::before,
.final-cta__inner::before {
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  content: "";
}

.promotion-panel__copy > p { color: var(--muted); font-weight: 500; }

.terms-list {
  background: #0d100e;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 18px 44px rgba(0, 0, 0, 0.3);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.terms-list span { color: var(--green); border-color: rgba(8, 214, 110, 0.56); }

.payment-types > div,
.trust-item,
.editorial-panel,
.faq-list details {
  background: #101310;
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 18px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.payment-types > div:hover,
.trust-item:hover,
.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(226, 184, 67, 0.32);
  background: #141714;
}

.payment-types svg { color: var(--gold-bright); }
.journey span { color: var(--green); }
.journey li:not(:last-child)::after { background: rgba(226, 184, 67, 0.5); }
.trust-item h3,
.editorial-panel h3 { color: var(--gold-bright); }
.editorial-panel p { color: var(--muted); }
.faq-list details[open] summary { color: var(--white); }
.faq-list summary span,
.faq-list summary span::after { background: var(--green); }

.final-cta__inner {
  color: var(--white);
  background:
    radial-gradient(circle at 84% 0%, rgba(8, 214, 110, 0.13), transparent 34%),
    linear-gradient(135deg, #171a17, #0b0d0b 58%, #080a08);
  border-color: rgba(226, 184, 67, 0.34);
  border-radius: 24px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 28px 72px rgba(0, 0, 0, 0.4);
}

.final-cta__inner::after { opacity: 0.18; }
.final-cta p { color: var(--muted); font-weight: 500; }

.site-footer {
  background: linear-gradient(180deg, #0b0d0b, #050605 46%);
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-grid nav a { color: #aab0ab; }
.footer-grid nav a:hover { color: var(--green); }
.footer-legal { color: #747a75; }
.noscript { color: #041109; background: var(--green); }

@media (max-width: 1040px) {
  :root { --container: min(100% - 40px, 960px); }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 28px); }
  .site-header { height: 64px; }
  .brand img { height: 31px; }
  .hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0 0 24px;
  }
  .hero__viewport {
    height: clamp(560px, 151vw, 620px);
    aspect-ratio: auto;
    border-radius: 0;
  }
  .hero-banner__desktop { display: none; }
  .hero-banner__mobile {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: 34% 66%;
    background: #020302;
  }
  .hero-banner__mobile img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }
  .hero-banner__mobile-copy { object-position: left center; }
  .hero-banner__mobile-art { object-position: 72% center; }
  .hero-slide:nth-child(2) .hero-banner__mobile-art { object-position: 66% center; }
  .hero-slide:nth-child(3) .hero-banner__mobile-art { object-position: 70% center; }
  .hero-slide:nth-child(4) .hero-banner__mobile-copy { object-position: 4% center; }
  .hero-slide:nth-child(4) .hero-banner__mobile-art { object-position: 69% center; }
  .hero-slide:nth-child(4)::before { display: none; }
  .hero-controls {
    right: auto;
    bottom: auto;
    left: auto;
    width: max-content;
    min-height: 40px;
    margin: -20px auto 0;
    padding: 5px 6px 5px 10px;
    border-radius: 999px;
  }
  .play-ribbon__track { min-height: 44px; }
  .play-ribbon span { font-size: 15px; }
  .games-section { padding-top: 96px; }
  .game-panel { border-radius: 18px; }
  .game-panel img { border-radius: 13px; }
  .promotion-panel,
  .final-cta__inner { border-radius: 20px; }
  .mobile-cta {
    background: rgba(8, 10, 9, 0.94);
    border-top-color: rgba(226, 184, 67, 0.27);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  }
  .mobile-cta span b { color: var(--gold-bright); }
}

@media (max-width: 390px) {
  .hero__viewport { height: 570px; }
  .hero-banner__mobile { grid-template-rows: 34% 66%; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .hero-controls,
  .mobile-cta { background: rgba(7, 9, 8, 0.98); }
}

@media (prefers-contrast: more) {
  .game-panel,
  .promotion-panel,
  .terms-list,
  .payment-types > div,
  .trust-item,
  .editorial-panel,
  .faq-list details,
  .final-cta__inner { border-color: var(--gold-bright); }
}

/* 1win-inspired clarity pass: brighter canvas, calmer typography */
:root {
  --ink: #141a16;
  --ink-soft: #1b221d;
  --graphite: #252d27;
  --line: rgba(255, 255, 255, 0.14);
  --white: #f8faf8;
  --muted: #c1c8c2;
  --black: #0a0d0b;
}

html { background: #0e120f; }

body {
  background:
    radial-gradient(circle at 84% 4%, rgba(31, 116, 76, 0.24), transparent 34rem),
    radial-gradient(circle at 6% 38%, rgba(190, 143, 42, 0.14), transparent 36rem),
    radial-gradient(circle at 76% 78%, rgba(44, 105, 72, 0.16), transparent 42rem),
    linear-gradient(180deg, #171e19 0%, #111713 42%, #171c17 100%);
}

body::before {
  opacity: 0.14;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22) 0 0.55px, transparent 0.85px),
    radial-gradient(circle at 75% 65%, rgba(231, 194, 94, 0.16) 0 0.55px, transparent 0.9px);
}

.site-header {
  background: rgba(13, 18, 15, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled {
  background: rgba(12, 16, 14, 0.97);
  border-color: rgba(255, 255, 255, 0.15);
}

.desktop-nav a { color: #c4cbc5; font-weight: 560; }
.button { font-weight: 700; }
.hero { background: #111713; }

.play-ribbon {
  background: #151b17;
  border-block-color: rgba(226, 184, 67, 0.38);
}

.play-ribbon span { font-weight: 800; }

.section {
  position: relative;
  isolation: isolate;
}

.games-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(29, 109, 73, 0.16), transparent 30rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.promotion-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(227, 190, 89, 0.035));
}

.access-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(26, 113, 73, 0.14), transparent 28rem),
    rgba(255, 255, 255, 0.022);
}

.editorial-section {
  background: rgba(255, 255, 255, 0.018);
}

.section-heading h2,
.promotion-panel h2,
.access-copy h2,
.trust-heading h2,
.editorial-intro h2,
.faq-intro h2,
.final-cta h2 {
  font-family: var(--body);
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: none;
  text-wrap: balance;
}

.section-heading h2 { font-size: clamp(3.4rem, 6.2vw, 6rem); }
.promotion-panel h2 { font-size: clamp(3.2rem, 5.2vw, 5.5rem); }
.access-copy h2,
.trust-heading h2,
.editorial-intro h2,
.faq-intro h2 { font-size: clamp(3rem, 4.8vw, 5rem); }
.final-cta h2 { font-size: clamp(3rem, 5vw, 5.1rem); }

.section-heading > p,
.access-copy p,
.editorial-intro > p,
.faq-intro p,
.promotion-panel__copy > p,
.final-cta p {
  color: var(--muted);
  font-weight: 430;
  line-height: 1.7;
}

.game-panel {
  background: #1b221d;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.075), 0 22px 58px rgba(3, 8, 5, 0.25);
}

.game-panel:hover {
  background: #202821;
  border-color: rgba(226, 184, 67, 0.38);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 28px 68px rgba(3, 8, 5, 0.32);
}

.game-panel__copy h3 {
  font-family: var(--body);
  font-weight: 660;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: none;
}

.game-panel__copy p { color: #bec6bf; line-height: 1.6; }
.media-link { font-weight: 650; }

.promotion-panel {
  background:
    radial-gradient(circle at 92% 6%, rgba(224, 171, 56, 0.2), transparent 34%),
    radial-gradient(circle at 0% 110%, rgba(17, 154, 91, 0.16), transparent 42%),
    linear-gradient(135deg, #242b25, #171d19 58%, #121713);
  border-color: rgba(232, 197, 98, 0.38);
}

.terms-list {
  background: #181e1a;
  border-color: rgba(255, 255, 255, 0.15);
}

.terms-list li { font-weight: 560; }

.payment-types > div,
.trust-item,
.editorial-panel,
.faq-list details {
  background: #1b221d;
  border-color: rgba(255, 255, 255, 0.145);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 18px 48px rgba(3, 8, 5, 0.22);
}

.payment-types > div:hover,
.trust-item:hover,
.faq-list details:hover,
.faq-list details[open] {
  background: #222a24;
}

.payment-types span,
.journey b,
.trust-item h3,
.editorial-panel h3 { font-weight: 620; }

.trust-item p,
.editorial-panel p { color: #bac2bb; line-height: 1.65; }
.faq-list summary { font-weight: 590; }

.final-cta__inner {
  background:
    radial-gradient(circle at 84% 0%, rgba(17, 168, 96, 0.18), transparent 36%),
    linear-gradient(135deg, #242b25, #171d19 58%, #121713);
  border-color: rgba(232, 197, 98, 0.38);
}

.site-footer {
  background: linear-gradient(180deg, #111612, #080a09 50%);
}

@media (max-width: 760px) {
  .section-heading h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .game-panel__copy h3 { font-size: clamp(1.55rem, 7vw, 2rem); }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .hero-controls,
  .mobile-cta { background: #111713; }
}

/* Charcoal gloss + Anton/Poppins typography system */
:root {
  --ink: #24272a;
  --ink-soft: #2c3033;
  --graphite: #34383c;
  --line: rgba(255, 255, 255, 0.13);
  --white: #f7f8f7;
  --muted: #c3c7c5;
  --black: #090a0b;
  --display: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { background: #141618; }

body {
  background:
    radial-gradient(ellipse at 50% -8%, rgba(255, 255, 255, 0.105), transparent 34rem),
    linear-gradient(112deg, rgba(255, 255, 255, 0.035) 0%, transparent 30%, rgba(0, 0, 0, 0.12) 72%),
    linear-gradient(180deg, #303337 0%, #25282b 28%, #1b1d20 62%, #24272a 100%);
  font-family: var(--body);
}

body::before {
  opacity: 0.1;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.24) 0 0.5px, transparent 0.8px),
    radial-gradient(circle at 78% 68%, rgba(255, 255, 255, 0.16) 0 0.5px, transparent 0.85px);
}

.responsible-bar { background: #0a0b0c; }

.site-header,
.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(30, 32, 35, 0.97), rgba(12, 13, 14, 0.97));
  border-bottom-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055), 0 16px 42px rgba(0, 0, 0, 0.24);
}

.hero {
  background:
    linear-gradient(180deg, #191b1d, #0d0e0f 70%, #1c1e20);
}

.hero-banner,
.hero-banner img {
  user-select: none;
  -webkit-user-drag: none;
}

.hero__viewport { cursor: grab; }
.hero.is-dragging .hero__viewport { cursor: grabbing; }

.hero-controls {
  min-height: 36px;
  margin-top: -18px;
  gap: 0;
  padding: 3px 8px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(46, 49, 52, 0.96), rgba(12, 13, 14, 0.96));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 10px 26px rgba(0, 0, 0, 0.38);
}

.hero-control--toggle { display: none; }
.hero-dots { gap: 0; }
.hero-dot { width: 24px; height: 28px; }
.hero-dot.is-active { width: 32px; }
.hero-dot::before { width: 6px; height: 6px; background: rgba(255, 255, 255, 0.32); }
.hero-dot.is-active::before { width: 26px; background: rgba(255, 255, 255, 0.13); }
.hero-dot span {
  right: 3px;
  left: 3px;
  height: 6px;
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
.hero-dot.is-active span {
  opacity: 1;
  animation: none;
  transform: translateY(-50%) scaleX(1);
}

.play-ribbon {
  background:
    linear-gradient(180deg, #24272a, #111214 72%);
  border-block-color: rgba(225, 184, 70, 0.34);
}

.play-ribbon span {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.035em;
}

.games-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.05), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.08));
}

.promotion-section { background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.12)); }

.access-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.045), transparent 28rem),
    rgba(0, 0, 0, 0.07);
}

.editorial-section { background: rgba(255, 255, 255, 0.018); }

.section-heading h2,
.promotion-panel h2,
.access-copy h2,
.trust-heading h2,
.editorial-intro h2,
.faq-intro h2,
.final-cta h2 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.012em;
  text-transform: uppercase;
}

.game-panel__copy h3,
.trust-item h3,
.editorial-panel h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-heading > p,
.game-panel__copy p,
.promotion-panel__copy > p,
.access-copy p,
.trust-item p,
.editorial-intro > p,
.editorial-panel p,
.faq-intro p,
.final-cta p,
.footer-brand p,
.footer-legal {
  font-family: var(--body);
}

.game-panel,
.payment-types > div,
.trust-item,
.editorial-panel,
.faq-list details {
  background:
    linear-gradient(145deg, rgba(59, 63, 67, 0.94), rgba(30, 32, 35, 0.98));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.075), 0 20px 52px rgba(0, 0, 0, 0.24);
}

.payment-types > div:hover,
.trust-item:hover,
.faq-list details:hover,
.faq-list details[open] {
  background:
    linear-gradient(145deg, rgba(70, 74, 78, 0.96), rgba(36, 38, 41, 0.98));
}

.promotion-panel,
.final-cta__inner {
  background:
    radial-gradient(circle at 90% 0%, rgba(226, 184, 67, 0.13), transparent 34%),
    radial-gradient(circle at 0% 110%, rgba(8, 214, 110, 0.1), transparent 40%),
    linear-gradient(145deg, #3a3d40, #1d1f21 52%, #0e0f10);
}

.terms-list {
  background:
    linear-gradient(160deg, #35383b, #17191b 70%);
}

.site-footer {
  background: linear-gradient(180deg, #1d1f21, #090a0b 54%);
}

@media (max-width: 760px) {
  .hero-controls {
    min-height: 36px;
    margin-top: -18px;
    padding: 3px 8px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .hero-controls,
  .mobile-cta { background: #151719; }
}

/* Obsidian Series campaign banners */
.hero-banner__picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-banner__art {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.018);
  transition: transform 1.1s cubic-bezier(.2,.72,.2,1), filter 480ms ease;
}

.hero-slide.is-active .hero-banner__art { transform: scale(1); }

.hero-banner__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 4, 4, 0.72) 0%, rgba(3, 4, 4, 0.34) 36%, transparent 59%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent 66%, rgba(0, 0, 0, 0.22));
}

.hero-banner__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(34px, calc((100vw - 1320px) / 2));
  display: block;
  width: min(43vw, 620px);
  color: #f8f8f6;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-12px, -47%, 0);
  transition: opacity 420ms 100ms ease, transform 620ms 100ms cubic-bezier(.22,.72,.18,1);
}

.hero-slide.is-active .hero-banner__content {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.hero-banner__content > * { display: block; }

.hero-banner__mark {
  width: clamp(72px, 5vw, 92px);
  height: auto;
  margin: 0 0 10px;
  object-fit: contain;
}

.hero-banner__eyebrow {
  margin-bottom: 7px;
  color: #dcb54d;
  font: 600 clamp(9px, .7vw, 11px)/1.2 var(--body);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.hero-banner__title {
  max-width: 640px;
  font: 400 clamp(3rem, 5.15vw, 5.15rem)/.94 var(--display);
  letter-spacing: .012em;
  text-wrap: balance;
  text-transform: uppercase;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .46);
}

.hero-banner__text {
  max-width: 510px;
  margin-top: 12px;
  color: rgba(246, 247, 246, .76);
  font: 500 clamp(12px, 1vw, 15px)/1.5 var(--body);
}

.hero-banner__cta {
  display: inline-flex;
  min-height: 40px;
  margin-top: 17px;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  color: #03150b;
  font: 700 11px/1 var(--body);
  letter-spacing: .055em;
  text-transform: uppercase;
  border: 1px solid #30ed91;
  border-radius: 10px;
  background: linear-gradient(180deg, #20ea85, #08d56e);
  box-shadow: inset 0 1px rgba(255, 255, 255, .34), 0 10px 28px rgba(4, 201, 101, .18);
}

.hero-banner__cta svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.hero-banner__fineprint {
  margin-top: 9px;
  color: rgba(246, 247, 246, .46);
  font: 500 9px/1.35 var(--body);
  letter-spacing: .035em;
}

@media (min-width: 901px) and (max-width: 1200px) {
  .hero__viewport {
    height: 320px;
    aspect-ratio: auto;
  }

  .hero-banner__content { width: min(51vw, 520px); }
  .hero-banner__mark { width: 68px; margin-bottom: 7px; }
  .hero-banner__text { margin-top: 9px; }
  .hero-banner__cta { min-height: 36px; margin-top: 12px; padding: 8px 13px; }
}

@media (max-width: 900px) {
  .hero__viewport {
    height: clamp(580px, 78vw, 680px);
    aspect-ratio: auto;
  }

  .hero-banner__art {
    object-fit: cover;
    object-position: center top;
  }

  .hero-banner__shade {
    background:
      linear-gradient(180deg, transparent 0%, rgba(3, 4, 4, .04) 43%, rgba(3, 4, 4, .72) 62%, rgba(3, 4, 4, .96) 100%);
  }

  .hero-banner__content {
    top: auto;
    right: clamp(22px, 6vw, 52px);
    bottom: 54px;
    left: clamp(22px, 6vw, 52px);
    width: auto;
    max-width: 540px;
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  .hero-slide.is-active .hero-banner__content { transform: translate3d(0, 0, 0); }
  .hero-banner__mark { width: 72px; margin-bottom: 8px; }
  .hero-banner__title { max-width: 520px; font-size: clamp(2.6rem, 8.2vw, 4.25rem); }
  .hero-banner__text { max-width: 470px; margin-top: 10px; font-size: 13px; }
  .hero-banner__cta { min-height: 39px; margin-top: 14px; padding: 9px 14px; }
}

@media (max-width: 480px) {
  .hero__viewport { height: clamp(580px, 150vw, 640px); }
  .hero-banner__content { right: 20px; bottom: 48px; left: 20px; }
  .hero-banner__mark { width: 66px; }
  .hero-banner__title { font-size: clamp(2.45rem, 11.2vw, 3.25rem); }
  .hero-banner__text { max-width: 340px; font-size: 12px; }
  .hero-banner__fineprint { margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-banner__art,
  .hero-banner__content { transition: none !important; }
}

/* Champagne-gold controls, language navigation and Privilege Club */
:root {
  --green: #d8b75d;
  --green-deep: #9b7629;
  --green-soft: #f0d999;
  --champagne: #e5c777;
  --silver: #c8cbce;
  --bronze: #a8744a;
}

:focus-visible { outline-color: var(--champagne); }
::selection { color: #151107; background: var(--champagne); }
.header-sentinel { top: 0; }

.button,
.button--dark,
.hero-banner__cta {
  color: #171207;
  border-color: #efd585;
  background: linear-gradient(180deg, #efd98f, #d7b354 58%, #b9872c);
  box-shadow: inset 0 1px rgba(255, 255, 255, .58), 0 11px 28px rgba(177, 128, 32, .22);
}

.button:hover,
.button--dark:hover {
  background: linear-gradient(180deg, #f6e5aa, #dfbd62 58%, #c89536);
  box-shadow: inset 0 1px rgba(255, 255, 255, .62), 0 15px 34px rgba(177, 128, 32, .3);
}

.hero-control:hover {
  color: #151107;
  border-color: #ecd07b;
  background: var(--champagne);
}

.hero-banner:focus-visible { outline-color: var(--champagne); }
.terms-list span { border-color: rgba(216, 183, 93, .56); }
.promotion-panel,
.final-cta__inner {
  background:
    radial-gradient(circle at 90% 0%, rgba(226, 184, 67, .15), transparent 34%),
    radial-gradient(circle at 0% 110%, rgba(200, 203, 206, .1), transparent 40%),
    linear-gradient(145deg, #3a3d40, #1d1f21 52%, #0e0f10);
}

.language-select {
  position: relative;
  display: inline-flex;
  min-width: 72px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  padding: 0 9px;
  color: #d8dbdc;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(68, 71, 74, .84), rgba(21, 23, 25, .9));
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.language-select:focus-within {
  border-color: rgba(229, 199, 119, .72);
  box-shadow: 0 0 0 3px rgba(229, 199, 119, .14), inset 0 1px rgba(255, 255, 255, .09);
}

.language-select svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  pointer-events: none;
}

.language-select__globe { color: var(--champagne); }
.language-select__chevron { width: 12px !important; height: 12px !important; }

.language-select select {
  width: 28px;
  min-width: 0;
  padding: 0;
  color: inherit;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  font: 600 11px/1 var(--body);
  cursor: pointer;
}

.language-select select:focus-visible { outline: 0; }
.language-select option { color: #141517; background: #f3f1e9; }
.language-select option:disabled { color: #747679; }

.vip-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(229, 199, 119, .1), transparent 31rem),
    radial-gradient(circle at 4% 86%, rgba(200, 203, 206, .055), transparent 25rem),
    linear-gradient(180deg, rgba(18, 20, 22, .72), rgba(8, 9, 10, .93));
  border-block: 1px solid rgba(255, 255, 255, .08);
}

.vip-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
  margin-bottom: 40px;
}

.vip-kicker {
  margin: 0 0 12px;
  color: var(--champagne);
  font: 600 11px/1.3 var(--body);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.vip-heading h2,
.vip-showcase h3,
.vip-benefit h3 {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
}

.vip-heading h2 {
  margin: 0;
  font-size: clamp(4rem, 7.2vw, 7.4rem);
  line-height: .9;
  letter-spacing: .008em;
}

.vip-heading h2 span { color: var(--champagne); }

.vip-heading__copy > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font: 500 14px/1.7 var(--body);
}

.vip-text-link {
  display: inline-flex;
  margin-top: 18px;
  align-items: center;
  gap: 9px;
  color: var(--champagne);
  font: 600 12px/1.2 var(--body);
  text-underline-offset: 5px;
}

.vip-text-link:hover { text-decoration: underline; }

.vip-showcase {
  position: relative;
  min-height: clamp(420px, 38vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  background: #090a0b;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 32px 80px rgba(0, 0, 0, .38);
}

.vip-showcase__picture,
.vip-showcase__picture img,
.vip-showcase__shade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.vip-showcase__picture img {
  max-width: none;
  object-fit: cover;
  object-position: right center;
  transition: transform 700ms cubic-bezier(.2,.72,.2,1);
}

.vip-showcase:hover .vip-showcase__picture img { transform: scale(1.012); }

.vip-showcase__shade {
  background: linear-gradient(90deg, rgba(5, 6, 7, .96) 0%, rgba(5, 6, 7, .84) 36%, rgba(5, 6, 7, .1) 67%);
}

.vip-showcase__copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(48%, 550px);
  min-height: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.vip-showcase__index {
  margin-bottom: 14px;
  color: var(--champagne);
  font: 600 10px/1 var(--body);
  letter-spacing: .2em;
}

.vip-showcase h3 {
  margin: 0;
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
  line-height: .91;
  letter-spacing: .01em;
}

.vip-showcase__copy > p {
  max-width: 470px;
  margin: 18px 0 24px;
  color: rgba(244, 245, 244, .68);
  font: 500 13px/1.65 var(--body);
}

.vip-benefits {
  display: grid;
  grid-template-columns: 1.12fr 1fr .95fr .93fr;
  gap: 14px;
  margin-top: 16px;
}

.vip-benefit {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 199, 119, .13), transparent 13rem),
    linear-gradient(145deg, rgba(57, 60, 63, .96), rgba(25, 27, 29, .98));
  box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 18px 42px rgba(0, 0, 0, .2);
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.vip-benefit:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 203, 206, .16), transparent 13rem),
    linear-gradient(145deg, rgba(62, 65, 68, .96), rgba(26, 28, 30, .98));
}

.vip-benefit:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 116, 74, .16), transparent 13rem),
    linear-gradient(145deg, rgba(57, 58, 60, .96), rgba(25, 26, 28, .98));
}

.vip-benefit:hover {
  border-color: rgba(229, 199, 119, .3);
  transform: translateY(-4px);
}

.vip-benefit > span {
  display: block;
  margin-bottom: 56px;
  color: var(--champagne);
  font: 500 11px/1 var(--body);
  letter-spacing: .14em;
}

.vip-benefit:nth-child(2) > span { color: var(--silver); }
.vip-benefit:nth-child(3) > span { color: #c58d62; }

.vip-benefit h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  line-height: .98;
  letter-spacing: .02em;
}

.vip-benefit p {
  margin: 11px 0 0;
  color: var(--muted);
  font: 500 12px/1.55 var(--body);
}

.vip-disclaimer {
  margin: 16px 0 0;
  color: rgba(196, 200, 198, .48);
  font: 500 10px/1.5 var(--body);
}

.site-footer { padding-bottom: 0; }

.responsible-bar--footer {
  margin-top: 32px;
  border-top: 1px solid rgba(229, 199, 119, .26);
  border-bottom: 0;
  background: #08090a;
}

@media (max-width: 1120px) {
  .nav-shell { gap: 14px; }
  .desktop-nav { gap: 0; }
  .desktop-nav a { padding-inline: 8px; font-size: 11px; }
  .vip-benefits { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .language-select { min-width: 64px; height: 36px; padding-inline: 8px; }
  .language-select__globe { display: none; }
  .language-select select { width: 28px; }

  .vip-section { padding-top: 90px; }
  .vip-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .vip-heading h2 { font-size: clamp(3.8rem, 17vw, 5.6rem); }
  .vip-heading__copy > p { font-size: 13px; }

  .vip-showcase { min-height: 610px; border-radius: 22px; }
  .vip-showcase__picture img { object-position: center top; }
  .vip-showcase__shade {
    background: linear-gradient(180deg, transparent 0%, rgba(5, 6, 7, .06) 42%, rgba(5, 6, 7, .88) 63%, rgba(5, 6, 7, .98) 100%);
  }
  .vip-showcase__copy {
    width: 100%;
    min-height: 610px;
    justify-content: flex-end;
    padding: 28px 22px 34px;
  }
  .vip-showcase h3 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .vip-showcase__copy > p { margin-block: 14px 18px; font-size: 12px; }

  .vip-benefits {
    display: flex;
    gap: 12px;
    margin-inline: calc(var(--container) * 0);
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(229, 199, 119, .56) rgba(255, 255, 255, .07);
  }
  .vip-benefit {
    min-width: min(82vw, 310px);
    min-height: 218px;
    scroll-snap-align: start;
  }
  .responsible-bar--footer .responsible-bar__inner { flex-wrap: wrap; padding-block: 8px; }
}

@media (max-width: 430px) {
  .site-header .button--small { padding-inline: 13px; font-size: 11px; }
  .nav-shell { gap: 9px; }
  .brand img { height: 29px; }
  .language-select { min-width: 58px; padding-inline: 7px; }
  .vip-showcase { min-height: 590px; }
  .vip-showcase__copy { min-height: 590px; }
}

@media (prefers-reduced-motion: reduce) {
  .vip-showcase__picture img,
  .vip-benefit { transition: none !important; }
}

/* B88 utility footer */
.site-footer {
  padding: 0;
  color: #f2f3f2;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 16% 0%, rgba(229, 199, 119, .07), transparent 24rem),
    linear-gradient(180deg, #151719 0%, #0c0d0f 58%, #08090a 100%);
}

.footer-shell { padding-top: 42px; }

.footer-toolbar {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
}

.brand--footer { flex: 0 0 auto; }
.brand--footer img { width: auto; height: 42px; }

.footer-toolbar__line {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .035));
}

.footer-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.language-select--footer {
  min-width: 78px;
  height: 40px;
  gap: 7px;
  padding-inline: 10px 8px;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(54, 57, 60, .96), rgba(28, 30, 32, .96));
}

.language-select--footer > img { flex: 0 0 auto; }
.language-select--footer select { width: 26px; }
.footer-language__icon { width: 17px; height: 17px; }
.footer-language__chevron { width: 12px; height: 12px; opacity: .65; transform: rotate(180deg); }

.footer-top-button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  color: var(--champagne);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
  background: linear-gradient(180deg, #303337, #1d1f21);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.footer-top-button:hover {
  border-color: rgba(229, 199, 119, .46);
  background: #36393c;
  transform: translateY(-2px);
}

.footer-top-button img { width: 18px; height: 18px; }

.footer-contact-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}

.footer-contact-card {
  min-width: 0;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 199, 119, .075), transparent 12rem),
    linear-gradient(145deg, #26292c, #1a1c1e 72%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 16px 32px rgba(0, 0, 0, .16);
}

.footer-contact-card--support {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background:
    radial-gradient(circle at 48% 132%, rgba(91, 119, 163, .22), transparent 16rem),
    radial-gradient(circle at 0% 0%, rgba(229, 199, 119, .1), transparent 11rem),
    linear-gradient(145deg, #282b2e, #191b1d 72%);
}

.footer-contact-card--support .button {
  min-height: 40px;
  white-space: nowrap;
}

.footer-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(229, 199, 119, .22);
  border-radius: 14px;
  background: rgba(7, 8, 9, .3);
}

.footer-card-icon img { width: 25px; height: 25px; }

.footer-contact-card span,
.footer-access-card__eyebrow {
  display: block;
  color: rgba(229, 199, 119, .76);
  font: 600 9px/1.3 var(--body);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-contact-card h3 {
  margin: 5px 0 0;
  color: #f7f7f5;
  font: 600 14px/1.25 var(--body);
}

.footer-contact-card p {
  margin: 5px 0 0;
  color: rgba(214, 218, 216, .58);
  font: 500 10px/1.45 var(--body);
}

.footer-contact-card--link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  transition: transform 190ms ease, border-color 190ms ease, background-color 190ms ease;
}

.footer-contact-card--link:hover {
  border-color: rgba(229, 199, 119, .3);
  background-color: #2b2e31;
  transform: translateY(-3px);
}

.footer-directory {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  gap: clamp(44px, 6vw, 88px);
  padding: 42px 0 36px;
}

.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
}

.footer-link-group {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-link-group h3 {
  margin: 0 0 5px;
  color: #f7f7f5;
  font: 400 24px/1 var(--display);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.footer-link-group a {
  width: fit-content;
  color: #aeb4b1;
  font: 500 11px/1.45 var(--body);
  transition: color 160ms ease, transform 160ms ease;
}

.footer-link-group a:hover {
  color: var(--champagne);
  transform: translateX(3px);
}

.footer-access {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.footer-access-card {
  position: relative;
  display: flex;
  min-height: 208px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 110% -8%, rgba(241, 209, 119, .34), transparent 11rem),
    linear-gradient(145deg, #765b24, #30250f 72%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .12), 0 18px 44px rgba(0, 0, 0, .2);
  transition: transform 190ms ease, border-color 190ms ease;
}

.footer-access-card--desktop {
  background:
    radial-gradient(circle at 110% -8%, rgba(133, 158, 199, .32), transparent 11rem),
    linear-gradient(145deg, #3e4e68, #1d2533 72%);
}

.footer-access-card:hover {
  border-color: rgba(255, 255, 255, .28);
  transform: translateY(-3px);
}

.footer-access-card__eyebrow { color: rgba(255, 255, 255, .62); }

.footer-access-card strong {
  position: relative;
  z-index: 1;
  max-width: 150px;
  margin-top: 7px;
  color: #fff;
  font: 400 27px/.98 var(--display);
  letter-spacing: .015em;
  text-transform: uppercase;
}

.footer-access-card > span:not(.footer-access-card__eyebrow):not(.footer-access-card__action) {
  position: relative;
  z-index: 1;
  max-width: 145px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .64);
  font: 500 9px/1.45 var(--body);
}

.footer-access-card__action {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  min-height: 32px;
  margin-top: auto;
  align-items: center;
  padding: 8px 13px;
  color: #151617 !important;
  border-radius: 9px;
  background: rgba(255, 255, 255, .92);
  font: 700 9px/1 var(--body) !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
}

.footer-access-card__device {
  position: absolute;
  right: 12px;
  bottom: 9px;
  width: 66px;
  height: 66px;
  opacity: .48;
  transform: rotate(-4deg);
}

.footer-utility-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-shortcuts a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: linear-gradient(180deg, #303337, #222426);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
  transition: transform 170ms ease, border-color 170ms ease, background-color 170ms ease;
}

.footer-shortcuts a:hover {
  border-color: rgba(229, 199, 119, .38);
  background: #373a3d;
  transform: translateY(-2px);
}

.footer-shortcuts img { width: 19px; height: 19px; }

.footer-age {
  color: rgba(229, 199, 119, .7);
  font: 600 24px/1 var(--body);
  letter-spacing: -.05em;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 0 24px;
  color: rgba(190, 195, 192, .45);
  border-top: 0;
  font: 500 9px/1.55 var(--body);
}

.footer-legal p { margin: 0; }
.footer-legal p:last-child { max-width: 620px; text-align: right; }

.responsible-bar--footer {
  margin-top: 0;
  border-top-color: rgba(229, 199, 119, .18);
  background: #070809;
}

@media (max-width: 1040px) {
  .footer-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-contact-card--support { grid-column: 1 / -1; }
  .footer-directory { grid-template-columns: 1fr; gap: 38px; }
  .footer-link-groups { max-width: 640px; }
  .footer-access { max-width: 640px; }
}

@media (max-width: 700px) {
  .footer-shell { padding-top: 30px; }
  .footer-toolbar { gap: 12px; }
  .brand--footer img { height: 35px; }
  .footer-toolbar__line { display: none; }
  .footer-tools { margin-left: auto; }

  .footer-contact-grid { grid-template-columns: 1fr; margin-top: 22px; }
  .footer-contact-card--support { grid-column: auto; grid-template-columns: auto minmax(0, 1fr); }
  .footer-contact-card--support .button { grid-column: 1 / -1; justify-content: center; }

  .footer-directory { padding-block: 34px 28px; }
  .footer-link-groups { gap: 24px; }
  .footer-link-group h3 { font-size: 21px; }
  .footer-access { grid-template-columns: 1fr; }
  .footer-access-card { min-height: 188px; }
  .footer-access-card strong { max-width: 220px; }
  .footer-access-card > span:not(.footer-access-card__eyebrow):not(.footer-access-card__action) { max-width: 210px; }
  .footer-access-card__device { width: 76px; height: 76px; }

  .footer-utility-row { align-items: flex-end; }
  .footer-shortcuts { max-width: 230px; }
  .footer-legal { display: grid; gap: 8px; padding-bottom: 20px; }
  .footer-legal p:last-child { max-width: none; text-align: left; }
}

@media (max-width: 390px) {
  .language-select--footer { min-width: 70px; }
  .footer-contact-card { padding: 16px; }
  .footer-contact-card--support { gap: 12px; }
  .footer-card-icon { width: 44px; height: 44px; }
  .footer-link-groups { grid-template-columns: 1fr 1fr; gap: 16px; }
  .footer-link-group a { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-top-button,
  .footer-contact-card--link,
  .footer-link-group a,
  .footer-access-card,
  .footer-shortcuts a { transition: none !important; }
}

/* B88 trust, payments and licensing hub */
.trust-hub {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 9vw, 132px) 0 clamp(72px, 8vw, 112px);
  border-top: 1px solid rgba(229, 199, 119, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 10% 10%, rgba(229, 199, 119, .1), transparent 30rem),
    radial-gradient(circle at 88% 36%, rgba(105, 123, 145, .1), transparent 27rem),
    linear-gradient(150deg, #24272a 0%, #181a1d 42%, #101214 100%);
}

.trust-hub::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 12%, rgba(255, 255, 255, .035) 34%, transparent 52%);
  content: "";
}

.trust-hub .container { position: relative; z-index: 1; }

.trust-hub__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  align-items: end;
  gap: clamp(34px, 7vw, 100px);
  margin-bottom: clamp(36px, 5vw, 62px);
}

.trust-hub__eyebrow {
  margin: 0 0 16px;
  color: var(--champagne);
  font: 700 10px/1.3 var(--body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.trust-hub__intro h2 {
  margin: 0;
  color: #f5f5f2;
  font: 400 clamp(3.45rem, 6.6vw, 7rem)/.9 var(--display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.trust-hub__intro h2 span { color: var(--champagne); }

.trust-hub__intro > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: rgba(220, 223, 221, .68);
  font: 500 13px/1.7 var(--body);
}

.trust-hub__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.trust-hub-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 2.3vw, 30px);
  border: 1px solid rgba(255, 255, 255, .105);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 199, 119, .075), transparent 16rem),
    linear-gradient(148deg, rgba(45, 48, 51, .98), rgba(25, 27, 29, .98) 72%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 24px 60px rgba(0, 0, 0, .16);
}

.trust-hub-card::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  pointer-events: none;
  border: 1px solid rgba(229, 199, 119, .08);
  border-radius: 50%;
  content: "";
}

.trust-hub-card > * { position: relative; z-index: 1; }
.trust-hub-card--payments { grid-column: span 5; }
.trust-hub-card--security { grid-column: span 3; }
.trust-hub-card--responsible { grid-column: span 4; }
.trust-hub-card--certification { grid-column: span 7; min-height: 270px; }
.trust-hub-card--licence { grid-column: span 5; min-height: 270px; }

.trust-hub-card--security {
  background:
    radial-gradient(circle at 96% 0%, rgba(83, 128, 155, .14), transparent 16rem),
    linear-gradient(148deg, #2a2e32, #191c1f 72%);
}

.trust-hub-card--responsible {
  background:
    radial-gradient(circle at 96% 0%, rgba(153, 102, 107, .12), transparent 16rem),
    linear-gradient(148deg, #2c2d30, #1a1b1d 72%);
}

.trust-hub-card--licence {
  border-color: rgba(229, 199, 119, .22);
  background:
    radial-gradient(circle at 105% -5%, rgba(229, 199, 119, .22), transparent 18rem),
    linear-gradient(140deg, #353126 0%, #22201b 45%, #17191b 100%);
}

.trust-hub-card__topline {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  color: rgba(229, 199, 119, .72);
  font: 700 9px/1.3 var(--body);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-hub-card__topline span:first-child {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(229, 199, 119, .2);
  border-radius: 50%;
  background: rgba(8, 9, 10, .24);
  font-size: 8px;
}

.trust-hub-card h3 {
  margin: 22px 0 0;
  color: #f8f8f5;
  font: 400 clamp(2rem, 3.2vw, 3.2rem)/.95 var(--display);
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.trust-hub-card > p,
.trust-licence__body p {
  max-width: 560px;
  margin: 13px 0 0;
  color: rgba(215, 219, 217, .61);
  font: 500 11px/1.62 var(--body);
}

.trust-logo-grid { width: 100%; margin-top: auto; padding-top: 24px; }

.trust-logo-grid--payments {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 66px));
  gap: 9px;
}

.trust-logo-grid--payments img {
  width: 100%;
  height: auto;
  border-radius: 13px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
}

.trust-logo-grid--security {
  display: flex;
  min-height: 104px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 17px;
  padding: 19px;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(7, 9, 10, .42);
}

.trust-logo-grid--security img { width: auto; max-width: 100%; height: auto; max-height: 42px; object-fit: contain; }

.trust-logo-grid--certification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.trust-logo-grid--certification img {
  width: auto;
  max-width: min(218px, 100%);
  height: 64px;
  padding: 10px 13px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 14px;
  background: rgba(6, 8, 9, .42);
}

.trust-hub-card__link {
  display: inline-flex;
  width: fit-content;
  margin-top: 20px;
  align-items: center;
  gap: 8px;
  color: var(--champagne);
  font: 700 9px/1.35 var(--body);
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color 170ms ease, transform 170ms ease;
}

.trust-hub-card__link:hover { color: #fff0ba; transform: translateX(3px); }

.trust-hub-card__title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.trust-hub-card__title-row h3 { margin: 0; }

.trust-age-mark {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  border: 2px solid rgba(239, 113, 106, .85);
  border-radius: 50%;
  background: rgba(58, 25, 25, .36);
  font: 700 14px/1 var(--body);
}

.trust-help-links {
  display: grid;
  width: 100%;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.trust-help-links a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  color: rgba(240, 242, 240, .84);
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 12px;
  background: rgba(8, 10, 11, .26);
  font: 600 10px/1.3 var(--body);
  transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.trust-help-links a:hover {
  border-color: rgba(229, 199, 119, .28);
  background: rgba(42, 44, 46, .7);
  transform: translateX(3px);
}

.trust-help-links img { width: 19px; height: 19px; margin-right: auto; }

.trust-licence__body {
  display: grid;
  grid-template-columns: minmax(128px, 170px) minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 20px;
}

.trust-licence__body > img {
  width: 100%;
  height: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 15px;
  background: rgba(9, 10, 11, .36);
}

.trust-licence__body h3 { margin: 0; font-size: clamp(2rem, 3vw, 2.75rem); }
.trust-licence__body p { margin-top: 10px; }

.trust-licence__actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: auto;
  padding-top: 22px;
}

.trust-licence__actions .button { min-height: 40px; }
.trust-licence__actions .trust-hub-card__link { margin-top: 0; }

.trust-hub__note {
  max-width: 880px;
  margin: 22px 0 0;
  color: rgba(193, 198, 195, .48);
  font: 500 9px/1.6 var(--body);
}

@media (max-width: 1040px) {
  .trust-hub-card--payments { grid-column: span 7; }
  .trust-hub-card--security { grid-column: span 5; }
  .trust-hub-card--responsible { grid-column: span 5; }
  .trust-hub-card--certification { grid-column: span 7; }
  .trust-hub-card--licence { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .trust-hub { padding-block: 76px 70px; }
  .trust-hub__intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
  .trust-hub__intro h2 { font-size: clamp(3.35rem, 16vw, 5.2rem); }
  .trust-hub__intro > p { font-size: 12px; }
  .trust-hub-card--payments,
  .trust-hub-card--security,
  .trust-hub-card--responsible,
  .trust-hub-card--certification,
  .trust-hub-card--licence { grid-column: 1 / -1; min-height: 0; }
  .trust-hub-card { padding: 22px; border-radius: 20px; }
  .trust-hub-card h3 { font-size: clamp(2.45rem, 12vw, 3.3rem); }
  .trust-logo-grid--payments { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .trust-logo-grid--certification img { height: 58px; }
  .trust-licence__body { grid-template-columns: 1fr; }
  .trust-licence__body > img { width: min(190px, 100%); }
}

@media (max-width: 390px) {
  .trust-hub-card { padding: 20px 18px; }
  .trust-logo-grid--payments { gap: 6px; }
  .trust-hub-card__title-row { align-items: flex-start; }
  .trust-logo-grid--certification img { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .trust-hub-card__link,
  .trust-help-links a { transition: none !important; }
}
