﻿.tc-footer {
    position: relative;
    background: #f3f3f5;
    padding: 38px 0 28px;
    color: #16233f;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.tc-footer-container {
    width: min(100% - 48px, 1580px);
    margin: 0 auto;
}

.tc-footer-brand {
    padding-left: 220px;
    margin-bottom: 28px;
}

.tc-footer-logo {
    width: 210px;
    max-width: 100%;
    height: auto;
    display: block;
}

.tc-footer-logo-link {
    display: inline-block;
    text-decoration: none;
}

.tc-footer-divider {
    border-top: 1px solid #d6d7dc;
    margin-bottom: 42px;
}

.tc-footer-divider-bottom {
    margin-top: 48px;
    margin-bottom: 32px;
}

.tc-footer-top-grid {
    display: grid;
    grid-template-columns: 220px 220px 220px 290px 220px;
    column-gap: 70px;
    margin-bottom: 46px;
}

.tc-footer-bottom-grid {
    display: grid;
    grid-template-columns: 220px 220px 220px 220px 320px;
    column-gap: 70px;
}

.tc-footer-column h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #16233f;
}

.tc-footer-column a {
    display: block;
    width: fit-content;
    color: #16233f;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 2px;
}

    .tc-footer-column a:hover {
        text-decoration: underline;
        color: #16233f;
    }

.tc-footer-inline-link {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
}

    .tc-footer-inline-link i {
        font-size: 14px;
        color: #872f98;
    }

.tc-footer-social .tc-social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 3px;
}

    .tc-footer-social .tc-social-link i {
        font-size: 21px;
        color: #872f98;
        width: 23px;
        text-align: center;
    }

    .tc-footer-social .tc-social-link span {
        color: #16233f;
        font-size: 16px;
        line-height: 1.35;
    }

.tc-footer-apps {
    padding-top: 28px;
}

    .tc-footer-apps h4 {
        margin-bottom: 18px;
    }

.tc-app-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tc-store-badge {
    height: 39px;
    min-width: 122px;
    border-radius: 5px;
    background: #050505;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 12px !important;
    line-height: 1.05 !important;
    text-decoration: none !important;
}

    .tc-store-badge i {
        font-size: 23px;
        margin-right: 7px;
        color: #ffffff;
    }

    .tc-store-badge span {
        color: #ffffff;
    }

    .tc-store-badge strong {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
    }

.tc-footer-copy {
    text-align: right;
    font-size: 12px;
    color: #16233f;
}

.tc-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 26px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 1200;
}

    .tc-whatsapp-float:hover {
        color: #ffffff;
        background: #1fc15a;
    }

    .tc-whatsapp-float i {
        font-size: 36px;
        color: #ffffff;
    }

/* Responsive */
@media (max-width: 1400px) {
    .tc-footer-brand {
        padding-left: 0;
    }

    .tc-footer-top-grid,
    .tc-footer-bottom-grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        row-gap: 36px;
        column-gap: 36px;
    }

    .tc-footer-empty {
        display: none;
    }

    .tc-footer-apps {
        padding-top: 0;
    }

    .tc-footer-secondary-links h4 {
        display: none;
    }
}

@media (max-width: 768px) {
    .tc-footer {
        padding: 30px 0 24px;
    }

    .tc-footer-container {
        width: min(100% - 24px, 100%);
    }

    .tc-footer-brand {
        margin-bottom: 24px;
    }

    .tc-footer-logo {
        width: 185px;
    }

    .tc-footer-top-grid,
    .tc-footer-bottom-grid {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .tc-footer-divider {
        margin-bottom: 28px;
    }

    .tc-footer-divider-bottom {
        margin-top: 32px;
        margin-bottom: 22px;
    }

    .tc-footer-column h4 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .tc-footer-column a,
    .tc-footer-social .tc-social-link span {
        font-size: 16px;
    }

    .tc-footer-secondary-links h4 {
        display: none;
    }

    .tc-footer-copy {
        text-align: left;
        font-size: 12px;
    }

    .tc-whatsapp-float {
        width: 56px;
        height: 56px;
        right: 16px;
        bottom: 16px;
    }

        .tc-whatsapp-float i {
            font-size: 30px;
        }
}


.tc-contact-strip {
    background: #ffffff;
    padding: 6px 16px 0;
}

.tc-contact-strip-container {
    border: 1px solid #e5e7eb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 14px 24px 34px;
    max-width: 100%;
    margin: 0 auto;
}

.tc-contact-strip-title {
    margin: 0 0 44px;
    text-align: center;
    color: #1f2b46;
    font-size: 24px;
    font-weight: 700;
}

.tc-contact-strip-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    gap: 24px;
}

.tc-contact-strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #444b59;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

    .tc-contact-strip-item:hover {
        color: #444b59;
        text-decoration: none;
    }

.tc-contact-strip-icon {
    position: relative;
    height: 48px;
    margin-bottom: 8px;
    color: #a8afba;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tc-contact-strip-icon > .bi {
        font-size: 40px;
        line-height: 1;
    }

.tc-contact-strip-item:nth-child(1) .tc-contact-strip-icon::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 6px;
    background: #ff0044;
    border-radius: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tc-contact-strip-item:nth-child(2) .tc-contact-strip-icon::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 8px;
    background: #ff0044;
    border-radius: 4px 4px 0 0;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.tc-contact-strip-item:nth-child(3) .tc-contact-strip-icon::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 18px;
    border: 2px solid #ff0044;
    border-top: none;
    border-left: none;
    border-radius: 0 0 18px 0;
    right: -4px;
    bottom: 0;
}

.tc-contact-strip-item:nth-child(4) .tc-contact-strip-icon::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background: #ff0044;
    border-radius: 50%;
    right: -7px;
    bottom: 4px;
    z-index: 0;
}

.tc-contact-strip-item:nth-child(4) .tc-contact-strip-icon .bi {
    position: relative;
    z-index: 1;
    color: #a8afba;
}

.tc-contact-whatsapp {
    width: 52px;
    height: 52px;
    background: #25d366;
    border-radius: 50%;
    color: #ffffff;
}

    .tc-contact-whatsapp > .bi {
        font-size: 28px;
        color: #ffffff;
    }

.tc-contact-info {
    position: static;
    font-size: 14px !important;
    color: #872f98;
    margin-left: 4px;
}

@media (max-width: 768px) {
    .tc-contact-strip-container {
        padding: 18px 16px 28px;
    }

    .tc-contact-strip-title {
        margin-bottom: 26px;
        font-size: 22px;
    }

    .tc-contact-strip-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 28px;
    }
}

@media (max-width: 420px) {
    .tc-contact-strip-grid {
        grid-template-columns: 1fr;
    }
}