/* Öne Çıkan Araçlar V8 - Sıfırdan, kayma yok */

.fv8 {
    box-sizing: border-box;
    width: 100%;
    padding: 80px 0;
    background: #0f172a;
}

.fv8__wrap {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.fv8__head {
    box-sizing: border-box;
    margin-bottom: 48px;
}

.fv8__label {
    box-sizing: border-box;
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #93c5fd;
}

.fv8__title {
    box-sizing: border-box;
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 800;
    color: #f8fafc;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.fv8__desc {
    box-sizing: border-box;
    margin: 0 0 24px;
    font-size: 16px;
    color: #94a3b8;
}

.fv8__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 12px;
}

.fv8__link:hover {
    opacity: 0.95;
}

/* Grid - eşit kartlar, kayma yok */
.fv8__list {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fv8__item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

/* Görsel alanı - sabit yükseklik */
.fv8__img-wrap {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 220px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.fv8__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.fv8__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 14px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
}

/* İçerik */
.fv8__info {
    box-sizing: border-box;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fv8__name {
    box-sizing: border-box;
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #f8fafc;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.fv8__specs {
    box-sizing: border-box;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.fv8__specs li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #94a3b8;
}

.fv8__specs i {
    color: #3b82f6;
}

.fv8__price {
    box-sizing: border-box;
    margin: 0 0 20px;
    font-size: 14px;
    color: #64748b;
}

.fv8__price strong {
    font-size: 24px;
    color: #f8fafc;
}

.fv8__btns {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.fv8__btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.fv8__btn--main {
    flex: 1;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    color: #fff;
}

.fv8__btn--wa {
    width: 48px;
    padding: 12px;
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

.fv8__btn--wa:hover {
    background: #22c55e;
    color: #fff;
}

/* Boş durum */
.fv8__empty {
    box-sizing: border-box;
    text-align: center;
    padding: 60px 24px;
}

.fv8__empty i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.2);
    display: block;
    margin-bottom: 16px;
}

.fv8__empty p {
    margin: 0;
    font-size: 16px;
    color: #64748b;
}

/* Responsive */
@media (max-width: 900px) {
    .fv8__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .fv8 {
        padding: 48px 0;
    }
    .fv8__wrap {
        padding-left: max(12px, env(safe-area-inset-left, 0px));
        padding-right: max(12px, env(safe-area-inset-right, 0px));
        padding-top: 0;
        padding-bottom: 0;
    }
    .fv8__head {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 4px;
    }
    .fv8__list {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .fv8__item {
        border-radius: 18px;
    }
    /* Görsel: yan boşluksuz, alanı doldurur; dokunmatikte Keşfet her zaman görünür */
    .fv8__img-wrap {
        height: clamp(210px, 58vw, 300px);
        padding: 0;
        background: #1e293b;
        overflow: hidden;
        isolation: isolate;
    }
    .fv8__img-wrap::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
            180deg,
            rgba(15, 23, 42, 0.12) 0%,
            transparent 55%
        );
    }
    .fv8__img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }
    .fv8__tag {
        top: 12px;
        left: 12px;
    }
    .fv8__info {
        padding: 20px 18px 22px;
        text-align: center;
        align-items: center;
    }
    .fv8__name {
        font-size: 18px;
    }
    .fv8__specs {
        justify-content: center;
        gap: 12px 16px;
    }
    .fv8__price {
        margin-bottom: 16px;
    }
    .fv8__btns {
        width: 100%;
        max-width: 360px;
    }
}
