*{margin:0;padding:0}body{overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.App{overflow-x:hidden;width:100%}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#2ecc71;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#27ae60}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{box-shadow:0 2px 20px #0000004d;padding:.5rem 0}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-container,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:.75rem}.site-logo{flex:0 0 42px;height:42px;width:42px}.logo h1{color:#2ecc71;font-size:1.6rem;font-weight:700;letter-spacing:-.5px;margin:0}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-list button:after{background:#2ecc71;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-list button:hover{color:#2ecc71}.nav-list button:hover:after{width:100%}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-toggle span{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background:#1a1a1afa;left:0;max-height:0;overflow:hidden;position:fixed;right:0;top:70px;transition:max-height .3s ease}.nav.mobile-open{max-height:400px}.nav-list{flex-direction:column;gap:1rem;padding:2rem}.nav-list button{font-size:1.1rem;padding:1rem 0;text-align:left;width:100%}}.hero{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);background-attachment:fixed;background-image:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1920);background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 2rem 3rem;position:relative}.hero-overlay{background:linear-gradient(180deg,#0006,#000c);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{animation:fadeInUp 1s ease;max-width:900px;position:relative;text-align:center;z-index:1}.hero-title{color:#fff;font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 8px #00000080}.highlight{color:#2ecc71;position:relative}.hero-subtitle{color:#e0e0e0;font-size:1.3rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:#2ecc71;box-shadow:0 4px 15px #2ecc7166;color:#fff}.btn-primary:hover{background:#27ae60;box-shadow:0 6px 20px #2ecc7199;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px)}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin-top:5rem;position:relative;z-index:1}.stat{text-align:center}.stat h3{color:#2ecc71;font-size:3rem;font-weight:800;margin:0}.stat p{color:#e0e0e0;font-size:1.1rem;margin-top:.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{padding:5rem 1.5rem 2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{max-width:300px;width:100%}.hero-stats{gap:2rem;margin-top:3rem}.stat h3{font-size:2rem}}.services{background:#f5f5f5;padding:6rem 2rem}.services-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem}.section-title{font-size:3rem;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.2rem;margin-top:1.5rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.service-card:before{background:#2ecc71;content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.service-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-10px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{display:inline-block;font-size:4rem;margin-bottom:1.5rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#666;font-size:1rem;line-height:1.7}@media (max-width:768px){.services{padding:4rem 1.5rem}.section-title{font-size:2.2rem}.section-subtitle{font-size:1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}}.about{background:#fff;padding:6rem 2rem}.about-container{margin:0 auto;max-width:1200px}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.section-title{color:#1a1a1a;display:inline-block;font-size:2.8rem;font-weight:800;margin-bottom:2rem;position:relative}.section-title:after{background:#2ecc71;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-description{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-features{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-top:3rem}.feature{align-items:flex-start;display:flex;gap:1rem}.feature-icon{align-items:center;background:#2ecc71;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.feature-icon,.feature-text h4{font-size:1.2rem;font-weight:700}.feature-text h4{color:#1a1a1a;margin:0 0 .3rem}.feature-text p{color:#666;font-size:.95rem;margin:0}.about-image,.image-wrapper{position:relative}.image-wrapper{border-radius:12px;box-shadow:0 20px 40px #0003;overflow:hidden}.image-wrapper:before{background:#2ecc71;border-radius:12px;content:"";height:200px;position:absolute;right:-20px;top:-20px;width:200px;z-index:-1}.image-wrapper img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-wrapper:hover img{transform:scale(1.05)}@media (max-width:968px){.about{padding:4rem 1.5rem}.about-content{gap:3rem;grid-template-columns:1fr}.section-title{font-size:2.2rem}.about-image{order:-1}.image-wrapper:before{height:150px;right:-15px;top:-15px;width:150px}}.projects{background:#1a1a1a;color:#fff;padding:6rem 2rem}.projects-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:3rem}.projects .section-title{color:#fff;display:inline-block;font-size:3rem;font-weight:800;margin-bottom:1rem;position:relative}.projects .section-title:after{background:#2ecc71;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.projects .section-subtitle{color:#b0b0b0;font-size:1.2rem;margin-top:1.5rem}.project-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#0000;border:2px solid #444;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.8rem;transition:all .3s ease}.filter-btn:hover{border-color:#2ecc71;color:#2ecc71}.filter-btn.active{background:#2ecc71;border-color:#2ecc71;color:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-image{height:350px;overflow:hidden;position:relative;width:100%}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{background:linear-gradient(0deg,#000000f2,#0000);bottom:0;left:0;padding:2rem;position:absolute;right:0;transform:translateY(0);transition:all .3s ease}.project-overlay h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.project-overlay p{color:#e0e0e0;font-size:.95rem;margin:0}@media (max-width:768px){.projects{padding:4rem 1.5rem}.projects .section-title{font-size:2.2rem}.projects .section-subtitle{font-size:1rem}.project-filters{gap:.5rem}.filter-btn{font-size:.9rem;padding:.6rem 1.2rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-image{height:280px}}.contact{background:#f5f5f5;padding:3rem 2rem}.contact-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:2rem;text-align:center}.contact .section-title{color:#1a1a1a;display:inline-block;font-size:2.2rem;font-weight:800;margin-bottom:.5rem;position:relative}.contact .section-title:after{background:#2ecc71;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.contact .section-subtitle{color:#666;font-size:1rem;margin-top:.8rem}.contact-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1.5fr}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:1.2rem;transition:transform .3s ease}.info-card.unified{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:1fr;padding:1.5rem}.info-section{align-items:center;border-bottom:1px solid #e0e0e0;border-right:none;display:flex;flex-direction:column;padding-bottom:.8rem;text-align:center}.info-section:last-child{border-bottom:none;padding-bottom:0}.info-card:hover{transform:translateX(5px)}.info-icon{align-items:center;display:flex;font-size:2rem;height:50px;justify-content:center;margin-bottom:.5rem}.info-details h4{color:#1a1a1a;font-size:1rem;font-weight:700;margin:0 0 .4rem}.info-details p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.info-details a{color:#2ecc71;font-weight:600;text-decoration:none;transition:color .3s ease}.info-details a:hover{color:#27ae60;text-decoration:underline}.map-container{border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden}.map-card{background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;gap:.8rem;padding:1.2rem}.map-card .map-title{color:#1a1a1a;font-size:1.1rem;font-weight:700;margin:0}@media (max-width:968px){.contact{padding:2rem 1.5rem}.contact .section-title{font-size:1.8rem}.contact .section-subtitle{font-size:.9rem}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:1.2rem}.form-row,.info-card.unified{gap:1rem;grid-template-columns:1fr}.info-section{border-bottom:1px solid #e0e0e0;border-right:none;padding-bottom:1rem}.info-section:last-child{border-bottom:none;padding-bottom:0}.map-card{order:2}.contact-cta{order:1}.map-card .map-container iframe{height:320px!important}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3rem}.footer-section h3.footer-title{color:#2ecc71;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.footer-description{color:#b0b0b0;font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:#2d2d2d;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:#2ecc71;transform:translateY(-3px)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links button,.footer-links li{background:none;border:none;color:#b0b0b0;cursor:pointer;font-size:1rem;padding:0;text-align:left;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer-links button:hover{color:#2ecc71}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{color:#b0b0b0;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.footer-bottom{align-items:center;border-top:1px solid #333;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-top:2rem;text-align:center}.footer-bottom p{color:#888;font-size:.95rem;margin:0}.footer-credit-link{background:#2ecc71;border-radius:6px;color:#07290f;display:inline-block;font-weight:800;margin-left:6px;padding:.12rem .45rem;text-decoration:none;transition:background .2s ease,transform .12s ease}.footer-credit-link:hover{background:#27ae60;transform:translateY(-1px)}.footer-bottom-links{align-items:center;display:flex;gap:1rem}.footer-bottom-links a{color:#888;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#2ecc71}.footer-bottom-links span{color:#555}@media (max-width:968px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr 1fr}}@media (max-width:576px){.footer-content{gap:2.5rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}
/*# sourceMappingURL=main.6cf0bed4.css.map*/