.services-hero{width:100%;min-height:400px;background-color:#e8e8e8;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.services-hero-container{max-width:1080px;width:100%;text-align:center}.services-hero-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;line-height:1.2}.services-hero-description{font-size:1.125rem;line-height:1.6;color:#4a4a4a;margin:0 auto 2rem;max-width:900px}.services-hero-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.services-hero-button-primary{background-color:#ff8533;color:white;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.services-hero-button-primary:hover{background-color:#ff7420}.services-hero-button-primary:active{background-color:#e66a1a}.services-hero-button-secondary{background-color:#ffffff;color:#1a1a1a;border:0;padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:4px;cursor:pointer;transition:color .3s ease;text-decoration:none}.services-hero-button-secondary:hover{color:#666}.services-hero-button-secondary:active{color:#333}@media (max-width:768px){.services-hero{padding:3rem 1.5rem}.services-hero-title{font-size:2rem}.services-hero-description{font-size:1rem}.services-hero-buttons{flex-direction:column;width:100%}.services-hero-button-primary,.services-hero-button-secondary{width:100%;max-width:300px}}@media (max-width:480px){.services-hero-title{font-size:1.75rem}.services-hero-description{font-size:.9375rem}}