/* =========================
PDF TOOLS PAGE
========================= */

.category-hero{
padding:80px 0;
background:linear-gradient(135deg,#7656ff,#6547ea);
color:#fff;
text-align:center;
}

.category-hero h1{
font-size:56px;
font-weight:800;
margin-bottom:15px;
}

.category-hero p{
font-size:20px;
opacity:.95;
max-width:700px;
margin:auto;
}

.tools-section{
padding:80px 0;
}

.tool-box{
background:#fff;
border-radius:18px;
padding:22px;
display:flex;
gap:15px;
align-items:flex-start;
text-decoration:none;
color:#111827;
height:100%;
transition:.3s;
border:1px solid #e5e7eb;
}

.tool-box:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.tool-icon{
width:55px;
height:55px;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
flex-shrink:0;
}

.red{
background:#fee2e2;
color:#dc2626;
}

.tool-box h5{
font-size:18px;
font-weight:700;
margin-bottom:6px;
}

.tool-box p{
margin:0;
color:#6b7280;
font-size:14px;
}

.seo-content{
padding:80px 0;
background:#f8fafc;
}

.seo-content .container{
max-width:900px;
}

.seo-content h2{
font-size:38px;
font-weight:800;
margin-bottom:20px;
text-align:center;
color:#111827;
}

.seo-content p{
font-size:18px;
line-height:1.9;
color:#4b5563;
margin-bottom:20px;
text-align:center;
}

/* Mobile */

@media(max-width:768px){

 
.category-hero{
    padding:60px 0;
}

.category-hero h1{
    font-size:38px;
}

.category-hero p{
    font-size:16px;
}

.seo-content h2{
    font-size:28px;
}

.seo-content p{
    font-size:16px;
}
 

}
