/* Zeduno — Privacy Policy page (pv-) */
.pv-hero { padding: calc(var(--topbar-height) + 84px) 0 40px; border-bottom: 1px solid var(--border); }
.pv-hero .lp-eyebrow { margin-bottom: 16px; }
.pv-h1 { font-size: clamp(2.2rem, 3.6vw, 3.1rem); margin: 0 0 18px; }
.pv-meta { display: flex; flex-wrap: wrap; gap: 10px 26px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--muted); }
.pv-meta b { color: var(--ink-soft); font-weight: var(--weight-medium); }
.pv-layout { display: grid; grid-template-columns: minmax(0, 1fr) 200px; gap: clamp(36px, 6vw, 110px); padding: 56px 0 96px; align-items: start; }
.pv-toc { position: sticky; top: 92px; max-height: calc(100vh - 120px); overflow-y: auto; }
.pv-toc-head { font-family: var(--font-mono); font-size: var(--text-2xs); letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); margin: 0 0 14px; }
.pv-toc a { display: block; padding: 5px 0; font-size: 12.5px; line-height: 1.5; color: var(--muted); text-decoration: none; transition: color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
.pv-toc a:hover { color: var(--ink-soft); }
.pv-toc a.on { color: var(--ink); transform: translateX(2px); }
.pv-doc { max-width: 74ch; }
.pv-doc section { scroll-margin-top: 96px; padding: 0 0 44px; }
.pv-doc section + section { border-top: 1px solid var(--border); padding-top: 40px; }
.pv-doc h2 { font-size: 20px; margin: 0 0 16px; }
.pv-doc h3 { font-size: 15px; color: var(--ink); margin: 26px 0 10px; }
.pv-doc p { font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 12px; }
.pv-doc p b { color: var(--ink); font-weight: var(--weight-semibold); }
.pv-doc ul { list-style: none; margin: 0 0 14px; padding: 0; }
.pv-doc ul li { position: relative; padding: 0 0 8px 20px; font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }
.pv-doc ul li::before { content: ""; position: absolute; left: 4px; top: 10.5px; width: 5px; height: 5px; border-radius: 50%; background: var(--violet-400); }
.pv-doc ul li b { color: var(--ink); font-weight: var(--weight-semibold); }
.pv-note { font-size: 13px; line-height: 1.6; color: var(--muted); border-left: 2px solid var(--border-violet); padding: 2px 0 2px 14px; margin: 14px 0; }
.pv-doc a { color: var(--violet-200); text-decoration: none; border-bottom: 1px solid rgba(172,146,231,0.3); transition: color var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out); }
.pv-doc a:hover { color: var(--violet-100); border-color: var(--violet-200); }
.pv-table { width: 100%; border-collapse: collapse; margin: 16px 0 6px; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.pv-table th { font-family: var(--font-mono); font-size: 10.5px; font-weight: var(--weight-medium); letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); text-align: left; padding: 11px 16px; background: rgba(255,255,255,0.035); border-bottom: 1px solid var(--border); }
.pv-table td { font-size: 13.5px; line-height: 1.6; color: var(--ink-soft); vertical-align: top; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.pv-table tr:last-child td { border-bottom: none; }
.pv-table td:first-child { color: var(--ink); font-weight: var(--weight-medium); white-space: normal; width: 34%; }
.pv-table tbody tr { transition: background var(--dur-fast) var(--ease-out); }
.pv-table tbody tr:hover { background: rgba(255,255,255,0.025); }
.pv-steps { counter-reset: pvs; list-style: none; margin: 0 0 14px; padding: 0; }
.pv-steps li { counter-increment: pvs; position: relative; padding: 0 0 12px 40px; font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }
.pv-steps li::before { content: counter(pvs, decimal-leading-zero); position: absolute; left: 0; top: 1px; font-family: var(--font-mono); font-size: 11px; color: var(--violet-300); border: 1px solid var(--border-violet); border-radius: 6px; padding: 2px 5px; background: var(--brand-tint); }
.pv-steps li b { color: var(--ink); font-weight: var(--weight-semibold); }
@media (max-width: 960px) { .pv-layout { grid-template-columns: 1fr; } .pv-toc { display: none; } .pv-table td:first-child { width: auto; } }
