  .uj-hero-cta{position:relative;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.uj-hero-cta__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.uj-hero-cta__content{position:relative;z-index:2;width:100%;max-width:1200px;padding:40px 20px;display:flex;justify-content:center}.uj-hero-cta__buttons{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.uj-hero-btn{display:inline-block;padding:12px 30px;font-size:16px;font-weight:600;text-align:center;text-decoration:none;transition:all .3s ease;cursor:pointer;min-width:160px}.uj-hero-btn--primary{background-color:#f26522;color:#fff;border:2px solid #f26522}.uj-hero-btn--primary:hover{background-color:#d85a1e;border-color:#d85a1e;color:#fff;transform:translateY(-2px)}.uj-hero-btn--secondary{background-color:transparent;color:#fff;border:2px solid #f26522}.uj-hero-btn--secondary:hover{background-color:rgba(242,101,34,.1);color:#fff;transform:translateY(-2px)}@media (max-width:768px){.uj-hero-cta{min-height:300px}.uj-hero-cta__buttons{flex-direction:column;width:100%;max-width:300px;gap:15px}.uj-hero-btn{width:100%}}