/* ==========================================================================
   TEMAJET - HABER ANA MANSET SLIDER STYLES
   ========================================================================== */

/* --------------------------------------------------------------------------
   MOBİL TIKLAMA HASSASİYETİ VE 0MS HIZLI YÖNLENDİRME (CSS KURALLARI)
   -------------------------------------------------------------------------- */
.main-slider a,
.headline-slider a,
.jet-manset-wrapper a,
.jet-manset-stage-container a,
.jet-manset-slide-item a,
.jet-manset-slide-tap-layer,
.jet-pro-tap-layer,
.jet-manset-bg-link,
.jet-manset-title a,
.jet-pro-title a,
.jet-pro-slide a,
.jet-side-card-link {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: pointer !important;
}

/* --------------------------------------------------------------------------
   DOKUNMATİK KAYDIRMA & DESKTOP MOUSE DRAG (YAĞ GİBİ AKICI KONTROL)
   -------------------------------------------------------------------------- */
.jet-manset-wrapper,
.jet-s4-container,
.jet-manset-hero-main,
.jet-manset-stage-container,
.jet-manset-slides-track,
.jet-s4-stage,
.jet-s4-slides-track,
.jet-s4-text-strip,
.jet-s4-indicators-container,
.jet-manset-numbers-container {
    touch-action: pan-y !important;
    -webkit-user-select: none;
    user-select: none;
}

.jet-manset-stage-container,
.jet-manset-content,
.jet-s4-stage,
.jet-s4-text-strip,
.jet-s4-indicators-container,
.jet-manset-numbers-container {
    cursor: grab;
}

.jet-manset-wrapper.is-dragging,
.jet-s4-container.is-dragging,
.jet-manset-stage-container.is-dragging,
.jet-s4-stage.is-dragging,
.jet-s4-text-strip.is-dragging,
.jet-s4-indicators-container.is-dragging {
    cursor: grabbing !important;
}

.jet-manset-wrapper.is-dragging *,
.jet-s4-container.is-dragging * {
    cursor: grabbing !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    pointer-events: none !important;
}

.jet-manset-wrapper img,
.jet-s4-container img {
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    pointer-events: none !important;
}

.jet-manset-wrapper {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .jet-manset-wrapper {
        margin-top: 5px !important;
    }
}

.jet-manset-fullwidth {
    padding-left: 0;
    padding-right: 0;
}

.jet-manset-fullwidth .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.jet-manset-fullwidth .jet-manset-stage-container {
    border-radius: 0;
}

.jet-manset-main-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #11141a;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* --------------------------------------------------------------------------
   STAGE & SLIDES
   -------------------------------------------------------------------------- */
.jet-manset-stage-container {
    position: relative;
    flex: 1 1 100%;
    width: 100%;
    height: 520px;
    overflow: hidden;
    background-color: #0b0e14;
}

.jet-manset-style-sidebar .jet-manset-stage-container {
    flex: 0 0 68%;
    max-width: 68%;
}

.jet-manset-slides-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.jet-manset-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
    will-change: opacity;
}

.jet-manset-slide-item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 5;
}

.jet-manset-slide-tap-layer,
.jet-pro-tap-layer {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: 20 !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
}

.jet-pro-figure,
.jet-pro-slide-img,
.jet-pro-gradient-mask {
    pointer-events: none !important;
}

.jet-manset-bg-link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    pointer-events: none;
}

.jet-manset-lcp-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    pointer-events: none;
}

.jet-manset-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.jet-manset-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(5, 7, 12, 0.95) 100%);
    pointer-events: none;
    z-index: 2;
}

/* --------------------------------------------------------------------------
   SLIDE CONTENT
   -------------------------------------------------------------------------- */
.jet-manset-content,
.jet-pro-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 21 !important;
    color: #ffffff;
    pointer-events: none !important;
}

.jet-manset-content a.jet-manset-badge,
.jet-pro-badge {
    position: relative !important;
    z-index: 25 !important;
    pointer-events: auto !important;
}

