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

.hero__content--poker {
  padding-block: var(--space-64);
}

.hero__title {
  margin-top: var(--space-16);
  margin-bottom: var(--space-16);
}

.hero__subtitle {
  max-width: 44rem;
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-24);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
  margin-bottom: var(--space-16);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
}

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

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

.poker-section__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.poker-section__visual--card,
.poker-section__visual--summary {
  align-items: stretch;
}

.poker-section__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text);
}

.poker-section__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
  margin-top: var(--space-8);
}

.poker-section__cta--center {
  justify-content: center;
}

.poker-section__header {
  margin-bottom: var(--space-24);
}

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

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

.poker-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-orange));
}

.poker-list li {
  position: relative;
  padding-left: 0.2rem;
  color: var(--color-text);
}

.poker-meta-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.poker-subheading {
  margin-bottom: var(--space-8);
}

.poker-highlights,
.poker-agenda-overview,
.poker-stories,
.poker-responsible-grid {
  gap: var(--space-24);
}

.poker-club-grid,
.poker-tips-grid {
  gap: var(--space-24);
}

.poker-next-steps {
  background: radial-gradient(circle at top left, #e0f7fb 0, #ffffff 45%, #fef9c3 100%);
}

.poker-tip-card .card__title {
  font-size: var(--font-size-lg);
}

@media (min-width: 768px) {
  .poker-section {
    gap: var(--space-40);
  }
}

@media (min-width: 960px) {
  .poker-section {
    flex-direction: row;
  }

  .poker-section--reverse {
    flex-direction: row-reverse;
  }

  .poker-section__content,
  .poker-section__visual {
    flex: 1;
  }
}
