.featured-slider-section{
    margin-bottom:0;
    background:var(--page-muted, #ececec);
    padding:20px 0 24px;
}

.hard-news-layout{
    display:grid;
    grid-template-columns:1.55fr 1fr;
    gap:14px;
    align-items:stretch;
    min-height:460px;
}

.hard-news-right{
    min-width:0;
    display:flex;
    flex-direction:column;
    height:100%;
}

.hard-news-left.hard-news-side-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    grid-template-rows:repeat(2, minmax(0, 1fr));
    gap:12px;
    height:100%;
    min-height:460px;
}

.hard-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:0;
}

.hard-card-thumb{
    display:block;
    flex:1 1 auto;
    min-height:72px;
    overflow:hidden;
}

.hard-card-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.hard-card-side .hard-card-title{
    margin:8px 12px 4px;
    font-size:13px;
    font-weight:800;
    line-height:1.55;
    flex:0 0 auto;
}

.hard-card-side .hard-card-title a{
    color:#111;
}

.hard-card-side .hard-card-title a:hover{
    color:var(--primary);
}

.hard-card-more{
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin:0 12px 12px auto;
    color:var(--primary, #d40f1f);
    font-size:12px;
    font-weight:800;
}

.hard-card-more-arrow{
    color:var(--accent, #f4b400);
    font-size:16px;
    line-height:1;
    transform:scaleX(-1);
}

.hard-card-more:hover{
    color:color-mix(in srgb, var(--primary) 85%, #000);
}

/* —— اسلایدر اصلی —— */
.featured-slide{
    position:relative;
    overflow:hidden;
    border-radius:6px;
    height:100%;
    min-height:100%;
    background:#222;
}

.featured-slide-media{
    display:block;
    position:absolute;
    inset:0;
}

.featured-slide-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.slide-breaking-badge{
    position:absolute;
    top:12px;
    right:12px;
    z-index:3;
    background:var(--accent);
    color:#1a0a0a;
    font-size:12px;
    font-weight:800;
    padding:5px 12px;
    border-radius:3px;
    line-height:1.2;
    box-shadow:0 2px 8px rgba(0,0,0,.2);
}

.slide-content{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    padding:48px 20px 46px;
    background:linear-gradient(
        0deg,
        rgba(0,0,0,.88) 0%,
        rgba(0,0,0,.45) 55%,
        transparent 100%
    );
    color:#fff;
    z-index:2;
}

.slide-content h2{
    font-size:clamp(17px, 2vw, 22px);
    line-height:1.55;
    font-weight:800;
    margin:0 0 8px;
}

.slide-content h2 a{
    color:#fff;
}

.slide-content h2 a:hover{
    color:var(--accent);
}

.slide-content .excerpt{
    font-size:13px;
    line-height:1.75;
    opacity:.92;
    max-width:95%;
    margin-bottom:6px;
    padding-bottom:2px;
}

.naftiran-slider{
    position:relative;
    border-radius:6px;
    overflow:hidden;
    direction:ltr;
    flex:1 1 auto;
    height:100%;
    min-height:460px;
}

.naftiran-slider .slide-content{
    direction:rtl;
}

.naftiran-slider .swiper-wrapper{
    align-items:stretch;
    height:100%;
}

.naftiran-slider .swiper-slide{
    height:100%;
    min-height:100%;
    flex-shrink:0;
    box-sizing:border-box;
    align-self:stretch;
}

.naftiran-slider .swiper-button-prev,
.naftiran-slider .swiper-button-next,
.naftiran-slider .swiper-scrollbar{
    display:none !important;
}

.naftiran-slider.naftiran-slider--draggable{
    user-select:none;
    -webkit-user-select:none;
}

.naftiran-slider .swiper-pagination{
    position:absolute;
    bottom:10px !important;
    right:16px !important;
    left:auto !important;
    width:auto !important;
    display:flex;
    gap:6px;
    justify-content:flex-end;
    direction:rtl;
    z-index:4;
}

.naftiran-slider .swiper-pagination-bullet{
    width:9px;
    height:9px;
    border-radius:50%;
    border:0;
    padding:0;
    background:#fff;
    opacity:.75;
    cursor:pointer;
    transition:transform .2s ease, background .2s ease;
}

.naftiran-slider .swiper-pagination-bullet-active{
    background:var(--accent);
    opacity:1;
    transform:scale(1.15);
}

@media (max-width: 992px){
    .hard-news-layout{
        grid-template-columns:1fr;
        min-height:0;
        gap:12px;
    }

    .hard-news-left.hard-news-side-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-template-rows:auto;
        min-height:0;
        height:auto;
    }

    .hard-news-right{
        min-height:0;
        height:auto;
    }

    .naftiran-slider{
        width:100%;
        min-height:0;
        height:auto;
        aspect-ratio:16/9;
        max-height:72vw;
    }

    .naftiran-slider .swiper-wrapper,
    .naftiran-slider .swiper-slide{
        height:100% !important;
        min-height:0 !important;
    }

    .featured-slide{
        position:relative;
        width:100%;
        height:100%;
        min-height:0;
        aspect-ratio:16/9;
    }

    .featured-slide-media{
        position:absolute;
        inset:0;
        width:100%;
        height:100%;
    }

    .featured-slide-media img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
    }

    .slide-content{
        padding:36px 14px 14px;
    }

    .slide-content h2{
        font-size:clamp(15px, 4.2vw, 19px);
        line-height:1.5;
    }

    .slide-content .excerpt{
        font-size:12px;
        line-height:1.65;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

    .slide-breaking-badge{
        top:8px;
        right:8px;
        font-size:11px;
        padding:4px 10px;
    }
}

@media (max-width: 576px){
    .hard-news-left.hard-news-side-grid{
        grid-template-columns:1fr;
    }
}
