:root {
  --bg: #090b10;
  --bg-2: #10141c;
  --bg-3: #171d28;
  --line: rgba(232, 238, 248, 0.08);
  --line-strong: rgba(232, 238, 248, 0.16);
  --text: #f3f5f8;
  --muted: #9aa4b5;
  --faint: #6d7788;
  --teal: #4ea8ff;
  --teal-2: #2f7de8;
  --teal-dim: rgba(78, 168, 255, 0.14);
  --gold: #e7c36a;
  --gold-2: #c9a24a;
  --danger: #ff7a86;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --header: 64px;
  --green: #00b24b;
  --green-hover: #00c853;
  --tr-red: #e30a17;
  --tr-red-deep: #8e0810;
  --tr-white: #f4f6f8;
  --tr-red-dim: rgba(227, 10, 23, 0.16);
  --tr-white-dim: rgba(244, 246, 248, 0.08);
  --font: "Segoe UI Variable", "Segoe UI", "Avenir Next", Avenir, "Century Gothic", Futura, sans-serif;
  --wrap: 1180px;
  --page-pad: 32px;
  --section-gap: 28px;
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
}

body {
  overflow-x: clip;
  background-color: var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: -80px;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/pattern-tr.svg");
  background-size: 960px 960px;
  background-repeat: repeat;
  opacity: 0.03;
  animation: bg-drift 70s linear infinite, symbol-breathe 10s ease-in-out infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: -18%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(520px 300px at 18% 22%, rgba(227, 10, 23, 0.05), transparent 72%),
    radial-gradient(580px 320px at 78% 16%, rgba(78, 168, 255, 0.045), transparent 74%),
    radial-gradient(460px 260px at 66% 78%, rgba(244, 246, 248, 0.018), transparent 76%);
  filter: blur(22px);
  transform-origin: 50% 50%;
  animation: bg-aurora 32s ease-in-out infinite alternate;
}

