/* __WHITEPAGE_V10__ site=protonvpn.co.com generated=2026-04-24 palette=deep-teal+muted-gold+warm-off-white mini=true */

/* V10 minimal brand-first: Geist via Google Fonts (deviation from self-host noted in marker), :where() scoped, zero classes on inner elements */

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #14211c;
  --ink-soft: #2d3934;
  --muted: #6f7c75;
  --paper: #f5f4ef;
  --paper-2: #ece9dc;
  --paper-3: #ddd5be;
  --rule: #c9c1a3;
  --brand: #1e6f5c;
  --brand-deep: #103e34;
  --brand-soft: #5a907f;
  --accent: #c5b358;
  --accent-soft: #ddcc7e;
  --accent-deep: #8a7a35;
  --font: "Geist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.66;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--accent-soft); color: var(--ink); }

img { max-width: 100%; display: block; height: auto; content-visibility: auto; }
a { color: var(--brand-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent-deep); text-decoration-thickness: 2px; }

/* === V10 minimal block classes === */
.nav, .hero, .main, .mega-footer, .quote-featured { /* anchor selectors */ }

/* Sticky-small nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: 14px 0;
  backdrop-filter: saturate(1.2) blur(8px);
}
:where(.nav > div) {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
:where(.nav a) {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: .92rem;
}
:where(.nav a:hover) { color: var(--brand); text-decoration: underline; }
:where(.nav strong) {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.18rem;
  color: var(--brand);
  letter-spacing: -.025em;
}
:where(.nav strong em) {
  color: var(--accent-deep);
  font-style: normal;
}
:where(.nav nav) {
  display: flex;
  gap: 24px;
  align-items: center;
}
:where(.nav button, .nav a.cta) {
  background: var(--brand);
  color: #fff;
  padding: 9px 18px;
  border-radius: 4px;
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none;
  border: 1px solid var(--brand-deep);
}
:where(.nav button:hover, .nav a.cta:hover) {
  background: var(--brand-deep);
  text-decoration: none;
}

/* Hero - typographic, 60vh, no raster */
.hero {
  min-height: 60vh;
  padding: 96px 0 80px;
  background:
    radial-gradient(circle at 88% 12%, rgba(197,179,88,.18) 0%, transparent 55%),
    radial-gradient(circle at 12% 92%, rgba(30,111,92,.15) 0%, transparent 50%),
    var(--paper);
  display: flex;
  align-items: center;
}
:where(.hero > div) {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}
:where(.hero h1) {
  font-family: var(--font);
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 24px;
  max-width: 920px;
}
:where(.hero h1 em) {
  color: var(--brand);
  font-style: normal;
}
:where(.hero p) {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 700px;
  margin: 0 0 36px;
  font-weight: 400;
}
:where(.hero a.cta) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand);
  color: #fff;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 1.02rem;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid var(--brand-deep);
  transition: transform .15s ease, background .15s ease;
}
:where(.hero a.cta:hover) {
  background: var(--brand-deep);
  transform: translateY(-1px);
  text-decoration: none;
}

/* Main - anchored-link list of products */
.main {
  padding: 80px 0;
}
:where(.main > div) {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
}
:where(.main section) {
  padding: 56px 0;
  border-top: 1px solid var(--rule);
}
:where(.main section:first-of-type) { border-top: 2px solid var(--ink); }
:where(.main section h2) {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--ink);
}
:where(.main section h2 em) { font-style: normal; color: var(--accent-deep); }
:where(.main section p) {
  font-size: 1.04rem;
  line-height: 1.72;
  color: var(--ink-soft);
  margin: 0 0 18px;
  max-width: 70ch;
}
:where(.main section a.more) {
  font-size: .96rem;
  color: var(--brand-deep);
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 3px;
}
:where(.main section a.more:hover) { color: var(--accent-deep); }
:where(.main section .zero-click) {
  font-size: .98rem;
  color: var(--accent-deep);
  font-style: italic;
  margin: 0 0 12px;
}

