.poker-hero {
  position: relative;
  color: var(--color-text-on-dark);
}

.poker-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.poker-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poker-hero__content {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.poker-hero__inner {
  max-width: 640px;
}

.poker-hero__lead {
  font-size: var(--font-size-md);
  color: rgba(255, 255, 255, 0.9);
}

.poker-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.poker-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.poker-intro {
  align-items: flex-start;
  gap: var(--space-8);
}

.poker-intro__card {
  align-self: center;
}

.poker-list {
  display: grid;
  gap: var(--space-2);
  padding-left: 1.25rem;
}

.poker-list li {
  position: relative;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-list li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3dfb7, #c9a25a);
}

.poker-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: var(--font-size-sm);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.poker-link:hover {
  color: var(--color-primary-dark);
}

.poker-recreational {
  align-items: flex-start;
  gap: var(--space-8);
}

.poker-recreational__grid {
  margin-top: var(--space-4);
}

.poker-recreational__highlights {
  align-self: stretch;
}

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

.poker-corporate__image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft-lg);
}

.poker-corporate__grid {
  margin-top: var(--space-4);
}

.poker-corporate__cta {
  margin-top: var(--space-4);
}

.poker-vip {
  gap: var(--space-8);
}

.poker-vip__card {
  align-self: center;
}

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

.poker-dealers__image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft-lg);
}

.poker-dealers__grid {
  margin-top: var(--space-4);
}

.poker-decor {
  gap: var(--space-8);
}

.poker-decor__card {
  align-self: center;
}

.poker-timeline__intro {
  max-width: 640px;
}

.poker-timeline__card {
  align-self: flex-start;
}

.poker-faq {
  gap: var(--space-8);
}

.faq-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.faq-icon {
  font-family: var(--font-sans);
  font-size: var(--font-size-lg);
}

.poker-references__intro {
  max-width: 640px;
}

.poker-reference {
  min-width: 100%;
}

.poker-cta .card {
  box-shadow: var(--shadow-soft-lg);
}

.poker-cta__form {
  margin-top: var(--space-4);
}

@media (max-width: 767px) {
  .poker-hero__content {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .poker-hero__inner {
    max-width: 100%;
  }

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