.service-cta-banner-section{padding:30px 0 40px}.service-cta-banner{position:relative;display:flex;align-items:stretch;background:var(--cream);border-radius:20px;overflow:hidden;min-height:0}.service-cta-banner-reverse{flex-direction:row-reverse}.service-cta-banner-media{position:relative;width:34%;flex-shrink:0}.service-cta-banner-media img{width:100%;height:100%;object-fit:cover;display:block}.service-cta-banner-media:before{content:"";position:absolute;right:0;top:0;bottom:0;width:100px;background:linear-gradient(to left,var(--cream) 0,rgba(255,248,242,.75) 30%,rgba(255,248,242,0) 100%);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1;pointer-events:none}.service-cta-banner-reverse .service-cta-banner-media:before{right:auto;left:0;background:linear-gradient(to right,var(--cream) 0,rgba(255,248,242,.75) 30%,rgba(255,248,242,0) 100%)}.service-cta-banner-copy{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;padding:22px 34px;box-sizing:border-box}.service-cta-banner-text{display:flex;flex-direction:column;gap:4px}.service-cta-banner-copy h2{font-size:clamp(17px,2vw,26px);margin:0;color:var(--text-strong);font-weight:750;display:flex;align-items:center;gap:8px;white-space:nowrap}.service-cta-banner-copy p{font-size:13px;color:var(--text-muted-b);margin:0;max-width:420px;line-height:1.5}.service-cta-banner-copy .button-row{margin:6px 0 0}.service-cta-banner-copy .btn{border-radius:10px;width:fit-content;padding:11px 20px;font-size:13px}@media(max-width:1100px){.service-cta-banner-copy{padding:20px 26px}}@media(max-width:760px){.service-cta-banner,.service-cta-banner-reverse{flex-direction:column}.service-cta-banner-media{width:100%;height:180px;flex-shrink:0}.service-cta-banner-media img{min-height:180px;height:180px}.service-cta-banner-media:before{display:none}.service-cta-banner-copy{padding:24px 22px}.service-cta-banner-copy h2{white-space:normal;font-size:clamp(19px,5.5vw,24px)}.service-cta-banner-copy p{max-width:none}.service-cta-banner-copy .button-row{width:100%;flex-direction:column;gap:10px}.service-cta-banner-copy .btn{width:100%;justify-content:center}}.service-cta-banner-solo{background:var(--cream)}.service-cta-banner-solo .service-cta-banner-copy{width:100%}