.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:24px 60px;transition:all .4s ease;background:transparent}.navbar.scrolled{background:#000000d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:16px 60px;box-shadow:0 1px #ffffff0f}.navbar-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;text-decoration:none}.navbar-logo img{height:36px;width:auto;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:56px}.nav-link{color:#ffffffd9;text-decoration:none;font-size:15px;font-weight:400;letter-spacing:-.01em;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:1.5px;background:#fff;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}@media (max-width: 768px){.navbar{padding:16px 20px}.navbar.scrolled{padding:12px 20px}.navbar-logo img{height:28px}.navbar-links{gap:28px}.nav-link{font-size:13px}}.footer{background:#000;color:#fff;padding:140px 60px 80px}.footer-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:60px}.footer-vision{text-align:center;display:flex;flex-direction:column;align-items:center;gap:48px;padding-bottom:60px}.footer-vision-text{font-size:36px;font-weight:500;line-height:1.4;max-width:780px;color:#fff;letter-spacing:-.02em}.footer-cta-button{background:#e4fe00;color:#000;border:none;padding:18px 56px;font-size:17px;font-weight:500;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:inherit}.footer-cta-button:hover{transform:scale(1.04);box-shadow:0 8px 32px #e4fe0040}.footer-middle{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:60px;width:100%;padding:48px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand-col{display:flex;flex-direction:column;gap:16px}.footer-logo{display:inline-flex;align-items:center;text-decoration:none}.footer-logo img{height:32px;width:auto;object-fit:contain}.footer-slogan{font-size:13px;color:#fff6;line-height:1.6;max-width:260px}.footer-nav-col{display:flex;flex-direction:column;gap:16px}.footer-col-title{font-size:14px;font-weight:500;color:#ffffffb3;margin-bottom:4px}.footer-nav-links{display:flex;flex-direction:column;gap:10px}.footer-nav-links a{color:#ffffff73;text-decoration:none;font-size:13px;transition:color .3s ease}.footer-nav-links a:hover{color:#fff}.footer-contact-col{display:flex;flex-direction:column;gap:16px}.footer-contact-info{display:flex;flex-direction:column;gap:10px}.footer-contact-info p{font-size:13px;color:#ffffff73;line-height:1.6;display:flex;align-items:flex-start;gap:6px}.footer-icon{font-size:14px;flex-shrink:0;line-height:1.4}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;padding-top:4px}.footer-copyright{color:#ffffffd9;font-size:12px}.footer-legal{display:flex;align-items:center;gap:8px}.footer-legal a{color:#ffffffd9;text-decoration:none;font-size:12px;transition:color .3s ease}.footer-legal a:hover{color:#fff9}.footer-divider{color:#ffffff4d;font-size:12px}@media (max-width: 1024px){.footer-middle{grid-template-columns:1fr 1fr;gap:40px}.footer-brand-col{grid-column:1 / -1}}@media (max-width: 768px){.footer{padding:100px 24px 32px}.footer-vision-text{font-size:24px}.footer-cta-button{font-size:15px;padding:14px 40px}.footer-middle{grid-template-columns:1fr;gap:32px;padding:32px 0}.footer-brand-col{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px;align-items:center;text-align:center}}.cookie-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background:#0009;pointer-events:all}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#0a0a0af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.08);padding:16px 24px}.cookie-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.cookie-text{font-size:13px;color:#fff9;line-height:1.6;margin:0}.cookie-link{color:#fffc;text-decoration:underline;text-underline-offset:2px;transition:color .3s ease}.cookie-link:hover{color:#fff}.cookie-btn{flex-shrink:0;background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.25);padding:8px 28px;font-size:13px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .3s ease;font-family:inherit;white-space:nowrap}.cookie-btn:hover{border-color:#ffffff80;color:#fff}@media (max-width: 768px){.cookie-content{flex-direction:column;gap:12px;text-align:center}.cookie-btn{width:100%}}.home{width:100%}.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000004d,#0000001a 40%,#0006)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:20px;padding:0 24px;margin-top:60px}.hero-anim{opacity:0;animation:slideUpReveal 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUpReveal{0%{opacity:0;transform:translateY(40px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.hero-title-group{display:flex;flex-direction:column;gap:10px}.hero-title-zh{font-size:38px;font-weight:500;line-height:1.1;color:#fffcfc;letter-spacing:-.04em;font-family:Switzer,-apple-system,sans-serif}.hero-title-en{font-size:26px;font-weight:500;line-height:1.2;color:#fffcfc;font-family:Switzer,-apple-system,sans-serif}.hero-subtitle{font-size:17px;font-weight:400;line-height:1.5;color:#ffffffd9;margin-top:16px;font-family:Switzer,-apple-system,sans-serif}.hero-coming-soon{margin-top:120px;display:flex;flex-direction:column;align-items:center;gap:10px}.coming-soon-label{font-size:26px;font-weight:500;color:#fffcfc;font-family:Switzer,-apple-system,sans-serif}.coming-soon-row{display:flex;align-items:center;gap:8px}.blue-dot{width:10px;height:10px;border-radius:50%;background:radial-gradient(circle,#fff,#7ec8ff,#4a9eff 50%,#2a7adf);flex-shrink:0;position:relative;animation:sparkle 2s ease-in-out infinite;box-shadow:0 0 6px 2px #4a9effcc,0 0 12px 4px #4a9eff80,0 0 24px 8px #4a9eff40,0 0 40px 14px #4a9eff1a}.blue-dot:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:transparent;border:1.5px solid rgba(126,200,255,.5);animation:ringExpand 2s ease-out infinite}.blue-dot:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:transparent;border:1px solid rgba(126,200,255,.35);animation:ringExpand 2s ease-out .6s infinite}@keyframes sparkle{0%,to{transform:scale(1);box-shadow:0 0 6px 2px #4a9effcc,0 0 12px 4px #4a9eff80,0 0 24px 8px #4a9eff40,0 0 40px 14px #4a9eff1a}50%{transform:scale(1.2);box-shadow:0 0 8px 3px #4a9eff,0 0 18px 7px #4a9eff99,0 0 36px 12px #4a9eff59,0 0 60px 20px #4a9eff26}}@keyframes ringExpand{0%{transform:scale(1);opacity:.6}to{transform:scale(4);opacity:0}}.coming-soon-zh{font-size:14px;font-weight:500;color:#d5dbe6;line-height:22px;font-family:Inter,-apple-system,sans-serif}.cto-quote-section{padding:60px;background:#fff}.cto-quote-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:40px}.cto-quote-left{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.cto-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.cto-title{font-size:14px;font-weight:400;color:#d5dbe6;white-space:nowrap}.cto-quote-text{font-size:17px;font-weight:400;line-height:1.6;color:#403b3b;margin:0;padding:0;border:none;font-style:normal}.about-section{padding:160px 60px;background:#fff}.about-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-content{display:flex;flex-direction:column;gap:28px}.about-title{font-size:38px;font-weight:500;line-height:1.1;color:#141414;letter-spacing:-.04em}.about-text{font-size:17px;font-weight:400;line-height:1.8;color:#141414}.about-image{display:flex;justify-content:center;align-items:center}.about-image img{max-width:100%;height:auto;border-radius:8px}.cto-quote-section+.about-section{border-top:1px solid #eee}@media (max-width: 1024px){.about-container{grid-template-columns:1fr;gap:60px}.about-image{order:-1}.cto-quote-container{flex-direction:column;text-align:center;gap:24px}}@media (max-width: 768px){.hero-content{margin-top:40px}.hero-title-zh{font-size:28px}.hero-title-en{font-size:20px}.hero-subtitle{font-size:15px}.hero-coming-soon{margin-top:80px}.coming-soon-label{font-size:22px}.cto-quote-section{padding:40px 24px}.cto-quote-text{font-size:15px}.about-section{padding:80px 24px}.about-title{font-size:28px}.about-text{font-size:15px}}.resources{width:100%}.resources-hero{background:linear-gradient(135deg,#111,#000);color:#fff;padding:180px 60px 100px;text-align:center}.resources-hero-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.resources-hero-title{font-size:48px;font-weight:500;line-height:1.1;letter-spacing:-.04em}.resources-hero-subtitle{font-size:17px;font-weight:400;line-height:1.6;opacity:.7}.about-detail-section{padding:120px 60px;background:#fff}.about-detail-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-detail-image{display:flex;justify-content:center;align-items:center}.about-detail-image img{max-width:100%;height:auto;border-radius:12px}.about-detail-content{display:flex;flex-direction:column;gap:32px}.about-detail-title{font-size:38px;font-weight:500;line-height:1.1;color:#141414;letter-spacing:-.04em}.about-detail-text{display:flex;flex-direction:column;gap:20px}.about-detail-text p{font-size:17px;font-weight:400;line-height:1.8;color:#141414}.vision-section{padding:120px 60px;background:#000;color:#fff}.vision-container{max-width:1000px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:48px}.vision-title{font-size:32px;font-weight:500;line-height:1.5}.vision-cta{background:#e4fe00;color:#000;text-decoration:none;padding:16px 48px;font-size:18px;font-weight:500;border-radius:50px;transition:all .3s ease}.vision-cta:hover{transform:scale(1.05);box-shadow:0 8px 24px #e4fe004d}@media (max-width: 1024px){.about-detail-container{grid-template-columns:1fr;gap:60px}.about-detail-image{order:-1}}@media (max-width: 768px){.resources{padding-top:80px}.resources-hero{padding:80px 24px}.resources-hero-title{font-size:36px}.resources-hero-subtitle{font-size:16px}.about-detail-section,.vision-section{padding:80px 24px}.about-detail-title{font-size:32px}.about-detail-text p{font-size:16px}.vision-title{font-size:24px}.vision-cta{font-size:16px;padding:14px 36px}}.contact{width:100%}.contact-hero{position:relative;height:70vh;min-height:500px;display:flex;align-items:flex-end;overflow:hidden}.contact-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.contact-hero-background img{width:100%;height:100%;object-fit:cover}.contact-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0003,#00000080)}.contact-hero-content{position:relative;z-index:1;color:#fff;display:flex;flex-direction:column;gap:16px;padding:80px 60px;max-width:800px}.contact-hero-subtitle{font-size:17px;font-weight:400;line-height:1.6;opacity:.85}.contact-hero-title{font-size:48px;font-weight:500;line-height:1.2;letter-spacing:-.03em}.why-choose-section{padding:100px 60px;background:#fff}.why-choose-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:60px}.section-title{font-size:38px;font-weight:500;line-height:1.2;color:#141414;text-align:center;letter-spacing:-.04em}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{display:flex;flex-direction:column;background:#f7f7f7;border-radius:16px;overflow:hidden;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.feature-image-wrapper{width:100%;height:280px;overflow:hidden}.feature-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.feature-card:hover .feature-image{transform:scale(1.03)}.feature-info{padding:28px;display:flex;flex-direction:column;gap:12px}.feature-title{font-size:24px;font-weight:500;line-height:1.3;color:#141414;letter-spacing:-.02em}.feature-text{font-size:15px;font-weight:400;line-height:1.7;color:#666}.jobs-section{padding:100px 60px;background:#f7f7f7}.jobs-container{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:40px}.jobs-cta{background:#e4fe00;color:#000;text-decoration:none;padding:18px 56px;font-size:17px;font-weight:500;border-radius:50px;transition:all .3s ease;font-family:inherit}.jobs-cta:hover{transform:scale(1.04);box-shadow:0 8px 32px #e4fe0040}@media (max-width: 1024px){.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{flex-direction:row}.feature-image-wrapper{width:280px;height:auto;min-height:200px;flex-shrink:0}.feature-info{padding:24px;justify-content:center}}@media (max-width: 768px){.contact-hero{height:55vh;min-height:400px}.contact-hero-content{padding:60px 24px}.contact-hero-title{font-size:32px}.contact-hero-subtitle{font-size:15px}.why-choose-section,.jobs-section{padding:60px 24px}.section-title{font-size:28px}.feature-card{flex-direction:column}.feature-image-wrapper{width:100%;height:220px}.feature-title{font-size:20px}.jobs-cta{font-size:15px;padding:16px 40px}}.privacy-page{background:#0a0a0a;color:#d5dbe6;min-height:100vh;padding:120px 24px 80px}.privacy-container{max-width:800px;margin:0 auto}.privacy-title{text-align:center;font-size:32px;font-weight:600;color:#fff;margin-bottom:12px;letter-spacing:-.02em}.privacy-meta{text-align:center;font-size:13px;color:#fff6;margin-bottom:48px;line-height:1.8}.privacy-container h2{font-size:20px;font-weight:600;color:#fff;margin-top:40px;margin-bottom:16px;letter-spacing:-.01em}.privacy-indent{text-indent:2em;margin-bottom:12px;line-height:1.8;text-align:justify}.privacy-sub{padding-left:2em;margin-bottom:10px;line-height:1.8;text-align:justify}.privacy-toc{padding-left:2em;margin-bottom:24px}.privacy-toc p{margin-bottom:4px;line-height:1.8;color:#ffffffb3}.privacy-contact{margin-top:20px;padding-left:2em}.privacy-contact p{margin-bottom:6px;line-height:1.8}@media (max-width: 768px){.privacy-page{padding:100px 20px 60px}.privacy-title{font-size:24px}.privacy-container h2{font-size:18px;margin-top:32px}.privacy-indent,.privacy-sub{font-size:14px}}@font-face{font-family:Switzer;src:url(https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/E2V7PXQYQSSQZV2S3WIVQKMRSBRHUD6Z/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/GF5F37OLWKCXBGGCAIFAKVUAOA4XUVV5/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(https://framerusercontent.com/third-party-assets/fontshare/wf/HBNTRIISA5MEXGL5WPYI7CV2HIWTDV3Q/JDRHKOEQXJLXRM3BZYHLKAFKPJFPIXWN/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Switzer,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;color:#141414;background:#fff;line-height:1.5}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.app{min-height:100vh}
