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

        h1 {
            font-size: 1.75rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 1.5rem;
        }

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

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

        .info-box {
            background: #f0f9ff;
            border-left: 4px solid #3b82f6;
            padding: 1rem 1.25rem;
            margin: 1.5rem 0;
        }

        .info-box p {
            margin: 0;
            color: #1e40af;
        }

        .last-updated {
            color: #6b7280;
            font-size: 0.875rem;
            margin-bottom: 2rem;
        }

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

            h1 {
                font-size: 1.5rem;
            }
        }
