@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .presentation-content,
    .program-content,
    .zones-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .program-content.reverse {
        direction: ltr;
    }

    .project-slide {
        grid-template-columns: 1fr;
    }

    .project-image img {
        height: 300px;
    }

    .person-card {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: var(--white);
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
        gap: 1.5rem;
        transition: left 0.3s ease;
        box-shadow: var(--shadow);
        overflow-y: auto;
        z-index: 999;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        display: block;
        padding: 1rem;
        font-size: 1.1rem;
        border-bottom: 1px solid var(--gray-light);
    }

    .btn-donate {
        width: 100%;
        text-align: center;
        padding: 1rem 1.5rem !important;
    }

    .nav-menu.active {
        left: 0;
    }

    .menu-toggle {
        display: flex;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .hero {
        height: auto;
        min-height: 500px;
        padding: 3rem 0 2rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.5;
        padding: 0 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 0 1rem;
    }

    .btn {
        text-align: center;
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.8rem;
        line-height: 1.3;
        padding: 0 1rem;
    }

    .section-description {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .section-intro {
        margin-bottom: 2rem;
    }

    .stats-grid,
    .interventions-grid,
    .values-grid,
    .approach-grid,
    .team-grid,
    .partner-types-grid,
    .benefits-grid,
    .partnership-process,
    .impact-examples,
    .methods-grid,
    .types-grid,
    .contact-grid,
    .principles-grid,
    .breakdown-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mv-grid {
        grid-template-columns: 1fr;
    }

    .projects-gallery {
        grid-template-columns: 1fr;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .page-header {
        padding: 5rem 0 2.5rem;
    }

    .page-title {
        font-size: 2rem;
        line-height: 1.2;
        padding: 0 1rem;
    }

    .page-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .donate-form,
    .engagement-form,
    .contact-form {
        padding: 1.5rem;
    }

    .newsletter-form-large {
        flex-direction: column;
    }

    .partners-slider {
        gap: 2rem;
    }

    .logo-box {
        width: 150px;
        height: 80px;
        font-size: 0.9rem;
    }

    .maps-grid {
        grid-template-columns: 1fr;
    }

    .social-links-large {
        gap: 1rem;
    }

    .social-link-large {
        min-width: 120px;
        padding: 1.5rem;
    }

    .report-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-image {
        height: 250px;
    }

    .article-content {
        padding: 1.5rem;
    }

    .article-content h2 {
        font-size: 1.5rem;
    }

    .impact-grid,
    .ways-grid,
    .capacity-grid,
    .partnership-grid,
    .audit-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .logo-text {
        font-size: 1rem;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }

    .hero {
        min-height: 450px;
        padding: 2.5rem 0 2rem;
    }

    .hero-title {
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 0 0.5rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.4;
        padding: 0 0.5rem;
    }

    .hero-buttons {
        padding: 0 0.5rem;
        gap: 0.8rem;
    }

    .section-padding {
        padding: 2.5rem 0;
    }

    .section-title {
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 0 0.5rem;
    }

    .section-description {
        font-size: 0.95rem;
        padding: 0 0.5rem;
    }

    .btn {
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
    }

    .btn-large {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .lead {
        font-size: 1.1rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-label {
        font-size: 1rem;
    }

    .intervention-icon,
    .program-icon,
    .type-icon,
    .method-icon,
    .way-icon,
    .contact-icon,
    .principle-icon {
        font-size: 2.5rem;
    }

    .intervention-card h3,
    .value-card h3 {
        font-size: 1.3rem;
    }

    .project-image img {
        height: 200px;
    }

    .project-content h3 {
        font-size: 1.5rem;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }

    .slider-btn.prev {
        left: 5px;
    }

    .slider-btn.next {
        right: 5px;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
    }

    .testimonial-text {
        font-size: 1.1rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-text {
        font-size: 1.1rem;
    }

    .page-header {
        padding: 5rem 0 2.5rem;
    }

    .page-title {
        font-size: 1.8rem;
    }

    .page-subtitle {
        font-size: 1rem;
    }

    .mv-card {
        padding: 2rem 1.5rem;
    }

    .mv-card h3 {
        font-size: 1.5rem;
    }

    .member-image {
        width: 120px;
        height: 120px;
    }

    .team-member h3 {
        font-size: 1.3rem;
    }

    .program-text h2 {
        font-size: 1.6rem;
    }

    .stat-item strong {
        font-size: 1.8rem;
    }

    .project-info {
        padding: 1.2rem;
    }

    .project-info h3 {
        font-size: 1.2rem;
    }

    .article-image {
        height: 200px;
    }

    .article-content h2 {
        font-size: 1.3rem;
    }

    .article-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .logo-box {
        width: 120px;
        height: 70px;
        font-size: 0.8rem;
    }

    .partner-type-card,
    .benefit-card,
    .process-step {
        padding: 1.5rem;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
    }

    .impact-amount {
        font-size: 1.3rem;
    }

    .impact-icon,
    .mv-icon,
    .value-icon,
    .partnership-icon,
    .benefit-icon,
    .social-icon {
        font-size: 2.5rem;
    }

    .method-card,
    .type-card,
    .benefit-item {
        padding: 1.5rem;
    }

    .opportunity-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .person-image {
        width: 120px;
        height: 120px;
    }

    .person-info h3 {
        font-size: 1.5rem;
    }

    .map-card {
        padding: 1rem;
    }

    .social-link-large {
        min-width: 100px;
        padding: 1rem;
    }

    .social-icon {
        font-size: 2.5rem;
    }

    .faq-item {
        padding: 1.5rem;
    }

    .faq-item h3 {
        font-size: 1.2rem;
    }

    .category-title {
        font-size: 1.5rem;
    }

    .breakdown-percentage {
        font-size: 3rem;
    }

    .breakdown-item h3 {
        font-size: 1.2rem;
    }

    .scroll-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 1.3rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .intervention-card,
    .value-card,
    .approach-card,
    .team-member {
        padding: 1.5rem;
    }

    .testimonial-card {
        padding: 1.5rem 1rem;
    }

    .cta-title {
        font-size: 1.7rem;
    }

    .page-title {
        font-size: 1.6rem;
    }
}

@media print {
    .header,
    .menu-toggle,
    .scroll-to-top,
    .hero-buttons,
    .cta-buttons,
    .btn,
    .footer,
    .slider-btn,
    .filter-buttons {
        display: none !important;
    }

    .hero {
        margin-top: 0;
        height: auto;
        min-height: auto;
        padding: 2rem 0;
    }

    .page-header {
        margin-top: 0;
        padding: 2rem 0;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    .section-padding {
        padding: 1.5rem 0;
    }

    a {
        text-decoration: underline;
    }

    .bg-green,
    .bg-light {
        background: none !important;
        color: #000 !important;
    }

    .text-white {
        color: #000 !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .hero-title {
        font-size: 4rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 2.8rem;
    }
}

@media (hover: hover) and (pointer: fine) {
    .intervention-card:hover,
    .value-card:hover,
    .approach-card:hover,
    .team-member:hover,
    .project-card:hover,
    .contact-card:hover,
    .benefit-item:hover,
    .impact-example:hover {
        transform: translateY(-10px);
    }

    .btn:hover {
        transform: translateY(-3px);
    }

    .scroll-to-top:hover {
        transform: translateY(-5px);
    }
}

@media (hover: none) and (pointer: coarse) {
    .intervention-card:active,
    .value-card:active,
    .approach-card:active,
    .team-member:active,
    .project-card:active {
        transform: scale(0.98);
    }

    .btn:active {
        transform: scale(0.95);
    }
}

@media (prefers-color-scheme: dark) {
    
}

@media (orientation: landscape) and (max-height: 500px) {
    .hero {
        height: auto;
        min-height: 400px;
    }

    .page-header {
        padding: 5rem 0 2rem;
    }
}
