.services-hero{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/images/rick-rothenberg-4waTgjSM7yA-unsplash.jpg);background-size:cover;background-position:50%;background-attachment:fixed;color:white;padding:4rem 1.5rem;text-align:center;min-height:10vh;display:flex;align-items:center;justify-content:center}.services-hero-content{max-width:800px;margin:0 auto}.services-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.services-hero-subtitle{font-size:1.25rem;opacity:.9;line-height:1.6}.services-detailed{padding:.5rem;background-color:#f8fafc}.services-detailed-container{max-width:1200px;margin:0 auto;display:grid;grid-gap:.5rem;gap:.5rem}.service-item{background:white;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #e5e7eb;display:flex;flex-direction:column}.service-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(0,0,0,.15)}.service-item-header{color:white;padding:3rem 2rem;flex-direction:column;gap:1.5rem;text-align:center;min-height:300px;flex:1 1}.service-item-header,.service-item-icon{display:flex;align-items:center;justify-content:center}.service-item-icon{width:auto;height:auto;background:transparent;border-radius:.5rem;flex-shrink:0}.service-item-icon svg{width:2rem;height:2rem;color:white}.service-icon-image{width:3rem;height:3rem;object-fit:contain;filter:brightness(0) invert(1)}.service-item-title{font-size:2rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.service-item-short-description{font-size:1.1rem;opacity:.95;line-height:1.6;max-width:500px;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.service-header-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.service-read-more-button{background:transparent;color:white;border:2px solid white;padding:.75rem 1.5rem;border-radius:2.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;position:relative;overflow:hidden}.service-read-more-button:hover{background:white;color:#0089D0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.service-read-more-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.service-read-more-button.loading{pointer-events:none}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.service-estimate-button{background:white;color:#0089D0;border:2px solid white;padding:.75rem 1.5rem;border-radius:2.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;text-decoration:none;display:inline-block}.service-estimate-button:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2);color:#0089D0;text-decoration:none}.service-item-content{padding:2rem;background:white;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.service-item-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:1.1rem}.service-item-features{list-style:none;padding:0;margin:0 0 2rem}.service-item-features li{color:#374151;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-item-features li:before{content:"✓";position:absolute;left:0;color:#0089D0;font-weight:700;font-size:1.1rem}.service-item-cta{text-align:center}.service-cta-button{background:#0089D0;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;text-decoration:none;display:inline-block}.service-cta-button:hover{background:#0085c2;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,150,214,.3);color:white;text-decoration:none}.services-cta{background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/images/jack-gisel-IvRPCrr8biI-unsplash.jpg);background-size:cover;background-position:50%;background-attachment:fixed;color:white;padding:5rem 1.5rem;text-align:center}.services-cta-container{max-width:800px;margin:0 auto}.services-cta-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.services-cta-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.services-cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.services-cta-primary{background:white;color:#0089D0;border:none;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;min-width:200px;text-decoration:none;display:inline-block}.services-cta-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);color:#0089D0;text-decoration:none}.services-cta-secondary{background:transparent;color:white;border:2px solid white;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;min-width:200px;text-decoration:none;display:inline-block}.services-cta-secondary:hover{background:white;color:#0089D0;transform:translateY(-2px);text-decoration:none}@media (max-width:767px){.services-hero{background-attachment:scroll;padding:4rem 1rem;min-height:40vh}.services-hero-title{font-size:2.25rem;margin-bottom:1.5rem;line-height:1.2}.services-hero-subtitle{font-size:1.125rem;line-height:1.5;padding:0 .5rem}.services-detailed{padding:1rem .5rem}.services-detailed-container{grid-template-columns:1fr;gap:1rem}.service-item{margin-bottom:0;border-radius:12px;overflow:hidden}.service-item:hover{transform:none;box-shadow:0 4px 6px rgba(0,0,0,.05)}.service-item-header{padding:2.5rem 1.5rem;min-height:280px;gap:1.25rem}.service-item-title{font-size:1.75rem;line-height:1.3;margin-bottom:.5rem}.service-item-short-description{font-size:1.05rem;line-height:1.5;max-width:none}.service-header-buttons{flex-direction:column;width:100%;align-items:center;gap:1rem;margin-top:1.5rem}.service-estimate-button,.service-read-more-button{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1.05rem;min-height:48px;display:flex;align-items:center;justify-content:center}.service-item-content{padding:2rem 1.5rem}.service-item-description{font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.service-item-features{margin-bottom:2.5rem}.service-item-features li{font-size:1.05rem;line-height:1.5;padding:.75rem 0 .75rem 2rem}.service-item-features li:before{font-size:1.2rem;top:.75rem}.service-cta-button{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1.05rem;min-height:48px}.services-cta{background-attachment:scroll;padding:4rem 1rem}.services-cta-title{font-size:2.25rem;line-height:1.2;margin-bottom:1.5rem}.services-cta-subtitle{font-size:1.125rem;line-height:1.5;margin-bottom:2.5rem;padding:0 .5rem}.services-cta-buttons{flex-direction:column;gap:1rem;width:100%}.services-cta-primary,.services-cta-secondary{width:100%;max-width:300px;padding:1.25rem 2rem;font-size:1.125rem;min-height:56px;display:flex;align-items:center;justify-content:center}}@media (max-width:480px){.services-hero{padding:3rem 1rem;min-height:35vh}.services-hero-title{font-size:2rem}.services-hero-subtitle{font-size:1rem}.service-item-header{padding:2rem 1rem;min-height:260px}.service-item-title{font-size:1.5rem}.service-item-short-description{font-size:1rem}.service-header-buttons{gap:.75rem}.service-estimate-button,.service-read-more-button{max-width:260px;padding:.875rem 1.25rem;font-size:1rem}.service-item-content{padding:1.5rem 1rem}.service-item-description{font-size:1rem}.service-item-features li{font-size:1rem;padding:.625rem 0}.service-cta-button{max-width:260px;padding:.875rem 1.25rem;font-size:1rem}.services-cta{padding:3rem 1rem}.services-cta-title{font-size:2rem}.services-cta-subtitle{font-size:1rem}.services-cta-primary,.services-cta-secondary{max-width:280px;padding:1rem 1.5rem;font-size:1.05rem}}@media (hover:none) and (pointer:coarse){.service-cta-button:hover,.service-estimate-button:hover,.service-item:hover,.service-read-more-button:hover,.services-cta-primary:hover,.services-cta-secondary:hover{transform:none}.service-cta-button:active,.service-estimate-button:active,.service-read-more-button:active,.services-cta-primary:active,.services-cta-secondary:active{transform:scale(.98)}.service-cta-button,.service-estimate-button,.service-read-more-button,.services-cta-primary,.services-cta-secondary{min-height:44px;touch-action:manipulation}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.service-icon-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.service-cta-button,.service-estimate-button,.service-item,.service-read-more-button,.services-cta-primary,.services-cta-secondary{transition:none}.loading-spinner,.service-item-content{animation:none}}@media (min-width:768px){.services-hero{padding:8rem 3rem}.services-hero-title{font-size:3.5rem}.services-detailed{padding:.5rem}.services-detailed-container{grid-template-columns:repeat(2,1fr);gap:.5rem}.services-cta{padding:6rem 3rem}.services-cta-title{font-size:3rem}.services-cta-buttons{flex-direction:row;justify-content:center}}@media (min-width:1024px){.services-hero{padding:10rem 4rem}.services-hero-title{font-size:4rem}.services-detailed{padding:.5rem}.services-detailed-container{grid-template-columns:repeat(3,1fr);gap:.5rem}.services-cta{padding:8rem 4rem}.services-cta-title{font-size:3.5rem}}