* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --primary: #5D4037;
    --secondary: #D4A373;
    --accent: #FAEDCD;
    --text: #333;
    --light: #FEFAE0;
    --white: #fff;
    --shadow: 0 2px 10px rgba(0,0,0,0.1);
}
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(--text); background: var(--light); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
ul { list-style: none; }

.top-bar { background: var(--primary); color: var(--white); padding: 10px 0; font-size: 14px; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.contact-info { display: flex; gap: 20px; flex-wrap: wrap; }
.social-links { display: flex; gap: 15px; }
.social-links a { font-size: 18px; transition: opacity 0.3s; }
.social-links a:hover { opacity: 0.7; }

header nav { background: var(--white); box-shadow: var(--shadow); padding: 15px 0; position: sticky; top: 0; z-index: 100; }
header nav .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 15px; }
.logo img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.logo h1 { font-size: 22px; color: var(--primary); margin: 0; line-height: 1.2; }
.logo p { font-size: 14px; color: var(--secondary); margin: 0; }
.menu-toggle { display: none; background: none; border: none; font-size: 28px; cursor: pointer; color: var(--primary); }
.nav-menu { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; }
.nav-menu a { color: var(--text); font-weight: 500; transition: color 0.3s; padding: 5px 0; }
.nav-menu a:hover { color: var(--secondary); }
.donate-btn { background: var(--secondary); color: var(--white) !important; padding: 10px 25px; border-radius: 25px; transition: background 0.3s; }
.donate-btn:hover { background: var(--primary); }

.hero { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color: var(--white); padding: 100px 20px; text-align: center; }
.hero-content { max-width: 800px; margin: 0 auto; }
.hero h2 { font-size: 48px; margin-bottom: 20px; line-height: 1.2; }
.hero h2 span { color: var(--accent); }
.hero p { font-size: 20px; margin-bottom: 30px; opacity: 0.95; }
.hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

.btn { display: inline-block; padding: 14px 32px; background: var(--secondary); color: var(--white); text-decoration: none; border-radius: 30px; font-weight: 600; transition: all 0.3s; border: 2px solid transparent; cursor: pointer; font-size: 16px; }
.btn:hover { background: var(--primary); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.btn-outline { background: transparent; border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--primary); }
.btn-link { color: var(--secondary); font-weight: 600; transition: color 0.3s; }
.btn-link:hover { color: var(--primary); }

section { padding: 80px 0; }
.section-title { text-align: center; font-size: 36px; color: var(--primary); margin-bottom: 15px; }
.section-title::after { content: ''; display: block; width: 60px; height: 3px; background: var(--secondary); margin: 15px auto 0; }
.section-subtitle { text-align: center; color: #666; font-size: 18px; margin-bottom: 50px; }

.quick-actions { background: var(--white); padding: 60px 0; margin-top: -40px; position: relative; z-index: 10; }
.quick-actions .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.action-card { background: var(--light); padding: 40px 30px; border-radius: 15px; text-align: center; box-shadow: var(--shadow); transition: transform 0.3s; }
.action-card:hover { transform: translateY(-5px); }
.action-icon { font-size: 50px; margin-bottom: 20px; }
.action-card h3 { color: var(--primary); margin-bottom: 15px; font-size: 22px; }
.action-card p { color: #666; margin-bottom: 20px; }

.about { background: var(--white); }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-bottom: 60px; }
.about-image { background: linear-gradient(135deg, var(--secondary), var(--primary)); height: 400px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 100px; box-shadow: var(--shadow); }
.about-text h3 { color: var(--primary); font-size: 28px; margin-bottom: 20px; }
.about-text p { margin-bottom: 15px; line-height: 1.8; }
.about-text strong { color: var(--primary); }

.mission-vision-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 60px; }
.mvv-card { background: var(--light); padding: 40px; border-radius: 15px; text-align: center; box-shadow: var(--shadow); transition: transform 0.3s; }
.mvv-card:hover { transform: translateY(-5px); }
.mvv-icon { font-size: 50px; margin-bottom: 20px; }
.mvv-card h3 { color: var(--primary); margin-bottom: 15px; font-size: 24px; }
.mvv-card ul { text-align: left; margin-top: 15px; }
.mvv-card li { padding: 8px 0 8px 25px; position: relative; border-bottom: 1px solid rgba(0,0,0,0.05); }
.mvv-card li:last-child { border-bottom: none; }
.mvv-card li::before { content: "♥"; position: absolute; left: 0; color: var(--secondary); }

.visit-box { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: var(--white); padding: 50px; border-radius: 15px; text-align: center; }
.visit-icon { font-size: 60px; margin-bottom: 20px; }
.visit-box h3 { color: var(--accent); font-size: 28px; margin-bottom: 15px; }
.visit-box p { margin-bottom: 15px; }
.visit-box strong { color: var(--accent); }
.visit-box .btn { margin-top: 15px; }

.donate { background: var(--light); }
.donate-options { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 60px; }
.donate-card { background: var(--white); padding: 40px; border-radius: 15px; box-shadow: var(--shadow); }
.donate-icon { font-size: 50px; margin-bottom: 20px; text-align: center; }
.donate-card h3 { color: var(--primary); margin-bottom: 20px; font-size: 24px; }
.donate-list { margin: 20px 0; }
.donate-list li { padding: 10px 0 10px 30px; position: relative; }
.donate-list li::before { content: "✓"; position: absolute; left: 0; color: var(--secondary); font-weight: bold; }

