.poker-hero {
  padding-top: calc(var(--space-16) + var(--header-height));
}

.poker-hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  align-items: center;
}

.poker-hero-text,
.poker-hero-media {
  min-width: 0;
}

.poker-hero-text {
  flex: 1 1 20rem;
}

.poker-hero-media {
  flex: 1 1 18rem;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-hero-title {
  margin-top: var(--space-4);
  margin-bottom: var(--space-3);
}

.poker-hero-lead {
  max-width: 40rem;
}

.poker-hero-meta {
  margin-top: var(--space-5);
}

.poker-hero-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-hero-list li {
  position: relative;
  padding-left: 1.3rem;
}

.poker-hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-green));
}

.poker-hero-cta {
  margin-top: var(--space-5);
}

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

.poker-hero-figure {
  box-shadow: var(--shadow-soft);
}

.poker-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.poker-hero-highlight-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.poker-hero-highlight-text {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-hero-highlight-footer {
  margin-top: var(--space-4);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: var(--space-3);
}

.poker-hero-highlight-item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.poker-hero-highlight-label {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.poker-hero-highlight-value {
  font-size: var(--font-size-sm);
  font-weight: 600;
}

.poker-scenario-layout,
.poker-atmosphere-layout {
  align-items: flex-start;
}

.poker-scenario-text,
.poker-scenario-media,
.poker-atmosphere-media,
.poker-atmosphere-text {
  min-width: 0;
}

.poker-scenario-text {
  flex: 1 1 20rem;
}

.poker-scenario-media {
  flex: 1 1 18rem;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-scenario-subtitle {
  margin-bottom: var(--space-4);
}

.poker-scenario-steps {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-scenario-steps li h4 {
  margin-bottom: 0.35rem;
}

.poker-scenario-steps li p {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

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

.poker-scenario-list {
  list-style: none;
  padding-left: 0;
  margin-top: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-scenario-list li {
  position: relative;
  padding-left: 1.1rem;
}

.poker-scenario-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--color-accent-yellow);
}

.poker-atmosphere-media {
  max-width: 32rem;
}

.poker-atmosphere-text {
  flex: 1 1 20rem;
}

.poker-atmosphere-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.poker-atmosphere-benefits {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-atmosphere-benefits li h4 {
  margin-bottom: 0.35rem;
}

.poker-atmosphere-benefits li p {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-atmosphere-note {
  border-style: dashed;
}

.poker-groups-grid {
  align-items: stretch;
}

.poker-group-card {
  height: 100%;
}

.poker-group-card .card-body p {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-group-list {
  list-style: none;
  padding-left: 0;
  margin-top: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-group-list li {
  position: relative;
  padding-left: 1.1rem;
}

.poker-group-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--color-accent-green);
}

.poker-group-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.poker-group-label {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.poker-group-value {
  font-size: var(--font-size-sm);
  font-weight: 600;
}

.poker-groups-cta {
  margin-top: var(--space-10);
  padding: var(--space-6);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 55%), radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.16), transparent 55%), var(--color-surface);
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  align-items: center;
}

.poker-groups-cta-text {
  flex: 1 1 18rem;
  min-width: 0;
}

.poker-groups-cta-text h3 {
  margin-bottom: var(--space-2);
}

.poker-groups-cta-text p {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.poker-groups-cta-buttons {
  flex: 1 1 16rem;
  justify-content: flex-end;
}

.poker-groups-cta-buttons .btn {
  max-width: 100%;
}

@media (max-width: 1023.98px) {
  .poker-hero-inner {
    flex-direction: column;
  }
  .poker-hero-media {
    max-width: 32rem;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .poker-hero {
    padding-top: calc(var(--space-12) + var(--header-height));
  }
  .poker-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .poker-hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .poker-groups-cta {
    padding: var(--space-5);
  }
  .poker-groups-cta-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 479.98px) {
  .poker-groups-cta {
    padding: var(--space-4);
  }
}
