.hero--poker {
  position: relative;
}
.hero--poker .hero__center {
  max-width: 760px;
}
.hero-poker-media {
  margin-top: var(--space-24);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.hero-poker-media img {
  width: 100%;
  height: auto;
}
.hero__badge--poker .badge {
  background: rgba(255, 255, 255, 0.9);
}
.hero-card-title {
  font-size: var(--font-size-md);
  margin-bottom: var(--space-3);
}
.hero-card-text {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}
.section--poker-overview {
  background: radial-gradient(circle at top, rgba(232, 207, 176, 0.12), transparent 55%);
}
.section--poker-scenarios {
  background: radial-gradient(circle at bottom, rgba(123, 147, 184, 0.1), transparent 60%);
}
.section--poker-service {
  background: rgba(255, 255, 255, 0.6);
}
.section--poker-gallery {
  background: radial-gradient(circle at top left, rgba(120, 159, 138, 0.08), transparent 60%);
}
.poker-list-wrapper {
  margin-top: var(--space-6);
}
.poker-icon-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}
.poker-bullet {
  display: inline-block;
  width: 1.25rem;
  color: var(--color-secondary);
  font-weight: 600;
}
.card--poker-highlights {
  height: 100%;
}
.card--poker-setup {
  height: 100%;
}
.card--poker-contact {
  height: 100%;
}
.poker-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.poker-image-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.poker-image-figure img {
  width: 100%;
  height: auto;
}
.section--poker-faq-cta {
  background: rgba(255, 255, 255, 0.7);
}
.poker-gallery-header {
  max-width: 44rem;
}
.poker-gallery-grid {
  margin-top: var(--space-16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-10);
}
.poker-gallery-item img {
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-4);
}
.poker-gallery-item figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}
.poker-gallery-cta p {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .poker-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
