.ft-footer {
        background:
            radial-gradient(circle at 12% 0%, rgba(244, 122, 31, .09), transparent 28%),
            linear-gradient(180deg, #0b0b0a 0%, #080807 100%);
        border-top: 1px solid rgba(255, 255, 255, .1);
        color: rgba(255, 255, 255, .72);
        margin-top: 0;
    }

    .ft-main {
        padding: 28px 0 24px;
    }

    .ft-shell,
    .ft-bottom-shell {
        margin: 0 auto;
        max-width: 1720px;
        padding: 0 clamp(18px, 4vw, 72px);
    }

    .ft-shell {
        align-items: center;
        display: grid;
        gap: 26px;
        grid-template-columns: minmax(260px, 1.25fr) minmax(220px, .78fr) minmax(280px, .9fr) minmax(230px, .68fr);
    }

    .ft-brand {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .ft-logo-link {
        display: flex;
        justify-content: center;
        margin: 0 auto 10px;
        text-decoration: none;
        width: fit-content;
    }

    .ft-logo {
        display: block;
        height: auto;
        max-height: 92px;
        max-width: min(250px, 64vw);
        object-fit: contain;
        object-position: center;
        width: min(250px, 64vw);
    }

    .ft-brand p {
        color: rgba(255, 255, 255, .62);
        font-size: 13px;
        line-height: 1.65;
        margin: 0 auto;
        max-width: 560px;
        text-align: center;
    }

    .ft-contact h2,
    .ft-company h2 {
        color: #fff;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .12em;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

    .ft-contact ul {
        display: grid;
        gap: 8px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ft-contact li {
        align-items: flex-start;
        color: rgba(255, 255, 255, .68);
        display: flex;
        font-size: 13px;
        gap: 10px;
        line-height: 1.45;
    }

    .ft-contact i {
        color: var(--mts-orange-2, #f47a1f);
        font-size: 16px;
        margin-top: 2px;
    }

    .ft-contact a {
        color: rgba(255, 255, 255, .82);
        text-decoration: none;
        transition: color .18s ease;
    }

    .ft-contact a:hover {
        color: var(--mts-orange-2, #f47a1f);
    }

    .ft-contact .ft-contact-whatsapp {
        margin-top: 4px;
    }

    .ft-contact .ft-contact-whatsapp i {
        color: #25d366;
    }

    .ft-contact .ft-contact-whatsapp a {
        color: rgba(255, 255, 255, .9);
        font-weight: 850;
    }

    .ft-contact .ft-contact-whatsapp a:hover {
        color: #25d366;
    }

    .ft-company dl {
        display: grid;
        gap: 8px;
        margin: 0;
    }

    .ft-company dl div {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        display: grid;
        gap: 14px;
        grid-template-columns: 72px 1fr;
        padding: 0 0 8px;
    }

    .ft-company dt {
        color: rgba(255, 255, 255, .42);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .08em;
        margin: 0;
        text-transform: uppercase;
    }

    .ft-company dd {
        color: rgba(255, 255, 255, .78);
        font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
        font-size: 13px;
        margin: 0;
        overflow-wrap: anywhere;
    }

    .ft-actions {
        display: grid;
        gap: 10px;
    }

    .ft-action {
        align-items: center;
        display: inline-flex;
        font-size: 13px;
        font-weight: 950;
        gap: 10px;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        text-decoration: none;
        transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
        white-space: nowrap;
    }

    .ft-action--primary {
        background: var(--mts-orange-2, #f47a1f);
        border: 1px solid var(--mts-orange-2, #f47a1f);
        color: #fff;
    }

    .ft-action:hover {
        color: #fff;
        transform: translateY(-1px);
    }

    .ft-bottom {
        background: rgba(0, 0, 0, .28);
        border-top: 1px solid rgba(255, 255, 255, .08);
        padding: 12px 96px 12px 0;
    }

    .ft-bottom-shell {
        align-items: center;
        display: flex;
        gap: 18px;
        justify-content: center;
        text-align: center;
    }

    .ft-bottom p {
        color: rgba(255, 255, 255, .36);
        font-size: 12px;
        margin: 0;
    }

    .ft-bottom nav {
        display: inline-flex;
        gap: 18px;
        justify-content: center;
    }

    .ft-bottom a {
        color: rgba(255, 255, 255, .52);
        font-size: 12px;
        font-weight: 800;
        text-decoration: none;
    }

    .ft-bottom a:hover {
        color: var(--mts-orange-2, #f47a1f);
    }

    .whatsapp-button {
        align-items: center;
        animation: waPulse 2.4s ease-in-out infinite;
        background: linear-gradient(135deg, #1cb954, #25d366);
        border-radius: 999px;
        bottom: 66px;
        box-shadow: 0 6px 24px rgba(37, 211, 102, .5);
        color: #fff;
        display: inline-flex;
        font-size: 24px;
        height: 70px;
        justify-content: center;
        position: fixed;
        right: 96px;
        text-decoration: none;
        transition: transform .3s ease, box-shadow .3s ease;
        width: 70px;
        z-index: 9999;
    }

    .whatsapp-icon {
        font-size: 30px;
        line-height: 1;
    }

    @keyframes waPulse {
        0%,
        100% {
            box-shadow: 0 6px 24px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, .45);
        }

        50% {
            box-shadow: 0 6px 24px rgba(37, 211, 102, .5), 0 0 0 16px rgba(37, 211, 102, 0);
        }
    }

    .whatsapp-button:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    .whatsapp-helper {
        bottom: 76px;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 180px;
        transform: translateY(10px) scale(.98);
        transform-origin: bottom right;
        transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
        visibility: hidden;
        width: min(330px, calc(100vw - 220px));
        z-index: 9998;
    }

    .whatsapp-helper.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        visibility: visible;
    }

    .whatsapp-helper__inner {
        align-items: center;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
            #10100f;
        border: 1px solid rgba(255, 255, 255, .18);
        box-shadow: 0 18px 42px rgba(0, 0, 0, .34), 0 0 28px rgba(37, 211, 102, .14);
        color: #fff;
        display: grid;
        gap: 12px;
        grid-template-columns: 58px 1fr;
        min-height: 84px;
        padding: 12px 38px 12px 12px;
        position: relative;
        text-decoration: none;
    }

    .whatsapp-helper__inner::after {
        background: #10100f;
        border-right: 1px solid rgba(255, 255, 255, .18);
        border-top: 1px solid rgba(255, 255, 255, .18);
        content: "";
        height: 13px;
        position: absolute;
        right: -7px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 13px;
    }

    .whatsapp-helper img {
        border: 2px solid rgba(37, 211, 102, .58);
        border-radius: 999px;
        display: block;
        height: 58px;
        object-fit: cover;
        object-position: 24% 42%;
        width: 58px;
    }

    .whatsapp-helper strong {
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 950;
        line-height: 1.15;
        margin-bottom: 4px;
    }

    .whatsapp-helper small {
        color: rgba(255, 255, 255, .74);
        display: block;
        font-size: 12.5px;
        font-weight: 750;
        line-height: 1.35;
    }

    .whatsapp-helper__close {
        align-items: center;
        background: rgba(0, 0, 0, .36);
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 999px;
        color: rgba(255, 255, 255, .8);
        cursor: pointer;
        display: inline-flex;
        font-size: 18px;
        font-weight: 800;
        height: 24px;
        justify-content: center;
        line-height: 1;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 24px;
        z-index: 2;
    }

    .whatsapp-helper__close:hover {
        background: rgba(255, 255, 255, .12);
        color: #fff;
    }

    .mobile-cta-bar {
        display: none;
    }

    @media (max-width: 1180px) {
        .ft-shell {
            align-items: start;
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 700px) {
        .ft-main {
            padding: 30px 0 88px;
        }

        .ft-shell {
            grid-template-columns: 1fr;
        }

        .ft-contact,
        .ft-company {
            text-align: center;
        }

        .ft-contact ul,
        .ft-company dl {
            margin-left: auto;
            margin-right: auto;
            max-width: 320px;
        }

        .ft-contact li {
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .ft-company dl div {
            grid-template-columns: 1fr;
            gap: 3px;
            justify-items: center;
            text-align: center;
        }

        .ft-bottom {
            padding: 12px 0;
        }

        .ft-bottom-shell {
            align-items: center;
            flex-direction: column;
        }

        .ft-bottom nav {
            flex-wrap: wrap;
        }

        .ft-actions {
            width: 100%;
        }

        .ft-action {
            width: 100%;
        }

        .whatsapp-button {
            display: none !important;
        }

        .whatsapp-helper {
            display: none !important;
        }

        .mobile-cta-bar {
            align-items: stretch;
            background: rgba(255, 255, 255, .96);
            border-top: 1px solid rgba(15, 23, 42, .12);
            bottom: 0;
            box-shadow: 0 -10px 24px rgba(15, 23, 42, .12);
            display: grid;
            gap: 1px;
            grid-template-columns: repeat(3, 1fr);
            left: 0;
            padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
            position: fixed;
            right: 0;
            width: 100%;
            z-index: 10000;
        }

        .mobile-cta-bar a {
            align-items: center;
            background: #f4f7fb;
            border-radius: 8px;
            color: #061a49;
            display: flex;
            flex-direction: column;
            font-size: 11px;
            font-weight: 800;
            gap: 4px;
            justify-content: center;
            min-height: 54px;
            text-decoration: none;
        }

        .mobile-cta-bar a:first-child {
            background: #21b35b;
            color: #fff;
        }

        .mobile-cta-bar i {
            font-size: 17px;
        }
    }

@media (min-width: 761px) {
        html body .site-header,
        html body .site-header .navbar {
            background: #fff !important;
        }

        html body .site-header .navbar__links > a,
        html body .site-header .navbar__item > a,
        html body .site-header .navbar__links > a:link,
        html body .site-header .navbar__item > a:link,
        html body .site-header .navbar__links > a:visited,
        html body .site-header .navbar__item > a:visited,
        html body .site-header .navbar__links > a:hover,
        html body .site-header .navbar__item > a:hover,
        html body .site-header .navbar__links > a:focus,
        html body .site-header .navbar__item > a:focus,
        html body .site-header .navbar__links > a:active,
        html body .site-header .navbar__item > a:active {
            background: transparent !important;
            color: #2f6c98 !important;
        }

        html body .site-header .navbar__links > a.active,
        html body .site-header .navbar__item > a.active {
            background: transparent !important;
            color: #0757d8 !important;
        }

        html body .site-header .navbar__item > a span,
        html body .site-header .navbar__item > a:active span,
        html body .site-header .navbar__item > a:focus span {
            color: #2f6c98 !important;
        }
    }
