
    body { font-family: Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; background: #f9f9f9; color: #333; }
    .container { max-width: 1200px; margin: auto; padding: 20px; background: white; }
    h1, h2, h3 { color: #005aa7; }
    .hero-image { width: 100%; height: auto; margin-bottom: 20px; }
    .features, .faq-section { margin-top: 40px; }
    .cta-button {
      background: #005aa7; color: white; padding: 12px 30px;
      text-decoration: none; display: inline-block; margin-top: 20px; border-radius: 5px;
    }
    .faq-item { margin-bottom: 20px; }
    .faq-item h3 { margin-bottom: 5px; }
  