.jy-footer {
    margin-top: 80px;
    padding: 64px 0 48px;
    color: #94a3b8;
    background: #0f172a;
    border-top: 1px solid #1e293b;
}

.jy-footer,
.jy-footer * {
    box-sizing: border-box;
}

.jy-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.jy-footer a:hover {
    color: #ffffff;
}

.jy-footer-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.jy-footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(30, 41, 59, 0.8);
}

.jy-footer-about {
    max-width: 384px;
}

.jy-footer-about > p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.625;
}

.jy-footer-meta {
    margin-top: 16px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.jy-footer-meta p + p {
    margin-top: 4px;
}

.jy-footer h4 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.jy-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jy-footer li + li,
.jy-footer-contact p + p {
    margin-top: 8px;
}

.jy-footer li,
.jy-footer-contact {
    font-size: 14px;
    line-height: 1.5;
}

.jy-footer-contact p {
    margin: 0;
}

.jy-footer-contact strong {
    color: #e2e8f0;
    font-weight: 400;
}

.jy-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 32px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.jy-footer-legal {
    display: flex;
    gap: 24px;
}

@media (max-width: 900px) {
    .jy-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .jy-footer {
        margin-top: 64px;
    }

    .jy-footer-inner {
        padding: 0 16px;
    }

    .jy-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .jy-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
