body{
direction:rtl;
background:#f4f7fb;
font-family:tahoma;
}

.kbp-container,
.kbp-archive{
max-width:1200px;
margin:auto;
padding:40px 20px;
}

.kbp-hero{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
background:#fff;
border-radius:30px;
padding:30px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
align-items:center;
}

.kbp-thumb img,
.kbp-item-thumb img{
width:100%;
border-radius:24px;
height:auto;
display:block;
}

.kbp-badge{
display:inline-block;
background:linear-gradient(45deg,#7c3aed,#2563eb);
color:#fff;
padding:8px 18px;
border-radius:999px;
margin-bottom:15px;
font-size:14px;
}

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

.kbp-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:15px;
margin:25px 0;
}

.kbp-card{
background:#f8fafc;
padding:18px;
border-radius:18px;
border:1px solid #e2e8f0;
}

.kbp-actions{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.kbp-btn{
background:linear-gradient(45deg,#111827,#2563eb);
color:#fff;
padding:14px 24px;
border-radius:16px;
text-decoration:none;
font-weight:bold;
transition:.3s;
}

.kbp-btn:hover{
transform:translateY(-3px);
}

.kbp-description{
background:#fff;
margin-top:30px;
padding:30px;
border-radius:30px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
line-height:2;
}

.kbp-archive-header{
text-align:center;
margin-bottom:40px;
}

.kbp-archive-header h1{
font-size:48px;
margin-bottom:10px;
}

.kbp-list{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
}

.kbp-item{
background:#fff;
border-radius:26px;
overflow:hidden;
text-decoration:none;
color:#111;
box-shadow:0 12px 30px rgba(0,0,0,.07);
transition:.3s;
}

.kbp-item:hover{
transform:translateY(-6px);
}

.kbp-item-body{
padding:22px;
}

.kbp-item-body h2{
font-size:24px;
margin-bottom:12px;
}

.kbp-more{
display:inline-block;
margin-top:15px;
font-weight:bold;
color:#2563eb;
}

@media(max-width:768px){

.kbp-hero{
grid-template-columns:1fr;
}

.kbp-content h1,
.kbp-archive-header h1{
font-size:30px;
}

}
