/* ==========================================================================
   Kandryn Performance - Privacy Policy page (/privacy)
   Single readable column. Reuses global eyebrow / container / section.
   Prefix: priv-
   ========================================================================== */

/* ---- Hero ---------------------------------------------------------------- */
.priv-hero {
    position: relative;
    background:
        radial-gradient(130% 130% at 82% 8%, rgba(255,255,255,0.10), transparent 55%),
        linear-gradient(120deg, var(--teal-dark) 0%, var(--teal-deep) 55%, var(--charcoal) 100%);
    color: #fff;
    text-align: center;
    padding-block: clamp(3.5rem, 9vw, 6rem);
}
.priv-hero .eyebrow { color: #7de0df; }
.priv-hero h1 { color: #fff; margin-bottom: 0.6rem; font-size: clamp(2.2rem, 4.8vw, 3.3rem); }
.priv-hero p { color: #e4eaec; font-size: 1.1rem; line-height: 1.6; max-width: 42rem; margin: 0 auto; }
.priv-updated {
    display: inline-block;
    margin-top: 1.3rem;
    padding: 0.4rem 0.95rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    font-family: var(--font-head);
    font-size: 0.85rem;
    font-weight: 500;
    color: #eaf1f2;
}

/* ---- Content column ------------------------------------------------------ */
.priv-block { max-width: 760px; margin-inline: auto; }
.priv-block > p { color: var(--muted); font-size: 1.04rem; line-height: 1.75; margin-bottom: 1rem; }
.priv-intro { font-size: 1.12rem !important; color: var(--ink) !important; }

.priv-block h2 {
    font-size: clamp(1.5rem, 2.6vw, 1.95rem);
    margin: 2.8rem 0 0.9rem;
    scroll-margin-top: 6rem;
}
.priv-block h3 { font-size: 1.15rem; color: var(--charcoal); margin: 1.7rem 0 0.6rem; }

.priv-block a { color: var(--teal-dark); font-weight: 600; text-decoration: underline; }

.priv-list { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.priv-list li {
    position: relative;
    padding-left: 1.55rem;
    color: var(--ink);
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 0.55rem;
}
.priv-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 0.62em;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--teal);
}
.priv-list li strong { color: var(--charcoal); }

/* ---- Table of contents --------------------------------------------------- */
.priv-toc {
    background: var(--grey);
    border: 1px solid var(--grey-line);
    border-radius: var(--radius);
    padding: 1.3rem 1.6rem;
    margin-bottom: 2.6rem;
}
.priv-toc h2 { margin: 0 0 0.8rem; font-size: 1.05rem; }
.priv-toc ol { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 2.2rem; }
.priv-toc li { margin-bottom: 0.45rem; break-inside: avoid; }
.priv-toc a { color: var(--teal-dark); font-weight: 500; text-decoration: none; }
.priv-toc a:hover { text-decoration: underline; }

/* ---- Inline note --------------------------------------------------------- */
.priv-note {
    background: rgba(3, 182, 181, 0.06);
    border: 1px solid var(--grey-line);
    border-left: 4px solid var(--teal);
    border-radius: var(--radius);
    padding: 1.1rem 1.3rem;
    margin: 1.4rem 0;
}
.priv-note p { color: var(--charcoal); font-size: 1rem; line-height: 1.7; margin-bottom: 0.7rem; }
.priv-note p:last-child { margin-bottom: 0; }

/* ---- Contact / requests box --------------------------------------------- */
.priv-contact {
    background: var(--charcoal);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: clamp(1.6rem, 3.5vw, 2.3rem);
    margin-top: 1.5rem;
}
.priv-contact h2 { color: #fff; margin: 0 0 0.7rem; }
.priv-contact p { color: #d3dbdd; line-height: 1.7; margin-bottom: 0.7rem; }
.priv-contact p:last-child { margin-bottom: 0; }
.priv-contact a { color: #7de0df; }

@media (max-width: 600px) {
    .priv-toc ol { columns: 1; }
}
