body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.hero {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.hero img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero p {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.cta {
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cta h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #2c3e50;
}

.cta h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4CAF50;
    margin: 10px auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta button, .cta a {
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 1.2em;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-height: 50px;
    box-sizing: border-box;
    display: inline-block;
}

.cta button:hover, .cta a:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

.mission {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mission h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #2c3e50;
    position: relative;
}

.mission h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4CAF50;
    margin: 10px auto;
}

.mission p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto;
    color: #555;
}

.impact {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.impact h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #2c3e50;
    position: relative;
}

.impact h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4CAF50;
    margin: 10px auto;
}

.impact p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto;
    color: #555;
    font-weight: 500;
}

.contact-board {
    padding: 40px 20px;
    text-align: center;
    background-color: #f9f9f9;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-board h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-board h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4CAF50;
    margin: 10px auto;
}

.contact-board p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 20px;
}

.board {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.board h2 {
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #2c3e50;
}

.board h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4CAF50;
    margin: 10px auto;
}

.board-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.member {
    flex: 1 1 250px;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.member h3 {
    font-size: 1.5em;
    color: #4CAF50;
    margin-bottom: 5px;
}

.member p {
    color: #666;
}

.pillars {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #f4f4f4 0%, #e9ecef 100%);
}

.pillars h2 {
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #2c3e50;
}

.pillars h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4CAF50;
    margin: 10px auto;
}

.pillars-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.pillar {
    flex: 1 1 280px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #4CAF50, #45a049);
}

.pillar:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.pillar h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #4CAF50;
}

.pillar p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 20px;
}

.pillar button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-height: 48px;
    box-sizing: border-box;
}

.pillar button:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

.pillar form {
    text-align: center;
}

.schedule {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.schedule h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #2c3e50;
}

.schedule h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #4CAF50;
    margin: 10px auto;
}

.schedule-item {
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;
    transition: box-shadow 0.3s ease;
}

.schedule-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.schedule-item h3 {
    margin-top: 0;
    color: #4CAF50;
    font-size: 1.3em;
}

footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

footer button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-height: 48px;
    box-sizing: border-box;
}

footer button:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

footer a {
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 1em;
    border-radius: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    min-height: 48px;
    box-sizing: border-box;
}

footer a:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5em;
    }
    .hero p {
        font-size: 1.1em;
    }
    .pillars-container {
        flex-direction: column;
        align-items: center;
    }
    .pillar {
        flex: 1 1 100%;
        max-width: 500px;
    }
    .footer-links {
        flex-direction: column;
        align-items: center;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .board-members {
        flex-direction: column;
        align-items: center;
    }
}
