.poker-hero-grid {
  align-items: center;
  gap: var(--space-8);
}

.poker-hero-media {
  max-height: 420px;
}

.poker-highlights-grid,
.poker-gastro-grid,
.poker-atmosphere-grid,
.poker-organization-grid,
.poker-testimonials-grid {
  align-items: center;
}

.poker-list {
  list-style: disc;
  padding-left: 1.25rem;
}

.poker-list li {
  margin-bottom: 0.35rem;
}

.poker-meta-text,
.poker-note {
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}

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

.poker-faq-item {
  padding: var(--space-4) var(--space-5);
}

.poker-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  background: transparent;
  cursor: pointer;
  font-size: var(--text-base);
  text-align: left;
}

.poker-faq-question {
  font-weight: 500;
  color: var(--gray-800);
}

.poker-faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--color-border-subtle);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  color: var(--gray-700);
  background: rgba(255, 255, 255, 0.8);
}

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

.poker-cta-title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  margin-bottom: var(--space-3);
}

.poker-cta-text {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .poker-hero-media {
    max-height: 480px;
  }
}
