.hero-highlight {
  color: #7C3AED; 
  font-style: italic;
}

.section-title,
.section-title h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #f4f4f5;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-align: center;
  margin: 0 auto 0.75rem;
  text-wrap: balance;
}

.section-subtitle,
.section-subtitle p {
  font-size: 1rem;
  color: #71717a;
  line-height: 1.65;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

.text-highlight {
  color: #7C3AED; 
}

#products .section-subtitle,
[data-component-id="products"] .section-subtitle {
  margin-bottom: 2rem;
}

html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}