body{
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    color:#212529;
    line-height:1.7;
}

.hero{
    background:linear-gradient(135deg,#0d6efd,#0dcaf0);
    color:#fff;
    padding:100px 0;
}

.section{
    padding:70px 0;
}

.icon-box{
    padding:30px;
    border-radius:16px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.icon-box:hover{
    transform:translateY(-5px);
}

.page-card{
    background:#fff;
    border-radius:16px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.footer-link{
    color:#adb5bd;
    text-decoration:none;
    margin:0 10px;
}

.footer-link:hover{
    color:#fff;
}

.article-content h2{
    margin-top:40px;
    margin-bottom:20px;
    font-weight:700;
}

.article-content p{
    margin-bottom:18px;
}

.cta-box{
    background:#f8f9fa;
    border-radius:20px;
    padding:40px;
}

.article-hero{
    background:linear-gradient(135deg,#0d6efd,#6610f2);
    color:white;
    padding:80px 0;
}

.article-content{
    font-size:1.08rem;
}

.article-content h2{
    margin-top:45px;
    margin-bottom:20px;
    font-weight:700;
}

.article-content h3{
    margin-top:30px;
    margin-bottom:15px;
}

.related-card{
    border:none;
    border-radius:16px;
    transition:.3s;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.related-card:hover{
    transform:translateY(-4px);
}