.mv-footer {
    padding: 78px 0 22px;
    background:
        radial-gradient(circle at top left, rgba(0, 173, 238, 0.18), transparent 30%),
        linear-gradient(135deg, #06111d 0%, #0a2342 58%, #07182a 100%);
    color: rgba(255, 255, 255, 0.82);
}

.mv-footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 8px 12px;
    border-radius: 12px;
    margin-bottom: 18px;
    width: 260px;
    max-width: 100%;
    overflow: hidden;
}

.mv-footer-logo-img {
    width: 230px;
    height: auto;
    max-height: 62px;
    object-fit: contain;
    display: block;
    filter: none;
}
.mv-footer-about {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.mv-footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 22px;
}

.mv-footer-links,
.mv-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mv-footer-links li,
.mv-contact-list li {
    margin-bottom: 11px;
}

.mv-footer-links a,
.mv-footer-bottom a {
    color: rgba(255, 255, 255, 0.72);
    transition: 0.22s ease;
}

.mv-footer-links a:hover,
.mv-footer-bottom a:hover {
    color: #fff;
}

.mv-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.72);
}

.mv-contact-list i {
    color: var(--primary);
    margin-top: 4px;
}

.mv-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.mv-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.28s ease;
}

.mv-socials a:hover {
    background: var(--primary);
    transform: translateY(-2px);
}

.mv-newsletter-form {
    display: flex;
    margin-top: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    overflow: hidden;
}

.mv-newsletter-form input {
    width: 100%;
    border: none;
    outline: none;
    padding: 14px 16px;
    background: transparent;
    color: #fff;
}

.mv-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

.mv-newsletter-form button {
    width: 58px;
    border: none;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: #fff;
}

.mv-footer-bottom {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.mv-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

.mv-footer-bottom div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .mv-footer {
        padding-top: 60px;
    }

    .mv-footer-logo-img {
        width: 190px;
        max-height: 58px;
    }
}
