/* Prospecting footer: typography, colors and spacing aligned with the home page. */
@font-face {
    font-family: "UM Footer Helvetica";
    src: url("../fonts/helvetica.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "UM Footer Helvetica";
    src: url("../fonts/helvetica-bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}

.footer {
    font-family: "UM Footer Helvetica", Helvetica, Arial, sans-serif;
    background: #005fab;
    color: #fff;
    border-top: 3px solid #ffd500;
    padding: 55px 0 25px;
}

.footer .footer-content {
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 0;
    padding-bottom: 36px;
}

.footer .footer-logo {
    width: auto;
    margin-bottom: 0;
}

.footer .footer-logo img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
}

.footer .footer-logo p {
    color: #d8eaf7;
    font-size: 13px;
    line-height: 1.65;
    opacity: 1;
    margin: 18px 0 0;
}

.footer .footer-social h4 {
    color: #fff;
    font: 400 25px/1 "Bebas Neue", sans-serif;
    letter-spacing: 0.4px;
    margin: 0 0 18px;
}

.footer .social-links {
    gap: 12px;
}

.footer .social-links a {
    background: #ffffff18;
    color: #fff;
}

.footer .social-links a:hover {
    background: #ffd500;
    color: #00397e;
}

.footer a:focus-visible {
    outline: 2px solid #ffd500;
    outline-offset: 3px;
}

.footer .footer-bottom {
    border-top: 1px solid #ffffff28;
    padding-top: 22px;
    color: #d8eaf7;
    font-size: 11px;
    line-height: 1.65;
    opacity: 1;
}

.footer .footer-bottom p {
    margin: 0;
}

.floating-registrate[hidden] {
    display: none !important;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 0;
    }

    .footer {
        padding: 40px 0 28px;
        text-align: center;
    }

    .footer .footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding-bottom: 28px;
        text-align: center;
    }

    .footer .footer-logo {
        width: 100%;
        margin-bottom: 0;
    }

    .footer .footer-logo img {
        margin-inline: auto;
    }

    .footer .footer-logo p {
        font-size: 12px;
    }

    .footer .footer-social {
        width: 100%;
        max-width: 324px;
        margin-inline: auto;
    }

    .footer .footer-social .social-links {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
    }

    .footer .footer-social .social-links a {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
    }

    .footer .footer-bottom {
        font-size: 10px;
    }
}
