.legal-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 20px 72px;
}

.legal-document {
    padding: 34px;
    background: #fff;
    border: 1px solid var(--lotus-border);
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.legal-document h1 {
    margin: 0 0 22px;
    font-size: 34px;
    line-height: 1.2;
}

.legal-document h2 {
    margin: 28px 0 10px;
    font-size: 22px;
}

.legal-document p {
    margin: 0 0 14px;
    color: #555;
}

.legal-document a {
    color: var(--lotus-red);
    font-weight: 700;
    text-decoration: none;
}

.legal-document a:hover {
    text-decoration: underline;
}

.legal-document__note {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff7ed;
    color: #9a3412 !important;
}

.order-form__consent {
    padding: 14px;
    border-radius: 14px;
    background: #f8fafc;
}

.order-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

.order-form__checkbox input {
    margin-top: 4px;
    flex-shrink: 0;
}

.order-form__checkbox a {
    color: var(--lotus-red);
    font-weight: 700;
    text-decoration: none;
}

.order-form__checkbox a:hover {
    text-decoration: underline;
}

.site-footer__legal {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}