.hero-poker {
  padding-top: var(--space-20);
}

.hero-poker__inner {
  align-items: stretch;
}

.hero-poker__grid {
  align-items: center;
}

.hero-poker__eyebrow {
  font-size: var(--font-size-sm);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.hero-poker__media {
  max-width: 540px;
  margin-left: auto;
}

.hero-poker__image-wrapper {
  min-height: 260px;
}

.hero-poker__disclaimer {
  max-width: 840px;
}

.poker-atmosphere__image {
  max-height: 380px;
}

.poker-how-it-works__steps,
.poker-reserve__steps {
  counter-reset: pokerstep;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-how-it-works__steps li,
.poker-reserve__steps li {
  position: relative;
  padding-left: 2.4rem;
}

.poker-how-it-works__steps li::before,
.poker-reserve__steps li::before {
  counter-increment: pokerstep;
  content: counter(pokerstep);
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 178, 94, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-accent-amber);
  background: radial-gradient(circle at top left, rgba(244, 178, 94, 0.22), transparent 55%);
}

.poker-program__grid .card-title {
  font-size: var(--font-size-lg);
}

.poker-program__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.poker-rules__list,
.poker-why__list,
.poker-rules__highlights {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.poker-rules__highlights li::before,
.poker-why__list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: var(--color-accent-amber);
}

.poker-rules__highlights li,
.poker-why__list li {
  position: relative;
  padding-left: 0.1rem;
}

.poker-testimonials__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-testimonials__name {
  font-size: var(--font-size-md);
  margin-bottom: var(--space-2);
}

.poker-testimonials__quote {
  font-style: italic;
}

.poker-testimonials__image {
  max-height: 420px;
}

.poker-why__card {
  align-self: center;
}

.poker-reserve__image {
  max-height: 360px;
}

.poker-faq-cta p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .hero-poker {
    padding-top: var(--space-16);
  }

  .hero-poker__media {
    max-width: 100%;
    margin-left: 0;
    margin-top: var(--space-6);
  }

  .hero-poker__image-wrapper {
    min-height: 220px;
  }

  .poker-atmosphere__image,
  .poker-testimonials__image,
  .poker-reserve__image {
    max-height: none;
  }
}

@media (max-width: 600px) {
  .hero-poker__inner {
    gap: var(--space-6);
  }

  .hero-poker__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .poker-faq-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
