* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    background: #f9fafb;
    color: #1a1a2e;
    line-height: 1.8;
}

.legal-header {
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.legal-header-brand {
    font-family: 'Arial', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a3c8f;
}

.legal-header-back {
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    color: #1a3c8f;
    text-decoration: none;
}

.legal-header-back:hover {
    text-decoration: underline;
}

.legal-container {
    max-width: 760px;
    margin: 3rem auto;
    padding: 0 2rem 4rem;
}

.legal-title {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.4rem;
}

.legal-date {
    font-family: 'Arial', sans-serif;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.legal-container h2 {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
}

.legal-container p {
    font-size: 0.975rem;
    color: #374151;
    margin-bottom: 1rem;
}

.legal-footer {
    text-align: center;
    padding: 2rem;
    font-family: 'Arial', sans-serif;
    font-size: 0.8rem;
    color: #9ca3af;
    border-top: 1px solid #e5e7eb;
}