.hero--poker {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: stretch;
  background-color: #0b1020;
  color: var(--color-text-on-dark);
}

.hero--poker .hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero--poker .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.hero-inner--poker {
  position: relative;
  z-index: 1;
  padding-top: var(--space-80);
  padding-bottom: var(--space-80);
}

.hero-inner--poker .hero-title,
.hero-inner--poker .hero-subtitle {
  color: var(--color-text-on-dark);
}

.hero-info-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin-top: var(--space-24);
}

.poker-flow-grid .card h3 {
  margin-bottom: var(--space-12);
}

.section-cta-final {
  background: radial-gradient(circle at top left, #fff7e5 0, #ffffff 45%, #f7f7fb 100%);
}

.faq-list .faq-question {
  width: 100%;
  text-align: left;
}

.faq-list .faq-question span:last-child {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .hero-inner--poker {
    max-width: 640px;
  }
}
