/* Confidova content hub — static, crawlable, brand-aligned ("Kinetic Privacy").
   Self-contained, no external CSS deps, mobile-first, fast. */
:root {
  --bg: #0D0F10;
  --card: #16191C;
  --border: #2A2E32;
  --pink: #EB268A;
  --pink-soft: rgba(235, 38, 138, 0.12);
  --text: #C9CDD2;
  --muted: #8A9099;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  font-size: 17px;
}
a { color: var(--pink); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 20px; }
header.site {
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 10;
  background: rgba(13, 15, 16, 0.85); backdrop-filter: blur(10px);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 700; font-size: 19px; }
.brand img { width: 26px; height: 26px; border-radius: 6px; }
.nav a { color: var(--text); margin-left: 22px; font-size: 15px; }
.cta-top {
  background: var(--pink); color: var(--white) !important; padding: 9px 16px;
  border-radius: 8px; font-weight: 600; font-size: 14px;
}
.cta-top:hover { text-decoration: none; opacity: 0.92; }
main { padding: 40px 0 64px; }
.eyebrow { color: var(--pink); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 14px; }
h1 { color: var(--white); font-size: clamp(30px, 6vw, 44px); line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 16px; }
h2 { color: var(--white); font-size: clamp(22px, 4vw, 28px); line-height: 1.25; margin: 40px 0 14px; letter-spacing: -0.01em; }
h3 { color: var(--white); font-size: 19px; margin: 28px 0 10px; }
p { margin: 0 0 18px; }
.lede { font-size: 19px; color: #dfe3e8; }
ul, ol { padding-left: 22px; margin: 0 0 18px; }
li { margin: 0 0 10px; }
blockquote {
  border-left: 3px solid var(--pink); margin: 24px 0; padding: 6px 0 6px 18px;
  color: #dfe3e8; font-style: italic;
}
.meta { color: var(--muted); font-size: 14px; margin: 0 0 28px; }
.card {
  background: var(--card); border: 1px solid var(--border); border-radius: 14px;
  padding: 22px 24px; margin: 26px 0;
}
.cta-block {
  background: linear-gradient(135deg, rgba(235,38,138,0.14), rgba(112,0,255,0.10));
  border: 1px solid var(--pink); border-radius: 16px; padding: 28px; margin: 40px 0; text-align: center;
}
.cta-block h2 { margin-top: 0; }
.btn {
  display: inline-block; background: var(--pink); color: var(--white) !important;
  padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 16px; margin-top: 8px;
}
.btn:hover { text-decoration: none; opacity: 0.92; }
.faq dt { color: var(--white); font-weight: 600; margin: 20px 0 6px; }
.faq dd { margin: 0 0 16px; }
.related { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 18px 0; }
@media (min-width: 600px) { .related { grid-template-columns: 1fr 1fr; } }
.related a {
  display: block; background: var(--card); border: 1px solid var(--border);
  border-radius: 12px; padding: 16px 18px; color: var(--white);
}
.related a:hover { border-color: var(--pink); text-decoration: none; }
.related a span { display: block; color: var(--muted); font-size: 14px; margin-top: 4px; }
.crumbs { font-size: 13px; color: var(--muted); margin: 0 0 22px; }
.crumbs a { color: var(--muted); }
footer.site { border-top: 1px solid var(--border); color: var(--muted); font-size: 14px; padding: 28px 0; }
footer.site a { color: var(--muted); margin-right: 18px; }
.disclaimer { color: var(--muted); font-size: 13px; border-top: 1px solid var(--border); padding-top: 18px; margin-top: 40px; }

/* Pillar hero */
.hero {
  background:
    radial-gradient(900px 320px at 12% -10%, rgba(235,38,138,0.16), transparent 60%),
    radial-gradient(700px 320px at 100% 0%, rgba(112,0,255,0.12), transparent 55%);
  border-bottom: 1px solid var(--border);
}
.hero .wrap { padding: 56px 20px 40px; }
.hero h1 { margin-bottom: 18px; }
.hero .sub { font-size: 19px; color: #dfe3e8; max-width: 620px; margin: 0 0 24px; }
.toc { font-size: 14px; color: var(--muted); margin: 0 0 8px; }
.toc a { color: var(--text); margin-right: 16px; white-space: nowrap; }
/* Stat band */
.stats { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 26px 0; }
@media (min-width: 640px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; }
.stat .n { color: var(--pink); font-size: 26px; font-weight: 800; line-height: 1.1; }
.stat .l { color: var(--muted); font-size: 13px; margin-top: 6px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 0; }
.pill { background: var(--pink-soft); border: 1px solid var(--border); color: var(--text); border-radius: 999px; padding: 6px 12px; font-size: 13px; }
