
.hplc-enterprise-header{
    width:100%;
    background:#fff;
    box-shadow:0 2px 20px rgba(0,0,0,0.08);
    position:sticky;
    top:0;
    z-index:999;
}
.hplc-topbar{
    background:#003366;
    color:#fff;
    display:flex;
    justify-content:space-between;
    padding:10px 40px;
    font-size:14px;
}
.hplc-main-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 40px;
}
.hplc-logo{
    font-size:28px;
    font-weight:700;
    color:#003366;
}
.hplc-menu{
    display:flex;
    gap:25px;
    list-style:none;
}
.hplc-menu li{
    list-style:none;
}
.hplc-menu a{
    text-decoration:none;
    color:#111;
    font-weight:600;
}
.hplc-enterprise-footer{
    background:#0b1f33;
    color:#fff;
    padding:60px 40px;
}
.hplc-footer-company h2{
    margin-bottom:15px;
}
.hplc-footer-nav{
    display:flex;
    gap:20px;
    list-style:none;
    margin-top:25px;
    padding:0;
}
.hplc-footer-nav a{
    color:#fff;
    text-decoration:none;
}
.hplc-footer-copy{
    margin-top:30px;
    opacity:0.8;
}
@media(max-width:768px){
    .hplc-main-header{
        flex-direction:column;
        gap:20px;
    }
    .hplc-menu{
        flex-direction:column;
        align-items:center;
    }
    .hplc-topbar{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }
}
