*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;font-size:1.125rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.App{background:#fff;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #047cf11a;box-shadow:0 2px 10px #0000000d;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.navbar .container{align-items:center;display:flex;justify-content:space-between;padding:1rem 20px}.nav-brand h1{color:#047cf1;cursor:pointer;font-size:1.5rem;font-weight:700}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-menu li a{color:#333;cursor:pointer;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-menu li a:after{background:#047cf1;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li a:hover{color:#047cf1}.nav-menu li a:hover:after{width:100%}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#047cf1;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{background:#fffffffa;border-bottom:1px solid #047cf11a;box-shadow:0 10px 27px #0000001a;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:left .3s ease;width:100%}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}}.footer{background:#1a1a1a;border-top:1px solid #333;color:#fff;padding:60px 20px 30px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-brand h3{color:#047cf1;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.footer-brand p{color:#aaa;font-size:.95rem;line-height:1.7}.footer-contact h4,.footer-links h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:.75rem}.footer-links ul li a{color:#aaa;cursor:pointer;text-decoration:none;transition:all .3s ease}.footer-links ul li a:hover{color:#047cf1}.footer-contact p{color:#aaa;font-size:.95rem}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center}.footer-bottom p{color:#888;font-size:.875rem}@media (max-width:768px){.footer{padding:40px 20px 20px}.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-links ul li{margin-bottom:.5rem}}.hero{align-items:center;background:#fff;color:#1a1a1a;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:80px 20px 60px;position:relative}.hero:before{word-wrap:break-word;animation:matrixRain 20s linear infinite;bottom:0;color:#047cf108;content:"01001000 01100001 01100011 01101011 00100000 01010100 01101000 01100101 00100000 01010000 01101100 01100001 01101110 01100101 01110100 00100001 00100000 01010011 01100101 01100011 01110101 01110010 01100101 00100000 01000011 01111001 01100010 01100101 01110010 00100000 01000100 01100101 01100110 01100101 01101110 01110011 01100101 00100000 11010010 10110101 00100000 01000110 01101001 01110010 01100101 01110111 01100001 01101100 01101100 00100000 01000001 01100011 01110100 01101001 01110110 01100101 00100000 11010010 10110101 00100000 01000101 01101110 01100011 01110010 01111001 01110000 01110100 01101001 01101111 01101110 00100000 01001111 01001110 00100000 11010010 10110101 00100000 01010011 01111001 01110011 01110100 01100101 01101101 00100000 01010000 01110010 01101111 01110100 01100101 01100011 01110100 01100101 01100100 00100000 11010010 10110101 00100000 01000001 01100011 01100011 01100101 01110011 01110011 00100000 01000111 01110010 01100001 01101110 01110100 01100101 01100100 00100000 11010010 10110101";font-family:Courier New,monospace;font-size:14px;left:0;line-height:1.8;overflow:hidden;position:absolute;right:0;top:0}@keyframes matrixRain{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.hero .container{position:relative;z-index:1}.hero-content{margin:0 auto;max-width:900px;text-align:center}.hero-title{animation:fadeInUp .8s ease;color:#1a1a1a;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{animation:fadeInUp 1s ease;color:#666;font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;opacity:.9}.cta-button{animation:fadeInUp 1.2s ease;background:#047cf1;border:2px solid #047cf1;border-radius:50px;box-shadow:0 4px 15px #047cf14d;color:#fff;cursor:pointer;display:inline-block;font-size:1.125rem;font-weight:600;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s ease}.cta-button:before{background:#004873;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:-1}.cta-button:hover{background:#004873;box-shadow:0 6px 20px #047cf166;transform:translateY(-3px)}.cta-button:hover:before{left:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{min-height:80vh;padding:100px 20px 60px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.cta-button{font-size:1rem;padding:.875rem 2rem}}.solutions{background:#f8f9fa;padding:80px 20px;position:relative}.solutions .section-title{color:#1a1a1a}.solutions .section-subtitle{color:#666}.solutions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.solution-card-link{color:inherit;display:block;text-decoration:none}.solution-card{background:#fff;border:1px solid #0000;border-radius:12px;box-shadow:0 4px 6px #00000012;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .3s ease}.solution-card:hover{border-color:#047cf1;box-shadow:0 12px 24px #047cf133;transform:translateY(-8px)}.learn-more{color:#047cf1;font-size:.95rem;font-weight:600;margin-top:auto;padding-top:1.5rem;transition:all .3s ease}.solution-card:hover .learn-more{transform:translateX(5px)}.solution-icon{align-items:center;background:linear-gradient(135deg,#047cf1,#004873);border-radius:12px;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:60px}.solution-card:hover .solution-icon{transform:scale(1.1) rotate(5deg)}.solution-icon svg{color:#fff;height:32px;width:32px}.solution-card h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.solution-card p{color:#666;font-size:.95rem;line-height:1.7}@media (max-width:768px){.solutions{padding:60px 20px}.solutions-grid{gap:1.5rem;grid-template-columns:1fr}.solution-card{padding:1.5rem}}.services{background:#fff;padding:80px 20px}.services .section-title{color:#1a1a1a}.services-list{margin:3rem auto 0;max-width:900px}.service-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;display:flex;gap:2rem;margin-bottom:2rem;padding:2.5rem;transition:all .3s ease}.service-item:hover{background:#fff;border-color:#047cf1;box-shadow:0 8px 20px #047cf126;transform:translateX(10px)}.service-number{color:#047cf1;font-family:Courier New,monospace;font-size:2.5rem;font-weight:800;min-width:80px;opacity:.4}.service-content h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.service-content p{color:#666;font-size:1rem;line-height:1.7}@media (max-width:768px){.services{padding:60px 20px}.service-item{flex-direction:column;gap:1rem;padding:1.5rem}.service-item:hover{transform:translateX(0);transform:translateY(-5px)}.service-number{font-size:2rem;min-width:auto}.service-content h3{font-size:1.25rem}.service-content p{font-size:.95rem}}.why-choose{background:linear-gradient(135deg,#cfe4fd,#ddedff 50%,#cfe4fd);overflow:hidden;padding:80px 20px;position:relative}.why-choose,.why-choose .section-title{color:#1a1a1a}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #047cf133;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.feature:hover{background:#fff;border-color:#047cf1;box-shadow:0 12px 30px #047cf133;transform:translateY(-8px)}.feature h3{color:#047cf1;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature p{color:#666;font-size:.95rem;line-height:1.7;opacity:.95}@media (max-width:768px){.why-choose{padding:60px 20px}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature{padding:1.5rem}}.contact{background:#fff;padding:80px 20px}.contact .section-title{color:#1a1a1a}.contact .section-subtitle{color:#666}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1000px}.contact-info h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.info-item{align-items:center;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.info-item svg{color:#047cf1;height:24px;width:24px}.info-item span{color:#333;font-weight:500}.contact-form{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;font-family:inherit;font-size:1rem;padding:.875rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#047cf1;box-shadow:0 0 0 3px #047cf11a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-button{background:#047cf1;border:2px solid #047cf1;border-radius:8px;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease;width:100%}.submit-button:before{background:#004873;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:-1}.submit-button:hover{background:#004873;box-shadow:0 6px 20px #047cf14d;transform:translateY(-2px)}.submit-button:hover:before{left:0}.submit-button:disabled{cursor:not-allowed;opacity:.6}.submit-button:disabled:hover{box-shadow:0 6px 20px #047cf14d;transform:none}.form-message{animation:fadeIn .3s ease;border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.form-message.success{background:#cfe4fd;border:1px solid #047cf14d;color:#047cf1}.form-message.error{background:#ffe6e6;border:1px solid #cc00004d;color:#c00}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact{padding:60px 20px}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem}.submit-button{font-size:1rem;padding:.875rem}}.solution-page{background:#fff;min-height:100vh}.solution-hero{background:linear-gradient(135deg,#047cf1,#004873);color:#fff;overflow:hidden;padding:140px 20px 80px;position:relative;text-align:center}.solution-hero:before{background-image:repeating-linear-gradient(0deg,#ffffff08,#0000 1px,#0000 2px,#ffffff08 3px),repeating-linear-gradient(90deg,#ffffff08,#0000 1px,#0000 2px,#ffffff08 3px);background-size:50px 50px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.solution-hero .container{position:relative;z-index:1}.solution-hero h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.solution-hero .subtitle{color:#ffffffe6;font-size:1.25rem;opacity:.95}.solution-content{padding:80px 20px}.overview-section{margin-bottom:80px}.overview-section h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.overview-section p{color:#666;font-size:1.125rem;line-height:1.8;max-width:900px}.features-section{margin-bottom:80px}.features-section h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;transition:all .3s ease}.feature-item:hover{border-color:#047cf1;box-shadow:0 10px 30px #047cf126;transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#047cf1,#004873);border-radius:12px;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-icon span{color:#fff;font-family:Courier New,monospace;font-size:1.5rem;font-weight:800}.feature-item h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-item p{color:#666;font-size:.95rem;line-height:1.7}.benefits-section{margin-bottom:80px}.benefits-section h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.benefits-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.benefit-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{border-color:#047cf1;box-shadow:0 8px 20px #047cf126}.benefit-card h3{color:#047cf1;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.benefit-card p{color:#666;font-size:.95rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,#cfe4fd,#ddedff);border-radius:20px;margin-top:60px;padding:60px 40px;text-align:center}.cta-section h2{color:#1a1a1a;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta-section p{color:#666;font-size:1.125rem;margin-bottom:2rem}.cta-btn{background:#047cf1;border-radius:50px;box-shadow:0 4px 15px #047cf14d;color:#fff;display:inline-block;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-btn:hover{background:#004873;box-shadow:0 6px 20px #047cf166;transform:translateY(-3px)}@media (max-width:768px){.solution-hero{padding:120px 20px 60px}.solution-hero h1{font-size:2rem}.solution-hero .subtitle{font-size:1.125rem}.solution-content{padding:60px 20px}.benefits-section h2,.features-section h2,.overview-section h2{font-size:2rem}.benefits-list,.features-grid{gap:1.5rem;grid-template-columns:1fr}.cta-section{padding:40px 20px}.cta-section h2{font-size:1.75rem}}
/*# sourceMappingURL=main.6ee7a420.css.map*/