footer {
    background: var(--secondary-color);
    color: #fff;
    padding: 80px 0 30px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
.hsafe-footer h6 {
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-links a:hover {
    color: #38bdf8;
}
.hsafe-footer hr {
    opacity: 0.15;
}
.text-footer {
    color: #7C8EA9;
}