*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#0f172a;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between;transition:all 0.3s ease;background:#1e3a5f;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.nav.scrolled{background:#1e3a5f;box-shadow:0 2px 8px rgba(0,0,0,0.25)}.nav-logo{font-size:20px;font-weight:700;color:#ffffff;letter-spacing:1px;display:flex;align-items:center;gap:8px;transition:color 0.3s}.nav-logo .nav-logo-img{height:32px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-size:15px;color:rgba(255,255,255,0.85);transition:color 0.3s;position:relative}.nav-link:hover{color:#ffffff}.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#60a5fa;transition:width 0.3s}.nav-link:hover::after{width:100%}.nav-btn{padding:8px 20px;border:1px solid rgba(255,255,255,0.4);border-radius:4px;font-size:14px;color:#ffffff;transition:all 0.3s}.nav-btn:hover{background:#2563eb;border-color:#2563eb;color:#ffffff}.hero{min-height:100vh;background:linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #1e40af 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:64px}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle, rgba(96,165,250,0.1) 0%, transparent 70%);border-radius:50%}.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);border-radius:50%}.hero-content{text-align:center;color:#ffffff;max-width:800px;padding:0 24px;position:relative;z-index:2}.hero-badge{display:inline-block;padding:6px 16px;background:rgba(96,165,250,0.1);border:1px solid rgba(37,99,235,0.2);border-radius:20px;font-size:14px;color:#2563eb;margin-bottom:24px}.hero-title{font-size:52px;font-weight:700;line-height:1.2;margin-bottom:20px;letter-spacing:2px}.hero-title span{color:#60a5fa}.hero-subtitle{font-size:20px;color:rgba(255,255,255,0.75);margin-bottom:40px;font-weight:300}.hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{padding:14px 36px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all 0.3s;border:none;display:inline-block}.btn.btn-primary{background:#2563eb;color:#ffffff;box-shadow:0 4px 20px rgba(37,99,235,0.3)}.btn.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,99,235,0.4)}.btn.btn-outline{background:transparent;color:#2563eb;border:1px solid #2563eb}.btn.btn-outline:hover{background:rgba(96,165,250,0.1);border-color:#2563eb}.stats{background:#ffffff;padding:80px 40px}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-header .section-tag{font-size:14px;color:#2563eb;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.section-header .section-title{font-size:36px;font-weight:700;color:#1e3a5f;margin-bottom:12px}.section-header .section-desc{font-size:16px;color:#64748b}.stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.stat-card{text-align:center;padding:40px 20px;border-radius:12px;background:#f8fafc;transition:all 0.3s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.08)}.stat-card .stat-icon{width:56px;height:56px;margin:0 auto 16px;background:linear-gradient(135deg, #1e3a5f, #2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:24px}.stat-card .stat-number{font-size:36px;font-weight:700;color:#1e3a5f;margin-bottom:8px}.stat-card .stat-number span{font-size:18px;color:#2563eb;margin-left:2px}.stat-card .stat-label{font-size:14px;color:#64748b}.devices{background:#f8fafc;padding:80px 40px}.devices-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px}.device-card{background:#ffffff;border-radius:12px;padding:32px 20px;text-align:center;transition:all 0.3s;border:1px solid transparent}.device-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,0.1);border-color:rgba(37,99,235,0.2)}.device-card .device-icon{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg, #eff6ff, #dbeafe);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#2563eb}.device-card .device-name{font-size:18px;font-weight:600;color:#1e3a5f;margin-bottom:8px}.device-card .device-desc{font-size:13px;color:#64748b}.features{background:#ffffff;padding:80px 40px}.features-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.feature-card{padding:40px 28px;border-radius:12px;background:#f8fafc;transition:all 0.3s}.feature-card:hover{background:#1e3a5f;transform:translateY(-4px)}.feature-card:hover .feature-icon{background:rgba(255,255,255,0.15);color:#60a5fa}.feature-card:hover .feature-title{color:#ffffff}.feature-card:hover .feature-desc{color:rgba(255,255,255,0.7)}.feature-card .feature-icon{width:48px;height:48px;border-radius:10px;background:rgba(30,41,59,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px;color:#2563eb;transition:all 0.3s}.feature-card .feature-title{font-size:18px;font-weight:600;color:#1e3a5f;margin-bottom:10px;transition:color 0.3s}.feature-card .feature-desc{font-size:14px;color:#64748b;line-height:1.7;transition:color 0.3s}.architecture{background:linear-gradient(180deg, #f8fafc 0%, #fff 100%);padding:80px 40px}.arch-flow{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:40px}.arch-node{text-align:center;padding:28px 32px;background:#ffffff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.06);min-width:180px;transition:all 0.3s}.arch-node:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.1)}.arch-node .arch-icon{font-size:32px;margin-bottom:12px}.arch-node .arch-name{font-size:16px;font-weight:600;color:#1e3a5f;margin-bottom:4px}.arch-node .arch-desc{font-size:13px;color:#64748b}.arch-arrow{font-size:24px;color:#2563eb;opacity:0.6}.footer{background:#1e3a5f;color:rgba(255,255,255,0.7);padding:60px 40px 30px}.footer .footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto 40px}.footer .footer-brand .footer-logo{font-size:20px;font-weight:700;color:#ffffff;margin-bottom:12px;display:flex;align-items:center;gap:8px}.footer .footer-brand .footer-logo .footer-logo-img{height:24px;width:auto;display:block}.footer .footer-brand .footer-desc{font-size:14px;line-height:1.7}.footer .footer-col h4{color:#ffffff;font-size:15px;font-weight:600;margin-bottom:16px}.footer .footer-col ul{list-style:none}.footer .footer-col ul li{margin-bottom:10px;font-size:14px}.footer .footer-col ul li a:hover{color:#60a5fa}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.15);padding-top:20px;text-align:center;font-size:13px;max-width:1200px;margin:0 auto}.footer .icp-link{color:rgba(255,255,255,0.7);display:inline-flex;align-items:center;gap:6px;transition:color 0.3s}.footer .icp-link:hover{color:#60a5fa}.footer .icp-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#10b981;border-radius:3px;font-size:11px;font-weight:700;color:#ffffff;line-height:1}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}.nav-toggle span{display:block;width:24px;height:2px;background:#ffffff;transition:all 0.3s}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2, 1fr)}.features-grid{grid-template-columns:repeat(2, 1fr)}.devices-grid{grid-template-columns:repeat(3, 1fr)}.footer-main{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.nav{padding:0 20px}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#ffffff;flex-direction:column;padding:20px;gap:16px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.nav-links.active{display:flex}.nav-links .nav-link{color:#0f172a}.nav-links .nav-btn{border-color:#2563eb;color:#2563eb;text-align:center}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.stats-grid,.features-grid,.devices-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:30px}.arch-flow{flex-direction:column}.arch-flow .arch-arrow{transform:rotate(90deg)}}.animate-in{opacity:0;transform:translateY(30px);transition:all 0.6s ease}.animate-in.visible{opacity:1;transform:translateY(0)}