/* Featured quote - single big centered */
.quote-featured {
  padding: 80px 0;
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
:where(.quote-featured > div) {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}
:where(.quote-featured blockquote) {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 1.45;
  color: var(--ink);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.01em;
}
:where(.quote-featured blockquote p) { margin: 0 0 24px; }
:where(.quote-featured blockquote p::before) { content: "\201C"; color: var(--accent); margin-right: 4px; }
:where(.quote-featured blockquote p::after) { content: "\201D"; color: var(--accent); margin-left: 4px; }
:where(.quote-featured cite) {
  font-size: .92rem;
  font-style: normal;
  color: var(--muted);
  letter-spacing: .04em;
}
:where(.quote-featured cite strong) {
  color: var(--ink);
  font-weight: 700;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 4px;
}

/* Numbered FAQ - 01. Q with hr separators */
.main + section.faq, .faq {
  padding: 72px 0;
}
:where(.faq > div) {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 28px;
}
:where(.faq > div > h2) {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.025em;
  margin: 0 0 12px;
}
:where(.faq > div > p:first-of-type) {
  color: var(--ink-soft);
  margin: 0 0 36px;
  font-size: 1.04rem;
}
:where(.faq article) {
  padding: 26px 0 28px;
}
:where(.faq article h3) {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--ink);
  letter-spacing: -.005em;
}
:where(.faq article h3 .num) {
  display: inline-block;
  font-family: var(--font);
  font-weight: 800;
  color: var(--accent-deep);
  margin-right: 14px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
:where(.faq article p) {
  margin: 0;
  line-height: 1.72;
  color: var(--ink-soft);
  font-size: 1rem;
  padding-left: 50px;
}
:where(.faq hr) {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 0;
}

/* Crumbs (sub-pages) */
.crumbs {
  padding: 24px 0 0;
  font-size: .86rem;
  color: var(--muted);
}
:where(.crumbs > div) {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
:where(.crumbs ol) {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
}
:where(.crumbs li + li::before) {
  content: "›";
  color: var(--rule);
  margin: 0 6px;
}
:where(.crumbs a) {
  color: var(--brand-deep);
  text-decoration: none;
}
:where(.crumbs a:hover) { text-decoration: underline; }
:where(.crumbs [aria-current="page"]) { color: var(--ink); }

/* Data tables (sub-pages — minimal style preserving V10 typographic feel) */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
  font-size: .94rem;
  font-family: var(--font);
}
:where(.data-table caption) {
  text-align: left;
  font-weight: 700;
  color: var(--brand-deep);
  margin-bottom: 10px;
  caption-side: top;
  font-size: 1rem;
  letter-spacing: -.005em;
}
:where(.data-table thead th) {
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink);
}
:where(.data-table tbody td, .data-table tbody th) {
  padding: 12px 14px;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
:where(.data-table tbody th) {
  font-weight: 600;
  color: var(--ink);
  text-align: left;
}

/* Mega-footer - 5 col x 6-7 links + trust badge row */
.mega-footer {
  background: var(--ink);
  color: var(--paper-2);
  padding: 72px 0 28px;
  border-top: 4px solid var(--accent);
}
:where(.mega-footer > div) {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
:where(.mega-footer .grid) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
}
@media (max-width: 920px) { :where(.mega-footer .grid) { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { :where(.mega-footer .grid) { grid-template-columns: 1fr; } }
:where(.mega-footer h4) {
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
  font-weight: 700;
}
:where(.mega-footer ul) { list-style: none; margin: 0; padding: 0; }
:where(.mega-footer li) { margin: 8px 0; }
:where(.mega-footer a) {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: .92rem;
}
:where(.mega-footer a:hover) { color: var(--accent); text-decoration: underline; }
:where(.mega-footer .badge-row) {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  font-size: .82rem;
  color: rgba(255,255,255,.55);
}
:where(.mega-footer .badge-row span) { display: inline-flex; gap: 6px; }
:where(.mega-footer .badge-row a) { color: var(--accent-soft); text-decoration: none; }

/* Prose for in-page long content (minimal V10 styling) */
:where(.main section ul, .main section ol) {
  max-width: 70ch;
  padding-left: 22px;
  line-height: 1.7;
  color: var(--ink-soft);
}
:where(.main section li) { margin: 6px 0; }

/* print */
@media print {
  .nav, .quote-featured, .mega-footer { display: none; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .hero { padding: 20px 0; min-height: auto; }
}
