
body { 
    font-family: 'Inter', sans-serif; 
    line-height: 1.6; 
    background-color: #ffffff; 
    color: #333; 
}
h1, h2, h3 { color: #000; }
a { text-decoration: none; }
.hero-gradient { background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%); } /* Bright Blue */
.check-list li { margin-bottom: 10px; }
.faq-item { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; }
.faq-question { font-weight: bold; color: #1e40af; }
