.tl-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(54px, 7vw, 86px) 0 28px;
    background: #080e24 !important;
    background-color: #080e24 !important;
    color: #d8e7ef;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.tl-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .035), transparent);
    opacity: .7;
}

.tl-footer__inner {
    position: relative;
    z-index: 1;
}

.tl-footer__top {
    display: grid;
    grid-template-columns: minmax(250px, .9fr) minmax(360px, 1.5fr) minmax(310px, .95fr);
    gap: clamp(36px, 6vw, 78px);
    align-items: start;
}

.tl-footer h2 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .42em;
    line-height: 1;
    text-transform: uppercase;
}

.tl-footer__accordion-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
}

.tl-footer__accordion-icon {
    display: none;
}

.tl-footer__support {
    display: grid;
}

.tl-footer__support-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    width: min(100%, 274px);
    min-height: 72px;
    margin-bottom: 20px;
    padding: 10px 24px 10px 18px;
    border: 1px solid rgba(149, 184, 199, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .018);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.tl-footer__support-card:hover,
.tl-footer__support-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(36, 193, 232, .72);
    background: rgba(36, 193, 232, .07);
}

.tl-footer__support-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-right: 1px solid rgba(149, 184, 199, .22);
}

.tl-footer svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.tl-footer__support-card small,
.tl-footer__company span,
.tl-footer__app-copy,
.tl-footer__bottom,
.tl-footer__consent {
    color: #8fa8b7;
}

.tl-footer__support-card strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 19px;
    line-height: 1.1;
}

.tl-footer__link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px clamp(34px, 5vw, 70px);
}

.tl-footer__link-grid a,
.tl-footer__company a {
    color: #a8bac5;
    white-space: nowrap;
    transition: color .2s ease;
}

.tl-footer__link-grid a:hover,
.tl-footer__link-grid a:focus-visible,
.tl-footer__company a:hover,
.tl-footer__company a:focus-visible {
    color: #24c1e8;
}

.tl-footer__company {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
    color: #a8bac5;
    line-height: 1.65;
}

.tl-footer__company strong {
    color: #fff;
}

.tl-footer__company a {
    color: #24c1e8;
}

.tl-footer__newsletter {
    display: grid;
    gap: 12px;
    max-width: 390px;
}

.tl-footer__newsletter > label:first-child {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.tl-footer__newsletter-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(149, 184, 199, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
}

.tl-footer__newsletter input[type="email"] {
    min-width: 0;
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    outline: 0;
    background: transparent;
    color: #fff;
}

.tl-footer__newsletter input::placeholder {
    color: #7894a5;
}

.tl-footer__newsletter button {
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #249bb8;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(36, 155, 184, .22);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.tl-footer__newsletter button:hover,
.tl-footer__newsletter button:focus-visible {
    transform: translateY(-1px);
    background: #fff;
    color: #080e24;
}

.tl-footer__consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
}

.tl-footer__consent input {
    margin-top: 2px;
    accent-color: #249bb8;
}

.tl-footer__notice,
.tl-footer__error {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.tl-footer__notice {
    color: #8ee0bd;
}

.tl-footer__error {
    color: #ff8b75;
}

.tl-footer__middle {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    margin-top: clamp(42px, 6vw, 64px);
    padding: 16px 0;
    border-top: 1px solid rgba(149, 184, 199, .18);
    border-bottom: 1px solid rgba(149, 184, 199, .18);
}

.tl-footer__store-buttons,
.tl-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.tl-footer__store-buttons a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 9px;
    padding: 6px 13px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.tl-footer__action-buttons a {
    min-height: 48px;
    padding: 8px 18px;
    border-color: rgba(255, 255, 255, .3);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #fff;
}

.tl-footer__action-buttons a:first-child {
    background: #fff;
    border-color: #fff;
    color: #080e24;
}

.tl-footer__action-buttons a:hover,
.tl-footer__action-buttons a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .08);
}

.tl-footer__action-buttons a:first-child:hover,
.tl-footer__action-buttons a:first-child:focus-visible {
    background: #249bb8;
    border-color: #249bb8;
    color: #fff;
}

