.hero--poker {
  position: relative;
}

.hero-inner--poker {
  align-items: center;
}

.hero-image-wrapper {
  max-width: 520px;
  margin-left: auto;
}

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

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

.themed-poker-image-wrapper,
.venue-image-wrapper {
  height: 100%;
}

.themed-poker-image,
.venue-image {
  height: 100%;
  object-fit: cover;
}

.themed-poker-list li,
.social-poker-list li,
.venue-list li,
.why-bpc-list li,
.poker-meta-list li,
.poker-contact-list li {
  margin-bottom: var(--space-2);
  color: var(--color-text-soft);
}

.social-poker-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.social-poker-tags li {
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  background-color: rgba(255, 255, 255, 0.04);
  font-size: var(--text-xs);
}

.poker-steps {
  counter-reset: poker-steps;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
}

.poker-step {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
}

.poker-step-number {
  min-width: 2rem;
  height: 2rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #ff3366, #ff8a3c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 600;
}

.poker-step-title {
  margin-bottom: var(--space-2);
}

.poker-info-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
}

.testimonial-card blockquote {
  font-size: var(--text-sm);
  color: var(--color-text-soft);
  margin-bottom: var(--space-3);
}

.testimonial-name {
  display: block;
  font-weight: 600;
}

.testimonial-meta {
  display: block;
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.why-bpc-card {
  align-self: center;
}

.poker-contact-grid {
  align-items: flex-start;
}

.poker-inline-form .poker-form {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .hero-inner--poker {
    display: flex;
    flex-direction: column;
  }

  .hero-image-wrapper {
    margin-top: var(--space-6);
    margin-right: auto;
  }
}
