/* Section Styles */
section {
  margin: 0 0 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 3rem !important;
  font-weight: 700;
  color: #1e293b !important;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #64748b !important;
  max-width: 600px;
  margin: 0 auto;
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .section-title {
    font-size: 1.8rem;
  }
}
