/* Build 20260724-bd41 */
:root {
  --ink: #122629;
  --ink-soft: #486164;
  --paper: #e7f1f1;
  --paper-strong: #f8fbfa;
  --surface-light: #e7f4f3;
  --surface-light-alt: #c9e0e2;
  --surface-light-card: #f4f8f6;
  --surface-light-teal: #d5e9eb;
  --field: #001719;
  --field-2: #002b2e;
  --field-3: #005961;
  --line: #c9d7d8;
  --line-dark: #0d656d;
  --teal: #005961;
  --teal-bright: #088d9a;
  --red: #fe4848;
  --red-dark: #cf3037;
  --cream: #ffffff;
  --gold: #088d9a;
  --success: #088d9a;
  --header-h: 75px;
  --radius: 6px;
  --shadow: 0 16px 38px rgba(0, 17, 19, 0.18);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
  background: var(--field);
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--field);
  font-family: "Noto Sans Bengali", "Nirmala UI", "Vrinda", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.26;
  background:
    linear-gradient(118deg, transparent 0 34%, rgba(8, 141, 154, 0.17) 34.2% 34.35%, transparent 34.55%),
    linear-gradient(62deg, transparent 0 68%, rgba(254, 72, 72, 0.13) 68.15% 68.3%, transparent 68.5%);
}

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

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

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

button,
input {
  font: inherit;
}

p,
ul,
ol,
blockquote {
  margin: 0;
}

h1,
h2,
h3 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: inherit;
  text-wrap: wrap;
  word-break: normal;
  overflow-wrap: normal;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--red-dark);
  border-radius: var(--radius);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  color: var(--paper);
  background: rgba(0, 23, 25, 0.97);
  border-bottom: 1px solid rgba(8, 141, 154, 0.38);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1600px;
  height: 75px;
  margin: 0 auto;
  padding: 0 30px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand-link img,
.footer-brand img {
  width: auto;
  height: 36px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.desktop-nav a,
.footer-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.desktop-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  background:
    linear-gradient(90deg, var(--teal-bright) 0 58%, transparent 58% 66%, var(--red) 66%);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.active::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.desktop-nav a.active,
.desktop-nav a:hover {
  color: var(--paper);
}

.header-actions,
.hero-actions,
.mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  isolation: isolate;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn-main {
  background: var(--red-dark);
  box-shadow: 0 8px 20px rgba(254, 72, 72, 0.22);
}

.btn-main:hover {
  background: #b8242c;
  box-shadow: 0 10px 24px rgba(254, 72, 72, 0.3);
}

.btn-bonus {
  color: #fff;
  background: var(--teal);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(8, 141, 154, 0.24);
}

.btn-bonus:hover {
  background: #00484e;
  box-shadow: 0 10px 24px rgba(8, 141, 154, 0.32);
}

.btn-ghost {
  color: var(--paper);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.72);
}

.cta-bails::before,
.cta-bails::after {
  position: absolute;
  top: 6px;
  width: 2px;
  height: 7px;
  content: "";
  background: currentColor;
  border-radius: 2px;
  opacity: 0.32;
  transition: transform 120ms ease, height 120ms ease, opacity 120ms ease;
}

.cta-bails::before {
  left: 9px;
}

.cta-bails::after {
  right: 9px;
}

.cta-bails:active,
.cta-bails.is-pressed {
  transform: translateY(2px);
}

