.legal-page {
    background: #ffffff;
    padding-bottom: 40px;
}

/* --- Кнопка Home --- */
.legal-content-page {
    background: white;
    padding-bottom: 40px;
}

.legal-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: white;
    border-radius: 20px;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
}

.legal-content-page h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 4px;
}

/* --- Заголовок --- */
.legal-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 4px;
}

.legal-subtitle {
    font-size: 15px;
    color: var(--text-secondary);
    font-style: italic;
    margin-bottom: 24px;
}

/* --- Карточки --- */
.legal-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legal-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: white;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: transform 0.15s ease;
}

.legal-card:active {
    transform: scale(0.98);
}

.legal-card-content {
    flex: 1;
}

.legal-card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.legal-card-desc {
    font-size: 12px;
    color: var(--text-secondary);
}

.legal-card-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 12px;
    background: white;
}

.legal-card-arrow svg {
    width: 16px;
    height: 16px;
}

/* --- Футер --- */
.legal-footer-text {
    text-align: center;
    font-size: 10px;
    color: var(--text-tertiary);
    margin-top: 32px;
    margin-bottom: 4px;
}

.legal-footer-joke {
    text-align: center;
    font-size: 13px;
    color: var(--accent-core);
    font-style: italic;
    line-height: 1.4;
}
