
        body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #f9f9f9; }
        header { text-align: center; padding: 40px 0; background: #fff; border-bottom: 5px solid #007bff; margin-bottom: 30px; border-radius: 8px 8px 0 0; }
        h1 { color: #222; font-size: 2.5em; margin-bottom: 10px; }
        h2 { color: #007bff; border-left: 5px solid #007bff; padding-left: 15px; margin-top: 40px; }
        h3 { color: #444; }
        .content-box { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .highlight { background: #e7f3ff; border-radius: 5px; padding: 15px; margin: 20px 0; border-right: 4px solid #007bff; }
        table { width: 100%; border-collapse: collapse; margin: 25px 0; }
        th, td { padding: 12px; text-align: left; border-bottom: 1px solid #ddd; }
        th { background-color: #f2f2f2; }
        .faq-section { margin-top: 50px; }
        .faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
        .faq-question { font-weight: bold; color: #007bff; font-size: 1.1em; cursor: pointer; }
        .faq-answer { margin-top: 8px; color: #555; }
        footer { text-align: center; margin-top: 50px; font-size: 0.9em; color: #888; }
        .btn-link { color: #007bff; text-decoration: none; font-weight: bold; }
        .btn-link:hover { text-decoration: underline; }
    