.page-section {
  padding: 40px 0;
}

.page-section + .page-section {
  padding-top: 0;
}

.page-section--cta {
  padding-bottom: 52px;
}

.page-title {
  margin: 0 0 14px;
  color: var(--mmc-text);
  font-size: clamp(2rem, 1.55rem + 1.8vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.page-subtitle {
  margin: 0;
  max-width: 620px;
  color: var(--mmc-muted);
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.2rem);
  line-height: 1.65;
}

.section-content {
  color: var(--mmc-muted);
  line-height: 1.7;
  font-size: 1rem;
}

.section-content p {
  margin: 0 0 14px;
}

.page-hero {
  padding: 40px 0 52px;
}

.page-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  min-height: 460px;
}

.page-hero__content {
  max-width: 620px;
}

.page-hero__visual {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-hero__visual img {
  width: min(100%, 430px);
  max-height: 420px;
  object-fit: contain;
}

.page-hero--default {
  background: #f7f9fd;
}

.page-hero--mint {
  background: #effaf5;
}

.page-hero--lavender {
  background: #f3f1ff;
}

@media (max-width: 960px) {
  .page-hero {
    padding: 32px 0 40px;
  }

  .page-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .page-hero__visual {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .page-section {
    padding: 32px 0;
  }

  .page-hero {
    padding: 28px 0 32px;
  }

  .page-hero__visual {
    min-height: 240px;
  }
}
