background: var(--dark); border-top: 3px solid var(--green); padding: 36px 56px; display: flex; align-items: center; justify-content: space-between; } .footer-logo { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--white); } .footer-logo span { color: var(--green); } .footer-text { color: rgba(255,255,255,0.3); font-size: 12px; } .footer-right { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.5px; } .footer-right a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; } .footer-right a:hover { color: var(--white); } /* ── ANIMATIONS ── */ @keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } } .hero h1 { animation: fadeUp 0.65s 0.08s ease both; } .hero-sub { animation: fadeUp 0.65s 0.16s ease both; } .hero-tagline { animation: fadeUp 0.65s 0.22s ease both; } .mc-accepted { animation: fadeUp 0.65s 0.38s ease both; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { background: var(--off-white); } ::-webkit-scrollbar-thumb { background: var(--border-mid); border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: var(--text-muted); }
support@movo.cash · ← Back to Home