.cta-bails:active::before,
.cta-bails:active::after,
.cta-bails.is-pressed::before,
.cta-bails.is-pressed::after {
  height: 3px;
  opacity: 0.72;
  transform: translateY(2px);
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background: var(--paper);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu,
.menu-scrim {
  display: none;
}

.site-shell {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 30px 0;
}

.page-grid {
  display: grid;
  grid-template-columns: 240px 20px minmax(0, 1fr) 20px 240px;
  align-items: start;
}

.main-column {
  grid-column: 3;
  min-width: 0;
}

.sidebar {
  position: sticky;
  top: 95px;
  display: grid;
  gap: 20px;
  max-height: calc(100vh - 115px);
  overflow: auto;
  scrollbar-width: thin;
}

.sidebar-left {
  grid-column: 1;
}

.sidebar-right {
  grid-column: 5;
}

.sidebar-card {
  overflow: hidden;
  color: var(--paper);
  background: rgba(0, 43, 46, 0.92);
  border: 1px solid rgba(8, 141, 154, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.sidebar-kicker,
.sidebar-title {
  display: block;
  padding: 14px 16px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.article-nav {
  padding-bottom: 10px;
}

.article-nav a {
  position: relative;
  display: block;
  padding: 8px 16px 8px 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 17px;
  border-left: 2px solid transparent;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, padding-left 160ms ease;
}

.article-nav a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 1px;
  content: "";
  background: var(--red);
  transform: scaleX(0) translateY(-50%);
  transform-origin: left;
  transition: transform 160ms ease;
}

.article-nav a:hover,
.article-nav a.active {
  padding-left: 24px;
  color: var(--paper);
  background: rgba(8, 141, 154, 0.12);
  border-left-color: var(--teal-bright);
}

.article-nav a:hover::before,
.article-nav a.active::before {
  transform: scaleX(1) translateY(-50%);
}

.app-rail {
  position: relative;
  padding: 22px 18px 18px;
  background:
    linear-gradient(145deg, rgba(0, 89, 97, 0.48), transparent 54%),
    var(--field-2);
  text-align: center;
}

.app-rail::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--teal-bright) 0 64%, var(--red) 64%);
}

.app-rail-logo {
  width: auto;
  height: 28px;
  margin: 0 auto 9px;
}

.app-rail .sidebar-kicker {
  padding: 0 0 12px;
  color: #fff;
  letter-spacing: 0.025em;
}

.app-rail p {
  margin: 14px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 20px;
}

.app-rail .btn {
  width: 100%;
  white-space: normal;
}

.device-glyph {
  display: block;
  width: 76px;
  height: 120px;
  margin: 0 auto;
  overflow: visible;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.26));
}

.device-frame {
  fill: rgba(0, 23, 25, 0.44);
  stroke: #fff;
  stroke-width: 3px;
}

.device-speaker {
  stroke: var(--cream);
  stroke-width: 3px;
}

.device-speaker,
.device-line {
  stroke-linecap: round;
}

.device-line {
  stroke-width: 1.6px;
}

.device-line-teal {
  stroke: var(--teal-bright);
}

.device-line-red {
  stroke: var(--red);
}

.game-rail {
  display: grid;
  gap: 10px;
}

.game-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 12px 64px 12px 14px;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(105deg, rgba(0, 43, 46, 0.98), rgba(0, 89, 97, 0.72)),
    var(--field-2);
  border: 1px solid rgba(8, 141, 154, 0.42);
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.game-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--teal-bright) 0 58%, transparent 58% 66%, var(--red) 66%);
  transform: scaleX(0.36);
  transform-origin: left;
  transition: transform 180ms ease;
}

.game-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  content: "";
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(8, 141, 154, 0.34) 39% 70%, rgba(254, 72, 72, 0.22) 71%);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.game-link:hover {
  border-color: rgba(8, 141, 154, 0.68);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.game-link:hover::before {
  transform: scaleX(1);
}

.game-link > span {
  position: relative;
  z-index: 1;
}

.game-mark {
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--field);
  border: 1px solid rgba(8, 141, 154, 0.68);
  border-radius: 50%;
}

.game-mark svg {
  width: 20px;
  height: 20px;
}

.game-roulette .game-mark {
  color: var(--teal-bright);
}

.game-blackjack .game-mark {
  color: var(--red);
}

.game-slots .game-mark {
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 381px;
  margin-bottom: 20px;
  padding: 65px 30px;
  overflow: hidden;
  color: var(--paper);
  background: var(--field);
  border: 1px solid rgba(8, 141, 154, 0.42);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.03);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0, 17, 19, 0.98) 0%, rgba(0, 17, 19, 0.92) 42%, rgba(0, 17, 19, 0.46) 68%, rgba(0, 17, 19, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 17, 19, 0.42), transparent 48%);
}

