*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;color:#2d3748;background-color:#fff}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}*{scrollbar-width:thin;scrollbar-color:#667eea #f1f1f1}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-track{background:#f1f1f1}*::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}*::-webkit-scrollbar-thumb:hover{background:#764ba2}.navigation{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{text-decoration:none;display:flex;align-items:center;color:#2d3748;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-img{height:50px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{color:#2d3748;text-decoration:none;font-weight:500;font-size:1.05rem;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#10b981;transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:80%}.nav-links a:hover,.nav-links a.active{background:#10b9811a;color:#10b981}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.nav-links a{font-size:.95rem;padding:.4rem .8rem}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#4a90e2}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#6ab0f5}.footer-section p{line-height:1.6;color:#fffc}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem;color:#fffc;transition:color .3s ease}.footer-section ul li:hover{color:#4a90e2}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem}}.home{min-height:100vh}.hero{position:relative;height:85vh;min-height:600px;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(135deg,#374151b3,#4b5563b3),url(https://images.unsplash.com/photo-1628177142898-93e36e4e3a50?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%)}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;max-width:900px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.3);letter-spacing:-1px}.hero-subtitle{font-size:2rem;font-weight:400;margin-bottom:1.5rem;opacity:.95}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background:#fff;color:#10b981;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#10b981;transform:translateY(-3px)}.features{padding:6rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#fff)}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:#10b981;border-radius:2px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.6;font-size:1rem}.cta-section{padding:5rem 2rem;background:#10b981;color:#fff}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.btn-large{padding:1.2rem 3rem;background:#fff;color:#059669;font-size:1.2rem}.btn-large:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}@media(max-width:768px){.hero{height:auto;min-height:500px;padding:4rem 1rem;background-attachment:scroll}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr}.section-title,.cta-content h2{font-size:2rem}}.services{min-height:100vh}.services-hero{background:linear-gradient(135deg,#374151d9,#4b5563d9),url(/service-hero.jpg);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;padding:5rem 2rem 3rem;text-align:center}.services-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800}.services-intro{font-size:1.3rem;max-width:800px;margin:0 auto;line-height:1.7;opacity:.95}.service-section{padding:5rem 2rem}.service-section.alt{background:linear-gradient(to bottom,#f8f9fa,#fff)}.service-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.service-content.reverse{direction:rtl}.service-content.reverse>*{direction:ltr}.service-image{height:500px;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000026;transition:transform .3s ease}.service-image:hover{transform:scale(1.02)}.service-image.staff-leasing{background:linear-gradient(135deg,#37415166,#4b556366),url(/service-image-staff.jpg);background-size:cover;background-position:center}.service-image.cleaning{background:linear-gradient(135deg,#3741511a,#4b55631a),url(/service-image-cleaning.jpg);background-size:cover;background-position:center}.service-badge{position:absolute;top:20px;right:20px;background:#fffffff2;color:#10b981;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;box-shadow:0 4px 10px #0003}.service-badge.quality{background:#fffffff2;color:#059669}.service-text h2{font-size:2.5rem;color:#2d3748;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.service-icon{font-size:2.5rem}.service-description{font-size:1.2rem;color:#4a5568;line-height:1.8;margin-bottom:2rem}.benefits{margin:2.5rem 0}.benefits h3{font-size:1.5rem;color:#2d3748;margin-bottom:1.5rem}.benefits ul{list-style:none;padding:0}.benefits li{margin-bottom:1rem;padding-left:2rem;position:relative;color:#4a5568;line-height:1.6}.check-icon{position:absolute;left:0;color:#48bb78;font-weight:700;font-size:1.2rem}.benefits strong{color:#2d3748}.service-areas{margin-top:2.5rem}.service-areas h3{font-size:1.3rem;color:#2d3748;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.8rem}.tag{background:#10b981;color:#fff;padding:.6rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:500;transition:transform .2s ease}.tag:hover{transform:translateY(-2px);box-shadow:0 4px 10px #10b9814d}.cta-services{background:#10b981;color:#fff;padding:5rem 2rem;text-align:center}.cta-services h2{font-size:2.5rem;margin-bottom:1rem}.cta-services p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.btn-white{background:#fff;color:#059669;padding:1rem 3rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #0003}.btn-white:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@media(max-width:968px){.service-content{grid-template-columns:1fr;gap:3rem}.service-content.reverse{direction:ltr}.service-image{height:350px}.services-hero{background-attachment:scroll}.services-hero h1{font-size:2.5rem}.services-intro{font-size:1.1rem}.service-text h2{font-size:2rem}}@media(max-width:640px){.services-hero{padding:3rem 1rem 2rem}.service-section{padding:3rem 1rem}.service-text h2{font-size:1.8rem;flex-direction:column;align-items:flex-start}.tags{gap:.6rem}.tag{font-size:.85rem;padding:.5rem 1rem}}.contact{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#374151d9,#4b5563d9),url(https://images.unsplash.com/photo-1423666639041-f56000c27a9a?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;padding:4rem 2rem 3rem;text-align:center}.contact-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800}.contact-hero p{font-size:1.3rem;opacity:.95;max-width:700px;margin:0 auto}.contact-content{padding:4rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#fff)}.contact-info-centered{max-width:900px;margin:0 auto}.contact-info-centered h2{font-size:2rem;color:#2d3748;margin-bottom:1.5rem;text-align:center}.manager-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #00000014;margin-bottom:2rem}.manager-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.manager-avatar{width:80px;height:80px;border-radius:50%;background:#10b981;display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0}.manager-title h3{font-size:1.5rem;color:#2d3748;margin-bottom:.3rem}.manager-title p{color:#718096;font-size:1.1rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item .icon{font-size:1.5rem;flex-shrink:0;margin-top:.2rem}.contact-item strong{display:block;color:#2d3748;margin-bottom:.3rem;font-size:.95rem}.contact-item a{color:#667eea;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#059669}.contact-item p,.contact-item span{color:#4a5568;line-height:1.6}.office-info{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #00000014;margin-bottom:2rem}.office-info h3{font-size:1.3rem;color:#2d3748;margin-bottom:1.5rem}.office-info .contact-item{margin-bottom:1.5rem}.response-time{background:linear-gradient(135deg,#48bb78,#38a169);border-radius:15px;padding:1.5rem;color:#fff}.response-badge{display:flex;align-items:center;gap:1rem}.badge-icon{font-size:2.5rem}.response-badge strong{display:block;font-size:1.2rem;margin-bottom:.3rem}.response-badge p{font-size:.95rem;opacity:.95}@media(max-width:968px){.contact-hero{background-attachment:scroll}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}}@media(max-width:640px){.contact-hero{padding:3rem 1rem 2rem}.contact-content{padding:3rem 1rem}.manager-card,.office-info{padding:1.5rem}.manager-header{flex-direction:column;text-align:center;align-items:center}.contact-info-centered h2{font-size:1.6rem}}.not-found{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#f8f9fa,#fff);padding:4rem 2rem}.not-found-content{text-align:center;max-width:600px}.error-code{font-size:10rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem}.not-found h1{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.error-message{font-size:1.2rem;color:#718096;line-height:1.6;margin-bottom:3rem}.not-found-actions{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.not-found .btn{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.not-found .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.not-found .btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.not-found .btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.not-found .btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-3px)}.quick-links{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0}.quick-links h3{font-size:1.3rem;color:#2d3748;margin-bottom:1rem}.quick-links ul{list-style:none;padding:0;display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.quick-links a{color:#667eea;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease}.quick-links a:hover{color:#764ba2;text-decoration:underline}@media(max-width:640px){.error-code{font-size:6rem}.not-found h1{font-size:2rem}.error-message{font-size:1rem}.not-found-actions{flex-direction:column;align-items:center}.not-found .btn{width:100%;max-width:300px}.quick-links ul{flex-direction:column;gap:1rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
