.hero-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(229,142,38,.08) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(46,139,87,.12) 0%,transparent 50%);animation:moveBg 20s linear infinite;z-index:0}.footer-container{width:90%;max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;margin-bottom:1.2rem;color:#63b3ed}.footer-section p,.footer-section a{color:#cbd5e0;margin-bottom:.8rem;display:block;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#63b3ed}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#4a5568;border-radius:50%;transition:background-color .3s}.social-links a:hover{background-color:#63b3ed}.copyright{text-align:center;padding-top:1.5rem;border-top:1px solid #4a5568;color:#a0aec0;font-size:.9rem}