/* ============================================
   Footer
   ============================================ */

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

.site-footer {
    clear: both;
    width: 100%;
    background:
        radial-gradient(circle at top left, rgba(255, 197, 111, 0.16), transparent 32%),
        linear-gradient(115deg, #17181b 0%, #202329 50%, #17181b 100%);
    color: #edf2f7;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer a {
    color: #ffffff !important;
}

.site-footer-inner,
.site-footer-bottom {
    max-width: 1312px;
    margin: 0 auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.site-footer-inner {
    padding-top: 42px;
    padding-bottom: 24px;
}

.site-footer-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(290px, 1.15fr);
    gap: 28px;
}

.site-footer-col {
    min-width: 0;
}

.site-footer-title {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-col ul li + li {
    margin-top: 10px;
}

.site-footer-col ul li a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 6px 12px;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.36);
    text-underline-offset: 4px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    transition: color 0.2s ease, text-decoration-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-col ul li a:hover {
    color: #ffd68a;
    text-decoration-color: rgba(255, 214, 138, 0.9);
    background: rgba(255, 214, 138, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 214, 138, 0.34);
}

.site-footer-col--contact {
    padding: 22px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.site-footer-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
}

.site-footer-brand img {
    display: block;
    max-height: 54px;
    width: auto;
}

.site-footer-text {
    margin: 0 0 14px;
    color: #dbe3ec;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer-contact-list {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.site-footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.site-footer-contact-item:hover {
    background: rgba(255, 255, 255, 0.06);
}

.site-footer-contact-item--static {
    color: #ffffff;
}

.site-footer-contact-label {
    color: #ffd68a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-contact-value {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.65;
    word-break: break-word;
}

.site-footer-phone-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2b69b0 0%, #3b87dd 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(23, 61, 108, 0.28);
}

.site-footer-phone-pill:hover {
    color: #ffffff;
}

.site-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.site-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.site-footer-social-link:hover {
    color: #17181b;
    background: #ffd68a;
}

.site-footer-bottom {
    padding-top: 24px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-payment {
    margin-bottom: 22px;
}

.site-footer-kicker {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-footer-payment-text {
    margin: 0;
    color: #e5eaf0;
    font-size: 15px;
    font-weight: 500;
}

.site-footer-meta {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 40px;
    align-items: start;
}

.site-footer-company-name {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.site-footer-company p,
.site-footer-legal p {
    margin: 0 0 10px;
    color: #e5eaf0;
    font-size: 15px;
    line-height: 1.75;
}

.site-footer-company strong,
.site-footer-legal strong {
    color: #ffffff;
}

.site-footer-company a,
.site-footer-legal a {
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 4px;
}

.site-footer-company a:hover,
.site-footer-legal a:hover {
    color: #ffd68a;
    text-decoration-color: rgba(255, 214, 138, 0.9);
}

.site-footer-bct {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.site-footer-tax {
    max-width: 420px;
}

.site-footer-copy {
    margin-top: 14px;
    color: #bfc8d3 !important;
    font-size: 13px !important;
}

@media screen and (max-width: 991px) {
    .site-footer-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-col--contact {
        grid-column: 1 / -1;
    }

    .site-footer-meta {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer-inner,
    .site-footer-bottom {
        padding-left: 12px;
        padding-right: 12px;
    }

    .site-footer-inner {
        padding-top: 28px;
        padding-bottom: 18px;
    }

    .site-footer-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .site-footer-col--contact {
        padding: 18px;
        border-radius: 14px;
    }

    .site-footer-brand img {
        max-height: 46px;
    }

    .site-footer-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .site-footer-col ul li a,
    .site-footer-company p,
    .site-footer-legal p,
    .site-footer-payment-text {
        font-size: 14px;
    }

    .site-footer-col ul li a {
        width: 100%;
        justify-content: flex-start;
    }

    .site-footer-company-name {
        font-size: 19px;
    }

    .site-footer-bottom {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .site-footer-phone-pill,
    .site-footer-bct {
        width: 100%;
    }
}