.hero::after {
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(32deg, transparent 0 58%, rgba(8, 141, 154, 0.48) 58.2% 58.45%, transparent 58.7%),
    linear-gradient(148deg, transparent 0 69%, rgba(254, 72, 72, 0.4) 69.2% 69.45%, transparent 69.7%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 58px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(660px, 72%);
}

.hero h1 {
  margin-bottom: 16px;
  color: var(--paper-strong);
  text-transform: uppercase;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.28);
}

.hero-copy > p {
  width: 100%;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 25px;
}

.hero-score {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Arial Narrow", sans-serif;
  line-height: 1;
  opacity: 0.34;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.24));
}

.hero-score span {
  font-size: clamp(56px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: -0.09em;
}

.hero-score small {
  padding: 0 0 10px 5px;
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
}

.hero-score i {
  grid-column: 1 / -1;
  width: 100%;
  height: 4px;
  margin-top: 5px;
  background: linear-gradient(90deg, var(--teal-bright) 0 62%, transparent 62% 68%, var(--red) 68%);
}

.platform-icon {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  object-fit: contain;
}

.platform-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 18px;
  white-space: normal;
}

.platform-label > span {
  display: block;
}

.content-section {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(8, 141, 154, 0.1) 0%, rgba(8, 141, 154, 0.025) 34%, transparent 54%),
    var(--surface-light);
  border: 1px solid rgba(8, 141, 154, 0.34);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(0, 17, 19, 0.09);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.content-section.content-tone-light {
  background:
    linear-gradient(135deg, rgba(8, 141, 154, 0.1) 0%, rgba(8, 141, 154, 0.025) 34%, transparent 54%),
    var(--surface-light);
}

.content-section.content-tone-dark {
  background:
    linear-gradient(315deg, rgba(254, 72, 72, 0.045) 0%, transparent 38%),
    linear-gradient(135deg, rgba(8, 141, 154, 0.12) 0%, transparent 52%),
    var(--surface-light-alt);
}

.content-section::before,
.content-section::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  content: "";
  background: linear-gradient(var(--teal-bright), var(--red));
  opacity: 0.34;
  transition: opacity 180ms ease, transform 180ms ease;
}

.content-section::before {
  left: 0;
  transform: translateY(45%);
}

.content-section::after {
  right: 0;
  transform: translateY(-45%);
}

.content-section:hover {
  border-color: rgba(8, 141, 154, 0.46);
  box-shadow: 0 16px 34px rgba(0, 17, 19, 0.13);
}

.content-section:hover::before,
.content-section:hover::after {
  opacity: 0.85;
  transform: translateY(0);
}

.sensitive-section {
  border-color: rgba(8, 141, 154, 0.46);
}

.section-heading {
  width: 100%;
  margin-bottom: 20px;
}

.section-heading h2 {
  min-width: 0;
}

.content-flow {
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: none;
}

.content-flow > * {
  width: 100%;
  max-width: none;
}

.content-flow p,
.content-flow li,
.service-pair p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 23.25px;
}

.content-flow h3 {
  margin-top: 0;
  color: var(--ink);
  text-transform: uppercase;
}

.offer-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.offer-card {
  position: relative;
  min-width: 0;
  padding: 20px 18px 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(8, 141, 154, 0.09), transparent 46%),
    var(--surface-light-card);
  border: 1px solid rgba(8, 141, 154, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(0, 17, 19, 0.09);
}

.offer-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
}

.offer-card-sports::before {
  background: var(--teal-bright);
}

.offer-card-casino::before {
  background: var(--red);
}

.offer-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 27px;
  text-transform: none;
}

.offer-card p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 22px;
}

.source-list {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.source-list li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  column-gap: 8px;
  padding-left: 0;
}

.source-list li::marker {
  content: "";
}

ol.source-list {
  counter-reset: source-order;
}

ol.source-list li {
  counter-increment: source-order;
}

