@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-delay{opacity:0;animation:fadeInUp .8s ease-out .2s forwards}.future-section-title{letter-spacing:-.02em;line-height:1.1}@media (max-width:640px){.future-section-title{font-size:clamp(2rem,8vw,3rem)}}@media (min-width:641px) and (max-width:1024px){.future-section-title{font-size:clamp(3rem,6vw,5rem)}}@media (min-width:1025px){.future-section-title{font-size:clamp(4rem,5vw,6rem)}}.backdrop-blur-subtle{backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}.text-shadow-sm{text-shadow:0 1px 2px rgba(0,0,0,.05)}.text-shadow-md{text-shadow:0 2px 4px rgba(0,0,0,.1)}@keyframes drawPath{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.animate-draw-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawPath 2s ease-out forwards}.smooth-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-effect{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}