.site-fx {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-fx-moon {
  position: absolute;
  border-radius: 50%;
  background: #5a3236;
  -webkit-mask: radial-gradient(circle at 30% 38%, transparent 42%, #000 44%);
  mask: radial-gradient(circle at 30% 38%, transparent 42%, #000 44%);
  opacity: 0.16;
  animation: moon-float 14s ease-in-out infinite;
}

.site-fx-moon:nth-child(1) {
  top: 16%;
  left: 6%;
  width: 32px;
  height: 32px;
  animation-duration: 16s;
}

.site-fx-moon:nth-child(2) {
  top: 24%;
  right: 10%;
  width: 20px;
  height: 20px;
  background: #6d737c;
  animation-duration: 22s;
  animation-delay: -6s;
}

.site-fx-moon:nth-child(3) {
  top: 72%;
  left: 14%;
  width: 26px;
  height: 26px;
  animation-duration: 20s;
  animation-delay: -10s;
}

.site-fx-moon:nth-child(4) {
  bottom: 14%;
  right: 12%;
  width: 18px;
  height: 18px;
  background: #8d939c;
  animation-duration: 24s;
  animation-delay: -3s;
}

.site-fx-star {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #c9cdd4;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.14;
  animation: star-twinkle 5.5s ease-in-out infinite;
}

.site-fx-star:nth-child(5) {
  top: 18%;
  left: 28%;
  animation-duration: 6s;
}

.site-fx-star:nth-child(6) {
  top: 42%;
  right: 22%;
  width: 6px;
  height: 6px;
  animation-duration: 8.5s;
  animation-delay: -2s;
}

.site-fx-star:nth-child(7) {
  bottom: 22%;
  left: 38%;
  width: 7px;
  height: 7px;
  animation-duration: 9s;
  animation-delay: -4s;
}

.site-fx-star:nth-child(8) {
  top: 62%;
  right: 8%;
  width: 5px;
  height: 5px;
  animation-duration: 7.5s;
  animation-delay: -1.5s;
}

body.page-casino,
body.page-canli-casino {
  background-image:
    radial-gradient(720px 380px at 12% -6%, rgba(231, 195, 106, 0.04), transparent 58%),
    radial-gradient(640px 340px at 98% 2%, rgba(78, 168, 255, 0.04), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-casino::before,
body.page-canli-casino::before {
  background-image: url("../img/pattern-chip.svg");
}

body.page-casino::after,
body.page-canli-casino::after {
  background:
    radial-gradient(520px 300px at 22% 26%, rgba(231, 195, 106, 0.045), transparent 72%),
    radial-gradient(580px 320px at 76% 18%, rgba(78, 168, 255, 0.04), transparent 74%),
    radial-gradient(460px 260px at 62% 80%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-casino .site-fx-moon,
body.page-canli-casino .site-fx-moon {
  background: #4a4030;
}

body.page-casino .site-fx-star,
body.page-canli-casino .site-fx-star {
  background: #d4c4a0;
}

body.page-slot {
  background-image:
    radial-gradient(720px 380px at 6% -4%, rgba(231, 195, 106, 0.042), transparent 58%),
    radial-gradient(640px 340px at 94% 6%, rgba(180, 110, 255, 0.03), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-slot::before {
  background-image: url("../img/pattern-reel.svg");
}

body.page-slot::after {
  background:
    radial-gradient(520px 300px at 16% 20%, rgba(231, 195, 106, 0.045), transparent 72%),
    radial-gradient(580px 320px at 82% 22%, rgba(160, 100, 230, 0.035), transparent 74%),
    radial-gradient(460px 260px at 58% 76%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-slot .site-fx-moon {
  background: #46384a;
}

body.page-slot .site-fx-star {
  background: #d8c6e4;
}

body.page-bahis {
  background-image:
    radial-gradient(720px 380px at 10% -8%, rgba(46, 110, 70, 0.045), transparent 58%),
    radial-gradient(640px 340px at 100% 0%, rgba(231, 195, 106, 0.038), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-bahis::before {
  background-image: url("../img/pattern-pitch.svg");
}

body.page-bahis::after {
  background:
    radial-gradient(520px 300px at 18% 24%, rgba(46, 110, 70, 0.05), transparent 72%),
    radial-gradient(580px 320px at 80% 14%, rgba(231, 195, 106, 0.04), transparent 74%),
    radial-gradient(460px 260px at 64% 80%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-bahis .site-fx-moon {
  background: #2f4636;
}

body.page-bahis .site-fx-star {
  background: #c5d0c8;
}

body.page-livebet {
  background-image:
    radial-gradient(720px 380px at 8% -6%, rgba(36, 96, 70, 0.045), transparent 58%),
    radial-gradient(640px 340px at 96% 4%, rgba(78, 168, 255, 0.04), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-livebet::before {
  background-image: url("../img/pattern-pitch.svg");
}

body.page-livebet::after {
  background:
    radial-gradient(520px 300px at 24% 18%, rgba(36, 96, 70, 0.05), transparent 72%),
    radial-gradient(580px 320px at 74% 20%, rgba(78, 168, 255, 0.042), transparent 74%),
    radial-gradient(460px 260px at 70% 76%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-livebet .site-fx-moon {
  background: #2a403c;
}

body.page-livebet .site-fx-star {
  background: #c4d4d8;
}

body.page-bonus {
  background-image:
    radial-gradient(720px 380px at 14% -8%, rgba(231, 195, 106, 0.045), transparent 58%),
    radial-gradient(640px 340px at 100% 2%, rgba(0, 178, 75, 0.03), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-bonus::before {
  background-image: url("../img/pattern-coin.svg");
}

body.page-bonus::after {
  background:
    radial-gradient(520px 300px at 20% 22%, rgba(231, 195, 106, 0.05), transparent 72%),
    radial-gradient(580px 320px at 78% 16%, rgba(0, 178, 75, 0.032), transparent 74%),
    radial-gradient(460px 260px at 60% 78%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-bonus .site-fx-moon {
  background: #4a4028;
}

body.page-bonus .site-fx-star {
  background: #e2d4a8;
}

body.page-app {
  background-image:
    radial-gradient(720px 380px at 8% -8%, rgba(78, 168, 255, 0.045), transparent 58%),
    radial-gradient(640px 340px at 100% 0%, rgba(244, 246, 248, 0.028), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-app::before {
  background-image: url("../img/pattern-phone.svg");
}

body.page-app::after {
  background:
    radial-gradient(520px 300px at 16% 20%, rgba(78, 168, 255, 0.05), transparent 72%),
    radial-gradient(580px 320px at 82% 18%, rgba(244, 246, 248, 0.02), transparent 74%),
    radial-gradient(460px 260px at 66% 78%, rgba(78, 168, 255, 0.028), transparent 76%);
}

body.page-app .site-fx-moon {
  background: #323a48;
}

body.page-app .site-fx-star {
  background: #c8d4e4;
}

body.page-odeme,
body.page-yatirma,
body.page-cekme {
  background-image:
    radial-gradient(720px 380px at 10% -8%, rgba(78, 168, 255, 0.04), transparent 58%),
    radial-gradient(640px 340px at 98% 0%, rgba(231, 195, 106, 0.038), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-odeme::before,
body.page-yatirma::before,
body.page-cekme::before {
  background-image: url("../img/pattern-coin.svg");
}

body.page-odeme::after,
body.page-yatirma::after,
body.page-cekme::after {
  background:
    radial-gradient(520px 300px at 18% 22%, rgba(78, 168, 255, 0.045), transparent 72%),
    radial-gradient(580px 320px at 80% 16%, rgba(231, 195, 106, 0.04), transparent 74%),
    radial-gradient(460px 260px at 58% 80%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-odeme .site-fx-moon,
body.page-yatirma .site-fx-moon,
body.page-cekme .site-fx-moon {
  background: #3a4030;
}

body.page-yatirma {
  background-image:
    radial-gradient(720px 380px at 8% -8%, rgba(0, 178, 75, 0.035), transparent 58%),
    radial-gradient(640px 340px at 100% 0%, rgba(78, 168, 255, 0.04), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-cekme {
  background-image:
    radial-gradient(720px 380px at 12% -6%, rgba(231, 195, 106, 0.04), transparent 58%),
    radial-gradient(640px 340px at 96% 2%, rgba(78, 168, 255, 0.038), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-giris,
body.page-kayit {
  background-image:
    radial-gradient(720px 380px at 8% -8%, rgba(78, 168, 255, 0.045), transparent 58%),
    radial-gradient(640px 340px at 100% 0%, rgba(231, 195, 106, 0.032), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-giris::before,
body.page-kayit::before {
  background-image: url("../img/pattern-lock.svg");
}

body.page-giris::after,
body.page-kayit::after {
  background:
    radial-gradient(520px 300px at 20% 22%, rgba(78, 168, 255, 0.05), transparent 72%),
    radial-gradient(580px 320px at 76% 16%, rgba(231, 195, 106, 0.035), transparent 74%),
    radial-gradient(460px 260px at 64% 78%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-giris .site-fx-moon,
body.page-kayit .site-fx-moon {
  background: #343c48;
}

body.page-kayit {
  background-image:
    radial-gradient(720px 380px at 10% -6%, rgba(231, 195, 106, 0.042), transparent 58%),
    radial-gradient(640px 340px at 98% 2%, rgba(78, 168, 255, 0.04), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-guvenlik {
  background-image:
    radial-gradient(720px 380px at 8% -8%, rgba(78, 168, 255, 0.04), transparent 58%),
    radial-gradient(640px 340px at 100% 0%, rgba(227, 10, 23, 0.035), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-guvenlik::before {
  background-image: url("../img/pattern-lock.svg");
}

body.page-guvenlik::after {
  background:
    radial-gradient(520px 300px at 18% 22%, rgba(78, 168, 255, 0.045), transparent 72%),
    radial-gradient(580px 320px at 80% 16%, rgba(227, 10, 23, 0.038), transparent 74%),
    radial-gradient(460px 260px at 66% 78%, rgba(244, 246, 248, 0.016), transparent 76%);
}

body.page-guvenlik .site-fx-moon {
  background: #3a3236;
}

body.page-destek,
body.page-sss {
  background-image:
    radial-gradient(720px 380px at 8% -8%, rgba(78, 168, 255, 0.042), transparent 58%),
    radial-gradient(640px 340px at 100% 0%, rgba(244, 246, 248, 0.024), transparent 55%),
    linear-gradient(180deg, #0b0c10 0%, var(--bg) 32%);
}

body.page-destek::before,
body.page-sss::before {
  background-image: url("../img/pattern-help.svg");
}

body.page-destek::after,
body.page-sss::after {
  background:
    radial-gradient(520px 300px at 16% 24%, rgba(78, 168, 255, 0.048), transparent 72%),
    radial-gradient(580px 320px at 78% 18%, rgba(244, 246, 248, 0.02), transparent 74%),
    radial-gradient(460px 260px at 62% 80%, rgba(78, 168, 255, 0.028), transparent 76%);
}

body.page-destek .site-fx-moon,
body.page-sss .site-fx-moon {
  background: #333a46;
}

body.page-sss .site-fx-star,
body.page-destek .site-fx-star {
  background: #c6d2e0;
}

body.page-404 {
  background-color: var(--bg);
}

body,
body[class] {
  background-image: none;
  background-color: var(--bg);
}

body::before,
body::after,
body[class]::before,
body[class]::after {
  display: none;
}

.site-fx {
  display: none;
}

@keyframes bg-drift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 960px 480px;
  }
}

@keyframes symbol-breathe {
  0%,
  100% {
    opacity: 0.018;
  }
  50% {
    opacity: 0.045;
  }
}

@keyframes bg-aurora {
  0% {
    opacity: 0.28;
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  45% {
    opacity: 0.42;
    transform: translate3d(2%, 1%, 0) scale(1.04);
  }
  100% {
    opacity: 0.32;
    transform: translate3d(-1%, 2%, 0) scale(1.02);
  }
}

@keyframes moon-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(-22deg);
    opacity: 0.1;
  }
  50% {
    transform: translate3d(22px, -42px, 0) rotate(18deg);
    opacity: 0.28;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-22deg);
    opacity: 0.1;
  }
}

@keyframes star-twinkle {
  0%,
  100% {
    opacity: 0.06;
    transform: scale(0.75) rotate(0deg);
  }
  50% {
    opacity: 0.32;
    transform: scale(1.2) rotate(20deg);
  }
}

.reveal-on-scroll {
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.js-reveal .reveal-on-scroll {
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.js-reveal .reveal-on-scroll:not(.is-revealed) {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

html.js-reveal .reveal-on-scroll.is-revealed {
  opacity: 1;
}

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

body.nav-open {
  overflow: hidden;
}

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

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

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

button,
input {
  font: inherit;
}

.wrap {
  width: min(calc(100% - var(--page-pad)), var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  overflow: visible;
  border-bottom: 0;
  background: #141415;
}

.site-header.is-stuck {
  background: rgba(20, 20, 21, 0.94);
  backdrop-filter: blur(12px);
}

.header-bar {
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
  min-width: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-right: auto;
}

.brand img {
  width: 86px;
  height: 36px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 11px;
  color: var(--muted);
  font-weight: 600;
  font-size: 14.5px;
  border-radius: 10px;
  transition: color 0.16s ease, background 0.16s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.nav-item {
  position: relative;
}

.nav-item:hover::after,
.nav-item:focus-within::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 16px;
  z-index: 1;
}

.nav-fly {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  min-width: 200px;
  margin: 0;
  padding: 10px 8px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: opacity 0.16s ease, visibility 0.16s ease;
}

.nav-fly::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: #141924;
  box-shadow: var(--shadow);
}

.nav-item:hover .nav-fly,
.nav-item:focus-within .nav-fly {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-fly a {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}

.nav-fly a {
  transition: background 0.16s ease, color 0.16s ease;
}

.nav-fly a:hover {
  background: var(--teal-dim);
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 0;
}

.header-actions .btn {
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: none;
}

.header-actions .btn-line {
  background: #2a2a2c;
  color: #f0f2f5;
}

.header-actions .btn:hover,
.header-actions .btn:active {
  transform: none;
}

.header-actions .btn-line:hover {
  background: #333336;
  color: #fff;
  border-color: transparent;
}

.header-actions .btn-gold {
  background: var(--green);
  color: #fff;
}

.header-actions .btn-gold:hover {
  background: var(--green-hover);
  filter: none;
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: none;
}

.btn-line {
  background: #2a2a2c;
  color: #f0f2f5;
}

.btn-line:hover {
  background: #333336;
  color: #fff;
}

.btn-gold,
.btn-green {
  background: var(--green);
  color: #fff;
}

.btn-gold:hover,
.btn-green:hover {
  background: var(--green-hover);
  color: #fff;
  filter: none;
}

.btn-wide {
  min-width: 168px;
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #2a2a2c;
  color: #fff;
  padding: 0;
}

.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 16px;
  height: 1.5px;
  background: currentColor;
  margin: 0 auto;
  position: relative;
  transition: transform 0.18s ease, top 0.18s ease, background 0.18s ease;
}

.burger span::before,
.burger span::after {
  content: "";
  position: absolute;
  left: 0;
}

.burger span::before {
  top: -5px;
}

.burger span::after {
  top: 5px;
}

body.nav-open .burger span {
  background: transparent;
}

body.nav-open .burger span::before {
  top: 0;
  transform: rotate(45deg);
}

body.nav-open .burger span::after {
  top: 0;
  transform: rotate(-45deg);
}

.btn-ghost {
  background: #2a2a2c;
  color: #f0f2f5;
}

.btn-ghost:hover {
  background: #333336;
  color: #fff;
}

.btn-lg {
  min-height: 48px;
  padding: 0 22px;
}

.hero {
  padding: 16px 0 12px;
}

.hero-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 32px 36px 30px;
  margin: 8px 0 8px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(ellipse 48% 80% at 92% 18%, rgba(78, 168, 255, 0.18), transparent 58%),
    radial-gradient(ellipse 36% 70% at 8% 88%, rgba(227, 10, 23, 0.12), transparent 62%),
    linear-gradient(118deg, #0a0c10 12%, #10151c 58%, #0d1210 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 50px rgba(0, 0, 0, 0.32);
}

.hero-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/pattern-tr.svg");
  background-size: 960px 960px;
  opacity: 0.035;
  pointer-events: none;
  animation: bg-drift 120s linear infinite reverse;
}

.hero-page::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  width: 220px;
  height: 220px;
  translate: 0 -50%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.28), transparent 18%),
    radial-gradient(circle at 48% 46%, rgba(183, 220, 255, 0.55) 0%, rgba(78, 168, 255, 0.28) 34%, transparent 68%);
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
  animation: hero-orb-pulse 8s ease-in-out infinite;
}

.hero-page > * {
  position: relative;
  z-index: 1;
}

.hero-page .kicker {
  color: #e8edf3;
  gap: 8px;
}

.hero-page .kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tr-red);
  box-shadow: 0 0 10px rgba(227, 10, 23, 0.85);
}

.hero-page h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  margin-bottom: 12px;
  max-width: 18ch;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.hero-page .lead {
  max-width: 62ch;
  color: #c8ccd3;
  margin-bottom: 20px;
}

.hero-page .cta-row {
  margin-bottom: 0;
}

.hero-page .ticket {
  margin: 0 0 16px;
  max-width: 520px;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(10px);
}

.hero-page .note {
  margin: 18px 0 0;
  max-width: 72ch;
  background: var(--teal-dim);
}

.hero-page--app {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--app::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.68) 34%, rgba(7, 8, 12, 0.22) 62%, rgba(7, 8, 12, 0.08) 100%),
    url("../img/hero-app.jpg") 74% 46% / cover no-repeat;
}

.hero-page--app::after {
  display: none;
}

.hero-page--app h1 {
  max-width: 14ch;
}

.hero-page--app .lead {
  max-width: 46ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--bonus {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--bonus::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.92) 0%, rgba(7, 8, 12, 0.74) 34%, rgba(7, 8, 12, 0.28) 60%, rgba(7, 8, 12, 0.1) 100%),
    url("../img/hero-bonus.jpg") 78% 54% / cover no-repeat;
}

.hero-page--bonus::after {
  display: none;
}

.hero-page--bonus h1 {
  max-width: 16ch;
}

.hero-page--bonus .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--casino {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--casino::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.7) 32%, rgba(7, 8, 12, 0.28) 58%, rgba(7, 8, 12, 0.12) 100%),
    url("../img/hero-casino.jpg?v=2") 68% 48% / cover no-repeat;
}

.hero-page--casino::after {
  display: none;
}

.hero-page--casino h1 {
  max-width: 16ch;
}

.hero-page--casino .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--slot {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--slot::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.7) 32%, rgba(7, 8, 12, 0.28) 58%, rgba(7, 8, 12, 0.12) 100%),
    url("../img/hero-slot.jpg") 78% 46% / cover no-repeat;
}

.hero-page--slot::after {
  display: none;
}

.hero-page--slot h1 {
  max-width: 14ch;
}

.hero-page--slot .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--canli {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--canli::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.7) 32%, rgba(7, 8, 12, 0.28) 58%, rgba(7, 8, 12, 0.12) 100%),
    url("../img/hero-canli.jpg") 78% 46% / cover no-repeat;
}

.hero-page--canli::after {
  display: none;
}

.hero-page--canli h1 {
  max-width: 16ch;
}

.hero-page--canli .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--bahis {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--bahis::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.7) 32%, rgba(7, 8, 12, 0.28) 58%, rgba(7, 8, 12, 0.12) 100%),
    url("../img/hero-bahis.jpg") 72% 52% / cover no-repeat;
}

.hero-page--bahis::after {
  display: none;
}

.hero-page--bahis h1 {
  max-width: 12ch;
}

.hero-page--bahis .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--livebet {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--livebet::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.7) 32%, rgba(7, 8, 12, 0.28) 58%, rgba(7, 8, 12, 0.12) 100%),
    url("../img/hero-livebet.jpg") 78% 46% / cover no-repeat;
}

.hero-page--livebet::after {
  display: none;
}

.hero-page--livebet h1 {
  max-width: 16ch;
}

.hero-page--livebet .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--odeme {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--odeme::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.92) 0%, rgba(7, 8, 12, 0.72) 34%, rgba(7, 8, 12, 0.28) 60%, rgba(7, 8, 12, 0.1) 100%),
    url("../img/hero-odeme.jpg") 78% 52% / cover no-repeat;
}

.hero-page--odeme::after {
  display: none;
}

.hero-page--odeme h1 {
  max-width: 14ch;
}

.hero-page--odeme .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--giris {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--giris::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.95) 0%, rgba(7, 8, 12, 0.78) 38%, rgba(7, 8, 12, 0.32) 64%, rgba(7, 8, 12, 0.08) 100%),
    url("../img/hero-giris.jpg") 78% 50% / cover no-repeat;
}

.hero-page--giris::after {
  display: none;
}

.hero-page--giris h1 {
  max-width: 17ch;
}

.hero-page--giris .lead {
  max-width: 50ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.64);
}

.hero-page--para-yatirma {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--para-yatirma::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.94) 0%, rgba(7, 8, 12, 0.75) 36%, rgba(7, 8, 12, 0.3) 62%, rgba(7, 8, 12, 0.08) 100%),
    url("../img/hero-para-yatirma.jpg") 78% 50% / cover no-repeat;
}

.hero-page--para-yatirma::after {
  display: none;
}

.hero-page--para-yatirma h1 {
  max-width: 15ch;
}

.hero-page--para-yatirma .lead {
  max-width: 50ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.62);
}

.hero-page--para-cekme {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--para-cekme::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.95) 0%, rgba(7, 8, 12, 0.76) 36%, rgba(7, 8, 12, 0.3) 62%, rgba(7, 8, 12, 0.08) 100%),
    url("../img/hero-para-cekme.jpg") 78% 50% / cover no-repeat;
}

.hero-page--para-cekme::after {
  display: none;
}

.hero-page--para-cekme h1 {
  max-width: 15ch;
}

.hero-page--para-cekme .lead {
  max-width: 50ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.64);
}

.hero-page--destek {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--destek::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.92) 0%, rgba(7, 8, 12, 0.74) 36%, rgba(7, 8, 12, 0.28) 62%, rgba(7, 8, 12, 0.1) 100%),
    url("../img/hero-destek.jpg") 78% 42% / cover no-repeat;
}

.hero-page--destek::after {
  display: none;
}

.hero-page--destek h1 {
  max-width: 16ch;
}

.hero-page--destek .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--guvenlik {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--guvenlik::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.94) 0%, rgba(7, 8, 12, 0.76) 36%, rgba(7, 8, 12, 0.3) 62%, rgba(7, 8, 12, 0.08) 100%),
    url("../img/hero-guvenlik.jpg") 78% 48% / cover no-repeat;
}

.hero-page--guvenlik::after {
  display: none;
}

.hero-page--guvenlik h1 {
  max-width: 14ch;
}

.hero-page--guvenlik .lead {
  max-width: 50ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.62);
}

.hero-page--404 {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1016;
}

.hero-page--404::before {
  opacity: 1;
  animation: none;
  background:
    linear-gradient(92deg, rgba(7, 8, 12, 0.92) 0%, rgba(7, 8, 12, 0.74) 36%, rgba(7, 8, 12, 0.28) 62%, rgba(7, 8, 12, 0.1) 100%),
    url("../img/hero-404.jpg") 78% 48% / cover no-repeat;
}

.hero-page--404::after {
  display: none;
}

.hero-page--404 h1 {
  max-width: 16ch;
}

.hero-page--404 .lead {
  max-width: 48ch;
  color: #d8dde6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero-page--bonus .ticket {
  background:
    linear-gradient(105deg, rgba(24, 20, 12, 0.78) 0%, rgba(8, 10, 14, 0.7) 55%, rgba(8, 10, 14, 0.55) 100%);
  border: 1px solid rgba(231, 195, 106, 0.4);
  box-shadow:
    0 0 0 1px rgba(231, 195, 106, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-page--bonus .note {
  background: rgba(8, 14, 22, 0.66);
  backdrop-filter: blur(12px);
  border-left: 3px solid var(--teal);
}

.hero-banner {
  position: relative;
  min-height: 520px;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #07080c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 70px rgba(0, 0, 0, 0.42);
}

.hero-visual {
  position: absolute;
  inset: 0;
  background: #07080c;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 0%;
  display: block;
  transform: scale(1.04);
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/pattern-tr.svg");
  background-size: 960px 960px;
  opacity: 0.03;
  pointer-events: none;
  animation: bg-drift 140s linear infinite reverse;
}

.hero-aurora {
  position: absolute;
  right: -12%;
  top: -30%;
  width: 72%;
  height: 140%;
  background:
    radial-gradient(circle at 40% 40%, rgba(78, 168, 255, 0.22), transparent 42%),
    radial-gradient(circle at 18% 72%, rgba(227, 10, 23, 0.16), transparent 44%),
    radial-gradient(circle at 70% 70%, rgba(244, 246, 248, 0.08), transparent 46%);
  filter: blur(18px);
  pointer-events: none;
}

.hero-mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 80% at 82% 50%, #000 10%, transparent 72%);
  opacity: 0.45;
  transform: perspective(900px) rotateY(-22deg) scale(1.15);
  transform-origin: 80% 50%;
}

.hero-orb {
  position: absolute;
  right: 8%;
  top: 50%;
  width: min(340px, 38vw);
  height: min(340px, 38vw);
  translate: 0 -50%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.55), transparent 18%),
    radial-gradient(circle at 46% 42%, #b7dcff 0%, #4ea8ff 28%, #1e5fc4 58%, #061018 78%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 80px rgba(78, 168, 255, 0.35),
    inset 0 -30px 50px rgba(0, 0, 0, 0.35);
  animation: hero-orb-pulse 7s ease-in-out infinite;
}

.hero-orb--soft {
  right: 22%;
  top: 28%;
  width: 90px;
  height: 90px;
  translate: 0 0;
  opacity: 0.45;
  filter: blur(1px);
  animation-duration: 9s;
  animation-delay: -2s;
}

.hero-ring {
  position: absolute;
  right: 4%;
  top: 50%;
  width: min(430px, 48vw);
  height: min(430px, 48vw);
  translate: 0 -50%;
  border-radius: 50%;
  border: 1px solid rgba(78, 168, 255, 0.22);
  box-shadow:
    0 0 0 18px rgba(78, 168, 255, 0.04),
    0 0 60px rgba(78, 168, 255, 0.12);
}

.hero-ring::before,
.hero-ring::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-ring::after {
  inset: 56px;
  border-color: rgba(78, 168, 255, 0.16);
}

.hero-chip {
  position: absolute;
  right: 18%;
  bottom: 18%;
  width: 150px;
  height: 92px;
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 42%, rgba(78, 168, 255, 0.08)),
    rgba(12, 16, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  transform: rotate(-12deg);
}

.hero-chip::before {
  content: "1";
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.08em;
  color: #fff;
}

.hero-chip::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #c8e4ff, #4ea8ff 55%, #1e5fc4);
  box-shadow: 0 0 16px rgba(78, 168, 255, 0.45);
}

.hero-wordmark {
  position: absolute;
  right: 6%;
  bottom: 10%;
  font-size: clamp(64px, 10vw, 132px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  color: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}

@keyframes hero-orb-pulse {
  0%,
  100% {
    filter: saturate(1);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 80px rgba(78, 168, 255, 0.32),
      inset 0 -30px 50px rgba(0, 0, 0, 0.35);
  }
  50% {
    filter: saturate(1.15);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 110px rgba(78, 168, 255, 0.48),
      inset 0 -30px 50px rgba(0, 0, 0, 0.28);
  }
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 8, 12, 0.88) 0%,
      rgba(7, 8, 12, 0.62) 28%,
      rgba(7, 8, 12, 0.22) 52%,
      rgba(7, 8, 12, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(7, 8, 12, 0.18), transparent 32%, rgba(7, 8, 12, 0.42) 100%);
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 40px;
  max-width: 640px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tr-white);
  margin-bottom: 12px;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tr-red);
  box-shadow: 0 0 10px rgba(227, 10, 23, 0.85);
}

.hero-copy h1 {
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  margin: 0 0 14px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.hero-copy .lead {
  margin: 0 0 18px;
  max-width: 46ch;
  font-size: 1.05rem;
  color: #c8ccd3;
}

.hero-copy .lead strong {
  color: #fff;
}

.hero-copy .lead a {
  color: var(--teal);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.hero-actions .btn-green {
  box-shadow: 0 8px 28px rgba(0, 178, 75, 0.28);
}

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

  .hero-orb,
  .hero-page::after {
    animation: none;
  }

  .btn,
  .btn:hover,
  .nav-fly,
  .nav-link,
  .faq summary::after,
  .game-card,
  .game-see-all {
    filter: none;
  }

}

.disclosure {
  margin: 0 0 14px;
  font-size: 0.84rem;
  color: var(--muted);
  max-width: 46ch;
}

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

.chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(244, 246, 248, 0.16);
  color: var(--tr-white);
  font-size: 0.78rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.chips .chip:nth-child(2) {
  border-color: rgba(227, 10, 23, 0.45);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--teal);
}

h1,
.h1 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
}

h1 span,
.accent {
  color: var(--teal);
}

.lead {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  margin: 0 0 22px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.section {
  padding: var(--section-gap) 0 12px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 18px;
}

h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: -0.03em;
}

.sub {
  margin: 0;
  color: var(--muted);
  max-width: 620px;
}

.platform-overview {
  padding-top: calc(var(--section-gap) + 8px);
}

.platform-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
  margin-bottom: 28px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: #0a0e14;
}

.platform-intro::before,
.platform-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.platform-intro::before {
  z-index: -2;
  background: url("../img/platform-overview-bg.jpg") 72% 52% / cover no-repeat;
  opacity: 0.88;
}

.platform-intro::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 10, 17, 0.97) 0%, rgba(5, 10, 17, 0.86) 34%, rgba(5, 10, 17, 0.66) 65%, rgba(5, 10, 17, 0.48) 100%),
    linear-gradient(180deg, rgba(8, 17, 28, 0.1), rgba(4, 8, 14, 0.46));
}

