.hero{background:#4c236f;display:flex;align-items:stretch;padding:0;min-height:620px}
.hero-image{position:absolute;top:0;right:0;bottom:0;left:auto;width:50%;height:100%;object-fit:cover;object-position:center center;z-index:0}
.hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(38,14,57,.98) 0%,rgba(76,35,111,.96) 46%,rgba(76,35,111,.10) 50%,rgba(12,8,9,0) 54%)}
.hero-content{position:relative;z-index:2;width:50%;max-width:none;margin:0;padding:44px clamp(28px,4vw,64px);display:flex;flex-direction:column;justify-content:center}
.hero-card{max-width:430px}
.service-grid article>span{display:none}
@media(max-width:900px){.hero{min-height:600px}.hero-image{width:50%;object-position:center center}.hero-content{width:50%;padding:34px 22px}.hero h1{font-size:clamp(38px,5vw,52px)}.hero-shade{background:linear-gradient(90deg,rgba(24,10,34,.96) 0%,rgba(76,35,111,.90) 46%,rgba(76,35,111,.15) 50%,rgba(20,10,25,0) 55%)}}
@media(max-width:680px){.hero{min-height:720px;align-items:flex-end}.hero-image{width:100%;height:100%;opacity:.48}.hero-content{width:100%;padding:34px 22px}.hero-shade{background:linear-gradient(90deg,rgba(24,10,34,.94),rgba(76,35,111,.72))}}
@media print{.hero{min-height:440px!important;padding:0!important}.hero-image{width:50%!important;inset:0 0 0 auto!important;object-fit:cover!important;object-position:center center!important}.hero-content{width:50%!important;padding:26px 28px!important}.hero-shade{background:linear-gradient(90deg,rgba(38,14,57,.98) 0%,rgba(76,35,111,.94) 46%,rgba(76,35,111,.10) 50%,rgba(12,8,9,0) 54%)!important}}
