/* ---------- Section Shared ---------- */
.section {
  padding: var(--section-gap) 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-header {
  text-align: center;
  margin-bottom: 28px;
}

.section-icon {
  display: none;
}

.section-title {
  font-family: var(--font-sans);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  text-shadow: none;
}

.section-subtitle {
  font-size: 0.95rem;
  color: var(--text-secondary);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.5;
}