.platform-intro__title {
  position: sticky;
  top: calc(var(--header) + 24px);
}

.platform-intro__title h2 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.platform-intro__copy {
  display: grid;
  gap: 16px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.platform-intro__copy p {
  margin: 0;
  color: #b3bdcb;
  font-size: 1rem;
  line-height: 1.75;
}

.platform-intro__copy p:first-child {
  color: #e5e9ef;
  font-size: 1.08rem;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.platform-feature {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #0a0e14;
}

.platform-feature__n {
  margin-bottom: 26px;
  color: #6d7788;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.platform-feature h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.platform-feature p {
  margin: 0 0 22px;
  color: #a8b3c4;
  font-size: 0.9rem;
  line-height: 1.6;
}

.platform-feature a {
  width: fit-content;
  margin-top: auto;
  color: #e8eaed;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  text-underline-offset: 4px;
}

.platform-feature:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: #10141c;
}

.platform-feature a:hover {
  color: #fff;
}

.account-trust {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(78, 168, 255, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(110deg, rgba(78, 168, 255, 0.09), transparent 48%),
    #0a0e14;
}

.account-trust__head {
  display: flex;
  gap: 16px;
  align-items: center;
}

.account-trust__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(78, 168, 255, 0.3);
  border-radius: 50%;
  background: rgba(78, 168, 255, 0.1);
  color: #83c2ff;
  font-size: 1.05rem;
  font-weight: 800;
}

.account-trust__head .kicker {
  margin-bottom: 5px;
}

.account-trust__head h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.account-trust__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-trust__list li {
  position: relative;
  padding-left: 18px;
  color: #b7c1cf;
  font-size: 0.86rem;
  line-height: 1.55;
}

.account-trust__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4ea8ff;
  box-shadow: 0 0 10px rgba(78, 168, 255, 0.55);
}

.account-scenarios {
  grid-template-columns: 1fr 1fr;
}

