/* Site footer — mobil + masaüstü */
.site-footer {
    margin-top: 48px;
    padding: 48px 0 0;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    font-family: 'Montserrat', sans-serif;
    color: #555;
}

.site-footer__logo {
    display: inline-flex;
    margin-bottom: 16px;
}

.site-footer__about {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    max-width: 360px;
}

.site-footer__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.site-footer__payments img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.site-footer__title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links > li {
    margin-bottom: 10px;
}

.site-footer__links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.2s;
}

.site-footer__links a:hover {
    color: #ca1515;
}

.site-footer__accordion-btn {
    display: none;
}

.site-footer__stores {
    margin-top: 20px;
}

.site-footer__stores-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-align: left;
    cursor: pointer;
    list-style: none;
}

.site-footer__stores-toggle::-webkit-details-marker {
    display: none;
}

.site-footer__stores[open] .site-footer__chevron {
    transform: rotate(180deg);
}

.site-footer__chevron {
    font-size: 12px;
    transition: transform 0.2s;
    color: #999;
}

.site-footer__stores-panel {
    max-height: 240px;
    overflow-y: auto;
    margin-top: 10px;
    padding: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    scrollbar-width: thin;
}

.site-footer__stores-heading {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.site-footer__stores-heading:not(:first-child) {
    margin-top: 14px;
}

.site-footer__stores-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__stores-list li {
    margin-bottom: 6px;
}

.site-footer__stores-list a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

.site-footer__stores-list a:hover {
    color: #ca1515;
}

.site-footer__etbis {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.site-footer__etbis-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 16px;
    border-radius: 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    text-decoration: none;
    transition: background 0.2s;
}

.site-footer__etbis-badge:hover {
    background: #dcfce7;
    color: #14532d;
}

.site-footer__etbis-badge i {
    font-size: 28px;
}

.site-footer__etbis-badge small {
    font-size: 11px;
    opacity: 0.85;
}

.site-footer__etbis-note {
    font-size: 12px;
    color: #888;
    margin: 12px 0 0;
}

.site-footer__bottom {
    margin-top: 32px;
    padding: 20px 0 28px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.site-footer__bottom p {
    margin: 0;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

.site-footer__bottom a {
    color: #666;
    text-decoration: none;
}

.site-footer__bottom a:hover {
    color: #ca1515;
}

@media (min-width: 992px) {
    .site-footer__stores-toggle {
        pointer-events: none;
        cursor: default;
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 700;
        color: #111;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .site-footer__chevron {
        display: none;
    }

    .site-footer__stores:not([open]) .site-footer__stores-panel {
        display: block;
    }
}

@media (max-width: 991px) {
    .site-footer__stores:not([open]) .site-footer__stores-panel {
        display: none;
    }
}

@media (max-width: 575px) {
    .site-footer {
        padding-top: 32px;
    }

    .site-footer__grid > [class*="col-"] {
        margin-bottom: 8px;
    }

    .site-footer__about {
        max-width: none;
    }
}
