/* =========================================
DETAIL CONTAINER
========================================= */

.blog-detail{
    padding:50px 0 70px;
}

.article-content{
    max-width:760px;
    margin:auto;
    color:#475569;
    font-size:15px;
    line-height:1.8;
}


/* =====================================================
BLOG DETAIL HERO
===================================================== */

.blog-detail-hero{

    margin-top:40px;

    padding:60px 0 40px;

    background:#F8FAFC;

    border-bottom:1px solid #E5E7EB;

}

.detail-header{

    max-width:760px;

}

.detail-category{

    display:inline-block;

    padding:5px 12px;

    background:#EEF4FF;

    color:#2563EB;

    border-radius:30px;

    font-size:11px;

    font-weight:600;

    margin-bottom:14px;

}

.detail-header h1{

    font-size:34px;

    line-height:1.25;

    font-weight:700;

    color:#142B63;

    margin:0 0 14px;

}

.detail-header p{

    font-size:16px;

    line-height:1.75;

    color:#64748B;

    margin:0 0 18px;

    max-width:700px;

}

.detail-meta{

    display:flex;

    gap:18px;

    font-size:13px;

    color:#94A3B8;

}

.detail-meta span{

    display:flex;

    align-items:center;

}
/* =========================================
HEADING
========================================= */

.article-content h1{
    font-size:34px;
    margin:0 0 18px;
    line-height:1.25;
}

.article-content h2{
    font-size:28px;
    margin:40px 0 16px;
    line-height:1.3;
}

.article-content h3{
    font-size:22px;
    margin:30px 0 14px;
    line-height:1.35;
}

.article-content h4{
    font-size:18px;
    margin:24px 0 12px;
}

/* =========================================
TEXT
========================================= */

.article-content p{
    margin-bottom:16px;
}

.article-content ul,
.article-content ol{
    margin:18px 0 18px 20px;
}

.article-content li{
    margin-bottom:8px;
}

.article-content strong{
    font-weight:700;
}

.article-content img{
    width:100%;
    border-radius:14px;
    margin:24px 0;
}

.article-content blockquote{
    margin:24px 0;
    padding:18px 22px;
    font-size:15px;
}

.article-content table{
    margin:24px 0;
}

.article-content th,
.article-content td{
    padding:10px 12px;
    font-size:14px;
}

/* =========================================
META
========================================= */

.article-meta{
    gap:18px;
    margin:22px 0 30px;
    padding-bottom:14px;
}

.article-meta span{
    font-size:13px;
}

/* =========================================
FAQ
========================================= */

.article-faq{
    max-width:760px;
    margin:60px auto;
}

.article-faq h2{
    font-size:26px;
}

.faq-question{
    padding:16px 20px;
    font-size:15px;
}

.faq-answer{
    padding:0 20px 18px;
    font-size:14px;
    line-height:1.8;
}

/* =========================================
REFERENCE
========================================= */

.article-links{
    max-width:760px;
}

.article-links h2{
    font-size:26px;
}

.article-links a{
    padding:14px 18px;
    font-size:14px;
}

/* =========================================
RELATED
========================================= */

.related-articles{
    margin-top:70px;
}

.related-articles h2{
    font-size:28px;
    margin-bottom:28px;
}
/* ===================================================
ARTICLE CONTENT
=================================================== */

.article-content{

    max-width:900px;

    margin:auto;

    color:#334155;

    line-height:2;

    font-size:17px;

}

.article-content h2{

    font-size:34px;

    margin:50px 0 20px;

    color:#081B42;

}

.article-content h3{

    font-size:28px;

    margin:40px 0 18px;

    color:#081B42;

}

.article-content h4{

    font-size:22px;

    margin:35px 0 15px;

}

.article-content p{

    margin-bottom:22px;

}

.article-content img{

    width:100%;

    border-radius:18px;

    margin:35px 0;

}

.article-content ul,

.article-content ol{

    margin:25px 0 25px 25px;

}

.article-content li{

    margin-bottom:12px;

}

.article-content blockquote{

    margin:40px 0;

    padding:28px;

    border-left:5px solid #2563EB;

    background:#F8FAFC;

    border-radius:14px;

    font-style:italic;

}

.article-content table{

    width:100%;

    border-collapse:collapse;

    margin:35px 0;

}

.article-content th,

.article-content td{

    border:1px solid #E5E7EB;

    padding:14px;

}

.article-content th{

    background:#F8FAFC;

}

/* ===================================================
FAQ
=================================================== */

.article-faq{

    max-width:900px;

    margin:80px auto 0;

}

.article-faq h2{

    font-size:32px;

    color:#081B42;

    margin-bottom:30px;

}

