/* =========================================================
   Footer V2
   Shared Footer für Public + Customer
   Muss zu public_footer.php Markup passen.
   ========================================================= */

.mc-site-footer {
    flex-shrink: 0;
    margin-top: 96px;
    padding: 70px 0 38px;
    background: #091f37;
    color: rgba(255, 255, 255, 0.66);
}

.mc-site-footer .v2-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 72px;
    align-items: start;
}

.mc-site-footer .v2-footer__brand {
    max-width: 360px;
}

.mc-site-footer .v2-footer__logo {
    display: block;
    margin-bottom: 0.75rem;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 750;
}

.mc-site-footer .v2-footer__tagline,
.mc-site-footer .v2-footer__claim {
    margin: 0 0 1.15rem;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.65;
}

.mc-site-footer .v2-footer__heading {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mc-site-footer .v2-footer__links a {
    display: block;
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.mc-site-footer .v2-footer__links a:hover,
.mc-site-footer .v2-footer__claim a:hover {
    color: #ffffff;
}

.mc-site-footer .v2-footer__claim a {
    display: inline;
    color: #1fdaa3;
    text-decoration: none;
}

.mc-site-footer .v2-footer__bottom {
    margin-top: 54px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 767.98px) {
    .mc-site-footer .v2-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}