:root {
  --bg: #0f1420;
  --bg-deep: #0a0e17;
  --surface: #171d29;
  --surface-2: #242934;
  --surface-3: #30394a;
  --header: #12131f;
  --text: #f4f7fb;
  --muted: rgba(244, 247, 251, .74);
  --muted-2: rgba(244, 247, 251, .58);
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .16);
  --steel: #7ea3c8;
  --steel-2: #c8d9ea;
  --accent: #8fb4d9;
  --accent-2: #d6e7f8;
  --accent-3: #5d7188;
  --gold: var(--accent);
  --gold-2: var(--accent-2);
  --danger: #ff0000;
  --radius: 7px;
  --shadow: 0 24px 60px rgba(0, 0, 0, .34);
  --shadow-soft: 0 14px 34px rgba(0, 0, 0, .24);
  --wrap: 1480px;
  --transition: 240ms ease;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img, svg {
  max-width: 100%;
  height: auto;
}
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(circle at 18% -5%, rgba(126, 163, 200, .18), transparent 28%),
    radial-gradient(circle at 82% 5%, rgba(93, 113, 136, .18), transparent 24%),
    linear-gradient(180deg, #111827 0%, var(--bg) 44%, var(--bg-deep) 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { width: min(calc(100% - 32px), var(--wrap)); margin: 0 auto; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(18, 19, 31, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  padding: 14px 0;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 280px; height: auto; }
.recommended-brands {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.recommended-label {
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  margin-right: 4px;
}
.partner-card {
  width: 145px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 9px 12px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition);
}
.partner-card img { max-width: 118px; max-height: 38px; object-fit: contain; }
.partner-card:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 180, 217, .42);
  background: linear-gradient(145deg, rgba(126, 163, 200, .18), rgba(48, 57, 74, .72));
  box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
}
section { padding: 46px 0; }
.hero { padding-top: 56px; }
.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  min-width: 0;
}
.hero-copy {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(143, 180, 217, .24), transparent 1px) 0 0 / 1px 100% no-repeat,
    radial-gradient(circle at 0% 0%, rgba(143, 180, 217, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .026));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  min-width: 0;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto 26px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 180, 217, .42), transparent);
  pointer-events: none;
}
.hero-visual,
.section-head,
.seo-content,
.casino-card,
.card-body {
  min-width: 0;
}
h1, h2, h3, p, li {
  overflow-wrap: break-word;
}
h1, h2, h3 { color: var(--text); letter-spacing: 0; }
h1 {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.04;
}
.hero-kicker {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: var(--accent-2);
  background: rgba(143, 180, 217, .11);
  border: 1px solid rgba(143, 180, 217, .18);
  font-size: 15px;
  font-weight: 700;
}
.hero-text {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.62;
  max-width: 820px;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: var(--radius);
  color: var(--steel-2);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(143, 180, 217, .18);
  font-size: 16px;
  font-weight: 700;
}
.hero-visual {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, .15), rgba(10, 14, 23, .72)),
    #101622;
  box-shadow: var(--shadow);
  min-height: 410px;
  height: 100%;
}
.hero-visual picture,
.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-visual img {
  object-fit: cover;
  object-position: center;
}
.section-head {
  max-width: 1400px;
  margin: 0 auto 28px;
  text-align: center;
}
.section-head h1, .section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 2.55vw, 38px);
  line-height: 1.08;
}
.section-head p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 19px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.casino-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(32, 42, 61, .94), rgba(18, 24, 37, .98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.casino-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(143, 180, 217, .22), transparent 34%),
    linear-gradient(135deg, rgba(126, 163, 200, .20), rgba(48, 57, 74, .72));
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.casino-card:hover {
  transform: translateY(-5px);
  border-color: rgba(143, 180, 217, .46);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .36);
}
.casino-card:hover::before { opacity: 1; }
.card-link-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
}
.card-cover {
  --logo-max-width: 260px;
  --logo-max-height: 110px;
  --logo-shift-x: 0px;
  --logo-shift-y: 0px;
  height: 180px;
  margin: 14px 14px 0;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)),
    radial-gradient(circle at 50% 35%, rgba(126, 163, 200, .14), transparent 55%);
  border: 1px solid rgba(255, 255, 255, .08);
}
.card-cover img {
  width: 100%;
  max-width: var(--logo-max-width);
  max-height: var(--logo-max-height);
  object-fit: contain;
  margin: auto;
  transform: translate(var(--logo-shift-x), var(--logo-shift-y));
  transition: transform var(--transition), max-height var(--transition), max-width var(--transition);
}
.card-logo-arkada { --logo-max-width: 215px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-kometa { --logo-max-width: 250px; --logo-max-height: 100px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-fugu { --logo-max-width: 305px; --logo-max-height: 183px; --logo-shift-x: 0px; --logo-shift-y: -20px; }
.card-logo-beef { --logo-max-width: 305px; --logo-max-height: 174px; --logo-shift-x: 0px; --logo-shift-y: -18px; }
.card-logo-gama { --logo-max-width: 226px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-r7 { --logo-max-width: 135px; --logo-max-height: 64px; --logo-shift-x: 0px; --logo-shift-y: 2px; }
.card-logo-kaktus { --logo-max-width: 210px; --logo-max-height: 120px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-riobet { --logo-max-width: 242px; --logo-max-height: 118px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-casinox { --logo-max-width: 255px; --logo-max-height: 88px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-joycasino { --logo-max-width: 216px; --logo-max-height: 100px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-ramenbet { --logo-max-width: 247px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-playfortuna { --logo-max-width: 236px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 2px; }
.card-logo-winity { --logo-max-width: 233px; --logo-max-height: 92px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-vavada { --logo-max-width: 230px; --logo-max-height: 82px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-martin { --logo-max-width: 199px; --logo-max-height: 110px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-flagman { --logo-max-width: 244px; --logo-max-height: 92px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-irwin { --logo-max-width: 197px; --logo-max-height: 95px; --logo-shift-x: 0px; --logo-shift-y: -13px; }
.card-logo-gizbo { --logo-max-width: 250px; --logo-max-height: 90px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-monro { --logo-max-width: 250px; --logo-max-height: 92px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-1go { --logo-max-width: 162px; --logo-max-height: 92px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-fenix { --logo-max-width: 227px; --logo-max-height: 104px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-honey { --logo-max-width: 164px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-auf { --logo-max-width: 245px; --logo-max-height: 108px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-cryptoboss { --logo-max-width: 233px; --logo-max-height: 108px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-unlim { --logo-max-width: 260px; --logo-max-height: 104px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-hype { --logo-max-width: 234px; --logo-max-height: 94px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-vodka { --logo-max-width: 222px; --logo-max-height: 105px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-lex { --logo-max-width: 127px; --logo-max-height: 90px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-starda { --logo-max-width: 187px; --logo-max-height: 94px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-drip { --logo-max-width: 202px; --logo-max-height: 86px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-legzo { --logo-max-width: 207px; --logo-max-height: 90px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-jet { --logo-max-width: 159px; --logo-max-height: 86px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-cat { --logo-max-width: 191px; --logo-max-height: 98px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-kent { --logo-max-width: 223px; --logo-max-height: 92px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-daddy { --logo-max-width: 221px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-fresh { --logo-max-width: 220px; --logo-max-height: 94px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-sol { --logo-max-width: 170px; --logo-max-height: 88px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-izzi { --logo-max-width: 187px; --logo-max-height: 86px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-volna { --logo-max-width: 214px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-rox { --logo-max-width: 180px; --logo-max-height: 120px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-fontan { --logo-max-width: 205px; --logo-max-height: 112px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-gonzo { --logo-max-width: 254px; --logo-max-height: 110px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-tuz { --logo-max-width: 240px; --logo-max-height: 100px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-spinbetter { --logo-max-width: 250px; --logo-max-height: 98px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-champion { --logo-max-width: 236px; --logo-max-height: 115px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-syk { --logo-max-width: 200px; --logo-max-height: 120px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-eva { --logo-max-width: 115px; --logo-max-height: 94px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-kush { --logo-max-width: 223px; --logo-max-height: 94px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-leebet { --logo-max-width: 250px; --logo-max-height: 94px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-banda { --logo-max-width: 250px; --logo-max-height: 96px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-gold { --logo-max-width: 257px; --logo-max-height: 112px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-eldorado { --logo-max-width: 248px; --logo-max-height: 100px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-clubnika { --logo-max-width: 265px; --logo-max-height: 145px; --logo-shift-x: 0px; --logo-shift-y: -2px; }
.card-logo-lev { --logo-max-width: 106px; --logo-max-height: 126px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-azino { --logo-max-width: 234px; --logo-max-height: 84px; --logo-shift-x: 0px; --logo-shift-y: 4px; }
.card-logo-retro { --logo-max-width: 275px; --logo-max-height: 150px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-logo-bitstarz { --logo-max-width: 211px; --logo-max-height: 105px; --logo-shift-x: 0px; --logo-shift-y: 0px; }
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 16px 16px 18px;
}
.card-body h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
}
.card-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
  min-height: 48px;
}
.info-list {
  list-style: none;
  margin: 0;
  padding: 13px;
  display: grid;
  gap: 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
}
.info-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: start;
  color: rgba(244, 247, 251, .90);
  font-size: 15.5px;
}
.info-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: transparent;
  font-size: 0;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .22), transparent 28%),
    linear-gradient(145deg, rgba(143, 180, 217, .20), rgba(255, 255, 255, .045));
  border: 1px solid rgba(143, 180, 217, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 16px rgba(0, 0, 0, .18);
}
.info-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: linear-gradient(135deg, #eef6ff, #8fb4d9);
  mask: var(--info-icon) center / contain no-repeat;
  -webkit-mask: var(--info-icon) center / contain no-repeat;
}
.info-list li:nth-child(1) .info-icon {
  --info-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 7h-2.2A3 3 0 0 0 12 5.5 3 3 0 0 0 6.2 7H4a2 2 0 0 0-2 2v3h20V9a2 2 0 0 0-2-2ZM9 7a1 1 0 1 1 1-1 1 1 0 0 1-1 1Zm6 0a1 1 0 1 1 1-1 1 1 0 0 1-1 1ZM3 14v5a2 2 0 0 0 2 2h6v-7H3Zm10 7h6a2 2 0 0 0 2-2v-5h-8v7Z'/%3E%3C/svg%3E");
}
.info-list li:nth-child(2) .info-icon {
  --info-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3a9 9 0 1 0 8.5 12h-2.2a7 7 0 1 1-1.95-7.35L14 10h7V3l-2.22 2.22A8.96 8.96 0 0 0 12 3Zm-1 4h2v5.2l3.4 2.05-1 1.72L11 13.33V7Z'/%3E%3C/svg%3E");
}
.info-list li:nth-child(3) .info-icon {
  --info-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4.5a2.5 2.5 0 0 1 0 5V18a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2.5a2.5 2.5 0 0 1 0-5ZM8 8h8v2H8V8Zm0 4h5v2H8v-2Zm7.5 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z'/%3E%3C/svg%3E");
}
.info-list li:nth-child(4) .info-icon {
  --info-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 6h13a3 3 0 0 1 3 3v1h-5a4 4 0 0 0 0 8h5v1a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Zm11 6h6v4h-6a2 2 0 0 1 0-4Zm.5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5 3h10v2H5V3Z'/%3E%3C/svg%3E");
}
.promo-code { color: var(--danger); font-weight: 700; letter-spacing: 0; }
.promo-none { color: #ffffff; font-weight: 400; }
.btn-main {
  margin: auto auto 0;
  min-height: 48px;
  width: min(100%, 220px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #dcebf8, #8fb4d9 52%, #5d7188);
  color: #101722;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .26);
  transition: transform var(--transition), filter var(--transition), box-shadow var(--transition);
}
.casino-card:hover .btn-main {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .30);
}
.seo-section { padding-top: 56px; }
.seo-content {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 38px);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(143, 180, 217, .14), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(93, 113, 136, .22), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .028));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.seo-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 72%);
  pointer-events: none;
}
.seo-content > * {
  position: relative;
  z-index: 1;
}
.seo-content h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.12;
}
.seo-content h3 {
  margin: 28px 0 10px;
  font-size: 28px;
}
.seo-content p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 19px;
}
.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 8px;
}
.seo-feature-grid article {
  padding: 20px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 15% 0%, rgba(143, 180, 217, .16), transparent 34%),
    linear-gradient(145deg, rgba(143, 180, 217, .12), rgba(255, 255, 255, .035));
  border: 1px solid rgba(143, 180, 217, .18);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
}
.seo-feature-grid img {
  width: 82px;
  height: 82px;
  margin-bottom: 14px;
  object-fit: contain;
}
.seo-feature-grid h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.seo-feature-grid p { font-size: 17px; margin: 0; }
.seo-list {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.seo-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .07);
  color: var(--muted);
  font-size: 18px;
}
.seo-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--gold-2);
}
.seo-visual-strip {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: stretch;
  margin: 26px 0 8px;
}
.seo-visual-card {
  border-radius: var(--radius);
  border: 1px solid rgba(143, 180, 217, .18);
  background: linear-gradient(145deg, rgba(36, 41, 52, .96), rgba(48, 57, 74, .88));
  box-shadow: var(--shadow-soft);
  padding: 20px;
  min-height: 210px;
}
.seo-visual-card h3 {
  margin-top: 0;
}
.seo-chip-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.seo-chip-row span {
  min-height: 72px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: var(--radius);
  color: var(--accent-2);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(143, 180, 217, .18);
  font-size: 18px;
  font-weight: 700;
}
.bonus-flow-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto 1fr auto 1fr;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(143, 180, 217, .18);
  background:
    radial-gradient(circle at 22% 10%, rgba(143, 180, 217, .18), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(92, 215, 190, .12), transparent 26%),
    linear-gradient(145deg, rgba(16, 23, 36, .96), rgba(30, 40, 56, .96));
  box-shadow: var(--shadow-soft);
}
.bonus-flow-visual::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 36px;
  bottom: 36px;
  width: 2px;
  background: linear-gradient(180deg, rgba(143, 180, 217, .08), rgba(143, 180, 217, .54), rgba(92, 215, 190, .32));
}
.flow-node {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  min-height: 92px;
  padding: 16px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  border: 1px solid rgba(143, 180, 217, .18);
}
.flow-node strong {
  align-self: end;
  color: var(--text);
  font-size: 22px;
  line-height: 1.05;
}
.flow-node small {
  align-self: start;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.28;
}
.flow-icon {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .28), transparent 28%),
    linear-gradient(145deg, rgba(143, 180, 217, .28), rgba(255, 255, 255, .05));
  border: 1px solid rgba(143, 180, 217, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), 0 12px 22px rgba(0, 0, 0, .22);
}
.flow-icon::before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background: linear-gradient(135deg, #eef6ff, #8fb4d9);
  mask: var(--flow-icon) center / contain no-repeat;
  -webkit-mask: var(--flow-icon) center / contain no-repeat;
}
.flow-node-code { --flow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4.5a2.5 2.5 0 0 1 0 5V18a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2.5a2.5 2.5 0 0 1 0-5ZM8 8h8v2H8V8Zm0 4h5v2H8v-2Zm7.5 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z'/%3E%3C/svg%3E"); }
.flow-node-wager { --flow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3a9 9 0 1 0 8.5 12h-2.2a7 7 0 1 1-1.95-7.35L14 10h7V3l-2.22 2.22A8.96 8.96 0 0 0 12 3Zm-1 4h2v5.2l3.4 2.05-1 1.72L11 13.33V7Z'/%3E%3C/svg%3E"); }
.flow-node-payout { --flow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 6h13a3 3 0 0 1 3 3v1h-5a4 4 0 0 0 0 8h5v1a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Zm11 6h6v4h-6a2 2 0 0 1 0-4Zm.5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5 3h10v2H5V3Z'/%3E%3C/svg%3E"); }
.flow-link {
  position: relative;
  z-index: 1;
  width: 2px;
  height: 18px;
  margin-left: 40px;
  border-radius: 999px;
  background: rgba(143, 180, 217, .42);
}
.faq-list {
  max-width: none;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.faq-item {
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(36, 41, 52, .86), rgba(18, 24, 37, .96));
  border: 1px solid rgba(143, 180, 217, .14);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}
.faq-item:hover,
.faq-item.open {
  border-color: rgba(143, 180, 217, .34);
  background: linear-gradient(145deg, rgba(48, 57, 74, .95), rgba(22, 29, 43, .98));
}
.faq-question {
  width: 100%;
  min-height: 66px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
}
.faq-plus {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 auto;
}
.faq-plus::before, .faq-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: var(--accent-2);
  transform: translate(-50%, -50%);
  transition: transform var(--transition);
}
.faq-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--transition);
}
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px 0;
  color: var(--muted);
  font-size: 18px;
  transition: padding var(--transition);
}
.faq-item.open .faq-answer p { padding-bottom: 18px; }
.error-page {
  padding: clamp(48px, 7vw, 96px) 0;
}
.error-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr);
  gap: 32px;
  align-items: stretch;
}
.error-copy,
.error-visual {
  border-radius: var(--radius);
  border: 1px solid rgba(143, 180, 217, .16);
  background:
    radial-gradient(circle at 14% 0%, rgba(143, 180, 217, .18), transparent 32%),
    linear-gradient(145deg, rgba(36, 41, 52, .94), rgba(18, 24, 37, .98));
  box-shadow: var(--shadow-soft);
}
.error-copy {
  padding: clamp(24px, 3vw, 44px);
}
.error-code {
  font-size: 132px;
  line-height: .9;
  font-weight: 700;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(214, 231, 248, .72);
  text-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}
.error-copy h1 {
  margin-top: 18px;
}
.error-text,
.error-tips p {
  color: var(--muted);
  font-size: 19px;
}
.error-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin: 24px 0;
}
.error-btn {
  margin: 0;
}
.error-link {
  color: var(--accent-2);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.error-tips {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
}
.error-tips li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(143, 180, 217, .14);
}
.error-tips span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(143, 180, 217, .12);
  color: var(--accent-2);
  font-weight: 700;
}
.error-visual {
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 32px);
  overflow: hidden;
}
.error-visual img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .30));
}
.site-footer {
  margin-top: 28px;
  background: #12131f;
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer-text p {
  margin: 0;
  color: rgba(244, 247, 251, .70);
  font-size: 16px;
}
.footer-text a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-badges img {
  width: 110px;
  min-height: 52px;
  object-fit: contain;
  padding: 6px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
}
.to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #dcebf8, #8fb4d9 52%, #5d7188);
  color: #101722;
  cursor: pointer;
  font-weight: 700;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
  box-shadow: var(--shadow-soft);
}
.to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 40;
  width: min(980px, calc(100vw - 36px));
  padding: 16px 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(143, 180, 217, .24);
  background: linear-gradient(145deg, rgba(18, 24, 37, .98), rgba(36, 41, 52, .96));
  box-shadow: var(--shadow);
  color: var(--muted);
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.cookie-banner.visible {
  display: grid;
  animation: cookieRiseIn 320ms ease both;
}
.cookie-banner p {
  margin: 0;
  font-size: 16px;
  grid-column: 1;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  grid-column: 2;
  grid-row: 1;
}
.cookie-ok,
.cookie-close {
  min-width: 56px;
  min-height: 38px;
  border-radius: var(--radius);
  border: 1px solid rgba(143, 180, 217, .22);
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}
.cookie-ok {
  background: linear-gradient(135deg, #dcebf8, #8fb4d9 52%, #5d7188);
  color: #101722;
  font-weight: 700;
}
.cookie-close {
  background: rgba(255, 255, 255, .04);
  color: var(--text);
}
.cookie-ok:hover,
.cookie-close:hover {
  transform: translateY(-1px);
  border-color: rgba(143, 180, 217, .44);
}
.reveal {
  animation: riseIn 560ms ease both;
}
@keyframes riseIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes cookieRiseIn {
  from { opacity: 0; transform: translate(-50%, 14px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
@media (max-width: 1280px) {
  .cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 981px) {
  .cards-section .section-head h2 { white-space: nowrap; }
}
@media (max-width: 980px) {
  .header-inner { justify-content: center; }
  .recommended-brands { justify-content: center; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy, .hero-visual { min-height: auto; }
  .hero-visual { max-width: 900px; margin: 0 auto; aspect-ratio: 16 / 9; height: auto; }
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-feature-grid { grid-template-columns: 1fr; }
  .seo-visual-strip { grid-template-columns: 1fr; }
  .error-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-badges { justify-content: center; }
  h1 { font-size: 40px; }
  .section-head h1, .section-head h2 { font-size: 32px; }
  .seo-content h2 { font-size: 36px; }
  .seo-content h3 { font-size: 26px; }
  .error-code { font-size: 110px; }
}
@media (max-width: 640px) {
  .page-shell { width: calc(100vw - 22px); max-width: calc(100vw - 22px); }
  .brand img { width: 232px; }
  .recommended-brands { width: 100%; }
  .recommended-label { width: 100%; text-align: center; font-size: 16px; }
  .partner-card { width: 138px; height: 56px; }
  section { padding: 34px 0; }
  .hero-copy, .hero-visual, .section-head, .seo-content, .cards-grid { width: 100%; max-width: 100%; }
  .hero-copy { padding: 20px; }
  .hero-visual { min-height: 260px; height: auto; }
  .hero-visual img { height: auto; aspect-ratio: 760 / 540; }
  h1 { font-size: 34px; }
  .section-head h1, .section-head h2 { font-size: 32px; }
  .seo-content h2 { font-size: 30px; }
  .seo-content h3 { font-size: 24px; }
  .error-code { font-size: 76px; }
  .hero-text { font-size: 18px; }
  .cards-grid { grid-template-columns: 1fr; gap: 16px; }
  .card-cover { height: 160px; }
  .seo-content { padding: 20px; }
  .seo-content p, .seo-list li { font-size: 17px; }
  .seo-chip-row { grid-template-columns: 1fr; }
  .bonus-flow-visual { padding: 14px; }
  .bonus-flow-visual::before { left: 34px; }
  .flow-node {
    grid-template-columns: 40px 1fr;
    min-height: 82px;
    padding: 13px;
  }
  .flow-icon { width: 40px; height: 40px; }
  .flow-icon::before { width: 23px; height: 23px; }
  .flow-node strong { font-size: 20px; }
  .flow-link { margin-left: 34px; }
  .faq-question { font-size: 19px; padding: 16px; }
  .faq-answer p { padding-left: 16px; padding-right: 16px; }
  .cookie-banner {
    left: 11px;
    right: 11px;
    bottom: 11px;
    width: auto;
    transform: none;
    grid-template-columns: 1fr;
  }
  .cookie-banner.visible { animation: riseIn 320ms ease both; }
  .cookie-banner p,
  .cookie-actions {
    grid-column: auto;
    grid-row: auto;
  }
  .cookie-actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .hero-visual { display: none; }
  .hero-tags { gap: 8px; }
  .hero-tags span { width: 100%; justify-content: center; }
}
