[hidden] {
    display: none !important;
}

.legal-body {
    max-width: 720px;
    margin: 0 auto;
    padding: 120px 24px 80px;
}

.legal-page-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: var(--text-primary);
    margin: 0 0 8px;
    line-height: 1.15;
}

.legal-date {
    color: var(--text-tertiary);
    font-size: 0.9rem;
    margin: 0 0 36px;
}

.legal-intro {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0 0 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
}

.legal-section + .legal-section {
    margin-top: 28px;
}

.legal-section h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 10px;
}

.legal-section p {
    color: var(--text-secondary);
    font-size: 0.93rem;
    line-height: 1.85;
    margin: 0 0 12px;
}

.legal-section ul {
    margin: 0 0 12px;
    padding-left: 1.2rem;
    color: var(--text-secondary);
    font-size: 0.93rem;
}

.legal-section li {
    margin-bottom: 8px;
    line-height: 1.8;
}

.legal-section a {
    color: var(--accent-strong);
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-note {
    color: var(--text-tertiary);
    font-size: 0.88rem;
    font-style: italic;
    margin-top: 12px;
}

.legal-contact a {
    color: var(--accent-strong);
    font-weight: 600;
    text-decoration: none;
}

.legal-contact a:hover {
    text-decoration: underline;
}

.legal-page-footer {
    text-align: center;
    color: var(--text-tertiary);
    font-size: 0.88rem;
    padding: 24px;
    border-top: 1px solid var(--border);
    margin-top: 48px;
}

.legal-page-footer a {
    color: var(--accent-strong);
    text-decoration: none;
}

.legal-page-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .legal-body {
        padding: 100px 18px 60px;
    }
}
