.poker-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
}

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

.poker-hero-media {
  max-width: 520px;
  margin-left: auto;
}

.poker-hero-figure {
  padding: var(--space-4);
}

.poker-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.poker-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.poker-section-grid {
  align-items: flex-start;
}

.poker-info-card {
  height: 100%;
}

.poker-coach-figure {
  padding: var(--space-4);
}

.poker-list,
.poker-bullets {
  list-style: none;
  padding-left: 0;
}

.poker-list li,
.poker-bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

.poker-list li::before,
.poker-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #f97373, #ef4444);
}

.poker-gallery-header {
  flex-wrap: wrap;
}

.poker-gallery-cta {
  max-width: 280px;
}

.poker-booking-form {
  max-width: 440px;
}

.poker-booking-form .small {
  font-size: var(--text-xs);
}

@media (max-width: 960px) {
  .poker-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .poker-hero-media {
    order: -1;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .poker-gallery-cta {
    text-align: left;
    max-width: none;
  }
}
