        /* ── Privacy page ── */
        body {
            font-size: 16px;
            line-height: 1.7;
        }

        .content {
            max-width: 664px;
            margin: 0 auto;
            padding: 2rem 2rem 6rem;
        }

        .content h1 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 2.5rem;
            line-height: 1.3;
        }

        .content h2 {
            font-size: 1.15rem;
            font-weight: 700;
            margin-top: 2.5rem;
            margin-bottom: 0.75rem;
        }

        .content h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
        }

        .content p {
            color: var(--text-light);
            margin-bottom: 1rem;
        }

        .content ul {
            color: var(--text-light);
            margin-bottom: 1rem;
            padding-left: 1.25rem;
        }

        .content li {
            margin-bottom: 0.25rem;
        }

        .content a {
            color: var(--text);
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .content a:hover {
            color: var(--text-light);
        }

        @media (max-width: 768px) {
            .content { padding: 2rem 1.5rem 4rem; }
            .content h1 { font-size: 1.6rem; }
        }
