
        body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 900px; margin: 0 auto; padding: 20px; background-color: #f9f9f9; }
        header { text-align: center; padding: 50px 0; background: #fff; border-bottom: 1px solid #eee; }
        h1 { color: #1a1a1a; font-size: 2.5em; margin-bottom: 10px; }
        h2 { color: #2c3e50; border-left: 5px solid #d4af37; padding-left: 15px; margin-top: 40px; }
        h3 { color: #34495e; margin-top: 30px; }
        .content-box { background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .cta-button { display: inline-block; padding: 15px 35px; background-color: #d4af37; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.2em; transition: background 0.3s; margin: 30px 0; }
        .cta-button:hover { background-color: #b8962d; }
        .faq-section { margin-top: 50px; background: #f0f2f5; padding: 30px; border-radius: 8px; }
        .faq-item { margin-bottom: 20px; }
        .faq-question { font-weight: bold; color: #1a1a1a; }
        .highlight { font-weight: bold; color: #d4af37; }
        table { width: 100%; border-collapse: collapse; margin: 20px 0; }
        table, th, td { border: 1px solid #ddd; padding: 12px; text-align: left; }
        th { background-color: #f2f2f2; }
    