/* Section Layout */

section {
  padding: 5rem 0;
}

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

.section-header h2 {
  font-family: var(--md-sys-typescale-headline-large-font-family);
  font-size: var(--md-sys-typescale-headline-large-font-size);
  font-weight: var(--md-sys-typescale-headline-large-font-weight);
  line-height: var(--md-sys-typescale-headline-large-line-height);
  color: var(--md-sys-color-on-background);
  margin-bottom: 1rem;
}

.section-header p {
  font-family: var(--md-sys-typescale-title-medium-font-family);
  font-size: var(--md-sys-typescale-title-medium-font-size);
  line-height: var(--md-sys-typescale-title-medium-line-height);
  color: var(--md-sys-color-on-surface-variant);
  max-width: 600px;
  margin: 0 auto;
}

/* Pricing Section */
.pricing {
  background-color: var(--md-sys-color-background);
}

/* Features Section */
.features {
  background-color: var(--md-sys-color-surface);
}

/* Process Section */
.process {
  background-color: var(--md-sys-color-background);
}

/* FAQ Section */
.faq {
  background-color: var(--md-sys-color-surface);
}

/* News Section */
.news-section {
  background-color: var(--bg-blue-lightest);
  padding: 4rem 0;
}

/* Responsive */
@media (max-width: 480px) {
  .section-header h2 {
    font-size: var(--md-sys-typescale-headline-medium-font-size);
  }
}
