.hero--poker {
  position: relative;
}

.hero--poker-grid{
  display: flex;
}

@media (max-width: 768px) {
  .hero--poker-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero--poker-copy .tagline {
  margin-bottom: var(--space-3);
}

.hero--poker-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.hero--poker-meta {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  margin-top: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.hero--poker-media img {
  width: 100%;
  height: auto;
}

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

@media (max-width: 768px) {
  .poker-section-grid {
    gap: var(--space-6);
    
  }
  .hero--poker-grid {
    display: flex;
    flex-direction: column;
}
}

.poker-section-grid--reverse {
  direction: rtl;
}

.poker-section-grid--reverse > * {
  direction: ltr;
}

.poker-list {
  list-style: none;
  padding: 0;
  margin: var(--space-3) 0 0;
}

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

.poker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff, var(--color-primary));
  box-shadow: 0 0 12px rgba(246, 196, 83, 0.7);
}

.poker-formats .card-body {
  padding-top: 0;
}

.poker-allin-card {
  max-width: 1000px;
  margin-inline: auto;
}

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

.poker-gallery {
  margin-top: var(--space-6);
}

.poker-gallery img {
  width: 100%;
  height: auto;
}

.poker-gallery-cta {
  justify-content: center;
}

.poker-benefits-grid {
  gap: var(--space-4);
}

.poker-benefit-card {
  padding: var(--space-5);
}

.poker-benefit-card h3 {
  margin-bottom: var(--space-2);
}

@media (max-width: 768px) {
  .poker-gallery-cta,
  .poker-cta-inline {
    flex-direction: column;
    align-items: stretch;
  }
}
