.hero{
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
    padding:80px 20px;
    text-align:center;
}

.hero h1{
    font-size:42px;
    margin-bottom:20px;
}

.hero p{
    max-width:900px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
}

.hero img{
    max-width:100%;
    border-radius:12px;
    margin-top:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.article-container{
    max-width:1100px;
    margin:auto;
    padding:50px 20px;
}

.article-container h2{
    color:#0f172a;
    margin-top:60px;
}

.article-container p{
    line-height:1.9;
    font-size:18px;
    color:#444;
    margin-bottom:25px;
}

.toc{
    background:#f4f6fb;
    border-left:5px solid #2563eb;
    padding:30px;
    margin:40px 0;
}

.toc ul{
    padding-left:20px;
}

.toc li{
    margin:12px 0;
}

.info-box{
    background:#eef7ff;
    border-left:5px solid #2196F3;
    padding:25px;
    margin:40px 0;
}

/* ==========================================
   INFOGRAPHIC
========================================== */

.infographic-section{

    margin:70px auto;

    text-align:center;

}

.infographic-intro{

    max-width:900px;

    margin:20px auto 40px;

    font-size:18px;

    line-height:1.8;

    color:#555;

}

.infographic{

    margin:0;

}

.infographic img{

    width:100%;

    max-width:1000px;

    border-radius:12px;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

    transition:.35s;

}

.infographic img:hover{

    transform:scale(1.02);

}

.infographic figcaption{

    margin-top:20px;

    color:#777;

    font-size:15px;

    font-style:italic;

}
/* ==========================================
   FAQ
========================================== */

.faq{

    margin:60px 0;

}

.faq h3{

    color:#111827;

    margin-top:35px;

}

.faq p{

    margin-bottom:25px;

}

/* ==========================================
   AUTHOR
========================================== */

.author-box{

    display:flex;

    gap:25px;

    align-items:center;

    background:#f8fafc;

    padding:30px;

    border-radius:12px;

    margin:70px 0;

}

.author-box img{

    width:120px;

    height:120px;

    border-radius:50%;

    object-fit:cover;

}

/* ==========================================
   RELATED ARTICLES
========================================== */

.related-posts{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:20px;

    margin:50px 0;

}

.related-posts a{

    background:#111827;

    color:#fff;

    padding:25px;

    border-radius:10px;

    text-decoration:none;

    transition:.3s;

}

.related-posts a:hover{

    background:#ff6b35;

}

@media(max-width:768px){

.infographic-intro{

    font-size:16px;

}

}

@media(max-width:768px){

.hero h1{
font-size:30px;
}

.hero p{
font-size:18px;
}

}
