*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;color:#333;background:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.2);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.header-white{background:linear-gradient(135deg,#4fd1a7,#7dd3ae)}.header-white{box-shadow:0 2px 4px rgba(0,0,0,.1);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none}.nav{justify-content:space-between}.logo,.nav{display:flex;align-items:center}.logo{font-size:1.8rem;font-weight:700;text-decoration:none;gap:.8rem}.logo,.logo-dark{color:#fff}.logo-image{width:40px;height:40px;border-radius:8px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-links a:hover{opacity:.8}.nav-links-dark a{color:#fff;transition:color .3s}.nav-links-dark a.active,.nav-links-dark a:hover{color:hsla(0,0%,100%,.8)}.hero{position:relative;text-align:center;padding:5rem 0;color:#fff;background:linear-gradient(135deg,#4fd1a7,#2ecc71 25%,#27ae60 50%,#1e8449 75%,#4fd1a7);min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero h1,.hero p{position:relative;z-index:10}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#fff;color:#27ae60;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:700;font-size:1.1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px rgba(0,0,0,.2);position:relative;z-index:10}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.features{background:#fff;padding:5rem 0}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#f8f9fa;padding:2rem;border-radius:15px;text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.download-section{background:linear-gradient(135deg,#4fd1a7,#2ecc71 50%,#27ae60);padding:5rem 0;text-align:center;color:#fff}.download-section h2{font-size:2.5rem;margin-bottom:2rem}.download-buttons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.download-button{display:inline-block;background:hsla(0,0%,100%,.2);color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:10px;font-weight:700;transition:background .3s;border:2px solid hsla(0,0%,100%,.3)}.download-button:hover{background:hsla(0,0%,100%,.3)}.content{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem}.page-header{background:#f8f9fa;min-height:auto}.content h1{font-size:2.5rem;margin-bottom:1rem;color:#333;text-align:center}.last-updated{text-align:center;color:#666;margin-bottom:2rem;font-style:italic}.content h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;color:#4fd1a7;border-bottom:2px solid #4fd1a7;padding-bottom:.5rem}.content h3{font-size:1.3rem;margin-top:1.5rem;margin-bottom:.8rem;color:#333}.content p{margin-bottom:1rem;line-height:1.7}.content ol,.content ul{margin-bottom:1rem;padding-left:2rem}.content li{margin-bottom:.5rem}.faq-item{background:#f8f9fa;padding:1.5rem;border-radius:10px;margin-bottom:1rem;border-left:4px solid #4fd1a7}.faq-question{font-weight:700;margin-bottom:.5rem;color:#333}.faq-answer{color:#666}.step{background:linear-gradient(135deg,#4fd1a7,#7dd3ae);color:#fff;padding:1.5rem;border-radius:10px;margin-bottom:1rem}.step-number{background:hsla(0,0%,100%,.2);width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem}.highlight-box{background:linear-gradient(135deg,#e8f5e8,#f0fdf4);padding:2rem;border-radius:10px;margin:2rem 0;border-left:4px solid #4fd1a7}.highlight-box h3{color:#4fd1a7;margin-top:0}.important-note{background:#fff3e0;padding:1.5rem;border-radius:10px;margin:1.5rem 0;border-left:4px solid #ff9800}.warning-box{background:#ffebee;padding:2rem;border-radius:10px;margin:2rem 0;border-left:4px solid #f44336}.warning-box h3{color:#f44336;margin-top:0}.info-box{background:#e3f2fd;padding:2rem;border-radius:10px;margin:2rem 0;border-left:4px solid #2196f3}.info-box h3{color:#2196f3;margin-top:0}.legal-section{background:#f5f5f5;margin:1.5rem 0;border-left:4px solid #9e9e9e}.contact-info,.legal-section{padding:1.5rem;border-radius:10px}.contact-info{background:#e8f5e8;margin:2rem 0;text-align:center}.back-button{display:inline-block;background:#4fd1a7;color:#fff;padding:.8rem 1.5rem;text-decoration:none;border-radius:25px;font-weight:700;transition:background .3s;margin-top:2rem}.back-button:hover{background:#3bb88f}.footer{background:#333;color:#fff;text-align:center;padding:2rem 0}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s}.footer-links a:hover{opacity:1}.language-switcher{display:flex;align-items:center;gap:.5rem;margin:1rem 0;justify-content:center}.language-label{color:hsla(0,0%,100%,.8);font-size:.9rem}.language-select{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.3);border-radius:6px;padding:.3rem .5rem;font-size:.9rem;cursor:pointer;transition:background .3s}.language-select:hover{background:hsla(0,0%,100%,.2)}.language-select option{background:#333;color:#fff}@media (max-width:768px){.hero h1{font-size:2.5rem}.nav-links{gap:1.5rem;font-size:.9rem}.logo{font-size:1.5rem}.logo-image{width:32px;height:32px}.download-buttons{flex-direction:column;align-items:center}.content{padding:2rem 1.5rem}.content h1{font-size:2rem}.container{padding:0 15px}}.hero-3d{z-index:1}.hero-3d,.hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.hero-canvas{display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(79,209,167,.05),rgba(46,204,113,.05) 50%,rgba(39,174,96,.05));z-index:2}.hero .container{position:relative;z-index:10}@keyframes float{0%,to{transform:translateY(0) rotateX(0deg) rotateY(0deg)}50%{transform:translateY(-20px) rotateX(10deg) rotateY(10deg)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes rotate3d{0%{transform:rotateX(0deg) rotateY(0deg) rotate(0deg)}to{transform:rotateX(1turn) rotateY(1turn) rotate(1turn)}}@media (max-width:768px){.hero-3d{opacity:.9}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}}