/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */
@media (max-width: 968px) {
    .mission-content {
        grid-template-columns: 1fr;
    }

    .newsletter-sections {
        grid-template-columns: 1fr;
    }


    .team-member-detail,
    .staff-header-content {
        grid-template-columns: 1fr;
    }

    .team-member-photo-large,
    .staff-photo-large {
        max-width: 400px;
        margin: 0 auto;
    }

    .error-404-number {
        font-size: 8rem;
        gap: 15px;
    }

    .error-404-number .zero {
        width: 140px;
        height: 140px;
    }

    .error-404-title {
        font-size: 2.5rem;
    }

    .error-404-description {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {

    .hero-home {
        background-position: 25%;
    }

    .logo-img {
        max-height: 35px;
        width: auto;
    }

    .container .cta-buttons {
        flex-direction: row;
        align-items: center;
    }

    /* Header */
    .header-top .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .header-top a {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    /* Hero */
    .hero {
        padding: 10px 0;
    }

    .hero h1,
    .hero-home h1 {
        font-size: 1.8rem;
    }

    .hero-home h1 {
        margin-bottom: 0;
    }

    .hero-home {
        padding: 40px 0;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    /* Sections */
    .section-title {
        font-size: 1.6rem;
    }

    .mission,
    .impact,
    .cta-section {
        padding: 60px 0;
    }

    .mission h2 {
        font-size: 1.6rem;
    }

    /* Newsletter */
    .newsletter-header h1 {
        font-size: 1.6rem;
    }

    .newsletter-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Sticky Button */
    .sticky-donate {
        bottom: 20px;
        right: 20px;
    }

    .sticky-donate a {
        padding: 15px 25px;
        font-size: 1rem;
    }

    /* Blog Grid */
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .page-hero h1 {
        font-size: 1.8rem;
    }

    .page-hero p {
        font-size: 1.1rem;
    }

    .donate-grid,
    .support-grid,
    .help-types-grid {
        grid-template-columns: 1fr;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .team-member-photo-large,
    .staff-photo-large {
        height: 300px;
    }

    .error-404-section {
        padding: 80px 0 60px;
    }

    .error-404-number {
        font-size: 6rem;
        gap: 10px;
    }

    .error-404-number .zero {
        width: 100px;
        height: 100px;
    }

    .error-404-title {
        font-size: 2rem;
    }

    .error-404-description {
        font-size: 1.1rem;
    }

    .cta-section h2 {
        font-size: 1.6rem;
    }

    p {
        font-size: 1rem !important;
    }

    .transparency .container {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.1rem;
    }



    .btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .impact-card {
        padding: 30px 20px;
    }

    .error-404-number {
        font-size: 4.5rem;
        gap: 5px;
    }

    .error-404-number .zero {
        width: 80px;
        height: 80px;
    }

    .error-404-title {
        font-size: 1.8rem;
    }

    .error-404-description {
        font-size: 1rem;
    }

    .helpful-link-card {
        padding: 30px 20px;
    }

    .error-404-cta h2 {
        font-size: 1.8rem;
    }

    .error-404-cta p {
        font-size: 1.1rem;
    }


}