.section--hero-poker {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.poker-hero-layout {
  flex-direction: row;
}

.poker-hero-copy {
  flex: 1;
  max-width: 640px;
}

.poker-hero-media {
  flex: 1;
}

.poker-hero-highlights {
  margin-top: var(--space-4);
  color: var(--color-text-muted);
}

.poker-hero-highlights li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
}

.poker-hero-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-primary);
}

.poker-hero-image {
  max-height: 360px;
}

.poker-hero-meta {
  font-size: var(--font-size-sm);
}

.poker-list {
  margin-top: var(--space-3);
}

.poker-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.poker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
}

.section-heading {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading p {
  margin-top: var(--space-2);
}

.poker-scenarios-grid .card,
.poker-packages-grid .card,
.poker-faq-grid .card,
.poker-testimonials-grid .card,
.poker-usage-grid .card,
.poker-custom-grid .card {
  height: 100%;
}

.poker-featured {
  transform: translateY(-6px);
}

.poker-gallery-caption {
  padding: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.poker-booking-strip {
  align-items: center;
}

.poker-booking-actions {
  min-width: 220px;
}

@media (max-width: 960px) {
  .poker-hero-layout {
    flex-direction: column;
  }

  .poker-featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .section--hero-poker {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .poker-booking-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .poker-booking-actions {
    width: 100%;
  }

  .poker-booking-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
