/* ═══════════════════════════════════════════
   CYBERKYRIAN — PRIVACY PAGE STYLES
   Load after css/style.css
════════════════════════════════════════════ */

body { line-height: 1.8; }

/* Privacy nav scrolls with the page (sticky, not fixed) */
nav {
  position: sticky;
  background: rgba(8,10,12,0.9);
}

.nav-back {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}
.nav-back:hover { color: var(--accent); }

.page { max-width: 740px; margin: 0 auto; padding: 5rem 5vw 7rem; }

.page-label {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

h1 {
  font-family: var(--mono);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.updated {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 3rem;
}

h2 {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 2.5rem 0 0.75rem;
}

p { color: var(--muted); margin-bottom: 1rem; font-weight: 300; font-size: 15px; }
p strong { color: var(--text); font-weight: 400; }

ul {
  color: var(--muted);
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: 300;
}
li { margin-bottom: 0.4rem; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.divider { height: 1px; background: var(--border); margin: 3rem 0; max-width: none; }

footer {
  display: block;
  padding: 1.5rem 5vw;
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
}
