:root{--primary-gradient-start: #2d3748;--primary-gradient-end: #1a202c;--primary-color: #2d3748;--primary-dark: #1a202c;--color-white: #ffffff;--color-black: #1a202c;--color-gray-50: #f7fafc;--color-gray-100: #f5f7fa;--color-gray-200: #e2e8f0;--color-gray-300: #cbd5e0;--color-gray-400: #a0aec0;--color-gray-500: #718096;--color-gray-600: #4a5568;--color-gray-700: #2d3748;--color-gray-800: #1a202c;--text-primary: #1a202c;--text-secondary: #4a5568;--text-tertiary: #718096;--bg-primary: #ffffff;--bg-secondary: #f7fafc;--bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);--border-color: #e2e8f0;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .05);--shadow-md: 0 10px 30px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .15);--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text-primary);background:var(--bg-primary);line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}::selection{background:var(--primary-color);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.gradient-text{background:linear-gradient(135deg,var(--primary-gradient-start) 0%,var(--primary-gradient-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#app{width:100%;margin:0;padding:0;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary-gradient-start),var(--primary-gradient-end));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.navbar[data-v-a64c7a40]{position:fixed;top:0;left:0;right:0;z-index:1000;height:100px;display:flex;align-items:center;transition:all .3s ease;background:transparent}.navbar.scrolled[data-v-a64c7a40]{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a}.container[data-v-a64c7a40]{width:100%;margin:0 auto;padding:0 2rem}.navbar-content[data-v-a64c7a40]{display:flex;justify-content:space-between;align-items:center;max-width:100%}.logo[data-v-a64c7a40]{cursor:pointer}.logo[data-v-a64c7a40]:hover{transform:scale(1.05);transition:transform .3s ease}.logo-image[data-v-a64c7a40]{height:140px;width:auto;transition:all .3s ease;filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.3))}.navbar.scrolled .logo-image[data-v-a64c7a40]{height:140px;filter:none}.nav-links[data-v-a64c7a40]{display:flex;gap:2.5rem;align-items:center}.nav-link[data-v-a64c7a40]{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;position:relative}.navbar.scrolled .nav-link[data-v-a64c7a40]{color:#2d3748}.nav-link[data-v-a64c7a40]:not(.cta-button):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.navbar.scrolled .nav-link[data-v-a64c7a40]:not(.cta-button):after{background:#2d3748}.nav-link[data-v-a64c7a40]:not(.cta-button):hover:after{width:100%}.cta-button[data-v-a64c7a40]{background:transparent;color:#fff!important;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;border:2px solid #ffffff}.navbar.scrolled .cta-button[data-v-a64c7a40]{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff!important;border-color:transparent}.cta-button[data-v-a64c7a40]:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0000004d}.navbar:not(.scrolled) .cta-button[data-v-a64c7a40]:hover{background:#fff;color:#1a202c!important}.mobile-menu-toggle[data-v-a64c7a40]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span[data-v-a64c7a40]{width:25px;height:2px;background:#fff;transition:all .3s ease}.navbar.scrolled .mobile-menu-toggle span[data-v-a64c7a40]{background:#2d3748}@media(max-width:768px){.nav-links[data-v-a64c7a40]{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#1a202c;flex-direction:column;padding:5rem 2rem;gap:2rem;box-shadow:-5px 0 20px #0000004d;transition:right .3s ease}.nav-links .nav-link[data-v-a64c7a40]{color:#fff!important}.nav-links .nav-link[data-v-a64c7a40]:not(.cta-button):after{background:#fff}.nav-links.mobile-open[data-v-a64c7a40]{right:0}.mobile-menu-toggle[data-v-a64c7a40]{display:flex}.nav-link[data-v-a64c7a40]{font-size:1.1rem}.container[data-v-a64c7a40]{padding:0 1.5rem}}@media(min-width:1400px){.container[data-v-a64c7a40]{padding:0 4rem}}@media(min-width:1800px){.container[data-v-a64c7a40]{padding:0 6rem}}.hero[data-v-00e4ca55]{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 60px;overflow:hidden;background:linear-gradient(135deg,#1a202c,#2d3748)}.hero-background[data-v-00e4ca55]{position:absolute;inset:0;overflow:hidden;z-index:0}.gradient-orb[data-v-00e4ca55]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float-00e4ca55 20s infinite ease-in-out}.orb-1[data-v-00e4ca55]{width:500px;height:500px;background:linear-gradient(135deg,#4a5568,#2d3748);top:-200px;right:-100px}.orb-2[data-v-00e4ca55]{width:400px;height:400px;background:linear-gradient(135deg,#718096,#4a5568);bottom:-150px;left:-150px;animation-delay:-5s}.orb-3[data-v-00e4ca55]{width:300px;height:300px;background:linear-gradient(135deg,#a0aec0,#718096);top:50%;left:50%;animation-delay:-10s}@keyframes float-00e4ca55{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.container[data-v-00e4ca55]{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-content[data-v-00e4ca55]{max-width:800px;text-align:center;margin:0 auto;opacity:0;transform:translateY(30px);transition:all 1s ease}.hero-content.visible[data-v-00e4ca55]{opacity:1;transform:translateY(0)}.hero-title[data-v-00e4ca55]{font-size:2.3rem;font-weight:700;line-height:1.5;margin-bottom:1.5rem;color:#fff;text-align:center;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-buttons[data-v-00e4ca55]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-00e4ca55]{padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:.3s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary[data-v-00e4ca55]{background:linear-gradient(135deg,#fff,#e2e8f0);color:#1a202c;box-shadow:0 10px 30px #0000004d}.btn-primary[data-v-00e4ca55]:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0006}.btn-secondary[data-v-00e4ca55]{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary[data-v-00e4ca55]:hover{background:#fff;color:#1a202c;transform:translateY(-3px)}@media(max-width:768px){.hero[data-v-00e4ca55]{padding:6rem 0 3rem}.hero-title[data-v-00e4ca55]{font-size:2rem;line-height:1.25}.hero-subtitle[data-v-00e4ca55]{font-size:1.1rem}.hero-buttons[data-v-00e4ca55]{flex-direction:column;align-items:center}.btn[data-v-00e4ca55]{width:100%;max-width:300px;justify-content:center}}.services[data-v-45da86b0]{padding:6rem 0;background:#fff}.container[data-v-45da86b0]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-45da86b0]{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(20px);transition:all .8s ease;max-width:900px;margin-left:auto;margin-right:auto}.section-header.visible[data-v-45da86b0]{opacity:1;transform:translateY(0)}.section-title[data-v-45da86b0]{font-size:3rem;font-weight:800;color:#1a202c;margin-bottom:1rem;background:linear-gradient(135deg,#2d3748,#1a202c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description[data-v-45da86b0]{font-size:1.05rem;line-height:1.8;color:#4a5568;margin-bottom:2.5rem;text-align:justify;text-indent:1em}.services-grid[data-v-45da86b0]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.services-grid.visible .service-card[data-v-45da86b0]{animation:slideUp-45da86b0 .6s ease forwards}.service-card[data-v-45da86b0]{padding:2.5rem;border-radius:20px;border:1px solid #e2e8f0;transition:all .3s ease;opacity:0;transform:translateY(30px)}.service-card[data-v-45da86b0]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:#2d3748}.service-title[data-v-45da86b0]{font-size:1.5rem;font-weight:700;color:#1a202c;text-align:center}@keyframes slideUp-45da86b0{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.services[data-v-45da86b0]{padding:4rem 0}.section-title[data-v-45da86b0]{font-size:2.2rem}.services-grid[data-v-45da86b0]{grid-template-columns:1fr;gap:1.5rem}.service-card[data-v-45da86b0]{padding:2rem}}.products[data-v-239c1552]{padding:5rem 0;background:#fff}.container[data-v-239c1552]{max-width:1200px;margin:0 auto;padding:0 2rem}.products-header[data-v-239c1552]{text-align:center;margin-bottom:4rem}.products-header h2[data-v-239c1552]{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.products-header p[data-v-239c1552]{font-size:1.1rem;color:#4a5568}.products-grid[data-v-239c1552]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card[data-v-239c1552]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.product-card[data-v-239c1552]:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.product-image[data-v-239c1552]{width:100%;height:250px;background:linear-gradient(135deg,#2d3748,#1a202c);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img[data-v-239c1552]{width:100%;height:100%;object-fit:cover}.product-content[data-v-239c1552]{padding:1.5rem}.product-content h3[data-v-239c1552]{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.75rem;text-align:center}.product-content p[data-v-239c1552]{font-size:.95rem;color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.product-footer[data-v-239c1552]{display:flex;justify-content:center;align-items:center}.product-btn[data-v-239c1552]{padding:.75rem 1.5rem;background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-btn[data-v-239c1552]:hover{transform:scale(1.05);box-shadow:0 4px 12px #2d374866}@media(max-width:768px){.products[data-v-239c1552]{padding:3rem 0}.products-header h2[data-v-239c1552]{font-size:2rem}.products-grid[data-v-239c1552]{grid-template-columns:1fr}}.about[data-v-7ef0f080]{padding:6rem 0;background:#fff}.container[data-v-7ef0f080]{max-width:1200px;margin:0 auto;padding:0 2rem}.about-content[data-v-7ef0f080]{max-width:900px;margin:0 auto}.about-text[data-v-7ef0f080]{opacity:0;transform:translateY(30px);transition:all .8s ease}.about-text.visible[data-v-7ef0f080]{opacity:1;transform:translateY(0)}.section-title[data-v-7ef0f080]{font-size:3rem;font-weight:800;color:#1a202c;margin-bottom:15px;background:linear-gradient(135deg,#2d3748,#1a202c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.section-subtitle[data-v-7ef0f080]{font-size:1.3rem;color:#4a5568;margin-bottom:2rem;font-weight:600;text-align:center}.about-description[data-v-7ef0f080]{margin-bottom:2.5rem}.about-description p[data-v-7ef0f080]{font-size:1.05rem;line-height:1.8;color:#4a5568;margin-bottom:2.5rem;text-align:justify;text-indent:1em}@media(max-width:968px){.about[data-v-7ef0f080]{padding:4rem 0}.section-title[data-v-7ef0f080]{font-size:2.2rem}.section-subtitle[data-v-7ef0f080]{font-size:1.1rem}}.contact[data-v-65c93b46]{padding:6rem 0;background:#fff}.container[data-v-65c93b46]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-65c93b46]{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(20px);transition:all .8s ease}.section-header.visible[data-v-65c93b46]{opacity:1;transform:translateY(0)}.section-title[data-v-65c93b46]{font-size:3rem;font-weight:800;color:#1a202c;margin-bottom:1rem;background:linear-gradient(135deg,#2d3748,#1a202c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-content[data-v-65c93b46]{display:flex;flex-direction:column;gap:3rem;opacity:0;transform:translateY(30px);transition:all .8s ease}.contact-content.visible[data-v-65c93b46]{opacity:1;transform:translateY(0)}.contact-info[data-v-65c93b46]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.info-card[data-v-65c93b46]{padding:1.5rem;border-radius:15px;border:1px solid #e2e8f0;transition:all .3s ease}.info-card[data-v-65c93b46]:hover{transform:translate(5px);box-shadow:0 10px 30px #0000001a;border-color:#2d3748}.info-card h3[data-v-65c93b46]{font-size:1.1rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.info-card p[data-v-65c93b46]{font-size:.95rem;color:#718096;line-height:1.6;margin:0}@media(max-width:968px){.contact[data-v-65c93b46]{padding:4rem 0}.section-title[data-v-65c93b46]{font-size:2.2rem}.contact-info[data-v-65c93b46]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.contact-info[data-v-65c93b46]{grid-template-columns:1fr}}.footer[data-v-52dc8401]{background:linear-gradient(135deg,#1a202c,#2d3748);color:#e2e8f0;position:relative}.footer-content[data-v-52dc8401]{padding:.5rem 0}.container[data-v-52dc8401]{width:100%;margin:0 auto;padding:0 2rem}.footer-grid[data-v-52dc8401]{display:grid;grid-template-columns:2fr auto auto;gap:2rem;margin-bottom:.75rem;justify-content:space-between}.footer-about[data-v-52dc8401]{max-width:650px;margin-top:0;text-align:justify}.footer-top[data-v-52dc8401]{display:flex;align-items:center;gap:1rem;margin-bottom:.2rem}.footer-logo[data-v-52dc8401]{display:flex;align-items:center;margin-bottom:0;justify-content:flex-start;height:auto;flex-shrink:0;margin-left:-40px}.logo-image[data-v-52dc8401]{height:150px;width:auto;filter:brightness(0) invert(1)}.footer-description[data-v-52dc8401]{font-size:.95rem;line-height:1.6;color:#a0aec0;margin:0;text-align:left;flex:1;text-indent:1em}.footer-social[data-v-52dc8401]{display:flex;gap:1rem;padding-left:0}.social-link[data-v-52dc8401]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#e2e8f0;transition:all .3s ease;text-decoration:none}.social-link[data-v-52dc8401]:hover{background:linear-gradient(135deg,#2d3748,#1a202c);transform:translateY(-3px)}.footer-contact[data-v-52dc8401]{margin-left:1rem;margin-top:2rem}.footer-contact h4[data-v-52dc8401]{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-contact ul[data-v-52dc8401]{list-style:none;padding:0;margin:0}.footer-contact li[data-v-52dc8401]{margin-bottom:.6rem}.footer-contact li[data-v-52dc8401]{display:flex;align-items:flex-start;gap:.75rem;color:#a0aec0;font-size:1rem;line-height:1.5}.footer-contact svg[data-v-52dc8401]{flex-shrink:0;margin-top:2px;color:#fff}.footer-divider[data-v-52dc8401]{height:1px;background:#ffffff1a;margin-bottom:1rem}.footer-bottom[data-v-52dc8401]{margin-top:1.5rem}.footer-copy[data-v-52dc8401]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copy p[data-v-52dc8401]{margin:0;color:#a0aec0;font-size:.9rem}.footer-legal[data-v-52dc8401]{display:flex;gap:1rem;align-items:center;font-size:.9rem}.footer-legal a[data-v-52dc8401]{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-legal a[data-v-52dc8401]:hover{color:#2d3748}.footer-legal span[data-v-52dc8401]{color:#4a5568}.back-to-top[data-v-52dc8401]{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:#2d3748;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px #0003;transition:all .3s ease;z-index:100}.back-to-top.dark-section[data-v-52dc8401]{background:#fff;color:#1a202c}.back-to-top[data-v-52dc8401]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.back-to-top[data-v-52dc8401]:not(.dark-section):hover{background:#1a202c}.back-to-top.dark-section[data-v-52dc8401]:hover{background:#f7fafc}@media(max-width:968px){.footer-grid[data-v-52dc8401]{grid-template-columns:1fr;gap:2rem}.footer-about[data-v-52dc8401]{max-width:100%}.footer-contact[data-v-52dc8401]{margin-left:0;margin-top:1.5rem}.footer-logo[data-v-52dc8401]{margin-left:0}.logo-image[data-v-52dc8401]{height:120px}}@media(max-width:640px){.footer-content[data-v-52dc8401]{padding:2rem 0 1rem}.container[data-v-52dc8401]{padding:0 1.5rem}.footer-grid[data-v-52dc8401]{grid-template-columns:1fr;gap:1.5rem}.footer-top[data-v-52dc8401]{flex-direction:column;text-align:center;gap:1rem}.footer-logo[data-v-52dc8401]{margin-left:0}.logo-image[data-v-52dc8401]{height:100px}.footer-description[data-v-52dc8401]{text-align:center}.footer-social[data-v-52dc8401]{justify-content:center}.footer-contact h4[data-v-52dc8401]{font-size:1.3rem;text-align:center}.footer-contact ul[data-v-52dc8401]{text-align:center}.footer-contact li[data-v-52dc8401]{justify-content:center;font-size:.9rem}.footer-copy[data-v-52dc8401]{flex-direction:column;text-align:center}.back-to-top[data-v-52dc8401]{bottom:1.5rem;right:1.5rem;width:45px;height:45px}}@media(min-width:1400px){.container[data-v-52dc8401]{padding:0 4rem}}@media(min-width:1800px){.container[data-v-52dc8401]{padding:0 6rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app{width:100%;overflow-x:hidden}
