*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 10px 25px #2563eb4d;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #2563eb;color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.section{padding:80px 0}.section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6b7280;font-size:1.2rem;margin:0 auto 3rem;max-width:600px;text-align:center}@media (max-width:768px){.container{padding:0 15px}.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width:480px){.section-title{font-size:1.75rem}.btn{font-size:14px;padding:10px 25px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo{cursor:pointer;display:flex;flex-direction:column}.logo h2{color:#2563eb;font-size:1.8rem;font-weight:700;line-height:1;margin:0}.logo span{color:#6b7280;font-size:.9rem;font-weight:500}.desktop-nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.desktop-nav button{background:none;border:none;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.desktop-nav button:hover{color:#2563eb}.desktop-nav button:after{background:#2563eb;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.desktop-nav button:hover:after{width:100%}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:flex;flex-direction:column;height:20px;position:relative;width:25px}.hamburger span{background:#374151;border-radius:2px;display:block;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger span:first-child{position:absolute;top:0}.hamburger span:nth-child(2){position:absolute;top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0;position:absolute}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{display:none;overflow:hidden}.mobile-nav ul{list-style:none;margin:0;padding:1rem 0}.mobile-nav li{margin-bottom:.5rem}.mobile-nav button{background:none;border:none;color:#374151;cursor:pointer;font-size:1.1rem;font-weight:500;padding:.75rem 0;text-align:left;transition:color .3s ease;width:100%}.mobile-nav button:hover{color:#2563eb}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn,.mobile-nav{display:block}.logo h2{font-size:1.5rem}.logo span{font-size:.8rem}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:linear-gradient(135deg,#667eea,#764ba2);z-index:1}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#0000004d;z-index:2}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;padding:2rem 0;position:relative;z-index:3}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.hero-image{align-items:center;display:flex;justify-content:center;position:relative}.hero-graphic{height:400px;position:relative;width:400px}.floating-card{align-items:center;animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 20px 40px #0000001a;color:#374151;display:flex;flex-direction:column;font-weight:600;gap:.5rem;min-width:120px;padding:1.5rem;position:absolute}.card-icon{font-size:2rem}.card-1{animation-delay:0s;left:10%;top:20%}.card-2{animation-delay:1.5s;right:20%;top:10%}.card-3{animation-delay:3s;bottom:30%;left:5%}.card-4{animation-delay:4.5s;bottom:20%;right:10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.scroll-arrow{animation:bounce 2s infinite;border:2px solid #fff;border-left:none;border-top:none;height:24px;transform:rotate(45deg);width:24px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}@media (max-width:1024px){.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-graphic{height:300px;width:300px}.floating-card{min-width:100px;padding:1rem}.card-icon{font-size:1.5rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-graphic{height:250px;width:250px}.floating-card{font-size:.9rem;min-width:80px;padding:.75rem}.card-icon{font-size:1.25rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-graphic{height:200px;width:200px}.floating-card{font-size:.8rem;min-width:70px;padding:.5rem}.card-icon{font-size:1rem}}.about{background:#f8fafc}.about-header{margin-bottom:4rem;text-align:center}.about-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-text h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.about-text p{color:#6b7280;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h4{color:#2563eb;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#6b7280;font-size:.9rem;font-weight:500;margin:0}.about-values{display:flex;flex-direction:column;gap:1.5rem}.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;padding:2rem;transition:all .3s ease}.value-card:hover{border-color:#2563eb;box-shadow:0 8px 30px #0000001f}.value-icon{font-size:2.5rem;margin-bottom:1rem}.value-card h4{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.value-card p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}.about-cta{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;color:#fff;margin-top:2rem;padding:3rem;text-align:center}.about-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.about-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.about-cta .btn{background:#fff;border:none;color:#2563eb}.about-cta .btn:hover{background:#f8fafc;box-shadow:0 10px 25px #ffffff4d;transform:translateY(-2px)}@media (max-width:1024px){.about-content{gap:3rem;grid-template-columns:1fr}.stats{justify-content:center}}@media (max-width:768px){.about-text h3{font-size:1.5rem}.about-text p{font-size:1rem}.stats{align-items:center;flex-direction:column;gap:1.5rem}.stat h4{font-size:2rem}.value-card{padding:1.5rem}.value-icon{font-size:2rem}.value-card h4{font-size:1.2rem}.about-cta{padding:2rem}.about-cta h3{font-size:1.5rem}.about-cta p{font-size:1rem}}@media (max-width:480px){.about-content{gap:2rem}.value-card{padding:1.25rem}.value-icon{font-size:1.75rem}.about-cta{padding:1.5rem}.about-cta h3{font-size:1.3rem}}.services{background:#fff}.services-header{margin-bottom:4rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.service-card:before{background:linear-gradient(135deg,#2563eb,#1d4ed8);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#2563eb;box-shadow:0 20px 40px #00000026}.service-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;overflow:hidden;position:relative;width:80px}.service-icon:before{background:linear-gradient(135deg,#fff3,#ffffff1a);border-radius:20px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.service-icon span{font-size:2.5rem;position:relative;z-index:1}.service-content h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-content p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:0 0 2rem;padding:0}.service-features li{align-items:center;color:#374151;display:flex;font-size:.95rem;gap:.75rem;margin-bottom:.75rem}.feature-check{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:20px;justify-content:center;width:20px}.service-footer{margin-top:auto}.services-cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e5e7eb;border-radius:20px;padding:3rem;text-align:center}.services-cta h3{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.services-cta p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:1024px){.services-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{padding:2rem}}@media (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.service-icon{height:70px;width:70px}.service-icon span{font-size:2rem}.service-content h3{font-size:1.3rem}.service-content p{font-size:.95rem}.services-cta{padding:2rem}.services-cta h3{font-size:1.5rem}.services-cta p{font-size:1rem}}@media (max-width:480px){.service-card{padding:1.25rem}.service-icon{height:60px;width:60px}.service-icon span{font-size:1.75rem}.service-content h3{font-size:1.2rem}.service-features li{font-size:.9rem}.feature-check{font-size:.7rem;height:18px;width:18px}.services-cta{padding:1.5rem}.services-cta h3{font-size:1.3rem}}.contact{background:#f8fafc}.contact-header{margin-bottom:4rem;text-align:center}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.contact-info p{color:#6b7280;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.contact-details{margin-bottom:3rem}.contact-item{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;transition:all .3s ease}.contact-item:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.contact-item h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-item p{color:#6b7280;font-size:1rem;margin:0}.social-links h4{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-icons a:hover{background:#2563eb;box-shadow:0 8px 25px #2563eb4d;transform:translateY(-3px)}.social-icons a span{font-size:1.5rem;transition:transform .3s ease}.social-icons a:hover span{transform:scale(1.1)}.contact-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:1rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn.loading{cursor:not-allowed;opacity:.7}.success-message{background:#10b981;border-radius:8px;color:#fff;font-weight:500;margin-top:1rem;padding:1rem}.map-container,.success-message{text-align:center}.map-container h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.map-wrapper{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;position:relative}.map-wrapper iframe{border:none;display:block;height:300px;width:100%}.map-overlay{align-items:center;background:#0000001a;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.map-overlay:hover{opacity:1}.map-link{color:inherit;text-decoration:none}.map-content{color:#6b7280;position:relative;text-align:center;z-index:1}.map-icon{display:block;font-size:3rem;margin-bottom:1rem}.map-content p{color:#374151;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.map-content small{color:#6b7280;font-size:.9rem}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-form-container{padding:2rem}}@media (max-width:768px){.contact-info h3{font-size:1.5rem}.contact-info p{font-size:1rem}.contact-item{padding:1.25rem}.contact-icon{font-size:1.25rem;height:45px;width:45px}.contact-item h4{font-size:1rem}.contact-item p{font-size:.95rem}.social-icons a{height:45px;width:45px}.social-icons a span{font-size:1.25rem}.contact-form-container{padding:1.5rem}.form-group input,.form-group textarea{padding:.875rem}.map-container h3{font-size:1.5rem}.map-placeholder{height:250px}.map-icon{font-size:2.5rem}.map-content p{font-size:1.1rem}}@media (max-width:480px){.contact-item{flex-direction:column;padding:1rem;text-align:center}.contact-icon{align-self:center}.social-icons{justify-content:center}.contact-form-container{padding:1.25rem}.form-group input,.form-group textarea{padding:.75rem}.map-placeholder{height:200px}.map-icon{font-size:2rem}.map-content p{font-size:1rem}}.footer{background:#1f2937;color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-brand .logo{display:flex;flex-direction:column;margin-bottom:1.5rem}.footer-brand .logo h3{color:#2563eb;font-size:2rem;font-weight:700;line-height:1;margin:0}.footer-brand .logo span{color:#9ca3af;font-size:1rem;font-weight:500;margin-top:.25rem}.footer-brand p{color:#d1d5db;font-size:1rem;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-link:hover{background:#2563eb;box-shadow:0 8px 25px #2563eb4d;transform:translateY(-2px)}.social-link span{font-size:1.25rem}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.footer-column h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin-bottom:.75rem}.footer-column a,.footer-column button{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:.95rem;text-align:left;text-decoration:none;transition:color .3s ease;width:100%}.footer-column a:hover,.footer-column button:hover{color:#2563eb}.contact-info p{align-items:center;color:#d1d5db;display:flex;font-size:.95rem;gap:.5rem;margin-bottom:.75rem}.footer-bottom{border-top:1px solid #374151;padding-top:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#9ca3af;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#2563eb}@media (max-width:1024px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-brand{max-width:none;text-align:center}.social-links{justify-content:center}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2.5rem}.footer-brand .logo h3{font-size:1.75rem}.footer-brand p{font-size:.95rem}.footer-links{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.footer-column h4{font-size:1rem;margin-bottom:1rem}.contact-info p,.footer-column a,.footer-column button{font-size:.9rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{gap:1.5rem}}@media (max-width:480px){.footer{padding:2.5rem 0 1rem}.footer-content{gap:2rem}.footer-brand .logo h3{font-size:1.5rem}.footer-brand .logo span,.footer-brand p{font-size:.9rem}.social-links{gap:.75rem}.social-link{height:40px;width:40px}.social-link span{font-size:1.1rem}.footer-links{gap:1.25rem;grid-template-columns:1fr}.footer-column h4{font-size:.95rem}.contact-info p,.footer-bottom p,.footer-column a,.footer-column button{font-size:.85rem}.footer-bottom-links{gap:1rem}.footer-bottom-links a{font-size:.85rem}}
/*# sourceMappingURL=main.aa79401e.css.map*/