*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:#0891b2}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:800}.nav{display:flex;gap:28px}.nav a{font-size:15px;color:#64748b;font-weight:500;transition:color .2s}.nav a:hover{color:#0891b2}.hero{background:linear-gradient(135deg,#06b6d4,#0891b2 40%,#0e7490);color:#fff;position:relative;overflow:hidden;padding:60px 24px 80px}.hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#ffffff14}.hero:after{content:"";position:absolute;bottom:-40px;left:-40px;width:200px;height:200px;border-radius:50%;background:#ffffff0f}.bubble{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 6s ease-in-out infinite}.bubble:nth-child(1){width:40px;height:40px;top:20%;left:10%;animation-delay:0s}.bubble:nth-child(2){width:60px;height:60px;top:60%;left:80%;animation-delay:1s}.bubble:nth-child(3){width:30px;height:30px;top:30%;left:60%;animation-delay:2s}.bubble:nth-child(4){width:50px;height:50px;top:70%;left:30%;animation-delay:3s}.bubble:nth-child(5){width:25px;height:25px;top:15%;left:45%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-text h1{font-size:42px;font-weight:800;line-height:1.2;margin-bottom:16px}.hero-text p{font-size:18px;opacity:.9;margin-bottom:28px;max-width:480px}.hero-cta{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#0891b2;padding:14px 32px;border-radius:12px;font-weight:700;font-size:16px;box-shadow:0 4px 15px #00000026;transition:transform .2s,box-shadow .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.waveform{display:flex;align-items:end;gap:4px;height:120px;opacity:.5;flex-shrink:0}.waveform span{width:6px;background:#ffffff80;border-radius:3px;animation:wave 1.5s ease-in-out infinite}.waveform span:nth-child(1){height:30%;animation-delay:0s}.waveform span:nth-child(2){height:60%;animation-delay:.1s}.waveform span:nth-child(3){height:90%;animation-delay:.2s}.waveform span:nth-child(4){height:50%;animation-delay:.3s}.waveform span:nth-child(5){height:80%;animation-delay:.4s}.waveform span:nth-child(6){height:40%;animation-delay:.5s}.waveform span:nth-child(7){height:70%;animation-delay:.6s}.waveform span:nth-child(8){height:55%;animation-delay:.7s}@keyframes wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}.hero-dl-section{max-width:1200px;margin:-40px auto 0;position:relative;z-index:10;padding:0 24px}.hero-dl-card{background:#fff;border-radius:20px;padding:36px 40px;box-shadow:0 10px 40px #0000001f;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.hero-dl-text h2{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:8px}.hero-dl-text p{font-size:15px;color:#64748b;margin-bottom:4px}.hero-dl-platforms{display:flex;gap:12px;flex-wrap:wrap}.hero-dl-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:14px;font-weight:700;font-size:16px;cursor:pointer;transition:all .2s;border:2px solid #e2e8f0;background:#fff;color:#0f172a}.hero-dl-btn:hover{border-color:#06b6d4;color:#06b6d4;background:#ecfeff;transform:translateY(-2px)}.hero-dl-btn .dl-emoji{font-size:22px}.hero-dl-btn .dl-label{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.hero-dl-btn .dl-label span:first-child{font-size:16px;font-weight:700}.hero-dl-btn .dl-label span:last-child{font-size:11px;color:#94a3b8;font-weight:400}.section{max-width:1200px;margin:0 auto;padding:48px 24px}.section-title{font-size:24px;font-weight:700;margin-bottom:8px;display:flex;align-items:center;gap:10px}.section-title .dot{width:8px;height:8px;background:#06b6d4;border-radius:50%;display:inline-block}.section-desc{color:#64748b;font-size:15px;margin-bottom:28px}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.featured-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s;border:1px solid #f1f5f9}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.featured-card .card-img{height:180px;background:linear-gradient(135deg,#cffafe,#a5f3fc);display:flex;align-items:center;justify-content:center;font-size:48px;position:relative}.featured-card .card-img .badge{position:absolute;top:12px;left:12px;background:#06b6d4e6;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.featured-card .card-body{padding:20px}.featured-card h3{font-size:17px;font-weight:600;margin-bottom:8px;line-height:1.4}.featured-card p{font-size:14px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-card .card-meta{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:13px;color:#94a3b8}.what-is{background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:20px;padding:48px;margin-top:12px;border:1px solid #cffafe}.what-is-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.what-is-text h2{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:16px}.what-is-text p{font-size:16px;color:#475569;line-height:1.8;margin-bottom:16px}.what-is-text p strong{color:#0891b2}.what-is-highlights{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.highlight-item{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a}.highlight-icon{width:40px;height:40px;min-width:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.highlight-icon.cyan{background:#ecfeff}.highlight-icon.blue{background:#dbeafe}.highlight-icon.green{background:#dcfce7}.highlight-icon.amber{background:#fef3c7}.highlight-text h4{font-size:14px;font-weight:600;color:#0f172a}.highlight-text span{font-size:13px;color:#64748b}.what-is-visual{display:flex;flex-direction:column;gap:16px}.stat-row{display:flex;gap:16px}.stat-card{flex:1;background:#fff;border-radius:14px;padding:24px;text-align:center;box-shadow:0 2px 8px #0000000a}.stat-num{font-size:36px;font-weight:800;color:#0891b2}.stat-label{font-size:14px;color:#64748b;margin-top:4px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-box{background:#fff;border-radius:14px;padding:24px;text-align:center;border:1px solid #f1f5f9;transition:transform .2s,box-shadow .2s}.feature-box:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.feature-box .f-icon{width:52px;height:52px;border-radius:14px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#ecfeff}.feature-box h4{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:6px}.feature-box p{font-size:13px;color:#64748b;line-height:1.5}.steps-horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.steps-horizontal:before{content:"";position:absolute;top:40px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,#06b6d4,#0891b2,#06b6d4);z-index:0}.step-h{background:#fff;border-radius:16px;padding:24px 20px;text-align:center;position:relative;z-index:1;border:1px solid #f1f5f9;transition:transform .2s}.step-h:hover{transform:translateY(-3px)}.step-h .step-circle{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:22px;font-weight:800;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #06b6d44d}.step-h h4{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:6px}.step-h p{font-size:13px;color:#64748b;line-height:1.5}.category-bar{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}.cat-tab{padding:10px 24px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:2px solid #e2e8f0;color:#64748b;background:#fff}.cat-tab:hover,.cat-tab.active{border-color:#06b6d4;color:#06b6d4;background:#ecfeff}.article-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.article-item{background:#fff;border-radius:14px;padding:20px;border:1px solid #f1f5f9;display:flex;gap:16px;transition:transform .2s,box-shadow .2s}.article-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000014}.article-thumb{width:140px;min-width:140px;height:100px;border-radius:10px;background:linear-gradient(135deg,#ecfeff,#cffafe);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.article-info{flex:1;display:flex;flex-direction:column;justify-content:center}.article-info h4{font-size:15px;font-weight:600;margin-bottom:6px;line-height:1.4}.article-info p{font-size:13px;color:#94a3b8;line-height:1.4}.article-info .meta{display:flex;gap:12px;margin-top:8px;font-size:12px;color:#cbd5e1}.keyword-section{background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:20px;padding:40px;border:1px solid #cffafe}.keyword-cloud{display:flex;flex-wrap:wrap;gap:10px}.keyword-tag{padding:8px 20px;border-radius:25px;font-size:14px;cursor:pointer;transition:all .2s;border:1px solid #e2e8f0;background:#fff;color:#475569;font-weight:500}.keyword-tag:hover,.keyword-tag.hot{border-color:#06b6d4;color:#06b6d4;background:#fff}.keyword-tag.hot{background:#ecfeff;font-weight:600}.keyword-tag .count{font-size:11px;color:#94a3b8;margin-left:4px}.faq-section{background:#fff;border-radius:20px;padding:40px 48px;border:1px solid #f1f5f9;box-shadow:0 2px 12px #0000000a}.faq-list-home{display:flex;flex-direction:column;gap:0}.faq-item-home{border-bottom:1px solid #f1f5f9}.faq-item-home:last-child{border-bottom:none}.faq-q-home{padding:20px 0;font-weight:600;font-size:16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .2s;color:#0f172a}.faq-q-home:hover{color:#06b6d4}.faq-arrow{color:#94a3b8;transition:transform .3s;font-size:14px}.faq-item-home.open .faq-arrow{transform:rotate(180deg)}.faq-a-home{padding:0 0 20px;font-size:15px;color:#64748b;line-height:1.8;display:none}.faq-item-home.open .faq-a-home{display:block}.faq-a-home a{color:#06b6d4;font-weight:500}.stats-bar{background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:16px;padding:36px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;color:#fff;margin-top:48px}.stat-item-w{text-align:center}.stat-num-w{font-size:32px;font-weight:800}.stat-label-w{font-size:14px;opacity:.85;margin-top:4px}.footer{background:#0f172a;color:#94a3b8;padding:48px 24px 24px;margin-top:60px}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand .logo{color:#fff;margin-bottom:12px}.footer-brand p{font-size:14px;line-height:1.6}.footer h4{color:#fff;font-size:15px;margin-bottom:16px}.footer ul{list-style:none}.footer li{margin-bottom:10px;font-size:14px}.footer a{color:#94a3b8;transition:color .2s}.footer a:hover{color:#06b6d4}.footer-bottom{max-width:1200px;margin:32px auto 0;padding-top:24px;border-top:1px solid #1e293b;text-align:center;font-size:13px;color:#475569}@media(max-width:768px){.hero-inner{flex-direction:column;text-align:center}.hero-text p{max-width:100%}.waveform{margin:0 auto}.hero-dl-card{grid-template-columns:1fr;padding:24px}.hero-dl-platforms{justify-content:center}.featured-grid,.what-is-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-horizontal{grid-template-columns:1fr 1fr}.steps-horizontal:before{display:none}.article-list{grid-template-columns:1fr}.stats-bar{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.faq-section{padding:24px}}