.account-scenario {
  min-height: 220px;
  padding: 26px;
  border-radius: 20px;
  background: #0a0e14;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.account-scenario::before,
.account-scenario::after {
  display: none;
}

.account-scenario__n {
  display: block;
  margin-bottom: 28px;
  color: #6d7788;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.account-scenario h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.account-scenario p {
  margin: 0;
  color: #a8b3c4;
  font-size: 0.9rem;
  line-height: 1.65;
}

.account-scenario a {
  color: #e8eaed;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  text-underline-offset: 3px;
}

.account-scenario:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: #10141c;
  box-shadow: none;
  transform: none;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cards-map {
  gap: 16px;
}

.cards-map .card::after {
  display: none;
}

.imap {
  padding: 28px 28px 0;
  min-height: 100%;
  border-radius: 20px;
  background: #0a0e14;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.imap::before,
.imap::after {
  display: none;
}

.imap-n {
  position: static;
  display: block;
  margin: 0 0 16px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #6d7788;
}

.imap-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.imap-k {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #8b93a0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.imap h3 {
  margin: 0 0 14px;
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.imap-lanes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.imap-lanes li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #9aa0a8;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.imap-lanes li:not(:last-child)::after {
  content: "·";
  margin-left: 8px;
  color: #5c6370;
}

.imap p {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #a8b3c4;
}

.imap .more {
  display: flex;
  align-items: center;
  margin: auto -28px 0;
  padding: 16px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: #e8eaed;
  font-size: 0.86rem;
  font-weight: 600;
}

.imap .more::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.5px solid #7d838c;
  border-bottom: 1.5px solid #7d838c;
  transform: rotate(-45deg);
  color: inherit;
}

.imap:hover,
.cards-map .card:hover,
a.card.imap:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  transform: none;
  background: #10141c;
}

a.card.imap .more,
a.card.imap:hover .more {
  color: #fff;
}

a.card.imap:hover .more::after {
  transform: rotate(-45deg) translateX(2px);
}

.cards-hub {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  overflow: visible;
  border-radius: 0;
  background: none;
  border: 0;
}

.ihub {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100%;
  padding: 28px 28px 0;
  border-radius: 20px;
  background: #0a0e14;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.cards-hub .ihub::before,
.cards-hub .ihub::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  pointer-events: none;
}

.cards-hub .ihub::before {
  z-index: -2;
  background: var(--hub-image) 75% 50% / cover no-repeat;
  opacity: 0.82;
  transition: opacity 0.22s ease, transform 0.35s ease;
}

.cards-hub .ihub::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 10, 16, 0.97) 0%, rgba(6, 10, 16, 0.88) 43%, rgba(6, 10, 16, 0.58) 100%),
    linear-gradient(180deg, rgba(6, 10, 16, 0.12) 0%, rgba(6, 10, 16, 0.38) 54%, rgba(6, 10, 16, 0.92) 100%);
}

.ihub--casino {
  --hub-image: url("../img/hub-casino.jpg");
}

.ihub--bahis {
  --hub-image: url("../img/hub-bahis.jpg");
}

.ihub--giris {
  --hub-image: url("../img/hub-giris.jpg");
}

.ihub--kayit {
  --hub-image: url("../img/hub-kayit.jpg");
}

.cards-hub .ihub:hover::before {
  opacity: 0.94;
  transform: scale(1.025);
}

.ihub-n {
  position: static;
  display: block;
  margin: 0 0 16px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #6d7788;
}

.ihub-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.ihub-k {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #8b93a0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ihub h3 {
  margin: 0 0 14px;
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.ihub-lanes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.ihub-lanes li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #9aa0a8;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ihub-lanes li:not(:last-child)::after {
  content: "·";
  margin-left: 8px;
  color: #5c6370;
}

.ihub p {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #bdc6d3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

.ihub .more {
  display: flex;
  align-items: center;
  margin: auto -28px 0;
  padding: 16px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 8, 13, 0.34);
  backdrop-filter: blur(4px);
  color: #e8eaed;
  font-size: 0.86rem;
  font-weight: 600;
}

.ihub .more::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.5px solid #7d838c;
  border-bottom: 1.5px solid #7d838c;
  transform: rotate(-45deg);
}

.ihub:hover,
.cards-hub .card:hover,
a.card.ihub:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  transform: none;
  background: #10141c;
}

.ihub:hover .more,
a.card.ihub .more,
a.card.ihub:hover .more {
  color: #fff;
}

a.card.ihub:hover .more::after {
  transform: rotate(-45deg) translateX(2px);
}

.card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(78, 168, 255, 0.14), transparent 52%),
    linear-gradient(180deg, #151b24 0%, #10141c 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -36px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.16), transparent 68%);
  pointer-events: none;
}

.card:hover {
  border-color: rgba(78, 168, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 36px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 1;
}

.card p {
  margin: 0 0 18px;
  color: #9aa4b5;
  flex: 1;
  position: relative;
  z-index: 1;
}

.card .more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal);
  font-weight: 700;
  font-size: 0.92rem;
  transition: color 0.16s ease;
  position: relative;
  z-index: 1;
}

.card .more::after {
  content: "→";
  font-size: 0.95em;
  transition: transform 0.16s ease;
}

a.card:hover .more {
  color: #7ec0ff;
}

a.card:hover .more::after {
  transform: translateX(4px);
}

.cards-help {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  counter-reset: help-card;
}

.cards-help .card {
  counter-increment: help-card;
  min-height: 260px;
  padding: 26px 26px 0;
  border-radius: 20px;
  border-color: rgba(255, 255, 255, 0.08);
  background: #0a0e14;
  box-shadow: none;
}

.cards-help .card::before {
  content: "0" counter(help-card);
  position: absolute;
  top: 27px;
  right: 26px;
  color: #626c7b;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.cards-help .card::after {
  display: none;
}

.cards-help .mark {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  color: #9ba5b3;
  font-size: 0.78rem;
  box-shadow: none;
}

.cards-help .card h3 {
  margin-bottom: 10px;
  color: #f4f6f8;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.3;
}

.cards-help .card p {
  margin-bottom: 24px;
  color: #9ea9b8;
  font-size: 0.9rem;
  line-height: 1.62;
}

.cards-help .card .more {
  display: flex;
  width: calc(100% + 52px);
  min-height: 54px;
  margin: auto -26px 0;
  padding: 0 26px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #e8eaed;
  font-size: 0.86rem;
  font-weight: 650;
}

.cards-help .card .more::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #7d838c;
  border-bottom: 1.5px solid #7d838c;
  transform: rotate(-45deg);
}

.cards-help .card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: #10141c;
  box-shadow: none;
  transform: none;
}

.cards-help .card:hover .mark {
  border-color: rgba(78, 168, 255, 0.25);
  background: rgba(78, 168, 255, 0.09);
  color: #8ec5ff;
}

.cards-help .card:hover .more {
  color: #fff;
}

.cards-help .card:hover .more::after {
  transform: rotate(-45deg) translate(2px, 2px);
}

.cards--lobi {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.cards--lobi .card {
  grid-column: span 2;
  padding: 22px 22px 0;
  border-color: rgba(255, 255, 255, 0.1);
  background: #0c1016;
}

.cards--lobi .card:nth-child(1),
.cards--lobi .card:nth-child(2) {
  grid-column: span 3;
  min-height: 520px;
}

.cards--lobi .card:nth-child(4),
.cards--lobi .card:nth-child(5) {
  grid-column: span 2;
}

.cards--lobi .card::after {
  background: radial-gradient(circle, rgba(231, 195, 106, 0.12), transparent 68%);
}

.cards--lobi .card--pic {
  min-height: 420px;
  padding: 22px 22px 0;
  background: #0c1016;
  border-color: rgba(255, 255, 255, 0.1);
}

.cards--lobi .card--pic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.22) 0%, rgba(8, 12, 18, 0.38) 38%, rgba(8, 12, 18, 0.94) 100%);
}

.cards--lobi .card--pic::after {
  display: none;
}

.card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card--slot .card__bg img {
  object-position: 78% 46%;
}

.card--live .card__bg img {
  object-position: 22% 72%;
}

.card--masa .card__bg img {
  object-position: 62% 58%;
}

.card--crash .card__bg img {
  object-position: 42% 38%;
}

.card--original .card__bg img {
  object-position: 52% 48%;
}

.card--pic .card__n {
  z-index: 2;
  margin: 0 0 auto;
  width: 34px;
  height: 34px;
  font-size: 0.82rem;
  background: rgba(12, 16, 22, 0.78);
}

.card--pic .card__k,
.card--pic h3,
.card--pic p {
  z-index: 2;
}

.cards--lobi .card--pic h3 {
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.cards--lobi .card:nth-child(1) h3,
.cards--lobi .card:nth-child(2) h3 {
  font-size: 1.85rem;
}

.card--pic p {
  color: #d8dde6;
  margin-bottom: 16px;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 42ch;
}

.cards--lobi .card--pic .more {
  display: flex;
  z-index: 2;
  margin: 0 -22px 0;
  padding: 16px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 18, 0.55);
  color: #e8eef6;
  font-size: 0.95rem;
}

.cards--lobi .card--pic .more::after {
  margin-left: auto;
}

a.card.card--pic .more {
  color: #e8eef6;
}

a.card.card--pic:hover .more {
  color: #fff;
}

.card__n {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin: 0 0 10px;
  border-radius: 50%;
  background: #12161c;
  border: 1px solid rgba(231, 195, 106, 0.5);
  color: #e7c36a;
  font-size: 0.72rem;
  font-weight: 800;
}

.card__ico {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 14px;
  background: rgba(231, 195, 106, 0.1);
  border: 1px solid rgba(231, 195, 106, 0.28);
  font-size: 1.25rem;
}

.card__k {
  position: relative;
  z-index: 1;
  margin: 0 0 4px;
  color: #e7c36a;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cards--lobi .card:nth-child(2) .card__ico {
  background: rgba(227, 10, 23, 0.1);
  border-color: rgba(227, 10, 23, 0.28);
}

.cards--lobi .card:nth-child(2) .card__k {
  color: #ff8a90;
}

.cards--lobi .card:nth-child(3) .card__ico {
  background: rgba(78, 168, 255, 0.1);
  border-color: rgba(78, 168, 255, 0.28);
}

.cards--lobi .card:nth-child(3) .card__k {
  color: #8ec5ff;
}

.cards-find {
  gap: 18px;
}

.cards-find--2 {
  grid-template-columns: 1fr 1fr;
}

.ifind {
  --ifind: #e7c36a;
  padding: 22px 22px 0;
  min-height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%),
    #0c1118;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.ifind::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--ifind), transparent 78%);
  z-index: 2;
}

.ifind::after {
  display: none;
}

.ifind--kat {
  --ifind: #e7c36a;
}

.ifind--ara {
  --ifind: #4ea8ff;
}

.ifind--filtre {
  --ifind: #6cb6ff;
}

.ifind--tur {
  --ifind: #e7c36a;
}

.ifind--kart {
  --ifind: #4ea8ff;
}

.ifind--limit {
  --ifind: #e30a17;
}

.ifind-n {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 0;
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.ifind-k {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ifind) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--ifind) 38%, transparent);
  color: var(--ifind);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.ifind h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
}

.ifind p {
  margin-bottom: 18px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #c5cedb;
}

.ifind .more {
  display: flex;
  align-items: center;
  margin: auto -22px 0;
  padding: 14px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 18, 0.55);
  color: #e8eef6;
  font-size: 0.88rem;
}

.ifind .more::after {
  margin-left: auto;
  color: var(--ifind);
}

.card.ifind:hover {
  border-color: color-mix(in srgb, var(--ifind) 48%, rgba(255, 255, 255, 0.12));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.card.ifind .more {
  color: #e8eef6;
}

.ifind:not(:has(.more)) {
  padding-bottom: 22px;
}

.ifind a {
  color: var(--teal);
  font-weight: 700;
}

.mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(78, 168, 255, 0.12);
  border: 1px solid rgba(78, 168, 255, 0.22);
  color: #8ec5ff;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.split-app {
  gap: 16px;
}

.app-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px 22px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(22, 28, 38, 0.92) 0%, rgba(12, 16, 22, 0.96) 100%);
  border: 1px solid rgba(231, 195, 106, 0.16);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.app-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.16), transparent 68%);
  pointer-events: none;
}

.app-tile__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.app-tile__ico {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(78, 168, 255, 0.1);
  border: 1px solid rgba(78, 168, 255, 0.22);
  font-size: 1.25rem;
}

.app-tile__tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e7c36a;
}

