/* Bizi Tercih Edenler — anasayfa kaydırıcı + kurumsal sayfa */
.terpa-tercih-band {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.terpa-tercih-band-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.terpa-tercih-band-baslik {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.terpa-tercih-band-ikon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.12);
    color: #F59E0B;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.terpa-tercih-band-ust {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F59E0B;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.terpa-tercih-band-baslik h3 {
    font-size: clamp(1.2rem, 4vw, 1.65rem);
    line-height: 1.15;
    margin: 0;
}

.terpa-tercih-tumu {
    flex-shrink: 0;
    white-space: nowrap;
}

.terpa-tercih-carousel-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.terpa-tercih-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.terpa-tercih-swiper .swiper-wrapper {
    align-items: stretch;
}

.terpa-tercih-swiper .swiper-slide {
    width: auto;
    height: auto;
    box-sizing: border-box;
}

.terpa-tercih-kart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 88px;
    padding: 0.45rem 0.5rem;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

a.terpa-tercih-kart {
    text-decoration: none;
    color: inherit;
}

a.terpa-tercih-kart:hover,
.terpa-tercih-kart:hover {
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.terpa-tercih-logo {
    display: block;
    max-width: 100%;
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.terpa-tercih-ad {
    font-size: 0.72rem;
    font-weight: 600;
    color: #1E293B;
    text-align: center;
    line-height: 1.25;
    word-break: break-word;
}

/* Swiper yüklenmezse yatay kaydırma */
.terpa-tercih-swiper:not(.swiper-initialized) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.terpa-tercih-swiper:not(.swiper-initialized)::-webkit-scrollbar {
    display: none;
}

.terpa-tercih-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: max-content;
}

.terpa-tercih-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(50% - 3px);
    max-width: none;
    min-width: 0;
}

/* Kurumsal sayfa grid */
.terpa-tercih-sayfa-ozet {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.terpa-tercih-sayfa-kart {
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.terpa-tercih-sayfa-kart:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 158, 11, 0.28);
}

.terpa-tercih-sayfa-logo-wrap {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.5rem;
}

.terpa-tercih-sayfa-logo {
    max-width: 100%;
    max-height: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.terpa-tercih-sayfa-ad {
    color: inherit;
}

.kurumsal-mega-img--tercih {
    object-position: center 35%;
}

@media (max-width: 575px) {
    .terpa-tercih-band-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .terpa-tercih-tumu {
        align-self: flex-start;
    }

    .terpa-tercih-kart {
        height: 96px;
        padding: 0.4rem 0.45rem;
    }

    .terpa-tercih-logo {
        max-height: 78px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .terpa-tercih-kart {
        height: 92px;
    }

    .terpa-tercih-logo {
        max-height: 72px;
    }
}

@media (min-width: 768px) {
    .terpa-tercih-kart {
        height: 90px;
    }

    .terpa-tercih-logo {
        max-height: 70px;
    }
}
