.hero--poker {
  min-height: 75vh;
}

.hero--poker .hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__inner {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.hero__notice {
  margin-top: var(--space-4);
  max-width: 44rem;
}

.poker-overview-grid,
.poker-tables-grid,
.poker-social-grid,
.poker-dinner-grid,
.poker-hosts-grid,
.poker-points-grid,
.poker-responsible-grid {
  align-items: center;
  gap: var(--space-8);
}

.poker-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.poker-feature-list li {
  font-size: var(--font-size-sm);
  color: var(--color-text);
}

.poker-feature-list .badge {
  margin-right: var(--space-2);
}

.poker-bullets-grid,
.poker-dinner-details-grid,
.poker-hosts-details-grid {
  gap: var(--space-6);
}

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

.poker-checklist li::before {
  content: "\2022";
  color: var(--color-primary-dark);
  font-weight: 700;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

.poker-image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.poker-image--shadow {
  box-shadow: var(--shadow-medium);
}

.poker-image--rounded {
  border-radius: 32px;
}

.poker-events-grid {
  gap: var(--space-6);
}

.poker-cta {
  max-width: 40rem;
}

@media (max-width: 767px) {
  .hero__inner {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .poker-image {
    margin-top: var(--space-4);
  }
}

@media (min-width: 992px) {
  .poker-events-grid {
    align-items: stretch;
  }
}