.jet-manset-title a,
.jet-pro-title a {
    position: relative !important;
    z-index: 22 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.jet-manset-meta-bar,
.jet-pro-meta-bar,
.jet-manset-excerpt,
.jet-pro-excerpt {
    pointer-events: none !important;
}

.jet-manset-top-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.jet-manset-badge {
    display: inline-flex;
    align-items: center;
    background: #e74c3c;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(231, 76, 60, 0.4);
    transition: background-color 0.2s, transform 0.2s;
}

.jet-manset-badge:hover {
    background: #c0392b;
    transform: translateY(-1px);
}

.jet-manset-live-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffd200;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    gap: 4px;
}

.jet-manset-live-tag i {
    animation: jetPulse 1.5s infinite;
}

@keyframes jetPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}

.jet-manset-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 10px 0;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.jet-manset-title a {
    color: #ffffff;
    transition: color 0.2s ease;
}

.jet-manset-title a:hover {
    color: #ffd200;
}

.jet-manset-excerpt {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
    max-width: 850px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.jet-manset-meta-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.jet-manset-meta-bar span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.jet-manset-meta-views {
    color: #ff7675;
}

/* --------------------------------------------------------------------------
   NAVIGATION ARROWS
   -------------------------------------------------------------------------- */
.jet-manset-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(15, 20, 30, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.jet-manset-prev {
    left: 20px;
}

.jet-manset-next {
    right: 20px;
}

.jet-manset-nav-btn:hover {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}

/* --------------------------------------------------------------------------
   NUMBERED NAVIGATION BAR (HABER MANSETI 1..10..20)
   -------------------------------------------------------------------------- */
.jet-manset-numbers-container {
    background: #181d26;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 10;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.jet-manset-numbers-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.jet-manset-numbers-bar {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: max-content;
}

.jet-manset-num-item {
    position: relative;
    flex: 1;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181d26;
    color: #a0a6b5;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    transition: background-color 0.2s, color 0.2s;
}

.jet-manset-num-item:last-child {
    border-right: none;
}

.jet-manset-num-item:hover {
    background: #202734;
    color: #ffffff;
}

.jet-manset-num-item.active {
    background: #e74c3c;
    color: #ffffff;
    font-weight: 800;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

@keyframes jetProgressScale {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.jet-manset-num-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffd200;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: left center;
}

.jet-manset-num-item.active .jet-manset-num-progress {
    animation: jetProgressScale var(--jet-slider-speed, 5000ms) linear forwards;
}

.jet-manset-wrapper.is-paused .jet-manset-num-progress {
    animation-play-state: paused;
}

/* --------------------------------------------------------------------------
   HOVER TOOLTIP PREVIEW
   -------------------------------------------------------------------------- */
.jet-manset-tooltip {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: 220px;
    background: #11141a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
}

.jet-manset-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #11141a transparent transparent transparent;
}

.jet-manset-num-item:hover .jet-manset-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.jet-manset-tooltip-thumb {
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    margin-bottom: 6px;
}

.jet-manset-tooltip-text {
    text-align: left;
}

.jet-manset-tooltip-cat {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #e74c3c;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.jet-manset-tooltip-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --------------------------------------------------------------------------
   SIDEBAR TABS STYLE
   -------------------------------------------------------------------------- */
.jet-manset-sidebar-tabs {
    flex: 0 0 32%;
    max-width: 32%;
    background: #151922;
    display: flex;
    flex-direction: column;
    height: 520px;
}

.jet-manset-sidebar-header {
    padding: 14px 18px;
    background: #11141a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jet-manset-sidebar-header h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.jet-manset-sidebar-header h4 i {
    color: #e74c3c;
}

.jet-manset-sidebar-list {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.jet-manset-sidebar-list::-webkit-scrollbar {
    width: 5px;
}

.jet-manset-sidebar-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.jet-manset-sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
}

.jet-manset-sidebar-item:hover {
    background: #1d2330;
}

.jet-manset-sidebar-item.active {
    background: #242c3d;
    border-left: 3px solid #e74c3c;
}

.jet-manset-sidebar-num {
    font-size: 16px;
    font-weight: 800;
    color: #6c757d;
    min-width: 22px;
}

.jet-manset-sidebar-item.active .jet-manset-sidebar-num {
    color: #e74c3c;
}

.jet-manset-sidebar-thumb {
    width: 65px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.jet-manset-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jet-manset-sidebar-info {
    flex: 1;
}

.jet-manset-sidebar-cat {
    font-size: 10px;
    font-weight: 700;
    color: #e74c3c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.jet-manset-sidebar-info h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --------------------------------------------------------------------------
   THUMBNAILS STRIP STYLE
   -------------------------------------------------------------------------- */
.jet-manset-thumbs-container {
    background: #181d26;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    overflow-x: auto;
    scrollbar-width: none;
}

.jet-manset-thumbs-container::-webkit-scrollbar {
    display: none;
}

.jet-manset-thumbs-bar {
    display: flex;
    width: 100%;
    min-width: max-content;
}

.jet-manset-thumb-item {
    flex: 1;
    min-width: 140px;
    max-width: 200px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: #181d26;
    transition: background-color 0.2s;
    position: relative;
}

.jet-manset-thumb-item.active {
    background: #242c3d;
}

.jet-manset-thumb-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #e74c3c;
    z-index: 2;
    transition: width 0.1s linear;
}

.jet-manset-thumb-img {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.jet-manset-thumb-num {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
}

.jet-manset-thumb-title span {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: #cfd4dc;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jet-manset-thumb-item.active .jet-manset-thumb-title span {
    color: #ffffff;
    font-weight: 700;
}


/* --------------------------------------------------------------------------
   RESPONSIVE QUERIES
   -------------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
    .jet-manset-stage-container {
        height: 440px;
    }
    
    .jet-manset-style-sidebar .jet-manset-stage-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jet-manset-sidebar-tabs {
        flex: 0 0 100%;
        max-width: 100%;
        height: 280px;
    }

    .jet-manset-title {
        font-size: 26px;
    }

    .jet-manset-content {
        padding: 20px 24px;
    }
}

@media screen and (max-width: 768px) {
    .jet-manset-stage-container {
        height: 380px;
    }

    .jet-manset-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .jet-manset-excerpt {
        display: none;
    }

    .jet-manset-content {
        padding: 16px;
    }

    .jet-manset-nav-btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .jet-manset-prev {
        left: 10px;
    }

    .jet-manset-next {
        right: 10px;
    }

    .jet-manset-num-item {
        min-width: 40px;
        height: 42px;
        font-size: 13px;
    }

    .jet-manset-tooltip {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .jet-manset-stage-container {
        height: 300px;
    }

    .jet-manset-title {
        font-size: 17px;
    }

    .jet-manset-meta-bar {
        font-size: 11px;
        gap: 10px;
    }
}

/* ==========================================================================
   SLIDER YANI 2'Lİ HABER KUTULARI (HERO SIDE NEWS)
   ========================================================================== */
.jet-manset-hero-layout {
    width: 100%;
}

.jet-manset-hero-layout.has-side-news {
    display: grid;
    grid-template-columns: 66.6% calc(33.4% - 16px);
    gap: 16px;
    align-items: stretch;
}

.jet-manset-hero-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.jet-manset-hero-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    min-width: 0;
    height: 100%;
}

.jet-side-card-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #11141a;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    height: 100%;
    min-height: 210px;
    isolation: isolate;
}

.jet-side-card-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-decoration: none !important;
    overflow: hidden;
}

.jet-side-card-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    z-index: 0;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.jet-side-card-item:hover .jet-side-card-img {
    transform: scale(1.06);
}

.jet-side-card-thumb {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.jet-side-card-item:hover .jet-side-card-thumb {
    transform: scale(1.06);
}

.jet-side-card-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(5, 7, 12, 0.94) 100%);
    pointer-events: none;
    z-index: 2;
    transition: background 0.3s ease;
}

.jet-side-card-item:hover .jet-side-card-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(5, 7, 12, 0.98) 100%);
}

