/* Site footer — genisletilmis duzen */

.site-footer {
    display: block !important;
    padding: 1.5rem 1rem 5rem;
    border-top: 1px solid #ebb058;
    background: #0a1021;
    color: #fff;
}

.site-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.site-footer__inner > section,
.site-footer__inner > div {
    margin-bottom: 1.25rem;
}

/* Ust 4 kolon */
.site-footer__top {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

.site-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.site-footer__links h3,
.site-footer__contact h3,
.site-footer__social h3 {
    color: #ebb058;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.site-footer__links a {
    display: block;
    font-size: 0.75rem;
    padding: 0.2rem 0;
    color: #fff;
}

.site-footer__link--accent {
    color: #ebb058 !important;
    font-weight: 700;
}

.site-footer__messaging {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.site-footer__social-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-items: center;
}

.site-footer__social-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0.25rem;
    width: 100%;
    max-width: 140px;
}

.site-footer__social-list img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.site-footer__social-handle {
    font-size: 0.7rem;
    margin-top: 0.5rem;
    color: #9ab;
    line-height: 1.2;
}

.site-footer__social-verified {
    position: absolute;
    right: 0.5rem;
    bottom: 2.25rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-size: 0.7rem;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}

/* Sponsorluklar */
.site-footer__sponsorluk {
    border: 2px solid #c0392b;
    border-radius: 12px;
    padding: 1.25rem 0.75rem 0.75rem;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
}

.site-footer__sponsorluk-title {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #c0392b;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 1rem;
    border-radius: 4px;
    white-space: nowrap;
}

.site-footer__clubs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    list-style: none;
    padding: 0.5rem 0 0;
    margin: 0;
}

.site-footer__club-card--img {
    background: transparent;
    border: none;
    padding: 0;
    min-height: 0;
}

.site-footer__club-card--img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.site-footer__badges img {
    max-height: 90px;
    width: auto;
    max-width: 100%;
}

.site-footer__partner img {
    width: 100%;
    border-radius: 10px;
    display: block;
    max-height: 140px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .site-footer__clubs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .site-footer__clubs {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

/* Guven rozetleri */
.site-footer__trust {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-footer__mailboxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.site-footer__mailbox {
    display: flex;
    flex-direction: column;
    background: #0e2258;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    text-align: center;
    color: #fff;
}

.site-footer__mailbox span {
    font-size: 0.6rem;
    font-weight: 700;
    color: #ebb058;
    margin-bottom: 0.25rem;
}

.site-footer__mailbox em {
    font-style: normal;
    font-size: 0.7rem;
    color: #fff;
}

.site-footer__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    align-items: center;
}

.site-footer__badges img {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    object-fit: contain;
    justify-self: center;
}

/* Partner bannerlar */
.site-footer__partners {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.site-footer__partner img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* Odeme */
.site-footer__payment ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__payment li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 0.5rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer__payment img {
    max-width: 100%;
    max-height: 2.5rem;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
}

/* Lisans */
.site-footer__legal {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__licence-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.site-footer__legal p {
    font-size: 0.6rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    max-width: 900px;
    margin: 0;
}

.site-footer__copyright {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
}

.site-footer__copyright span {
    color: #ebb058;
}

/* Eski footer grid override */
.site-footer.app-footer .app-container {
    display: block !important;
}

.site-footer .app-footer__sponsors,
.site-footer .app-footer__qr {
    display: none !important;
}

@media (min-width: 768px) {
    .site-footer__clubs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .site-footer__mailboxes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__badges {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .site-footer__payment ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .site-footer__partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__social-list img {
        width: 96px;
        height: 96px;
    }

    .site-footer__social-verified {
        bottom: 2.75rem;
    }
}

@media (min-width: 1024px) {
    .site-footer {
        margin-bottom: 0;
        padding-bottom: 1.5rem;
    }

    .site-footer__top {
        grid-template-columns: 1.1fr 1.3fr 1fr;
        align-items: start;
    }

    .site-footer__links {
        grid-column: 1;
    }

    .site-footer__contact {
        grid-column: 2;
    }

    .site-footer__social {
        grid-column: 3;
    }

    .site-footer__social-list img {
        width: 120px;
        height: 120px;
    }

    .site-footer__social-list a {
        max-width: 160px;
    }

    .site-footer__social-handle {
        font-size: 0.8rem;
        margin-top: 0.65rem;
    }

    .site-footer__social-verified {
        right: 0.25rem;
        bottom: 3.25rem;
        width: 24px;
        height: 24px;
        font-size: 0.75rem;
        line-height: 24px;
    }

    .site-footer__messaging {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__clubs {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .site-footer__trust {
        flex-direction: row;
        align-items: stretch;
    }

    .site-footer__mailboxes {
        flex: 1;
    }

    .site-footer__badges {
        flex: 1;
    }

    .site-footer__legal {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }
}

@media (max-width: 1023px) {
    .site-footer {
        margin-bottom: 60px;
    }
}

/* Header — logo altı slogan */
.app-header__slogan span {
    font-size: 0.58rem;
    line-height: 1.12;
}

@media (min-width: 1024px) {
    .app-header__slogan span {
        font-size: 0.62rem;
    }
}
