html {
  scroll-behavior: smooth;
}

.hero--poker::before {
  background-image: url('/assets/images/poker-hero-atmosphere.webp');
}

.hero-disclaimer {
  margin-top: var(--space-4);
  font-size: var(--font-size-xs);
  color: rgba(232, 240, 255, 0.9);
}

.align-start {
  align-items: flex-start;
}

.poker-media-block {
  max-width: 540px;
  margin-inline: auto;
}

.poker-image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-medium);
}

.poker-image--large {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.poker-image--card {
  margin-bottom: var(--space-4);
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.poker-bullets {
  margin-top: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  list-style: none !important;
}

.poker-bullets li::before {
  content: "•";
  color: var(--color-primary);
  margin-right: var(--space-2);
}

.poker-steps {
  margin-top: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.poker-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: var(--radius-full);
  background: var(--color-primary-subtle);
  color: var(--color-primary);
  font-size: var(--font-size-xs);
  font-weight: 600;
  margin-right: var(--space-3);
}

.poker-steps li {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-panel.hero-panel--bottom {
    margin-bottom: 10vh;
  }

  .poker-image--large {
    max-height: 320px;
  }
}

.nav-toggle {
  flex-direction: column;
}
