 body { font-family: Arial, sans-serif; background: #fafcfb; }
    .header { background-color: #14751e; padding: 15px; width: 100%; }
    .header-container { width: 90%; margin: 0 auto; }
    .header-logo { color: white; font-size: 28px; font-weight: bold; }
    .header-logo span { color: #dbba7c; }
    .header-tagline { color: #bed6cf; font-size: 13px; margin-top: 5px; }
    .float-right { text-align: right; }
    .header-nav a { color: white; margin-right: 25px; font-weight: bold; text-decoration: none; }
    .header-nav a:hover { text-decoration: underline; }

    .about-container { width: 85%; margin: 40px auto; background: white; padding: 30px; border-radius: 20px; }
    .section-title { font-size: 22px; color: #1e463c; border-left: 5px solid #dbba7c; padding-left: 15px; margin-top: 25px; margin-bottom: 15px; font-weight: bold; }
    .section-text { font-size: 14px; color: #2d5a4d; line-height: 1.6; margin-bottom: 15px; }
    .values-list { padding-left: 20px; }
    .values-list li { margin-bottom: 10px; color: #2d5a4d; }

    .footer { background-color: #0c2924; padding: 20px; text-align: center; margin-top: 45px; width: 100%; }
    .footer-text { font-size: 12px; color: #b8cfc8; }