.app-tile h2 {
  position: relative;
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.app-tile p {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.app-tile a {
  color: var(--teal);
  font-weight: 700;
}

.app-steps {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: apkstep;
}

.app-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(8, 12, 18, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.92rem;
}

.app-steps li::before {
  counter-increment: apkstep;
  content: counter(apkstep);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #242a36, #121820);
  border: 1px solid rgba(231, 195, 106, 0.45);
  color: #e7c36a;
  font-size: 0.72rem;
  font-weight: 800;
}

.app-tile__note {
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  border-left: 3px solid var(--teal);
  background: rgba(78, 168, 255, 0.08);
  color: var(--text);
}

.phone-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 16px;
  align-items: start;
  justify-items: center;
}

.phone-shot {
  margin: 0;
  width: 100%;
  max-width: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.phone {
  --phone-r: 36px;
  position: relative;
  width: 100%;
  padding: 22px 7px 11px;
  border-radius: var(--phone-r);
  background:
    linear-gradient(160deg, #6a7384 0%, #2b323e 14%, #12161d 42%, #0a0c10 78%, #1a202a 100%);
  box-shadow:
    0 26px 48px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(231, 195, 106, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -10px 20px rgba(0, 0, 0, 0.4);
}

.phone::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 3;
  width: 72px;
  height: 10px;
  translate: -50% 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 50%, #3d8fd4 0 2px, #0b1018 2.6px 4.5px, transparent 5px),
    #05070c;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 4px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.phone::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 0;
  border-radius: calc(var(--phone-r) - 4px);
  box-shadow: inset 0 0 0 1px rgba(78, 168, 255, 0.16);
  pointer-events: none;
}

.phone__edge {
  position: absolute;
  z-index: 4;
  background: linear-gradient(180deg, #4a5160, #1c212a 40%, #0e1116);
  pointer-events: none;
}

.phone__edge--l {
  left: -3px;
  top: 78px;
  width: 3px;
  height: 16px;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 28px 0 0 #242a34, 0 56px 0 0 #242a34;
}

.phone__edge--r {
  right: -3px;
  top: 118px;
  width: 3px;
  height: 52px;
  border-radius: 0 2px 2px 0;
}

.phone__screen {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 9 / 17.2;
  background: #07090d;
}

.phone__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-shot:nth-child(1) .phone__screen img {
  object-position: left top;
}

.phone-shot:nth-child(2) .phone__screen img {
  object-position: center top;
}

.phone-shot:nth-child(3) .phone__screen img,
.phone-shot:nth-child(4) .phone__screen img {
  object-position: center top;
}

.phone-shot__k {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(78, 168, 255, 0.14);
  border: 1px solid rgba(78, 168, 255, 0.32);
  color: #8ec5ff;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phone-shot:nth-child(1) .phone-shot__k,
.phone-shot:nth-child(3) .phone-shot__k {
  background: rgba(231, 195, 106, 0.14);
  border-color: rgba(231, 195, 106, 0.36);
  color: #e7c36a;
}

.bonus-source {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(231, 195, 106, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(ellipse 46% 110% at 0% 0%, rgba(231, 195, 106, 0.12), transparent 65%),
    #0a0e14;
}

.bonus-source::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.bonus-source__head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.bonus-source__icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(231, 195, 106, 0.34);
  border-radius: 50%;
  background: rgba(231, 195, 106, 0.1);
  color: #e7c36a;
  font-weight: 850;
}

.bonus-source__head .kicker {
  margin-bottom: 5px;
  color: #e7c36a;
}

.bonus-source__head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
}

.bonus-source__head p {
  margin: 0;
  color: #a8b3c4;
  font-size: 0.92rem;
}

.bonus-source__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-source__grid li {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(5, 8, 13, 0.52);
}

.bonus-source__grid li > span {
  display: block;
  margin-bottom: 24px;
  color: #697383;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.bonus-source__grid strong {
  display: block;
  margin-bottom: 8px;
  color: #f1f3f6;
  font-size: 0.9rem;
}

.bonus-source__grid p {
  margin: 0;
  color: #9da8b7;
  font-size: 0.82rem;
  line-height: 1.55;
}

.bonus-source__note {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(231, 195, 106, 0.14);
  color: #c9d0da;
  font-size: 0.86rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .bonus-source__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .bonus-source {
    padding: 22px;
    border-radius: 18px;
  }

  .bonus-source__head {
    align-items: flex-start;
  }

  .bonus-source__grid {
    grid-template-columns: 1fr;
  }

  .bonus-source__grid li {
    min-height: 0;
  }
}

.bonus-how {
  padding: 8px 0;
}

.bonus-how__panel {
  position: relative;
  overflow: hidden;
  padding: 26px 24px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(22, 28, 38, 0.92) 0%, rgba(12, 16, 22, 0.96) 100%);
  border: 1px solid rgba(231, 195, 106, 0.16);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.bonus-how__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(231, 195, 106, 0.14), transparent 70%);
  pointer-events: none;
}

.bonus-how__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.bonus-how__ico {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(231, 195, 106, 0.1);
  border: 1px solid rgba(231, 195, 106, 0.28);
  font-size: 1.25rem;
}

.bonus-how__tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e7c36a;
}

.bonus-how__panel h2 {
  position: relative;
  margin: 0 0 16px;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
}

.bonus-how__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
  counter-reset: bonusstep;
}

.bonus-how__steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(231, 195, 106, 0.35), transparent);
  pointer-events: none;
}

.bonus-how__steps li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 14px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(14, 18, 26, 0.55) 0%, rgba(8, 11, 16, 0.78) 100%);
  border: 1px solid rgba(231, 195, 106, 0.2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.bonus-how__steps li::before {
  counter-increment: bonusstep;
  content: counter(bonusstep);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #242a36, #121820);
  border: 1px solid rgba(231, 195, 106, 0.5);
  color: #e7c36a;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 0 0 4px rgba(12, 16, 22, 0.95);
}

.bonus-how__emoji {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(231, 195, 106, 0.1);
  border: 1px solid rgba(231, 195, 106, 0.24);
  font-size: 1.25rem;
}

.bonus-how__k {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e7c36a;
}

.bonus-how__steps li div {
  margin-top: 2px;
}

.bonus-how__note {
  position: relative;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  border-left: 3px solid var(--teal);
  background: rgba(78, 168, 255, 0.08);
  color: var(--text);
}

.bonus-tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bonus-ladder {
  --lad: #e7c36a;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%),
    #0c1118;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.bonus-ladder::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: auto;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--lad), transparent 78%);
}

.bonus-ladder--teal {
  --lad: #4ea8ff;
  border-color: rgba(255, 255, 255, 0.1);
}

.bonus-ladder--teal::before {
  background: linear-gradient(90deg, var(--lad), transparent 78%);
}

.bonus-ladder__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.bonus-ladder__ico {
  display: none;
}

.bonus-ladder__tag {
  display: inline-flex;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--lad) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--lad) 38%, transparent);
  color: var(--lad);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bonus-ladder--teal .bonus-ladder__tag {
  color: var(--lad);
}

.bonus-ladder__pack {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--lad);
  background: color-mix(in srgb, var(--lad) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--lad) 32%, transparent);
}

.bonus-ladder--teal .bonus-ladder__pack {
  color: var(--lad);
  background: color-mix(in srgb, var(--lad) 12%, transparent);
  border-color: color-mix(in srgb, var(--lad) 32%, transparent);
}

.bonus-ladder h3 {
  position: relative;
  margin: 0 0 8px;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.bonus-ladder__sub {
  position: relative;
  margin: 0 0 16px;
  color: #a8b3c4;
  font-size: 0.9rem;
  line-height: 1.5;
}

.bonus-ladder__steps {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bonus-ladder__steps li {
  display: grid;
  gap: 8px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: rgba(8, 12, 18, 0.55);
  border: 1px solid color-mix(in srgb, var(--lad) 18%, transparent);
}

.bonus-ladder__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: #c5cedb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bonus-ladder__meta b {
  color: var(--lad);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: none;
}

.bonus-ladder--teal .bonus-ladder__meta b {
  color: var(--lad);
}

.bonus-ladder__bar {
  display: block;
  height: 5px;
  margin: 2px 0 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.bonus-ladder__bar i {
  display: block;
  height: 100%;
  width: var(--p, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, color-mix(in srgb, var(--lad) 55%, #8a6a1a), var(--lad));
}

.bonus-ladder--teal .bonus-ladder__bar i {
  background: linear-gradient(90deg, #2f7fd6, var(--lad));
}

.bonus-ladder__fs {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #d4dbe6;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.split-bonus {
  gap: 16px;
}

.bonus-info {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(22, 28, 38, 0.92) 0%, rgba(12, 16, 22, 0.96) 100%);
  border: 1px solid rgba(231, 195, 106, 0.16);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.bonus-info::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.16), transparent 68%);
}

.bonus-info__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bonus-info__ico {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(78, 168, 255, 0.1);
  border: 1px solid rgba(78, 168, 255, 0.22);
  font-size: 1.2rem;
}

.bonus-info__tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e7c36a;
}

.bonus-info h2 {
  position: relative;
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.bonus-info p {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.bonus-info a {
  color: var(--teal);
  font-weight: 700;
}

.split--guide {
  gap: 18px;
}

.guide-card {
  --guide: #e7c36a;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%),
    #0c1118;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.guide-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--guide), transparent 78%);
}

.guide-card--search {
  --guide: #4ea8ff;
}

.guide-card__n {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.guide-card__tag {
  display: inline-flex;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--guide) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--guide) 38%, transparent);
  color: var(--guide);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.guide-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.guide-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c5cedb;
  font-size: 0.92rem;
  line-height: 1.55;
}

.guide-card a {
  color: var(--teal);
  font-weight: 700;
}

.care-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 22px;
  background:
    radial-gradient(ellipse 50% 80% at 0% 50%, rgba(227, 10, 23, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(22, 28, 38, 0.96) 0%, rgba(12, 16, 22, 0.98) 100%);
  border: 1px solid rgba(227, 10, 23, 0.28);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.care-banner__ico {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(227, 10, 23, 0.12);
  border: 1px solid rgba(227, 10, 23, 0.32);
  font-size: 1.45rem;
}

.care-banner__body {
  min-width: 0;
}

.care-banner__tag {
  display: inline-block;
  margin-bottom: 6px;
  color: #ff8a90;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.care-banner h2 {
  margin: 0 0 8px;
  font-size: 1.28rem;
}

.care-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.split--slotinfo {
  gap: 18px;
  align-items: stretch;
}

.slot-info {
  --slotinfo: #e7c36a;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%),
    #0c1118;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.slot-info::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--slotinfo), transparent 78%);
}

.slot-info--help {
  --slotinfo: #4ea8ff;
}

.slot-info--lang {
  --slotinfo: #6cb6ff;
}

.split--slotinfo .slot-info:last-child .slot-info__compare {
  grid-template-columns: 1fr;
}

.slot-info--care {
  --slotinfo: #e7c36a;
}

.slot-info--stack .slot-info__compare {
  grid-template-columns: 1fr;
}

.slot-info__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.slot-info__pills li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d4dbe6;
  font-size: 0.72rem;
  font-weight: 700;
}

.slot-info > p {
  margin: 0 0 14px;
  color: #c5cedb;
  font-size: 0.92rem;
  line-height: 1.55;
}

.slot-info > p:last-child {
  margin-bottom: 0;
}

.slot-info__head {
  margin-bottom: 10px;
}

.slot-info__k {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--slotinfo) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--slotinfo) 38%, transparent);
  color: var(--slotinfo);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slot-info h2 {
  margin: 0 0 16px;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.slot-info__compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex: 1;
}

