.concept-hero {
  position: relative;
  overflow: hidden;
}

.concept-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.concept-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: var(--space-96);
  padding-bottom: var(--space-96);
}

.concept-hero-content {
  max-width: 640px;
}

.concept-hero-lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
}

.concept-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
  margin-top: var(--space-24);
}

.concept-section-grid {
  align-items: center;
}

.concept-section-reversed {
  direction: rtl;
}

.concept-section-reversed > * {
  direction: ltr;
}

.concept-image-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.concept-figure {
  margin: 0;
  height: 100%;
}

.concept-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-inline-cta {
  margin-top: var(--space-24);
}

.concept-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
  margin-top: var(--space-24);
}

.concept-final-cta {
  margin-top: var(--space-32);
}

@media (max-width: 767px) {
  .concept-hero-inner {
    padding-top: var(--space-64);
    padding-bottom: var(--space-64);
  }

  .concept-hero-content {
    text-align: left;
  }

  .concept-section-reversed {
    direction: ltr;
  }
}
