/* XML Ayakkabı footer */
.tis-site-footer {
    background: radial-gradient(circle at 8% 110%, rgba(39, 91, 124, .22), transparent 32%), #102536;
    color: #afc0cc;
    font-family: "Jost", sans-serif;
    overflow: hidden;
    position: relative;
}

.tis-site-footer *,
.tis-site-footer *::before,
.tis-site-footer *::after {
    box-sizing: border-box;
}

.tis-site-footer .container {
    position: relative;
    z-index: 1;
}

.tis-footer-benefits {
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 29px 0;
}

.tis-footer-benefits > div {
    align-items: center;
    display: flex;
    gap: 13px;
    min-width: 0;
}

.tis-footer-benefits__icon {
    align-items: center;
    background: rgba(122, 206, 234, .1);
    border: 1px solid rgba(122, 206, 234, .17);
    border-radius: 12px;
    color: #81d1ec;
    display: inline-flex;
    flex: 0 0 43px;
    font-size: 20px;
    height: 43px;
    justify-content: center;
}

.tis-footer-benefits strong,
.tis-footer-benefits small {
    display: block;
    line-height: 1.3;
}

.tis-footer-benefits strong {
    color: #f4f8fb;
    font-size: 14px;
    font-weight: 600;
}

.tis-footer-benefits small {
    color: #8fa5b6;
    font-size: 12px;
    margin-top: 4px;
}

.tis-footer-main {
    display: grid;
    gap: clamp(25px, 3vw, 54px);
    grid-template-columns: minmax(0, 1.45fr) minmax(125px, .7fr) minmax(155px, .9fr) minmax(220px, 1fr);
    padding: 67px 0 72px;
}

.tis-footer-brand__logo {
    background: #fff;
    border-radius: 12px;
    display: inline-flex;
    padding: 9px 13px;
    margin-bottom: 21px;
    max-width: 100%;
}

.tis-footer-brand__logo img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    width: 196px;
}

.tis-footer-brand__logo span {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.tis-site-footer .tis-footer-brand p {
    color: #a3b5c2;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    max-width: 320px;
}

.tis-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 23px;
}

.tis-site-footer .tis-footer-socials a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    color: #c8d8e3;
    display: inline-flex;
    font-size: 15px;
    height: 36px;
    justify-content: center;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
    width: 36px;
}

.tis-site-footer .tis-footer-socials a:hover {
    background: rgba(129, 209, 236, .14);
    border-color: rgba(129, 209, 236, .45);
    color: #fff;
    transform: translateY(-2px);
}

.tis-site-footer .tis-footer-nav h2,
.tis-site-footer .tis-footer-contact h2 {
    color: #f6f9fb;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: .01em;
    line-height: 1.35;
    margin: 3px 0 22px;
}

.tis-footer-nav ul {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tis-site-footer .tis-footer-nav a {
    color: #a9bac7;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.tis-site-footer .tis-footer-nav a:hover {
    color: #fff;
    transform: translateX(3px);
}

.tis-footer-contact {
    background: linear-gradient(145deg, rgba(39, 83, 111, .82), rgba(27, 58, 80, .77));
    border: 1px solid rgba(154, 206, 229, .16);
    border-radius: 18px;
    padding: 23px;
}

.tis-footer-contact__icon {
    align-items: center;
    background: rgba(131, 212, 239, .13);
    border-radius: 10px;
    color: #8ddcf3;
    display: inline-flex;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    margin-bottom: 14px;
    width: 40px;
}

.tis-site-footer .tis-footer-contact h2 {
    margin: 0 0 9px;
}

.tis-site-footer .tis-footer-contact p {
    color: #bdcfda;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 19px;
}

.tis-site-footer .tis-footer-contact__button {
    align-items: center;
    background: #fff;
    border-radius: 9px;
    color: #17374e;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 11px;
    justify-content: space-between;
    min-height: 40px;
    padding: 10px 13px;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.tis-site-footer .tis-footer-contact__button:hover {
    background: #e9f6fb;
    color: #17374e;
    transform: translateY(-2px);
}

.tis-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .11);
    color: #8098aa;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 12px 28px;
    justify-content: space-between;
    line-height: 1.5;
    padding: 22px 0 25px;
}

.tis-site-footer .tis-footer-bottom a {
    color: #b9ccda;
    text-decoration: none;
}

.tis-site-footer .tis-footer-bottom a:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .tis-footer-main {
        gap: 42px 34px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 55px 0;
    }

    .tis-footer-brand,
    .tis-footer-contact { grid-column: 1 / -1; }

    .tis-footer-contact { max-width: 480px; }
}

@media (max-width: 767.98px) {
    .tis-footer-benefits {
        gap: 18px 22px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tis-footer-benefits > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 575.98px) {
    .tis-footer-benefits {
        gap: 20px;
        grid-template-columns: 1fr;
        padding: 28px 0;
    }

    .tis-footer-benefits > div:last-child { grid-column: auto; }
    .tis-footer-benefits__icon { flex-basis: 40px; height: 40px; }

    .tis-footer-main {
        gap: 36px 24px;
        padding: 45px 0 50px;
    }

    .tis-footer-brand,
    .tis-footer-contact { grid-column: 1 / -1; }

    .tis-footer-contact { padding: 22px; }
    .tis-footer-bottom { align-items: flex-start; flex-direction: column; }
}
