/* =====================================================
GLOBAL
===================================================== */

body{

    background:#f3f6fb;

    font-family:'Poppins',sans-serif;

    color:#111827;

    overflow-x:hidden;

}

a{

    text-decoration:none;

}

img{

    max-width:100%;

}

/* =====================================================
HERO
===================================================== */

.hero{

    background:#0f172a;

    padding:110px 0;

    position:relative;

    overflow:hidden;

}

.hero::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:rgba(255,255,255,.04);

    border-radius:50%;

    top:-180px;

    right:-100px;

}

.hero::after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    background:rgba(37,99,235,.15);

    border-radius:50%;

    bottom:-120px;

    left:-80px;

}

.hero .container{

    position:relative;

    z-index:2;

}

.hero-badge{

    display:inline-block;

    background:#2563eb;

    color:#fff;

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:28px;

}

.hero h1{

    font-size:64px;

    font-weight:800;

    color:#fff;

    line-height:1.2;

    margin-bottom:25px;

    max-width:900px;

}

.hero p{

    color:#cbd5e1;

    font-size:20px;

    line-height:2.1;

    max-width:760px;

}

/* =====================================================
QUICK INFO
===================================================== */

.quick-info{

    margin-top:-55px;

    position:relative;

    z-index:20;

}

.info-box{

    background:#fff;

    padding:32px;

    border-radius:28px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    height:100%;

    transition:.3s ease;

}

.info-box:hover{

    transform:translateY(-8px);

}

.info-box i{

    font-size:48px;

    color:#2563eb;

    margin-bottom:20px;

}

.info-box h4{

    font-size:22px;

    font-weight:800;

    margin-bottom:15px;

}

.info-box p{

    color:#6b7280;

    line-height:2;

    margin:0;

}

/* =====================================================
SECTION HEAD
===================================================== */

.section-head{

    margin-bottom:60px;

}

.section-head h2{

    font-size:46px;

    font-weight:800;

    margin-bottom:18px;

}

.section-head p{

    color:#6b7280;

    line-height:2.1;

    max-width:760px;

    font-size:18px;

}

/* =====================================================
DRAFT BOX
===================================================== */

.draft-box{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

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

    transition:.3s ease;

    height:100%;

}

.draft-box:hover{

    transform:translateY(-10px);

}

.draft-img{

    height:260px;

    overflow:hidden;

}

.draft-img img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.draft-box:hover .draft-img img{

    transform:scale(1.08);

}

.draft-content{

    padding:32px;

}

.draft-tag{

    display:inline-block;

    background:#eff6ff;

    color:#2563eb;

    padding:8px 18px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    margin-bottom:20px;

}

.draft-content h3{

    font-size:28px;

    font-weight:800;

    line-height:1.5;

    margin-bottom:18px;

}

.draft-content p{

    color:#6b7280;

    line-height:2.1;

    font-size:17px;

    min-height:100px;

}

.draft-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:20px;

    background:#2563eb;

    color:#fff;

    padding:15px 30px;

    border-radius:50px;

    font-weight:700;

    transition:.3s ease;

}

.draft-btn:hover{

    background:#1d4ed8;

    color:#fff;

}

/* =====================================================
BENEFITS
===================================================== */

.benefits{

    margin-top:100px;

}

.benefit-card{

    background:#fff;

    padding:40px;

    border-radius:28px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    height:100%;

    transition:.3s ease;

}

.benefit-card:hover{

    transform:translateY(-8px);

}

.benefit-card i{

    font-size:52px;

    color:#2563eb;

    margin-bottom:20px;

}

.benefit-card h4{

    font-size:24px;

    font-weight:800;

    margin-bottom:15px;

}

.benefit-card p{

    color:#6b7280;

    line-height:2;

}

/* =====================================================
PAGINATION
===================================================== */

.pagination{

    margin-top:70px;

}

.pagination .page-link{

    border:none;

    margin:0 6px;

    border-radius:14px;

    padding:14px 20px;

    color:#2563eb;

    font-weight:700;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.pagination .active .page-link{

    background:#2563eb;

    color:#fff;

}

/* =====================================================
SEO BOX
===================================================== */

.seo-box{

    background:#fff;

    padding:70px;

    border-radius:35px;

    margin-top:100px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.seo-box h2{

    font-size:42px;

    font-weight:800;

    margin-bottom:25px;

}

.seo-box h3{

    font-size:30px;

    font-weight:800;

    margin-top:40px;

    margin-bottom:20px;

}

.seo-box p{

    color:#4b5563;

    line-height:2.2;

    font-size:18px;

    margin-bottom:22px;

}

.seo-box ul{

    padding-left:20px;

}

.seo-box li{

    color:#4b5563;

    line-height:2.1;

    margin-bottom:12px;

    font-size:18px;

}

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

.faq-section{

    margin-top:100px;

}

.faq-box{

    background:#fff;

    padding:35px;

    border-radius:25px;

    margin-bottom:25px;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.faq-box h4{

    font-size:22px;

    font-weight:800;

    margin-bottom:15px;

}

.faq-box p{

    color:#6b7280;

    line-height:2;

    margin:0;

}

/* =====================================================
INTERNAL LINKS
===================================================== */

.related-links{

    margin-top:90px;

}

.related-links a{

    display:inline-block;

    background:#fff;

    padding:16px 24px;

    border-radius:50px;

    margin:10px;

    color:#2563eb;

    font-weight:700;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

    transition:.3s ease;

}

.related-links a:hover{

    background:#2563eb;

    color:#fff;

}

/* =====================================================
MOBILE
===================================================== */

@media(max-width:992px){

.hero h1{

    font-size:48px;

}

.section-head h2{

    font-size:38px;

}

.seo-box{

    padding:45px;

}

}

@media(max-width:768px){

.hero{

    padding:80px 0;

}

.hero h1{

    font-size:38px;

}

.hero p{

    font-size:17px;

}

.section-head h2{

    font-size:30px;

}

.seo-box{

    padding:30px;

}

.seo-box h2{

    font-size:30px;

}

.draft-content p{

    min-height:auto;

}

}

@media(max-width:576px){

.hero h1{

    font-size:32px;

}

.hero-badge{

    font-size:12px;

}

.info-box,
.benefit-card,
.faq-box{

    padding:25px;

}

}