.jet-side-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 16px 20px;
    z-index: 3;
    color: #ffffff;
    box-sizing: border-box;
}

.jet-side-card-badge {
    display: inline-block;
    background: #e74c3c;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 9px;
    border-radius: 3px;
    margin-bottom: 8px;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.4);
    line-height: 1.2;
}

.jet-side-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.35;
    margin: 0 0 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    transition: color 0.2s ease;
}

.jet-side-card-item:hover .jet-side-card-title {
    color: #38bdf8 !important;
}

.jet-side-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1;
}

.jet-side-card-meta i {
    margin-right: 3px;
}

@media screen and (max-width: 991px) {
    .jet-manset-hero-layout.has-side-news {
        grid-template-columns: 1fr;
    }
    
    .jet-manset-hero-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: 230px;
        margin-top: 14px;
    }

    .jet-side-card-item {
        min-height: 100%;
        height: 230px;
    }
}

@media screen and (max-width: 600px) {
    .jet-manset-hero-side {
        grid-template-columns: 1fr !important;
        height: auto !important;
        gap: 12px !important;
        margin-top: 14px !important;
    }

    .jet-side-card-item {
        height: 200px !important;
        min-height: 200px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .jet-side-card-link {
        height: 100% !important;
        min-height: 100% !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .jet-side-card-img,
    .jet-side-card-thumb {
        height: 100% !important;
        width: 100% !important;
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        object-fit: cover !important;
    }

    .jet-side-card-content {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        padding: 12px 16px !important;
        z-index: 3 !important;
    }
}


/* ==========================================================================
   TEMAJET PRO JET SLIDER (2026 CORE WEB VITALS & GOOGLE DISCOVER EDITION)
   ========================================================================== */

/* 16:9 Aspect Ratio & Stage Setup */
.jet-manset-style-pro-jet .jet-manset-stage-container,
.jet-pro-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    background-color: #0b0e14;
    border-radius: 8px 8px 0 0;
    touch-action: pan-y;
}

.jet-manset-style-pro-jet .jet-manset-main-row {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.jet-manset-style-pro-jet .jet-manset-hero-main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Hardware-Accelerated Slides */
.jet-pro-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
    transition: opacity 0.22s cubic-bezier(0.25, 1, 0.5, 1);
}

.jet-pro-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 5;
    transform: translate3d(0, 0, 0);
}

