*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary-color:#7c3aed;--accent-color:#8b5cf6;--success-color:#10b981;--warning-color:#f59e0b;--text-dark:#1e293b;--text-light:#64748b;--bg-light:#f8fafc;--bg-white:#fff;--bg-gradient:linear-gradient(135deg,#667eea,#764ba2);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1);--transition:all 0.3s ease}body{color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{animation:navGlow 4s ease-in-out infinite;backdrop-filter:blur(15px);background:linear-gradient(135deg,rgba(30,27,75,.8),rgba(49,46,129,.8) 50%,rgba(30,27,75,.8));border-bottom:1px solid rgba(99,102,241,.3);box-shadow:0 4px 20px rgba(0,0,0,.2);position:fixed;top:0;transition:var(--transition);width:100%;z-index:1000}@keyframes navGlow{0%,to{border-bottom-color:rgba(99,102,241,.3);box-shadow:0 4px 20px rgba(0,0,0,.2)}50%{border-bottom-color:rgba(139,92,246,.5);box-shadow:0 4px 25px rgba(99,102,241,.3)}}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;text-shadow:0 2px 10px rgba(99,102,241,.5)}.logo-img{height:32px;margin-right:.5rem;object-fit:contain}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:hsla(0,0%,100%,.9);font-weight:500;position:relative;text-decoration:none;text-shadow:0 1px 3px rgba(0,0,0,.3);transition:var(--transition)}.nav-menu a:hover{color:#fff;text-shadow:0 2px 8px rgba(99,102,241,.6)}.nav-menu a:after{background:linear-gradient(90deg,#6366f1,#a78bfa);bottom:-5px;box-shadow:0 2px 8px rgba(99,102,241,.4);content:"";height:2px;left:0;position:absolute;transition:var(--transition);width:0}.nav-menu a:hover:after{width:100%}@media (max-width:768px){.nav-menu.active a:after{background:var(--primary-color)}}.nav-toggle{cursor:pointer;display:none;flex-direction:column}.nav-toggle span{background:#fff;box-shadow:0 2px 8px hsla(0,0%,100%,.3);height:3px;margin:3px 0;transition:var(--transition);width:25px}.hero{align-items:center;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#1e1b4b);color:#fff;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-container{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;text-align:center;width:100%;z-index:1}#particle-canvas{height:100%;left:0;opacity:.9;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:1000px;padding:0 20px;position:relative;z-index:10}.hero-title{animation:fadeInUp 1s ease forwards;font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:2rem;opacity:0;transform:translateY(30px)}.gradient-text{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{animation:fadeInUp 1s ease .2s forwards;font-size:2.5rem;margin-bottom:3rem;opacity:.9}.hero-buttons,.hero-subtitle{opacity:0;transform:translateY(30px)}.hero-buttons{animation:fadeInUp 1s ease .4s forwards;display:flex;gap:3rem;justify-content:center}.hero-buttons .btn{border-radius:80px;box-shadow:0 10px 30px rgba(0,0,0,.2);font-size:1.5rem;font-weight:700;min-width:220px;padding:16px 48px}.btn,.hero-buttons .btn{justify-content:center;text-align:center}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;line-height:1.2;padding:12px 24px;text-decoration:none;transition:var(--transition)}.btn-primary{background:#fbbf24;box-shadow:var(--shadow-md);color:#1e293b}.btn-primary:hover{background:#f59e0b;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:var(--primary-color);box-shadow:var(--shadow-md);color:#fff}.btn-secondary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.btn-large{font-size:1.1rem;padding:16px 32px}.features{background:var(--bg-light);padding:80px 0}.section-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.feature-card{align-items:center;background:var(--bg-white);border-radius:20px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;min-height:100px;opacity:0;padding:1.5rem;text-align:center;transform:translateY(30px);transition:var(--transition)}.feature-icon-title{align-items:center;display:flex;gap:.8rem;justify-content:center;margin-bottom:.8rem}.feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-10px)}.feature-icon{align-items:center;background:var(--primary-color);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;height:32px;justify-content:center;transition:var(--transition);width:32px}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-card h3{color:var(--text-dark);font-size:1.2rem}.feature-card p{color:var(--text-light);font-size:.85rem;line-height:1.3;margin-bottom:.2rem}.demo{background:var(--bg-white);padding:80px 0}.demo-container{margin:0 auto;max-width:1000px}.demo-showcase{background:var(--bg-light);border-radius:20px;box-shadow:var(--shadow-md);margin-top:3rem;padding:3rem}.demo-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.tab-button{background:var(--bg-white);border:none;border-radius:25px;box-shadow:var(--shadow-sm);color:var(--text-dark);cursor:pointer;font-weight:600;padding:12px 24px;transition:var(--transition)}.tab-button.active{background:var(--primary-color);color:#fff}.tab-button.active,.tab-button:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.tab-content{animation:fadeIn .5s ease-in-out;display:none}.tab-content.active{display:block}.demo-result{background:var(--bg-white);border-radius:15px;box-shadow:var(--shadow-sm);margin-top:2rem;padding:2rem}.demo-steps{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.step{opacity:0;text-align:center;transform:translateY(30px)}.step-number{align-items:center;background:var(--primary-color);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;transition:var(--transition);width:60px}.step:hover .step-number{background:var(--primary-dark);transform:scale(1.1)}.step-content h4{color:var(--text-dark);font-size:1.25rem;margin-bottom:.5rem}.step-content p{color:var(--text-light)}.enterprise{background:var(--bg-light);padding:80px 0 0}.enterprise .section-title{margin-bottom:1rem}.section-subtitle{color:var(--text-light);font-size:1.2rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.enterprise-carousel{box-sizing:border-box;margin-bottom:4rem;margin-left:auto;margin-right:auto;overflow:hidden;padding-bottom:60px;position:relative;width:100%}.carousel-indicators{pointer-events:auto;z-index:200}@media (max-width:768px){.enterprise-carousel{box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}}@media (max-width:480px){.enterprise-carousel{box-sizing:border-box;padding-left:5px;padding-right:5px;width:100%}}.carousel-container{transition:transform .5s ease-in-out}.carousel-container,.carousel-slide{box-sizing:border-box;display:flex;width:100%}.carousel-slide{align-items:center;flex-shrink:0;height:600px;padding:0 1rem}@media (max-width:768px){.carousel-slide{box-sizing:border-box;padding:0 .5rem;width:100%}}@media (max-width:480px){.carousel-slide{box-sizing:border-box;padding:0 .25rem;width:100%}}.carousel-btn{background:var(--primary-color);border:none;border-radius:50%;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;font-size:1.2rem;height:50px;position:absolute;top:50%;transform:translateY(-50%);transition:var(--transition);width:50px;z-index:50}.carousel-btn:hover{background:var(--primary-dark);transform:translateY(-50%) scale(1.1)}.prev-btn{left:20px}.next-btn{right:20px}.carousel-indicators{display:flex;gap:10px;justify-content:center;margin-top:2rem;position:relative;z-index:100}@media (max-width:768px){.carousel-indicators{gap:8px;margin-top:1.5rem;pointer-events:auto;z-index:200}.indicator{height:10px;pointer-events:auto;width:10px;z-index:200}}@media (max-width:480px){.carousel-indicators{gap:6px;margin-top:1rem;pointer-events:auto;z-index:200}.indicator{height:8px;pointer-events:auto;width:8px;z-index:200}}.indicator{background:var(--text-light);border:2px solid transparent;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;height:12px;pointer-events:auto;position:relative;transition:var(--transition);width:12px;z-index:200}.indicator.active{transform:scale(1.2)}.indicator.active,.indicator:hover{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 2px 8px rgba(99,102,241,.3);z-index:201}.indicator:hover{transform:scale(1.1)}.enterprise-feature{align-items:center;background:var(--bg-white);border-radius:20px;box-shadow:var(--shadow-md);box-sizing:border-box;display:flex;gap:3rem;margin:0 auto;max-width:1000px;padding:3rem;transition:var(--transition);width:100%}@media (max-width:768px){.enterprise-feature{box-sizing:border-box;gap:1.5rem;max-width:100%;padding:1.5rem;width:100%}}@media (max-width:480px){.enterprise-feature{box-sizing:border-box;gap:1rem;max-width:100%;padding:1rem;width:100%}}.enterprise-feature:nth-child(2n){flex-direction:row-reverse}.enterprise-feature:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.enterprise-feature .feature-content{flex:1;min-width:0}.enterprise-feature .feature-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.enterprise-feature .feature-icon i{color:#fff;font-size:1.5rem}.enterprise-feature h3{color:var(--text-dark);font-size:1.8rem;margin-bottom:1rem}.enterprise-feature p{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.enterprise-feature .feature-media{align-items:center;display:flex;flex:1;justify-content:center;min-width:0}.feature-image{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden}.feature-image img{height:300px}.enterprise-feature .feature-image img,.feature-image img{background:var(--bg-white);border-radius:12px;display:block;object-fit:contain;transition:transform .3s ease;width:100%}.enterprise-feature .feature-image img{box-shadow:0 4px 20px rgba(0,0,0,.1);cursor:pointer;height:500px;max-width:500px}.image-modal{animation:fadeIn .3s ease;background-color:rgba(0,0,0,.9);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000000}.image-modal-content{animation:zoomIn .3s ease;left:50%;max-height:90vh;max-width:90vw;position:absolute;top:50%;transform:translate(-50%,-50%)}.image-modal-content img{border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.5);height:auto;max-height:90vh;max-width:90vw;object-fit:contain;width:auto}.image-modal-close{color:#fff;cursor:pointer;font-size:40px;font-weight:700;position:absolute;right:40px;top:20px;transition:color .3s ease;z-index:1000001}.image-modal-close:hover{color:#ff6b6b}@keyframes zoomIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.feature-image img:hover{box-shadow:0 8px 30px rgba(0,0,0,.2);transform:scale(1.02)}.feature-images{margin-top:1.5rem}.image-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.image-row img{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);height:auto;transition:transform .3s ease;width:100%}.image-row img:hover{transform:scale(1.02)}.analysis-reports{display:flex;flex-direction:column;height:520px;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1000px;overflow:hidden;padding:0 1rem;width:100%}.analysis-reports h3{color:var(--text-dark);font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.reports-grid{display:grid;flex:1;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:100%;overflow-y:auto;padding-right:.5rem}.report-item{background:var(--bg-white);border-radius:16px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:var(--transition)}.report-item:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.report-item h4{color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:.8rem}.report-item p{color:var(--text-light);flex:1;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.report-item img{border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);height:160px;object-fit:cover;transition:transform .3s ease;width:100%}.report-item img:hover{transform:scale(1.02)}.enterprise-cta{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:20px;color:#fff;padding:3rem;text-align:center}.enterprise-cta h3{font-size:2rem;margin-bottom:1rem}.enterprise-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.enterprise-cta .btn{background:#fff;border:none;color:var(--primary-color)}.enterprise-cta .btn:hover{background:var(--bg-light);transform:translateY(-2px)}.cta{background:var(--bg-gradient);color:#fff;padding:80px 0;text-align:center}.cta-content h2{font-size:2rem;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-content .btn{margin:.5rem 1rem}@media (max-width:768px){.cta-content .btn{margin:.5rem}}.score-breakdown{margin:2rem 0}.score-item{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.score-label{font-weight:600;min-width:100px}.score-bar{background:var(--bg-light);border-radius:10px;flex:1;height:20px;overflow:hidden}.score-fill{background:var(--primary-color);border-radius:10px;height:100%;transition:width 1s ease}.score-value{color:var(--primary-color);font-weight:700;min-width:60px}.feedback-section{background:var(--bg-light);border-radius:10px;margin-top:2rem;padding:1.5rem}.polish-comparison{display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.original-text,.polished-text{border-radius:10px;padding:1.5rem}.original-text{background:#fef2f2;border-left:4px solid #ef4444}.polished-text{background:#f0f9ff;border-left:4px solid #3b82f6}.polish-tips ul{margin-top:1rem;padding-left:1.5rem}.polish-tips li{color:var(--text-dark);margin-bottom:.5rem}.topic-variations{margin-top:1.5rem}.topic-variation{background:var(--bg-light);border-left:4px solid var(--accent-color);border-radius:10px;margin-bottom:1rem;padding:1rem}.generated-article .excerpt-hint,.multiuse-process .excerpt-hint{color:var(--text-light);font-size:.8rem;font-style:italic;margin:.5rem 0 0;text-align:center}.multiuse-process{display:flex;flex-direction:column;gap:1rem}.process-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.process-col{display:flex;flex-direction:column;gap:.8rem}.process-step{background:var(--bg-white);border-left:3px solid var(--accent-color);border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.05);padding:.8rem}.process-step h4{color:var(--accent-color);font-size:1rem;font-weight:600;margin-bottom:.5rem}.material-extraction{display:flex;flex-direction:column;gap:.5rem}.material-item{background:var(--bg-light);border-left:2px solid var(--primary-color);border-radius:6px;padding:.6rem}.material-item h5{color:var(--primary-color);font-size:.85rem;font-weight:600;margin-bottom:.3rem}.material-item ul{margin:0;padding-left:1.5rem}.material-item li{color:var(--text-dark);font-size:.8rem;line-height:1.3;margin-bottom:.1rem}.material-item li:last-child{margin-bottom:0}.title-analysis{background:var(--bg-light);border-left:2px solid var(--secondary-color);border-radius:6px;padding:.6rem}.title-analysis p{color:var(--text-dark);font-size:.8rem;line-height:1.4;margin-bottom:0}.title-analysis p:last-child{margin-bottom:0}.new-article{background:var(--bg-light);border-left:2px solid var(--success-color);border-radius:6px;padding:.6rem}.new-article h5{color:var(--success-color);font-size:.9rem;font-weight:600;margin-bottom:.4rem}.new-article p{color:var(--text-dark);font-size:.8rem;line-height:1.4;margin-bottom:0}.topic-variation h5{color:var(--accent-color);margin-bottom:.5rem}.generated-outline{margin-top:1.5rem}.outline-structure{margin-top:1rem}.outline-item{background:var(--bg-light);border-left:3px solid var(--primary-color);border-radius:8px;margin-bottom:.5rem;padding:.75rem}.generate-process{display:flex;flex-direction:column;gap:1rem}.generate-process .process-step{background:var(--bg-white);border-left:3px solid var(--primary-color);border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.05);padding:.8rem}.generate-process .process-step h4{color:var(--primary-color);font-size:1rem;font-weight:600;margin-bottom:.5rem}.generated-article{background:var(--bg-light);border-left:2px solid var(--success-color);border-radius:6px;padding:1rem}.generated-article p{color:var(--text-dark);font-size:.9rem;line-height:1.5;margin-bottom:.6rem}.generated-article p:last-child{margin-bottom:0}.product-results{background:var(--bg-white);padding:0 0 80px}.product-results .section-title{color:var(--text-dark);margin-bottom:1rem}.product-results .section-subtitle{color:var(--text-light);font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.results-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.result-card{background:var(--bg-white);border-radius:20px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;overflow:hidden;transition:var(--transition)}.result-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-10px)}.result-image{border-radius:12px;height:200px;overflow:hidden;position:relative;width:100%}.result-img{background:#f8fafc;border-radius:10px;cursor:pointer;height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.result-img:hover{transform:scale(1.05)}.result-content{display:flex;flex:1;flex-direction:column;padding:1.5rem}.result-content h3{color:var(--text-dark);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.result-content p{color:var(--text-light);flex:1;line-height:1.6}.user-distribution-section{background:var(--bg-white);padding:80px 0}.user-distribution-section .section-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.user-distribution-section .map-container{align-items:center;box-sizing:border-box;display:flex;gap:4rem;justify-content:center;margin:0 auto;max-width:1400px;min-height:500px;padding:0 20px;width:100%}.user-distribution-section .china-map{align-items:center;display:flex;flex:1;height:500px;justify-content:center;max-width:600px;min-width:0}.user-distribution-section .map-description{flex:1;max-width:500px;min-width:0}.user-distribution-section .china-map svg{background:#f8fafc;border-radius:12px;box-shadow:var(--shadow-md);display:block;height:100%;max-height:500px;object-fit:contain;width:100%}.user-distribution-section .china-map path{cursor:pointer;transition:all .3s ease;fill:#e5e7eb;stroke:#000;stroke-width:1}.user-distribution-section .china-map path:hover{stroke-width:2}.user-distribution-section .map-description{background:var(--bg-light);border-radius:20px;box-shadow:var(--shadow-md);box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem}.user-distribution-section .map-description p{color:var(--text-dark);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.user-distribution-section .map-description p:last-child{margin-bottom:0}.user-distribution-section .map-description p:before{display:inline-block;font-size:1.2rem;margin-right:.5rem}.footer{background:var(--text-dark);color:#fff;padding:50px 0 20px}.footer-content{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{color:var(--text-light);line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-light);text-decoration:none;transition:var(--transition)}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:hsla(0,0%,100%,.1);border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:var(--transition);width:40px}.social-links a:hover{background:var(--primary-color);transform:translateY(-2px)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-email{color:var(--text-light);font-size:1rem;font-weight:500;margin:0;text-align:left}@media (max-width:768px){.contact-email{text-align:center}}.contact-email a{color:var(--text-light);text-decoration:none;transition:var(--transition)}.contact-email a:hover{color:#fff;text-decoration:underline}.qr-codes{gap:1.5rem;justify-content:flex-start}.qr-code-item,.qr-codes{align-items:center;display:flex}.qr-code-item{flex-direction:column;gap:.5rem;transition:var(--transition)}.qr-code-item:hover{transform:translateY(-3px)}.qr-image{background:var(--bg-white);border:2px solid hsla(0,0%,100%,.1);border-radius:8px;box-shadow:var(--shadow-md);height:100px;object-fit:cover;transition:var(--transition);width:100px}.qr-image:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.qr-label{font-size:.9rem;font-weight:500;margin:0}.footer-bottom,.qr-label{color:var(--text-light);text-align:center}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(245,158,11,.7)}70%{box-shadow:0 0 0 10px rgba(245,158,11,0)}to{box-shadow:0 0 0 0 rgba(245,158,11,0)}}.reports-grid::-webkit-scrollbar{width:6px}.reports-grid::-webkit-scrollbar-track{background:var(--bg-light);border-radius:3px}.reports-grid::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px;opacity:.7}.reports-grid::-webkit-scrollbar-thumb:hover{background:var(--primary-dark);opacity:1}@media (max-width:992px){.features-grid,.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.demo,.nav-menu li:nth-child(2){display:none}.nav-menu{align-items:center;background:var(--bg-white);flex-direction:column;height:calc(100vh - 70px);justify-content:flex-start;left:-100%;padding-top:2rem;position:fixed;top:70px;transition:var(--transition);width:100%}.nav-menu.active a{color:var(--text-dark);text-shadow:none}.nav-menu.active a:hover{color:var(--primary-color);text-shadow:none}.hero-main-image{height:auto;margin:0 auto;max-height:300px;max-width:90%;object-fit:contain}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{flex-wrap:wrap;justify-content:center}.demo-steps,.features-grid,.results-grid{grid-template-columns:1fr}.demo-tabs{align-items:center;flex-direction:column}.tab-button{width:200px}.polish-comparison,.process-row{grid-template-columns:1fr}.process-row{gap:1rem}.process-col{gap:.8rem}.score-item{align-items:flex-start;flex-direction:column;gap:.5rem}.score-label{min-width:auto}.score-bar{width:100%}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.qr-codes{flex-direction:column;gap:1rem}.qr-image{height:80px;width:80px}}@media (max-width:480px){.hero{padding:100px 0 60px}.hero-title,.section-title{font-size:2rem}.container{padding:0 15px}.feature-card{padding:1.5rem}.hero-buttons .btn{border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,.1);font-size:1rem;min-width:160px;padding:10px 28px}.carousel-btn{font-size:1rem;height:40px;width:40px}.prev-btn{left:10px}.next-btn{right:10px}.enterprise-feature{flex-direction:column!important;padding:2rem;text-align:center}.carousel-slide{box-sizing:border-box;height:450px;padding:0 .25rem;width:100%}.enterprise-feature{box-sizing:border-box;max-width:100%;padding:1rem;width:100%}.enterprise-feature h3{font-size:1.2rem;margin-bottom:.6rem}.enterprise-feature p{font-size:.85rem;line-height:1.4}.enterprise-feature .feature-image img{box-sizing:border-box;height:250px;max-width:100%;width:100%}.enterprise-carousel{box-sizing:border-box;margin-bottom:2rem;max-width:100%;padding-bottom:40px;width:100%}.enterprise-feature .feature-content{margin-bottom:2rem}.enterprise-feature .feature-icon{margin:0 auto 1.5rem}.image-row,.reports-grid{grid-template-columns:1fr}.reports-grid{overflow-y:visible;padding-right:0}.enterprise-cta{padding:2rem}.enterprise-cta h3{font-size:1.5rem}.analysis-reports{height:auto;overflow:visible}}.china-map-svg{border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);height:auto;max-width:800px;width:100%}:root{--map-level-1:#1e3a8a;--map-level-2:#2563eb;--map-level-3:#3b82f6;--map-level-4:#60a5fa;--map-level-5:#93bbfc;--map-level-6:#bfdbfe;--map-level-7:#dbeafe;--map-level-0:#f1f5f9}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top:4px solid var(--primary-color);height:40px;margin:0 auto 10px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map-loading{background:hsla(0,0%,100%,.9);border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:20px}.map-loading p{color:var(--text-dark);font-size:14px;margin:0}.map-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.province-area{cursor:pointer;transition:all .3s ease}.province-area:hover{filter:brightness(1.3) saturate(1.2)!important}.map-tooltip{background:rgba(0,0,0,.9);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;font-size:14px;opacity:0;padding:12px 16px;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:10000}.tooltip-content{text-align:center}.tooltip-title{font-size:16px;font-weight:600;margin-bottom:4px}.tooltip-users{color:#fbbf24;font-weight:500}.province-modal{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:100000}.province-modal .modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:400px;padding:0;transform:scale(.9);transition:transform .3s ease;width:90%}.province-modal .modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px}.province-modal .modal-header h3{color:#1f2937;font-size:20px;font-weight:600;margin:0}.province-modal .modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:all .2s ease;width:30px}.province-modal .modal-close:hover{background:#f3f4f6;color:#374151}.province-modal .modal-body{padding:20px}.province-stat{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px;margin-bottom:16px;padding:12px}.province-stat:last-child{margin-bottom:0}.province-stat .stat-label{color:#6b7280;font-size:14px;font-weight:500;margin-bottom:4px}.province-stat .stat-value{color:#1f2937;font-size:18px;font-weight:600}@media (max-width:768px){.user-distribution-section .map-container{flex-direction:column;gap:2rem;padding:0 15px;text-align:center}.user-distribution-section .china-map{height:auto;max-width:100%;min-height:300px}.user-distribution-section .map-description{align-items:flex-start;max-width:100%;padding:1.5rem;text-align:left}.user-distribution-section .map-description p{font-size:1rem;line-height:1.6}.china-map-svg{max-width:100%}.province-modal .modal-content{max-width:350px;width:95%}.province-modal .modal-header{padding:16px}.province-modal .modal-header h3{font-size:18px}.province-modal .modal-body{padding:16px}.province-stat{margin-bottom:12px;padding:10px}.province-stat .stat-value{font-size:16px}.map-tooltip{font-size:12px;padding:8px 12px}.tooltip-title{font-size:14px}.tooltip-users{font-size:12px}}.rotating-text{display:inline-block;height:1.2em;overflow:hidden;position:relative;vertical-align:top}.text-item{animation:textRotate 12s infinite;left:0;opacity:0;position:absolute;top:0}.text-item:first-child{animation-delay:0s}.text-item:nth-child(2){animation-delay:3s}.text-item:nth-child(3){animation-delay:6s}.text-item:nth-child(4){animation-delay:9s}@keyframes textRotate{0%,25%{opacity:1;transform:translateY(0)}33%,to{opacity:0;transform:translateY(-100%)}}@media (max-width:768px){.hero{min-height:85vh;padding:60px 0}.hero-container{height:85vh;min-height:85vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem;padding:0 2rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn{border-radius:60px;box-shadow:0 6px 20px rgba(0,0,0,.15);font-size:1.1rem;min-width:180px;padding:12px 32px}.carousel-slide{box-sizing:border-box;height:500px;padding:0 .5rem;width:100%}.enterprise-feature{box-sizing:border-box;max-width:100%;padding:1.5rem;width:100%}.enterprise-feature .feature-image img{box-sizing:border-box;height:300px;max-width:100%;width:100%}.enterprise-carousel{box-sizing:border-box;margin-bottom:3rem;max-width:100%;padding-bottom:50px;width:100%}}