@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";
:root{--deep-blue:#1e3a8a;--light-blue:#3b82f6;--primary-green:#059669;--primary-orange:#f97316}body{scroll-behavior:smooth;background-color:#f8fafc;font-family:Inter,sans-serif}.gradient-bg{background-image:linear-gradient(to bottom,var(--deep-blue),#115e59)}@keyframes flash-cta{0%,to{transform:scale(1);box-shadow:0 0 #059669b3}50%{transform:scale(1.02);box-shadow:0 0 15px 5px #05966980}}.cta-button{transition:all .3s;animation:2s ease-out infinite flash-cta}.cta-button:hover{animation:none;transform:scale(1.02);box-shadow:0 10px 20px #0596694d}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.marquee-container{white-space:nowrap;background-color:#e2e8f0;border-bottom:1px solid #cbd5e1;overflow:hidden}.marquee-content{padding:0 2rem;line-height:1.5;animation:45s linear infinite marquee;display:inline-block}.centered-robot-avatar{border:6px solid var(--primary-green);z-index:50;background-color:#ada9a9;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:-50px auto 10px;display:flex;position:relative;box-shadow:0 4px 10px #0003}.centered-robot-avatar svg{width:70px;height:70px;color:var(--deep-blue)}
