.contact-banner{position:relative!important;background:#f76b1c!important;padding:80px 0!important;overflow:hidden!important}.contact-banner__shape{position:absolute!important;width:80px!important;height:80px!important;background:transparent!important;border:3px solid #fff!important;border-radius:50%!important;opacity:.5!important;animation:floatShape 5s ease-in-out infinite!important}.contact-banner__shape-top{top:-20px!important;left:-20px!important;animation-delay:0s!important}.contact-banner__shape-bottom{bottom:-20px!important;right:-20px!important;animation-delay:2s!important}@keyframes floatShape{0%{transform:translate(0)}50%{transform:translate(10px,-10px)}to{transform:translate(0)}}.contact-banner__title{color:#fff!important;font-size:2.4rem!important;font-weight:800!important;line-height:1.3!important;margin-bottom:30px!important}.contact-banner__buttons{display:flex!important;justify-content:center!important;gap:20px!important;flex-wrap:wrap!important}.contact-banner__cta-button{background:#fff!important;color:#f76b1c!important;padding:14px 28px!important;border-radius:8px!important;font-weight:700!important;text-decoration:none!important;font-size:1.1rem!important;transition:all .3s ease!important}.contact-banner__cta-button:hover{background:#f76b1c!important;color:#fff!important;transform:translateY(-3px)!important;box-shadow:0 8px 20px rgba(0,0,0,.15)!important}.contact-banner__cta-button--secondary{background:transparent!important;color:#fff!important;border:2px solid #fff!important}.contact-banner__cta-button--secondary:hover{background:#fff!important;color:#f76b1c!important}@media (max-width:768px){.contact-banner__title{font-size:1.6rem!important}}