.faq-item{

    border:1px solid #E5E7EB;

    border-radius:16px;

    margin-bottom:16px;

    overflow:hidden;

    background:#fff;

}

.faq-question{

    width:100%;

    border:none;

    background:#fff;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:22px 26px;

    cursor:pointer;

    font-size:17px;

    font-weight:700;

    color:#081B42;

}

.faq-question i{

    transition:.3s;

}

.faq-item.active i{

    transform:rotate(45deg);

}

.faq-answer{

    display:none;

    padding:0 26px 24px;

    color:#64748B;

    line-height:1.9;

}

.faq-item.active .faq-answer{

    display:block;

}


/* ===================================================
REFERENCE LINKS
=================================================== */

.article-links{

    max-width:900px;

    margin:80px auto;

}

.article-links h2{

    font-size:30px;

    margin-bottom:25px;

    color:#081B42;

}

.article-links ul{

    list-style:none;

    padding:0;

}

.article-links li{

    margin-bottom:15px;

}

.article-links a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    text-decoration:none;

    padding:18px 22px;

    border:1px solid #E5E7EB;

    border-radius:14px;

    color:#2563EB;

    transition:.3s;

}

.article-links a:hover{

    background:#2563EB;

    color:#fff;

}


/* ===================================================
SHARE
=================================================== */

.share-section{

    text-align:center;

    margin:80px 0;

}

.share-section h3{

    margin-bottom:25px;

    color:#081B42;

}

.share-buttons{

    display:flex;

    justify-content:center;

    gap:15px;

}

.share-buttons a,

.copy-link{

    width:52px;

    height:52px;

    border-radius:50%;

    border:none;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#F1F5F9;

    color:#081B42;

    cursor:pointer;

    transition:.3s;

    text-decoration:none;

    font-size:18px;

}

.share-buttons a:hover,

.copy-link:hover{

    background:#2563EB;

    color:#fff;

}

/* ===================================================
RELATED ARTICLES
=================================================== */

.related-articles{
    margin-top:90px;
}

.related-articles h2{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#081B42;
    margin-bottom:40px;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.related-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.related-card:hover{
    transform:translateY(-8px);
}

.related-thumb{
    overflow:hidden;
}

.related-thumb img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.related-card:hover .related-thumb img{
    transform:scale(1.05);
}

.related-content{
    padding:20px;
}

.related-date{
    font-size:13px;
    color:#64748B;
    margin-bottom:12px;
}

.related-content h3{
    font-size:20px;
    color:#081B42;
    margin-bottom:12px;
    line-height:1.4;
}

.related-content p{
    color:#64748B;
    font-size:15px;
    line-height:1.7;
}


/* ===================================================
TABLET
=================================================== */

@media screen and (max-width:991px){

    .article-cover img{
        height:380px;
    }

    .related-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ===================================================
MOBILE
=================================================== */

@media screen and (max-width:768px){

    .blog-detail{
        padding:50px 0 70px;
    }

    .article-cover img{
        height:220px;
    }

    .article-meta{
        gap:12px;
        font-size:13px;
    }

    .article-content{
        font-size:15px;
        line-height:1.9;
    }

    .article-content h2{
        font-size:24px;
    }

    .article-content h3{
        font-size:20px;
    }

    .related-articles{
        margin-top:70px;
    }

    .related-articles h2{
        font-size:28px;
    }

    .related-grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

    .related-thumb img{
        height:150px;
    }

    .related-content{
        padding:15px;
    }

    .related-content h3{
        font-size:16px;
    }

    .related-content p{
        font-size:14px;
        line-height:1.6;
    }

}

/* ==========================================
   SHARE
========================================== */

.detail-share{

    margin:60px 0;

    padding:30px;

    border-top:1px solid #E5E7EB;

    text-align:left;

}

.detail-share h3{

    font-size:22px;

    font-weight:700;

    color:#142B63;

    margin-bottom:20px;

}

.share-list{

    display:flex;

    align-items:center;

    gap:14px;

    flex-wrap:wrap;

}

.share-list a,
.share-list .copy-link{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#F1F5F9;

    color:#142B63;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    border:none;

    cursor:pointer;

    transition:.3s;

}

.share-list a:hover,
.share-list .copy-link:hover{

    background:#142B63;

    color:#fff;

}

.share-list i{

    font-size:18px;

}

.copy-link{

    appearance:none;

    -webkit-appearance:none;

}

/* ==========================================
   CONTENT LINK
========================================== */
.detail-content a{

    color:#142B63;

    font-weight:600;

    text-decoration:none;

    transition:.25s;

}

.detail-content a:hover{

    color:#2563EB;

}