.container { max-width: 900px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        h1 { color: #2c3e50; border-bottom: 2px solid #9b59b6; padding-bottom: 10px; text-align: center; }
        h3 { color: #8e44ad; margin-top: 25px; border-left: 4px solid #9b59b6; padding-left: 10px; }
        p { margin-bottom: 15px; text-align: justify; }
        .mission-box { background-color: #f5f3f7; border: 1px solid #dcdde1; padding: 20px; border-radius: 5px; margin-top: 20px; text-align: center; font-style: italic; }
        .contact-info { background: #ecf0f1; padding: 20px; border-radius: 5px; margin-top: 30px; }
        ul { margin-bottom: 15px; }
        li { margin-bottom: 8px; }
        .faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
        .question { font-weight: bold; color: #2c3e50; font-size: 1.1em; display: block; margin-bottom: 10px; }
        .answer { color: #555; text-align: justify; }
        .contact-info { background: #fff9e6; padding: 20px; border-radius: 5px; margin-top: 30px; border: 1px solid #f1c40f; }
        .highlight { color: #d35400; font-weight: bold; }