.slot-info__lane {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 12px 12px;
  border-radius: 16px;
  background: rgba(8, 12, 18, 0.55);
  border: 1px solid rgba(231, 195, 106, 0.2);
}

.slot-info__lane--real {
  border-color: rgba(78, 168, 255, 0.22);
}

.slot-info__chip {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(231, 195, 106, 0.12);
  color: #e7c36a;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slot-info__lane--real .slot-info__chip {
  background: rgba(78, 168, 255, 0.12);
  color: #8ec5ff;
}

.slot-info__compare--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.slot-info__lane--warn {
  border-color: rgba(227, 10, 23, 0.28);
}

.slot-info__lane--warn .slot-info__chip {
  background: rgba(227, 10, 23, 0.12);
  color: #ff8a90;
}

.slot-info__lane p,
.slot-info__flow p {
  margin: 0;
  color: #c5cedb;
  font-size: 0.86rem;
  line-height: 1.5;
}

.slot-info a {
  color: var(--teal);
  font-weight: 700;
}

.slot-info__flow + p {
  margin-top: 14px;
}

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

.slot-info__flow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.slot-info__flow--2 {
  grid-template-columns: 1fr 1fr;
}

.slot-info__flow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 12px;
  border-radius: 16px;
  background: rgba(8, 12, 18, 0.55);
  border: 1px solid rgba(78, 168, 255, 0.18);
}

.slot-info__flow--2 .slot-info__chip {
  margin-bottom: 8px;
}

.slot-info__flow--2 li:nth-child(2) .slot-info__chip {
  background: rgba(78, 168, 255, 0.12);
  color: #8ec5ff;
}

.slot-info__flow--2 li:nth-child(3) .slot-info__chip {
  background: rgba(108, 182, 255, 0.12);
  color: #9fd0ff;
}

.slot-info__flow--2 li:nth-child(4) .slot-info__chip {
  background: rgba(227, 10, 23, 0.12);
  color: #ff8a90;
}

.slot-info__flow--2 li:nth-child(2) {
  border-color: rgba(78, 168, 255, 0.22);
}

.slot-info__flow--2 li:nth-child(5) .slot-info__chip {
  background: rgba(78, 168, 255, 0.12);
  color: #8ec5ff;
}

.slot-info__flow--2 > li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.slot-info__n {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #8ec5ff;
}

.slot-care {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border-radius: 22px;
  background:
    radial-gradient(ellipse 42% 80% at 0% 40%, rgba(231, 195, 106, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(22, 28, 38, 0.96) 0%, rgba(12, 16, 22, 0.98) 100%);
  border: 1px solid rgba(231, 195, 106, 0.22);
}

.slot-care::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #e7c36a, transparent 72%);
}

.slot-care__badge {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(227, 10, 23, 0.12);
  border: 1px solid rgba(227, 10, 23, 0.32);
  color: #ff8a90;
  font-size: 0.78rem;
  font-weight: 800;
}

.slot-care__k {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(231, 195, 106, 0.12);
  border: 1px solid rgba(231, 195, 106, 0.28);
  color: #e7c36a;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slot-care h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.slot-care__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.slot-care__pills li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d4dbe6;
  font-size: 0.72rem;
  font-weight: 700;
}

.slot-care p {
  margin: 0 0 10px;
  color: #c5cedb;
  font-size: 0.92rem;
  line-height: 1.55;
}

.slot-care p:last-child {
  margin-bottom: 0;
}

.slot-care a {
  color: var(--teal);
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.faq-tile {
  --faq: #e7c36a;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%),
    #0c1118;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--faq), transparent 78%);
}

.faq-tile:nth-child(2) {
  --faq: #d4b56a;
}

.faq-tile:nth-child(3) {
  --faq: #4ea8ff;
}

.faq-tile:nth-child(4) {
  --faq: #e30a17;
}

.faq-tile__n {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.faq-tile__k {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--faq) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--faq) 38%, transparent);
  color: var(--faq);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.faq-tile h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  max-width: 22ch;
}

.faq-tile p {
  margin: 0;
  color: #c5cedb;
  font-size: 0.9rem;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

.faq-tile a {
  color: var(--teal);
  font-weight: 700;
}

.faq-min {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  overflow: visible;
  border-radius: 0;
  background: none;
  border: 0;
}

.faq-min article {
  margin: 0;
  padding: 28px 28px 26px;
  border-radius: 20px;
  background: #0a0e14;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-min__n {
  display: block;
  margin: 0 0 14px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #6d7788;
}

.faq-min h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.faq-min p {
  margin: 0;
  color: #a8b3c4;
  font-size: 0.9rem;
  line-height: 1.6;
}

.faq-min a {
  color: #e8eaed;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.22);
}

.faq-min a:hover {
  color: #fff;
}

.faq-min article:last-child:nth-child(odd) {
  grid-column: auto;
}

.bonus-wager__panel,
.bonus-faq__panel {
  position: relative;
  overflow: hidden;
  padding: 26px 24px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(22, 28, 38, 0.92) 0%, rgba(12, 16, 22, 0.96) 100%);
  border: 1px solid rgba(231, 195, 106, 0.16);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.bonus-wager__panel::before,
.bonus-faq__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 160px;
  height: 160px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(231, 195, 106, 0.14), transparent 70%);
}

.bonus-wager__panel h2,
.bonus-faq__panel h2 {
  position: relative;
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
}

.bonus-wager__panel > p {
  position: relative;
  margin: 0 0 16px;
  color: var(--muted);
}

.bonus-wager__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}

.bonus-wager__grid li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 16px;
  background: rgba(8, 12, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.92rem;
}

.bonus-wager__ico {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(231, 195, 106, 0.1);
  border: 1px solid rgba(231, 195, 106, 0.24);
  font-size: 1.15rem;
}

.bonus-wager__grid a {
  color: var(--teal);
  font-weight: 700;
}

.bonus-faq__list {
  position: relative;
}

.bonus-faq__list details {
  padding: 0;
  margin: 0 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(8, 12, 18, 0.5);
  overflow: hidden;
}

.bonus-faq__list details:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bonus-faq__list summary {
  padding: 14px 16px;
  color: var(--text);
}

.bonus-faq__list details[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bonus-faq__list p {
  padding: 0 16px 14px;
}

.panel {
  padding: 26px;
  border-radius: 22px;
  background: var(--bg-2);
  border: 1px solid var(--line);
}

.ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px dashed rgba(231, 195, 106, 0.45);
  background: rgba(231, 195, 106, 0.08);
}

.ticket > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ticket .kicker {
  margin: 0;
}

.ticket code {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gold);
  font-family: inherit;
}

.ticket--promo {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px 14px;
  max-width: 540px;
  padding: 14px 14px 14px 16px;
  border-radius: 18px;
}

.ticket--promo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #c9a227, #e7c36a);
}

.ticket__ico {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(231, 195, 106, 0.12);
  border: 1px solid rgba(231, 195, 106, 0.32);
  font-size: 1.35rem;
  box-shadow: 0 0 18px rgba(231, 195, 106, 0.12);
}

.ticket--promo .kicker {
  color: #e7c36a;
}

.ticket--promo .kicker::before {
  background: var(--tr-red);
  box-shadow: 0 0 10px rgba(227, 10, 23, 0.85);
}

.ticket--promo code {
  font-size: 1.55rem;
  letter-spacing: 0.16em;
  text-shadow: 0 0 22px rgba(231, 195, 106, 0.35);
}

.ticket--promo .btn {
  height: 34px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.8rem;
  border-radius: 10px;
  border-color: rgba(231, 195, 106, 0.42);
  color: #e7c36a;
  background: rgba(231, 195, 106, 0.08);
  width: max-content !important;
}

.ticket--promo .btn-copy {
  padding: 0 12px;
  gap: 0;
}

.ticket--promo .btn:hover {
  color: #121410;
  background: #e7c36a;
  border-color: #e7c36a;
}

.ticket--promo .btn.is-copied,
.ticket--promo .btn-copy.is-copied {
  color: #e7c36a;
  background: rgba(231, 195, 106, 0.08);
  border-color: rgba(231, 195, 106, 0.42);
  gap: 0;
  padding: 0 12px;
  animation: none;
  box-shadow: none;
  transform: none;
}

.ticket--promo .btn-copy.is-copied .btn-copy__check {
  display: none;
}

.ticket--promo .btn-copy.is-copied .btn-copy__label {
  animation: none;
}

.steps {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--teal-dim);
  color: var(--teal);
  font-weight: 800;
}

.home-board {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.offer-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c1016;
}

.offer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 12, 18, 0.72) 0%, rgba(8, 12, 18, 0.38) 36%, rgba(8, 12, 18, 0.18) 100%),
    url("../img/offer-bg.jpg") center / cover no-repeat;
}

.offer-ticket {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.35fr);
  align-items: stretch;
}

.offer-ticket__stub {
  position: relative;
  z-index: 1;
  padding: 26px 22px 24px 26px;
}

.offer-code {
  margin: 6px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.offer-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 38ch;
}

.offer-path {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 20px 16px 20px 10px;
  list-style: none;
  align-items: stretch;
}

.offer-path li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 16px 14px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(14, 18, 26, 0.55) 0%, rgba(8, 11, 16, 0.78) 100%);
  border: 1px solid rgba(231, 195, 106, 0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.offer-path li:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 168, 255, 0.5);
  background: linear-gradient(180deg, rgba(18, 26, 36, 0.7) 0%, rgba(8, 11, 16, 0.86) 100%);
}

.offer-path__n {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #242a36, #121820);
  border: 1px solid rgba(231, 195, 106, 0.55);
  color: #e7c36a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 0 0 3px rgba(231, 195, 106, 0.08);
}

.offer-path__k {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 246, 248, 0.58);
}

.offer-path strong {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.offer-path b,
.offer-path a {
  margin-top: auto;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  font-style: normal;
}

.btn.is-copied {
  background: #00c853;
}

.btn-copy {
  position: relative;
  overflow: visible;
  width: max-content;
  min-width: 0;
  max-width: 100%;
  justify-content: center;
  gap: 0;
  padding: 0 16px;
  transition: background 0.16s ease, color 0.16s ease, box-shadow 0.2s ease;
}

.btn-copy__label {
  display: block;
}

.btn-copy__check {
  display: none;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  pointer-events: none;
}

.btn-copy__check svg {
  display: block;
  width: 18px;
  height: 18px;
}

.btn-copy.is-copied {
  animation: copy-glow 0.9s ease;
}

.btn-copy.is-copied .btn-copy__check {
  display: block;
}

.btn-copy.is-copied .btn-copy__label {
  animation: none;
}

@keyframes copy-tick {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes copy-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.5);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(0, 200, 83, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0);
  }
}

@keyframes copy-swap {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-copy.is-copied,
  .btn-copy.is-copied .btn-copy__label {
    animation: none;
  }
}

.route-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 16px 16px;
  border-radius: 22px;
  border: 1px solid rgba(78, 168, 255, 0.16);
  background:
    radial-gradient(circle at 8% 0%, rgba(231, 195, 106, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(18, 24, 32, 0.94) 0%, rgba(10, 14, 20, 0.96) 100%);
}

.route-rail::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(231, 195, 106, 0.38), transparent);
  pointer-events: none;
}

.route-stop {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 14px 14px 16px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c1016;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.route-stop::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.18) 0%, rgba(8, 12, 18, 0.42) 42%, rgba(8, 12, 18, 0.92) 100%);
}

.route-stop__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.route-stop__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-stop--bonus .route-stop__bg img {
  object-position: 50% 46%;
}

.route-stop--app .route-stop__bg img {
  object-position: 58% 48%;
}

.route-stop--casino .route-stop__bg img {
  object-position: 40% 45%;
}

