.faq-hero {
  background: linear-gradient(135deg, #f7f7f7, #ffffff);
  padding: 8rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.faq-hero-content h1 {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #333;
  line-height: 1.2;
}

.faq-hero-content p {
  font-size: 2.2rem;
  color: #555;
  max-width: 80rem;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faq-hero {
    padding: 6rem 1.5rem;
  }
  
  .faq-hero-content h1 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }

  .faq-hero-content p {
    font-size: 1.8rem;
  }
}

@media (max-width: 468px) {
  .faq-hero {
    padding: 4rem 1rem;
  }
  
  .faq-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .faq-hero-content p {
    font-size: 1.6rem;
  }
}
