.hero--poker {
  background: var(--gradient-warm-light);
}

.hero-blob-1 {
  width: 340px;
  height: 340px;
  top: -60px;
  left: -40px;
}

.hero-blob-2 {
  width: 280px;
  height: 280px;
  bottom: -80px;
  right: -60px;
}

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

.hero-poker-caption {
  margin-top: var(--space-3);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.hero-meta {
  max-width: 540px;
}

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

.poker-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: var(--font-size-sm);
}

.poker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-primary-strong);
}

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

.poker-steps li,
.poker-formats li {
  margin-bottom: 0.6rem;
  font-size: var(--font-size-sm);
}

.poker-note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-top: var(--space-2);
}

.poker-figure {
  margin-bottom: var(--space-3);
}

.poker-figure figcaption {
  margin-top: var(--space-2);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.poker-quotes {
  display: grid;
  gap: var(--space-3);
}

.poker-quote {
  padding: var(--space-3);
  border-radius: var(--radius-lg);
  background: var(--color-surface-soft);
  font-size: var(--font-size-sm);
}

.poker-quote p {
  margin-bottom: var(--space-2);
}

.poker-quote footer {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.poker-reviews {
  background: var(--color-surface-soft);
}

.poker-cta-final {
  padding-top: var(--space-8);
  padding-bottom: var(--space-12);
}

.poker-cta-card {
  background: var(--gradient-lime-glow);
  color: #07100a;
}

.poker-cta-card h2 {
  color: #07100a;
}

.poker-cta-card p {
  color: #102013;
}

.poker-cta-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
}

.poker-cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

@media (max-width: 768px) {
  .poker-cta-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-blob-1,
  .hero-blob-2 {
    display: none;
  }
}
