body.poker-page main {
  scroll-margin-top: 80px;
}

.hero-poker {
  position: relative;
}

.hero-poker .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.78), rgba(5, 3, 10, 0.9));
  z-index: 0;
}

.hero-poker .hero-inner {
  position: relative;
  z-index: 1;
}

.hero-poker-image {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  max-height: 320px;
}

.hero-image-strip {
  margin-top: 1.5rem;
  padding: 0.75rem;
  border-radius: 18px;
}

.section-poker-atmosphere .card--mini-grid ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.poker-image-panel,
.poker-hosts-image-panel,
.poker-equipment-image-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.poker-figure {
  padding: 0.75rem;
}

.poker-image-main {
  border-radius: 18px;
}

.section-heading {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.section-heading p {
  margin-top: 0.75rem;
}

.poker-flow-steps {
  list-style: none !important;
  counter-reset: poker-step;
}

.poker-flow-steps li + li {
  margin-top: 1.25rem;
}

.poker-flow-steps h3 {
  font-size: 1.05rem;
}

.poker-flow-steps p {
  margin-top: 0.25rem;
}

.poker-group-cards .card--compact {
  padding: 1.5rem;
}

.poker-social-panel {
  padding: 2rem;
}

.poker-social-list li + li,
.poker-hosts-list li + li,
.poker-equipment-list li + li {
  margin-top: 0.75rem;
}

.section-poker-equipment .card--compact {
  padding: 1.6rem;
}

.section-poker-faq .faq-item + .faq-item {
  margin-top: 1.25rem;
}

@media (max-width: 900px) {
  .hero-poker-image {
    max-height: 260px;
  }

  .poker-social-panel {
    margin-top: 2rem;
  }
}

@media (max-width: 600px) {
  .poker-group-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-heading {
    text-align: left;
  }
}
