@charset "UTF-8";.header[data-v-ef0665c7]{background:#fff;box-shadow:0 2px 8px #0000001a;position:fixed;width:100%;top:0;z-index:100}.container[data-v-ef0665c7]{max-width:1200px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.logo img[data-v-ef0665c7]{height:60px;width:auto}.menu-toggle[data-v-ef0665c7]{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span[data-v-ef0665c7]{display:block;width:25px;height:2px;background-color:#333;transition:all .3s}.nav[data-v-ef0665c7]{display:flex;gap:2rem}.nav .nav-item[data-v-ef0665c7]{color:#333;text-decoration:none;font-size:1.1rem;position:relative;padding:.5rem 0}.nav .nav-item[data-v-ef0665c7]:hover,.nav .nav-item.active[data-v-ef0665c7]{color:#f60}.nav .nav-item.active[data-v-ef0665c7]:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#f60}.contact-info[data-v-ef0665c7]{color:#f60;font-weight:700}.contact-info a[data-v-ef0665c7]{color:inherit;text-decoration:none}.contact-info a[data-v-ef0665c7]:hover{text-decoration:underline}@media (max-width: 1024px){.container[data-v-ef0665c7]{padding:1rem 2rem}.nav[data-v-ef0665c7]{gap:1.5rem}.nav .nav-item[data-v-ef0665c7]{font-size:1rem}}@media (max-width: 768px){.menu-toggle[data-v-ef0665c7]{display:flex}.nav[data-v-ef0665c7]{position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;flex-direction:column;align-items:center;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 4px 8px #0000001a}.nav.nav-open[data-v-ef0665c7]{transform:translateY(0);opacity:1;visibility:visible}.contact-info[data-v-ef0665c7]{display:none}}.contact-btn[data-v-ef0665c7]:hover{background:#e65c00;transform:translateY(-2px)}.footer{background:#1a1a1a;color:#fff;padding-top:3rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-sections{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-section h3{font-size:1.2rem;margin-bottom:1.5rem;font-weight:400}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:1rem}.footer-section a{color:#999;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-contact{text-align:right}.qr-code{margin-bottom:1.5rem}.qr-code img{width:120px;height:120px;margin-bottom:.5rem}.qr-code p{color:#999;font-size:.9rem}.contact-info{color:#999;font-size:.9rem;line-height:1.8}.contact-info .company{color:#fff;font-size:1rem;margin-bottom:1rem}.footer-bottom{margin-top:3rem;padding:1.5rem 0;border-top:1px solid #333}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;color:#666;font-size:.9rem}@media (max-width: 1024px){.footer-sections{grid-template-columns:repeat(2,1fr)}.footer-contact{grid-column:span 2;text-align:left}}@media (max-width: 640px){.footer-sections{grid-template-columns:1fr}.footer-contact{grid-column:auto}.footer-bottom-content{flex-direction:column;text-align:center;gap:.5rem}}.footer-text{color:#999;transition:color .3s ease}.footer-text:hover{color:#fff}:root{--primary-color: #f60;--text-color: #333;--text-light: #666;--bg-color: #f8f9fa;--white: #fff;--shadow: 0 4px 20px rgba(0,0,0,.1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background:var(--white)}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.page-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;color:var(--text-color);margin-bottom:1rem}.section-title p{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (max-width: 768px){.section-title h2{font-size:2rem}.section-title p{font-size:1rem}}.banner-slider[data-v-45fb84a2]{height:100vh;min-height:600px;position:relative;overflow:hidden}.slides[data-v-45fb84a2]{height:100%}.slide[data-v-45fb84a2]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease}.slide.active[data-v-45fb84a2]{opacity:1}.slide-image[data-v-45fb84a2]{position:absolute;top:0;left:0;width:100%;height:100%}.slide-image[data-v-45fb84a2]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#0000004d)}.slide-image img[data-v-45fb84a2]{width:100%;height:100%;object-fit:cover}.slide-content[data-v-45fb84a2]{position:relative;height:100%;display:flex;align-items:center;color:#fff;padding:0 10%;max-width:1400px;margin:0 auto}.slide-content .content-wrapper[data-v-45fb84a2]{max-width:600px}.slide-content .content-wrapper h1[data-v-45fb84a2]{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.slide-content .content-wrapper h2[data-v-45fb84a2]{font-size:2rem;font-weight:500;margin-bottom:1.5rem;color:#f60}.slide-content .content-wrapper p[data-v-45fb84a2]{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.cta-buttons[data-v-45fb84a2]{display:flex;gap:1rem}.cta-buttons .primary-btn[data-v-45fb84a2],.cta-buttons .secondary-btn[data-v-45fb84a2]{padding:1rem 2rem;border-radius:4px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s ease}.cta-buttons .primary-btn[data-v-45fb84a2]{background:#f60;color:#fff}.cta-buttons .primary-btn[data-v-45fb84a2]:hover{background:#e65c00;transform:translateY(-2px)}.cta-buttons .secondary-btn[data-v-45fb84a2]{background:transparent;color:#fff;border:2px solid white}.cta-buttons .secondary-btn[data-v-45fb84a2]:hover{background:#ffffff1a;transform:translateY(-2px)}.nav-button[data-v-45fb84a2]{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(4px)}.nav-button[data-v-45fb84a2]:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.nav-button.prev[data-v-45fb84a2]{left:2rem}.nav-button.next[data-v-45fb84a2]{right:2rem}.nav-button svg[data-v-45fb84a2]{width:24px;height:24px;fill:currentColor}.slide-indicators[data-v-45fb84a2]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem}.indicator[data-v-45fb84a2]{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background-color .3s}.indicator.active[data-v-45fb84a2]{background:#fff}@media (max-width: 768px){.slide-content[data-v-45fb84a2]{padding:0 1.5rem;text-align:center}.slide-content .content-wrapper h1[data-v-45fb84a2]{font-size:2.5rem}.slide-content .content-wrapper h2[data-v-45fb84a2]{font-size:1.5rem}.slide-content .content-wrapper p[data-v-45fb84a2]{font-size:1rem}.cta-buttons[data-v-45fb84a2]{justify-content:center;flex-wrap:wrap}.nav-button[data-v-45fb84a2]{width:40px;height:40px}.nav-button.prev[data-v-45fb84a2]{left:1rem}.nav-button.next[data-v-45fb84a2]{right:1rem}.nav-button svg[data-v-45fb84a2]{width:20px;height:20px}}.product-section .product-filters[data-v-57fdf710]{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.product-section .product-filters .filter-btn[data-v-57fdf710]{padding:.5rem 1.5rem;border:1px solid var(--primary-color);border-radius:4px;background:transparent;color:var(--primary-color);cursor:pointer;transition:.3s ease}.product-section .product-filters .filter-btn[data-v-57fdf710]:hover,.product-section .product-filters .filter-btn.active[data-v-57fdf710]{background:var(--primary-color);color:#fff}.product-section .products-grid[data-v-57fdf710]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-section .product-card[data-v-57fdf710]{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:.3s ease}.product-section .product-card[data-v-57fdf710]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.product-section .product-card .product-image-slider[data-v-57fdf710]{position:relative;height:200px;overflow:hidden}.product-section .product-card .product-image-slider .slider-container[data-v-57fdf710]{position:relative;width:100%;height:100%;overflow:hidden}.product-section .product-card .product-image-slider .slider-wrapper[data-v-57fdf710]{display:flex;height:100%;transition:transform .3s ease}.product-section .product-card .product-image-slider .slide[data-v-57fdf710]{flex:0 0 100%;height:100%;position:relative;cursor:pointer}.product-section .product-card .product-image-slider .slide img[data-v-57fdf710]{width:100%;height:100%;object-fit:cover}.product-section .product-card .product-image-slider .slide .zoom-hint[data-v-57fdf710]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;opacity:0;transition:opacity .3s}.product-section .product-card .product-image-slider .slide .zoom-hint i[data-v-57fdf710]{font-size:2rem;color:#fff}.product-section .product-card .product-image-slider .slide:hover .zoom-hint[data-v-57fdf710]{opacity:1}.product-section .product-card .product-image-slider .slider-indicators[data-v-57fdf710]{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.product-section .product-card .product-image-slider .slider-indicators .indicator[data-v-57fdf710]{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s}.product-section .product-card .product-image-slider .slider-indicators .indicator.active[data-v-57fdf710]{background:#fff;transform:scale(1.2)}.product-section .product-card .product-image-slider .product-type[data-v-57fdf710]{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:#0009;color:#fff;border-radius:4px;font-size:.875rem;z-index:1}.product-section .product-card .product-content[data-v-57fdf710]{padding:2rem;display:flex;flex-direction:column;height:calc(100% - 200px)}.product-section .product-card .product-content h3[data-v-57fdf710]{font-size:1.25rem;color:var(--text-color);margin-bottom:1rem}.product-section .product-card .product-content .description[data-v-57fdf710]{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.product-section .product-card .product-content .features[data-v-57fdf710]{flex:1}.product-section .product-card .product-content .features h4[data-v-57fdf710]{font-size:1rem;color:var(--text-color);margin-bottom:.75rem}.product-section .product-card .product-content .features ul[data-v-57fdf710]{list-style:none;padding:0;margin:0}.product-section .product-card .product-content .features ul li[data-v-57fdf710]{color:var(--text-light);padding:.25rem 0 .25rem 1.5rem;position:relative;font-size:.875rem}.product-section .product-card .product-content .features ul li[data-v-57fdf710]:before{content:"•";color:var(--primary-color);position:absolute;left:0}.product-section .product-card .product-content .product-footer[data-v-57fdf710]{margin-top:auto;padding-top:1.5rem;border-top:1px solid #eee}.product-section .product-card .product-content .product-footer .actions[data-v-57fdf710]{display:flex;justify-content:center}.product-section .product-card .product-content .product-footer .actions button[data-v-57fdf710]{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:.3s ease}.product-section .product-card .product-content .product-footer .actions .contact-btn[data-v-57fdf710]{min-width:120px;padding:.75rem 1.5rem;background:var(--primary-color);border:none;color:#fff}.product-section .product-card .product-content .product-footer .actions .contact-btn[data-v-57fdf710]:hover{background:#e65c00;transform:translateY(-2px)}@media (max-width: 768px){.product-section .product-filters[data-v-57fdf710]{flex-wrap:wrap;justify-content:center}.product-section .products-grid[data-v-57fdf710]{gap:1.5rem}.product-section .product-card .product-content[data-v-57fdf710]{padding:1.5rem}}[data-v-57fdf710] .el-image-viewer__wrapper .el-image-viewer__btn{color:#fff}[data-v-57fdf710] .el-image-viewer__wrapper .el-image-viewer__btn i{font-size:24px}[data-v-57fdf710] .el-image-viewer__wrapper .el-image-viewer__close{top:40px;right:40px}.solution-section .solutions[data-v-0f7d2515]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.solution-section .solution-card[data-v-0f7d2515]{background:var(--white);border-radius:12px;padding:2rem;box-shadow:var(--shadow);transition:.3s ease}.solution-section .solution-card[data-v-0f7d2515]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.solution-section .solution-card .card-header[data-v-0f7d2515]{display:flex;align-items:center;margin-bottom:1.5rem}.solution-section .solution-card .card-header .icon[data-v-0f7d2515]{width:2.5rem;height:2.5rem;margin-right:1rem}.solution-section .solution-card .card-header .icon .icon-bg[data-v-0f7d2515]{opacity:.6}.solution-section .solution-card .card-header .icon .icon-mid[data-v-0f7d2515]{opacity:.8}.solution-section .solution-card .card-header .icon .icon-fg[data-v-0f7d2515]{opacity:1}.solution-section .solution-card .card-header h3[data-v-0f7d2515]{font-size:1.25rem;color:var(--text-color);margin:0}.solution-section .solution-card .description[data-v-0f7d2515]{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.solution-section .solution-card h4[data-v-0f7d2515]{font-size:1rem;color:var(--text-color);margin-bottom:1rem}.solution-section .solution-card .features[data-v-0f7d2515]{margin-bottom:1.5rem}.solution-section .solution-card .features ul[data-v-0f7d2515]{list-style:none;padding:0;margin:0}.solution-section .solution-card .features ul li[data-v-0f7d2515]{color:var(--text-light);padding:.5rem 0 .5rem 1.5rem;position:relative}.solution-section .solution-card .features ul li[data-v-0f7d2515]:before{content:"•";color:var(--primary-color);position:absolute;left:0}.solution-section .solution-card .industry-tags[data-v-0f7d2515]{display:flex;flex-wrap:wrap;gap:.5rem}.solution-section .solution-card .industry-tags .tag[data-v-0f7d2515]{padding:.25rem .75rem;background:var(--bg-color);color:var(--text-light);border-radius:4px;font-size:.875rem}.solution-section .service-categories[data-v-0f7d2515]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.solution-section .service-card[data-v-0f7d2515]{text-align:center;padding:2rem;background:var(--white);border-radius:12px;box-shadow:var(--shadow);transition:.3s ease}.solution-section .service-card[data-v-0f7d2515]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.solution-section .service-card .service-icon[data-v-0f7d2515]{font-size:2.5rem;width:3rem;height:3rem;color:var(--primary-color);margin-bottom:1rem}.solution-section .service-card .service-icon .icon-bg[data-v-0f7d2515]{opacity:.6}.solution-section .service-card .service-icon .icon-mid[data-v-0f7d2515]{opacity:.8}.solution-section .service-card .service-icon .icon-fg[data-v-0f7d2515]{opacity:1}.solution-section .service-card h3[data-v-0f7d2515]{font-size:1.25rem;color:var(--text-color);margin-bottom:1rem}.solution-section .service-card p[data-v-0f7d2515]{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.solution-section .service-card ul[data-v-0f7d2515]{list-style:none;padding:0;margin:0;text-align:left}.solution-section .service-card ul li[data-v-0f7d2515]{color:var(--text-light);padding:.5rem 0 .5rem 1.5rem;position:relative}.solution-section .service-card ul li[data-v-0f7d2515]:before{content:"•";color:var(--primary-color);position:absolute;left:0}@media (max-width: 1024px){.solution-section .service-categories[data-v-0f7d2515]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.solution-section .solutions[data-v-0f7d2515]{gap:1.5rem}.solution-section .service-categories[data-v-0f7d2515]{grid-template-columns:1fr;gap:1.5rem}.solution-section .solution-card[data-v-0f7d2515],.solution-section .service-card[data-v-0f7d2515]{padding:1.5rem}}.contact-btn[data-v-0f7d2515]:hover{background:#e65c00;transform:translateY(-2px)}.case-studies[data-v-a74c7fb4]{padding:6rem 0;background:#fff}.section-header[data-v-a74c7fb4]{text-align:center;margin-bottom:4rem}.section-header h2[data-v-a74c7fb4]{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-header p[data-v-a74c7fb4]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.cases-grid[data-v-a74c7fb4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.case-card[data-v-a74c7fb4]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.case-card[data-v-a74c7fb4]:hover{transform:translateY(-5px)}.case-card:hover .card-image img[data-v-a74c7fb4]{transform:scale(1.1)}.case-card .card-image-slider[data-v-a74c7fb4]{position:relative;height:240px;overflow:hidden}.case-card .card-image-slider .slider-container[data-v-a74c7fb4]{position:relative;width:100%;height:100%;overflow:hidden}.case-card .card-image-slider .slider-wrapper[data-v-a74c7fb4]{display:flex;height:100%;transition:transform .3s ease}.case-card .card-image-slider .slide[data-v-a74c7fb4]{flex:0 0 100%;height:100%;position:relative;cursor:pointer}.case-card .card-image-slider .slide img[data-v-a74c7fb4]{width:100%;height:100%;object-fit:cover}.case-card .card-image-slider .slide .zoom-hint[data-v-a74c7fb4]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;opacity:0;transition:opacity .3s}.case-card .card-image-slider .slide .zoom-hint i[data-v-a74c7fb4]{font-size:2rem;color:#fff}.case-card .card-image-slider .slide:hover .zoom-hint[data-v-a74c7fb4]{opacity:1}.case-card .card-image-slider .slider-indicators[data-v-a74c7fb4]{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:1}.case-card .card-image-slider .slider-indicators .indicator[data-v-a74c7fb4]{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s}.case-card .card-image-slider .slider-indicators .indicator.active[data-v-a74c7fb4]{background:#fff;transform:scale(1.2)}.case-card .card-image-slider .industry-badge[data-v-a74c7fb4]{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:#ff6600e6;color:#fff;border-radius:20px;font-size:.875rem;font-weight:500;z-index:1}.case-card .card-content[data-v-a74c7fb4]{padding:2rem}.case-card .card-content .company-info[data-v-a74c7fb4]{margin-bottom:1rem}.case-card .card-content .company-info h3[data-v-a74c7fb4]{font-size:1.5rem;color:#333;margin-bottom:.5rem}.case-card .card-content .company-info .company[data-v-a74c7fb4]{color:#666;font-size:.875rem}.case-card .card-content .description[data-v-a74c7fb4]{color:#666;line-height:1.6;margin-bottom:1.5rem}.case-card .card-content .achievements[data-v-a74c7fb4]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.case-card .card-content .achievements .achievement-item[data-v-a74c7fb4]{text-align:center}.case-card .card-content .achievements .achievement-item .value[data-v-a74c7fb4]{color:#f60;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.case-card .card-content .achievements .achievement-item .label[data-v-a74c7fb4]{color:#666;font-size:.875rem}.case-card .card-content .tags[data-v-a74c7fb4]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.case-card .card-content .tags .tag[data-v-a74c7fb4]{padding:.25rem .75rem;background:#f0f0f0;color:#666;border-radius:4px;font-size:.875rem}.case-card .card-actions[data-v-a74c7fb4]{text-align:center}.case-card .card-actions .contact-btn[data-v-a74c7fb4]{display:inline-flex;align-items:center;padding:.75rem 2rem;background:#f60;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:all .3s ease}.case-card .card-actions .contact-btn i[data-v-a74c7fb4]{margin-left:.5rem;transition:transform .3s}.case-card .card-actions .contact-btn[data-v-a74c7fb4]:hover{background:#e65c00;transform:translateY(-2px)}.case-card .card-actions .contact-btn:hover i[data-v-a74c7fb4]{transform:translate(5px)}@media (max-width: 768px){.case-studies[data-v-a74c7fb4]{padding:4rem 0}.section-header[data-v-a74c7fb4]{margin-bottom:3rem}.section-header h2[data-v-a74c7fb4]{font-size:2rem}.section-header p[data-v-a74c7fb4]{font-size:1rem}.case-card .card-image[data-v-a74c7fb4]{height:200px}.case-card .card-content[data-v-a74c7fb4]{padding:1.5rem}.case-card .card-content .company-info h3[data-v-a74c7fb4]{font-size:1.25rem}.case-card .card-content .achievements[data-v-a74c7fb4]{padding:1rem;gap:1rem}.case-card .card-content .achievements .achievement-item .value[data-v-a74c7fb4]{font-size:1.1rem}}[data-v-a74c7fb4] .el-image-viewer__wrapper .el-image-viewer__btn{color:#fff}[data-v-a74c7fb4] .el-image-viewer__wrapper .el-image-viewer__btn i{font-size:24px}[data-v-a74c7fb4] .el-image-viewer__wrapper .el-image-viewer__close{top:40px;right:40px}.success-stories[data-v-ee2e51c2]{padding:6rem 0;background:#f8f9fa}.section-header[data-v-ee2e51c2]{text-align:center;margin-bottom:4rem}.section-header h2[data-v-ee2e51c2]{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-header p[data-v-ee2e51c2]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.stories-container[data-v-ee2e51c2]{position:relative;max-width:1000px;margin:0 auto;padding:0 4rem}.stories-content[data-v-ee2e51c2]{position:relative;min-height:400px}.story[data-v-ee2e51c2]{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:all .5s ease}.story.active[data-v-ee2e51c2]{opacity:1;visibility:visible}.story-card[data-v-ee2e51c2]{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;display:flex}.client-info[data-v-ee2e51c2]{width:300px;padding:2rem;background:#f60;color:#fff;text-align:center}.client-info .company-name[data-v-ee2e51c2]{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.client-info .industry-tag[data-v-ee2e51c2]{display:inline-block;padding:.25rem 1rem;background:#fff3;border-radius:20px;font-size:.875rem}.testimonial[data-v-ee2e51c2]{flex:1;padding:2rem;position:relative}.testimonial .quote-icon[data-v-ee2e51c2]{position:absolute;top:-1rem;left:2rem;font-size:2rem;color:#f60;background:#fff;padding:.5rem;border-radius:50%}.testimonial .content[data-v-ee2e51c2]{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:2rem}.testimonial .author[data-v-ee2e51c2]{display:flex;align-items:center}.testimonial .author .author-info[data-v-ee2e51c2]{margin-top:1rem}.testimonial .author .author-info strong[data-v-ee2e51c2]{display:block;color:#333;margin-bottom:.25rem}.testimonial .author .author-info span[data-v-ee2e51c2]{color:#666;font-size:.875rem}.nav-button[data-v-ee2e51c2]{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;font-size:2rem;color:#f60;cursor:pointer;padding:1rem;transition:all .3s ease}.nav-button[data-v-ee2e51c2]:hover{background:#e6e6e64d;transform:translateY(-50%) scale(1.1)}.nav-button.prev[data-v-ee2e51c2]{left:0}.nav-button.next[data-v-ee2e51c2]{right:0}.story-indicators[data-v-ee2e51c2]{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.indicator[data-v-ee2e51c2]{width:10px;height:10px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease}.indicator.active[data-v-ee2e51c2]{background:#f60;transform:scale(1.2)}@media (max-width: 1024px){.story-card[data-v-ee2e51c2]{flex-direction:column}.client-info[data-v-ee2e51c2]{width:100%;padding:1.5rem}}@media (max-width: 768px){.success-stories[data-v-ee2e51c2]{padding:4rem 0}.section-header[data-v-ee2e51c2]{margin-bottom:3rem}.section-header h2[data-v-ee2e51c2]{font-size:2rem}.section-header p[data-v-ee2e51c2]{font-size:1rem}.stories-container[data-v-ee2e51c2]{padding:0 2rem}.stories-content[data-v-ee2e51c2]{min-height:600px}.testimonial[data-v-ee2e51c2]{padding:1.5rem}.testimonial .content[data-v-ee2e51c2]{font-size:1rem}}.section-header[data-v-a9849367]{text-align:center;margin-bottom:4rem}.section-header h2[data-v-a9849367]{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-header p[data-v-a9849367]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-grid[data-v-a9849367]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.service-card[data-v-a9849367]{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.service-card[data-v-a9849367]:hover{transform:translateY(-5px)}.service-card .card-header[data-v-a9849367]{display:flex;align-items:center;margin-bottom:1.5rem}.service-card .card-header .service-icon[data-v-a9849367]{width:48px;height:48px;margin-right:1rem;flex-shrink:0}.service-card .card-header .service-icon .icon-bg[data-v-a9849367]{opacity:.6}.service-card .card-header .service-icon .icon-mid[data-v-a9849367]{opacity:.8}.service-card .card-header .service-icon .icon-fg[data-v-a9849367]{opacity:1}.service-card .card-header h3[data-v-a9849367]{font-size:1.5rem;color:#333;margin:0}.service-card .description[data-v-a9849367]{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-card .features[data-v-a9849367]{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service-card .features li[data-v-a9849367]{color:#555;padding-left:1.5rem;position:relative}.service-card .features li[data-v-a9849367]:before{content:"✓";color:#f60;position:absolute;left:0}.service-card .learn-more[data-v-a9849367]{display:inline-flex;align-items:center;color:#f60;text-decoration:none;font-weight:500}.service-card .learn-more i[data-v-a9849367]{margin-left:.5rem;transition:transform .3s}.service-card .learn-more[data-v-a9849367]:hover{background:#e65c00;transform:translateY(-2px)}@media (max-width: 768px){.service-intro[data-v-a9849367]{padding:4rem 0}.section-header[data-v-a9849367]{margin-bottom:3rem}.section-header h2[data-v-a9849367]{font-size:2rem}.section-header p[data-v-a9849367]{font-size:1rem}.service-card[data-v-a9849367]{padding:1.5rem}.service-card .features[data-v-a9849367]{grid-template-columns:1fr}.service-card .card-header .service-icon[data-v-a9849367]{width:40px;height:40px}}.development-process[data-v-c88ecc34]{padding:6rem 0;background:#fff}.section-header[data-v-c88ecc34]{text-align:center;margin-bottom:4rem}.section-header h2[data-v-c88ecc34]{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-header p[data-v-c88ecc34]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.process-timeline[data-v-c88ecc34]{max-width:1200px;margin:0 auto 4rem;padding:0 1.5rem;position:relative}.process-item[data-v-c88ecc34]{display:flex;align-items:flex-start;margin-bottom:3rem;position:relative}.process-item.last[data-v-c88ecc34]{margin-bottom:0}.process-icon[data-v-c88ecc34]{position:relative;width:80px;height:80px;background:#f8f9fa;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:2rem;transition:transform .3s ease}.process-icon .icon-wrapper[data-v-c88ecc34]{width:40px;height:40px}.process-icon .icon-wrapper .svg-icon[data-v-c88ecc34]{width:100%;height:100%}.process-icon .icon-wrapper .svg-icon .icon-bg[data-v-c88ecc34],.process-icon .icon-wrapper .svg-icon .icon-mid[data-v-c88ecc34],.process-icon .icon-wrapper .svg-icon .icon-fg[data-v-c88ecc34]{opacity:1}.process-icon[data-v-c88ecc34]:hover{transform:scale(1.1)}.process-content[data-v-c88ecc34]{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.process-content .content-header[data-v-c88ecc34]{margin-bottom:1.5rem}.process-content .content-header h3[data-v-c88ecc34]{font-size:1.5rem;color:#333;margin-bottom:.5rem}.process-content .content-header p[data-v-c88ecc34]{color:#666;line-height:1.6}.process-details ul[data-v-c88ecc34]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;padding:0;margin:0}.process-details ul li[data-v-c88ecc34]{color:#555;padding-left:1.5rem;position:relative}.process-details ul li[data-v-c88ecc34]:before{content:"✓";color:#f60;position:absolute;left:0}.connector[data-v-c88ecc34]{position:absolute;left:40px;bottom:-40px;color:#f60;font-size:2rem;transform:rotate(90deg)}.process-features[data-v-c88ecc34]{max-width:1000px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.process-features .feature i[data-v-c88ecc34]{font-size:2.5rem;color:#f60;margin-bottom:1rem}.process-features .feature h4[data-v-c88ecc34]{font-size:1.25rem;color:#333;margin-bottom:.5rem}.process-features .feature p[data-v-c88ecc34]{color:#666;font-size:.875rem}@media (max-width: 1024px){.process-features[data-v-c88ecc34]{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 768px){.development-process[data-v-c88ecc34]{padding:4rem 0}.section-header[data-v-c88ecc34]{margin-bottom:3rem}.section-header h2[data-v-c88ecc34]{font-size:2rem}.section-header p[data-v-c88ecc34]{font-size:1rem}.process-item[data-v-c88ecc34]{flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem}.process-item .process-icon[data-v-c88ecc34]{margin-right:0;margin-bottom:1.5rem}.connector[data-v-c88ecc34]{left:50%;transform:translate(-50%) rotate(90deg)}.process-content[data-v-c88ecc34]{padding:1.5rem}.process-details ul[data-v-c88ecc34]{grid-template-columns:1fr}.process-features[data-v-c88ecc34]{grid-template-columns:1fr;gap:2rem}}.team-intro[data-v-e6385714]{padding:6rem 0;background:#f8f9fa}.section-header[data-v-e6385714]{text-align:center;margin-bottom:4rem}.section-header h2[data-v-e6385714]{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-header p[data-v-e6385714]{color:#666;font-size:1.2rem}.company-stats[data-v-e6385714]{max-width:1000px;margin:0 auto 4rem;padding:0 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.company-stats .stat-item[data-v-e6385714]{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.company-stats .stat-item[data-v-e6385714]:hover{transform:translateY(-5px)}.company-stats .stat-item i[data-v-e6385714]{font-size:2.5rem;color:#f60;margin-bottom:1rem}.company-stats .stat-item .number[data-v-e6385714]{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.company-stats .stat-item .label[data-v-e6385714]{color:#666;font-size:1rem}.team-members[data-v-e6385714]{max-width:1200px;margin:0 auto 4rem;padding:0 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.member-card[data-v-e6385714]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.member-card[data-v-e6385714]:hover{transform:translateY(-5px)}.member-header[data-v-e6385714]{background:linear-gradient(45deg,#f60,#ff8533);padding:2rem;text-align:center;color:#fff}.member-header .avatar-wrapper[data-v-e6385714]{width:120px;height:120px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.2)}.member-header .avatar-wrapper img[data-v-e6385714]{width:100%;height:100%;object-fit:cover}.member-header .member-title h3[data-v-e6385714]{font-size:1.5rem;margin-bottom:.5rem}.member-header .member-title span[data-v-e6385714]{font-size:1rem;opacity:.9}.member-content[data-v-e6385714]{padding:2rem}.member-content .description[data-v-e6385714]{color:#666;line-height:1.6;margin-bottom:1.5rem}.member-content h4[data-v-e6385714]{color:#333;font-size:1.1rem;margin-bottom:1rem}.member-content .skills[data-v-e6385714]{margin-bottom:1.5rem}.member-content .skills .skill-tags[data-v-e6385714]{display:flex;flex-wrap:wrap;gap:.5rem}.member-content .skills .skill-tags .skill-tag[data-v-e6385714]{padding:.25rem .75rem;background:#f8f9fa;color:#666;border-radius:4px;font-size:.875rem}.member-content .experience ul[data-v-e6385714]{list-style:none;padding:0;margin:0}.member-content .experience ul li[data-v-e6385714]{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.875rem}.member-content .experience ul li[data-v-e6385714]:before{content:"•";color:#f60;position:absolute;left:0;font-size:1.2em}.team-culture[data-v-e6385714]{max-width:1000px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.team-culture .culture-item[data-v-e6385714]{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.team-culture .culture-item[data-v-e6385714]:hover{transform:translateY(-5px)}.team-culture .culture-item i[data-v-e6385714]{font-size:2.5rem;color:#f60;margin-bottom:1rem}.team-culture .culture-item h4[data-v-e6385714]{font-size:1.25rem;color:#333;margin-bottom:1rem}.team-culture .culture-item p[data-v-e6385714]{color:#666;line-height:1.6}@media (max-width: 1024px){.company-stats[data-v-e6385714],.team-culture[data-v-e6385714]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.team-intro[data-v-e6385714]{padding:4rem 0}.section-header[data-v-e6385714]{margin-bottom:3rem}.section-header h2[data-v-e6385714]{font-size:2rem}.section-header p[data-v-e6385714]{font-size:1rem}.company-stats[data-v-e6385714]{gap:1rem;margin-bottom:3rem}.company-stats .stat-item[data-v-e6385714]{padding:1.5rem}.company-stats .stat-item .number[data-v-e6385714]{font-size:2rem}.team-culture[data-v-e6385714]{grid-template-columns:1fr;gap:1rem}.member-card .member-header[data-v-e6385714]{padding:1.5rem}.member-card .member-header .avatar-wrapper[data-v-e6385714]{width:100px;height:100px}.member-card .member-content[data-v-e6385714]{padding:1.5rem}}.member-card:hover .member-header[data-v-e6385714]{background:#f26100}.contact-form[data-v-2dae68c4]{padding:6rem 0;background:#f8f9fa}.contact-container[data-v-2dae68c4]{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:2fr 1fr;gap:4rem}.form-section[data-v-2dae68c4]{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.form-section h2[data-v-2dae68c4]{font-size:2rem;color:#333;margin-bottom:1rem}.form-section .subtitle[data-v-2dae68c4]{color:#666;margin-bottom:2rem}.form-grid[data-v-2dae68c4]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-group[data-v-2dae68c4]{margin-bottom:1.5rem}.form-group label[data-v-2dae68c4]{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group label .required[data-v-2dae68c4]{color:#f60}.form-group input[data-v-2dae68c4],.form-group select[data-v-2dae68c4],.form-group textarea[data-v-2dae68c4]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:inherit;font-family:inherit;transition:all .3s ease}.form-group input[data-v-2dae68c4]:focus,.form-group select[data-v-2dae68c4]:focus,.form-group textarea[data-v-2dae68c4]:focus{outline:none;border-color:#f60;box-shadow:0 0 0 2px #ff66001a}.form-group input[data-v-2dae68c4]::placeholder,.form-group select[data-v-2dae68c4]::placeholder,.form-group textarea[data-v-2dae68c4]::placeholder{color:#999;font-family:inherit}.form-group textarea[data-v-2dae68c4]{resize:vertical;min-height:100px;line-height:1.6}.form-submit[data-v-2dae68c4]{text-align:center}.form-submit button[data-v-2dae68c4]{padding:1rem 3rem;background:#f60;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.form-submit button[data-v-2dae68c4]:hover{background:#e65c00;transform:translateY(-2px)}.form-submit button[data-v-2dae68c4]:disabled{background:#ccc;cursor:not-allowed;transform:none}.contact-info .info-item[data-v-2dae68c4]{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:1.5rem;text-align:center;transition:transform .3s ease}.contact-info .info-item[data-v-2dae68c4]:hover{transform:translateY(-5px)}.contact-info .info-item i[data-v-2dae68c4]{font-size:2.5rem;color:#f60;margin-bottom:1rem}.contact-info .info-item h3[data-v-2dae68c4]{font-size:1.25rem;color:#333;margin-bottom:.75rem}.contact-info .info-item p[data-v-2dae68c4]{color:#666;line-height:1.6}.contact-info .info-item p a[data-v-2dae68c4]{color:#f60;text-decoration:none}.contact-info .info-item p a[data-v-2dae68c4]:hover{text-decoration:underline}@media (max-width: 1024px){.contact-container[data-v-2dae68c4]{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.contact-form[data-v-2dae68c4]{padding:4rem 0}.form-section[data-v-2dae68c4]{padding:2rem}.form-section h2[data-v-2dae68c4]{font-size:1.75rem}.form-grid[data-v-2dae68c4]{grid-template-columns:1fr;gap:1rem}.form-submit button[data-v-2dae68c4]{width:100%}}.captcha-group .captcha-wrapper[data-v-2dae68c4]{display:flex;gap:1rem;align-items:center}.captcha-group .captcha-wrapper input[data-v-2dae68c4]{flex:1}.captcha-group .captcha-wrapper .captcha-image[data-v-2dae68c4]{cursor:pointer;position:relative}.captcha-group .captcha-wrapper .captcha-image img[data-v-2dae68c4]{height:40px;border-radius:4px}.captcha-group .captcha-wrapper .captcha-image .refresh-tip[data-v-2dae68c4]{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-size:12px;color:#999;white-space:nowrap;opacity:0;transition:opacity .3s}.captcha-group .captcha-wrapper .captcha-image:hover .refresh-tip[data-v-2dae68c4]{opacity:1}.home-page[data-v-e6e88286]{padding-top:72px}.section[data-v-e6e88286]{padding:4rem 0;scroll-margin-top:72px}.section[data-v-e6e88286]:nth-child(2n){background:var(--bg-color)}.section-header[data-v-e6e88286]{text-align:center;margin-bottom:3rem}.section-header h2[data-v-e6e88286]{font-size:2.5rem;color:var(--text-color);margin-bottom:1rem}.section-header p[data-v-e6e88286]{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto}.page-container[data-v-e6e88286]{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.home-page[data-v-e6e88286]{padding-top:60px}.section[data-v-e6e88286]{padding:3rem 0;scroll-margin-top:60px}.section-header h2[data-v-e6e88286]{font-size:2rem}.section-header p[data-v-e6e88286]{font-size:1rem}}
