/* Site footer — new design (all pages) */
.site-footer-new {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #1d1d1d;
    font-family: "Outfit", sans-serif;
}

.site-footer-new__container {
    position: relative;
    z-index: 1;
    /* max-width: 1320px; */
    margin: 0 auto;
    padding: 0 50px 0;
}

.site-footer-new__brand {
    position: relative;
    text-align: center;
    
}

.site-footer-new__watermark {
    margin: 0 auto;
    width: 100%;
    max-width: 1225px;
    min-height: clamp(82px, 20vw, 291px);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: clamp(72px, 17.5vw, 254.64px);
    line-height: clamp(82px, 20vw, 290.29px);
    letter-spacing: 0;
    color: #f4f4f4;
    user-select: none;
    pointer-events: none;
}

.site-footer-new__logo-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(-129px, -10vw, -145px);
    margin-bottom: 18px;
}

.site-footer-new__logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: #272727;
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.12),
        0 4px 8px rgba(0, 0, 0, 0.08);
}

.site-footer-new__logo-box img {
    width: 40px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.site-footer-new__tagline {
    margin: 0 auto;
    max-width: 990px;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    color: #333333;
    text-align: center;
}

.site-footer-new__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 48px);
    padding: clamp(28px, 4vw, 40px) 0 clamp(32px, 5vw, 48px);
    
}

.site-footer-new__col-title {
    margin: 0 0 18px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    color: #1d1d1d;
}

.site-footer-new__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-new__links li + li {
    margin-top: 0;
}

.site-footer-new__links a {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0;
    color: #333333;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer-new__links a:hover {
    color: #1d1d1d;
}

.site-footer-new__certs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer-new__cert {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 262.5px;
    min-height: 37px;
    padding: 10px 20px;
    border-radius: 92px;
    background: #f4f4f5;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    box-sizing: border-box;
    box-shadow:
        inset 0 4px 0 0 rgba(255, 255, 255, 0.6),
        inset 0 -8px 8px 0 rgba(0, 0, 0, 0.05);
}

.site-footer-new__cert-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e2303c;
    flex-shrink: 0;
}

.site-footer-new__offices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 24px);
    padding-bottom: clamp(32px, 5vw, 48px);
}

.site-footer-new__office {
    position: relative;
    padding: 24px 18px 20px;


}

.site-footer-new__office-city {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 0, 0, 0.06);
    pointer-events: none;
    user-select: none;
}

.site-footer-new__office-art {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 120px;
    margin-bottom: 16px;
}

.site-footer-new__office-art img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.site-footer-new__office-name {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #1d1d1d;
}

.site-footer-new__office-address {
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #6d6d6d;
}

.site-footer-new__office-phone {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.site-footer-new__office-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #2f2f2f;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer-new__office-phone a:hover {
    color: #e2303c;
}

.site-footer-new__office-phone img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

.site-footer-new__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 0 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.site-footer-new__copyright {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
}

.site-footer-new__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer-new__social-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #1d1d1d;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer-new__social-label {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    color: #1d1d1d;
    white-space: nowrap;
}

.site-footer-new__social-link:hover,
.site-footer-new__social-link:hover .site-footer-new__social-label {
    color: #e2303c;
}

.site-footer-new__social-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #ffffff;
    flex-shrink: 0;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    border-radius: 50%;
    background: linear-gradient(145deg, #3a3a3a, #111);
    box-shadow: 0 8px 15px rgba(0,0,0,0.35),
        inset 0 2px 2px rgba(255,255,255,0.15),
        inset 0 -2px 2px rgba(0,0,0,0.4);
}

.site-footer-new__social-link:hover .site-footer-new__social-ico {
    background: #e2303c;
    box-shadow:
        0 2.77px 2.21px 0 rgba(0, 0, 0, 0.12),
        0 3px 3px 0 rgba(0, 0, 0, 0.14);
}

.site-footer-new__social-ico svg {
    width: 14px;
    height: 14px;
    display: block;
}

@media (min-width: 903px) and (max-width: 1390px) {
    .site-footer-new__container {
        padding-right: clamp(90px, 9vw, 120px);
    }
}

@media (max-width: 1199.98px) {
    .site-footer-new__tagline {
        margin-top: clamp(24px, 4vw, 40px);
    }

    .site-footer-new__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-new__offices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .site-footer-new__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-footer-new__brand {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 28px 0 20px;
        isolation: isolate;
    }

    .site-footer-new__watermark {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: none;
        min-height: 0;
        margin: 0;
        font-size: clamp(48px, 16vw, 72px);
        line-height: 1;
        z-index: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }

    .site-footer-new__logo-wrap {
        position: relative;
        z-index: 1;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .site-footer-new__tagline {
        position: relative;
        z-index: 1;
        font-size: 16px;
        margin-top: 42px;
        line-height: 26px;
        padding: 0 4px;
    }

    .site-footer-new__nav {
        
        gap: 28px;
    }

    .site-footer-new__offices {
        grid-template-columns: 1fr;
    }

    .site-footer-new__office {
        width: 100%;
        max-width: 100%;
        padding-inline: 0;
    }

    .site-footer-new__office-address {
        width: 100%;
        max-width: 100%;
        padding-inline: 0;
    }

    .site-footer-new__bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer-new__social {
        width: 100%;
        gap: 14px;
    }

    .site-footer-new__social-link {
        flex-direction: row;
    }

    .site-footer-new__social-ico {
        order: -1;
    }
}
