/* Responsive Styles */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    section {
        padding: 50px 0;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .section-header .highlight {
        color: var(--primary);
    }
    
    .btn-large {
        padding: 14px 28px;
        font-size: 1rem;
    }
    
    .services-grid,
    .impact-grid,
    .approach-grid,
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
    
    .story-grid,
    .contact-content,
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-form {
        flex-direction: column;
        width: 100%;
    }
    
    .newsletter-form input {
        width: 100%;
    }
    
    .mission-content {
        grid-template-columns: 1fr;
    }
    
    .affiliate-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.7rem;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .impact-amount {
        font-size: 2rem;
    }
}
