.site-footer {
    background: linear-gradient(135deg, #111827 0%, #16213e 52%, #0f3460 100%);
    color: rgba(255, 255, 255, .82);
    margin-top: 3rem;
}

.site-footer-main {
    padding: 3.2rem 0 2.4rem;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .95fr .95fr 1fr;
    gap: 2rem;
    align-items: start;
}

.site-footer-brand {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: 1rem;
}

.site-footer-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.site-footer-brand strong {
    display: block;
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.15;
}

.site-footer-brand span,
.site-footer-copy {
    color: rgba(255, 255, 255, .66);
    font-size: .92rem;
}

.site-footer-copy {
    margin-bottom: 1.15rem;
    max-width: 34rem;
}

.site-footer h2,
.site-footer h3 {
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: .9rem;
}

.site-footer-collapse {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
    overflow: hidden;
}

.site-footer-collapse summary {
    cursor: pointer;
    list-style: none;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem .9rem;
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
}

.site-footer-collapse summary::-webkit-details-marker {
    display: none;
}

.site-footer-collapse summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(48, 207, 208, .16);
    color: var(--ks-accent, #30cfd0);
    font-size: 1.15rem;
    line-height: 1;
}

.site-footer-collapse[open] summary::after {
    content: "-";
}

.site-footer-collapse-content {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: .65rem .9rem .95rem;
}

.site-footer-contact-list,
.site-footer-link-list {
    display: grid;
    gap: .55rem;
}

.site-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    color: rgba(255, 255, 255, .78);
    font-size: .94rem;
}

.site-footer-contact-item i {
    color: var(--ks-accent, #30cfd0);
    min-width: 18px;
    margin-top: .2rem;
}

.site-footer a {
    color: rgba(255, 255, 255, .86);
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--ks-accent, #30cfd0);
}

.site-footer-link-list a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: rgba(255, 255, 255, .78);
    font-size: .95rem;
}

.site-footer-link-list a i {
    color: var(--ks-accent, #30cfd0);
    width: 18px;
    text-align: center;
}

.site-footer-link-list a:hover {
    transform: translateX(3px);
}

.site-footer-service-card {
    display: grid;
    gap: .55rem;
}

.site-footer-service-card a:first-child {
    background: rgba(48, 207, 208, .12);
    border: 1px solid rgba(48, 207, 208, .32);
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
    padding: .75rem .85rem;
    min-height: 44px;
}

.site-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}

.site-footer-socials .btn-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .32);
    color: #fff;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.site-footer-socials .btn-social:hover {
    background: var(--ks-accent, #30cfd0);
    border-color: var(--ks-accent, #30cfd0);
    color: #10233f;
    transform: translateY(-2px);
}

.site-footer-trust img {
    max-height: 40px;
    width: auto;
}

.site-footer-search {
    margin-top: 1rem;
}

.site-footer-search .input-group {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    padding: .25rem;
}

.site-footer-search input {
    background: transparent;
    border: 0;
    color: #fff;
    min-width: 0;
}

.site-footer-search input::placeholder {
    color: rgba(255, 255, 255, .58);
}

.site-footer-search input:focus {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.site-footer-search button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: var(--ks-accent, #30cfd0);
    color: #10233f;
}

.site-footer-cta {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #dbe4ee;
    padding: 1rem 0;
}

.site-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-footer-cta strong {
    color: #10233f;
}

.site-footer-cta span {
    color: #526173;
}

.site-footer-cta .btn {
    min-height: 44px;
    border-radius: 999px;
    font-weight: 800;
    padding-inline: 1.2rem;
}

.site-footer-action-primary {
    background: #10233f;
    border: 1px solid #10233f;
    color: #fff;
}

.site-footer-action-primary:hover,
.site-footer-action-primary:focus {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.site-footer-action-secondary {
    background: #10233f;
    border: 1px solid #10233f;
    color: #fff;
}

.site-footer-action-secondary:hover,
.site-footer-action-secondary:focus {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.site-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.site-footer-bottom {
    background: rgba(0, 0, 0, .35);
    color: rgba(255, 255, 255, .68);
    padding: .9rem 0;
    font-size: .92rem;
}

.site-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.carrier-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
}

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

@media (max-width: 575.98px) {
    .site-footer-main {
        padding: 2.4rem 0 1.8rem;
    }

    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 1.65rem;
    }

    .site-footer-link-list {
        gap: .4rem;
    }

    .site-footer-link-list a {
        min-height: 42px;
        padding: .15rem 0;
    }

    .site-footer-contact-item {
        font-size: .96rem;
    }

    .site-footer-cta-inner,
    .site-footer-bottom-inner {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }

    .site-footer-cta .btn {
        width: 100%;
    }

    .site-footer-cta-actions {
        width: 100%;
        flex-direction: column;
    }
}
