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

.poker-hero__grid {
  align-items: center;
}

.poker-hero__content {
  max-width: 540px;
}

.poker-hero__lead {
  font-size: var(--font-size-lg);
}

.poker-hero__media img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
  object-fit: cover;
  min-height: 260px;
}

.poker-lounge__image img,
.poker-table__image img,
.poker-theme__image img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}

.poker-section__header {
  flex-wrap: wrap;
}

.poker-section__highlight {
  height: 100%;
}

.poker-section__notice {
  height: 100%;
}

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

.poker-cta {
  background: radial-gradient(circle at top left, rgba(255, 76, 59, 0.25), rgba(10, 10, 25, 0.95));
}

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

  .poker-hero__media {
    order: -1;
    margin-bottom: var(--space-6);
  }
}
