 .hero--about {
  position: relative;
}

.hero--about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0%, rgba(224, 177, 90, 0.2), transparent 55%),
              radial-gradient(circle at 90% 100%, rgba(59, 130, 246, 0.2), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.hero--about .hero__inner {
  position: relative;
  z-index: 1;
}

.hero__media-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero-figure,
.about-image-figure {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.about-hero-caption,
.about-image-caption {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.about-concept-card,
.about-atmosphere-card,
.about-highlight-card,
.about-poker-card,
.about-values-card,
.about-cta-card,
.about-poker-media {
  height: 100%;
}

.about-intro-grid {
  align-items: center;
}

.about-atmosphere-media img,
.about-poker-media img {
  width: 100%;
  height: auto;
}

.about-cta-card h2 {
  margin-bottom: var(--space-2);
}

.about-cta-actions {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .about-cta-actions {
    text-align: left;
    align-items: flex-start;
  }
}
