.tz-footer {
    --tz-footer-cyan: #29c8ef;
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    color: #e5f5ff;
    background: radial-gradient(circle at 94% 18%, #155889 0, transparent 28%), linear-gradient(125deg, #0b3760, #062749 72%);
    font-family: inherit;
}
.tz-footer *, .tz-footer *::before, .tz-footer *::after { box-sizing: border-box; }
.tz-footer__wave { display: block; width: 100%; height: clamp(54px, 5.5vw, 82px); background: #fff; }
.tz-footer__main {
    display: grid;
    grid-template-columns: 1.08fr .95fr 1.1fr;
    align-items: stretch;
    max-width: 1600px;
    margin: 0 auto;
    padding: 32px clamp(24px, 5vw, 88px) 30px;
}
.tz-footer a { color: #e5f5ff; text-decoration: none; }
.tz-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.tz-footer a:focus-visible { outline: 2px solid var(--tz-footer-cyan); outline-offset: 5px; border-radius: 3px; }
.tz-footer__brand { min-width: 0; padding-right: clamp(24px, 3vw, 52px); }
.tz-footer__logo-link { display: inline-block; width: min(100%, 300px); }
.tz-footer__logo { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
.tz-footer__brand p { max-width: 390px; margin: 12px 0 0; color: #d1e1ed; font-size: clamp(14px, 1.12vw, 17px); line-height: 1.45; }
.tz-footer__social, .tz-footer__contact { min-width: 0; border-left: 1px solid rgba(66, 188, 231, .5); }
.tz-footer__social { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 0 clamp(24px, 2.6vw, 48px); }
.tz-footer__instagram { display: inline-flex; align-items: center; align-self: flex-start; gap: 15px; font-size: clamp(16px, 1.25vw, 20px); font-weight: 700; }
.tz-footer__instagram svg { width: 52px; height: 52px; padding: 11px; border: 2px solid #e5f5ff; border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.tz-footer__instagram .tz-footer__ig-dot { fill: currentColor; stroke: none; }
.tz-footer__tagline { display: block; padding-left: 18px; border-left: 4px solid var(--tz-footer-cyan); color: #ccdfed; font-size: clamp(13px, 1vw, 16px); line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.tz-footer__contact { display: flex; flex-direction: column; justify-content: center; gap: 17px; padding-left: clamp(24px, 3.5vw, 60px); }
.tz-footer__contact h2 { margin: 0 0 2px; color: #fff; font-size: clamp(17px, 1.25vw, 21px); font-weight: 750; line-height: 1.25; text-transform: uppercase; }
.tz-footer__contact h2::after { display: block; width: 44px; height: 4px; margin-top: 10px; border-radius: 5px; background: var(--tz-footer-cyan); content: ''; }
.tz-footer__contact-link, .tz-footer__map-link { display: inline-flex; align-items: flex-start; align-self: flex-start; gap: 13px; font-size: clamp(14px, 1.1vw, 18px); line-height: 1.45; overflow-wrap: anywhere; }
.tz-footer__contact-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: #1377ac; }
.tz-footer__contact-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.tz-footer__map-link strong, .tz-footer__map-link small { display: block; }
.tz-footer__map-link strong { font-size: 1em; font-weight: 700; }
.tz-footer__map-link small { margin-top: 3px; color: #c8ddeb; font-size: .91em; line-height: 1.45; }
.tz-footer__map-cta { color: #69d9f9; }
.tz-footer__bottom { border-top: 1px solid rgba(50, 189, 232, .55); background: rgba(2, 24, 49, .28); }
.tz-footer__bottom > div { display: flex; max-width: 1600px; margin: 0 auto; padding: 16px clamp(24px, 5vw, 88px); align-items: center; justify-content: space-between; gap: 18px; color: #c9dce9; font-size: 13px; }
body.page-id-1419 .tzcc-footer { display: none; }
@media (max-width: 1050px) {
    .tz-footer__main { grid-template-columns: 1fr 1fr; gap: 28px 0; }
    .tz-footer__social { padding-right: 0; }
    .tz-footer__contact { grid-column: 1 / -1; padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(66, 188, 231, .5); }
}
@media (max-width: 620px) {
    .tz-footer__main { grid-template-columns: 1fr; gap: 22px; padding: 24px 22px; }
    .tz-footer__brand { padding-right: 0; }
    .tz-footer__logo-link { width: min(100%, 260px); }
    .tz-footer__social { gap: 16px; padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(66, 188, 231, .5); }
    .tz-footer__instagram svg { width: 44px; height: 44px; padding: 9px; }
    .tz-footer__contact { gap: 14px; padding-top: 18px; }
    .tz-footer__bottom > div { flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px 22px; font-size: 12px; }
}