.route-stop--sport .route-stop__bg img {
  object-position: 28% 58%;
}

.route-stop:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -10px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(231, 195, 106, 0.55);
  border-top: 2px solid rgba(231, 195, 106, 0.55);
  transform: rotate(45deg);
  pointer-events: none;
}

.route-stop--bonus {
  border-color: rgba(231, 195, 106, 0.28);
}

.route-stop--app {
  border-color: rgba(78, 168, 255, 0.28);
}

.route-stop--casino {
  border-color: rgba(227, 10, 23, 0.28);
}

.route-stop--sport {
  border-color: rgba(244, 246, 248, 0.16);
}

.route-stop:hover {
  transform: translateY(-3px);
  border-color: rgba(231, 195, 106, 0.5);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.route-stop__n {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin: 0 0 auto;
  border-radius: 50%;
  background: rgba(12, 16, 22, 0.78);
  border: 1px solid rgba(231, 195, 106, 0.55);
  color: #e7c36a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.route-stop__k {
  position: relative;
  z-index: 2;
  margin: 10px 0 4px;
  color: #e7c36a;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-stop--app .route-stop__k {
  color: #8ec5ff;
}

.route-stop--casino .route-stop__k {
  color: #ff8a90;
}

.route-stop--sport .route-stop__k {
  color: #d8dde6;
}

.route-title {
  position: relative;
  z-index: 2;
  margin: 0 0 6px;
  font-size: 1.12rem;
  font-weight: 800;
}

.route-stop p:last-child {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #d8dde6;
  font-size: 0.84rem;
  line-height: 1.45;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--faint);
  font-size: 13px;
  font-weight: 600;
  margin: 18px 0 8px;
}

.crumbs a {
  transition: color 0.16s ease;
}

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

.crumbs span {
  color: var(--muted);
}

.prose p {
  color: var(--muted);
  margin: 0 0 14px;
}

.prose strong {
  color: var(--text);
  font-weight: 700;
}

