.poker-page {
  position: relative;
}
.hero-poker {
  position: relative;
}
.hero-poker::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(252, 231, 243, 0.8), transparent 55%);
  opacity: 0.7;
}
.hero-poker .container {
  position: relative;
  z-index: 1;
}
.hero-eyebrow-text {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
}
.hero-media-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.hero-media-frame {
  border-radius: calc(var(--radius-card) - 4px);
  overflow: hidden;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-feature-list {
  list-style: none;
  padding-left: 0;
  margin: var(--space-4) 0 0;
  display: grid;
  gap: 0.5rem;
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}
.hero-feature-list li {
  position: relative;
  padding-left: 1.4rem;
}
.hero-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-accent-gradient-start), var(--color-accent-gradient-end));
  box-shadow: 0 0 0 4px var(--color-accent-subtle);
}
.section-poker-intro .section-header {
  max-width: var(--container-sm);
}
.poker-intro-layout {
  display: flex;
  flex-direction: column;
}
.poker-intro-text {
  max-width: var(--container-md);
}
.poker-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
  margin-top: var(--space-6);
}
.poker-intro-item h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
}
.poker-intro-item p {
  margin-bottom: 0;
}
.section-poker-flow {
  background-color: var(--color-bg-alt);
}
.poker-flow-layout {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-10);
  align-items: center;
}
.poker-flow-media {
  flex: 1 1 18rem;
  min-width: 0;
}
.poker-flow-content {
  flex: 1 1 20rem;
  min-width: 0;
}
.poker-flow-steps {
  list-style: none;
  padding-left: 0;
  margin: var(--space-4) 0 0;
  display: grid;
  gap: var(--space-4);
}
.poker-flow-steps li {
  position: relative;
  padding-left: 2.4rem;
}
.poker-flow-steps h3 {
  font-size: var(--text-base);
  margin-bottom: var(--space-1);
}
.poker-flow-steps p {
  margin-bottom: 0;
}
.poker-flow-steps li::before {
  counter-increment: poker-step;
  content: counter(poker-step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-on-accent);
  background-image: linear-gradient(135deg, var(--color-accent-gradient-start), var(--color-accent-gradient-end));
  box-shadow: var(--shadow-sm);
}
.section-poker-flow .poker-flow-steps {
  counter-reset: poker-step;
}
.section-poker-why {
  background-color: var(--color-bg-soft);
}
.poker-why-layout {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-10);
  align-items: center;
}
.poker-why-media {
  flex: 1 1 18rem;
  min-width: 0;
}
.poker-why-content {
  flex: 1 1 20rem;
  min-width: 0;
}
.poker-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}
.poker-why-item h3 {
  font-size: var(--text-base);
  margin-bottom: var(--space-2);
}
.poker-why-item p {
  margin-bottom: 0;
}
.poker-why-note {
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px dashed var(--color-border-subtle);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}
.section-poker-cta {
  padding-bottom: var(--space-20);
}
.poker-cta-card {
  max-width: var(--container-md);
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.poker-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(248, 250, 252, 0.9), transparent 55%), radial-gradient(circle at bottom right, rgba(252, 231, 243, 0.9), transparent 55%);
  opacity: 0.9;
}
.poker-cta-content {
  position: relative;
  z-index: 1;
}
.poker-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.poker-cta-meta {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}
.poker-cta-meta p {
  margin-bottom: 0;
}
.poker-page .btn {
  max-width: 100%;
}
.poker-page .btn-lg {
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .poker-intro-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .poker-flow-layout {
    flex-direction: column;
  }
  .poker-why-layout {
    flex-direction: column;
  }
  .poker-why-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 767.98px) {
  .hero-poker::before {
    background: radial-gradient(circle at top center, rgba(252, 231, 243, 0.85), transparent 60%);
  }
  .poker-cta-card {
    padding: var(--space-5);
  }
  .poker-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 479.98px) {
  .poker-cta-card {
    padding: var(--space-4);
  }
}
