.article-reading-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    z-index: 99999;
    background: transparent;
}

.article-reading-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #0d47a1, #42a5f5);
    transition: width .08s linear;
}

.article-hero-section {
    padding: 24px 0 32px;
}

.article-hero-card {
    min-height: 460px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #0f172a;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .18);
}

.article-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, .15), rgba(2, 6, 23, .9));
}

.article-hero-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 42px;
    color: #fff;
    max-width: 920px;
}

.article-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.article-category-pill,
.article-special-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.article-category-pill {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.article-special-pill {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #fff;
}

.article-hero-content h1 {
    font-size: 38px;
    line-height: 1.7;
    font-weight: 900;
    margin-bottom: 14px;
    color: #fff;
}

.article-hero-content p {
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 2;
    margin-bottom: 18px;
}

.article-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.article-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.article-main-section {
    padding-bottom: 40px;
}

.article-content-card,
.article-comments-card,
.article-products-cta,
.article-related-section {
    background: #fff;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .06);
}

.article-body-content {
    font-size: 16px;
    line-height: 2.55;
    color: #334155;
}

.article-body-content p {
    margin-bottom: 26px;
}

.article-body-content h2,
.article-body-content h3 {
    color: #0f172a;
    font-weight: 900;
    margin-top: 46px;
    margin-bottom: 18px;
    line-height: 1.8;
    scroll-margin-top: 110px;
}

.article-body-content img {
    max-width: 100%;
    border-radius: 20px;
    margin: 28px auto;
    display: block;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .12);
}

.article-body-content blockquote {
    border-right: 4px solid #1976d2;
    background: #f8fafc;
    padding: 18px 22px;
    border-radius: 16px;
    color: #334155;
    margin: 28px 0;
}

.article-video-box {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 28px;
    background: #000;
}

.article-video-box iframe,
.article-video-box video {
    width: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}
.article-video-section{
    margin-bottom:34px;
    padding:22px;
    border-radius:22px;
    background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);
    border:1px solid rgba(29,78,216,.08);
}

.article-video-header{
    margin-bottom:18px;
}

.article-video-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:7px 13px;
    border-radius:999px;
    background:rgba(25,118,210,.10);
    color:#0d47a1;
    font-size:12px;
    font-weight:800;
    margin-bottom:10px;
}

.article-video-header h3{
    font-size:20px;
    font-weight:900;
    color:#0f172a;
    margin-bottom:8px;
}

.article-video-header p{
    font-size:13px;
    color:#64748b;
    margin-bottom:0;
    line-height:2;
}

.article-video-box{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    background:#000;
    box-shadow:0 18px 42px rgba(15,23,42,.18);
}

.article-video-box iframe,
.article-video-box video{
    width:100%;
    aspect-ratio:16/9;
    height:auto;
    min-height:auto;
    border:0;
    display:block;
}

.article-source-box {
    margin-top: 34px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
}

.article-tags-box {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.article-tags-box a {
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef2ff;
    color: #1d4ed8;
    font-size: 13px;
}

.article-share-box {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
}

.article-share-box a,
.article-share-box button {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 0;
    background: #f1f5f9;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.article-share-box a:hover,
.article-share-box button:hover {
    background: #1976d2;
    color: #fff;
}

.article-sidebar {
    position: sticky;
    top: 95px;
}

.article-sidebar-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .06);
}

.article-sidebar-card h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #0f172a;
}

.article-toc-list,
.article-summary-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.article-toc-list li,
.article-summary-card li {
    margin-bottom: 12px;
    font-size: 13px;
}

.article-toc-list a {
    color: #475569;
}

.article-toc-list a:hover {
    color: #1976d2;
}

.article-summary-card li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #475569;
}

.sidebar-article-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-article-item {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #0f172a;
}

