/* Lemon Site Manager — FALIT global footer */
.lf-footer,
.lf-footer * {
    box-sizing: border-box;
}

.lf-footer {
    position: relative;
    background: #071F3D;
    color: #FFFFFF;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    border-top: 1px solid rgba(255,255,255,.08);
}

.lf-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1473E6;
}

.lf-footer-wrap {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

.lf-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .75fr 1fr 1.15fr;
    gap: 64px;
    padding: 78px 0 58px;
}

.lf-footer-brand {
    min-width: 0;
}

.lf-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* The supplied logo has dark lettering; the white backing keeps it legible on navy. */
.lf-footer-logo--image {
    padding: 10px 14px;
    background: #FFFFFF;
    border-radius: 6px;
}

.lf-footer-logo img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    max-height: 112px;
    object-fit: contain;
}

.lf-footer-logo__mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #1473E6;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 900;
}

.lf-footer-logo__text {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.6px;
}

.lf-footer-logo__text small {
    display: block;
    margin-top: 5px;
    color: #78E0D7;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lf-footer-brand__description {
    max-width: 390px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.74);
    font-size: 14px;
    line-height: 1.8;
}

.lf-footer-brand__tagline {
    margin: 20px 0 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .4px;
}

.lf-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.lf-footer-social a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 800;
    text-transform: lowercase;
    transition: background-color .2s ease, border-color .2s ease;
}

.lf-footer-social a:hover {
    background: #1473E6;
    border-color: #1473E6;
}

.lf-footer-column {
    min-width: 0;
}

.lf-footer-column h3 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 12px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .3px;
}

.lf-footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: #1CC7C1;
}

.lf-footer-links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.lf-footer-links li {
    margin: 0 0 12px !important;
    padding: 0 !important;
    list-style: none !important;
}

.lf-footer-links a {
    color: rgba(255,255,255,.72) !important;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none !important;
    transition: color .2s ease;
}

.lf-footer-links a:hover {
    color: #78E0D7 !important;
}

.lf-footer-contact {
    min-width: 0;
}

.lf-footer-contact__item {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.lf-footer-contact__item:last-child {
    margin-bottom: 0;
}

.lf-footer-contact__item span {
    display: block;
    margin-bottom: 5px;
    color: #78E0D7;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.lf-footer-contact__item strong {
    display: block;
    max-width: 100%;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.lf-footer-contact__item--plain {
    cursor: default;
}

.lf-footer-bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.lf-footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.56);
    font-size: 11px;
    line-height: 1.5;
}

@media (max-width: 1050px) {
    .lf-footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 46px;
    }

    .lf-footer-brand {
        grid-column: 1 / -1;
    }

    .lf-footer-brand__description {
        max-width: 620px;
    }
}

@media (max-width: 760px) {
    .lf-footer-wrap {
        width: min(100% - 36px, 1240px);
    }

    .lf-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 28px;
        padding: 58px 0 46px;
    }

    .lf-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .lf-footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .lf-footer-brand {
        grid-column: auto;
    }

    .lf-footer-bottom {
        min-height: 0;
        padding: 22px 0;
    }
}
