.poker-hero {
  position: relative;
}
.poker-hero-inner {
  position: relative;
  padding-top: var(--space-2xl);
}
.poker-hero-copy {
  min-width: 0;
}
.poker-hero-meta {
  margin-bottom: var(--space-lg);
}
.poker-hero-label {
  font-size: var(--text-sm);
}
.poker-hero-cta .btn {
  max-width: 100%;
}
.poker-hero-media {
  min-width: 0;
}
.poker-hero-frame {
  background: radial-gradient(circle at 0 0, rgba(47, 107, 255, 0.4) 0, transparent 60%), radial-gradient(circle at 100% 100%, rgba(255, 51, 102, 0.4) 0, transparent 60%), var(--color-bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-strong);
}
.poker-hero-figure {
  margin: 0;
}
.poker-hero-image {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
}
.poker-hero-stats {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.poker-hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
  margin-bottom: var(--space-sm);
}
.poker-hero-stat {
  min-width: 0;
}
.poker-hero-stat-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: var(--letter-wide);
  color: var(--color-text-muted);
  margin-bottom: var(--space-2xs);
}
.poker-hero-stat-value {
  font-size: var(--text-lg);
  font-weight: 600;
}
.poker-split {
  min-width: 0;
}
.poker-split-row {
  display: flex;
}
.poker-split-text,
.poker-split-media {
  min-width: 0;
}
.poker-figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.poker-figure-image {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
}
.poker-keypoints {
  margin-top: var(--space-lg);
}
.poker-scenario-steps {
  margin-top: var(--space-2xl);
}
.poker-highlight-grid .col {
  min-width: 0;
}
.poker-benefits .card,
.poker-location-grid .card,
.poker-safe-grid .card {
  height: 100%;
}
.poker-mobile-footer {
  margin-top: var(--space-2xl);
}
.poker-mobile-cta .btn {
  max-width: 100%;
}
.poker-safe-inner {
  max-width: var(--container-max);
  margin-inline: auto;
}
.poker-safe-grid {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.poker-safe-footer .btn {
  max-width: 100%;
}
.poker-crosslinks-inner {
  max-width: var(--container-max);
  margin-inline: auto;
}
.poker-crosslinks-grid {
  margin-top: var(--space-lg);
}
.poker-crosslink-card {
  text-decoration: none;
}
.poker-crosslink-card .card-title {
  transition: color var(--transition-base) var(--easing-soft);
}
.poker-crosslink-card:hover .card-title {
  color: var(--color-accent-strong);
}
@media (max-width: 1023.98px) {
  .poker-hero-inner {
    padding-top: var(--space-xl);
  }
}
@media (max-width: 767.98px) {
  .poker-hero-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .poker-hero-stats-row {
    flex-direction: column;
  }
  .poker-scenario-steps,
  .poker-mobile-footer {
    margin-top: var(--space-xl);
  }
  .poker-safe-grid {
    margin-top: var(--space-lg);
    margin-bottom: var(--space-lg);
  }
  .poker-safe-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-md);
  }
}
@media (max-width: 479.98px) {
  .poker-hero-inner {
    padding-top: var(--space-lg);
  }
  .poker-hero-image,
  .poker-figure-image {
    max-height: 360px;
  }
}
