
/* =========================================================
   Mountain Apex v3.4.4
   Larger Type + Premium Footer + Stable Products Dropdown
   ========================================================= */

/* ---------- Header typography ---------- */
.map-topbar-inner{
    min-height:32px!important;
}
.map-origin{
    font-size:9px!important;
    letter-spacing:.14em!important;
}
.map-topbar-right{
    font-size:10px!important;
}
.map-header-inner{
    min-height:74px!important;
}
.map-brand{
    width:245px!important;
}
.map-brand img{
    height:46px!important;
}
.map-brand-strap{
    font-size:7px!important;
    padding-left:43px!important;
}
.map-nav{
    gap:20px!important;
}
.map-nav>a,
.map-nav-dropdown-toggle{
    min-height:38px!important;
    font-size:12px!important;
    font-weight:750!important;
}
.map-rfq-btn{
    min-height:42px!important;
    padding:0 13px 0 16px!important;
    font-size:10.5px!important;
}

/* ---------- Stable Products dropdown ---------- */
.map-nav-dropdown{
    position:relative;
}
.map-nav-dropdown:before{
    content:"";
    position:absolute;
    left:-20px;
    right:-20px;
    top:100%;
    height:18px;
    background:transparent;
}
.map-nav-dropdown-menu{
    top:calc(100% + 5px)!important;
    width:430px!important;
    transform:translate(-50%,6px)!important;
    transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
}
.map-nav-dropdown.open .map-nav-dropdown-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate(-50%,0)!important;
}
.map-nav-dropdown.open .map-nav-dropdown-toggle{
    color:#0a57a5!important;
}
.map-nav-dropdown.open .map-nav-dropdown-toggle:after{
    right:0!important;
}
.map-nav-dropdown-menu>a{
    min-height:78px!important;
}
.map-nav-dropdown-menu strong{
    font-size:13px!important;
}
.map-nav-dropdown-menu small{
    font-size:10px!important;
}

/* Remove desktop hover dependency: click controls open state */
@media(min-width:981px){
    .map-nav-dropdown:hover .map-nav-dropdown-menu:not(.force-hover){
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transform:translate(-50%,6px);
    }
    .map-nav-dropdown.open:hover .map-nav-dropdown-menu{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:translate(-50%,0);
    }
}

/* ---------- CTA band ---------- */
.ma344-cta-band{
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(115deg,#0e66c4 0%,#0a55a9 56%,#063b75 100%);
    color:#fff;
}
.ma344-cta-band:after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    right:-190px;
    top:-210px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.10);
    box-shadow:
        0 0 0 55px rgba(255,255,255,.02),
        0 0 0 110px rgba(255,255,255,.014);
}
.ma344-cta-inner{
    min-height:145px;
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}
.ma344-cta-copy{
    max-width:760px;
}
.ma344-cta-copy>span{
    display:block;
    margin-bottom:9px;
    color:#cde6ff;
    font-size:10px;
    font-weight:800;
    letter-spacing:.15em;
}
.ma344-cta-copy h2{
    margin:0;
    font-size:clamp(30px,3vw,42px);
    line-height:1.08;
    letter-spacing:-.035em;
}
.ma344-cta-actions{
    min-width:250px;
    display:grid;
    gap:9px;
}
.ma344-cta-primary,
.ma344-cta-phone{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 16px;
    border-radius:7px;
    font-size:11px;
    font-weight:800;
}
.ma344-cta-primary{
    background:#fff;
    color:#073e78;
}
.ma344-cta-phone{
    color:#fff;
    border:1px solid rgba(255,255,255,.24);
}

/* ---------- Premium Footer ---------- */
.ma344-footer{
    position:relative;
    overflow:hidden;
    padding:70px 0 0;
    background:
        radial-gradient(circle at 83% 10%, rgba(16,91,168,.13), transparent 30%),
        linear-gradient(140deg,#02162b 0%,#041b36 55%,#05213f 100%);
    color:#fff;
}
.ma344-footer-bgword{
    position:absolute;
    left:50%;
    bottom:58px;
    transform:translateX(-50%);
    color:rgba(255,255,255,.018);
    font-size:120px;
    font-weight:800;
    letter-spacing:-.065em;
    line-height:1;
    white-space:nowrap;
    pointer-events:none;
}
.ma344-orbit{
    position:absolute;
    border-radius:50%;
    border:1px solid rgba(95,158,225,.08);
    pointer-events:none;
}
.ma344-orbit-one{
    width:430px;height:430px;right:-210px;top:-270px;
}
.ma344-orbit-two{
    width:280px;height:280px;right:-130px;top:-190px;
}
.ma344-footer-top{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:92px;
    align-items:start;
}
.ma344-brand{
    max-width:560px;
}
.ma344-brand>img{
    width:360px;
    height:auto;
    display:block;
}
.ma344-kicker{
    margin:24px 0 0;
    color:#6fa8e0;
    font-size:10px;
    font-weight:800;
    letter-spacing:.16em;
}
.ma344-brand h2{
    max-width:570px;
    margin:14px 0 14px;
    color:#fff;
    font-size:clamp(36px,3.7vw,52px);
    line-height:1.02;
    letter-spacing:-.045em;
}
.ma344-brand-copy{
    max-width:520px;
    margin:0;
    color:#9aafc2;
    font-size:13px;
    line-height:1.8;
}
.ma344-brand-proof{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:25px;
}
.ma344-brand-proof span{
    padding:7px 10px;
    border:1px solid rgba(107,164,222,.22);
    border-radius:999px;
    background:rgba(15,74,132,.09);
    color:#87b6e6;
    font-size:8px;
    font-weight:800;
    letter-spacing:.10em;
}
.ma344-footer-right{
    display:grid;
    gap:24px;
}
.ma344-group-title{
    display:block;
    margin-bottom:12px;
    color:#fff;
    font-size:10px;
    font-weight:800;
    letter-spacing:.16em;
}
.ma344-nav-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.ma344-nav-grid>a{
    min-height:76px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:13px 14px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    background:rgba(255,255,255,.018);
    transition:.18s ease;
}
.ma344-nav-grid>a:hover{
    background:rgba(255,255,255,.04);
    border-color:rgba(92,153,216,.22);
    transform:translateY(-2px);
}
.ma344-nav-grid strong{
    color:#fff;
    font-size:13px;
}
.ma344-nav-grid small{
    margin-top:4px;
    color:#7f96ad;
    font-size:10px;
}
.ma344-sales{
    padding:24px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:10px;
    background:
        linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
    box-shadow:0 18px 40px rgba(0,0,0,.10);
}
.ma344-sales-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}
.ma344-sales-head span{
    color:#fff;
    font-size:10px;
    font-weight:800;
    letter-spacing:.15em;
}
.ma344-sales-head b{
    color:#69a6e4;
    font-size:9px;
}
.ma344-sales-phone{
    display:block;
    margin:15px 0 5px;
    color:#fff;
    font-size:24px;
    font-weight:800;
    letter-spacing:-.03em;
}
.ma344-sales-email{
    display:block;
    color:#78afe7;
    font-size:12px;
}
.ma344-sales-info{
    display:flex;
    justify-content:space-between;
    gap:18px;
    margin:19px 0 17px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.08);
}
.ma344-sales-info span{
    color:#8ca3b8;
    font-size:10px;
}
.ma344-sales-rfq{
    min-height:43px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 13px;
    border-radius:6px;
    background:#0f61b8;
    color:#fff;
    font-size:10.5px;
    font-weight:800;
}