.source-list li::before {
  position: static;
  align-self: start;
  justify-self: center;
  opacity: 0.62;
  transform: translateX(-3px);
  transition: opacity 320ms ease, transform 320ms ease;
}

ol.source-list li::before {
  width: 100%;
  height: auto;
  content: counter(source-order) ".";
  color: var(--red);
  background: none;
  font-weight: 800;
  line-height: inherit;
  text-align: center;
}

ul.source-list li::before {
  width: 8px;
  height: 2px;
  margin-top: 10px;
  content: "";
  background: var(--teal);
}

.source-list.is-revealed li::before {
  opacity: 1;
  transform: translateX(0);
}

.source-list.is-revealed li:nth-child(2)::before {
  transition-delay: 50ms;
}

.source-list.is-revealed li:nth-child(3)::before {
  transition-delay: 100ms;
}

.source-list.is-revealed li:nth-child(4)::before {
  transition-delay: 150ms;
}

.section-cta {
  display: flex;
  justify-content: flex-start;
}

.reader-quote {
  padding: 18px 20px 18px 26px;
  color: var(--ink);
  background: var(--surface-light-teal);
  border-left: 4px solid var(--red);
}

.reader-quote p {
  color: var(--ink);
  font-style: italic;
}

.expert-note {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(8, 141, 154, 0.14), transparent 58%),
    var(--surface-light-teal);
  border: 1px solid rgba(8, 141, 154, 0.28);
  border-radius: var(--radius);
}

.expert-note p {
  color: var(--ink-soft);
}

.expert-updated {
  grid-column: 2;
  color: var(--teal);
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
}

.expert-rating {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 16px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(8, 141, 154, 0.24);
  border-radius: calc(var(--radius) - 4px);
}

.expert-rating-label {
  min-width: 0;
  font-weight: 900;
}

.expert-rating-score {
  color: var(--red);
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.expert-rating-score small {
  color: var(--ink-soft);
  font-size: 14px;
}

.expert-rating-meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 12px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 18px;
}

.expert-review-date,
.expert-rating-count {
  font-weight: 700;
}

.reader-reviews {
  display: grid;
  gap: 18px;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 141, 154, 0.24);
}

.reader-reviews-heading {
  display: grid;
  gap: 4px;
}

.reader-reviews-heading > span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reader-reviews-heading h3 {
  margin: 0;
  color: var(--ink);
}

.reader-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 14px;
}

.reader-review {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(8, 141, 154, 0.1), transparent 58%),
    var(--surface-light-card);
  border: 1px solid rgba(8, 141, 154, 0.25);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(0, 61, 65, 0.08);
}

.reader-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.reader-review-head > div {
  min-width: 0;
}

.reader-review-head h4 {
  margin: 0 0 5px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.3;
}

.reader-review-head strong {
  color: var(--teal);
  font-size: 13px;
}

.reader-review-head time {
  flex: 0 0 auto;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.reader-review p {
  margin: 0;
  color: var(--ink-soft);
}

.reader-review-score {
  display: inline-flex;
  align-items: baseline;
  justify-self: start;
  padding: 7px 11px;
  color: var(--paper-strong);
  background: var(--field-2);
  border-left: 3px solid var(--red);
  border-radius: 7px;
}

.reader-review-score strong {
  font-size: 21px;
  line-height: 1;
}

.reader-review-score span {
  font-size: 12px;
  font-weight: 800;
}

.reader-rating-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px 18px;
  padding: 16px 18px;
  color: var(--paper-strong);
  background:
    linear-gradient(105deg, rgba(8, 141, 154, 0.32), transparent 56%),
    var(--field-2);
  border: 1px solid rgba(8, 141, 154, 0.48);
  border-radius: var(--radius);
}

.reader-rating-summary > span:first-child {
  color: var(--aqua);
  font-weight: 900;
}

.reader-rating-summary > strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--paper-strong);
  font-size: 34px;
  line-height: 1;
}

.reader-rating-summary small {
  color: var(--aqua);
  font-size: 15px;
}

.reader-rating-summary > span:not(:first-child),
.reader-rating-summary time {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
}

