.suite-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.suite-product-card{display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid #f0f0f3;border-radius:12px;padding:20px 24px;transition:box-shadow .25s,border-color .25s,transform .25s}.suite-product-card:hover{border-color:#dcdee0;box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.suite-product-icon{width:44px;height:44px;border-radius:8px;background:#f0f0f3;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .25s}.suite-product-card:hover .suite-product-icon{transform:scale(1.15);background:#2563eb}.suite-product-text h3{font-size:16px;font-weight:600;color:#0d1f3c;margin-bottom:4px}.suite-product-text p{font-size:13px;color:#60646c;line-height:1.4}.workflow-steps{display:flex;align-items:flex-start;gap:0;max-width:960px;margin:0 auto}.workflow-step{flex:1;text-align:center;padding:0 16px}.workflow-step-icon{width:40px;height:40px;border-radius:8px;background:#f0f0f3;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:16px;font-weight:600;color:#0d1f3c}.workflow-step h4{font-size:16px;font-weight:600;color:#0d1f3c;margin-bottom:8px}.workflow-step p{font-size:14px;color:#60646c;line-height:1.5}.workflow-arrow{font-size:24px;color:#dcdee0;padding-top:8px;flex-shrink:0}.suite-product-card{opacity:0;transform:translateY(30px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.suite-product-card.revealed{opacity:1;transform:translateY(0)}.workflow-step{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.workflow-step.revealed{opacity:1;transform:translateY(0)}.product-feature-list{display:flex;flex-direction:column;gap:16px}.product-feature-item{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;background:#fff;border:1px solid #f0f0f3;border-radius:10px;transition:border-color .25s,box-shadow .25s}.product-feature-item:hover{border-color:#dcdee0;box-shadow:0 2px 8px #0000000a}.product-feature-num{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.product-feature-item p{font-size:15px;color:#0d1f3c;line-height:1.5;margin:0;padding-top:4px}.deploy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.deploy-card{text-align:center;padding:28px 16px;background:#fff;border:1px solid #f0f0f3;border-radius:12px;transition:transform .25s,box-shadow .25s}.deploy-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.deploy-icon{font-size:32px;margin-bottom:12px}.deploy-card h4{font-size:14px;font-weight:600;color:#0d1f3c}@media (max-width: 768px){.suite-product-grid{grid-template-columns:1fr}.workflow-steps{flex-direction:column;gap:24px}.workflow-arrow{display:none}.product-detail-icon{font-size:40px}.deploy-grid{grid-template-columns:repeat(2,1fr)}}