.sidebar-article-item img {
    width: 72px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.sidebar-article-item span {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 700;
}

.article-special-slider {
    position: relative;
    min-height: 220px;
}

.article-special-slide {
    display: none;
    color: #0f172a;
}

.article-special-slide.active {
    display: block;
}

.article-special-slide img {
    width: 100%;
    height: 145px;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 12px;
}

.article-special-slide strong {
    font-size: 14px;
    line-height: 1.9;
    display: block;
}

.article-cta-card {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
}

.article-cta-card h4,
.article-cta-card span {
    color: #fff;
}

.article-products-cta,
.article-related-section {
    margin-top: 26px;
}

.section-mini-title {
    margin-bottom: 20px;
}

.section-mini-title h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.section-mini-title span {
    color: #64748b;
    font-size: 13px;
}
.related-article-card div {
    padding: 14px;
}

.related-article-card h4 {
    padding: 0;
}

.related-article-card span {
    color: #64748b;
    font-size: 12px;
}

.article-comments-card {
    padding: 28px;
}

.article-comment-item {
    background: #f8fafc;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 14px;
}

.article-admin-reply {
    background: #fff;
    border-right: 4px solid #1976d2;
    border-radius: 14px;
    padding: 12px 14px;
    margin-top: 12px;
}

.review-rating-box {
    direction: ltr;
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
}

.review-rating-box input {
    display: none;
}

.review-rating-box label {
    cursor: pointer;
    font-size: 26px;
    color: #d1d5db;
    transition: all .18s ease;
}

.review-rating-box label:hover,
.review-rating-box label:hover ~ label,
.review-rating-box input:checked ~ label {
    color: #f59e0b;
}

.review-rating-box label:hover {
    transform: scale(1.12);
}

@media (max-width: 991px) {
    .article-sidebar {
        position: static;
        margin-top: 24px;
    }

    .article-hero-content h1 {
        font-size: 28px;
    }

    .article-hero-card {
        min-height: 390px;
    }

    .article-hero-content {
        padding: 26px;
    }
}

@media (max-width: 576px) {
    .article-content-card,
    .article-comments-card,
    .article-products-cta,
    .article-related-section {
        padding: 20px;
        border-radius: 16px;
    }

    .article-hero-card {
        min-height: 330px;
        border-radius: 18px;
    }

    .article-hero-content h1 {
        font-size: 22px;
    }

    .article-hero-content p {
        font-size: 14px;
    }

    .article-body-content {
        font-size: 15px;
        line-height: 2.35;
    }
}


.article-offers-more-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:10px 16px;
    border-radius:999px;
    background:linear-gradient(135deg,#ff6a00 0%,#ee0979 100%);
    color:#fff;
    font-size:13px;
    font-weight:800;
    box-shadow:0 12px 28px rgba(238,9,121,.22);
    transition:all .2s ease;
}

.article-offers-more-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(238,9,121,.30);
}
.article-products-swiper-wrap{
    position:relative;
    padding:4px 6px 6px;
}

.articleProductsSwiper{
    overflow:hidden;
    padding:4px 2px 10px;
}

.articleProductsSwiper .swiper-slide{
    height:auto;
}

.articleProductsSwiper .offer-card-wrap{
    height:100%;
}

.article-products-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:38px;
    height:38px;
    border-radius:50%;
    border:none;
    background:#fff;
    color:#0f172a;
    box-shadow:0 10px 28px rgba(15,23,42,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.2s;
}

.article-products-nav:hover{
    background:#1976d2;
    color:#fff;
}

.article-products-prev{
    right:-8px;
}

.article-products-next{
    left:-8px;
}

@media (max-width: 576px){
    .article-products-nav{
        display:none;
    }

    .articleProductsSwiper{
        overflow:visible;
    }
}
.article-navigation-box{
    margin-top:32px;
    padding-top:28px;
    border-top:1px solid #e5e7eb;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.article-nav-card{
    background:#f8fafc;
    border-radius:20px;
    padding:14px;
    display:flex;
    align-items:center;
    gap:14px;
    min-height:110px;

    transition:.22s;
    color:#0f172a;
    border:1px solid transparent;
}

.article-nav-card:hover{
    transform:translateY(-4px);
    background:#fff;
    border-color:#dbeafe;
    box-shadow:0 16px 36px rgba(15,23,42,.10);
    color:#0f172a;
}

.article-nav-card img{
    width:88px;
    height:88px;
    border-radius:16px;
    object-fit:cover;
    flex-shrink:0;
}

.article-nav-content{
    flex:1;
    min-width:0;
}

.article-nav-content span{
    display:block;
    font-size:12px;
    color:#64748b;
    margin-bottom:6px;
}

.article-nav-content strong{
    display:block;
    font-size:14px;
    line-height:2;
    font-weight:800;
    color:#0f172a;
}

.article-nav-arrow{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#e2e8f0;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#0f172a;
    flex-shrink:0;

    transition:.2s;
}

.article-nav-card:hover .article-nav-arrow{
    background:#1976d2;
    color:#fff;
}

.article-nav-next{
    text-align:left;
}

@media (max-width:768px){

    .article-navigation-box{
        grid-template-columns:1fr;
    }

    .article-nav-card{
        min-height:auto;
    }

    .article-nav-card img{
        width:72px;
        height:72px;
    }
}