.expert-monogram {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--paper-strong);
  background: var(--field-2);
  border-radius: 50%;
  font-weight: 900;
}

.table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  scrollbar-width: thin;
}

.score-table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--surface-light-card);
}

.score-table th,
.score-table td {
  padding: 13px 14px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(201, 215, 216, 0.62);
  border-bottom: 1px solid rgba(201, 215, 216, 0.62);
}

.score-table th:last-child,
.score-table td:last-child {
  border-right: 0;
}

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

.score-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(8, 141, 154, 0.24), transparent 42%),
    var(--field-2);
  font-weight: 800;
}

.score-table thead th:first-child {
  left: 0;
  z-index: 4;
}

.score-table tbody tr:nth-child(even) {
  background: linear-gradient(90deg, rgba(8, 141, 154, 0.08), transparent 72%);
}

.score-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 155px;
  color: var(--ink);
  background: var(--paper);
  border-left: 4px solid rgba(254, 72, 72, 0.72);
  font-weight: 800;
}

.score-table tbody tr {
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.score-table tbody tr:hover {
  background-color: rgba(8, 141, 154, 0.11);
  box-shadow: inset 5px 0 var(--teal);
}

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

.faq-item {
  overflow: hidden;
  background: var(--surface-light-card);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: rgba(8, 141, 154, 0.54);
  box-shadow: 6px 8px 0 rgba(8, 141, 154, 0.08);
  transform: translate(-2px, -2px);
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  grid-column: 1;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--teal) 0 24%, transparent 24% 28%, var(--red) 28% 38%, transparent 38%);
  opacity: 0.25;
  transform: scaleX(0.22);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.faq-item[open] summary::after {
  opacity: 0.66;
  transform: scaleX(1);
}

.faq-answer {
  padding: 0 18px 18px;
}

.promo-banner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 260px;
  margin-bottom: 20px;
  padding: 28px 30px;
  overflow: hidden;
  color: var(--paper);
  background: var(--field-3);
  border: 1px solid rgba(8, 141, 154, 0.42);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.promo-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promo-banner[data-promo-context="promo-betting-sports-deposit"] .promo-media {
  object-position: 94% 78%;
}

.promo-banner::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 17, 19, 0.96) 0%, rgba(0, 17, 19, 0.78) 38%, rgba(0, 17, 19, 0.16) 70%);
}

.promo-copy-right {
  justify-content: flex-end;
}

.promo-copy-right::before {
  background: linear-gradient(270deg, rgba(0, 17, 19, 0.96) 0%, rgba(0, 17, 19, 0.78) 38%, rgba(0, 17, 19, 0.16) 70%);
}

.promo-banner::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--teal-bright) 0 58%, transparent 58% 64%, var(--red) 64%);
  transform: scaleX(0.42);
  transform-origin: left;
  transition: transform 420ms ease;
}

.promo-banner.is-revealed::after {
  transform: scaleX(1);
}

.promo-copy {
  position: relative;
  z-index: 2;
  width: min(520px, 54%);
}

.promo-eyebrow,
.service-eyebrow {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-copy h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 27px;
  line-height: 34px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
}

.promo-copy p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 23px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.48);
}

.site-footer {
  margin-top: 20px;
  color: var(--paper);
  background:
    linear-gradient(145deg, rgba(8, 141, 154, 0.09), transparent 38%),
    #001719;
  border-top: 1px solid rgba(8, 141, 154, 0.34);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) 1fr 1fr minmax(220px, 1.1fr);
  gap: 30px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 34px 30px 28px;
}

.footer-brand,
.footer-links,
.footer-responsible {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand p,
.footer-responsible p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 20px;
}

.footer-links {
  gap: 9px;
}

.footer-links strong {
  margin-bottom: 4px;
  color: var(--cream);
}

.footer-links a {
  width: fit-content;
  font-size: 13px;
}

