
        body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.8; color: #333; margin: 0; padding: 0; background-color: #f8f9fa; }
        .container { max-width: 960px; margin: 40px auto; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
        header { text-align: center; margin-bottom: 40px; }
        header h1 { font-size: 2.8em; color: #0056b3; margin-bottom: 10px; font-weight: 700; }
        header p { font-size: 1.2em; color: #666; }
        h2 { font-size: 2.2em; color: #0056b3; border-bottom: 2px solid #e9ecef; padding-bottom: 15px; margin-top: 50px; margin-bottom: 30px; font-weight: 600; }
        h3 { font-size: 1.7em; color: #0056b3; margin-top: 35px; margin-bottom: 20px; font-weight: 600; }
        p { margin-bottom: 1.2em; font-size: 1.1em; }
        ul { list-style-type: disc; margin-left: 25px; margin-bottom: 1.5em; }
        ul li { margin-bottom: 0.8em; font-size: 1.1em; }
        blockquote { border-left: 5px solid #007bff; background-color: #eaf6ff; margin: 30px 0; padding: 20px 30px; font-style: italic; color: #555; border-radius: 6px; }
        .cta-button { display: inline-block; background-color: #007bff; color: white; padding: 15px 30px; text-decoration: none; border-radius: 8px; font-size: 1.2em; margin-top: 30px; transition: background-color 0.3s ease; font-weight: 600; }
        .cta-button:hover { background-color: #0056b3; }
        .faq-section { margin-top: 60px; }
        .faq-item { background-color: #f1f7fc; border-radius: 8px; margin-bottom: 15px; padding: 20px 25px; border: 1px solid #dbe9f6; }
        .faq-question { font-weight: 700; color: #0056b3; font-size: 1.15em; margin-bottom: 10px; }
        .faq-answer { color: #555; font-size: 1.05em; }
        footer { text-align: center; margin-top: 60px; padding: 30px; border-top: 1px solid #e9ecef; color: #777; font-size: 0.9em; }
        a { color: #007bff; text-decoration: none; }
        a:hover { text-decoration: underline; }
    