html{scroll-behavior:smooth}body{background-color:#030712;transition:background-color .3s ease}#bg-canvas{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.timeline-item .h-4.w-4.rounded-full{animation:pulse-dot 2s ease-in-out infinite}.cta-card,.formation-card,.timeline-content{transition:all .3s ease}.formation-card:hover,.timeline-content:hover{transform:translateY(-4px)}.cta-card:hover{transform:scale(1.02)}@media (max-width:768px){.timeline-item{padding-left:0}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.rounded-full:hover{box-shadow:0 0 20px rgba(14,165,233,.3)}