.bank-info { background: var(--accent); padding: 25px; border-radius: 10px; margin: 20px 0; }
.bank-item { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.bank-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.bank-item h4 { color: var(--primary); margin-bottom: 10px; }

.urgency-section { text-align: center; margin-bottom: 60px; }
.urgency-section h3 { color: var(--primary); font-size: 28px; margin-bottom: 15px; }
.urgency-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; }
.urgency-item { background: var(--white); padding: 25px; border-radius: 10px; box-shadow: var(--shadow); text-align: left; border-left: 4px solid #ccc; }
.badge { display: inline-block; padding: 5px 12px; border-radius: 15px; font-size: 12px; font-weight: 600; margin-bottom: 10px; }
.urgency-item.high { border-left-color: #e74c3c; }
.urgency-item.high .badge { background: #e74c3c; color: var(--white); }
.urgency-item.medium { border-left-color: #f39c12; }
.urgency-item.medium .badge { background: #f39c12; color: var(--white); }
.urgency-item.low { border-left-color: #27ae60; }
.urgency-item.low .badge { background: #27ae60; color: var(--white); }
.whatsapp-note { margin-top: 30px; font-size: 16px; }
.whatsapp-note a { color: var(--secondary); font-weight: 600; }
.whatsapp-note a:hover { color: var(--primary); }

.volunteer-section { text-align: center; }
.volunteer-section h3 { color: var(--primary); font-size: 28px; margin-bottom: 15px; }
.volunteer-types { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; margin: 40px 0; }
.volunteer-card { background: var(--white); padding: 30px; border-radius: 15px; box-shadow: var(--shadow); transition: transform 0.3s; }
.volunteer-card:hover { transform: translateY(-5px); }
.volunteer-icon { font-size: 40px; margin-bottom: 15px; }
.volunteer-card h4 { color: var(--primary); margin-bottom: 10px; font-size: 20px; }

.activities { background: var(--white); }
.activities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.activity-card { background: var(--light); border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.3s; }
.activity-card:hover { transform: translateY(-5px); }
.activity-icon { background: linear-gradient(135deg, var(--secondary), var(--primary)); height: 180px; display: flex; align-items: center; justify-content: center; font-size: 60px; }
.activity-card h3 { color: var(--primary); padding: 20px 25px 10px; font-size: 22px; }
.activity-card p { padding: 0 25px 25px; color: #666; }

.video-section { background: linear-gradient(135deg, var(--primary), var(--secondary)); color: var(--white); text-align: center; padding: 80px 20px; }
.video-section h2 { color: var(--accent); font-size: 36px; margin-bottom: 15px; }
.video-section p { color: var(--accent); margin-bottom: 30px; font-size: 18px; }
.video-placeholder { background: rgba(255,255,255,0.1); padding: 80px 40px; border-radius: 15px; max-width: 700px; margin: 0 auto; }
.play-button { font-size: 80px; margin-bottom: 20px; }

.news { background: var(--light); }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.news-card { background: var(--white); border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.3s; }
.news-card:hover { transform: translateY(-5px); }
.news-image { background: linear-gradient(135deg, var(--secondary), var(--primary)); height: 200px; display: flex; align-items: center; justify-content: center; font-size: 60px; }
.news-content { padding: 25px; }
.news-date { color: var(--secondary); font-size: 14px; margin-bottom: 10px; display: block; }
.news-content h3 { color: var(--primary); margin-bottom: 10px; font-size: 20px; }
.read-more { color: var(--secondary); font-weight: 600; margin-top: 10px; display: inline-block; }
.read-more:hover { color: var(--primary); }

.partners { background: var(--white); padding: 60px 20px; text-align: center; }
.partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px; margin-top: 40px; }
.partner { background: var(--light); padding: 30px; border-radius: 15px; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; font-weight: 600; color: var(--primary); transition: transform 0.3s; }
.partner:hover { transform: translateY(-3px); }

.cta { background: linear-gradient(135deg, var(--primary), var(--secondary)); padding: 80px 20px; text-align: center; color: var(--white); }
.cta h2 { font-size: 36px; margin-bottom: 20px; color: var(--accent); }
.cta p { font-size: 18px; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }

footer { background: var(--primary); color: var(--white); padding: 60px 20px 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; }
.footer-col h3 { font-size: 20px; margin-bottom: 20px; color: var(--secondary); }
.footer-col p { margin-bottom: 10px; opacity: 0.9; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: var(--white); text-decoration: none; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--secondary); }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.2); margin-top: 40px; }
.footer-bottom p { opacity: 0.8; }

@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: var(--white);
        padding: 20px 0;
    }
    .nav-menu.active { display: flex; }
    .nav-menu li { text-align: center; padding: 10px 0; }
    
    .hero h2 { font-size: 32px; }
    .hero p { font-size: 16px; }
    .hero-buttons { flex-direction: column; align-items: center; }
    
    .quick-actions .container { grid-template-columns: 1fr; }
    .about-content { grid-template-columns: 1fr; }
    .about-image { height: 250px; }
    
    .mission-vision-values { grid-template-columns: 1fr; }
    .donate-options { grid-template-columns: 1fr; }
    .urgency-grid { grid-template-columns: 1fr; }
    .volunteer-types { grid-template-columns: 1fr; }
    .activities-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .partners-grid { grid-template-columns: 1fr 1fr; }
    
    .section-title { font-size: 28px; }
    .cta h2 { font-size: 28px; }
    .video-section h2 { font-size: 28px; }
}

@media (max-width: 480px) {
    .hero h2 { font-size: 28px; }
    .hero p { font-size: 14px; }
    .btn { padding: 12px 24px; font-size: 14px; }
    .section-title { font-size: 24px; }
    .partners-grid { grid-template-columns: 1fr; }
}
