.site-footer{margin-top:6rem;background-color:#242424;color:var(--text-color);font-family:inherit}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:40px 20px;max-width:1200px;margin:0 auto}.footer-logo span{font-size:2rem;font-weight:700;color:var(--primary-color)}.footer-columns{display:flex;flex-wrap:wrap;gap:6rem}.footer-column{display:flex;flex-direction:column;gap:0.5rem;min-width:120px}.footer-column a{color:#ccc;text-decoration:none;transition:color 0.3s ease;font-size:0.95rem}.footer-column a:hover{color:var(--primary-color)}.footer-bottom{background:var(--primary-color);color:var(--text-color);text-align:center;font-size:0.9rem}.footer-bottom p{margin:0;padding:5px}.footer-bottom a{color:inherit;font-weight:700;text-decoration:none}.footer-logo{text-decoration:none}.footer-column h4{color:var(--text-color);font-size:1rem;margin-bottom:0.5rem;position:relative;display:inline-block}.footer-column h4::after{content:"";display:block;width:120px;height:2px;background-color:var(--primary-color);margin-top:4px}.site-footer{opacity:0;transform:translateY(0px);transition:opacity 0.8s ease,transform 0.8s ease}.site-footer.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.footer-top{padding:40px 20px}.footer-columns{gap:2.5rem;width:100%}.footer-column h4::after{width:100px}.footer-logo{align-self:center}.footer-bottom{font-size:0.85rem}}