.footer{text-align:center;padding:1.5rem 1rem;background-color:#fff;border-top:1px solid rgba(0,0,0,.08);margin-top:3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;flex-direction:column;gap:.5rem}.footer:before{content:"";display:block;width:120px;height:2px;background:linear-gradient(90deg,#ff6759,#ffac3a);margin:-1.5rem auto 1.5rem}.footer p{font-size:.875rem;color:#666;margin:0;letter-spacing:.02em}.footer small{font-size:.75rem;color:#999;display:block;margin-top:.5rem}.footer:before{animation:footerLineEntrance .6s cubic-bezier(.22,.61,.36,1) forwards}@keyframes footerLineEntrance{0%{width:0;opacity:0}to{width:120px;opacity:1}}@media (max-width:768px){.footer{padding:1rem .5rem;font-size:.8rem;flex-direction:row;gap:1rem}.footer:before{width:80px;margin:-1rem auto 1rem}.footer p{font-size:.75rem;color:#444}.footer small{font-size:.65rem;margin-top:.25rem}}