*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:#f5f7fa;line-height:1.6;color:#333}.product-container{max-width:1200px;margin:0 auto;padding:40px 20px}.product-cards{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:60px}.product-card{background:linear-gradient(135deg,#4a90e2 0,#357abd 100%);border-radius:24px;padding:0;color:#fff;overflow:hidden;box-shadow:0 20px 40px rgba(74,144,226,.3);transition:all .3s ease;position:relative}.product-card.cyan{background:linear-gradient(135deg,#00d4ff 0,#09c 100%);box-shadow:0 20px 40px rgba(0,212,255,.3)}.product-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(74,144,226,.4)}.product-card.cyan:hover{box-shadow:0 30px 60px rgba(0,212,255,.4)}.device-showcase{background:rgba(255,255,255,.15);margin:30px;border-radius:16px;padding:30px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);position:relative;min-height:200px}.ai-avatar{width:24px;height:24px;background:linear-gradient(135deg,#ff6b6b 0,#4ecdc4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;font-weight:600}.chat-title{font-size:14px;font-weight:600;color:#333}.chat-btn:hover{background:#e67e22;transform:translateY(-1px)}.product-info{padding:30px}.product-title{font-size:28px;font-weight:700;margin-bottom:16px}.product-description{font-size:16px;line-height:1.6;margin-bottom:24px;opacity:.9}.learn-more-btn{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);padding:12px 24px;border-radius:25px;text-decoration:none;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;backdrop-filter:blur(10px)}.learn-more-btn:hover{background:rgba(255,255,255,.3);transform:translateX(5px)}.arrow-icon{font-size:12px;transition:transform .3s ease}.learn-more-btn:hover .arrow-icon{transform:translateX(3px)}.integration-section{border-radius:24px;padding:0 50px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.integration-content h2{font-size:32px;font-weight:700;margin-bottom:24px;color:#333}.integration-content p{font-size:16px;line-height:1.8;color:#666;margin-bottom:32px}.integration-btn{background:linear-gradient(135deg,#00d4ff 0,#09c 100%);color:#fff;border:none;padding:16px 32px;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,212,255,.3)}.integration-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,212,255,.4)}.integration-diagram{display:flex;align-items:center;width:400px;height:400px;margin:0 auto}@media (max-width:768px){.container{padding:20px 15px}.product-cards{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.device-showcase{margin:20px;padding:20px}.product-info{padding:20px}.product-title{font-size:24px}.product-description{font-size:14px}.integration-section{grid-template-columns:1fr;gap:40px;padding:30px 20px;text-align:center;background:transparent url(/public/images/common/blkbg-api.jpg) no-repeat 50%/1220px 800px}.integration-content h2{font-size:28px}.integration-diagram{width:300px;height:300px}}@media (max-width:480px){.product-title{font-size:20px}.integration-content h2{font-size:24px}.integration-diagram{width:250px;height:250px}.center-circle{width:80px;height:80px;font-size:10px}.integration-item{font-size:10px;padding:5px 10px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}.product-card{animation:fadeInUp .8s ease forwards}.product-card:nth-child(2){animation-delay:.2s}.integration-section{animation:fadeInUp .8s ease .4s forwards}.center-circle{animation:pulse 3s ease-in-out infinite}.integration-item::before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);border-radius:22px;opacity:0;transition:opacity .3s ease;z-index:-1}.integration-item:hover::before{opacity:1}.loading{opacity:0;transform:translateY(30px);transition:all .8s ease}.loaded{opacity:1;transform:translateY(0)}