.note {
  padding: 14px 16px;
  border-left: 3px solid var(--teal);
  background: var(--teal-dim);
  border-radius: 0 12px 12px 0;
  color: var(--text);
  margin: 18px 0;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

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

.faq summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  flex-shrink: 0;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.faq details[open] summary::after {
  transform: rotate(225deg);
  margin-top: 10px;
}

.faq p {
  color: var(--muted);
  margin: 8px 0 0;
}

.site-footer {
  margin-top: 56px;
  padding: 28px 0 32px;
  border-top: 0;
  background:
    radial-gradient(ellipse 80% 55% at 8% 0%, rgba(78, 168, 255, 0.1), transparent 52%),
    linear-gradient(180deg, #0a0e14 0%, #07090d 100%);
  box-shadow: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 0.9fr;
  gap: 28px 22px;
  padding: 12px 0 8px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.footer-brand {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.footer-brand::before {
  display: none;
}

.footer-brand .brand {
  position: relative;
  z-index: 1;
}

.footer-brand .brand img {
  width: 102px;
  height: auto;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
}

.footer-brand .sub {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 36ch;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.footer-badges span:nth-child(1) {
  color: #e7c36a;
  border-color: rgba(231, 195, 106, 0.32);
  background: rgba(231, 195, 106, 0.1);
}

.footer-badges span:nth-child(1)::before {
  content: "🔞";
  font-size: 0.85rem;
}

.footer-badges span:nth-child(2) {
  color: #8ec5ff;
  border-color: rgba(78, 168, 255, 0.28);
  background: rgba(78, 168, 255, 0.1);
}

.footer-badges span:nth-child(2)::before {
  content: "🇹🇷";
  font-size: 0.85rem;
}

.footer-badges span:nth-child(3) {
  color: #d8dde6;
  border-color: rgba(255, 255, 255, 0.12);
}

.footer-badges span:nth-child(3)::before {
  content: "👤";
  font-size: 0.85rem;
}

.footer-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
}

.footer-cta .btn {
  min-height: 40px;
  min-width: 0;
  padding: 0 16px;
}

.footer-cta .btn-gold {
  box-shadow: 0 8px 20px rgba(0, 178, 75, 0.22);
}

.site-footer h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8ec5ff;
  margin: 4px 0 12px;
}

.site-footer h2::before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--teal);
}

.site-footer a {
  display: block;
  color: var(--muted);
  margin: 0 0 8px;
  font-weight: 600;
  transition: color 0.16s ease, background 0.16s ease;
}

.site-footer .brand,
.site-footer .btn {
  display: inline-flex;
  margin: 0;
}

.footer-col a,
.footer-grid > div:not(:first-child) a {
  margin: 0 0 4px;
  padding: 7px 10px;
  border-radius: 10px;
}

.site-footer a:hover {
  color: #fff;
}

.footer-col a:hover,
.footer-grid > div:not(:first-child) a:hover {
  background: var(--teal-dim);
  color: #fff;
}

.legal {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 16px;
  padding: 16px 8px 0;
  border-top: 0;
  color: var(--faint);
  font-size: 13px;
}

.legal p {
  margin: 0;
}

.legal p:first-child {
  max-width: 78ch;
}

.legal p:last-child {
  flex-shrink: 0;
  color: #9aa4b5;
  font-weight: 700;
}

.table-like {
  display: grid;
  gap: 8px;
}

.row-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.row-line b {
  color: var(--text);
}

@media (min-width: 1280px) {
  :root {
    --wrap: 1200px;
    --section-gap: 36px;
  }

  .hero-banner {
    min-height: 560px;
  }

  .hero-copy {
    padding: 40px 48px;
  }
}

@media (max-width: 1180px) {
  :root {
    --page-pad: 28px;
  }

  .nav-link {
    padding: 0 8px;
    font-size: 13.5px;
  }

  .header-bar {
    gap: 10px;
  }
}

@media (max-width: 1080px) and (min-width: 981px) {
  .nav-link {
    padding: 0 6px;
    font-size: 13px;
    height: 36px;
  }

  .header-actions .btn {
    padding: 0 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 980px) {
  :root {
    --header: 56px;
    --page-pad: 24px;
    --section-gap: 22px;
    --radius: 16px;
  }

  .split,
  .bonus-tracks,
  .offer-ticket {
    grid-template-columns: 1fr;
  }

  .phone-rail {
    grid-template-columns: 1fr 1fr;
  }

  .offer-path {
    padding: 8px 16px 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    padding: 8px 0 4px;
    gap: 18px;
  }

  .footer-brand,
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .legal {
    flex-direction: column;
    gap: 10px;
  }

  .offer-path,
  .route-rail {
    grid-template-columns: 1fr 1fr;
  }

  .route-rail::before,
  .route-stop:not(:last-child)::after {
    display: none;
  }

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

  .platform-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .platform-intro__title {
    position: static;
  }

  .platform-intro__title h2 {
    max-width: 18ch;
  }

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

  .account-trust {
    grid-template-columns: 1fr;
  }

  .cards-hub {
    grid-template-columns: 1fr;
  }

  .cards-find,
  .cards-find--2 {
    grid-template-columns: 1fr;
  }

  .cards--lobi {
    grid-template-columns: 1fr 1fr;
  }

  .cards--lobi .card,
  .cards--lobi .card:nth-child(1),
  .cards--lobi .card:nth-child(2),
  .cards--lobi .card:nth-child(4),
  .cards--lobi .card:nth-child(5) {
    grid-column: auto;
    min-height: 380px;
  }

  .cards--lobi .card--pic h3,
  .cards--lobi .card:nth-child(1) h3,
  .cards--lobi .card:nth-child(2) h3 {
    font-size: 1.4rem;
  }

  .nav {
    display: flex;
    position: fixed;
    inset: var(--header) 0 auto;
    height: auto;
    max-height: min(82vh, calc(100dvh - var(--header)));
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 4px 0 8px;
    overflow: auto;
    z-index: 45;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #111214;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
  }

  body.nav-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: none;
  }

  body.nav-open .nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-link {
    height: 48px;
    padding: 0 16px;
    gap: 0;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    color: #e8eaed;
  }

  .nav-link::before,
  .nav > a[href="/"]::before,
  .nav > .nav-item > a[href="/casino"]::before,
  .nav > .nav-item > a[href="/bahis"]::before,
  .nav > a[href="/bonus"]::before,
  .nav > a[href="/uygulama"]::before,
  .nav > a[href="/odeme"]::before,
  .nav > a[href="/destek"]::before {
    content: none;
    display: none;
  }

  .nav-item > .nav-link::after {
    content: "";
    margin-left: auto;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #7d838c;
    border-bottom: 1.5px solid #7d838c;
    transform: rotate(45deg);
  }

  .nav-link:hover,
  .nav-link.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.06);
  }

  .nav-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nav-item:hover::after,
  .nav-item:focus-within::after,
  .nav-fly::before {
    content: none;
    display: none;
  }

  .nav-fly,
  .nav-item:hover .nav-fly,
  .nav-item:focus-within .nav-fly {
    position: static;
    display: grid;
    gap: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-fly a {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 16px 0 28px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    color: #9aa0a8;
    font-size: 0.88rem;
    font-weight: 500;
  }

  .nav-fly a::before {
    content: none;
    display: none;
  }

  .nav-fly a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.06);
  }

  .burger {
    display: grid;
    place-items: center;
    flex-shrink: 0;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-actions .btn {
    height: 36px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero {
    padding: 12px 0 8px;
  }

  .hero-page {
    padding: 22px 18px 20px;
    border-radius: 16px;
  }

  .hero-page::after {
    width: 150px;
    height: 150px;
    right: -48px;
    opacity: 0.7;
  }

  .hero-page--app {
    min-height: 300px;
  }

  .hero-page--app::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.86) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.28) 100%),
      url("../img/hero-app.jpg") 70% 42% / cover no-repeat;
  }

  .hero-page--app h1 {
    max-width: none;
  }

  .hero-page--bonus {
    min-height: 360px;
  }

  .hero-page--bonus::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.64) 48%, rgba(7, 8, 12, 0.36) 100%),
      url("../img/hero-bonus.jpg") 72% 48% / cover no-repeat;
  }

  .hero-page--casino {
    min-height: 320px;
  }

  .hero-page--casino::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.32) 100%),
      url("../img/hero-casino.jpg?v=2") 62% 42% / cover no-repeat;
  }

  .hero-page--casino h1 {
    max-width: none;
  }

  .hero-page--slot {
    min-height: 320px;
  }

  .hero-page--slot::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.32) 100%),
      url("../img/hero-slot.jpg") 72% 42% / cover no-repeat;
  }

  .hero-page--slot h1 {
    max-width: none;
  }

  .hero-page--canli {
    min-height: 320px;
  }

  .hero-page--canli::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.32) 100%),
      url("../img/hero-canli.jpg") 72% 42% / cover no-repeat;
  }

  .hero-page--canli h1 {
    max-width: none;
  }

  .hero-page--bahis {
    min-height: 320px;
  }

  .hero-page--bahis::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.32) 100%),
      url("../img/hero-bahis.jpg") 38% 58% / cover no-repeat;
  }

  .hero-page--bahis h1 {
    max-width: none;
  }

  .hero-page--livebet {
    min-height: 320px;
  }

  .hero-page--livebet::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.32) 100%),
      url("../img/hero-livebet.jpg") 62% 48% / cover no-repeat;
  }

  .hero-page--livebet h1 {
    max-width: none;
  }

  .hero-page--odeme {
    min-height: 300px;
  }

  .hero-page--odeme::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.32) 100%),
      url("../img/hero-odeme.jpg") 72% 48% / cover no-repeat;
  }

  .hero-page--odeme h1 {
    max-width: none;
  }

  .hero-page--giris {
    min-height: 320px;
  }

  .hero-page--giris::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.92) 0%, rgba(7, 8, 12, 0.66) 48%, rgba(7, 8, 12, 0.38) 100%),
      url("../img/hero-giris.jpg") 70% 48% / cover no-repeat;
  }

  .hero-page--giris h1 {
    max-width: none;
  }

  .hero-page--para-yatirma {
    min-height: 300px;
  }

  .hero-page--para-yatirma::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.62) 48%, rgba(7, 8, 12, 0.34) 100%),
      url("../img/hero-para-yatirma.jpg") 70% 48% / cover no-repeat;
  }

  .hero-page--para-yatirma h1 {
    max-width: none;
  }

  .hero-page--para-cekme {
    min-height: 300px;
  }

  .hero-page--para-cekme::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.92) 0%, rgba(7, 8, 12, 0.64) 48%, rgba(7, 8, 12, 0.36) 100%),
      url("../img/hero-para-cekme.jpg") 70% 48% / cover no-repeat;
  }

  .hero-page--para-cekme h1 {
    max-width: none;
  }

  .hero-page--destek {
    min-height: 300px;
  }

  .hero-page--destek::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.88) 0%, rgba(7, 8, 12, 0.58) 46%, rgba(7, 8, 12, 0.32) 100%),
      url("../img/hero-destek.jpg") 70% 38% / cover no-repeat;
  }

  .hero-page--destek h1 {
    max-width: none;
  }

  .hero-page--guvenlik {
    min-height: 300px;
  }

  .hero-page--guvenlik::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 12, 0.9) 0%, rgba(7, 8, 12, 0.64) 48%, rgba(7, 8, 12, 0.36) 100%),
      url("../img/hero-guvenlik.jpg") 70% 48% / cover no-repeat;
  }

  .hero-page--guvenlik h1 {
    max-width: none;
  }

  .bonus-how__panel {
    padding: 20px 16px 16px;
    border-radius: 16px;
  }

  .bonus-how__steps {
    grid-template-columns: 1fr;
  }

  .bonus-how__steps::before {
    display: none;
  }

  .bonus-how__steps li {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
  }

  .bonus-how__steps li div {
    flex: 1 1 100%;
  }

  .bonus-wager__grid {
    grid-template-columns: 1fr;
  }

  .bonus-wager__panel,
  .bonus-faq__panel,
  .bonus-ladder,
  .bonus-info {
    padding: 20px 16px 16px;
    border-radius: 16px;
  }

  .bonus-ladder__pack {
    margin-left: auto;
  }

  .hero-page h1 {
    max-width: none;
  }

  .hero-banner {
    min-height: 0;
    border-radius: 16px;
    display: grid;
  }

  .hero-banner::after {
    background: linear-gradient(
      180deg,
      rgba(7, 8, 12, 0.12) 0%,
      rgba(7, 8, 12, 0.28) 38%,
      rgba(7, 8, 12, 0.92) 100%
    );
  }

  .hero-photo {
    object-position: 38% 12%;
  }

  .hero-copy {
    position: relative;
    padding: 48px 18px 22px;
    max-width: none;
    justify-content: flex-end;
    min-height: min(56vh, 420px);
  }

  .hero-copy .lead {
    font-size: 0.98rem;
    max-width: none;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .hero-chip {
    display: none;
  }

  .hero-orb {
    width: min(220px, 58vw);
    height: min(220px, 58vw);
    right: 6%;
    top: 22%;
    translate: 0 0;
  }

  .hero-orb--soft {
    width: 64px;
    height: 64px;
    right: 12%;
    top: 10%;
  }

  .hero-ring {
    width: min(280px, 72vw);
    height: min(280px, 72vw);
    right: -6%;
    top: 18%;
    translate: 0 0;
  }

  .hero-wordmark {
    right: 4%;
    bottom: auto;
    top: 8%;
    font-size: clamp(52px, 18vw, 88px);
    opacity: 0.7;
  }

  .panel {
    padding: 18px;
    border-radius: 16px;
  }

  .card {
    padding: 16px;
  }

  .care-banner {
    flex-direction: column;
    padding: 18px;
  }

  .slot-info__compare,
  .slot-info__compare--3,
  .slot-info__flow--2 {
    grid-template-columns: 1fr;
  }

  .slot-care {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .imap-emoji {
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
  }

  .card h3 {
    font-size: 17px;
  }

  .ticket {
    flex-wrap: wrap;
  }

  .ticket--promo {
    grid-template-columns: 44px 1fr;
  }

  .ticket--promo .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ticket code {
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .bonus-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .crumbs {
    margin: 12px 0 6px;
  }

  .site-footer {
    margin-top: 32px;
    padding: 28px 0 calc(28px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  :root {
    --page-pad: 20px;
  }

  .cards,
  .offer-path,
  .route-rail,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards--lobi {
    grid-template-columns: 1fr;
  }

  .faq-grid,
  .faq-min {
    grid-template-columns: 1fr;
  }

  .platform-intro {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .platform-intro__copy p,
  .platform-intro__copy p:first-child {
    font-size: 0.94rem;
  }

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

  .platform-feature {
    min-height: 0;
  }

  .account-trust {
    padding: 22px;
  }

  .account-trust__list,
  .account-scenarios {
    grid-template-columns: 1fr;
  }

  .account-scenario {
    min-height: 0;
  }

  .cards--lobi .card,
  .cards--lobi .card:nth-child(1),
  .cards--lobi .card:nth-child(2),
  .cards--lobi .card:nth-child(4),
  .cards--lobi .card:nth-child(5) {
    grid-column: auto;
    min-height: 320px;
  }

  .hero-copy {
    min-height: 0;
    padding-top: 36px;
  }

  .chips {
    gap: 6px;
  }

  .chip {
    font-size: 0.72rem;
    padding: 5px 10px;
  }
}

@media (max-width: 420px) {
  :root {
    --page-pad: 16px;
    --header: 52px;
  }

  .header-bar {
    gap: 8px;
  }

  .header-actions .btn {
    padding: 0 10px;
    font-size: 0.8rem;
    border-radius: 10px;
  }

  .brand img {
    width: 72px;
    height: 30px;
  }

  .hero-copy h1 {
    font-size: 1.45rem;
  }

  .disclosure {
    font-size: 0.78rem;
  }

  .btn-wide {
    min-width: 0;
  }
}

.games-shelf {
  overflow: hidden;
}

.games-block + .games-block {
  margin-top: 28px;
}

.games-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}

.games-heading {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.games-heading__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}

.games-heading__icon {
  width: 32px;
  height: 32px;
  flex: none;
  object-fit: contain;
}

.games-heading__chevron {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--faint);
}

.games-row {
  overflow: hidden;
  margin: 0 -4px;
  padding: 8px 4px 4px;
  touch-action: pan-y;
}

.games-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  animation: games-marquee 32s linear infinite;
}

.games-row.is-reverse .games-track {
  animation-name: games-marquee-rev;
}

.games-row.is-js-marquee .games-track {
  animation: none;
}

@keyframes games-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes games-marquee-rev {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.game-card,
.game-see-all {
  flex: 0 0 136px;
  color: inherit;
}

.game-card__art {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
  background: rgba(78, 168, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.game-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-card,
.game-see-all {
  transition: transform 0.28s ease;
}

.game-card:hover,
.game-see-all:hover {
  transform: translateY(-6px);
}

.game-see-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  background: rgba(78, 168, 255, 0.1);
  border: 1px solid rgba(78, 168, 255, 0.18);
  text-align: center;
  padding: 10px;
}

.game-see-all strong {
  font-size: 0.88rem;
}

.game-see-all span {
  font-size: 0.72rem;
  color: var(--muted);
}

@media (max-width: 640px) {
  .game-card,
  .game-see-all {
    flex-basis: 112px;
  }
}

.ru-chat {
  position: fixed;
  z-index: 70;
  right: 16px;
  bottom: 20px;
  font-family: var(--font);
  pointer-events: none;
}

.ru-chat__toggle {
  pointer-events: auto;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #f4f7fb;
  background: var(--teal);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  transition: background 0.18s ease, transform 0.15s ease;
}

.ru-chat__toggle:hover {
  background: #6bb6ff;
}

.ru-chat__toggle:active {
  transform: scale(0.96);
}

.ru-chat__glyph {
  position: absolute;
  width: 22px;
  height: 22px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ru-chat__glyph--close {
  opacity: 0;
  transform: scale(0.7);
}

.ru-chat.is-open .ru-chat__toggle {
  background: #1b222c;
}

.ru-chat.is-open .ru-chat__glyph--msg {
  opacity: 0;
  transform: scale(0.7);
}

.ru-chat.is-open .ru-chat__glyph--close {
  opacity: 1;
  transform: none;
}

.ru-chat__panel {
  pointer-events: auto;
  position: absolute;
  right: 0;
  bottom: 70px;
  width: min(380px, calc(100vw - 24px));
  height: min(540px, calc(100vh - 120px));
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #171d28, #10141c);
  border: 1px solid rgba(78, 168, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}

.ru-chat.is-open .ru-chat__panel {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ru-chat__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ru-chat__brand {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ru-chat__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  overflow: hidden;
  line-height: 1;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #6bb6ff, var(--teal-2));
}

.ru-chat__brand strong {
  display: block;
  font-size: 0.95rem;
}

.ru-chat__brand > div span {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
}

.ru-chat__icon {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 10px;
}

.ru-chat__icon:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.ru-chat__messages {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px 8px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color-scheme: dark;
}

.ru-chat__empty {
  margin: auto;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.ru-chat__empty strong {
  display: block;
  color: var(--text);
  margin-bottom: 6px;
}

.ru-chat__suggests {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  text-align: left;
}

.ru-chat__suggest {
  appearance: none;
  border: 1px solid rgba(78, 168, 255, 0.18);
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
  text-align: left;
}

.ru-chat__suggest:hover {
  border-color: rgba(78, 168, 255, 0.45);
}

.ru-msg {
  max-width: 88%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ru-msg--user {
  align-self: flex-end;
}

.ru-msg--assistant {
  align-self: flex-start;
}

.ru-msg__bubble {
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  word-break: break-word;
}

.ru-msg--user .ru-msg__bubble {
  background: linear-gradient(180deg, #6bb6ff 0%, var(--teal) 100%);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.ru-msg--assistant .ru-msg__bubble {
  background: #171d28;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d8dce3;
  border-bottom-left-radius: 4px;
}

.ru-msg__bubble a {
  color: var(--teal);
}

.ru-msg--user .ru-msg__bubble a {
  color: #fff;
}

.ru-msg__meta {
  font-size: 0.65rem;
  color: var(--muted);
  padding: 0 6px;
}

.ru-msg--user .ru-msg__meta {
  text-align: right;
}

.ru-typing {
  display: inline-flex;
  gap: 5px;
}

.ru-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  animation: ru-dot 1.1s ease-in-out infinite;
}

.ru-typing i:nth-child(2) {
  animation-delay: 0.15s;
}

.ru-typing i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes ru-dot {
  0%,
  80%,
  100% {
    opacity: 0.35;
  }
  40% {
    opacity: 1;
  }
}

.ru-chat__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ru-chat__form textarea {
  width: 100%;
  resize: none;
  min-height: 44px;
  max-height: 110px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b0c10;
  color: var(--text);
  font: inherit;
}

.ru-chat__send {
  appearance: none;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  background: var(--teal);
  color: #fff;
}

.ru-chat__send:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 980px) {
  .ru-chat {
    right: 12px;
    bottom: 12px;
  }

  body.chat-open .ru-chat {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  body.chat-open .ru-chat__panel {
    left: 0;
    right: 0;
    width: 100%;
    height: min(78vh, calc(100vh - 86px));
  }
}
