:root {
  --paper: #f6f8fb;
  --white: #fff;
  --ink: #142036;
  --muted: #596579;
  --blue: #2d52f0;
  --line: #dce2ec;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; color: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
p, h1, h2, h3 { margin: 0; }
p { line-height: 1.7; }
svg { display: block; }
[hidden] { display: none !important; }
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 16px; background: var(--ink); color: white; z-index: 100; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 30; background: #f6f8fbf5; border-bottom: 1px solid var(--line); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 2rem; font-weight: 610; letter-spacing: -1.5px; }
.brand-logo { display: block; width: 180px; height: auto; }
.site-footer .brand-logo { width: 190px; }
.brand-mark { width: 33px; height: 38px; fill: none; stroke: var(--blue); stroke-width: 3.8; stroke-linecap: round; }
.brand-period { color: var(--blue); }
nav { display: flex; align-items: center; gap: 30px; font-size: .875rem; }
nav a:hover, nav [aria-current] { color: var(--blue); }
.nav-deferred { color: var(--muted); cursor: default; }
.nav-contact { border: 1px solid #b8c2d2; border-radius: 6px; padding: 12px 18px; display: flex; gap: 24px; }
.nav-contact:hover { background: white; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; padding-block: 92px 205px; text-align: center; }
h1 { font-size: clamp(2.6rem, 4.9vw, 4.15rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.1; max-width: 1080px; margin-inline: auto; }
.hero-statement { display: block; }
.hero-promise { display: block; margin-top: 10px; color: var(--blue); font-size: 1.45em; font-weight: 620; letter-spacing: -.065em; white-space: nowrap; }
.hero-description { max-width: 920px; margin: 28px auto 0; color: var(--muted); font-size: 1.125rem; line-height: 1.7; }
.hero-start { margin-top: 32px; }
.hero-compatibility { display: block; max-width: 720px; margin: 10px auto 0; font-size: .875rem; }
.hero-compatibility > span { white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 36px; min-height: 50px; padding: 15px 25px; border-radius: 6px; font-size: .9375rem; font-weight: 550; }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: #203dcd; }
.hero .button-primary, .contact-section .button-primary { border-radius: 8px; box-shadow: 0 5px 16px #2d52f02e, inset 0 1px 0 #ffffff38; transition: background .2s, box-shadow .2s, transform .2s; }
.hero .button-primary:hover, .contact-section .button-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 22px #2d52f040; }
.terminal-install { margin: 10px auto 0; max-width: 620px; font-size: .875rem; }
.terminal-install summary { display: flex; align-items: center; gap: 8px; width: fit-content; min-height: 44px; margin-inline: auto; padding: 8px 12px; list-style: none; cursor: pointer; font-size: .8125rem; }
.terminal-install summary::-webkit-details-marker { display: none; }
.terminal-install summary > span { transition: transform .2s; }
.terminal-install[open] summary > span { transform: rotate(180deg); }
.terminal-install .install-snippet { margin-top: 12px; }
.install-snippet { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; background: white; border: 1px solid var(--line); border-radius: 9px; text-align: left; }
.install-snippet code { min-width: 0; font: .875rem/1.8 var(--mono); overflow-wrap: anywhere; }
.install-snippet button { flex-shrink: 0; background: var(--paper); border: 1px solid var(--line); min-height: 40px; padding: 10px 17px; border-radius: 6px; font-size: .8125rem; font-weight: 600; }
#copy-status { display: block; min-height: 20px; margin-top: 7px; color: var(--muted); font-size: .75rem; }

/* Galaxy hero: local canvas stars over a static, readable CSS atmosphere. */
.galaxy-page .site-header { color: #e8edff; background: #070b19ed; border-bottom-color: #ffffff12; backdrop-filter: blur(16px); }
.galaxy-page .site-header .brand-mark { stroke: #a8bdff; }
.galaxy-page .site-header .brand-period { color: #a8bdff; }
.galaxy-page nav a:hover, .galaxy-page nav [aria-current] { color: #baceff; }
.galaxy-page .nav-deferred { color: #9aa7c2; }
.galaxy-page .nav-contact { border-color: #ffffff38; }
.galaxy-page .nav-contact:hover { color: white; background: #ffffff0d; }
.galaxy-page .menu-toggle { border-color: #ffffff38; }
.galaxy-page .menu-toggle span { background: #e8edff; }
.galaxy-page .site-header :focus-visible, .galaxy-hero :focus-visible { outline-color: #b1caff; }
.galaxy-hero { color: #f6f7ff; background: #060916; overflow: clip; min-height: 700px; }
.hero-content { position: relative; z-index: 2; width: min(1320px,calc(100% - 96px)); margin-inline: auto; }
.galaxy-hero h1 { max-width: 840px; font-size: clamp(2rem,3.25vw,3.25rem); font-weight: 450; letter-spacing: -.045em; line-height: 1.2; }
.galaxy-hero .hero-promise { font-family: var(--sans); font-weight: 550; font-size: clamp(3.6rem,6.3vw,5.75rem); line-height: 1.08; letter-spacing: -.055em; margin-top: 12px; color: #d7d5e9; background: linear-gradient(110deg,#f0eef8 25%,#c4c2dc 65%,#b6c6ee); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.galaxy-hero .hero-description { color: #bec9e2; }
.galaxy-hero .hero-compatibility { color: #a4b3d1; }
.galaxy-hero .hero-compatibility > span { color: #d5def1; }
.galaxy-hero .button-primary { max-width: 100%; min-height: 52px; gap: 24px; padding: 10px 12px 10px 24px; border: 1px solid #c4c2dc80; border-radius: 999px; color: #f0f1f7; background: linear-gradient(135deg,#41415f,#292e48); box-shadow: 0 8px 24px #0205104d,0 0 24px #c4c2dc12,inset 0 1px #f0eef52e; font-size: .9375rem; }
.galaxy-hero .button-primary > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #f0f1f7; background: #c4c2dc1a; border: 1px solid #c4c2dc40; font-size: .875rem; }
.galaxy-hero .button-primary:hover { color: #fff; background: linear-gradient(135deg,#4c4b6e,#333951); border-color: #d8d5e8b3; box-shadow: 0 10px 28px #02051066,0 0 28px #c4c2dc1f,inset 0 1px #f0eef53d; }
.galaxy-hero .terminal-install summary { color: #b8c6e0; }
.galaxy-hero .terminal-install summary:hover { color: #fff; }
.galaxy-hero .install-snippet { color: #e4edff; background: #101c32eb; border-color: #9cbcff66; box-shadow: 0 12px 40px #02071333,inset 0 1px #c0d4ff0a; }
.galaxy-hero .install-snippet button { color: #101c3a; background: #c5d6ff; border-color: #c5d6ff; }
.galaxy-hero .install-snippet button:hover { background: #e0eaff; border-color: #e0eaff; }
.galaxy-hero #copy-status { color: #bec9e2; }
.galaxy-scene { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.galaxy-scene::before { content: ''; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(1px 1px at 12% 18%,#fff 90%,transparent),radial-gradient(1px 1px at 78% 46%,#b4d9ff 90%,transparent),radial-gradient(1.5px 1.5px at 43% 85%,#c4caff 90%,transparent),radial-gradient(1px 1px at 91% 9%,#fff 90%,transparent); background-size: 377px 289px,487px 367px,593px 419px,719px 311px; }
.galaxy-scene::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 29%,#06091666,transparent 62%),linear-gradient(0deg,#06091666,transparent 22%); }
.galaxy-nebula { position: absolute; border-radius: 50%; filter: blur(48px); opacity: .8; will-change: transform; }
.nebula-violet { width: 900px; height: 520px; top: -155px; right: -320px; background: radial-gradient(ellipse,#8454d66b 0%,#5746bb4a 27%,#22256d26 52%,transparent 70%); transform: rotate(-35deg); animation: nebula-violet 24s ease-in-out infinite alternate; }
.nebula-blue { width: 1100px; height: 500px; left: -430px; bottom: -225px; background: radial-gradient(ellipse,#416fd191 0%,#22559759 29%,#194d6c38 52%,transparent 72%); transform: rotate(-25deg); animation: nebula-blue 29s ease-in-out infinite alternate; }
#hero-stars { position: absolute; inset: 0; display: block; width: 100%; height: 100%; opacity: .86; }
.galaxy-horizon { position: absolute; z-index: 1; width: 160%; height: 600px; left: -30%; bottom: -490px; border-radius: 50%; border-top: 1px solid #bad1ffb3; background: var(--paper); box-shadow: 0 -2px 12px #b5c9ff70,0 -12px 52px #5d74e770,0 -34px 110px #6262de30; }
.galaxy-hero h1, .galaxy-hero .hero-description, .galaxy-hero .hero-start { animation: hero-arrive .9s cubic-bezier(.16,1,.3,1) both; }
.galaxy-hero .hero-description { animation-delay: .12s; }
.galaxy-hero .hero-start { animation-delay: .22s; }
@keyframes hero-arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nebula-violet { from { transform: translate3d(0,0,0) rotate(-35deg) scale(1); } to { transform: translate3d(-70px,65px,0) rotate(-23deg) scale(1.12); } }
@keyframes nebula-blue { from { transform: translate3d(0,0,0) rotate(-25deg); } to { transform: translate3d(110px,-45px,0) rotate(-16deg); } }
@media (max-width: 1050px) { .hero-content { width: calc(100% - 64px); } }
@media (max-width: 800px) {
  .galaxy-page nav { background: #090e20; border-bottom-color: #ffffff1f; }
  .hero-content { width: calc(100% - 40px); }
  .galaxy-hero { min-height: 660px; }
  .galaxy-hero h1 { max-width: 680px; font-size: clamp(1.875rem,4.6vw,2.65rem); }
  .galaxy-hero .hero-promise { font-size: clamp(3.2rem,8vw,4.6rem); margin-top: 14px; }
  .galaxy-hero .hero-description { max-width: 580px; }
  .nebula-violet { right: -580px; opacity: .75; }
  .nebula-blue { left: -650px; }
}
@media (max-width: 540px) {
  .galaxy-hero { min-height: 660px; }
  .galaxy-hero h1 { font-size: clamp(1.75rem,6.6vw,2.25rem); line-height: 1.2; }
  .galaxy-hero .hero-promise { font-size: clamp(3rem,12vw,4.1rem); }
  .galaxy-hero .hero-description { max-width: 350px; font-size: 1rem; }
  .galaxy-hero .hero-start { margin-top: 30px; }
  .galaxy-hero .hero-compatibility { font-size: .8125rem; }
  .galaxy-horizon { width: 220%; left: -60%; bottom: -510px; }
}
@media (forced-colors: active) {
  .galaxy-scene { display: none; }
  .galaxy-hero .hero-promise { background: none; -webkit-text-fill-color: CanvasText; color: CanvasText; }
}
.section { padding-block: 100px; }
.use-cases { border-top: 1px solid var(--line); }
.eyebrow { font: .6875rem/1.6 var(--mono); letter-spacing: 1.3px; color: var(--muted); }
h2 { font-size: clamp(2.25rem, 3.5vw, 3.125rem); font-weight: 500; line-height: 1.15; letter-spacing: -.045em; }
.emphasis { color: var(--blue); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
.section-heading h2 { margin-top: 20px; }
.section-intro { max-width: 355px; color: var(--muted); font-size: .9375rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: .875rem; color: var(--blue); }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.use-case-layout { display: grid; grid-template-columns: 1fr 2.05fr; gap: 45px; }
.use-case-tabs { display: flex; flex-direction: column; padding-top: 4px; }
.use-case-tab { display: flex; align-items: center; text-align: left; gap: 16px; padding: 22px 16px; min-height: 71px; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 5px; font-size: .9375rem; }
.use-case-tab:first-child { border-top: 1px solid var(--line); }
.use-case-tab:hover { background: #ebeff8; }
.use-case-tab[aria-selected=true] { background: #e6ecff; color: var(--blue); border-color: transparent; }
.use-case-tab svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.tab-arrow { margin-left: auto; color: #607496; }
.use-case-panel { padding: 32px 38px; background: white; border: 1px solid var(--line); border-radius: 8px; min-height: 504px; }
.use-case-panel + .use-case-panel { margin-top: 16px; }
.tabs-ready .use-case-panel + .use-case-panel { margin-top: 0; }
.panel-topline { display: flex; justify-content: space-between; align-items: center; font: .6875rem var(--mono); letter-spacing: 1px; color: #606f86; }
.panel-topline svg { width: 30px; height: 30px; fill: none; stroke: #7c95ce; stroke-width: 1.2; }
.use-case-panel h3 { font-size: 2.125rem; line-height: 1.2; letter-spacing: -1.2px; font-weight: 500; margin-top: 18px; }
.use-case-panel > p { font-size: .875rem; color: var(--muted); margin-top: 16px; }
.asset-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.asset-tags span { font: .6875rem var(--mono); color: #5c6a80; background: #f2f5fa; border: 1px solid #e6ebf3; padding: 7px 9px; border-radius: 3px; }
.protected-example { padding: 23px; background: linear-gradient(110deg,#f5f7fb,#eef3ff); border: 1px solid #e9eef7; border-radius: 4px; margin-block: 25px; }
.example-label { font: .6875rem var(--mono); letter-spacing: .7px; color: #606f86; }
.protected-example code { font: .75rem/1.9 var(--mono); color: #3e4c65; display: block; margin-top: 18px; overflow-wrap: anywhere; }
.code-blue { color: var(--blue); }
.code-comment { color: #606f86; }
.example-phrase { font-size: 1.375rem; line-height: 1.4; letter-spacing: -.6px; margin-top: 13px; font-weight: 500; }
.example-phrase > span { color: #606f86; }
.use-case-panel > .text-link { font-size: .75rem; }
.use-case-panel > .panel-footnote { font-size: .75rem; margin-top: -10px; margin-bottom: 19px; }
.privacy-section { padding-block: 90px; background: #101a30; color: #f5f7ff; }
.privacy-section .eyebrow { color: #a8b8dd; }
.privacy-section .emphasis { color: #9bb4ff; }
.privacy-section .section-intro { color: #b9c5de; }
.privacy-comparison { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.privacy-card { min-width: 0; padding: 32px; border: 1px solid #ffffff26; background: #19243b; border-radius: 12px; }
.comparison-label { font: .6875rem var(--mono); letter-spacing: 1.2px; color: #b9c5de; }
.privacy-diagram { display: flex; flex-direction: column; min-height: 392px; padding: 22px 18px; margin-block: 25px 29px; border: 1px solid #859dc333; border-radius: 10px; background: #07112066; }
.privacy-diagram svg { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.diagram-status { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 26px; font-size: .75rem; line-height: 1.4; text-align: center; }
.diagram-status svg { width: 19px; height: 19px; }
.risk-status { color: #ff9caa; }
.safe-status { color: #93e7c2; }
.route-node { display: flex; min-width: 0; min-height: 80px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 12px 4px; border: 1px solid #8aa4ce30; border-radius: 9px; color: #e1eaff; background: #1a2b4673; text-align: center; font-size: .75rem; line-height: 1.25; }
.route-node svg { color: #a9bfdf; }
.you-node { border-color: #81aaff80; background: #203d66; }
.you-node svg { color: #b3d0ff; }
.conventional-route { border-color: #e7859538; background: radial-gradient(ellipse at 50% 40%,#a8354c12,transparent 75%),#10182b; }
.exposure-branches { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,60px); gap: 16px 28px; padding-top: 28px; }
.privacy-diagram .branch-lines { position: absolute; inset: 0; width: 100%; height: 172px; color: #e18092; }
.branch-lines circle { fill: #e18092; stroke: none; }
.exposure-node { position: relative; display: flex; align-items: center; gap: 10px; padding: 9px 12px; border: 1px solid #e1809259; border-radius: 7px; background: #282031; color: #e4b4bd; font-size: .6875rem; line-height: 1.5; }
.exposure-node svg { width: 18px; height: 18px; color: #ff95a6; }
.exposure-node strong { color: #ffd4dc; font-weight: 500; }
.encrypted-route { border-color: #6fdcb76b; background: radial-gradient(ellipse at 50% 35%,#228f6830,transparent 75%),#0c202c; box-shadow: inset 0 1px #b1ffe212,0 0 30px #5de5af0a; }
.private-flow { display: grid; grid-template-columns: 76px minmax(0,1fr) 88px; align-items: center; }
.private-flow .route-node { position: relative; z-index: 1; min-height: 92px; }
.protected-model { color: #b4f3d9; background: #163e39; border-color: #7ee4bda6; box-shadow: 0 0 24px #50dba71a; }
.protected-model svg { color: #8becc4; }
.sealed-stream { position: relative; height: 70px; padding-block: 8px; border-block: 1px solid #69e6b35e; background: linear-gradient(0deg,#36c48b08,#36c48b26,#36c48b08); color: #95f4cb; }
.cipher-lane { position: relative; height: 25px; overflow: hidden; font: .6875rem/25px var(--mono); mask-image: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); }
.stream-ticker { display: flex; width: max-content; font-variant-ligatures: none; letter-spacing: 0; word-spacing: 0; animation: cipher-flow calc(var(--stream-characters) * .24s) linear infinite; }
.stream-ticker > span { flex: 0 0 auto; width: calc(var(--stream-characters) * 1ch); white-space: pre; }
.cipher-ticker { opacity: .7; }
.return-stream .stream-ticker { animation-direction: reverse; }
.cipher-lane b { position: absolute; right: 8px; top: 0; font: 1.125rem/25px var(--sans); color: #c4ffe7; background: #123c32; padding-inline: 3px; }
.return-stream b { left: 8px; right: auto; }
.stream-lock { position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #83eac1; border-radius: 50%; background: #143e32; box-shadow: 0 0 20px #5be6b329; }
.stream-lock svg { width: 17px; height: 17px; }
.plain-stream { border-color: #f18da56b; background: linear-gradient(0deg,#ef6c860a,#ef6c8626,#ef6c860a); color: #ffc5d1; }
.plain-stream .cipher-lane b { background: #3d2535; color: #ffd4de; }
.plain-stream .stream-eye { color: #ffc5d1; border-color: #f795a9; background: #532c3b; box-shadow: 0 0 20px #ed729433; }
.stream-eye svg { width: 21px; height: 21px; }
.provider-caption { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 32px; margin-top: 12px; font-size: .75rem; line-height: 1.5; text-align: center; }
.provider-caption svg { width: 17px; height: 17px; }
.provider-caption strong { font-weight: 500; }
.provider-access { color: #dfabb7; }
.provider-access svg, .provider-access strong { color: #ffc1d0; }
.provider-blocked { color: #a6bfc8; }
.provider-blocked svg { color: #85d9b8; }
.provider-blocked strong { color: #d3f9e9; font-weight: 500; }
.privacy-guarantees { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,60px); gap: 16px 28px; padding-top: 28px; }
.privacy-guarantees > span { display: flex; gap: 10px; align-items: center; padding: 9px 12px; border: 1px solid #6fdcb742; border-radius: 7px; background: #12342f; color: #b6e9d4; font-size: .6875rem; line-height: 1.5; }
.privacy-guarantees svg { width: 17px; height: 17px; color: #83e9bc; }
@keyframes cipher-flow { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.privacy-card h3 { font-size: 1.5rem; font-weight: 550; letter-spacing: -.7px; margin-bottom: 14px; }
.privacy-card > p:not(.comparison-label) { font-size: .9375rem; color: #b9c5de; }
.privacy-card > .comparison-note { font-size: .75rem; margin-top: 22px; }
.private-card { border-color: #b8c9ff; background: #f2f5ff; color: var(--ink); }
.private-card .comparison-label, .private-card > p.comparison-note { color: #2346d0; }
.private-card > p:not(.comparison-label):not(.comparison-note) { color: #4f5e79; }
.privacy-action { display: flex; justify-content: center; margin-top: 34px; }
.button-proof { color: #f5f7ff; background: #ffffff0d; border: 1px solid #869dce; min-height: 48px; font-size: .875rem; gap: 26px; border-radius: 7px; }
.button-proof:hover { background: #ffffff1a; border-color: #c2d2ff; }
.evidence-section { padding-block: 100px; border-bottom: 1px solid var(--line); }
.timeline-heading { justify-content: center; text-align: center; margin-bottom: 46px; }
.incident-timeline { --timeline-gap: 44px; position: relative; isolation: isolate; list-style: none; margin: 0; padding: 34px 0 56px; }
.incident-timeline::before { content: ''; position: absolute; z-index: -1; width: 2px; left: calc(50% - 1px); top: 0; bottom: 0; background: linear-gradient(transparent,#c9d3e5 4%,#c9d3e5 96%,transparent); }
.incident-timeline::after { content: ''; position: absolute; z-index: -1; width: 6px; left: calc(50% - 3px); top: 8px; bottom: 8px; background: radial-gradient(circle at 50% 3px,#a7b5cd 2.5px,transparent 3px) center top / 6px 66px repeat-y; }
.timeline-item { position: relative; width: calc(50% - var(--timeline-gap)); padding-bottom: 40px; }
.timeline-item + .timeline-item { margin-top: -112px; }
.timeline-item:nth-child(even) { margin-left: auto; }
.timeline-item::before { content: ''; position: absolute; z-index: 2; right: calc(-1 * var(--timeline-gap) - 7px); top: 31px; width: 14px; height: 14px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--paper),0 0 0 6px #b8c9ff; }
.timeline-item::after { content: ''; position: absolute; z-index: -1; right: calc(-1 * var(--timeline-gap)); top: 37px; width: var(--timeline-gap); height: 1px; background: #b8c9e8; }
.timeline-item:nth-child(even)::before { right: auto; left: calc(-1 * var(--timeline-gap) - 7px); }
.timeline-item:nth-child(even)::after { right: auto; left: calc(-1 * var(--timeline-gap)); }
.incident { padding: 27px; border: 1px solid var(--line); border-radius: 7px; background: #fff; display: flex; flex-direction: column; }
.timeline-item .incident { background: linear-gradient(145deg,#fff,#edf2ff); border-color: #a8baff; box-shadow: 0 6px 24px #243fa10a; }
.timeline-item time { color: var(--blue); font-weight: 600; font-size: .6875rem; letter-spacing: .8px; }
.incident-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: center; font: .625rem var(--mono); letter-spacing: .3px; color: #606f86; }
.incident h3 { font-size: 1.375rem; line-height: 1.3; letter-spacing: -.5px; font-weight: 500; margin-top: 28px; }
.incident > p { font-size: .8125rem; color: var(--muted); margin-top: 17px; margin-bottom: 26px; }
.incident > p + p { margin-top: -6px; margin-bottom: 0; }
.incident p a { color: #3458ad; text-decoration: underline; text-underline-offset: 3px; }
.incident-bottom { border-top: 1px solid var(--line); padding-top: 18px; margin-top: auto; display: flex; flex-direction: column; gap: 12px; font-size: .6875rem; }
.incident-bottom > span { color: #606f86; }
.incident-bottom a { color: var(--blue); }
.incident-bottom a:hover { text-decoration: underline; }
.faq-list p a { color: #3458ad; text-decoration: underline; text-underline-offset: 3px; }
.faq-section { display: block; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; list-style: none; cursor: pointer; font-size: .9375rem; font-weight: 500; padding-block: 24px; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: #526987; font-size: 1.25rem; font-weight: 400; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list p { font-size: .875rem; color: var(--muted); padding-bottom: 26px; }
.contact-section { border-block: 1px solid var(--line); background: #edf1f9; padding-block: 66px; }
.contact-inner { text-align: center; }
.contact-inner .button { margin-top: 28px; }
.contact-inner p { font-size: .75rem; color: var(--muted); margin-top: 12px; }
.site-footer { padding-block: 44px 22px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; }
.footer-links { display: flex; align-items: flex-start; gap: 24px; font-size: .75rem; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); margin-top: 35px; padding-top: 22px; font-size: .625rem; color: #606f86; }
.sf-mark { font-family: var(--mono); letter-spacing: .7px; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }

/* Carry the hero's midnight palette through the whole marketing page. */
.galaxy-page {
  --paper: #080d1d;
  --ink: #eef3ff;
  --muted: #b3c1db;
  --blue: #abc3ff;
  --line: #819fd12e;
  background: var(--paper);
}
.galaxy-page main { background: var(--paper); }
.galaxy-page ::selection { color: #fff; background: #385aa9; }
.galaxy-page .skip-link { color: #101c3a; background: #d9e5ff; }
.galaxy-page .emphasis { color: #b6c7ff; }
.galaxy-page .use-cases { border-top-color: transparent; }
.galaxy-page .use-case-tab { color: #bccbe5; }
.galaxy-page .use-case-tab:hover { color: #f1f5ff; background: #a7c5ff0c; }
.galaxy-page .use-case-tab[aria-selected=true] { color: #e9f0ff; background: linear-gradient(110deg,#284c8659,#1a30554d); box-shadow: inset 2px 0 #93b5ff; }
.galaxy-page .tab-arrow { color: #94acd6; }
.galaxy-page .use-case-panel { background: linear-gradient(135deg,#152542,#101c34); border-color: #39527a80; box-shadow: 0 16px 55px #02071326,inset 0 1px #b5d0ff08; }
.galaxy-page .panel-topline, .galaxy-page .example-label { color: #a0b5d8; }
.galaxy-page .panel-topline svg { stroke: #9bbaff; }
.galaxy-page .asset-tags span { color: #b6c9e9; background: #98b9ff09; border-color: #819fd12e; }
.galaxy-page .protected-example { background: linear-gradient(115deg,#1e38604a,#14223b80); border-color: #819fd126; }
.galaxy-page .protected-example code { color: #d4e0f7; }
.galaxy-page .code-comment, .galaxy-page .example-phrase > span { color: #a0b5d8; }
.galaxy-page .privacy-section { background: transparent; color: var(--ink); }
.galaxy-page .privacy-section .section-intro { color: var(--muted); }
.galaxy-page .privacy-card { background: linear-gradient(140deg,#14233e,#111d33); border-color: #39527a80; }
.galaxy-page .private-card { color: #f1f5ff; background: linear-gradient(140deg,#1c3570,#15294d); border-color: #779bef80; box-shadow: 0 0 60px #365ddb12,inset 0 1px #b5d0ff14; }
.galaxy-page .private-card .comparison-label, .galaxy-page .private-card > p.comparison-note { color: #bcd1ff; }
.galaxy-page .private-card > p:not(.comparison-label):not(.comparison-note) { color: #c1cfe8; }
.galaxy-page .button-proof { border-color: #7595cf80; background: #7296df0a; }
.galaxy-page .button-proof:hover { border-color: #adc6f4; background: #7296df1f; }
.galaxy-page .incident-timeline::before { background: linear-gradient(transparent,#5273a359 4%,#5273a359 96%,transparent); }
.galaxy-page .incident-timeline::after { background-image: radial-gradient(circle at 50% 3px,#54709b 2.5px,transparent 3px); }
.galaxy-page .timeline-item::before { background: #86adff; box-shadow: 0 0 0 5px #0b1530,0 0 0 6px #526f9c,0 0 22px #6393ff5c; }
.galaxy-page .timeline-item::after { background: #49638e; }
.galaxy-page .timeline-item .incident { background: linear-gradient(135deg,#162946,#10203c); border-color: #668bc15c; box-shadow: 0 12px 32px #02071326,inset 0 1px #b5d0ff0a; }
.galaxy-page .incident-meta, .galaxy-page .incident-bottom > span, .galaxy-page .footer-bottom { color: #9bafd0; }
.galaxy-page .incident p a, .galaxy-page .faq-list p a { color: #abc9ff; text-decoration-color: #789bdb; }
.galaxy-page .faq-list summary > span { color: #91acda; }
.galaxy-page .faq-list summary:hover { color: #bcd1ff; }
.galaxy-page .contact-section { background: radial-gradient(ellipse at 50% 100%,#234c9c38,transparent 75%); }
.galaxy-page .contact-section .button-primary { color: #101c3a; background: #c5d6ff; box-shadow: 0 0 30px #769bff24,inset 0 1px #ffffff66; }
.galaxy-page .contact-section .button-primary:hover { background: #e0eaff; box-shadow: 0 0 40px #769bff40; }
.galaxy-page .footer-links { color: #bccbe5; }

.reveal { transition: opacity .4s ease, transform .4s ease; }
.motion-ready .reveal:not(.visible) { opacity: 0; transform: translateY(12px); }
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  nav { gap: 22px; }
  .hero { padding-top: 64px; }
  .section-heading { gap: 36px; }
  .section-intro { max-width: 320px; }
  .use-case-layout { gap: 28px; grid-template-columns: 1fr 1.9fr; }
  .use-case-panel { padding: 28px; }
  .incident-timeline { --timeline-gap: 30px; }
  .timeline-item + .timeline-item { margin-top: -80px; }
  .incident-meta, .incident-bottom { flex-direction: row; justify-content: space-between; }
  .incident h3 { margin-top: 22px; }
  .footer-links { gap: 18px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .nav-wrap { height: 74px; }
  .brand { font-size: 1.8125rem; }
  .brand-logo, .site-footer .brand-logo { width: 160px; }
  .brand-mark { width: 30px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 40px; height: 40px; gap: 5px; background: none; border: 1px solid var(--line); border-radius: 5px; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--ink); }
  nav { position: absolute; top: 74px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px; flex-direction: column; align-items: stretch; gap: 24px; }
  .js-ready nav:not(.is-open) { display: none; }
  html:not(.js-ready) .menu-toggle { display: none; }
  html:not(.js-ready) .nav-wrap { height: auto; padding-block: 20px; flex-wrap: wrap; }
  html:not(.js-ready) nav { position: static; display: flex; padding: 0; border: 0; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
  .nav-contact { justify-content: space-between; }
  .hero { padding-block: 60px 195px; }
  h1 { font-size: clamp(2.6rem, 6.2vw, 3.8rem); letter-spacing: -.05em; }
  .hero-promise { margin-top: 8px; }
  .hero-description { font-size: 1rem; max-width: 580px; }
  .section, .privacy-section, .evidence-section { padding-block: 68px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .incident-timeline { padding: 22px 0 20px 32px; }
  .incident-timeline::before { left: 5px; }
  .incident-timeline::after { left: 3px; }
  .timeline-item { width: 100%; padding-bottom: 28px; }
  .timeline-item + .timeline-item { margin-top: 0; }
  .timeline-item::before, .timeline-item:nth-child(even)::before { left: -33px; right: auto; }
  .timeline-item::after, .timeline-item:nth-child(even)::after { left: -26px; right: auto; width: 26px; }
  .section-intro { margin-top: 24px; max-width: 540px; }
  .use-case-layout { grid-template-columns: 1fr; gap: 24px; }
  .use-case-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
  .use-case-tab { padding: 14px 11px; min-height: 55px; border: 1px solid var(--line); gap: 9px; font-size: .8125rem; }
  .tab-arrow { display: none; }
  .use-case-panel { min-height: 0; }
  .privacy-comparison { grid-template-columns: 1fr; gap: 20px; }
  .privacy-card { padding: 25px; }
  .privacy-card h3 { font-size: 1.25rem; }
  .privacy-card > p:not(.comparison-label) { font-size: .875rem; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (max-width: 540px) {
  .hero { padding-block: 46px 175px; }
  h1 { font-size: clamp(2.2rem, 9vw, 3rem); }
  .hero-description { font-size: .9375rem; margin-top: 23px; }
  .hero-start { margin-top: 28px; }
  .install-snippet { padding: 15px; gap: 14px; }
  .install-snippet code { font-size: .75rem; }
  .install-snippet button { padding-inline: 13px; }
  h2 { font-size: 2.25rem; }
  .use-case-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .use-case-panel { padding: 24px; }
  .use-case-panel h3 { font-size: 1.75rem; }
  .protected-example { padding: 18px; }
  .example-label { font-size: .625rem; }
  .privacy-comparison { gap: 16px; }
  .privacy-card { padding: 20px 18px; }
  .privacy-diagram { min-height: 392px; padding: 20px 12px; }
  .route-node { min-height: 80px; padding-inline: 3px; font-size: .6875rem; }
  .route-node svg { width: 21px; height: 21px; }
  .diagram-status { font-size: .6875rem; }
  .exposure-branches, .privacy-guarantees { column-gap: 22px; }
  .exposure-node, .privacy-guarantees > span { padding: 7px; gap: 6px; }
  .exposure-node svg, .privacy-guarantees svg { width: 15px; height: 15px; }
  .private-flow { grid-template-columns: 52px minmax(0,1fr) 64px; }
  .provider-caption { font-size: .6875rem; gap: 6px; }
  .incident { padding: 24px; }
  .incident-meta { gap: 8px; }
  .footer-top { gap: 24px; }
  .footer-links { grid-template-columns: 1fr; gap: 16px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal:not(.visible) { opacity: 1; transform: none; }
}
