@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}}@layer components{@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s ease-out}@keyframes chevron-flow{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(6px)}}.animate-chevron-flow{animation:chevron-flow 1.35s ease-in-out infinite}@keyframes cta-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cta-text-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.035);opacity:.92}}.cta-ring{overflow:hidden;isolation:isolate;background:linear-gradient(90deg,#fb923c7a,#ef444475);box-shadow:0 0 0 1px #fb923c29,0 0 20px #ef44441f}.cta-ring:before{content:"";position:absolute;top:-160%;right:-160%;bottom:-160%;left:-160%;pointer-events:none;background:conic-gradient(from 20deg,transparent 0deg 258deg,rgba(251,146,60,1) 295deg,rgba(239,68,68,.98) 338deg,rgba(251,146,60,1) 360deg);animation:cta-ring-spin 3.8s linear infinite;will-change:transform;z-index:0}.cta-ring>a{position:relative;z-index:1}.cta-text-pulse{animation:cta-text-pulse 3.2s ease-in-out infinite;transform-origin:center;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.cta-ring:before{animation:none}.cta-text-pulse{animation:none}}}@media(max-width:639px){section{padding-top:3rem!important}}
