.devfi-container{max-width:1280px;margin:auto;padding:0 20px}
.devfi-case-hero{padding:120px 0 90px;}
.devfi-case-subtitle{text-align:center;color:#fec031;letter-spacing:5px;margin-bottom:30px;font-size:14px;font-weight:700}
.devfi-search-input{width:100%;height:70px;border:none;border-radius:60px;padding:0 30px;font-size:16px;outline:none;box-shadow:0 20px 60px rgba(0,0,0,.12)}
.devfi-case-results{margin-top:40px;position:relative;z-index:5}
.devfi-case-card{display:flex;background:#000;border-radius:16px;overflow:hidden;margin-bottom:30px;box-shadow:0 12px 35px rgba(0,0,0,.08);transition:.35s}
.devfi-case-card:hover{transform:translateY(-6px)}
.devfi-case-image{width:320px;flex-shrink:0}
.devfi-case-image img{width:100%;height:100%;object-fit:cover;display:block}
.devfi-case-content{flex:1;padding:35px}
.devfi-case-category{color:#f2295b;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:12px}
.devfi-case-title{font-size:34px;line-height:1.3;margin-bottom:16px}
.devfi-case-title a{color:#1f2937;text-decoration:none}
.devfi-case-desc{color:#6b7280;line-height:1.8;margin-bottom:25px}
.devfi-read-more-btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 28px;border-radius:8px;background:linear-gradient(90deg,#fec031,#f2295b,#7040ff);background-size:200% 100%;color:#fff;text-decoration:none;font-weight:600;transition:.4s}
.devfi-read-more-btn:hover{background-position:right center;transform:translateY(-2px);color:#fff}
.devfi-pagination{display:flex;gap:10px;justify-content:center;padding:30px 0}
.devfi-page-link{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#111;text-decoration:none;box-shadow:0 4px 15px rgba(0,0,0,.08)}
.devfi-page-link.active,.devfi-page-link:hover{background:#f2295b;color:#fff}
@media(max-width:991px){.devfi-case-card{flex-direction:column}.devfi-case-image{width:100%;height:260px}.devfi-case-title{font-size:28px}}