.footer{background:var(--bg-primary);border-top:1px solid hsla(0,0%,100%,.1);padding:60px 20px 20px}.footer-content{display:grid;grid-template-columns:1fr auto;grid-gap:80px;gap:80px;max-width:1100px;width:calc(100% - 24px);margin:0 auto 40px}.footer-left{display:flex;flex-direction:column;gap:16px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-rose{width:32px;height:32px;border-radius:50%;filter:none}.footer-brand-text{font-size:24px;font-weight:600;color:var(--text-primary)}.footer-links{display:flex;gap:60px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column h4{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.footer-column a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:400;display:block}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px;text-align:center}.footer-bottom p{font-size:14px;color:var(--text-secondary);margin:0;font-weight:400}@media (max-width:768px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{flex-direction:column;gap:32px}.footer-brand{justify-content:center;text-align:center}.footer-description{text-align:center;max-width:none}}