*{margin:0;padding:0;box-sizing:border-box}a{color:#fff!important;text-decoration:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#fff}.container{max-width:1280px;margin:0 auto}header{background:#fff;padding:14px 0}.search-box{position:relative}.search-input{width:220px;height:32px;font-size:12px;padding:8px 12px!important;border-radius:6px;background-color:#f7f7f7;border:2px solid #f7f7f7!important;box-sizing:border-box}.search-box img{cursor:pointer;position:absolute;width:20px;height:20px;top:5px;right:10px}.flex-center{display:flex;align-items:center;justify-content:center}.gap-4{gap:4px}.gap-12{gap:12px}.header-content{display:flex;align-items:center;justify-content:space-between}.header-content .left{display:flex;align-items:center;gap:20px}.logo{display:flex;align-items:center;gap:8px;font-weight:500;color:#111}.logo-icon{width:16px;height:16px;background:#3b82f6;border-radius:4px}nav{display:flex;align-items:center;gap:32px}nav button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:14px;padding:8px 0;transition:color .3s}nav button:hover{color:#111}.btn-download{background:#3b82f6!important;color:#fff!important;padding:8px 24px!important;border-radius:8px;transition:background .3s}.btn-download:hover{background:#2563eb!important}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#6b7280}.hero{color:#fff;padding-top:16px}.hero-content{position:relative;width:1280px;height:640px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero-content .BG{position:absolute;top:0;right:0;width:100%;z-index:-1}.hero-content .mainPng{position:absolute;top:40px;right:-200px;width:900px;height:640px;z-index:1}.hero-left{padding-left:80px}.hero-left h1{font-size:50px;font-weight:600}.features-list{list-style:none;margin:16px 0 24px}.features-list li{display:flex;align-items:center;gap:8px;margin-bottom:12px}.check-icon{width:20px;height:20px;flex-shrink:0}.hero-download-btn{width:300px;height:80px;margin:16px 0;display:inline-flex;align-items:center;background:#fff;color:#3b82f6;border:none;border-radius:16px;font-size:28px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #0003;transition:all .3s}.hero-download-btn:hover{box-shadow:0 15px 35px #0000004d;transform:translateY(-2px)}.system-info{font-size:14px;color:#bfdbfe}.system-info strong{display:block;margin-bottom:4px}.brand-section{padding:40px 0 80px;background:#f9fafb}.section-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:48px;color:#111}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.brand-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;transition:all .3s}.brand-card:hover{box-shadow:0 4px 12px #0000001a}.brand-logo{width:100%}.brand-name{font-size:16px;font-weight:500;color:#111;margin-bottom:8px}.brand-name-en{font-size:14px;color:#6b7280;margin-bottom:16px}.brand-btn{margin:0 auto;width:120px;height:40px;background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:background .3s}.brand-btn:hover{background:#2563eb}.testimonials-section{padding:80px 0;background:#fff;overflow:hidden}.testimonials-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:48px;color:#111}.testimonials-title .highlight{color:#3b82f6}.testimonials-container{position:relative}.testimonials-scroll{display:flex;gap:24px;animation:scroll 30s linear infinite}.testimonials-scroll:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid #e5e6eb;border-radius:12px;padding:24px;width:400px;flex-shrink:0;box-shadow:0 4px 8px #0000000a;transition:box-shadow .3s}.testimonial-card:hover{box-shadow:0 4px 12px #0000001a}.stars{display:flex;gap:4px;margin-bottom:16px}.star{width:20px;height:20px;fill:#ffda24}.testimonial-title{font-size:16px;font-weight:600;color:#111;margin-bottom:12px}.testimonial-content{font-size:14px;color:#6b7280;margin-bottom:24px;line-height:1.6}.author-info{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid #f3f4f6}.author-avatar{width:40px;height:40px;background:#e5e7eb;border-radius:50%;flex-shrink:0}.author-name{font-size:14px;font-weight:500;color:#111}.author-role{font-size:12px;color:#6b7280}.faq-section{padding:80px 0;background:#f9fafb}.faq-container{max-width:1280px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:border-color .3s}.faq-item:hover{border-color:#d1d5db}.faq-question{width:100%;height:70px;background:none;border:none;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;font-size:18px;font-weight:500;color:#111;transition:background .3s}.faq-question:hover{background:#f9fafb}.faq-icon{width:20px;height:20px;color:#3b82f6;flex-shrink:0;transition:transform .3s}.faq-icon.rotate{transform:rotate(45deg)}.faq-answer{padding:0 24px;max-height:0;overflow:hidden;transition:all .3s ease;color:#6b7280;font-size:14px;border-top:1px solid #f3f4f6}.faq-answer.open{padding:16px 24px;max-height:200px}footer{background:#000;color:#fff;padding:32px 0}.footer-content{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;font-size:14px}.footer-main{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;font-size:14px;color:#9ca3af}.footer-links{display:flex;align-items:center;gap:16px}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-info{font-size:12px;color:#6b7280;line-height:1.8}@media(max-width:1024px){.brand-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){nav{display:none}.mobile-menu-btn{display:block}.hero-content{display:flex;flex-direction:column;align-items:center;width:100%;height:auto;gap:24px;background-color:#3b82f6}.hero-left{padding:0}.hero-content .BG{display:none}.hero-content .mainPng{position:static;width:100%;height:auto}.hero-left h1{font-size:28px}.hero-left h2{font-size:24px}.brand-grid{grid-template-columns:repeat(2,1fr);gap:16px}.section-title,.testimonials-title{font-size:24px}.footer-main{flex-direction:column}}footer .footer-info{color:#999}footer .hover:hover{text-decoration:underline;color:#007aff;cursor:pointer}
