Nexzone

tyle> .footer-legal-box { background: rgba(0, 30, 60, 0.12); border: 1px solid #e0e6ed; border-radius: 12px; padding: 18px 20px 10px 20px; margin: 28px auto 0 auto; max-width: 340px; text-align: center; box-shadow: 0 2px 12px 0 rgba(0,0,0,0.04); } .footer-legal-title { font-size: 0.92rem; color: #0077b6; font-weight: 600; margin-bottom: 6px; letter-spacing: 0.03em; } .footer-legal-links { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.81rem; color: #3a4a5d; margin: 0; letter-spacing: 0.01em; } .footer-legal-link { color: #00aaff; text-decoration: none; background: #f6fbff; border-radius: 6px; padding: 7px 0; width: 100%; max-width: 220px; display: block; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03); opacity: 0.93; font-weight: 500; transition: color 0.2s, background 0.2s, opacity 0.2s; } .footer-legal-link:hover { text-decoration: underline; color: #0088cc; background: #e0f7fa; opacity: 1; }