body {
}

.hero--roulette {
  background: radial-gradient(circle at top, rgba(242, 54, 168, 0.28), transparent 60%),
              radial-gradient(circle at bottom, rgba(91, 59, 255, 0.45), transparent 65%),
              #05030a;
}

.hero__banner--roulette {
  background:
    linear-gradient(145deg, rgba(242, 54, 168, 0.45), rgba(91, 59, 255, 0.55)),
    url("/assets/images/roulette-hero-event.webp") center/cover no-repeat;
  opacity: 0.85;
}

.hero__chips {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.section__split {
  align-items: center;
}

.section__split--reverse {
  direction: rtl;
}

.section__split--reverse > * {
  direction: ltr;
}

.section__highlight {
  display: flex;
  align-items: stretch;
}

.section__highlight .card {
  width: 100%;
}

.section__links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section--roulette-table {
  background: radial-gradient(circle at 0 0, rgba(242, 54, 168, 0.16), transparent 55%),
              radial-gradient(circle at 100% 100%, rgba(91, 59, 255, 0.24), transparent 60%),
              #05030a;
}

.image-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.85);
}

.image-frame--glow::before,
.image-frame--glow-strong::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at top, rgba(242, 54, 168, 0.32), transparent 65%);
  opacity: 0.7;
  mix-blend-mode: screen;
}

.image-frame--glow-strong::before {
  opacity: 0.9;
}

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

.image-frame--full {
  max-width: 980px;
  margin-inline: auto;
}

.section--timeline {
  position: relative;
}

.section--timeline::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 54, 168, 0.0), rgba(242, 54, 168, 0.35), rgba(177, 60, 255, 0.0));
  opacity: 0.7;
}

.section__timeline-grid .card {
  height: 100%;
}

.section--scenery {
  background: radial-gradient(circle at 10% 0, rgba(242, 54, 168, 0.14), transparent 60%),
              radial-gradient(circle at 90% 100%, rgba(91, 59, 255, 0.24), transparent 60%),
              #05030a;
}

.section--offline .card {
  margin-top: 16px;
}

.section--corporate {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section--private {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section--gallery {
  background: radial-gradient(circle at 50% 0, rgba(242, 54, 168, 0.22), transparent 65%),
              #05030a;
}

.section__gallery-grid {
  margin-top: 32px;
}

.section--how-to-book {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

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

.steps-list__item {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 5, 24, 0.9);
}

.steps-list__item h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.section--how-to-book .card--cta {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section--how-to-book .card__meta {
  margin-top: 12px;
}

.card--soft-glow {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.9), 0 0 26px rgba(242, 54, 168, 0.45);
}

@media (max-width: 900px) {
  .section__split--reverse {
    direction: ltr;
  }

  .image-frame--full {
    max-width: 100%;
  }

  .section__links {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .steps-list__item {
    padding: 14px 14px;
  }
}
