
.hpsv-capacity-loop{display:inline-block;margin:0 0 6px;padding:3px 8px;border-radius:999px;background:#f5f5f5;color:#333;font-size:12px}
.hpsv-capacity-single{margin:8px 0 12px;padding:8px 12px;background:#fafafa;border:1px solid #eee;border-radius:8px}
.hpsv-filters{display:flex;gap:10px;align-items:center;margin:0 0 22px;padding:14px;background:#fff;border:1px solid #eee;border-radius:12px}
.hpsv-filters select,.hpsv-filters button{min-height:40px;border-radius:8px}
.hpsv-filters button{background:#ff5a3d;color:#fff;border:0;padding:0 18px}
.hpsv-product-card{display:flex;gap:14px;align-items:center;margin:24px 0;padding:12px;border:1px solid #eee;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.05)}
.hpsv-product-card-img{width:92px;min-width:92px;height:92px;border-radius:12px;overflow:hidden;background:#fafafa}
.hpsv-product-card-img img{width:100%;height:100%;object-fit:cover}
.hpsv-product-card-body{display:flex;flex-direction:column;gap:8px}
.hpsv-product-card-btn{display:inline-flex;width:max-content;padding:8px 14px;border-radius:999px;background:#2f2f2f;color:#fff!important;text-decoration:none!important;font-size:13px}
.hpsv-support-widget{position:fixed;right:24px;bottom:24px;z-index:99999;font-family:inherit}
.hpsv-support-toggle{width:58px;height:58px;border:0;border-radius:50%;background:#ff4d2e;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.22);font-size:24px}
.hpsv-support-panel{position:absolute;right:0;bottom:72px;width:320px;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.2);display:none}
.hpsv-support-panel.is-open{display:block}
.hpsv-support-head{position:relative;background:#ff4d2e;color:#fff;padding:16px 18px;display:flex;flex-direction:column;gap:4px}
.hpsv-support-close{position:absolute;left:10px;top:9px;width:28px;height:28px;border:0;border-radius:50%;background:rgba(0,0,0,.15);color:#fff;font-size:20px}
.hpsv-support-body{display:grid;gap:10px;padding:16px;background:#f7f7f7}
.hpsv-support-body a{display:block;padding:12px 14px;border-radius:12px;background:#fff;color:#222;text-decoration:none;border:1px solid #eee}
.hpsv-home{max-width:1180px;margin:auto}
.hpsv-hero{min-height:300px;border-radius:18px;background:linear-gradient(90deg,#eef3f8,#fff);display:flex;align-items:center;justify-content:flex-end;padding:40px;margin:30px 0}
.hpsv-hero h1{font-size:34px;font-weight:800}
.hpsv-hero a{display:inline-flex;margin-top:12px;padding:10px 24px;border-radius:999px;background:#2d2d2d;color:#fff;text-decoration:none}
.hpsv-section{margin:34px 0;padding:18px;border:1px solid #eee;border-radius:16px}
.hpsv-brand-list{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.hpsv-brand-list a{text-align:center;padding:16px;border:1px solid #eee;border-radius:12px;text-decoration:none;color:#333;background:#fff}
@media(max-width:768px){
  .hpsv-filters{flex-direction:column;align-items:stretch}
  .hpsv-support-panel{width:290px}
  .hpsv-brand-list{grid-template-columns:repeat(2,1fr)}
}
