.web-footer {
    --footer-bg: #111827;
    --footer-panel: #182234;
    --footer-border: rgba(255, 255, 255, 0.12);
    --footer-text: #d7deea;
    --footer-muted: #9ba8ba;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--pc, #123ea5);
    background: var(--footer-bg);
    color: var(--footer-text);
    font-size: 15px;
}

.web-footer a {
    color: inherit;
    text-decoration: none;
}

.web-footer__contact-band {
    border-bottom: 1px solid var(--footer-border);
    background: rgba(255, 255, 255, 0.035);
}

.web-footer__contact {
    display: grid;
    grid-template-columns: minmax(210px, 1.15fr) minmax(230px, 1.35fr) minmax(190px, 1fr) minmax(220px, 1.15fr);
    align-items: stretch;
}

.web-footer__brand,
.web-footer__contact-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    padding: 22px 20px;
    border-right: 1px solid var(--footer-border);
}

.web-footer__brand {
    padding-left: 0;
}

.web-footer__contact > :last-child {
    border-right: 0;
}

.web-footer__brand:hover,
.web-footer__contact-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
}

.web-footer__logo {
    display: grid;
    width: 62px;
    height: 54px;
    flex: 0 0 62px;
    place-items: center;
    padding: 5px;
    border-radius: 6px;
    background: #fff;
}

.web-footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.web-footer__brand-copy,
.web-footer__contact-item > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.web-footer__brand-copy strong,
.web-footer__contact-item strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.web-footer__brand-copy small,
.web-footer__contact-item small,
.web-footer__contact-item em {
    color: var(--footer-muted);
    font-size: 12px;
    font-style: normal;
    line-height: 1.5;
}

.web-footer__contact-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--pc-rgb, 18, 62, 165), 0.28);
    color: #fff;
    font-size: 15px;
}

.web-footer__main {
    display: grid;
    grid-template-columns: minmax(250px, 1.45fr) minmax(145px, 0.72fr) minmax(170px, 0.82fr) minmax(240px, 1.1fr);
    gap: clamp(28px, 4vw, 58px);
    padding-top: 54px;
    padding-bottom: 48px;
}

.web-footer__main h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.web-footer__about {
    position: relative;
    min-width: 0;
}

.web-footer__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}

.web-footer__about p,
.web-footer__muted {
    margin: 0;
    color: var(--footer-muted);
    font-size: 14px;
    line-height: 1.75;
}

.web-footer__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 22px;
}

.web-footer__assurance span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #dbe4f1;
    font-size: 12px;
    font-weight: 500;
}

.web-footer__assurance i {
    color: var(--sc, #006eff);
}

.web-footer__links ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.web-footer__links--services ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
}

.web-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--footer-text);
    font-size: 14px;
    line-height: 1.45;
    transition: color 160ms ease, transform 160ms ease;
}

.web-footer__links a i {
    color: var(--sc, #006eff);
    font-size: 9px;
}

.web-footer__links a:hover,
.web-footer__links a:focus-visible {
    color: #fff;
    transform: translateX(3px);
}

.web-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 22px;
}

.web-footer__social a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--footer-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.web-footer__social a:hover,
.web-footer__social a:focus-visible {
    border-color: var(--pc, #123ea5);
    background: var(--pc, #123ea5);
    color: #fff;
    transform: translateY(-2px);
}

.web-footer__app,
.web-footer__contact-link {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    width: 100%;
    margin-top: 10px;
    padding: 13px;
    border: 1px solid var(--footer-border);
    border-radius: 6px;
    background: var(--footer-panel);
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.web-footer__app > span:first-child,
.web-footer__contact-link > span:first-child {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 5px;
    background: #fff;
    color: var(--pc, #123ea5);
    font-size: 17px;
}

.web-footer__app > span:nth-child(2),
.web-footer__contact-link > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.web-footer__app small,
.web-footer__contact-link small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.3;
}

.web-footer__app strong,
.web-footer__contact-link strong {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.web-footer__app > i,
.web-footer__contact-link > i {
    color: #fff;
    font-size: 12px;
}

.web-footer__app:hover,
.web-footer__app:focus-visible,
.web-footer__contact-link:hover,
.web-footer__contact-link:focus-visible {
    border-color: rgba(var(--pc-rgb, 18, 62, 165), 0.8);
    background: rgba(var(--pc-rgb, 18, 62, 165), 0.22);
    color: #fff;
    transform: translateY(-1px);
}

.web-footer__bottom {
    border-top: 1px solid var(--footer-border);
    background: #0c1320;
}

.web-footer__bottom .container {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.web-footer__bottom p {
    margin: 0;
    color: var(--footer-muted);
    font-size: 13px;
}

.web-footer__bottom p strong {
    color: var(--footer-text);
    font-weight: 600;
}

.web-footer__bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.web-footer__bottom a {
    color: var(--footer-text);
    font-size: 13px;
}

.web-footer__bottom a:hover,
.web-footer__bottom a:focus-visible {
    color: #fff;
}

.web-footer__bottom .sitelock-seal {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}

.web-footer__bottom .sitelock-seal img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 54px;
}

@media (max-width: 1199.98px) {
    .web-footer__contact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .web-footer__contact > :nth-child(2) {
        border-right: 0;
    }

    .web-footer__contact > :nth-child(-n + 2) {
        border-bottom: 1px solid var(--footer-border);
    }

    .web-footer__brand {
        padding-left: 20px;
    }

    .web-footer__main {
        grid-template-columns: minmax(260px, 1.35fr) minmax(150px, 0.75fr) minmax(180px, 0.9fr);
    }

    .web-footer__connect {
        grid-column: 1 / -1;
        max-width: 520px;
    }
}

@media (max-width: 767.98px) {
    .web-footer {
        font-size: 14px;
    }

    .web-footer__contact {
        grid-template-columns: 1fr;
        padding-right: 16px;
        padding-left: 16px;
    }

    .web-footer__brand,
    .web-footer__contact-item {
        min-height: 82px;
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid var(--footer-border);
    }

    .web-footer__contact > :nth-child(-n + 2) {
        border-bottom: 1px solid var(--footer-border);
    }

    .web-footer__contact > :last-child {
        border-bottom: 0;
    }

    .web-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 26px;
        padding-top: 40px;
        padding-bottom: 38px;
    }

    .web-footer__about,
    .web-footer__connect {
        grid-column: 1 / -1;
        max-width: none;
    }

    .web-footer__bottom .container {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .web-footer__bottom .sitelock-seal {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .web-footer__main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .web-footer__about,
    .web-footer__connect {
        grid-column: auto;
    }

    .web-footer__main h2 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .web-footer__links--services ul {
        grid-template-columns: 1fr;
    }

    .web-footer__brand-copy strong,
    .web-footer__contact-item strong {
        font-size: 14px;
    }

    .web-footer__bottom nav {
        gap: 8px 18px;
    }
}
