/* ==========================================================================
   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;
}

.jet-manset-wrapper {
    position: relative;
    margin-top: 5px !important;
    margin-bottom: 30px;
    width: 100%;
}

.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;
}

/* --------------------------------------------------------------------------
   DARK THEME COMPATIBILITY
   -------------------------------------------------------------------------- */
body.dark-theme .jet-manset-main-row {
    background: #0d1017;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.dark-theme .jet-manset-numbers-container,
body.dark-theme .jet-manset-num-item {
    background: #11141c;
}

body.dark-theme .jet-manset-num-item.active {
    background: #e74c3c;
}

/* --------------------------------------------------------------------------
   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;
}
