@keyframes ribbon-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ribbon-inner{animation:ribbon-scroll 30s linear infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.pulse-dot{animation:pulse-dot 2s ease-in-out infinite}.challenge-card{position:relative;overflow:hidden;transition:border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1)}.challenge-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0284cf,#0369a1);opacity:0;transition:opacity .18s cubic-bezier(.16,1,.3,1)}.challenge-card:hover{border-color:rgba(2,132,207,.35);box-shadow:0 4px 16px rgba(13,30,61,.1),0 2px 6px rgba(13,30,61,.06)}.challenge-card:hover:before{opacity:1}.card-img{transition:transform 1s ease;transform:scale(1);will-change:transform}.challenge-card:hover .card-img,.retail-card:hover .card-img{transform:scale(1.1)}.function-card{position:relative;overflow:hidden;transition:background .18s cubic-bezier(.16,1,.3,1),border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1)}.function-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0284cf,#0369a1);opacity:0;transition:opacity .18s cubic-bezier(.16,1,.3,1)}.function-card:hover{background:#eaf0fb;border-color:rgba(2,132,207,.28);box-shadow:0 4px 16px rgba(13,30,61,.1),0 2px 6px rgba(13,30,61,.06);transform:translateY(-2px)}.function-card:hover:after{opacity:1}.retail-card{position:relative;overflow:hidden;transition:border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1)}.retail-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#0284cf,#0369a1);opacity:0;transition:opacity .18s cubic-bezier(.16,1,.3,1)}.retail-card:hover{border-color:rgba(2,132,207,.35);box-shadow:0 4px 16px rgba(13,30,61,.1),0 2px 6px rgba(13,30,61,.06);transform:translateY(-2px)}.retail-card:hover:before{opacity:1}.impact-card{position:relative;overflow:hidden;transition:background .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1)}.impact-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0284cf,#0369a1)}.impact-card:hover{background:#eaf0fb;box-shadow:0 4px 16px rgba(13,30,61,.1),0 2px 6px rgba(13,30,61,.06);transform:translateY(-3px)}.journey-step:hover .journey-dot{background:#0284cf;color:#ffffff}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}