.csm-qhse-wrap,
.csm-qhse-wrap *{box-sizing:border-box}
.csm-qhse-wrap{width:100%;overflow:hidden;background:#f8f8f6;font-family:Arial,Helvetica,sans-serif}
.csm-qhse-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}
.csm-qhse-left-panel{display:flex;min-width:0;gap:26px;align-items:stretch}
.csm-qhse-left-content{flex:1;padding:18px 0 18px 12px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.csm-qhse-left-title{margin:0 0 25px;font-size:24px;line-height:1.15;font-weight:800;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:2px}
.csm-benefits-list{display:flex;flex-direction:column;gap:20px}
.csm-benefit-item{display:flex;align-items:center;gap:15px}
.csm-benefit-icon{width:24px;height:24px;min-width:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.csm-benefit-icon svg{width:12px;height:12px;fill:currentColor}
.csm-benefit-text{font-size:15px;line-height:1.5;font-weight:500}
.csm-qhse-image-col{min-width:0}
.csm-qhse-image{height:100%;min-height:340px;overflow:hidden;background:#ddd}
.csm-qhse-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.csm-qhse-left-panel:hover .csm-qhse-image img{transform:scale(1.035);filter:saturate(1.05)}
.csm-qhse-right-panel{display:flex;flex-direction:column;justify-content:center;padding:20px 20px 20px 8px;min-width:0}
.csm-qhse-right-title{margin:0 0 14px;font-size:29px;line-height:1.12;font-weight:800;text-transform:uppercase;letter-spacing:-.35px;max-width:640px}
.csm-qhse-description{font-size:15px;line-height:1.65;font-weight:500;max-width:650px;margin-bottom:24px}
.csm-qhse-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}
.csm-qhse-item{text-align:center;padding:2px 4px;transition:transform .25s ease}
.csm-qhse-item:hover{transform:translateY(-4px)}
.csm-qhse-item-icon{height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:7px}
.csm-qhse-item-icon svg{fill:currentColor}
.csm-qhse-item-title{font-size:15px;line-height:1.25;font-weight:800;margin-bottom:4px}
.csm-qhse-item-subtitle{font-size:14px;line-height:1.3;font-weight:500}
.csm-qhse-button{align-self:flex-start;display:inline-flex;align-items:center;justify-content:space-between;gap:25px;min-width:270px;text-decoration:none;font-size:14px;line-height:1;font-weight:800;text-transform:uppercase;box-shadow:0 5px 13px rgba(0,0,0,.14);transition:all .25s ease}
.csm-qhse-button:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18)}
.csm-button-icon{display:inline-flex;transition:transform .25s ease}
.csm-qhse-button:hover .csm-button-icon{transform:translateX(5px)}
.csm-button-icon svg{width:16px;height:16px;fill:currentColor}
@media(max-width:1024px){
  .csm-qhse-grid{grid-template-columns:1fr}
  .csm-qhse-right-panel{padding:28px 12px 10px}
  .csm-qhse-left-content{padding-left:12px}
}
@media(max-width:767px){
  .csm-qhse-left-panel{flex-direction:column;gap:20px}
  .csm-qhse-left-content{padding:4px 0}
  .csm-qhse-image-col{flex-basis:auto!important;width:100%}
  .csm-qhse-image{min-height:260px}
  .csm-qhse-right-panel{padding:12px 0 0}
  .csm-qhse-right-title{font-size:24px}
  .csm-qhse-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}
  .csm-qhse-button{width:100%;min-width:0}
}
