.footer {
    background: #061426;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 50px 20px 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.footer h3,
.footer h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer p,
.footer a {
    color: #a9b7c6;
    text-decoration: none;
    line-height: 1.8;
}

.footer a:hover {
    color: #ff8c00;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom p {
    font-size: 14px;
}
.seo-local{
    display: none;
}