.age-badge {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--red-dark);
  border: 2px solid var(--paper);
  border-radius: 50%;
  font: 900 17px/1 Arial, sans-serif;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 18px 30px;
  color: rgba(255, 255, 255, 0.54);
  border-top: 1px solid rgba(201, 215, 216, 0.12);
  font-size: 12px;
}

.service-main {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 30px 0;
}

.service-block {
  width: 100%;
  padding: 20px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(8, 141, 154, 0.1), transparent 40%),
    var(--surface-light);
  border: 1px solid rgba(8, 141, 154, 0.32);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--teal);
  font-weight: 800;
}

.service-eyebrow {
  margin-bottom: 8px;
  color: var(--red-dark);
}

.service-block > h1 {
  margin-bottom: 20px;
  color: var(--ink);
  text-transform: uppercase;
}

.service-qa {
  display: grid;
  gap: 20px;
}

.service-pair {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.service-pair h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 29px;
}

.not-found {
  display: grid;
  min-height: 62vh;
  place-items: center;
  padding: 40px 30px;
}

.not-found section {
  width: min(680px, 100%);
  padding: 40px 30px;
  color: var(--paper);
  text-align: center;
  background: var(--field-2);
  border: 1px solid rgba(8, 141, 154, 0.42);
  border-radius: var(--radius);
}

.not-found h1 {
  margin-bottom: 14px;
}

.not-found p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.error-code {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font: 900 72px/1 "Arial Narrow", sans-serif;
  letter-spacing: -0.06em;
}

@media (max-width: 1359.98px) {
  .page-grid {
    display: block;
  }

  .sidebar {
    display: none;
  }

  .main-column {
    width: 100%;
  }
}

