/* ==========================================
   LARGE DESKTOPS
========================================== */

@media (max-width: 1400px){

    .hero-left h1{
        font-size:80px;
    }

    .hero-left h1 span{
        font-size:60px;
    }

    .operations-grid{
        grid-template-columns:repeat(4,1fr);
    }

}

/* ==========================================
   LAPTOPS
========================================== */

@media (max-width: 1200px){

    .nav-links{
        gap:20px;
    }

    .hero-content{
        grid-template-columns:1fr 360px;
    }

    .hero-left h1{
        font-size:72px;
    }

    .hero-left h1 span{
        font-size:54px;
    }

    .impact-grid{
        grid-template-columns:1fr 1fr 1fr;
        gap:30px;
    }

    .impact-intro{
        grid-column:1/-1;
        text-align:center;
    }

    .footer-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================================
   TABLETS
========================================== */

@media (max-width: 992px){

    /* ---------- HEADER ---------- */

    .mobile-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .nav{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        border-top:1px solid #ddd;

        max-height:0;
        overflow:hidden;

        transition:.35s ease;
    }

    .nav.active{
        max-height:600px;
    }

    .nav-links{
        flex-direction:column;
        padding:25px;
        gap:18px;
    }

    .join-btn{
        display:none;
    }

    /* ---------- TOP BAR ---------- */

    .top-bar-inner{
        flex-direction:column;
        gap:12px;
        padding:12px 0;
    }

    .top-left{
        flex-wrap:wrap;
        justify-content:center;
    }

    .top-right{
        justify-content:center;
    }

    /* ---------- HERO ---------- */

    .hero{
        min-height:auto;
        padding:80px 0;
    }

    .hero-content{
        min-height:auto;
        grid-template-columns:1fr;
        gap:40px;
    }

    .hero-left{
        text-align:center;
        margin:auto;
    }

    .hero-left p{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

    .hero-features{
        max-width:650px;
        margin:auto;
        width:100%;
    }

    /* ---------- ABOUT ---------- */

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

    .about-card{
        padding:35px;
    }

    /* ---------- OPERATIONS ---------- */

    .operations{
        padding:70px 0;
    }

    .operations-grid{
        grid-template-columns:repeat(2,1fr);
    }

    /* ---------- FOOTER ---------- */

    .footer-grid{
        grid-template-columns:repeat(2,1fr);
        gap:35px;
    }

}

/* ==========================================
   LARGE PHONES
========================================== */

@media (max-width: 768px){

    .container{
        width:min(94%, 100%);
    }

    .section-heading h2{
        font-size:34px;
    }

    /* ---------- HERO ---------- */

    .hero{
        padding:60px 0;
    }

    .hero-left h1{
        font-size:56px;
    }

    .hero-left h1 span{
        font-size:42px;
    }

    .hero-left h3{
        font-size:24px;
    }

    .hero-left p{
        font-size:15px;
    }

    .feature-item{
        padding:18px;
    }

    /* ---------- OPERATIONS ---------- */

    .operations-grid{
        gap:16px;
    }

    .operation-card img{
        height:160px;
    }

    /* ---------- IMPACT ---------- */

    .impact{
        padding:60px 0;
    }

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

    .stat{
        padding:10px;
    }

    .stat h2{
        font-size:34px;
    }

    /* ---------- FOOTER ---------- */

    .footer-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .footer-logo{
        margin-left:auto;
        margin-right:auto;
    }

    .socials{
        justify-content:center;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px){

    /* ---------- TOP BAR ---------- */

    .top-left{
        flex-direction:column;
        gap:8px;
    }

    .top-right{
        flex-direction:column;
        gap:10px;
    }

    /* ---------- HEADER ---------- */

    .nav-wrapper{
        min-height:80px;
    }

    .logo-text h2{
        font-size:24px;
    }

    .logo-text span{
        font-size:11px;
    }

    .logo-placeholder{
        width:45px;
        height:45px;
        font-size:9px;
    }

    /* ---------- HERO ---------- */

    .hero{
        padding:50px 0;
    }

    .hero-left h1{
        font-size:44px;
    }

    .hero-left h1 span{
        font-size:32px;
    }

    .hero-left h3{
        font-size:20px;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
    }

    .feature-item{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    /* ---------- ABOUT ---------- */

    .about-card{
        padding:28px;
    }

    .about-card h3{
        font-size:26px;
    }

    /* ---------- OPERATIONS ---------- */

    .operations{
        padding:50px 0;
    }

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

    .operation-card img{
        height:220px;
    }

    /* ---------- IMPACT ---------- */

    .impact-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .impact-intro h3{
        font-size:28px;
    }

    .stat h2{
        font-size:30px;
    }

    /* ---------- NEWSLETTER ---------- */

    .newsletter{
        flex-direction:column;
        gap:10px;
    }

    .newsletter button{
        height:50px;
    }

}

/* ==========================================
   SMALL PHONES
========================================== */

@media (max-width: 380px){

    .hero-left h1{
        font-size:38px;
    }

    .hero-left h1 span{
        font-size:28px;
    }

    .hero-left h3{
        font-size:18px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .about-card{
        padding:22px;
    }

    .operation-content{
        padding:16px;
    }

    .footer-grid{
        padding:60px 0;
    }

}

@media (max-width: 576px){

    .top-left{
        display: none;  /* 🔥 hides everything except top-right */
    }

    .top-bar-inner{
        justify-content: center; /* optional: center the remaining content */
    }

}