@font-face{font-family:Outfit;src:url(/fonts/Outfit-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Outfit Placeholder;src:url(/fonts/Outfit-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{--color-primary: #B2E6F2;--color-primary-light: #FFFFFF;--color-text-dark: #1A1A1A;--color-text-gray: #333333;--color-cta: #38bedd;--color-white: #FFFFFF;--color-border: #E5E5E5;--font-family: "Outfit", "Outfit Placeholder", sans-serif;--framer-font-family: "Outfit", "Outfit Placeholder", sans-serif;--framer-font-family-bold: "Outfit", "Outfit Placeholder", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--color-text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-md)}@media (max-width: 768px){.container{padding:0 var(--spacing-sm)}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--color-cta);color:var(--color-white)}.btn-primary:hover{background-color:#2a9fc4;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--color-text-dark);border:1px solid var(--color-border)}.btn-outline:hover{background-color:var(--color-primary);border-color:var(--color-primary)}.gradient-bg{background:linear-gradient(180deg,var(--color-primary) 0%,var(--color-primary-light) 100%)}.text-center{text-align:center}.section{padding:var(--spacing-xl) 0}@media (max-width: 768px){.section{padding:var(--spacing-lg) 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.section{opacity:0;transition:opacity .6s ease-out}.section.fade-in-up{opacity:1}.header[data-v-e9150aae]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0}.nav[data-v-e9150aae]{display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo-link[data-v-e9150aae]{display:inline-block;background:#1a1a1a;color:var(--color-primary);padding:.5rem 1.5rem;border-radius:50px;font-size:1.1rem;font-weight:500;text-decoration:none;font-family:var(--font-family);letter-spacing:.5px;transition:all .3s ease}.logo-link[data-v-e9150aae]:hover{transform:scale(1.05)}.nav-menu[data-v-e9150aae]{display:flex;list-style:none;gap:.5rem;align-items:center;background:var(--color-primary);padding:.5rem 1rem;border-radius:50px;margin:0 auto}.nav-menu a[data-v-e9150aae]{color:var(--color-text-dark);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:50px;transition:all .3s ease;font-size:.95rem;white-space:nowrap}.nav-menu a[data-v-e9150aae]:hover{background:#ffffff80}.mobile-lang-toggle[data-v-e9150aae],.mobile-cta[data-v-e9150aae]{display:none}.nav-right[data-v-e9150aae]{display:flex;align-items:center;gap:1rem}.lang-toggle[data-v-e9150aae]{background:var(--color-primary);color:var(--color-text-dark);padding:.5rem 1rem;border-radius:50px;border:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:var(--font-family);white-space:nowrap;min-width:45px}.lang-toggle[data-v-e9150aae]:hover{background:#b2e6f2cc;transform:scale(1.05)}.nav-cta[data-v-e9150aae]{background:var(--color-primary);color:var(--color-text-dark);padding:.5rem 1.5rem;border-radius:50px;border:none;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:var(--font-family);white-space:nowrap}.nav-cta[data-v-e9150aae]:hover{background:#b2e6f2cc;transform:scale(1.05)}.menu-toggle[data-v-e9150aae]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span[data-v-e9150aae]{width:25px;height:2px;background:var(--color-text-dark);transition:all .3s ease}@media (max-width: 1024px){.nav-menu[data-v-e9150aae]{gap:.3rem;padding:.5rem .8rem}.nav-menu a[data-v-e9150aae]{padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 768px){.menu-toggle[data-v-e9150aae]{display:flex}.nav-menu[data-v-e9150aae]{position:fixed;top:70px;left:0;right:0;background:var(--color-primary);flex-direction:column;padding:2rem;gap:1rem;border-radius:0;transform:translate(-100%);transition:transform .3s ease;box-shadow:0 4px 20px #0000001a;margin:0}.nav-menu.active[data-v-e9150aae]{transform:translate(0)}.nav-menu a[data-v-e9150aae]{width:100%;text-align:center;padding:1rem;border-radius:50px}.mobile-lang-toggle[data-v-e9150aae],.mobile-cta[data-v-e9150aae]{display:block;width:100%}.lang-toggle-mobile[data-v-e9150aae],.nav-cta-mobile[data-v-e9150aae]{width:100%;background:var(--color-primary);color:var(--color-text-dark);padding:1rem;border-radius:50px;border:none;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:var(--font-family)}.lang-toggle-mobile[data-v-e9150aae]:hover,.nav-cta-mobile[data-v-e9150aae]:hover{background:#b2e6f2cc}.nav-right[data-v-e9150aae]{display:none}}.hero[data-v-bdee74b4]{padding-top:100px;min-height:90vh;display:flex;align-items:center}.hero-content[data-v-bdee74b4]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.trust-badge[data-v-bdee74b4]{display:inline-block;padding:.5rem 1rem;background:#fffc;border-radius:2rem;margin-bottom:2rem;font-size:.9rem;color:var(--color-text-gray)}.hero-title[data-v-bdee74b4]{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--color-text-dark)}.title-line[data-v-bdee74b4]{display:block}.hero-subtitle[data-v-bdee74b4]{font-size:1.25rem;color:var(--color-text-gray);margin-bottom:1rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-image[data-v-bdee74b4]{display:flex;justify-content:center;align-items:center;position:relative}.hero-phone-image[data-v-bdee74b4]{max-width:100%;height:auto;max-height:80vh;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.3));display:block}@media (max-width: 1024px){.hero-title[data-v-bdee74b4]{font-size:3rem}.hero-subtitle[data-v-bdee74b4]{max-width:100%}}@media (max-width: 768px){.hero[data-v-bdee74b4]{padding-top:100px;min-height:auto}.hero-title[data-v-bdee74b4]{font-size:2.5rem}.hero-subtitle[data-v-bdee74b4]{font-size:1.1rem}.hero-phone-image[data-v-bdee74b4]{max-height:60vh}}.features[data-v-912a08d4]{background:var(--color-white)}.section-header[data-v-912a08d4]{text-align:center;max-width:800px;margin:0 auto 4rem}.section-title[data-v-912a08d4]{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--color-text-dark)}.section-description[data-v-912a08d4]{font-size:1.1rem;color:var(--color-text-gray);line-height:1.8}.features-grid[data-v-912a08d4]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-card[data-v-912a08d4]{background:var(--color-white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-card[data-v-912a08d4]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.feature-image[data-v-912a08d4]{width:100%;height:300px;background:linear-gradient(135deg,#b2e6f2,#38bedd);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.feature-number[data-v-912a08d4]{font-size:6rem;font-weight:700;color:#ffffff4d;line-height:1;font-family:var(--font-family)}.feature-content[data-v-912a08d4]{padding:2rem}.feature-title[data-v-912a08d4]{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--color-text-dark)}.feature-description[data-v-912a08d4]{color:var(--color-text-gray);line-height:1.6}@media (max-width: 1024px){.features-grid[data-v-912a08d4]{grid-template-columns:1fr}}@media (max-width: 768px){.section-title[data-v-912a08d4]{font-size:2.5rem}.section-description[data-v-912a08d4]{font-size:1rem}.feature-image[data-v-912a08d4]{height:200px}.feature-content[data-v-912a08d4]{padding:1.5rem}}.routes-section[data-v-b9e98043]{position:relative;width:100%;background:var(--color-white);padding:4rem 0}.section-header[data-v-b9e98043]{text-align:center;max-width:800px;margin:0 auto 3rem}.section-title[data-v-b9e98043]{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--color-text-dark)}.section-description[data-v-b9e98043]{font-size:1.1rem;color:var(--color-text-gray);line-height:1.8}.carousel-wrapper[data-v-b9e98043]{position:relative;max-width:1200px;margin:0 auto;overflow:hidden;width:100%}.route-info[data-v-b9e98043]{text-align:center;margin-bottom:2rem}.route-name[data-v-b9e98043]{font-size:1.8rem;font-weight:600;color:var(--color-text-dark);margin-bottom:.5rem}.route-time[data-v-b9e98043]{font-size:1rem;font-weight:500;color:var(--color-cta);margin-bottom:.5rem}.route-description[data-v-b9e98043]{font-size:1rem;color:var(--color-text-gray);opacity:.8}.carousel-main-container[data-v-b9e98043]{position:relative;width:100%;height:552px;display:flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none;margin-bottom:2rem;overflow:hidden}.carousel-main-container.is-dragging[data-v-b9e98043]{cursor:grabbing}.track[data-v-b9e98043]{display:flex;height:100%;align-items:center;will-change:transform}.screenshot-item[data-v-b9e98043]{width:312px;flex-shrink:0;display:flex;justify-content:center;align-items:center;padding:0 40px;box-sizing:border-box}.screenshot-item img[data-v-b9e98043]{width:203px;height:auto;display:block;pointer-events:none;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);backface-visibility:hidden}.bg-track-wrapper[data-v-b9e98043]{position:absolute;width:100%;height:100%;z-index:1;overflow:hidden;left:0;right:0}.bg-item img[data-v-b9e98043]{opacity:.1;filter:grayscale(20%);border-radius:28px}.phone-mockup-fixed[data-v-b9e98043]{position:relative;width:254px;height:552px;z-index:10;flex-shrink:0;pointer-events:none}.phone-frame[data-v-b9e98043]{width:100%;height:100%;display:block;position:relative;z-index:2}.screen-area[data-v-b9e98043]{position:absolute;top:10%;left:10%;right:10%;bottom:10%;overflow:hidden;border-radius:28px;background:#000;z-index:1}.screen-area .track[data-v-b9e98043]{height:100%;align-items:flex-start}.screen-area .screenshot-item[data-v-b9e98043]{padding:0 40px;width:312px;height:100%;align-items:flex-start}.fg-item img[data-v-b9e98043]{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:0;display:block}@media (max-width: 768px){.routes-section[data-v-b9e98043]{padding:3rem 0}.section-title[data-v-b9e98043]{font-size:2.5rem}.section-description[data-v-b9e98043]{font-size:1rem}.route-name[data-v-b9e98043]{font-size:1.5rem}.carousel-main-container[data-v-b9e98043]{height:426px}.phone-mockup-fixed[data-v-b9e98043]{width:196px;height:426px}.screenshot-item[data-v-b9e98043]{width:197px;padding:0 20px}.screenshot-item img[data-v-b9e98043]{width:157px}.screen-area .screenshot-item[data-v-b9e98043]{width:197px;padding:0 20px}.screen-area .fg-item img[data-v-b9e98043]{width:157px;height:auto}.screen-area[data-v-b9e98043],.bg-item img[data-v-b9e98043]{border-radius:20px}}.testimonials[data-v-436da094]{background:var(--color-white)}.section-title[data-v-436da094]{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-text-dark)}.testimonials-carousel[data-v-436da094]{position:relative;overflow:hidden;max-width:1000px;margin:0 auto}.carousel-container[data-v-436da094]{display:flex;transition:transform .5s ease}.testimonial-card[data-v-436da094]{min-width:100%;padding:0 1rem}.testimonial-content[data-v-436da094]{background:var(--color-primary);border-radius:1.5rem;padding:3rem;text-align:center;max-width:600px;margin:0 auto}.testimonial-avatar[data-v-436da094]{width:80px;height:80px;border-radius:50%;background:var(--color-white);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;overflow:hidden}.avatar-image[data-v-436da094]{width:100%;height:100%;object-fit:cover;border-radius:50%}.testimonial-text[data-v-436da094]{font-size:1.2rem;line-height:1.8;color:var(--color-text-dark);margin-bottom:1.5rem;font-style:italic}.testimonial-author[data-v-436da094]{font-weight:600;color:var(--color-text-gray)}.carousel-controls[data-v-436da094]{display:flex;justify-content:space-between;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none}.carousel-btn[data-v-436da094]{background:var(--color-white);border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;pointer-events:all;display:flex;align-items:center;justify-content:center}.carousel-btn[data-v-436da094]:hover{background:var(--color-cta);color:var(--color-white);transform:scale(1.1)}.carousel-indicators[data-v-436da094]{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.indicator[data-v-436da094]{width:12px;height:12px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;transition:all .3s ease}.indicator.active[data-v-436da094]{background:var(--color-cta);width:30px;border-radius:6px}@media (max-width: 768px){.section-title[data-v-436da094]{font-size:2rem}.testimonial-content[data-v-436da094]{padding:2rem}.testimonial-text[data-v-436da094]{font-size:1rem}.carousel-controls[data-v-436da094]{display:none}}.faq[data-v-3e1a502b]{background:var(--color-white)}.faq-header[data-v-3e1a502b]{text-align:center;max-width:800px;margin:0 auto 3rem}.section-title[data-v-3e1a502b]{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-dark)}.faq-subtitle[data-v-3e1a502b]{font-size:1.1rem;color:var(--color-text-gray)}.faq-list[data-v-3e1a502b]{max-width:800px;margin:0 auto 3rem}.faq-item[data-v-3e1a502b]{border-bottom:1px solid var(--color-border);overflow:hidden;transition:all .3s ease}.faq-question[data-v-3e1a502b]{width:100%;padding:1.5rem 0;background:none;border:none;text-align:left;font-size:1.2rem;font-weight:600;color:var(--color-text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-question[data-v-3e1a502b]:hover{color:var(--color-cta)}.faq-icon[data-v-3e1a502b]{font-size:1.5rem;font-weight:300;transition:transform .3s ease;color:var(--color-cta)}.faq-item.active .faq-icon[data-v-3e1a502b]{transform:rotate(45deg)}.faq-answer[data-v-3e1a502b]{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0}.faq-item.active .faq-answer[data-v-3e1a502b]{max-height:500px;padding:0 0 1.5rem}.faq-answer p[data-v-3e1a502b]{color:var(--color-text-gray);line-height:1.8;font-size:1rem}.faq-cta[data-v-3e1a502b]{text-align:center}@media (max-width: 768px){.section-title[data-v-3e1a502b]{font-size:2rem}.faq-question[data-v-3e1a502b]{font-size:1.1rem;padding:1.2rem 0}}.cta[data-v-2cc92a86]{text-align:center}.cta-content[data-v-2cc92a86]{max-width:800px;margin:0 auto}.cta-title[data-v-2cc92a86]{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-dark)}.cta-subtitle[data-v-2cc92a86]{font-size:1.2rem;color:var(--color-text-gray);margin-bottom:2.5rem}.cta-buttons[data-v-2cc92a86]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.app-store-btn[data-v-2cc92a86],.huawei-btn[data-v-2cc92a86]{display:inline-block;text-decoration:none;transition:all .3s ease;line-height:0;position:relative;cursor:pointer}.badge-wrapper[data-v-2cc92a86]{position:relative;display:inline-block}.store-badge[data-v-2cc92a86]{height:50px;width:auto;display:block;transition:all .3s ease}.coming-soon-badge[data-v-2cc92a86]{position:absolute;top:-15px;right:-8px;background:linear-gradient(135deg,#b2e6f2,#38bedd);color:#fff;font-size:.7rem;font-weight:600;padding:.4rem .8rem;border-radius:12px;white-space:nowrap;box-shadow:0 2px 8px #38bedd66;z-index:10;font-family:var(--font-family);line-height:1.2}.app-store-btn:hover .store-badge[data-v-2cc92a86],.huawei-btn:hover .store-badge[data-v-2cc92a86]{transform:translateY(-2px);filter:drop-shadow(0 4px 15px rgba(0,0,0,.2))}.app-store-btn[data-v-2cc92a86]{cursor:pointer}@media (max-width: 768px){.cta-title[data-v-2cc92a86]{font-size:2.5rem}.cta-subtitle[data-v-2cc92a86]{font-size:1rem}.cta-buttons[data-v-2cc92a86]{flex-direction:column;align-items:center}.store-badge[data-v-2cc92a86]{height:40px}}.footer[data-v-71a01798]{background:var(--color-primary);padding:4rem 0 2rem;color:var(--color-text-dark)}.footer-content[data-v-71a01798]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo h3[data-v-71a01798]{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-logo p[data-v-71a01798]{color:var(--color-text-gray);margin-bottom:1.5rem}.social-links[data-v-71a01798]{display:flex;gap:1rem}.social-link[data-v-71a01798]{width:40px;height:40px;border-radius:50%;background:var(--color-white);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:transform .3s ease}.social-link img[data-v-71a01798]{width:24px;height:24px;object-fit:contain}.social-link-xiaohongshu[data-v-71a01798]{background:transparent!important;border-radius:0;width:auto;height:auto}.social-link-xiaohongshu img[data-v-71a01798]{width:60px;height:60px;object-fit:contain}.social-link[data-v-71a01798]:hover{transform:translateY(-3px)}.footer-title[data-v-71a01798]{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--color-text-dark)}.footer-links[data-v-71a01798]{list-style:none}.footer-links li[data-v-71a01798]{margin-bottom:.5rem}.footer-links a[data-v-71a01798]{color:var(--color-text-gray);text-decoration:none;transition:color .3s ease}.footer-links a[data-v-71a01798]:hover{color:var(--color-cta)}.footer-email[data-v-71a01798]{margin-top:.75rem;margin-bottom:0}.footer-email a[data-v-71a01798]{color:var(--color-text-gray);text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-email a[data-v-71a01798]:hover{color:var(--color-cta)}.footer-bottom[data-v-71a01798]{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.footer-copyright p[data-v-71a01798]{color:var(--color-text-gray);font-size:.9rem;margin:0}.footer-legal[data-v-71a01798]{display:flex;gap:1.5rem}.footer-legal a[data-v-71a01798]{color:var(--color-text-gray);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a[data-v-71a01798]:hover{color:var(--color-cta)}@media (max-width: 1024px){.footer-content[data-v-71a01798]{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer-content[data-v-71a01798]{grid-template-columns:1fr;gap:2rem}.footer-bottom[data-v-71a01798]{flex-direction:column;gap:1rem;text-align:center}.footer-legal[data-v-71a01798]{flex-direction:column;gap:.5rem}}#app[data-v-1ec592c4]{width:100%}
