/* ── Privacy Hero ───────────────────────────────────────── */
section.privacy-hero {
    background: linear-gradient(135deg, #591F8E, #7B2FBD);
    padding: 2.5rem 2rem 2rem;
    border: none;
}

.privacy-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

section.privacy-hero h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.2;
}

/* ── Privacy Body ───────────────────────────────────────── */
section.privacy-body {
    padding: 3rem 2rem 5rem;
    background: white;
    border: none;
}

.privacy-body-inner {
    max-width: 720px;
    margin: 0 auto;
}

/* ── Last updated chip ──────────────────────────────────── */
.privacy-updated {
    display: inline-block;
    background: #F2E8FF;
    color: #591F8E;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.875rem;
    border-radius: 999px;
    margin-bottom: 2.5rem;
}

/* ── Prose ──────────────────────────────────────────────── */
.privacy-content {
    color: #334155;
    font-size: 1rem;
    line-height: 1.85;
}

.privacy-content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #F2E8FF;
    text-align: left;
}

.privacy-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #591F8E;
    margin: 1.5rem 0 0.5rem;
    text-align: left;
}

.privacy-content p {
    margin-bottom: 1rem;
    color: #334155;
}

/* ── Lists ──────────────────────────────────────────────── */
.privacy-content ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.privacy-content ul li {
    padding: 0.875rem 1rem;
    background: #F9F4FF;
    border-left: 3px solid #7B2FBD;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 0.97rem;
    color: #475569;
}

/* GDPR rights — bold right name becomes a label above description */
.privacy-content ul li strong {
    display: block;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

/* ── Links ──────────────────────────────────────────────── */
.privacy-content a {
    color: #7B2FBD;
    text-decoration: underline;
    text-decoration-color: rgba(123, 47, 189, 0.3);
}

.privacy-content a:hover {
    text-decoration-color: #7B2FBD;
}

/* ── Divider ────────────────────────────────────────────── */
.privacy-content hr {
    border: none;
    border-top: 1px solid #F2E8FF;
    margin: 2rem 0 1.5rem;
}

/* ── Closing note (after hr) ────────────────────────────── */
.privacy-content hr + p {
    font-size: 0.95rem;
    color: #64748b;
}

@media (max-width: 768px) {
    section.privacy-hero h1 {
        font-size: 1.75rem;
    }
}
