.vorik-legal {
    background: #f6f8fb;
    padding: 3.5rem 1rem 5rem;
}

.vorik-legal__container {
    width: min(920px, 100%);
    margin: 0 auto;
}

.vorik-legal__hero {
    margin-bottom: 1.5rem;
    padding: 2rem;
    border-radius: 20px;
    background: #071d38;
    color: #fff;
}

.vorik-legal__eyebrow {
    margin: 0 0 .65rem;
    color: #ffc928;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vorik-legal__hero h1 {
    margin: 0 0 .75rem;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.05;
}

.vorik-legal__hero p {
    max-width: 720px;
    margin: 0;
    color: #d5e1ef;
    line-height: 1.7;
}

.vorik-legal__updated {
    display: inline-block;
    margin-top: 1rem;
    color: #aebed1;
    font-size: .85rem;
}

.vorik-legal__content {
    padding: clamp(1.35rem, 4vw, 2.5rem);
    border: 1px solid #dce4ee;
    border-radius: 20px;
    background: #fff;
}

.vorik-legal__content section + section {
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e5eaf0;
}

.vorik-legal__content h2 {
    margin: 0 0 .8rem;
    color: #071d38;
    font-size: 1.25rem;
}

.vorik-legal__content p,
.vorik-legal__content li {
    color: #42536a;
    line-height: 1.75;
}

.vorik-legal__content ul {
    padding-left: 1.25rem;
}

.vorik-legal__content a {
    color: #0f4c81;
    font-weight: 700;
}

.vorik-footer-legal {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}

.vorik-footer-legal a {
    color: inherit;
    text-decoration: none;
}

.vorik-footer-legal a:hover {
    color: #ffc928;
    text-decoration: underline;
}

@media (max-width: 720px) {
    .vorik-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .vorik-footer-legal {
        justify-content: flex-start;
    }
}