/* ---------- Capability strip ---------- */
.ma344-capability-strip{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    margin-top:52px;
    border-top:1px solid rgba(255,255,255,.09);
    border-bottom:1px solid rgba(255,255,255,.09);
}
.ma344-capability-strip>a{
    min-height:84px;
    display:grid;
    grid-template-columns:32px 1fr 22px;
    gap:13px;
    align-items:center;
    padding:0 20px;
    color:#fff;
    transition:.18s ease;
}
.ma344-capability-strip>a + a{
    border-left:1px solid rgba(255,255,255,.09);
}
.ma344-capability-strip>a:hover{
    background:rgba(255,255,255,.028);
}
.ma344-capability-strip>a>span{
    color:#4f96dd;
    font-size:9px;
    font-weight:800;
}
.ma344-capability-strip strong{
    display:block;
    color:#fff;
    font-size:13px;
}
.ma344-capability-strip small{
    display:block;
    margin-top:4px;
    color:#7890a7;
    font-size:9.5px;
}
.ma344-capability-strip b{
    color:#5ba0e6;
    font-size:14px;
}

/* ---------- Bottom ---------- */
.ma344-footer-bottom{
    position:relative;
    z-index:2;
    min-height:60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    color:#637d96;
    font-size:9.5px;
}
.ma344-footer-bottom>div{
    display:flex;
    align-items:center;
    gap:8px;
}
.ma344-footer-bottom a{
    color:#758ea7;
}
.ma344-footer-bottom a:hover{
    color:#fff;
}

/* ---------- Floating buttons ---------- */
.map-backtop{
    width:50px!important;
    height:50px!important;
}
.ma3-whatsapp{
    width:58px!important;
    height:58px!important;
}

/* ---------- Responsive ---------- */
@media(max-width:1120px){
    .map-nav{
        gap:15px!important;
    }
    .map-nav>a,
    .map-nav-dropdown-toggle{
        font-size:11px!important;
    }
    .ma344-footer-top{
        gap:55px;
    }
}
@media(max-width:980px){
    .map-header-inner{
        min-height:70px!important;
    }
    .map-nav{
        top:70px!important;
    }
    .map-nav-dropdown-menu{
        width:100%!important;
        transform:none!important;
    }
    .map-nav-dropdown.open .map-nav-dropdown-menu{
        transform:none!important;
    }
    .ma344-footer-top{
        grid-template-columns:1fr;
        gap:45px;
    }
    .ma344-brand{
        max-width:680px;
    }
    .ma344-brand>img{
        width:320px;
    }
}
@media(max-width:760px){
    .ma344-cta-inner{
        min-height:0;
        padding-top:40px;
        padding-bottom:40px;
        flex-direction:column;
        align-items:flex-start;
    }
    .ma344-cta-actions{
        width:100%;
    }
    .ma344-nav-grid{
        grid-template-columns:1fr;
    }
    .ma344-capability-strip{
        grid-template-columns:1fr;
    }
    .ma344-capability-strip>a + a{
        border-left:0;
        border-top:1px solid rgba(255,255,255,.09);
    }
    .ma344-footer-bottom{
        padding:18px 0;
        flex-direction:column;
        align-items:flex-start;
    }
}
@media(max-width:520px){
    .ma344-footer{
        padding-top:52px;
    }
    .ma344-brand>img{
        width:260px;
    }
    .ma344-brand h2{
        font-size:34px;
    }
    .ma344-brand-copy{
        font-size:12px;
    }
    .ma344-sales-phone{
        font-size:21px;
    }
    .ma344-sales-info{
        flex-direction:column;
        gap:5px;
    }
}
