.legal-section {
            max-width: 800px;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-right: auto;
            margin-left: auto;
            background: white;
            padding: 3rem;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }

        .company-info {
            margin-bottom: 3rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid #e5e7eb;
        }

        .info-item {
            margin-bottom: 1rem;
        }

        .info-label {
            font-weight: 600;
            color: #1f2937;
            margin-right: 0.5rem;
        }

        .info-value {
            color: #4b5563;
        }

        h2 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 1rem;
            margin-top: 2rem;
        }

        h2:first-child {
            margin-top: 0;
        }

        p {
            color: #4b5563;
            margin-bottom: 1rem;
        }

        a {
            color: #2563eb;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        @media (max-width: 640px) {
            .legal-section {
                padding: 1.5rem;
            }
            
            body {
                padding: 1rem 0.5rem;
            }
        }
