@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes sectionFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fadeUp{animation:fadeUp .6s ease-out forwards}.animate-fadeUp:first-child{animation-delay:.05s}.animate-fadeUp:nth-child(2){animation-delay:.15s}.animate-fadeUp:nth-child(3){animation-delay:.25s}.animate-fadeUp:nth-child(4){animation-delay:.32s}.animate-fadeUp:nth-child(5){animation-delay:.4s}.animate-section{opacity:0;transform:translateY(40px)}.animate-section.in-view{animation:sectionFadeUp .5s cubic-bezier(.25,.46,.45,.94) forwards}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 50% 100%,rgba(244,98,15,.2) 0,transparent 60%)}.btn-white{background:white;color:var(--color-landing-blue-dark);font-weight:800;padding:18px 42px;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .15s,box-shadow .2s;box-shadow:0 4px 24px rgba(0,0,0,.2);position:relative}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 36px rgba(0,0,0,.25)}@keyframes arrow-down{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.arrow-down{animation:arrow-down 1.5s ease-in-out infinite;display:inline-block;margin-left:6px}@media (max-width:900px){.grid.grid-cols-2,.grid.grid-cols-3{grid-template-columns:1fr}}