.footer{background-color:var(--bg-dark);padding:80px 0 40px 0;border-top:1px solid var(--border-color-soft)}.footer-top{display:grid;grid-template-columns:2fr 1.2fr 1fr;gap:50px}.footer-brand-col{display:flex;flex-direction:column;gap:20px}.footer-logo{height:38px;width:auto;align-self:flex-start}.footer-desc{font-size:.95rem;color:var(--text-muted);max-width:380px;line-height:1.7}.footer-links-col,.footer-social-col{display:flex;flex-direction:column;gap:20px}.footer-title{font-size:1.2rem;font-weight:var(--fw-bold);color:var(--text-white);position:relative;padding-bottom:8px}.footer-title::after{content:'';position:absolute;bottom:0;left:0;right:auto;width:30px;height:2px;background-color:var(--accent-cyan);border-radius:1px}html[dir=rtl] .footer-title::after{left:auto;right:0}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav a{color:var(--text-muted);font-size:.95rem}.footer-nav a:hover{color:var(--accent-cyan);transform:translateX(-4px)}html[dir=ltr] .footer-nav a:hover{transform:translateX(4px)}.social-links{display:flex;gap:15px}.social-link{width:42px;height:42px;border-radius:50%;background-color:rgba(255,255,255,.03);border:1px solid var(--border-color-soft);color:var(--text-white);display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.social-link svg{width:18px;height:18px}.social-link:hover{background-color:var(--bg-purple);color:var(--text-white);border-color:var(--accent-cyan);transform:translateY(-4px)}.footer-divider{border:none;border-bottom:1px solid var(--border-color-medium);margin:45px 0 25px 0}.footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:var(--text-gray);font-size:.9rem}.footer-copyright{text-align:center;margin:0}.footer-policies{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 15px}.footer-policies a{color:var(--text-gray);transition:var(--transition-smooth)}.footer-policies a:hover{color:var(--accent-cyan)}.policy-bullet{color:var(--accent-cyan)}@media (max-width:768px){.footer{padding:60px 0 30px 0}.footer-top{grid-template-columns:1fr;gap:40px}.footer-desc{max-width:100%}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-policies{justify-content:center}}body.light-mode .social-link{background-color:rgba(25,30,58,.03);border-color:rgba(25,30,58,.08);color:#454975}body.light-mode .social-link:hover{background-color:#191e3a!important;color:#fff!important;border-color:#191e3a!important}