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

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

.poker-hero-figure {
  min-height: 260px;
}

.poker-hero-cta,
.poker-cta-inline,
.poker-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.poker-block-grid {
  align-items: center;
}

.poker-pillars-grid .poker-card {
  height: 100%;
}

.poker-ethics-card .poker-ethics-list {
  list-style: disc;
  padding-left: 1.2rem;
  color: var(--color-muted);
  font-size: var(--font-size-sm);
}

.poker-testimonial {
  border-left: 3px solid var(--color-accent);
}

.poker-next-steps-card {
  height: 100%;
}

@media (max-width: 900px) {
  .poker-hero-grid {
    gap: var(--space-6);
  }

  .poker-hero-figure {
    min-height: 220px;
  }

  .poker-hero-cta,
  .poker-cta-inline,
  .poker-next-links {
    justify-content: flex-start;
  }
}
