/* Responsive fixes for all pages */
@media (max-width: 768px) {
  body, html {
    padding: 0 10px;
    font-size: 16px;
  }

  header, section, footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
  }

  header h1 {
    font-size: 2rem !important;
  }

  nav {
    flex-direction: column !important;
    gap: 8px !important;
  }

  nav a {
    font-size: 1rem !important;
    padding: 10px !important;
    text-align: center;
  }

  .features {
    flex-direction: column !important;
  }

  .feature-card {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px !important;
  }

  .cta-button {
    width: 100% !important;
    font-size: 1.1rem !important;
  }
  
  section {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
