*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#52a6c2;--primary-dark:#43889f;--secondary-color:#161b2d;--accent-color:#ff751f;--bg-light:#f8fafc;--text-dark:#1e293b;--text-gray:#64748b;--white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#1e293b;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}img,video{max-width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}#root,html{overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8fafc;background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#52a6c2;background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#43889f;background:var(--primary-dark)}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid var(--border-color);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:var(--shadow-md)}.header.menu-open{height:100vh;overflow:hidden}.header-content{gap:2rem;justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:var(--text-dark);font-size:1.25rem;font-weight:700;gap:.75rem;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-img{height:64px;object-fit:contain;width:auto}.logo-text{color:var(--primary-color)}.nav-desktop{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:center}.nav-link{color:var(--text-gray);font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link.active:after{background:var(--primary-color);border-radius:0;bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.nav-link-dropdown{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:inherit;gap:.5rem}.dropdown-icon{font-size:.75rem;transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{animation:fadeInDown .3s ease;background:var(--white);border-radius:0;box-shadow:0 10px 30px #00000026;left:0;min-width:220px;padding:.5rem;pointer-events:auto;position:absolute;top:calc(100% + .5rem);z-index:1000}.modules-dropdown{position:relative}.modules-dropdown:before{background:#0000;content:"";height:.5rem;left:0;position:absolute;right:0;top:100%;z-index:999}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;border-radius:0;color:var(--text-dark);display:flex;font-size:.95rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background:var(--bg-light);color:var(--primary-color);transform:translateX(4px)}.dropdown-item-icon{color:var(--primary-color);flex-shrink:0;font-size:1rem}.mobile-modules-dropdown{width:100%}.mobile-dropdown-menu{animation:fadeInDown .3s ease;border-left:2px solid var(--border-color);margin-left:1rem;margin-top:.5rem;padding:.5rem 0 .5rem 1rem}.mobile-dropdown-menu .dropdown-item{border-bottom:1px solid var(--border-color);padding:.625rem .75rem}.mobile-dropdown-menu .dropdown-item:last-child{border-bottom:none}.header-cta{align-items:center;display:flex}.header-cta-btn{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:none;border-radius:5px;box-shadow:0 4px 15px #52a6c259;color:var(--white);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;justify-content:center;overflow:hidden;padding:.75rem 1.75rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.header-cta-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.header-cta-btn:hover{background:linear-gradient(135deg,#5ab3cc,#4a9ab3);box-shadow:0 6px 25px #52a6c273;transform:translateY(-2px)}.header-cta-btn:hover:before{left:100%}.header-cta-btn:active{box-shadow:0 3px 12px #52a6c24d;transform:translateY(0)}.mobile-menu-btn{background:none;border:none;color:var(--text-dark);cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:color .3s ease}.mobile-menu-btn:hover{color:var(--primary-color)}.nav-mobile{border-top:1px solid var(--border-color);display:none;flex-direction:column;gap:1rem;max-height:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:max-height .3s ease,padding .3s ease;visibility:hidden}.nav-mobile.open{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 88px);opacity:1;overflow-y:auto;padding:1.5rem 0;pointer-events:auto;visibility:visible}.nav-mobile .nav-link{border-bottom:1px solid var(--border-color);padding:.75rem 0}.nav-mobile .nav-link:last-child{border-bottom:none}.btn-mobile{margin-top:1rem;text-align:center;white-space:normal;width:100%}@media (max-width:1200px){.header-content{gap:1rem}.nav-desktop{gap:1.25rem}.nav-link{font-size:.9rem}.header-cta-btn{font-size:.9rem;padding:.7rem 1.4rem}}@media (max-width:1100px){.nav-desktop{display:none}.mobile-menu-btn{display:block}.nav-mobile{display:flex}.header-cta{display:none}}@media (max-width:480px){.logo-text{font-size:1rem}.logo-img{height:56px}.header-content{padding:.75rem 0}.header-cta-btn{font-size:.875rem;padding:.625rem 1.5rem}}.footer{background:var(--secondary-color);color:var(--white);margin-top:4rem;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand-name{color:var(--white);font-size:1.5rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.footer-description{color:#fffc;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:var(--white);display:flex;font-size:1.1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:var(--primary-color);transform:translateY(-3px)}.footer-title{color:var(--white);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-links li a{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links li a:hover{color:var(--primary-color)}.footer-contact{display:flex;flex-direction:column;gap:1rem;list-style:none}.footer-contact li{color:#fffc;font-size:.9rem;margin-bottom:1rem}.footer-contact li:last-child{margin-bottom:0}.footer-contact li span{display:block;line-height:1.6}.footer-contact a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:var(--primary-color)}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:center;padding-top:2rem}.footer-bottom p{color:#fff9;font-size:.85rem;text-align:center}.footer-legal span{color:#ffffff4d}@media (max-width:968px){.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{flex-direction:column;gap:.5rem}.footer-legal span{display:none}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}.main-content:has(.contact-page),.main-content:has(.modules-page){background:var(--bg-light)}.btn{align-items:center;border:none;border-radius:0;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:600;gap:.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);box-shadow:0 4px 12px #52a6c24d;color:var(--white)}.btn-primary:hover{box-shadow:0 6px 20px #52a6c266;transform:translateY(-2px)}.btn-secondary{background:var(--white);border:2px solid var(--primary-color);color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--white)}.btn-outline{background:#0000;border:2px solid var(--white);color:var(--white)}.btn-outline:hover{background:var(--white);color:var(--primary-color)}.btn-accent{background:var(--accent-color);box-shadow:0 4px 12px #ff751f4d;color:var(--white)}.btn-accent:hover{box-shadow:0 6px 20px #ff751f66;transform:translateY(-2px)}.btn-small{font-size:.875rem;padding:.5rem 1rem}.btn-medium{font-size:1rem;padding:.75rem 1.5rem}.btn-large{font-size:1.125rem;padding:1rem 2rem}@media (max-width:480px){.btn-large{font-size:1rem;padding:.875rem 1.5rem}}.promo-banner{align-items:center;background:linear-gradient(135deg,#1e293b,#161b2d 50%,#52a6c2);display:flex;min-height:0;overflow:hidden;padding:120px 0 80px;position:relative}.promo-banner:after{background:#ffffff1a;bottom:0;content:"";height:1px;left:0;position:absolute;right:0;z-index:10}.promo-banner .container{margin:0 auto;max-width:1400px;padding:0 40px;width:100%}.promo-banner:before{background:radial-gradient(circle at 20% 50%,#52a6c226 0,#0000 50%),radial-gradient(circle at 80% 50%,#52a6c21a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.promo-banner-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:750px;padding-bottom:80px;position:relative;z-index:1}.promo-banner-text{color:var(--white);display:flex;flex-direction:column;gap:1.5rem}.promo-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bcc;border:1px solid #ffffff1a;border-radius:8px;color:var(--white);display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:8px 20px;width:-webkit-fit-content;width:fit-content}.promo-title{font-size:3rem;font-weight:800;line-height:1.2;margin:0}.promo-brand,.promo-title{color:var(--white)}.promo-description{color:#ffffffe6;font-size:1.125rem;line-height:1.7;max-width:95%}.promo-cta{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;margin-top:.5rem}.promo-cta .btn{flex-shrink:0;white-space:nowrap}.promo-btn-primary{background:#0000!important;border:2px solid var(--white)!important;border-radius:0!important;color:var(--white)!important}.promo-btn-primary:hover{background:#ffffff1a!important;transform:translateY(-2px)}.promo-btn-secondary{background:var(--white)!important;border:none!important;border-radius:8px!important;color:var(--text-dark)!important}.promo-btn-secondary:hover{background:#ffffffe6!important;transform:translateY(-2px)}.promo-banner-visual{align-items:center;display:flex;height:700px;justify-content:flex-end;overflow:visible;position:relative;width:100%}.device-mockup{background:#1e293b;border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow:hidden;padding:8px;position:absolute}.laptop-mockup-wrapper{align-items:center;display:flex;flex-direction:column;gap:6px;left:50%;position:absolute;top:50%;transform:translate(-60%,-50%);z-index:2}.laptop-mockup{height:320px;padding:12px;position:relative;width:500px}.laptop-mockup:before{background:#1e293b;border-radius:0 0 8px 8px;bottom:-8px;content:"";height:8px;left:50%;position:absolute;transform:translateX(-50%);width:80%}.phone-mockup-wrapper{align-items:center;display:flex;flex-direction:column;gap:6px;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:3}.phone-mockup{border-radius:24px;height:400px;padding:10px;position:relative;width:200px}.laptop-label{max-width:500px}.laptop-label,.mobile-label{color:var(--white);font-size:.8rem;font-weight:600;letter-spacing:.3px;line-height:1.3;opacity:.9;text-align:center;white-space:normal}.mobile-label{max-width:200px}.device-screen{background:var(--white);border-radius:8px;height:100%;overflow:hidden;width:100%}.device-screen img{display:block;height:100%;object-fit:cover;width:100%}.promo-gradient{animation:promoPulse 4s ease-in-out infinite;background:radial-gradient(circle,#52a6c233 0,#0000 70%);border-radius:50%;height:600px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px;z-index:1}@keyframes promoPulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.15;transform:translate(-50%,-50%) scale(1.1)}}.promo-wave-divider{display:none}@media (max-width:1400px){.promo-banner .container{max-width:1200px;padding:0 30px}}@media (max-width:1200px){.promo-banner .container{padding:0 20px}.promo-banner-content{gap:3rem}.laptop-mockup-wrapper{transform:translate(-55%,-50%)}.laptop-mockup{height:260px;width:400px}.laptop-label{font-size:.75rem;max-width:400px}.phone-mockup-wrapper{right:0}.phone-mockup{height:320px;width:160px}.mobile-label{font-size:.75rem}.promo-banner-visual{height:450px}}@media (max-width:968px){.promo-banner{min-height:auto;padding:110px 0 0}.promo-banner .container{padding:0 20px}.promo-banner-content{gap:3rem;grid-template-columns:1fr;text-align:center}.promo-banner-text{align-items:center}.promo-title{font-size:2.25rem}.promo-description{font-size:1rem;max-width:100%}.promo-cta{flex-wrap:wrap;justify-content:center}.promo-banner-visual{height:400px;justify-content:center;order:-1;overflow:hidden}.laptop-mockup-wrapper{left:50%;transform:translate(-60%,-50%)}.laptop-mockup{height:220px;width:350px}.laptop-label{font-size:.75rem;max-width:350px}.phone-mockup-wrapper{right:20%;transform:translateY(-50%)}.phone-mockup{height:280px;width:140px}.mobile-label{font-size:.75rem}}@media (max-width:640px){.promo-banner{padding:100px 0 0}.promo-title{font-size:1.75rem}.promo-description{font-size:.95rem}.promo-cta{flex-direction:column;width:100%}.promo-cta .btn{width:100%}.promo-banner-visual{height:300px;justify-content:center}.laptop-mockup-wrapper{transform:translate(-55%,-50%)}.laptop-mockup{height:180px;width:280px}.laptop-label{font-size:.7rem;max-width:280px}.phone-mockup-wrapper{right:15%;transform:translateY(-50%)}.phone-mockup{height:240px;width:120px}.mobile-label{font-size:.7rem}.promo-badge{font-size:.75rem;padding:6px 16px}}.hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero:before{background:radial-gradient(circle at 30% 30%,#c454f48c 0,#8c48ff61 32%,#4a1bb900 68%);border-radius:50%;bottom:-380px;height:980px;right:-340px;width:980px}.hero:after,.hero:before{content:"";pointer-events:none;position:absolute;z-index:0}.hero:after{background:linear-gradient(180deg,#48d2ff6b,#4892ff38 40%,#4892ff00 85%),linear-gradient(135deg,#23b4ff1a,#23b4ff00 55%);-webkit-clip-path:polygon(46% 0,100% 0,100% 100%,12% 100%);clip-path:polygon(46% 0,100% 0,100% 100%,12% 100%);height:100%;right:0;top:0;width:min(46vw,720px)}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-title{color:var(--text-dark);font-size:2.8rem;font-weight:800;line-height:1.2;margin:0}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-gray);font-size:1.25rem;line-height:1.6;max-width:90%}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.hero-stats{border-top:1px solid var(--border-color);display:flex;gap:3rem;margin-top:2rem;padding-top:2rem}.stat-item{display:flex;flex-direction:column}.stat-number{color:var(--primary-color);font-size:2rem;font-weight:700;line-height:1}.stat-label{color:var(--text-gray);font-size:.875rem;margin-top:.5rem}.hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.hero-image-wrapper{max-width:1200px;position:relative;width:100%}.hero-video-wrapper{aspect-ratio:16/9;box-shadow:var(--shadow-xl);min-height:0;overflow:hidden;padding:0;position:relative;z-index:2}.hero-video,.hero-video-wrapper{background:var(--white);border-radius:0;width:100%}.hero-video{display:block;height:100%;object-fit:contain}.hero-gradient{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#52a6c226 0,#0000 70%);border-radius:50%;height:500px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:500px;z-index:1}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.3;transform:translate(-50%,-50%) scale(1.1)}}@media (prefers-reduced-motion:reduce){.hero-gradient{animation:none}}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.scroll-mouse{border:2px solid var(--text-gray);border-radius:12px;height:40px;position:relative;width:24px}.scroll-wheel{animation:scroll 2s ease-in-out infinite;background:var(--primary-color);border-radius:2px;height:8px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:4px}@keyframes scroll{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(16px)}}@media (max-width:968px){.hero:after{-webkit-clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);opacity:.75;width:100%}.hero:before{bottom:-520px;height:1100px;opacity:.9;right:-420px;width:1100px}.hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-visual{order:-1}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem;max-width:100%}.hero-stats{gap:2rem}.hero-cta,.hero-stats{justify-content:center}}@media (max-width:640px){.hero{min-height:auto;padding:100px 0 60px}.hero-title{font-size:1.7rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.hero-stats{flex-direction:column;gap:1.5rem;text-align:center}.hero-video-wrapper{aspect-ratio:16/9}}@media (min-width:969px){.hero-video-wrapper{min-height:400px}}@media (max-width:480px){.hero-title,.stat-number{font-size:1.5rem}}.features{background:var(--white)}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-subtitle{color:var(--text-gray);font-size:1.25rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:var(--white);border:1px solid var(--border-color);border-radius:0;cursor:pointer;padding:2rem;transition:all .3s ease}.feature-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.feature-card:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.feature-icon{display:inline-block;font-size:2.5rem;margin-bottom:1rem}.feature-title{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-description{color:var(--text-gray);font-size:.95rem;line-height:1.6}.feature-modal-overlay{align-items:center;background:#0f172ab3;display:flex;inset:0;isolation:isolate;justify-content:center;overflow:hidden;padding:24px;position:fixed;z-index:9999}.feature-modal-overlay:before{background:radial-gradient(circle at 30% 30%,#c454f452 0,#8c48ff33 32%,#4a1bb900 68%);border-radius:50%;bottom:-380px;content:"";height:980px;pointer-events:none;position:absolute;right:-340px;width:980px;z-index:0}.feature-modal-overlay:after{background:linear-gradient(180deg,#48d2ff38,#4892ff1f 40%,#4892ff00 85%),linear-gradient(135deg,#23b4ff0f,#23b4ff00 55%);-webkit-clip-path:polygon(46% 0,100% 0,100% 100%,12% 100%);clip-path:polygon(46% 0,100% 0,100% 100%,12% 100%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:min(46vw,720px);z-index:0}.feature-modal{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-lg);max-height:min(720px,88vh);overflow:hidden;position:relative;width:min(980px,96vw);z-index:1}.feature-modal:before{background:radial-gradient(circle at 30% 30%,#c454f447 0,#8c48ff2e 34%,#4a1bb900 68%);border-radius:50%;bottom:-280px;height:820px;right:-260px;width:820px}.feature-modal:after,.feature-modal:before{content:"";pointer-events:none;position:absolute;z-index:0}.feature-modal:after{background:linear-gradient(180deg,#48d2ff4d,#4892ff24 42%,#4892ff00 85%),linear-gradient(135deg,#23b4ff14,#23b4ff00 55%);-webkit-clip-path:polygon(46% 0,100% 0,100% 100%,16% 100%);clip-path:polygon(46% 0,100% 0,100% 100%,16% 100%);height:100%;right:0;top:0;width:min(52%,520px)}.feature-modal-media{background:#0000;border-radius:16px;display:block;height:100%;max-height:min(720px,88vh);object-fit:contain;position:relative;width:100%;z-index:1}.feature-modal-close{align-items:center;background:#ffffffe6;border:1px solid var(--border-color);border-radius:12px;color:var(--text-dark);cursor:pointer;display:inline-flex;font-size:28px;height:40px;justify-content:center;line-height:1;position:absolute;right:10px;top:10px;width:40px;z-index:2}.feature-modal-close:hover{border-color:var(--primary-color)}@media (max-width:968px){.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:640px){.section-header{margin-bottom:2rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.features-grid{gap:1.25rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.feature-icon{font-size:2rem}}.benefits{background:var(--white)}.benefits .section-header{padding-bottom:2rem;position:relative}.benefits .section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:3rem;font-weight:300;letter-spacing:-1px;line-height:1.2;margin-bottom:1.5rem;position:relative}.benefits .section-title:after{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.benefits .section-subtitle{color:var(--text-gray);font-size:1.2rem;font-weight:400;line-height:1.7;margin:2rem auto 0;max-width:700px;opacity:.85}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(5,1fr);margin-top:3rem}.benefit-card{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border-radius:0;color:var(--white);overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.benefit-card:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;opacity:0;position:absolute;right:-50%;top:-50%;transition:opacity .3s ease;width:200%}.benefit-card:hover:before{opacity:1}.benefit-icon{font-size:2rem;margin-bottom:.75rem;opacity:.9}.benefit-stat{font-size:3rem;font-weight:800;line-height:1;margin-bottom:.5rem}.benefit-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.benefit-description{font-size:.8rem;line-height:1.4;opacity:.9}@media (max-width:968px){.benefits .section-title{font-size:2.5rem}.benefits .section-subtitle{font-size:1.1rem}.benefits-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.benefits .section-title{font-size:2rem}.benefits .section-subtitle{font-size:1rem}.benefits-grid{gap:1.25rem;grid-template-columns:1fr}.benefit-card{padding:2rem}.benefit-icon,.benefit-stat{font-size:2.5rem}}.customer-logos{background:var(--white);padding:4rem 0}.customer-logos .section-header{margin-bottom:3rem;text-align:center}.customer-logos .section-title{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:1rem}.customer-logos .section-subtitle{color:var(--text-gray);font-size:1.1rem;opacity:.8}.logos-grid{flex-wrap:wrap;gap:4rem}.logo-item,.logos-grid{align-items:center;display:flex;justify-content:center}.logo-item{background:var(--white);border-radius:8px;filter:grayscale(100%);opacity:.6;padding:2rem;transition:all .3s ease}.logo-item:hover{filter:grayscale(0);opacity:1;transform:scale(1.05)}.logo-image{height:auto;max-height:80px;max-width:150px;object-fit:contain;width:auto}.logo-placeholder{align-items:center;color:var(--text-gray);display:flex;font-size:1.2rem;font-weight:600;justify-content:center;min-height:80px;min-width:150px}@media (max-width:968px){.customer-logos .section-title{font-size:2rem}.logos-grid{gap:2rem}.logo-item{padding:1.5rem}.logo-image{max-height:60px;max-width:120px}}@media (max-width:640px){.customer-logos{padding:3rem 0}.customer-logos .section-title{font-size:1.75rem}.customer-logos .section-subtitle{font-size:1rem}.logos-grid{flex-direction:column;gap:1.5rem}.logo-item{max-width:200px;padding:1rem;width:100%}.logo-image{max-height:50px;max-width:100px}}.module-content{margin-top:3rem}.module-header{margin-bottom:4rem;text-align:center}.module-title{color:#475569;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.module-description{color:var(--text-gray);font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:800px}.module-features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.module-feature-card{background:var(--white);border:1px solid var(--border-color);border-radius:0;cursor:pointer;padding:2rem;transition:all .3s ease}.module-feature-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.module-feature-card:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.module-feature-icon{display:inline-block;font-size:2.5rem;margin-bottom:1rem}.module-feature-title{color:#475569;font-size:1.25rem;font-weight:500;margin-bottom:.75rem}.module-feature-description{color:var(--text-gray);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.module-sub-features{border-top:1px solid var(--border-color);list-style:none;margin:1rem 0 0;padding:1rem 0 0}.module-sub-features li{color:var(--text-gray);font-size:.9rem;line-height:1.5;padding:.5rem 0 .5rem 1.5rem;position:relative}.module-sub-features li:before{color:var(--primary-color);content:"✓";font-weight:600;left:0;position:absolute}.module-modal-overlay{align-items:center;background:#0f172ab3;display:flex;inset:0;isolation:isolate;justify-content:center;overflow:hidden;padding:24px;position:fixed;z-index:9999}.module-modal-overlay:before{background:radial-gradient(circle at 30% 30%,#c454f452 0,#8c48ff33 32%,#4a1bb900 68%);border-radius:50%;bottom:-380px;height:980px;right:-340px;width:980px}.module-modal-overlay:after,.module-modal-overlay:before{content:"";pointer-events:none;position:absolute;z-index:0}.module-modal-overlay:after{background:linear-gradient(180deg,#48d2ff38,#4892ff1f 40%,#4892ff00 85%),linear-gradient(135deg,#23b4ff0f,#23b4ff00 55%);-webkit-clip-path:polygon(46% 0,100% 0,100% 100%,12% 100%);clip-path:polygon(46% 0,100% 0,100% 100%,12% 100%);height:100%;right:0;top:0;width:min(46vw,720px)}.module-modal{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-lg);max-height:min(720px,88vh);overflow:hidden;position:relative;width:min(980px,96vw);z-index:1}.module-modal:before{background:radial-gradient(circle at 30% 30%,#c454f447 0,#8c48ff2e 34%,#4a1bb900 68%);border-radius:50%;bottom:-280px;height:820px;right:-260px;width:820px}.module-modal:after,.module-modal:before{content:"";pointer-events:none;position:absolute;z-index:0}.module-modal:after{background:linear-gradient(180deg,#48d2ff4d,#4892ff24 42%,#4892ff00 85%),linear-gradient(135deg,#23b4ff14,#23b4ff00 55%);-webkit-clip-path:polygon(46% 0,100% 0,100% 100%,16% 100%);clip-path:polygon(46% 0,100% 0,100% 100%,16% 100%);height:100%;right:0;top:0;width:min(52%,520px)}.module-modal-img{background:#0000;border-radius:16px;display:block;height:100%;max-height:min(720px,88vh);object-fit:contain;position:relative;width:100%;z-index:1}.module-modal-close{align-items:center;background:#ffffffe6;border:1px solid var(--border-color);border-radius:12px;color:var(--text-dark);cursor:pointer;display:inline-flex;font-size:28px;height:40px;justify-content:center;line-height:1;position:absolute;right:10px;top:10px;width:40px;z-index:2}.module-modal-close:hover{border-color:var(--primary-color)}@media (max-width:968px){.module-title{font-size:2rem}.module-description{font-size:1.1rem}.module-features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:640px){.module-header{margin-bottom:2rem}.module-title{font-size:1.75rem}.module-description{font-size:1rem}.module-features-grid{gap:1.25rem;grid-template-columns:1fr}.module-feature-card{padding:1.5rem}.module-feature-icon{font-size:2rem}}.modules-page,.modules-page.section{background:var(--bg-light)}.modules-page.section{padding-top:clamp(96px,12vh,120px)}.modules-page .container{background:var(--bg-light)}body:has(.modules-page){background-color:var(--bg-light)}.modules-page .section-header{margin-bottom:3rem;margin-top:2rem}.modules-page .section-title{color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.modules-page .section-subtitle{color:var(--text-gray);font-size:1.25rem;margin:0 auto;max-width:600px;text-align:center}@media (max-width:968px){.modules-page .section-title{font-size:2rem}.modules-page .section-subtitle{font-size:1.1rem}}@media (max-width:640px){.modules-page .section-title{font-size:1.75rem}.modules-page .section-subtitle{font-size:1rem}}.about-page{background:var(--white)}.about-page.section{padding-top:clamp(96px,12vh,120px)}.about-page .section-header{margin-top:2rem}.about-hero{margin:2rem auto 4rem;max-width:800px;text-align:center}.about-emblem{display:flex;justify-content:center;margin:0 0 1.25rem}.about-emblem-img{display:block;height:auto;object-fit:contain;width:min(220px,55vw)}.about-intro{color:var(--text-gray);font-size:1.1rem;line-height:1.8;text-align:left}.about-intro p+p{margin-top:1rem}.about-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin-bottom:4rem}.about-section{background:var(--bg-light);border-radius:0;padding:2rem}.section-text{color:var(--text-gray);font-size:1.1rem;line-height:1.8;margin-top:1rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:var(--white);border:1px solid var(--border-color);border-radius:0;padding:2rem;text-align:center;transition:all .3s ease}.value-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md);transform:translateY(-5px)}.value-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1rem}.value-title{color:var(--text-dark);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.value-description{color:var(--text-gray);line-height:1.6}@media (max-width:968px){.about-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:640px){.about-intro{font-size:1.02rem}.values-grid{grid-template-columns:1fr}}.contact-page,.contact-page.section{background:var(--bg-light)}.contact-page.section{padding-top:clamp(96px,12vh,120px)}.contact-page .container{background:var(--bg-light)}body:has(.contact-page){background-color:var(--bg-light)}.contact-page .section-header{margin-top:2rem}.contact-page .section-title{color:var(--text-dark);font-size:2.5rem;font-weight:400;margin-bottom:1rem;text-align:center}.contact-content{display:flex;justify-content:center;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-title{color:var(--text-dark);font-size:1.75rem;font-weight:700}.info-description{color:var(--text-gray);line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon{color:var(--primary-color);flex-shrink:0;font-size:1.5rem;margin-top:.25rem}.contact-item h3{color:var(--text-dark);font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-item a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:var(--primary-dark)}.contact-item p{color:var(--text-gray);margin:0}.contact-form{background:#0000;border:1px solid var(--border-color);border-radius:0;box-shadow:none;margin:0 auto;max-width:1000px;padding:2.5rem;width:100%}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid var(--border-color);border-radius:0;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #52a6c21a;outline:none}.checkbox-group{margin-bottom:1.5rem}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:.75rem;padding-left:.5rem}.checkbox-label input[type=checkbox]{cursor:pointer;width:auto}.form-success{background:#d1fae5;border-radius:0;color:#065f46;font-weight:500;margin-bottom:1rem;padding:1rem;text-align:center}.submit-button{display:block;font-size:1rem;margin:1rem auto 0;padding:.75rem 2rem;width:auto}@media (max-width:968px){.contact-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:640px){.contact-form{padding:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}*{transition:background-color .3s ease,color .3s ease,transform .3s ease}.container{margin:0 auto;max-width:1200px;padding:0 20px}@media (max-width:768px){.container{padding:0 16px}}.section{padding:80px 0}@media (max-width:768px){.section{padding:60px 0}}@media (max-width:480px){.section{padding:40px 0}}
/*# sourceMappingURL=main.6b87a824.css.map*/