:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.5;background-color:transparent}a{text-decoration:none;color:#4e6ef2;transition:color .3s ease}a:hover{color:#3c5ae4}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:15px}p{margin-bottom:15px}.ant-btn-primary{background-color:#4e6ef2;border-color:#4e6ef2}.ant-btn-primary:hover,.ant-btn-primary:focus{background-color:#3c5ae4;border-color:#3c5ae4}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.py-5{padding-top:3rem;padding-bottom:3rem}.py-4{padding-top:2rem;padding-bottom:2rem}.header{position:fixed;top:0;left:0;width:100%;height:80px;background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.header.scrolled{height:70px;background-color:#fffffffa;box-shadow:0 5px 15px #0000001a}.header-container{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 50px;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;text-decoration:none}.logo img{height:40px;margin-right:10px}.logo span{font-size:20px;font-weight:600;color:#333}.nav-menu ul{display:flex;list-style:none;margin:0;padding:0}.nav-menu li{margin:0 15px}.nav-menu a{color:#333;text-decoration:none;font-size:16px;font-weight:500;padding:10px 5px;position:relative;transition:color .3s ease}.nav-menu a:hover,.nav-menu a.active{color:#4e6ef2}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#4e6ef2;transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.mobile-toggle{display:none;font-size:24px;cursor:pointer}@media (max-width: 768px){.header{height:60px}.header-container{padding:0 20px}.logo img{height:30px}.logo span{font-size:18px}.nav-menu{position:fixed;top:60px;left:0;width:100%;height:0;background-color:#fff;overflow:hidden;transition:height .3s ease;box-shadow:0 5px 15px #0000001a}.nav-menu.active{height:calc(100vh - 60px)}.nav-menu ul{flex-direction:column;padding:20px}.nav-menu li{margin:15px 0}.mobile-toggle{display:block}}.footer{background-color:#f8f9fa;padding-top:60px;margin-top:60px}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 50px 40px}.footer-section{flex:1;min-width:250px;margin-bottom:30px}.footer-section h3{font-size:18px;margin-bottom:20px;color:#333;position:relative}.footer-section h3:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:2px;background-color:#4e6ef2}.footer-section p{color:#666;line-height:1.6;margin-bottom:10px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#666;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#4e6ef2}.footer-bottom{background-color:#eaecf0;padding:20px 0;text-align:center}.footer-bottom p{color:#666;margin:0;font-size:14px}.footer-bottom a{color:#666;text-decoration:none}.footer-bottom a:hover{color:#4e6ef2}@media (max-width: 768px){.footer{padding-top:40px}.footer-container{flex-direction:column;padding:0 20px 30px}.footer-section{margin-bottom:30px}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:80px}@media (max-width: 768px){.main-content{padding-top:60px}}.hero-section{display:flex;align-items:center;min-height:600px;padding:60px 0;background:linear-gradient(135deg,#f5f7fa,#e4e7eb);overflow:hidden}.hero-container{max-width:1280px;margin:0 auto;display:flex;align-items:center}.hero-content{flex:1;padding:0 50px;max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start}.hero-content h1{font-size:48px;font-weight:700;margin-bottom:20px;color:#333;line-height:1.2}.hero-content p{font-size:18px;color:#666;margin-bottom:30px;line-height:1.6;text-align:left}.hero-buttons{display:flex;gap:15px}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 20px 40px #0000001a}.services-section{padding:80px 0;background-color:#fff}.section-header{text-align:center;margin-bottom:60px;opacity:0;transform:translateY(30px);transition:all .8s ease}.section-header.animate{opacity:1;transform:translateY(0)}.section-header h2{font-size:36px;font-weight:700;color:#333;margin-bottom:15px}.section-header p{font-size:18px;color:#666}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 50px}.service-card{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;opacity:1;transform:translateY(30px);transition:all .8s ease}.service-card.animate{opacity:1;transform:translateY(0)}.service-icon{font-size:36px;color:#4e6ef2;margin-bottom:20px}.service-link{color:#4e6ef2;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:5px;transition:all .3s ease}.service-link:hover{color:#3c5ae4}.about-section{padding:80px 0;background-color:#f8f9fa}.about-content{display:flex;flex-wrap:wrap;align-items:center;max-width:1200px;margin:0 auto;padding:0 50px}.about-text{flex:1;min-width:300px;padding-right:50px;opacity:0;transform:translate(-30px);transition:all .8s ease}.about-text.animate{opacity:1;transform:translate(0)}.about-text h2{font-size:36px;font-weight:700;color:#333;margin-bottom:20px}.about-text p{color:#666;margin-bottom:20px;line-height:1.6}.about-stats{flex:1;min-width:300px;display:grid;grid-template-columns:repeat(2,1fr);gap:30px;opacity:0;transform:translate(30px);transition:all .8s ease}.about-stats.animate{opacity:1;transform:translate(0)}.stat-item{text-align:center;padding:30px;background-color:#fff;border-radius:10px;box-shadow:0 10px 30px #0000000d}.stat-item h3{font-size:36px;font-weight:700;color:#4e6ef2;margin-bottom:10px}.stat-item p{color:#666;font-weight:500}@media (max-width: 992px){.hero-section{flex-direction:column;text-align:center}.hero-content{margin-bottom:40px}.hero-buttons{justify-content:center}.about-text{padding-right:0;margin-bottom:40px;text-align:center}}@media (max-width: 768px){.hero-content h1{font-size:36px}.hero-content,.services-grid,.about-content,.cta-content{padding:0 20px}.section-header h2,.about-text h2,.cta-content h2{font-size:30px}}.cta-section{padding:80px 0;background:linear-gradient(135deg,#4e6ef2,#3c5ae4);color:#fff;position:relative;z-index:1}.cta-content{text-align:center;max-width:800px;margin:0 auto;padding:0 50px;position:relative;z-index:2}.cta-content h2{font-size:36px;font-weight:700;margin-bottom:20px;color:#fff!important}.cta-content p{font-size:18px;margin-bottom:30px;opacity:.9;color:#fff!important}.cta-animate{opacity:0;transform:translateY(30px);transition:all .8s ease}.cta-animate.animate{opacity:1;transform:translateY(0)}@media (max-width: 768px){.cta-section{padding:60px 0}.cta-content{padding:0 20px}.cta-content h2{font-size:30px}}.about-header{padding:100px 0;background:linear-gradient(135deg,#4e6ef2,#3c5ae4);color:#fff;text-align:center}.about-header-content{max-width:800px;margin:0 auto;padding:0 20px}.about-header h1{font-size:48px;font-weight:700;margin-bottom:20px}.about-header p{font-size:18px;opacity:.9;line-height:1.6}.about-intro{padding:80px 0;background-color:#fff}.about-intro-content{display:flex;flex-wrap:wrap;align-items:center;max-width:1200px;margin:0 auto;padding:0 50px}.about-intro-text{flex:1;min-width:300px;padding-right:50px}.about-intro-text h2{font-size:36px;font-weight:700;color:#333;margin-bottom:20px}.about-intro-text p{color:#666;margin-bottom:20px;line-height:1.6}.about-intro-image{flex:1;min-width:300px}.about-intro-image img{width:100%;border-radius:10px;box-shadow:0 20px 40px #0000001a}.about-values{padding:80px 0;background-color:#f8f9fa}.section-title{font-size:36px;font-weight:700;color:#333;margin-bottom:40px;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 50px}.value-item{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 10px 30px #0000000d;text-align:center;transition:all .3s ease}.value-item:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.value-icon{font-size:36px;color:#4e6ef2;margin-bottom:20px}.value-item h3{font-size:20px;font-weight:600;color:#333;margin-bottom:15px}.value-item p{color:#666;line-height:1.6}.about-team{padding:80px 0;background-color:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 50px}.team-member{background-color:#f8f9fa;border-radius:10px;padding:30px;text-align:center;transition:all .3s ease}.team-member:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.member-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:5px solid #fff;box-shadow:0 10px 20px #0000001a}.member-avatar img{width:100%;height:100%;object-fit:cover}.team-member h3{font-size:20px;font-weight:600;color:#333;margin-bottom:5px}.member-position{color:#4e6ef2;font-weight:500;margin-bottom:15px}.member-desc{color:#666;line-height:1.6}.cta-section{padding:80px 0;background:linear-gradient(135deg,#4e6ef2,#3c5ae4);color:#fff}.cta-content{text-align:center;max-width:800px;margin:0 auto;padding:0 50px;opacity:0;transform:translateY(30px);transition:all .8s ease}.cta-content.animate{opacity:1;transform:translateY(0)}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s ease}.animate-on-scroll.animate{opacity:1;transform:translateY(0)}@media (max-width: 992px){.about-intro-text{padding-right:0;margin-bottom:40px}.about-intro-content{flex-direction:column}}@media (max-width: 768px){.about-header{padding:80px 0}.about-header h1{font-size:36px}.about-intro,.about-values,.about-team,.about-cta{padding:60px 0}.about-intro-content,.values-grid,.team-grid{padding:0 20px}.section-title{font-size:30px}.cta-content{padding:0 20px}.cta-content h2{font-size:30px}}.services-header{padding:100px 0;background:linear-gradient(135deg,#4e6ef2,#3c5ae4);color:#fff;text-align:center}.services-header-content{max-width:800px;margin:0 auto;padding:0 20px}.services-header h1{font-size:48px;font-weight:700;margin-bottom:20px}.services-header p{font-size:18px;opacity:.9;line-height:1.6}.services-list{padding:80px 0;background-color:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 50px}.service-card{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.service-icon{font-size:36px;color:#3a4cb4;margin-bottom:20px}.service-card h3{font-size:20px;font-weight:600;color:#333;margin-bottom:15px}.service-card p{color:#666;margin-bottom:20px;line-height:1.6}.service-link{color:#3a4cb4;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:5px;transition:all .3s ease}.service-link:hover{color:#2c3a9e}.services-process{padding:80px 0;background-color:#f8f9fa}.section-title{font-size:36px;font-weight:700;color:#333;margin-bottom:20px;text-align:center}.section-desc{font-size:18px;color:#666;max-width:800px;margin:0 auto 40px;text-align:center;line-height:1.6}.process-steps{max-width:800px;margin:0 auto;padding:0 50px}.process-step{display:flex;margin-bottom:30px;position:relative}.process-step:last-child{margin-bottom:0}.process-step:before{content:"";position:absolute;top:50px;left:20px;width:2px;height:calc(100% - 20px);background-color:#e0e0e0;z-index:1}.process-step:last-child:before{display:none}.step-number{width:40px;height:40px;border-radius:50%;background-color:#4e6ef2;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;margin-right:20px;flex-shrink:0;z-index:2}.step-content{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 10px 30px #0000000d;flex:1}.step-content h3{font-size:18px;font-weight:600;color:#333;margin-bottom:10px}.step-content p{color:#666;margin:0;line-height:1.6}.services-cta{padding:80px 0;background:linear-gradient(135deg,#4e6ef2,#3c5ae4);color:#fff}.cta-content{text-align:center;max-width:800px;margin:0 auto;padding:0 50px}@media (max-width: 768px){.services-header{padding:80px 0}.services-header h1{font-size:36px}.services-list,.services-process,.services-cta{padding:60px 0}.services-grid,.process-steps{padding:0 20px}.section-title{font-size:30px}.cta-content{padding:0 20px}.cta-content h2{font-size:30px}}.contact-header{padding:100px 0;background:linear-gradient(135deg,#4e6ef2,#3c5ae4);color:#fff;text-align:center}.contact-header-content{max-width:800px;margin:0 auto;padding:0 20px}.contact-header h1{font-size:48px;font-weight:700;margin-bottom:20px}.contact-header p{font-size:18px;opacity:.9;line-height:1.6}.contact-section{padding:80px 0;background-color:#fff}.contact-container{display:flex;flex-wrap:wrap;gap:50px;max-width:1200px;margin:0 auto;padding:0 50px}.contact-info{flex:1;min-width:300px}.contact-info h2{font-size:28px;font-weight:700;color:#333;margin-bottom:20px}.contact-info>p{color:#666;margin-bottom:30px;line-height:1.6}.info-item{display:flex;margin-bottom:25px;align-items:flex-start}.info-icon{font-size:24px;color:#4e6ef2;margin-right:15px;margin-top:5px}.info-content h3{font-size:18px;font-weight:600;color:#333;margin-bottom:5px;text-align:left}.info-content p{color:#666;line-height:1.6;margin:0}.info-content img{width:86px;height:86px}.contact-form{flex:1;min-width:300px}.contact-form h2{font-size:28px;font-weight:700;color:#333;margin-bottom:20px}.contact-form>p{color:#666;margin-bottom:30px;line-height:1.6}.contact-map{height:450px;width:100%}.map-container{height:100%;width:100%}@media (max-width: 768px){.contact-header{padding:80px 0}.contact-header h1{font-size:36px}.contact-section{padding:60px 0}.contact-container{padding:0 20px}.contact-info,.contact-form{width:100%}.contact-map{height:350px}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:500px}.not-found-container{text-align:center;padding:100px 20px}.breadcrumb-container{padding:20px 0;background-color:#f8f9fa;border-bottom:1px solid #eaecf0}.detail-header{padding:80px 0;background:linear-gradient(135deg,#f5f7fa,#e4e7eb)}.detail-header .container{display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:0 50px}.detail-header-content{flex:1;padding-right:50px}.detail-header-content h1{font-size:42px;font-weight:700;color:#333;margin-bottom:15px}.detail-header-content .subtitle{font-size:18px;color:#666;margin-bottom:30px;line-height:1.6}.detail-header-image{flex:1;display:flex;justify-content:center;align-items:center}.detail-header-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 20px 40px #0000001a}.detail-description{padding:80px 0;background-color:#fff}.detail-description .container{max-width:1200px;margin:0 auto;padding:0 50px}.detail-description h2{font-size:32px;font-weight:700;color:#333;margin-bottom:30px}.detail-description p{font-size:18px;color:#666;line-height:1.8}.detail-features{padding:80px 0;background-color:#f8f9fa}.detail-features .container{max-width:1200px;margin:0 auto;padding:0 50px}.detail-features h2{font-size:32px;font-weight:700;color:#333;margin-bottom:40px;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature-item{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 10px 30px #0000000d;display:flex;align-items:center;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.feature-icon{font-size:24px;color:#4e6ef2;margin-right:15px}.feature-item p{font-size:16px;color:#333;font-weight:500;margin:0}.detail-benefits{padding:80px 0;background-color:#fff}.detail-benefits .container{max-width:1200px;margin:0 auto;padding:0 50px}.detail-benefits h2{font-size:32px;font-weight:700;color:#333;margin-bottom:40px;text-align:center}.benefits-list{display:flex;flex-direction:column;gap:20px}.benefit-item{display:flex;align-items:center;background-color:#f8f9fa;border-radius:10px;padding:20px;transition:all .3s ease}.benefit-item:hover{background-color:#f0f2f5;transform:translate(5px)}.benefit-number{width:40px;height:40px;border-radius:50%;background-color:#4e6ef2;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;margin-right:20px;flex-shrink:0}.benefit-text{font-size:16px;color:#333;font-weight:500}.detail-cases{padding:80px 0;background-color:#f8f9fa}.detail-cases .container{max-width:1200px;margin:0 auto;padding:0 50px}.detail-cases h2{font-size:32px;font-weight:700;color:#333;margin-bottom:40px;text-align:center}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.case-item{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.case-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.case-item h3{font-size:20px;font-weight:600;color:#333;margin-bottom:15px}.case-item p{font-size:16px;color:#666;line-height:1.6;margin:0}.detail-cta{padding:80px 0;background:linear-gradient(135deg,#4e6ef2,#3c5ae4);color:#fff}.detail-cta .container{max-width:1200px;margin:0 auto;padding:0 50px}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:36px;font-weight:700;margin-bottom:20px}.cta-content p{font-size:18px;margin-bottom:30px;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:15px}.back-button{position:fixed;bottom:30px;right:30px;z-index:100}@media (max-width: 992px){.detail-header .container{flex-direction:column;text-align:center}.detail-header-content{padding-right:0;margin-bottom:40px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons button{width:100%;max-width:300px;margin-bottom:10px}}@media (max-width: 768px){.detail-header-content h1{font-size:32px}.detail-header,.detail-description,.detail-features,.detail-benefits,.detail-cases,.detail-cta{padding:60px 0}.detail-description .container,.detail-features .container,.detail-benefits .container,.detail-cases .container,.detail-cta .container{padding:0 20px}.detail-description h2,.detail-features h2,.detail-benefits h2,.detail-cases h2,.cta-content h2{font-size:28px}.back-button{bottom:20px;right:20px}}@media (max-width: 480px){.detail-header-content h1{font-size:28px}.detail-description p{font-size:16px}.cta-content h2{font-size:24px}.cta-content p{font-size:16px}}.not-found-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:50px 20px;text-align:center}.not-found-content{max-width:500px}.not-found-content h1{font-size:120px;font-weight:700;color:#4e6ef2;margin-bottom:0;line-height:1}.not-found-content h2{font-size:36px;font-weight:700;color:#333;margin-bottom:20px}.not-found-content p{font-size:18px;color:#666;margin-bottom:30px}@media (max-width: 768px){.not-found-content h1{font-size:100px}.not-found-content h2{font-size:28px}.not-found-content p{font-size:16px}}#root{margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}#root{width:100%;margin:0;padding:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.ant-btn-primary{background-color:#3a4cb4;border-color:#3a4cb4}.ant-btn-primary:hover,.ant-btn-primary:focus{background-color:#2c3a9e;border-color:#2c3a9e}a{color:#3a4cb4;transition:color .3s ease}a:hover{color:#2c3a9e}```{}
