.services-page{min-height:100vh;background-color:#eae6e6}.services-hero{position:relative;width:100%;height:300px;background-image:url(/assets/service-hero.jpg);background-size:cover;background-position:50%;background-attachment:fixed;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.services-hero{background-attachment:scroll}}.services-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}.services-hero-content{text-align:center;z-index:1;padding:0 2rem;max-width:800px}.services-hero-title{font-size:4rem;font-weight:700;color:#ff8c00;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media(max-width:768px){.services-hero-title{font-size:2.5rem}}.services-hero-subtitle{font-size:1.4rem;color:#fff;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.7)}@media(max-width:768px){.services-hero-subtitle{font-size:1.1rem}}.services-intro{max-width:1200px;margin:3rem auto;padding:0 2rem;text-align:center}@media(max-width:768px){.services-intro{margin:2rem auto;padding:0 1rem}}.services-intro h1{font-size:2.5rem;font-weight:700;color:#036;margin-bottom:1rem}@media(max-width:768px){.services-intro h1{font-size:2rem}}.services-intro p{font-size:1.1rem;color:#666}.services-grid-container{max-width:1200px;margin:0 auto;background-color:#f5f5f5;border-radius:12px;padding:3rem 2rem;box-shadow:0 10px 40px rgba(0,0,0,.3)}@media(max-width:768px){.services-grid-container{padding:2rem 1rem}}.services-grid-title{text-align:center;color:#036;font-size:2rem;font-weight:700;margin-bottom:2.5rem}@media(max-width:768px){.services-grid-title{font-size:1.75rem;margin-bottom:2rem}}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background-color:#fff}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.service-item{background-color:#fff;padding:2rem 1.5rem;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;transition:all .3s ease;position:relative;overflow:hidden}.service-item:nth-child(4n){border-right:none}@media(max-width:1200px){.service-item:nth-child(4n){border-right:1px solid #e0e0e0}}.service-item:nth-child(4n):nth-child(3n){border-right:none}@media(max-width:992px){.service-item:nth-child(4n):nth-child(3n){border-right:1px solid #e0e0e0}}.service-item:nth-last-child(-n+1),.service-item:nth-last-child(-n+4){border-bottom:none}.service-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.5),transparent);transition:left .5s ease}.service-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1);background-color:#fafafa}.service-item:hover:before{left:100%}.service-item:hover .service-icon{transform:scale(1.1)}@media(min-width:993px){.service-item:last-child,.service-item:nth-child(4n){border-right:none}}@media(max-width:768px){.service-item{border-right:none;border-bottom:1px solid #e0e0e0}.service-item:last-child{border-bottom:none}}.service-icon{font-size:2.5rem;color:#f90;margin-bottom:1rem;transition:transform .3s ease;display:inline-block}@media(max-width:768px){.service-icon{font-size:2rem}}.service-title{font-size:1.1rem;font-weight:700;color:#036;margin-bottom:.75rem;line-height:1.3}@media(max-width:768px){.service-title{font-size:1rem}}.service-description{font-size:.95rem;color:#333;line-height:1.5;margin:0}@media(max-width:768px){.service-description{font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-item{animation:fadeInUp .6s ease forwards;opacity:0}.service-item:first-child{animation-delay:.05s}.service-item:nth-child(2){animation-delay:.1s}.service-item:nth-child(3){animation-delay:.15s}.service-item:nth-child(4){animation-delay:.2s}.service-item:nth-child(5){animation-delay:.25s}.service-item:nth-child(6){animation-delay:.3s}.service-item:nth-child(7){animation-delay:.35s}.service-item:nth-child(8){animation-delay:.4s}.service-item:nth-child(9){animation-delay:.45s}.service-item:nth-child(10){animation-delay:.5s}.service-item:nth-child(11){animation-delay:.55s}.service-item:nth-child(12){animation-delay:.6s}.service-item:nth-child(13){animation-delay:.65s}.service-item:nth-child(14){animation-delay:.7s}@media(max-width:1200px){.service-item:nth-child(3n){border-right:none}}@media(max-width:992px){.service-item:nth-child(2n){border-right:none}}