.service-contact-cta{width:100%;padding:4rem 1rem;background:var(--background-color);position:relative}@media screen and (min-width:768px){.service-contact-cta{padding:5rem 2rem}}@media screen and (min-width:1024px){.service-contact-cta{padding:6rem 3rem}}.service-contact-cta__container{max-width:1400px;margin:0 auto;width:100%}.service-contact-cta__content{width:100%;background:transparent;border:none;border-radius:0;padding:2rem 1rem;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center;position:relative}@media screen and (min-width:768px){.service-contact-cta__content{padding:3rem 2rem}}@media screen and (min-width:1024px){.service-contact-cta__content{padding:4rem 3rem}}.service-contact-cta__title{font-family:var(--font-base);font-size:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--white-color);margin:0 0 1rem;padding:0}@media screen and (min-width:768px){.service-contact-cta__title{font-size:2rem}}@media screen and (min-width:1024px){.service-contact-cta__title{font-size:2.25rem}}.service-contact-cta__description{font-family:var(--font-base);font-size:1.0625rem;font-weight:400;line-height:1.7;color:hsla(0,0%,100%,.85);padding:0;max-width:800px;margin:0 auto 2.5rem}@media screen and (min-width:768px){.service-contact-cta__description{font-size:1.125rem;margin-bottom:3rem}}@media screen and (min-width:1024px){.service-contact-cta__description{font-size:1.25rem;margin-bottom:3.5rem}}.service-contact-cta__buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media screen and (min-width:768px){.service-contact-cta__buttons{flex-direction:row;justify-content:center;gap:1.5rem}}.service-contact-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-family:var(--font-base);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;border-radius:12px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;min-width:200px}@media screen and (min-width:768px){.service-contact-cta__button{padding:1.25rem 2.5rem;font-size:1.0625rem;min-width:220px}}.service-contact-cta__button .service-contact-cta__button-icon{width:20px;height:20px;transition:transform .3s ease}@media screen and (min-width:768px){.service-contact-cta__button .service-contact-cta__button-icon{width:22px;height:22px}}.service-contact-cta__button--primary{background:var(--secondary-color);color:var(--white-color);box-shadow:0 4px 20px rgba(240,121,0,.4)}.service-contact-cta__button--primary:hover{background:#ff8a00;box-shadow:0 6px 30px rgba(240,121,0,.6);transform:translateY(-2px)}.service-contact-cta__button--primary:hover .service-contact-cta__button-icon{transform:scale(1.1)}.service-contact-cta__button--outline{background:transparent;color:var(--white-color);border:2px solid hsla(0,0%,100%,.3)}.service-contact-cta__button--outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.service-contact-cta__button--outline:hover .service-contact-cta__button-icon{transform:translateX(4px)}