.section-formats-hero {
  position: relative;
}

.section-formats-hero__cta-group .button,
.section-formats-hero__cta-group .btn {
  max-width: 100%;
}

.section-formats-hero__badge-grid {
  margin-top: var(--space-md);
}

.section-formats-hero__media {
  max-width: 520px;
  margin-inline: auto;
}

.section-formats-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-formats-overview__header {
  text-align: left;
}

.section-formats-overview__cards {
  margin-top: var(--space-lg);
}

.section-formats-overview__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-formats-overview__pills {
  flex-wrap: wrap;
}

.section-formats-overview__details {
  margin-top: var(--space-sm);
}

.section-formats-overview__footer .button,
.section-formats-overview__footer .btn {
  max-width: 100%;
}

.section-formats-overview__cta {
  margin-top: var(--space-xl);
}

.section-formats-overview__cta-actions .button,
.section-formats-overview__cta-actions .btn {
  max-width: 100%;
}

.section-formats-process__steps-wrapper {
  position: relative;
}

.section-formats-process__steps {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: var(--grid-gap-md);
}

.section-formats-process__step {
  position: relative;
}

.section-formats-process__step-inner {
  border-radius: var(--radius-card);
  padding: var(--space-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)), rgba(5, 8, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.section-formats-process__step-header {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-sm);
}

.section-formats-process__step-number {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--font-size-sm);
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: var(--color-text-on-primary);
  box-shadow: var(--shadow-glow-primary);
}

.section-formats-process__step-title {
  font-family: var(--font-display);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
}

.section-formats-process__step-text {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.section-formats-process__cta .button,
.section-formats-process__cta .btn {
  max-width: 100%;
}

.section-formats-why__grid {
  margin-top: var(--space-lg);
}

.section-formats-why__card {
  height: 100%;
}

.section-formats-why__card .section-formats-why__list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: var(--space-sm);
}

.section-formats-why__list li + li {
  margin-top: var(--space-2xs);
}

.section-formats-why__card--wide {
  grid-column: 1 / -1;
}

.section-formats-why__stats {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.section-formats-why__cta {
  margin-top: var(--space-xl);
}

.section-formats-why__cta-actions .button,
.section-formats-why__cta-actions .btn {
  max-width: 100%;
}

.section-formats-why__media {
  max-width: 560px;
  margin-inline: auto;
}

.section-formats-why__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.min-w-0 {
  min-width: 0;
}

@media (max-width: 991.98px) {
  .section-formats-hero__badge-grid {
    justify-content: flex-start;
  }
  .section-formats-why__card--wide {
    grid-column: auto;
  }
}

@media (max-width: 767.98px) {
  .section-formats-overview__cards {
    margin-top: var(--space-md);
  }
  .section-formats-process__step-inner {
    padding: var(--space-md);
  }
  .section-formats-why__grid {
    margin-top: var(--space-md);
  }
}
