.hero-strip-poker {
  padding-top: var(--space-28);
  padding-bottom: var(--space-28);
}

.hero-strip-poker .hero-strip-bg {
  background: radial-gradient(circle at top left, rgba(48, 213, 200, 0.22) 0, transparent 40%),
    radial-gradient(circle at top right, rgba(24, 164, 216, 0.26) 0, transparent 50%),
    linear-gradient(180deg, rgba(241, 248, 255, 0.98), rgba(247, 251, 255, 0.98));
}

.hero-strip-poker .hero-strip-heading {
  max-width: 26rem;
}

.hero-strip-poker .hero-strip-subtitle {
  max-width: 30rem;
}

.hero-strip-poker .hero-strip-gallery {
  grid-auto-columns: minmax(150px, 1fr);
}

.hero-strip-card-overlay {
  opacity: 0.96;
}

.hero-strip-card-narrow {
  max-width: 220px;
}

.poker-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}

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

.poker-flow-card {
  align-self: stretch;
}

.poker-steps {
  display: grid;
  gap: var(--space-6);
}

.poker-steps li h4 {
  font-size: var(--text-base);
  margin-bottom: var(--space-2);
}

.poker-steps li p {
  margin-bottom: 0;
}

.poker-atmosphere-media {
  max-width: 520px;
  margin-inline: auto;
}

.poker-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: var(--space-16);
  align-items: stretch;
}

.poker-gallery-main {
  padding: 0;
  box-shadow: var(--shadow-soft-lg);
}

.poker-gallery-main img {
  border-radius: var(--radius-lg);
}

.poker-gallery-notes h3 {
  font-size: var(--text-lg);
}

.poker-reservation-form {
  max-width: 520px;
}

.poker-reservation-form .button-lg {
  width: 100%;
}

@media (max-width: 960px) {
  .hero-strip-poker {
    padding-top: var(--space-24);
    padding-bottom: var(--space-24);
  }

  .hero-strip-poker .hero-strip-heading,
  .hero-strip-poker .hero-strip-subtitle {
    max-width: none;
  }

  .poker-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .poker-reservation-form .button-lg {
    width: 100%;
  }
}
