.ms-footer{

    background:#07365F;

    color:#fff;

    margin-top:0;

}

.ms-footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:50px;

    padding:60px 0;

}

.ms-footer h3{

    margin-bottom:20px;

    font-size:20px;

}

.ms-footer p{

    color:rgba(255,255,255,.75);

    line-height:1.8;

}

.ms-footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.ms-footer li{

    margin-bottom:14px;

}

.ms-footer a{

    color:rgba(255,255,255,.8);

    text-decoration:none;

    transition:.3s;

}

.ms-footer a:hover{

    color:#fff;

}

.ms-footer-bottom{

    padding:14px 0;

    text-align:center;

    border-top:1px solid rgba(255,255,255,.1);

    color:rgba(255,255,255,.65);

}

@media(max-width:900px){

.ms-footer-grid{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:600px){

.ms-footer-grid{

grid-template-columns:1fr;

gap:35px;

padding:50px 0;

}

}
/* Ascunde footer-ul Astra */
.site-footer .site-primary-footer,
.site-footer .site-below-footer-wrap,
.ast-footer-copyright,
.ast-small-footer,
footer.ast-footer {
    display: none !important;
}
/* Ascunde footer-ul standard Astra */
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap,
.site-footer .ast-builder-grid-row-container,
.ast-small-footer,
.ast-footer-copyright {
    display: none !important;
}

/* Păstrează footer-ul MetroInstal vizibil */
.ms-footer {
    display: block !important;
}
.ms-footer .custom-logo-link {
    display: inline-block;
    margin-bottom: 24px;
}

.ms-footer .custom-logo {
    width: 260px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.ms-footer-col:first-child {
    max-width: 420px;
}