*,:before,:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,PingFang SC,sans-serif;-webkit-font-smoothing:antialiased;color:#1f2937;background:#fff}.app{min-height:100vh}.section-inner{max-width:1040px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.section-desc{font-size:.95rem;color:#6b7280}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #f3f4f6}.header-inner{max-width:1040px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.4rem;text-decoration:none}.logo-icon{font-size:1.4rem}.logo-text{font-size:1.1rem;font-weight:700;color:#111827}.nav{display:flex;gap:.1rem}.nav-link{padding:.35rem .7rem;font-size:.85rem;color:#4b5563;text-decoration:none;border-radius:6px;transition:background .2s}.nav-link:hover{background:#f3f4f6;color:#111827}.menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px}.menu-btn span{display:block;width:20px;height:2px;background:#374151;border-radius:2px;transition:.3s}.menu-open .menu-btn span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.menu-open .menu-btn span:nth-child(2){opacity:0}.menu-open .menu-btn span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.mobile-menu{display:none}@media (max-width: 768px){.nav{display:none}.menu-btn{display:flex}.mobile-menu{display:flex;flex-direction:column;padding:.5rem 1.5rem 1rem;gap:.3rem}.mobile-link{padding:.6rem;font-size:.9rem;color:#374151;text-decoration:none;border-radius:8px}.mobile-link:hover{background:#f9fafb}.mobile-link small{display:block;font-size:.75rem;color:#9ca3af;margin-top:.1rem}}.hero{position:relative;overflow:hidden;padding:7rem 1.5rem 3rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-circle{position:absolute;border-radius:50%}.hero-circle-1{width:500px;height:500px;background:linear-gradient(135deg,#f59e0b10,#f59e0b05);top:-200px;left:-100px}.hero-circle-2{width:400px;height:400px;background:linear-gradient(135deg,#3b82f610,#3b82f605);bottom:-150px;right:-80px}.hero-circle-3{width:300px;height:300px;background:linear-gradient(135deg,#ec489910,#ec489905);top:30%;right:30%}.hero-inner{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative}.hero-badge{display:inline-block;background:#fef3c7;color:#d97706;font-size:.8rem;padding:.25rem .8rem;border-radius:20px;font-weight:500;margin-bottom:1rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#111827;margin-bottom:1rem}.hero-desc{font-size:.95rem;line-height:1.7;color:#6b7280;margin-bottom:1.5rem}.hero-cta{display:flex;gap:.8rem}.btn{display:inline-flex;align-items:center;padding:.65rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;cursor:pointer;font-family:inherit}.btn-primary{background:#111827;color:#fff}.btn-primary:hover{background:#1f2937}.btn-outline{border:1px solid #d1d5db;color:#374151}.btn-outline:hover{border-color:#9ca3af;background:#f9fafb}.hero-visual{position:relative;height:320px}.hero-card{position:absolute;padding:.7rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:.85rem;font-weight:500;color:#374151;box-shadow:0 4px 16px #0000000f;white-space:nowrap;transition:transform .3s}.hero-card:hover{transform:translateY(-3px)}.hero-card-1{top:20px;left:10px}.hero-card-2{top:100px;right:0}.hero-card-3{top:180px;left:40px}.hero-card-4{top:260px;right:30px}@media (max-width: 768px){.hero{padding:5rem 1rem 2rem}.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:1.8rem}.hero-visual{height:200px}.hero-card{font-size:.8rem;padding:.5rem .8rem}.hero-card-1{top:0;left:0}.hero-card-2{top:50px;right:0}.hero-card-3{top:100px;left:20px}.hero-card-4{top:150px;right:10px}}.stats{padding:2rem 0;background:#f9fafb}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-item{display:flex;align-items:center;gap:.8rem;background:#fff;border-radius:12px;padding:1rem;border:1px solid #f3f4f6}.stat-icon{font-size:1.6rem}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.stat-label{font-size:.8rem;color:#9ca3af}@media (max-width: 640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.apps-section{padding:4rem 0}.tag-filter{display:flex;gap:.4rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.tag{padding:.3rem .9rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s;font-family:inherit}.tag:hover{border-color:#d1d5db}.tag.active{background:#111827;color:#fff;border-color:#111827}.tag-clear{color:#ef4444;border-color:#fca5a5}.tag-clear:hover{background:#fef2f2}.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.app-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column}.app-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000000f;border-color:transparent}.app-card:hover{box-shadow:0 8px 25px #0000000f,0 0 0 1px var(--accent)}.app-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s}.app-card:hover .app-icon{transform:scale(1.08)}.app-emoji{font-size:1.5rem}.app-info{flex:1}.app-info h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.app-info p{font-size:.8rem;color:#9ca3af;line-height:1.4}.app-tag{align-self:flex-start;margin-top:.8rem;padding:.15rem .6rem;border-radius:6px;font-size:.7rem;font-weight:500}.app-arrow{position:absolute;top:1rem;right:1rem;font-size:.9rem;color:#d1d5db;transition:all .3s}.app-card:hover .app-arrow{color:var(--accent);transform:translate(4px)}@media (max-width: 640px){.apps-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}.app-card{padding:1rem}}.features-section{padding:4rem 0;background:#f9fafb}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-item{background:#fff;border:1px solid #f3f4f6;border-radius:14px;padding:1.5rem;transition:box-shadow .2s}.feature-item:hover{box-shadow:0 4px 12px #0000000a}.feature-num{font-size:2rem;font-weight:800;color:#f3f4f7;line-height:1;margin-bottom:.5rem}.feature-item h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.4rem}.feature-item p{font-size:.85rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.features-grid{grid-template-columns:1fr}}.cta-section{position:relative;padding:4rem 0;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#111827,#1f2937)}.cta-section .section-inner{position:relative;text-align:center}.cta-section h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.cta-section p{color:#9ca3af;margin-bottom:2rem}.cta-images{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-img{width:160px;height:160px;border-radius:16px;background-size:cover;background-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s;cursor:pointer}.cta-img:hover{transform:scale(1.06) translateY(-4px);box-shadow:0 12px 28px #0006}.footer{background:#111827;color:#d1d5db;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-logo{font-size:1.1rem;font-weight:700;color:#fff}.footer-brand p{font-size:.85rem;margin-top:.5rem;color:#9ca3af;line-height:1.5}.footer-desc{margin-top:.3rem}.footer-links h5{font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.8rem}.footer-links a{display:block;font-size:.82rem;color:#9ca3af;text-decoration:none;margin-bottom:.4rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #1f2937;padding-top:1.5rem;text-align:center;font-size:.8rem;color:#6b7280}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}
