body { 
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
       
    .legal-container {
        max-width: 900px;
        margin: 0 auto;
        padding: 2rem 1rem;
        background: white;
        border-radius: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        margin-top: 6rem;
        margin-bottom: 4rem;
    }
    
    .legal-header {
        text-align: center;
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid #e5e7eb;
    }
    
    .legal-title {
        font-size: 2.5rem;
        font-weight: bold;
        color: #111827;
        margin-bottom: 0.5rem;
    }
    
    .legal-subtitle {
        color: #6b7280;
        font-size: 1.125rem;
    }
    
    .legal-section {
        margin-bottom: 2.5rem;
    }
    
    .legal-section h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #111827;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #e5e7eb;
    }
    
    .legal-section h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #374151;
        margin-bottom: 0.75rem;
        margin-top: 1.5rem;
    }
    
    .legal-section h4 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #374151;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }
    
    .legal-section p {
        color: #4b5563;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    .legal-section ul {
        color: #4b5563;
        line-height: 1.6;
        margin-bottom: 1rem;
        padding-left: 1.5rem;
    }
    
    .legal-section li {
        margin-bottom: 0.5rem;
    }
    
    .contact-info {
        background: #f8fafc;
        padding: 1.5rem;
        border-radius: 0.5rem;
        border-left: 4px solid #9333ea;
    }
    
    .contact-info strong {
        color: #111827;
    }
    
    .warning-box {
        background: #fef3cd;
        border: 1px solid #f59e0b;
        border-radius: 0.5rem;
        padding: 1rem;
        margin: 2rem 0;
    }
    
    .warning-box p {
        color: #92400e;
        margin: 0;
        font-size: 0.875rem;
    }
    
    .info-box {
        background: #eff6ff;
        border: 1px solid #3b82f6;
        border-radius: 0.5rem;
        padding: 1rem;
        margin: 1rem 0;
    }
    
    .info-box p {
        color: #1e40af;
        margin: 0;
        font-size: 0.875rem;
    }
    
    .data-table {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
        font-size: 0.875rem;
    }
    
    .data-table th,
    .data-table td {
        border: 1px solid #e5e7eb;
        padding: 0.75rem;
        text-align: left;
    }
    
    .data-table th {
        background: #f9fafb;
        font-weight: 600;
        color: #111827;
    }
    
    .data-table td {
        color: #4b5563;
    }
    
    /* Navigation spacer */
    .nav-spacer {
        height: 4rem;
    }
    
    /* Skip link for screen readers */
    .skip-link {
        position: absolute;
        top: -40px;
        left: 6px;
        background: #000;
        color: #fff;
        padding: 8px;
        text-decoration: none;
        z-index: 1000;
    }
    .skip-link:focus {
        top: 6px;
    }
    
    /* Table of Contents */
    .toc {
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        border-radius: 0.5rem;
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .toc h3 {
        margin-top: 0;
        color: #111827;
    }
    
    .toc ul {
        margin: 0;
        padding-left: 1.5rem;
    }
    
    .toc li {
        margin-bottom: 0.25rem;
    }
    
    .toc a {
        color: #9333ea;
        text-decoration: none;
    }
    
    .toc a:hover {
        text-decoration: underline;
    }