@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}footer{background:linear-gradient(135deg,#f8fafc 0,#fff 100%);border-top:1px solid rgba(0,0,0,.05);padding:32px 24px;margin-top:60px;text-align:center;overflow:hidden}footer::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,148,64,.3),transparent)}footer p{margin:0;color:#64748b;font-size:.95rem;font-weight:400;line-height:1.6;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}footer a,footer a::after{transition:all .3s cubic-bezier(.4,0,.2,1)}footer,footer a{position:relative}footer a{color:#009440;text-decoration:none;font-weight:500}footer a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#009440}footer a:hover{color:#007a33}footer a:hover::after{width:100%}footer .heart{color:#ef4444;animation:heartbeat 2s ease-in-out infinite}@media (max-width:768px){footer{padding:24px 16px;margin-top:40px}footer p{font-size:.9rem;flex-direction:column;gap:4px}}@media (max-width:480px){footer{padding:20px 12px}footer p{font-size:.85rem}}