.cta-hero{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:640px;overflow:hidden;position:relative;width:100%}.cta-hero__content{margin:0 auto;max-width:640px;padding:0 24px;position:relative;text-align:center;width:100%;z-index:2}.cta-hero__heading{margin-bottom:20px}.cta-hero__heading h1,.cta-hero__heading h2,.cta-hero__heading h3{color:#111827;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;margin:0}.cta-hero__description{margin-bottom:32px}.cta-hero__description p{color:#374151;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.6;margin:0 auto;max-width:560px}.cta-hero__button-wrap{display:flex;justify-content:center}.cta-hero__button{background-color:var(--cta-btn-color,#7c3aed);border:none;border-radius:50px;color:var(--cta-btn-text-color,#fff);cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:14px 36px;text-decoration:none;transition:filter .2s ease,transform .15s ease;white-space:nowrap}.cta-hero__button:hover{filter:brightness(1.1);transform:translateY(-1px)}.cta-hero__button:active{filter:brightness(.95);transform:translateY(0)}.cta-hero__images{inset:0;pointer-events:none;position:absolute;z-index:1}.cta-hero__img{opacity:var(--cta-img-opacity,.45);position:absolute}.cta-hero__img img{border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.08);display:block;height:auto;max-width:100%}.cta-hero__img--top-left{left:-60px;top:50%;transform:translateY(-65%);width:340px}.cta-hero__img--top-right{right:-60px;top:50%;transform:translateY(-65%);width:340px}.cta-hero__img--bottom-left{bottom:0;left:0;width:300px}.cta-hero__img--bottom-center{bottom:0;left:50%;transform:translateX(-50%);width:380px}.cta-hero__img--bottom-right{bottom:0;right:0;width:300px}@media (max-width:768px){.cta-hero{min-height:unset;padding-left:20px;padding-right:20px}.cta-hero__images{display:none}.cta-hero__content{padding:0}}@media (min-width:769px) and (max-width:1199px){.cta-hero__img--top-left,.cta-hero__img--top-right{width:240px}.cta-hero__img--bottom-left,.cta-hero__img--bottom-right{width:210px}.cta-hero__img--bottom-center{width:280px}.cta-hero__img--top-left{left:-20px}.cta-hero__img--top-right{right:-20px}}