@media (max-width: 959.98px) {
  :root {
    --header-h: 60px;
  }

  html {
    scroll-padding-top: 80px;
  }

  .site-header,
  .header-inner {
    height: 60px;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }

  .brand-link img {
    height: 30px;
  }

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

  .menu-toggle {
    display: grid;
  }

  .mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 110;
    display: grid;
    gap: 18px;
    width: 100%;
    max-height: calc(100vh - 60px);
    padding: 18px 16px;
    overflow: auto;
    color: var(--paper);
    background: #002b2e;
    border-bottom: 1px solid rgba(8, 141, 154, 0.34);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.32);
    overscroll-behavior: contain;
  }

  .mobile-menu[hidden],
  .menu-scrim[hidden] {
    display: none;
  }

  .mobile-menu nav {
    display: grid;
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .mobile-menu nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 8px;
    color: rgba(255, 255, 255, 0.76);
    border-bottom: 1px solid rgba(201, 215, 216, 0.12);
    font-weight: 700;
    text-align: center;
  }

  .mobile-menu nav a.active {
    color: var(--paper);
    background: rgba(254, 72, 72, 0.1);
    box-shadow: inset 0 -2px var(--red);
  }

  .mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .mobile-actions .btn {
    width: 100%;
  }

  .menu-scrim {
    position: fixed;
    inset: 60px 0 0;
    z-index: 90;
    display: block;
    background: rgba(0, 17, 19, 0.64);
  }

  .site-shell {
    padding: 20px 16px 0;
  }

  .service-main {
    padding: 20px 16px 0;
  }

  .hero {
    min-height: 350px;
    padding: 46px 24px;
  }

  .hero-copy {
    width: min(660px, 78%);
  }

  .hero-score {
    right: 24px;
    opacity: 0.28;
  }

  .footer-inner {
    grid-template-columns: 1.3fr 1fr 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-responsible {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 370px;
    padding: 40px 20px;
  }

  .hero-media {
    object-position: 68% center;
    opacity: 1;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(0, 17, 19, 0.82) 0%, rgba(0, 17, 19, 0.66) 62%, rgba(0, 17, 19, 0.24) 100%),
      linear-gradient(180deg, rgba(0, 17, 19, 0.08) 0%, rgba(0, 17, 19, 0.54) 100%);
  }

  .hero::after {
    opacity: 0.18;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-score {
    display: none;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .offer-card-grid {
    grid-template-columns: 1fr;
  }

  .content-section,
  .service-block {
    padding: 20px;
  }

  .promo-banner,
  .promo-copy-right {
    min-height: 300px;
    padding: 24px 20px;
  }

  .promo-banner::before,
  .promo-copy-right::before {
    background: linear-gradient(90deg, rgba(0, 17, 19, 0.84) 0%, rgba(0, 17, 19, 0.58) 58%, rgba(0, 17, 19, 0.18) 100%);
  }

  .promo-banner[data-promo-context="promo-sports-first-deposit"] .promo-media {
    object-position: 4% center;
    filter: brightness(1.24) saturate(1.08) contrast(1.02);
  }

  .promo-banner[data-promo-context="promo-betting-sports-deposit"] .promo-media {
    object-position: 70% center;
    filter: brightness(1.08) saturate(1.06) contrast(1.03);
  }

  .promo-banner[data-promo-context="promo-betting-first-deposit"] .promo-media {
    object-position: 5% center;
    filter: brightness(1.12) saturate(1.06) contrast(1.03);
  }

  .promo-banner[data-promo-context="promo-sports-first-deposit"]::before,
  .promo-banner[data-promo-context="promo-betting-sports-deposit"]::before,
  .promo-banner[data-promo-context="promo-betting-first-deposit"]::before {
    background: linear-gradient(
      180deg,
      rgba(0, 17, 19, 0.03) 0%,
      rgba(0, 17, 19, 0.12) 34%,
      rgba(0, 17, 19, 0.62) 66%,
      rgba(0, 17, 19, 0.84) 100%
    );
  }

  .promo-banner[data-promo-context="promo-betting-sports-deposit"] {
    align-items: center;
    justify-content: flex-start;
  }

  .promo-banner[data-promo-context="promo-betting-sports-deposit"] .promo-copy {
    width: 64%;
    padding-top: 0;
  }

  .promo-banner[data-promo-context="promo-betting-sports-deposit"]::before {
    background: linear-gradient(
      90deg,
      rgba(0, 17, 19, 0.84) 0%,
      rgba(0, 17, 19, 0.72) 48%,
      rgba(0, 17, 19, 0.24) 72%,
      rgba(0, 17, 19, 0.04) 100%
    );
  }

  .promo-copy {
    width: 72%;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .promo-copy-right {
    justify-content: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-responsible {
    grid-column: 1 / -1;
  }
}

@media (max-width: 637.98px) {
  body {
    font-size: 15px;
  }

  h1,
  h2 {
    font-size: 26px;
    line-height: 33px;
  }

  h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero {
    min-height: 390px;
    padding: 34px 20px;
  }

  .hero-media {
    object-position: 70% center;
  }

  .hero-copy > p {
    font-size: 15px;
    line-height: 23px;
  }

  .promo-banner,
  .promo-copy-right {
    min-height: 340px;
    align-items: flex-end;
  }

  .promo-media {
    object-position: 58% center;
  }

  .promo-copy {
    width: 100%;
    padding-top: 80px;
  }

  .promo-copy h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .faq-item summary {
    padding: 15px 12px;
  }

  .faq-answer {
    padding: 0 12px 16px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-links,
  .footer-responsible {
    grid-column: auto;
    align-items: flex-start;
    text-align: left;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}

@media (max-width: 389.98px) {
  .site-shell,
  .service-main {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header-inner {
    padding-right: 12px;
    padding-left: 12px;
  }

  .content-section,
  .service-block {
    padding: 16px;
  }

  .hero {
    min-height: 410px;
    padding: 30px 16px;
  }

  .hero-media {
    object-position: 72% center;
  }

  .hero-actions,
  .mobile-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-actions .btn,
  .mobile-actions .btn {
    width: 100%;
    white-space: normal;
  }

  .promo-banner,
  .promo-copy-right {
    min-height: 380px;
    padding: 20px 16px;
  }

  .promo-media {
    object-position: 62% center;
  }

  .promo-copy .btn {
    width: 100%;
    white-space: normal;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .source-list li::before,
  .promo-banner::after {
    opacity: 0.6;
    transform: none;
  }
}
