.category-hero{position:relative;background:linear-gradient(to right,#7fb41e,#a8c957);border-radius:var(--radius-xl);padding:30px;margin-top:0;margin-bottom:10px;overflow:hidden;box-shadow:var(--shadow-hero);display:flex;flex-direction:column;justify-content:center;min-height:120px}.listing-hero-accent{background:linear-gradient(135deg,#f6921e,#ff7b00)}.category-hero:before,.category-hero:after{content:"";position:absolute;border-radius:50%;background:#ffffff26}.category-hero:before{width:250px;height:250px;top:-80px;right:150px}.category-hero:after{width:300px;height:300px;top:-100px;right:-50px}.hero-inner{position:relative;z-index:1}.hero-logo-wrapper{display:flex;align-items:center;gap:20px}.hero-logo{width:120px;height:120px;background:#fff;border-radius:var(--radius-lg);padding:10px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.hero-logo img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.hero-title{margin:0;color:#fff;font-size:24px;font-weight:700;animation:slideIn .8s ease-out .6s backwards}@media(min-width:768px){.hero-title{font-size:32px}}.hero-subtitle{color:#fffffff2;font-size:16px;margin-top:15px;line-height:1.6;animation:fadeInUp .8s ease-out .9s backwards}@keyframes slideIn{0%{opacity:0;transform:translate(-25px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
