/* Section blocks: spacing, titles, product hero */

.section__block {
  max-width: 720px;
}

.section__title {
  margin-bottom: 0.75em;
}

.section__lead {
  font-size: 1.125rem;
  color: var(--color-text-secondary);
  margin-bottom: 1rem;
}

.section--dark .section__lead {
  color: var(--color-text-muted-on-dark);
}

.section__text {
  margin-bottom: 1rem;
}

.section__text:last-child {
  margin-bottom: 0;
}

.section__subtitle {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

/* Product hero (MindPulse block) */
.product-hero {
  max-width: 720px;
}

.product-hero__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gradient-end);
  margin-bottom: 0.5rem;
}

.product-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--color-text-on-dark);
  margin-bottom: 0.25rem;
}

.product-hero__tagline {
  font-size: 1.125rem;
  color: var(--color-text-muted-on-dark);
  margin-bottom: 1.5rem;
}

