.hero--roulette {
  background-color: #050608;
}
.hero--roulette .hero__background {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.9), rgba(255, 22, 57, 0.15)), url('/assets/images/ruletka-hero-brutal.webp');
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.15);
  opacity: 0.9;
}
.hero--roulette::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0, rgba(255, 22, 57, 0.32), transparent 55%), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #050608 85%);
  pointer-events: none;
}
.hero--roulette .hero__inner {
  backdrop-filter: blur(8px);
  background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0.8), transparent 60%);
  padding: var(--space-8) var(--space-6);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-hard);
}
.hero--roulette .hero__headline {
  text-shadow: 0 0 28px rgba(0, 0, 0, 0.85), 0 0 24px rgba(255, 22, 57, 0.7);
}
.hero--roulette .hero__subheadline {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.section--roulette-intro,
.section--roulette-scenography,
.section--rules,
.section--dealer,
.section--groups,
.section--atmosphere,
.section--offline,
.section--cta {
  background: radial-gradient(circle at 0 0, rgba(255, 22, 57, 0.08), transparent 55%), #050608;
}

.section--roulette-scenography {
  background: radial-gradient(circle at 100% 0, rgba(255, 22, 57, 0.1), transparent 55%), #050608;
}

.roulette-grid {
  align-items: center;
}

.roulette-grid--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .roulette-grid--reverse {
    display: grid;
  }
}

.roulette-text-block {
  position: relative;
}

.roulette-text-block::before {
  content: "";
  position: absolute;
  inset: -16px -18px auto auto;
  max-width: 60%;
  border-radius: 0 0 0 var(--radius-md);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.28;
  pointer-events: none;
}

.roulette-image-block {
  position: relative;
}

.roulette-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-hard);
}

.roulette-figure--shadow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 0, rgba(255, 22, 57, 0.12), transparent 55%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.roulette-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.section--rules table {
  margin-top: var(--space-3);
  font-size: var(--font-size-sm);
}

.section--rules td:first-child {
  white-space: nowrap;
  font-family: var(--font-mono);
  color: var(--color-text-soft);
}

.section--dealer,
.section--atmosphere,
.section--offline {
  background: linear-gradient(135deg, #050608, #0f1016 45%, #050608 100%);
}

.section--groups .card {
  background: radial-gradient(circle at 0 0, rgba(255, 22, 57, 0.2), transparent 50%), linear-gradient(135deg, #14151c, #050608);
}

.section--groups .card:hover {
  box-shadow: var(--shadow-hard), var(--shadow-glow-red);
}

.section--groups .btn {
  font-size: 0.8rem;
}

.section--cta {
  background: radial-gradient(circle at 50% 0, rgba(255, 22, 57, 0.22), transparent 60%), #050608;
}

.roulette-cta-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  background: linear-gradient(135deg, rgba(5, 6, 8, 0.95), #14151f);
}

.roulette-cta-card__content {
  flex: 2;
}

.roulette-cta-card__actions {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

@media (max-width: 768px) {
  .hero--roulette .hero__inner {
    padding: var(--space-6) var(--space-4);
  }

  .roulette-cta-card {
    flex-direction: column;
    align-items: stretch;
  }

  .roulette-cta-card__actions .btn {
    width: 100%;
  }
}
