/* Editörün Seçimi — Feyza tarzı genişleyen kart akordeon (scoped) */
.burak-featured-section {
    background: #f8fafc;
    padding: 28px 0 56px;
    margin: 0;
}

.burak-featured-section .feature-accordion {
    display: flex;
    gap: 16px;
    height: 460px;
}

.burak-featured-section a.feature-acc-item {
    position: relative;
    display: block;
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    isolation: isolate;
    box-shadow: 0 16px 40px rgba(14, 30, 58, 0.18);
    transition: flex 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.5s ease;
}

.burak-featured-section a.feature-acc-item.active {
    flex: 3.5 1 0;
    box-shadow: 0 28px 64px rgba(14, 30, 58, 0.32);
}

.burak-featured-section .feature-acc-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-color: #1a1a2e;
    transform: scale(1.06);
    transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

.burak-featured-section a.feature-acc-item.active .feature-acc-bg {
    transform: scale(1);
}

.burak-featured-section a.feature-acc-item::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(8, 17, 36, 0.94) 0%, rgba(8, 17, 36, 0.55) 38%, rgba(8, 17, 36, 0.1) 68%, rgba(8, 17, 36, 0.28) 100%);
    pointer-events: none;
}

.burak-featured-section .feature-acc-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    font-size: 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: none;
}

.burak-featured-section .feature-acc-badge {
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: var(--burak-theme-color, #e12e2e);
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(225, 46, 46, 0.4);
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.burak-featured-section a.feature-acc-item.active .feature-acc-badge {
    opacity: 1;
    transform: none;
}

.burak-featured-section .feature-acc-vtitle {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 2;
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    transform-origin: center;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    transition: opacity 0.3s ease;
    pointer-events: none;
    margin: 0;
}

.burak-featured-section a.feature-acc-item.active .feature-acc-vtitle {
    opacity: 0;
}

.burak-featured-section .feature-acc-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity 0.4s ease 0.08s, transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) 0.08s;
}

.burak-featured-section a.feature-acc-item.active .feature-acc-panel {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.burak-featured-section .feature-acc-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
}

.burak-featured-section .feature-acc-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.2;
}

.burak-featured-section .feature-acc-slogan {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-style: italic;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 6px;
}

.burak-featured-section .feature-acc-intro {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 18px;
    max-width: 520px;
}

.burak-featured-section .feature-acc-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: var(--burak-theme-color, #e12e2e);
    font-weight: 700;
    font-size: 14px;
    padding: 11px 24px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(225, 46, 46, 0.35);
}

.burak-featured-section .feature-acc-link i {
    transition: transform 0.25s ease;
}

.burak-featured-section a.feature-acc-item.active .feature-acc-link:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .burak-featured-section .feature-accordion {
        height: 420px;
        gap: 12px;
    }

    .burak-featured-section .feature-acc-intro {
        display: none;
    }
}

@media (max-width: 700px) {
    .burak-featured-section {
        padding: 36px 0 44px;
    }

    .burak-featured-section .feature-accordion {
        flex-direction: column;
        height: auto;
        gap: 14px;
    }

    .burak-featured-section a.feature-acc-item,
    .burak-featured-section a.feature-acc-item.active {
        flex: 1 1 auto;
        height: 200px;
    }

    .burak-featured-section .feature-acc-bg {
        transform: scale(1);
    }

    .burak-featured-section .feature-acc-vtitle {
        display: none;
    }

    .burak-featured-section .feature-acc-badge {
        opacity: 1;
        transform: none;
    }

    .burak-featured-section .feature-acc-panel {
        opacity: 1;
        transform: none;
        pointer-events: auto;
        padding: 22px;
    }

    .burak-featured-section .feature-acc-intro {
        display: block;
    }
}
