.legal {
    max-width: 680px;
    margin: 0 auto;
    padding: 120px 32px 80px;
}

.legal__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin-bottom: 48px;
    transition: color 0.2s ease;
}

.legal__back:hover {
    color: #fff;
}

.legal__back svg {
    width: 16px;
    height: 16px;
}

.legal__title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.84px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.legal__updated {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 56px;
}

.legal__section {
    margin-bottom: 48px;
}

.legal__section h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #fff;
}

.legal__section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
}

.legal__section p:last-child {
    margin-bottom: 0;
}

.legal__section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.legal__section ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
}

.legal__section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF5624;
}

.legal__section a {
    color: #FF5624;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.legal__section a:hover {
    opacity: 0.7;
}

.legal__divider {
    height: 1px;
    background: #1b1a1a;
    margin: 56px 0;
}
@media (max-width: 768px) {
    .legal {
        padding: 80px 20px 60px;
    }

    .legal__title {
        font-size: 32px;
    }
}
