
        body { font-family: 'Arial', sans-serif; line-height: 1.8; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; font-size: 2.2rem; margin-bottom: 15px; }
        h2 { color: #34495e; font-size: 1.8rem; margin-top: 30px; border-bottom: 2px solid #ecf0f1; padding-bottom: 10px; }
        h3 { color: #2980b9; font-size: 1.4rem; margin-top: 25px; }
        p { margin-bottom: 20px; }
        ul, ol { margin-left: 25px; margin-bottom: 20px; }
        .faq-item { margin-bottom: 15px; }
        .faq-question { font-weight: bold; color: #2c3e50; cursor: pointer; }
        .faq-answer { display: block; margin-top: 5px; }
        .highlight { background-color: #f8f9fa; padding: 2px 5px; border-radius: 3px; }
        .call-to-action { background-color: #3498db; color: white; padding: 15px 20px; text-align: center; border-radius: 5px; margin: 30px 0; }
        .call-to-action a { color: white; text-decoration: none; font-weight: bold; }
    