/* ==========================================================================
   Privacy Statement — Page Stylesheet
   Prefix: priv-
   Depends on: css/global.css (design tokens via --fg-* custom properties)
   ========================================================================== */

.priv-inner {
    max-width: 860px;
    margin-inline: auto;
    padding-inline: 1.5rem;
}

.priv-content {
    padding: 4rem 0 5rem;
}

.priv-heading {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    color: var(--fg-heading, #1a1a1a);
}

.priv-content h2 {
    font-size: 1.35rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: var(--fg-heading, #1a1a1a);
}

.priv-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    color: var(--fg-text, #333);
}

.priv-content a {
    color: var(--fg-green);
    text-decoration: underline;
}
.priv-content a:hover {
    color: var(--fg-green-dark);
}