.tl-footer__store-buttons svg {
    width: 24px;
    height: 24px;
}

.tl-footer__store-buttons small {
    display: block;
    color: #b8c8d1;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
}

.tl-footer__social a {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    isolation: isolate;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .045)),
        rgba(149, 184, 199, .12);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 16px 32px rgba(0, 0, 0, .22);
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.tl-footer__social a::before {
    position: absolute;
    inset: 2px;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(circle at 32% 18%, rgba(255, 255, 255, .42), transparent 34%);
    content: "";
    opacity: .52;
}

.tl-footer__social svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .28));
}

.tl-footer__social a:hover,
.tl-footer__social a:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, .36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 20px 38px rgba(0, 0, 0, .3);
    outline: 0;
}

.tl-footer__social-link--whatsapp {
    background:
        linear-gradient(145deg, rgba(44, 230, 125, .92), rgba(12, 131, 70, .88)),
        #25d366 !important;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 16px 34px rgba(37, 211, 102, .18) !important;
}

.tl-footer__social-link--facebook {
    background:
        linear-gradient(145deg, rgba(68, 119, 255, .92), rgba(14, 51, 148, .9)),
        #1877f2 !important;
}

.tl-footer__social-link--youtube {
    background:
        linear-gradient(145deg, rgba(255, 65, 65, .96), rgba(139, 0, 0, .9)),
        #ff0033 !important;
}

.tl-footer__social-link--instagram {
    background:
        radial-gradient(circle at 30% 105%, #ffd76f 0 18%, transparent 36%),
        radial-gradient(circle at 18% 12%, #7d5cff 0 20%, transparent 42%),
        linear-gradient(145deg, #ff3869, #8f3dff 52%, #1d9bf0) !important;
}

.tl-footer__social-link--whatsapp:hover,
.tl-footer__social-link--whatsapp:focus-visible {
    color: #07140c;
}

.tl-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    padding-top: 22px;
    font-size: 12px;
}

@media (max-width: 1050px) {
    .tl-footer__top {
        grid-template-columns: 1fr 1fr;
    }

    .tl-footer__connect {
        grid-column: 1 / -1;
    }

    .tl-footer__middle {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .tl-footer {
        padding-top: 44px;
    }

    .tl-footer__top,
    .tl-footer__link-grid {
        grid-template-columns: 1fr;
    }

    .tl-footer h2 {
        margin-bottom: 18px;
        letter-spacing: .32em;
    }

    .tl-footer__links {
        border-top: 1px solid rgba(149, 184, 199, .16);
        border-bottom: 1px solid rgba(149, 184, 199, .16);
        padding: 18px 0;
    }

    .tl-footer__links h2 {
        margin-bottom: 0;
    }

    .tl-footer__accordion-toggle {
        cursor: pointer;
    }

    .tl-footer__accordion-icon {
        position: relative;
        display: grid;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        place-items: center;
        border: 1px solid rgba(149, 184, 199, .24);
        border-radius: 50%;
        background: rgba(255, 255, 255, .035);
    }

    .tl-footer__accordion-icon::before,
    .tl-footer__accordion-icon::after {
        position: absolute;
        width: 13px;
        height: 2px;
        border-radius: 99px;
        background: #fff;
        content: "";
        transition: transform .25s ease;
    }

    .tl-footer__accordion-icon::after {
        transform: rotate(90deg);
    }

    .tl-footer__links.is-open .tl-footer__accordion-icon::after {
        transform: rotate(90deg) scaleX(0);
    }

    .tl-footer__link-grid {
        max-height: 0;
        overflow: hidden;
        gap: 0;
        opacity: 0;
        transition: max-height .34s cubic-bezier(.22, 1, .36, 1), opacity .22s ease, padding-top .34s ease;
    }

    .tl-footer__links.is-open .tl-footer__link-grid {
        padding-top: 18px;
        opacity: 1;
    }

    .tl-footer__link-grid a {
        padding: 10px 0;
        border-top: 1px solid rgba(149, 184, 199, .1);
    }

    .tl-footer__support-card {
        width: 100%;
    }

    .tl-footer__newsletter-row {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .tl-footer__newsletter button {
        width: 100%;
    }
}
