.strategy-card-wrapper{animation:fadeInUp .6s ease-out forwards;opacity:0}.strategy-card-wrapper:first-child{animation-delay:.1s}.strategy-card-wrapper:nth-child(2){animation-delay:.2s}.strategy-card-wrapper:nth-child(3){animation-delay:.3s}.strategy-card{background:linear-gradient(145deg,#ffffff,#f7faff);border:1px solid #e8f4ff;transition:transform .3s ease,box-shadow .3s ease;height:100%;border-radius:12px;cursor:pointer}.strategy-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px -4px rgba(22,119,255,.15)}.strategy-card .ant-card-body{padding:32px;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.strategy-number{position:absolute;right:20px;top:16px;font-size:64px;font-weight:700;color:rgba(22,119,255,.07);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.strategy-arrow{transition:transform .3s ease,color .3s ease}.strategy-card:hover .strategy-arrow{transform:translateX(5px);color:#1677ff}