@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{background:#000;color:#fff;scroll-behavior:smooth}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-blob{animation:blob 7s infinite}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards}.animate-bounce{animation:bounce 2s infinite}.animate-pulse-slow{animation:pulse 2s infinite}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@media (max-width:768px){.container-padding{padding-left:1rem;padding-right:1rem}.text-hero{font-size:2.5rem}.text-section-title{font-size:1.8rem}}