/* Premium footer — site-wide */

.vv-footer {
    position: relative;
    background: linear-gradient(165deg, #0f172a 0%, #1e1b4b 42%, #312e81 100%);
    color: rgba(255, 255, 255, 0.88);
    padding: 3.5rem 0 0;
    overflow: hidden;
}

.vv-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(102, 126, 234, 0.22), transparent 42%),
        radial-gradient(circle at 90% 100%, rgba(196, 113, 237, 0.14), transparent 40%);
    pointer-events: none;
}

.vv-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}

.vv-footer .container {
    position: relative;
    z-index: 1;
}

.vv-footer__top {
    padding-bottom: 2.5rem;
}

.vv-footer__brand {
    max-width: 22rem;
}

.vv-footer__logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: #fff;
    margin-bottom: 1rem;
}

.vv-footer__logo-link:hover {
    color: #fff;
    opacity: 0.92;
}

.vv-footer__logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.vv-footer__brand-title {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin: 0;
    line-height: 1.2;
}

.vv-footer__brand-subtitle {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #fde68a;
    margin: 0.15rem 0 0;
}

.vv-footer__about {
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 1rem;
}

.vv-footer__license {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.85);
}

.vv-footer__license i {
    color: #a5b4fc;
    margin-top: 0.1rem;
}

.vv-footer__heading {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c7d2fe;
    margin-bottom: 1.1rem;
    padding-bottom: 0.55rem;
    border-bottom: 2px solid rgba(102, 126, 234, 0.35);
    display: inline-block;
}

.vv-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vv-footer__links li {
    margin-bottom: 0.55rem;
}

.vv-footer__links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s, transform 0.2s;
    display: inline-block;
}

.vv-footer__links a:hover {
    color: #fff;
    transform: translateX(3px);
}

.vv-footer__phones {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vv-footer__phones li {
    margin-bottom: 0.65rem;
}

.vv-footer__phone {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    transition: color 0.2s;
}

.vv-footer__phone:hover {
    color: #fff;
}

.vv-footer__phone-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 126, 234, 0.2);
    color: #a5b4fc;
    font-size: 0.8rem;
}

.vv-footer__phone-label {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.2;
}

.vv-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.vv-footer__social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 1.1rem;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.vv-footer__social a:hover {
    color: #fff;
    transform: translateY(-3px);
    background: linear-gradient(135deg, #667eea, #764ba2);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.35);
}

.vv-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.35rem 0 1.75rem;
    text-align: center;
}

.vv-footer__copyright {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.75rem;
    line-height: 1.55;
}

.vv-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.8rem;
}

.vv-footer__legal a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s;
}

.vv-footer__legal a:hover {
    color: #c7d2fe;
}

.vv-footer__legal-sep {
    color: rgba(255, 255, 255, 0.25);
    user-select: none;
}

@media (max-width: 767.98px) {
    .vv-footer {
        padding-top: 2.5rem;
    }

    .vv-footer__brand {
        max-width: none;
        margin-bottom: 0.5rem;
    }

    .vv-footer__heading {
        margin-top: 0.5rem;
    }
}