/* Instant 0ms Tap & Click Layer */
.jet-pro-tap-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    cursor: pointer;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none !important;
}

/* 16:9 Figure & Crisp 1280x720 Image */
.jet-pro-figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.jet-pro-slide-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    image-rendering: -webkit-optimize-contrast;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.jet-manset-slide-item:hover .jet-pro-slide-img {
    transform: translate3d(0, 0, 0) scale(1.025);
}

/* Soft High-Contrast Mask (100% Readability on any background) */
.jet-pro-gradient-mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

/* Slide Content Overlay */
.jet-pro-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 28px;
    z-index: 3;
    pointer-events: auto;
    color: #ffffff;
}

.jet-pro-badge {
    background: var(--main-color, #e74c3c);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.jet-pro-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    margin: 8px 0 10px 0;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
    letter-spacing: -0.01em;
}

.jet-pro-title a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

.jet-pro-title a:hover {
    color: var(--main-color, #e74c3c) !important;
}

.jet-pro-excerpt {
    font-size: 14px;
    line-height: 1.45;
    color: #e0e4eb;
    margin-bottom: 12px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jet-pro-meta-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: #b4bcc8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.jet-pro-meta-bar i {
    margin-right: 4px;
    color: var(--main-color, #e74c3c);
}

/* Number Navigation Bar (1, 2, 3...) */
.jet-pro-numbers-nav {
    position: relative;
    background: #11141c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    user-select: none;
}

.jet-pro-numbers-bar {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

.jet-pro-numbers-bar::-webkit-scrollbar {
    display: none;
}

.jet-pro-num-btn {
    flex: 1;
    min-width: 44px;
    height: 48px;
    padding: 0 8px;
    background: #11141c;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9aa0a6;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    transition: background 0.15s ease, color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.jet-pro-num-btn:hover {
    background: #181d28;
    color: #ffffff;
}

.jet-pro-num-btn.active {
    background: #1e2433;
    color: #ffffff;
}

.jet-pro-num-btn.active .jet-pro-num-val {
    color: #ffffff;
    font-weight: 800;
    text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

.jet-pro-num-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--main-color, #e74c3c);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 0 8px var(--main-color, #e74c3c);
}

.jet-pro-num-btn.active .jet-pro-num-progress {
    width: 100%;
    animation: jetProProgress var(--jet-slider-speed, 5000ms) linear forwards;
}

.jet-manset-wrapper.is-paused .jet-pro-num-btn.active .jet-pro-num-progress {
    animation-play-state: paused;
}

@keyframes jetProProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* Side Cards Milimetrik Equal Height Balance */
.jet-pro-hero-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.jet-pro-hero-side .jet-side-card-item {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #11141a;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    min-height: 0;
}

.jet-pro-hero-side .jet-side-card-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none !important;
}

.jet-pro-hero-side .jet-side-card-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    image-rendering: -webkit-optimize-contrast;
}

/* Mobile & Tablet Responsive Rules */
@media screen and (max-width: 992px) {
    .jet-manset-hero-layout.has-side-news {
        grid-template-columns: 100%;
    }
    .jet-pro-title {
        font-size: 24px;
    }
    .jet-pro-content {
        padding: 18px 20px;
    }
}

@media screen and (max-width: 768px) {
    .jet-pro-title {
        font-size: 19px;
        line-height: 1.3;
    }
    .jet-pro-excerpt {
        display: none;
    }
    .jet-pro-content {
        padding: 14px 16px;
    }

    /* Mobilde Manşet Numara Butonlarının Tamamı Görünsün (7'de takılma/kesilme engelleme) */
    .jet-manset-numbers-container,
    .jet-pro-numbers-nav {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .jet-manset-numbers-bar,
    .jet-pro-numbers-bar {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        min-width: 0 !important;
    }
    .jet-manset-num-item,
    .jet-pro-num-btn {
        flex: 1 1 0px !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 40px !important;
        font-size: 13px !important;
        padding: 0 2px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    }
}

@media screen and (max-width: 480px) {
    .jet-pro-title {
        font-size: 16px;
    }
    .jet-pro-meta-bar {
        font-size: 11px;
        gap: 10px;
    }
    .jet-manset-num-item,
    .jet-pro-num-btn {
        height: 38px !important;
        font-size: 12px !important;
    }
}

/* --------------------------------------------------------------------------
   Manşet Bant / Başlık Gizleme (Semantik SEO & A11y Standartları)
   -------------------------------------------------------------------------- */
.visually-hidden,
.temajet-seo-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.jet-manset-slide-item.has-caption-hidden .jet-pro-gradient-mask {
    display: none !important;
}

/* ==========================================================================
   STİL 4: ÇİZGİLİ İNDİKATÖRLÜ & TAM EKRAN MOBİL MANŞET (REFERANS TASARIM)
   ========================================================================== */
.temajet-headline-style-4 {
    margin-top: 5px !important;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.jet-s4-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--temajet-s4-strip-bg, #000000);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    contain: layout style;
}

@media (min-width: 992px) {
    .temajet-headline-style-4 .jet-s4-container {
        border-radius: 8px;
    }

    /* Masaüstü Ekranlar: 68% Slider / 32% Sağ Yan Blok Eşit Yükseklik */
    .temajet-headline-style-4 .jet-manset-hero-layout.has-side-news {
        display: grid;
        grid-template-columns: 68% calc(32% - 16px);
        gap: 16px;
        align-items: stretch;
    }

    .temajet-headline-style-4 .jet-manset-hero-layout.has-side-news .jet-manset-hero-main {
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
        height: 100%;
    }

    .temajet-headline-style-4 .jet-manset-hero-layout.has-side-news .jet-s4-container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .temajet-headline-style-4 .jet-manset-hero-layout.has-side-news .jet-s4-stage {
        flex: 1 1 auto;
        min-height: 0;
    }

    .temajet-headline-style-4 .jet-manset-hero-layout.has-side-news .jet-manset-hero-side {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 14px;
        min-width: 0;
        height: 100%;
    }

    .temajet-headline-style-4 .jet-side-card-item {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        min-height: 0;
        height: 100%;
    }
}

/* Mobil Ekranlar: Kenarlardan Sıfır (100vw Edge-to-Edge) ve Sağ Blok Gizleme */
@media (max-width: 991px) {
    .temajet-headline-style-4 .jet-manset-hero-side {
        display: none !important;
    }

    .temajet-headline-style-4 .jet-manset-hero-layout.has-side-news {
        display: block !important;
        grid-template-columns: 100% !important;
        gap: 0 !important;
    }

    .temajet-headline-style-4 .jet-manset-hero-main {
        width: 100% !important;
        max-width: 100% !important;
    }

    .temajet-headline-style-4 {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-top: none !important;
    }

    .temajet-headline-style-4 .container,
    .temajet-headline-style-4 .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .temajet-headline-style-4 .jet-s4-container {
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}

/* Scroll-Snap Track Stage (16:9 Aspect Ratio Koruma) */
.jet-s4-stage,
.temajet-slider-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #000000;
    flex-shrink: 0;
}

@supports not (aspect-ratio: 16 / 9) {
    .jet-s4-stage,
    .temajet-slider-media {
        height: 0;
        padding-bottom: 56.25%;
    }
}

.jet-s4-slides-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    will-change: scroll-position;
}

.jet-s4-slides-track::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Tekil Slide Kartı */
.jet-s4-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    overflow: hidden;
    background: var(--temajet-s4-strip-bg, #000000);
    box-sizing: border-box;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.jet-s4-figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.jet-s4-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    pointer-events: none;
    transition: transform 0.4s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.jet-s4-slide:hover .jet-s4-img {
    transform: scale(1.02);
}

/* Dokunmatik / Tıklama Katmanı (0ms Yönlendirme) */
.jet-s4-tap-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

/* Sol Alt Köşe: Dinamik Kategori Rozeti */
.jet-s4-badge-wrap {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 20;
    pointer-events: auto;
}

.jet-s4-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: var(--temajet-s4-badge-bg, #b9372a);
    color: var(--temajet-s4-badge-color, #ffffff) !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 6px 14px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.jet-s4-badge i {
    font-size: 14px;
    color: inherit;
}

.jet-s4-badge:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

/* Sağ Alt Köşe: Dairesel Şeffaf / Yarı Şeffaf Gezinme Okları (Stage üzerinde sabit & %100 tıklanabilir) */
.jet-s4-nav-group {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto !important;
}

.jet-s4-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--temajet-s4-arrow-bg, rgba(0, 0, 0, 0.45));
    color: var(--temajet-s4-arrow-color, #ffffff);
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0;
    margin: 0;
    outline: none;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 55;
}

.jet-s4-arrow i {
    font-size: 14px;
    color: inherit;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.jet-s4-arrow:hover {
    background-color: rgba(0, 0, 0, 0.75);
    border-color: #ffffff;
    transform: scale(1.08);
}

.jet-s4-prev:hover i {
    transform: translateX(-1px);
}

.jet-s4-next:hover i {
    transform: translateX(1px);
}

/* Görsel Harici Alt Metin Şeridi (0ms CLS Sabit Yükseklik & Dikey Ortalama) */
.jet-s4-text-strip,
.temajet-slider-content {
    background-color: var(--temajet-s4-strip-bg, #000000);
    padding: 12px 20px;
    width: 100%;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    contain: layout size style;
    flex-shrink: 0;
}

/* Haber Başlığı Tipografisi (Sola Hizalı & Dikeyde Ortalanmış) */
.jet-s4-title,
.temajet-slider-title {
    display: none !important;
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif, -apple-system;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    max-height: 2.6em;
    text-align: left;
    word-break: break-word;
    width: 100%;
    box-sizing: border-box;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.jet-s4-title.active,
.temajet-slider-title.active {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: jetS4FadeIn 0.25s ease;
}

@keyframes jetS4FadeIn {
    from {
        opacity: 0;
        transform: translateY(3px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.jet-s4-title a,
.temajet-slider-title a {
    color: var(--temajet-s4-title-color, #ffcc00) !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
    display: inline;
    user-select: none;
    -webkit-user-select: none;
}

.jet-s4-title a:hover,
.temajet-slider-title a:hover {
    opacity: 0.88;
}

/* Çizgili (Segmented Line) İndikatör / Numaratör Alternatifi */
.jet-s4-indicators-container {
    background-color: var(--temajet-s4-strip-bg, #000000);
    padding: 0 16px 12px 16px;
    width: 100%;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    touch-action: pan-y;
}

.jet-s4-indicators-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.jet-s4-line-segment {
    flex: 0 1 24px;
    height: 5px;
    border-radius: 2px;
    background-color: var(--temajet-s4-line-passive, rgba(255, 255, 255, 0.35));
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
    position: relative;
    overflow: hidden;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.jet-s4-line-segment:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.jet-s4-line-segment.active {
    flex: 0 1 36px;
    background-color: var(--temajet-s4-line-active, #e50914) !important;
    box-shadow: 0 0 10px rgba(229, 9, 20, 0.7);
}

/* Mobil Tipografi ve Uyum */
@media (max-width: 768px) {
    .jet-s4-text-strip,
    .temajet-slider-content {
        padding: 10px 16px;
        height: 64px;
        min-height: 64px;
        max-height: 64px;
    }
    .jet-s4-title,
    .temajet-slider-title {
        font-size: 16px;
        line-height: 1.3;
        max-height: 2.6em;
        text-align: left;
    }
    .jet-s4-badge {
        font-size: 11px;
        padding: 4px 10px;
    }
    .jet-s4-badge i {
        font-size: 12px;
    }
    .jet-s4-arrow {
        width: 36px;
        height: 36px;
    }
    .jet-s4-arrow i {
        font-size: 13px;
    }
    .jet-s4-indicators-container {
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        padding: 0 12px 10px 12px;
    }
    .jet-s4-line-segment {
        flex: 0 1 18px;
        height: 4px;
    }
    .jet-s4-line-segment.active {
        flex: 0 1 28px;
    }

    /* Ticker ve Slider Arası 0px Sıfır Boşluk */
    .jet-manset-wrapper,
    .temajet-slider-wrap,
    .temajet-hero-slider,
    .temajet-main-slider,
    .temajet-headline-style-4,
    .jet-manset-style-4,
    .jet-manset-hero-layout,
    .jet-s4-container,
    .jet-manset-hero-main {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }
    .jet-manset-wrapper,
    .temajet-headline-style-4,
    .jet-s4-container {
        display: flow-root !important;
    }
    .jet-manset-hero-layout,
    .jet-manset-hero-main,
    .jet-manset-main-row {
        row-gap: 0 !important;
        gap: 0 !important;
    }
    .temajet-slider img,
    .swiper-slide img,
    .jet-manset-slide img,
    .jet-s4-slide img,
    .jet-s4-img,
    .temajet-slider-media img,
    .jet-manset-hero-main img,
    figure.jet-s4-figure,
    figure.jet-s4-figure img,
    .jet-manset-stage-container img {
        display: block !important;
        vertical-align: bottom !important;
    }
}

