/* INCY Green Orbit — canonical runtime stylesheet */
:root {
  --void: #020402;
  --void-soft: #060d07;
  --lime-edge: #d1ff5b;
  --lime-haze: #8dea47;
  --ink: var(--void);
  --ink-soft: var(--void-soft);
  --forest: #0b3820;
  --forest-bright: #146432;
  --mint: #8ef4ae;
  --acid: var(--lime-edge);
  --paper: #f4fff6;
  --text: #edf9ef;
  --muted: #b5d0bb;
  --dim: #789a81;
  --line: rgba(167, 255, 196, .22);
  --line-strong: rgba(209, 255, 91, .6);
  --shadow: rgba(0, 0, 0, .42);
  --container: 1220px;
  --gutter: clamp(18px, 4vw, 64px);
  --page-gutter: clamp(48px, 5.3vw, 104px);
  --header-height: 82px;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@supports (color: oklch(0.2 .05 145)) {
  :root {
    --void: oklch(.075 .018 145);
    --void-soft: oklch(.115 .027 145);
    --lime-edge: oklch(.95 .19 118);
    --lime-haze: oklch(.74 .17 128);
    --ink: var(--void);
    --ink-soft: var(--void-soft);
    --forest: oklch(.265 .087 145);
    --forest-bright: oklch(.39 .13 145);
    --mint: oklch(.9 .118 145);
    --acid: var(--lime-edge);
    --paper: oklch(.985 .02 145);
    --text: oklch(.965 .025 145);
    --muted: oklch(.8 .055 145);
    --dim: oklch(.64 .06 145);
    --line: color-mix(in oklch, var(--mint) 22%, transparent);
    --line-strong: color-mix(in oklch, var(--acid) 60%, transparent);
  }
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--void);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed;
  z-index: -2;
  top: -28vw;
  right: -26vw;
  width: min(82vw, 1180px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 37% 62%, color-mix(in srgb, var(--lime-haze) 42%, transparent), transparent 62%);
  content: "";
  filter: blur(104px);
  opacity: .44;
  pointer-events: none;
}
body::after {
  position: fixed;
  z-index: -1;
  right: -10vw;
  bottom: -38vw;
  width: min(64vw, 920px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 22% 28%, color-mix(in srgb, var(--forest-bright) 28%, transparent), transparent 68%);
  content: "";
  filter: blur(80px);
  opacity: .2;
  pointer-events: none;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--paper); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(var(--container), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}

.site-header,
.header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--lime-haze) 19%, transparent);
  background: rgba(2, 4, 2, .88);
  backdrop-filter: blur(16px);
}
@supports (background: color-mix(in oklch, black 50%, transparent)) {
  .site-header { background: color-mix(in oklch, var(--void) 88%, transparent); }
}
.header-inner,
.header__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  width: 100%;
  max-width: none;
  height: var(--header-height);
  padding-inline: var(--page-gutter);
  align-items: center;
  gap: clamp(14px, 2.3vw, 32px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -.045em;
}
.brand-word { letter-spacing: -.06em; }
.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  gap: 2px;
}
.nav-rail {
  min-height: 52px;
  padding: 3px;
  border: 1px solid color-mix(in srgb, var(--lime-haze) 34%, transparent);
  border-radius: 999px;
  background: linear-gradient(115deg, color-mix(in srgb, var(--void-soft) 92%, transparent), color-mix(in srgb, var(--forest) 42%, var(--void)));
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--paper) 9%, transparent), 0 15px 38px color-mix(in srgb, black 46%, transparent);
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 clamp(10px, 1.25vw, 16px);
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}
.site-nav a[aria-current="page"],
.site-nav a[aria-current="location"],
.site-nav a:hover {
  color: var(--paper);
  background: color-mix(in srgb, var(--lime-haze) 14%, transparent);
}
.site-nav a[aria-current="page"],
.site-nav a[aria-current="location"] {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--lime-edge) 58%, transparent), 0 0 20px color-mix(in srgb, var(--lime-edge) 11%, transparent);
}
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.header-cta {
  min-height: 44px;
  padding: 0 16px;
  background: var(--acid);
  color: var(--ink);
  border-radius: 999px;
  box-shadow: 0 5px 0 color-mix(in srgb, var(--forest) 80%, black), 0 0 24px color-mix(in srgb, var(--lime-edge) 13%, transparent);
  justify-self: end;
}
.header-cta:hover,
.button-primary:hover {
  color: var(--ink);
  transform: translateY(-2px);
}
.header-cta:active,
.button-primary:active { transform: translateY(2px); }

main { padding-bottom: clamp(68px, 10vw, 144px); }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
  align-items: center;
  min-height: min(820px, calc(100svh - 76px));
  gap: clamp(32px, 6vw, 88px);
  padding-block: clamp(58px, 8vw, 116px) clamp(68px, 10vw, 142px);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: .015em;
}
.eyebrow::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 22px var(--acid);
  content: "";
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
h1 {
  max-width: 790px;
  margin-bottom: 0;
  color: var(--paper);
  font-size: clamp(3rem, 7.25vw, 6rem);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: .92;
}
.lead {
  max-width: 570px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.55;
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.button { padding: 0 20px; }
.section-action { margin-top: 26px; }
.button-primary {
  background: var(--acid);
  color: var(--ink);
  box-shadow: 0 7px 0 color-mix(in srgb, var(--forest) 78%, black);
}
.button-secondary {
  border-color: var(--line);
  color: var(--paper);
  background: transparent;
}
.button-secondary:hover { border-color: var(--mint); color: var(--paper); }
.button-arrow { font-size: 20px; line-height: 1; }
.hero-note {
  margin: 18px 0 0;
  color: var(--dim);
  font-size: 13px;
}

.hero.hero-approved-earth {
  position: relative;
  display: block;
  width: 100%;
  min-height: max(780px, calc(100svh - var(--header-height)));
  padding: 0;
  overflow: hidden;
  background: #010603;
  isolation: isolate;
}
.hero__background,
.hero-approved-earth-picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}
.hero__background-image,
.hero-approved-earth-art,
.hero__planet {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  transform: translateY(-50%);
}
.hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 6, 3, .82) 0%, rgba(0, 6, 3, .46) 30%, rgba(0, 6, 3, .06) 53%, transparent 68%);
  pointer-events: none;
}
.hero__inner,
.hero-approved-earth-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: inherit;
  margin: 0;
  padding: clamp(48px, 6vh, 80px) var(--page-gutter);
}
.hero__content,
.hero-approved-earth .hero-copy {
  position: relative;
  z-index: 2;
  width: min(720px, 45vw);
  min-width: 0;
  padding: 0;
  transform: translateY(1vh);
}
.hero-approved-earth h1,
.hero__title {
  max-width: 720px;
  margin: 30px 0 24px;
  font-size: clamp(72px, min(5.7vw, 10.2vh), 108px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .87;
  text-wrap: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.hero__title span {
  display: block;
  white-space: nowrap;
}
.hero-approved-earth .lead,
.hero__description {
  max-width: 610px;
  margin: 0;
  color: #9db5a1;
  font-size: clamp(17px, min(1.15vw, 2.15vh), 21px);
  line-height: 1.55;
}
.hero-approved-earth .hero-actions,
.hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}
.hero-approved-earth .button,
.hero__button {
  min-height: 56px;
  padding-inline: 25px;
  border-radius: 10px;
}
.hero__button--primary { min-width: 228px; box-shadow: 0 7px 0 color-mix(in srgb, var(--forest) 78%, black), 0 8px 25px rgb(209 255 91 / 14%), 0 0 28px rgb(209 255 91 / 10%); }
.hero__button--secondary { min-width: 160px; }

.section { padding-top: clamp(72px, 11vw, 150px); }
.section-heading {
  display: grid;
  grid-template-columns: minmax(130px, .34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: start;
}
.section-heading > *,
.content-grid > * { min-width: 0; }
.section-kicker {
  margin: 7px 0 0;
  color: var(--dim);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h2 {
  max-width: 920px;
  margin-bottom: 0;
  color: var(--paper);
  font-size: clamp(2.2rem, 4.6vw, 5rem);
  font-weight: 820;
  letter-spacing: -.04em;
  line-height: .95;
}
.section-copy {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  text-wrap: pretty;
}
.flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(38px, 6vw, 74px);
  padding: 8px;
  border: 1px solid rgba(209, 255, 91, .17);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(12, 22, 13, .9), rgba(3, 7, 4, .98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 28px 80px rgba(0, 0, 0, .24);
}
.flow-step {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 226px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(255, 255, 255, .032), rgba(0, 0, 0, .13));
}
.flow-step-head { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.flow-marker {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .34);
  border-radius: 14px;
  background: rgba(209, 255, 91, .075);
  color: var(--acid);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 10px 28px rgba(0, 0, 0, .16);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}
.flow-number { display: block; margin: 0; color: #91a18e; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.flow-step-copy { margin-top: auto; }
.flow-step h3 { margin: 0 0 11px; color: var(--paper); font-size: clamp(1.3rem, 2vw, 1.7rem); letter-spacing: -.04em; line-height: 1.08; }
.flow-step p { max-width: 28ch; margin: 0; color: var(--muted); line-height: 1.6; text-wrap: pretty; }
.flow-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: -16px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .22);
  border-radius: 50%;
  background: #071008;
  color: var(--acid);
  content: "→";
  font-size: 12px;
  font-weight: 900;
}

.split-signal {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  padding-block: clamp(76px, 10vw, 132px) 0;
}
.split-signal > * { min-width: 0; }
.signal-art {
  position: relative;
  min-height: 330px;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.signal-art::before,
.signal-art::after { position: absolute; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.signal-art::before { width: 390px; aspect-ratio: 1; top: 42px; left: 7%; transform: rotate(-31deg) scaleY(.42); }
.signal-art::after { width: 530px; aspect-ratio: 1; top: 78px; left: 19%; transform: rotate(28deg) scaleY(.38); }
.signal-copy { padding-bottom: 18px; }
.signal-copy h2 { font-size: clamp(2.15rem, 4vw, 4.25rem); }
.signal-copy p { max-width: 440px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.desktop-download-link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-height: 44px;
  margin-top: 8px;
  padding-block: 8px;
  color: var(--mint);
  font-size: 14px;
  font-weight: 740;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.desktop-download-link span:first-child { min-width: 0; overflow-wrap: anywhere; }
.device-platform-stack { display: grid; gap: 11px; align-self: center; }
.device-platform-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 42px;
  min-height: 92px;
  padding: 9px 14px 9px 10px;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(209, 255, 91, .08);
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 24px 56px rgba(0, 0, 0, .18);
  color: var(--paper);
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.device-platform-row:hover { border-color: rgba(209, 255, 91, .42); color: var(--paper); transform: translateY(-2px); }
.device-platform-row:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.device-platform-icon { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 12px; background: rgba(209, 255, 91, .035); }
.device-platform-icon img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 0 14px rgba(209, 255, 91, .14)); }
.device-platform-row strong { display: block; color: var(--paper); font-size: 19px; letter-spacing: -.025em; }
.device-platform-row small { display: block; margin-top: 3px; color: var(--dim); font-size: 12px; }
.device-platform-arrow { display: grid; width: 36px; height: 36px; place-items: center; color: var(--acid); font-size: 17px; }
.store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.store-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 10px;
  transition: transform .18s ease, filter .18s ease;
}
.store-badge-link:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.store-badge-link:focus-visible {
  outline: 2px solid var(--lime-edge);
  outline-offset: 4px;
}
.store-badge-link img {
  display: block;
  width: auto;
  max-width: none;
}
.store-badge-link--apple img { height: 48px; }
.store-badge-link--google img { height: 76px; margin: -14px -16px; }
.protocol-run {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  margin: 28px 0 0;
  color: var(--mint);
  font-size: 14px;
  font-weight: 720;
}
.protocol-run span::after { margin-left: 13px; color: var(--dim); content: "·"; }
.protocol-run span:last-child::after { content: ""; }

.protocol-atlas-section {
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(560px, 1.12fr);
  width: min(1400px, calc(100% - 64px));
  max-width: 1400px;
  gap: clamp(36px, 4.5vw, 74px);
  align-items: center;
  padding-top: clamp(72px, 8vw, 112px);
}
.protocol-atlas-section > * { min-width: 0; }
.protocol-atlas-copy .section-kicker { margin-bottom: 18px; }
.protocol-atlas-copy h2 {
  max-width: 650px;
  font-size: clamp(3.6rem, 5.1vw, 5.3rem);
  font-weight: 850;
  letter-spacing: -.06em;
  line-height: .89;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.protocol-atlas-copy .section-copy { max-width: 560px; }
.protocol-atlas-copy .protocol-run { max-width: 570px; }
.protocol-atlas-art {
  position: relative;
  width: min(100%, 720px);
  margin: 0;
  justify-self: end;
}
.protocol-atlas-image {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
}

.access-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: clamp(76px, 11vw, 160px);
  padding: clamp(32px, 5vw, 66px);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--forest);
  box-shadow: 18px 18px 0 color-mix(in srgb, var(--ink) 72%, transparent);
  overflow: hidden;
}
.access-band > div { min-width: 0; }
.access-band::after {
  position: absolute;
  right: -100px;
  bottom: -150px;
  width: 310px;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--mint) 52%, transparent);
  border-radius: 50%;
  content: "";
  transform: scaleY(.62) rotate(-24deg);
}
.access-band h2 { max-width: 680px; font-size: clamp(2.15rem, 4.4vw, 4.8rem); }
.access-band p { max-width: 570px; margin: 17px 0 0; color: var(--mint); }
.access-band .button { position: relative; z-index: 1; white-space: nowrap; }

.page-home .access-band {
  border-color: rgba(209, 255, 91, .22);
  background: linear-gradient(135deg, #101411 0%, #080a09 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .34);
}
.page-home .access-band p { color: #a7b0a8; }
.page-home .access-band::after { border-color: rgba(209, 255, 91, .16); }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding-top: 24px;
  color: var(--dim);
  font-size: 13px;
}
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); }
.breadcrumbs a:hover { color: var(--paper); }
.breadcrumbs [aria-current="page"] { color: var(--mint); }

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, .82fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: end;
  min-height: 430px;
  padding-block: clamp(70px, 10vw, 144px) clamp(42px, 6vw, 82px);
  border-bottom: 1px solid var(--line);
}
.page-hero > * { min-width: 0; }
.page-hero h1 { max-width: 800px; font-size: clamp(2.75rem, 6.7vw, 6rem); }
.page-hero .lead { margin-top: 25px; }
.page-eclipse {
  position: relative;
  justify-self: end;
  width: min(100%, 330px);
  aspect-ratio: 1;
  overflow: clip;
  isolation: isolate;
}
.page-eclipse::before {
  position: absolute;
  z-index: -2;
  inset: 13% -3% 9% 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 32% 53%, color-mix(in srgb, var(--lime-haze) 45%, transparent), transparent 65%);
  content: "";
  filter: blur(18px);
}
.page-eclipse span:nth-child(1),
.page-eclipse span:nth-child(2) {
  position: absolute;
  inset: 8% -43% 8% 31%;
  border-radius: 48% 52% 51% 49% / 56% 44% 56% 44%;
}
.page-eclipse span:nth-child(1) {
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--lime-haze) 37%, transparent);
  background: radial-gradient(ellipse at 0% 50%, color-mix(in srgb, var(--lime-edge) 48%, transparent), transparent 42%), linear-gradient(145deg, color-mix(in srgb, var(--forest) 72%, var(--void)), var(--void) 61%);
  box-shadow: inset 23px 0 48px color-mix(in srgb, var(--lime-haze) 18%, transparent), inset -28px -13px 55px var(--void), -11px 0 32px color-mix(in srgb, var(--lime-haze) 30%, transparent);
}
.page-eclipse span:nth-child(2) {
  border: 1px solid var(--lime-edge);
  border-top-color: color-mix(in srgb, var(--lime-edge) 44%, transparent);
  border-right-color: transparent;
  border-bottom-color: color-mix(in srgb, var(--lime-haze) 39%, transparent);
  box-shadow: -5px 0 16px color-mix(in srgb, var(--lime-edge) 42%, transparent);
}
.page-eclipse span:nth-child(3) {
  position: absolute;
  top: 30%;
  left: 31%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime-edge);
  box-shadow: 0 0 20px var(--lime-edge);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(140px, .34fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 82px);
  padding-top: clamp(66px, 10vw, 132px);
}
.content-label { margin: 8px 0 0; color: var(--dim); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.content-grid h2 { font-size: clamp(2rem, 4vw, 4.15rem); }
.content-grid > div > p { max-width: 640px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }

.platform-list,
.protocol-list,
.help-list,
.steps-list { margin: 36px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.platform-list li,
.protocol-list li,
.help-list li,
.steps-list li { border-bottom: 1px solid var(--line); }
.platform-list li { display: grid; grid-template-columns: 105px minmax(0, 1fr) auto; gap: 22px; align-items: center; min-height: 112px; }
.platform-list .platform-name { color: var(--acid); font-family: var(--display); font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.platform-list h3,
.protocol-list h3,
.help-list h3,
.steps-list h3 { margin: 0 0 6px; color: var(--paper); font-size: 18px; letter-spacing: -.035em; }
.platform-list p,
.protocol-list p,
.help-list p,
.steps-list p { margin: 0; color: var(--muted); font-size: 14px; }
.row-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
}
.row-link:hover { border-color: var(--mint); color: var(--paper); }

.steps-list li { display: grid; grid-template-columns: minmax(76px, 112px) minmax(0, 1fr) auto; gap: 22px; align-items: center; min-height: 122px; }
.step-index { color: var(--acid); font-family: var(--display); font-size: 14px; font-weight: 800; }
.protocol-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(24px, 4vw, 68px); }
.protocol-list li { min-height: 158px; padding: 26px 0; }
.protocol-list li:nth-last-child(1):nth-child(odd) { grid-column: 1 / -1; }
.protocol-list h3 { color: var(--acid); font-size: clamp(1.28rem, 2vw, 1.7rem); }
.help-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; min-height: 108px; }
.help-list h3 { color: var(--paper); }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner {
  display: grid;
  grid-template-columns: minmax(170px, .65fr) minmax(0, 3.35fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(36px, 5vw, 76px);
  row-gap: 14px;
  align-items: start;
  min-height: 0;
  padding-block: clamp(44px, 5vw, 64px);
}
.footer-brand { display: inline-flex; grid-column: 1; grid-row: 1; align-items: center; justify-self: start; gap: 9px; min-height: 44px; color: var(--paper); font-family: var(--display); font-size: 17px; font-weight: 810; letter-spacing: -.045em; }
.footer-brand-icon { display: grid; width: 36px; height: 36px; overflow: visible; place-items: center; }
.footer-brand-image { display: block; width: 32px; max-width: 100%; height: auto; object-fit: contain; }
.footer-sitemap { display: grid; grid-column: 2; grid-row: 1 / span 2; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; align-items: start; }
.footer-group { min-width: 0; }
.footer-group-title { margin: 0 0 8px; color: var(--acid); font-family: var(--display); font-size: 12px; font-weight: 790; letter-spacing: .09em; text-transform: uppercase; }
.footer-group a { display: flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 13px; font-weight: 660; line-height: 1.35; }
.footer-group a:hover { color: var(--paper); }
.footer-note { grid-column: 1; grid-row: 2; max-width: 190px; margin: 0; color: var(--dim); font-size: 12px; line-height: 1.55; text-align: left; }

@media (max-width: 980px) {
  .split-signal { grid-template-columns: minmax(0, 1fr); }
  .split-signal .signal-copy { order: 1; }
  .split-signal .device-platform-stack { order: 2; margin-top: 20px; }
  .protocol-atlas-section {
    grid-template-columns: minmax(0, 1fr);
    width: min(820px, calc(100% - 44px));
    gap: 34px;
  }
  .protocol-atlas-copy { text-align: center; }
  .protocol-atlas-copy h2,
  .protocol-atlas-copy .section-copy,
  .protocol-atlas-copy .protocol-run { margin-inline: auto; }
  .protocol-atlas-copy .protocol-run { justify-content: center; }
  .protocol-atlas-art { width: min(100%, 680px); justify-self: center; }
}

@media (max-width: 900px) {
  .hero, .page-hero { grid-template-columns: minmax(0, 1fr); }
  .hero { min-height: auto; }
  .hero.hero-approved-earth { min-height: max(620px, calc(100svh - 126px)); padding: 0; overflow: hidden; }
  .hero__inner,
  .hero-approved-earth-container { min-height: max(620px, calc(100svh - 126px)); }
  .page-eclipse { justify-self: start; width: min(62vw, 310px); }
  .section-heading, .content-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .section-kicker, .content-label { margin-top: 0; }
  .signal-art { min-height: 260px; }
  .access-band { grid-template-columns: minmax(0, 1fr); }
  .access-band .button { justify-self: start; }
  .footer-inner { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto; gap: 0; justify-items: stretch; padding-block: 36px; }
  .footer-brand { grid-column: 1; grid-row: 1; }
  .footer-note { grid-column: 1; grid-row: 2; max-width: none; margin-top: 8px; text-align: left; }
  .footer-sitemap { grid-column: 1; grid-row: 3; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; margin-top: 32px; gap: 28px 24px; }
}

@media (max-width: 768px) {
  .hero.hero-approved-earth { min-height: 100svh; }
  .hero__inner,
  .hero-approved-earth-container {
    width: 100%;
    min-height: 100svh;
    align-items: flex-start;
    padding: clamp(28px, 7vw, 54px) 16px 64px;
  }
  .hero__content,
  .hero-approved-earth .hero-copy {
    width: 100%;
    padding: 0;
    transform: none;
  }
  .hero-approved-earth h1 {
    font-size: clamp(52px, 16vw, 78px);
    line-height: .82;
  }
  .hero__background-image,
  .hero-approved-earth-art {
    top: auto;
    right: -35%;
    bottom: 4%;
    left: auto;
    width: 125%;
    max-width: none;
    height: 72%;
    object-fit: cover;
    object-position: center 90%;
    transform: none;
    opacity: .7;
  }
  .hero__overlay {
    background: linear-gradient(180deg, rgba(1, 6, 3, .98) 0%, rgba(1, 6, 3, .92) 38%, rgba(1, 6, 3, .56) 63%, rgba(1, 6, 3, .13) 100%);
  }
}

@media (max-width: 640px) {
  body::before { top: -190px; right: -180px; width: 500px; }
  .hero { gap: 10px; padding-top: 38px; }

  .hero-approved-earth h1 {
    font-size: clamp(52px, 16vw, 78px);
    line-height: .82;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .hero__title span { white-space: normal; overflow-wrap: anywhere; }
  .section-kicker,
  .content-label { overflow-wrap: anywhere; }
  .page-home .hero__actions { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; gap: 12px; }
  .page-home .hero__actions .hero__button { width: 100%; min-width: 0; text-align: center; }
  .flow { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 7px; border-radius: 22px; }
  .flow-step,
  .flow-step + .flow-step,
  .flow-step:last-child {
    display: grid;
    min-height: auto;
    padding: 20px 14px;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 4px;
    border: 0;
    border-bottom: 1px solid rgba(209, 255, 91, .11);
    border-radius: 14px;
    background: transparent;
  }
  .flow-step:last-child { border-bottom: 0; }
  .flow-step-head { display: contents; margin: 0; }
  .flow-marker { grid-column: 1; grid-row: 1 / 3; align-self: start; }
  .flow-number { grid-column: 2; grid-row: 1; align-self: end; margin: 0 0 3px; }
  .flow-step-copy { grid-column: 2; grid-row: 2; min-width: 0; margin: 0; }
  .flow-step h3 { margin-bottom: 7px; font-size: 21px; }
  .flow-step p { max-width: none; font-size: 14px; }
  .flow-step:not(:last-child)::after { display: none; }
  .signal-art { min-height: 215px; }
  .signal-art::before { width: 300px; }
  .signal-art::after { width: 390px; }
  .device-platform-row { grid-template-columns: 58px minmax(0, 1fr) 30px; min-height: 84px; padding: 8px; gap: 11px; }
  .device-platform-icon { width: 54px; height: 54px; }
  .device-platform-arrow { width: 28px; }
  .access-band { margin-top: 76px; box-shadow: 9px 9px 0 color-mix(in srgb, var(--ink) 72%, transparent); }
  .page-hero { min-height: auto; padding-top: 48px; }
  .page-hero h1 { font-size: clamp(2.25rem, 8vw, 3.2rem); }
  .page-hero h1,
  .page-hero .lead,
  .page-hero .eyebrow,
  .access-band h2,
  .access-band p,
  .signal-copy h2,
  .signal-copy p,
  .content-grid h2,
  .content-grid h3,
  .content-grid p { overflow-wrap: anywhere; }
  .store-actions { display: flex; }
  .platform-list li, .steps-list li, .help-list li { grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 22px 0; }
  .platform-list .platform-name, .step-index { grid-row: 1; }
  .row-link { justify-self: start; white-space: normal; overflow-wrap: anywhere; text-align: center; }
  .protocol-list { grid-template-columns: minmax(0, 1fr); }
  .protocol-list li:nth-last-child(1):nth-child(odd) { grid-column: auto; }
  .protocol-atlas-section { width: calc(100% - 36px); padding-top: 72px; gap: 24px; }
  .protocol-atlas-copy h2 { font-size: clamp(2.75rem, 11.5vw, 4.2rem); line-height: .92; overflow-wrap: anywhere; }
  .protocol-atlas-copy .section-copy { font-size: 15px; }
  .protocol-atlas-copy .protocol-run { margin-top: 22px; font-size: 13px; }
  .footer-sitemap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
}

@media (max-width: 360px) {
  html[style*="font-size: 32px"] .flow-step {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
  html[style*="font-size: 32px"] .flow-step-head {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
  }
  html[style*="font-size: 32px"] .flow-marker { font-size: 12px !important; }
  html[style*="font-size: 32px"] .flow-number { margin: 0; }
  html[style*="font-size: 32px"] .flow-step-copy { grid-column: 1; grid-row: 2; }
  html[style*="font-size: 32px"] .flow-step p { overflow-wrap: anywhere; }
  .protocol-atlas-copy h2 { font-size: clamp(2.05rem, 10.5vw, 3.1rem); overflow-wrap: anywhere; word-break: normal; hyphens: none; }
  .footer-sitemap { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}

/* Claude Design transfer v2: original full-resolution art and source-scale layout. */
.page-home .site-header,
.page-download .site-header {
  border-bottom-color: rgba(209, 255, 91, .08);
  background: rgba(5, 8, 5, .93);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .2);
}

.page-home .header-inner,
.page-download .header-inner {
  width: min(1400px, calc(100% - 64px));
  max-width: 1400px;
  min-height: 84px;
  margin-inline: auto;
  padding-inline: 0;
  gap: clamp(24px, 3.5vw, 64px);
}

.page-home .brand,
.page-download .brand {
  gap: 12px;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.04em;
}

.brand-icon {
  display: grid;
  width: 64px;
  height: 64px;
  overflow: visible;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-image {
  display: block;
  width: 60px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.page-home .nav-rail,
.page-download .nav-rail {
  gap: clamp(18px, 3vw, 42px);
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .site-nav a,
.page-download .site-nav a {
  position: relative;
  min-height: 48px;
  padding-inline: 2px;
  border-radius: 0;
  background: transparent;
  color: #9aa398;
  font-size: 15px;
  font-weight: 650;
}

.page-home .site-nav a:hover,
.page-home .site-nav a[aria-current="page"],
.page-home .site-nav a[aria-current="location"],
.page-download .site-nav a:hover,
.page-download .site-nav a[aria-current="page"],
.page-download .site-nav a[aria-current="location"] {
  background: transparent;
  color: var(--acid);
  box-shadow: none;
}

.page-home .site-nav a[aria-current="page"]::after,
.page-home .site-nav a[aria-current="location"]::after,
.page-download .site-nav a[aria-current="page"]::after,
.page-download .site-nav a[aria-current="location"]::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--acid);
  box-shadow: 0 0 14px rgba(209, 255, 91, .45);
  content: "";
}

.page-home .header-cta,
.page-download .header-cta {
  min-height: 46px;
  padding-inline: 24px;
  border-radius: 12px;
  background: var(--acid);
  box-shadow: 0 8px 28px rgba(209, 255, 91, .2);
}

.header-cta-short { display: none; }

.page-download {
  background: #050705;
}

.page-download main {
  padding-bottom: clamp(76px, 9vw, 120px);
}

.download-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  width: min(1400px, calc(100% - 64px));
  max-width: 1400px;
  gap: clamp(10px, 2vw, 30px);
  align-items: center;
  min-height: 660px;
  padding-block: clamp(72px, 7vw, 102px) clamp(64px, 6vw, 90px);
}

.download-hero-copy { position: relative; z-index: 2; grid-column: 1; grid-row: 1; min-width: 0; }
.download-hero .eyebrow { margin-bottom: 20px; color: #a8b8a5; }
.download-hero h1 {
  max-width: 100%;
  margin: 0;
  color: #f3f6ef;
  font-size: clamp(4.4rem, 6.25vw, 6.5rem);
  line-height: .86;
  letter-spacing: -.064em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.download-hero h1 span { color: var(--acid); }
.download-hero .lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: #929d90;
  font-size: 17px;
  line-height: 1.58;
}
.download-hero-access-action { min-height: 56px; margin-top: 24px; padding-inline: 24px; border-radius: 14px; }

.page-download .page-eclipse {
  grid-column: 2;
  grid-row: 1 / 3;
  justify-self: end;
  width: min(100%, 840px);
  aspect-ratio: 1586 / 992;
  overflow: visible;
  isolation: isolate;
}
.page-download .page-eclipse::before { display: none; }
.page-download .page-eclipse::after {
  position: absolute;
  z-index: -1;
  inset: 13% 5% 3%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(151, 241, 45, .25), rgba(62, 136, 21, .08) 45%, transparent 72%);
  content: "";
  filter: blur(24px);
}
.page-download .page-eclipse span { display: none; }
.download-hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 58px rgba(112, 205, 24, .14));
}

.download-trust {
  display: grid;
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  margin: 28px 0 0;
  padding: 10px 0;
  border: 1px solid rgba(209, 255, 91, .34);
  border-radius: 16px;
  background: rgba(4, 16, 7, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 10px 28px rgba(0, 0, 0, .22);
  list-style: none;
}
.download-trust li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: center;
  min-height: 78px;
  padding: 10px 18px;
}
.download-trust li + li { border-left: 1px solid rgba(209, 255, 91, .2); }
.trust-icon {
  grid-row: 1 / 3;
  display: grid;
  width: 44px;
  height: 44px;
  align-self: center;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .55);
  border-radius: 50%;
  color: var(--acid);
  font-size: 18px;
  font-weight: 900;
}
.download-trust strong { display: flex; min-height: 2.6em; align-items: flex-end; color: #edf4e8; font-size: 14px; line-height: 1.3; }
.download-trust small { display: block; min-height: 2.6em; margin-top: 3px; color: #7f8d7d; font-size: 11px; line-height: 1.3; }

.download-platforms {
  padding-block: 24px clamp(52px, 6vw, 76px);
}
.download-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 20px;
}
.download-section-heading .content-label { margin: 0 0 8px; }
.download-section-heading > * { min-width: 0; }
.download-section-heading h2,
.download-card-heading h2,
.download-help-card h2 {
  margin: 0;
  color: #f2f5ee;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -.045em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}
.download-section-heading > p {
  max-width: 580px;
  margin: 0;
  color: #8f9b8d;
  font-size: 15px;
}

.download-platform-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.download-platform-grid > li { grid-column: span 2; }
.download-platform-grid > li:nth-child(n + 4) { grid-column: span 3; }
.download-platform-card {
  display: flex;
  min-width: 0;
  min-height: 318px;
  padding: 22px 24px 20px;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 16%, rgba(180, 232, 58, .07), transparent 27%),
    linear-gradient(180deg, rgba(255, 255, 255, .048), rgba(255, 255, 255, .014));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 24px 56px rgba(0, 0, 0, .18);
  text-align: center;
}
.download-platform-card:hover {
  border-color: rgba(209, 255, 91, .26);
  background: linear-gradient(180deg, rgba(180, 232, 58, .05), rgba(255, 255, 255, .015));
}
.platform-emblem {
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .38);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 232, 58, .14), rgba(180, 232, 58, .018) 68%);
  color: var(--acid);
  box-shadow: 0 0 38px rgba(209, 255, 91, .1);
}
.platform-emblem svg { width: 38px; height: 38px; fill: currentColor; stroke: none; }
.download-platform-card h3 { margin: 14px 0 0; color: #f2f5ee; font-size: 25px; letter-spacing: -.035em; }
.download-platform-card p { margin: 0; color: #899587; font-size: 14px; line-height: 1.45; }
.download-platform-card .platform-device { min-height: 26px; margin-top: 2px; color: #657264; font-size: 12px; }
.download-platform-card > p:not(.platform-device) { flex: 1; margin-top: 8px; }
.download-card-action,
.download-card-guide {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow-wrap: anywhere;
  text-align: center;
}
.download-card-action {
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: var(--acid);
  color: #0a0f05;
  box-shadow: 0 10px 30px rgba(209, 255, 91, .18);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.2;
}
.download-card-action:hover { color: #0a0f05; transform: translateY(-1px); }
.download-card-action--outline { border-color: rgba(209, 255, 91, .3); background: rgba(209, 255, 91, .06); color: var(--acid); box-shadow: none; }
.download-card-action--outline:hover { background: rgba(209, 255, 91, .1); color: var(--acid); }
.download-card-guide {
  min-height: 44px;
  margin-top: 6px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
.download-release-note { margin: 14px 0 0; color: #71806f; font-size: 13px; text-align: right; }
.download-release-note a { display: inline-flex; min-height: 44px; align-items: center; color: #d1ff5b; font-weight: 700; }

.download-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(280px, .7fr);
  gap: 16px;
  align-items: stretch;
}
.download-steps-card,
.download-help-card {
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}
.download-steps-card { padding: 30px; }
.download-card-heading .content-label,
.download-help-card .content-label { margin: 0 0 9px; }
.download-card-heading h2 { font-size: clamp(1.65rem, 2.5vw, 2.4rem); }
.download-step-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.download-step-track li { position: relative; min-width: 0; padding-top: 8px; }
.download-step-track li:not(:last-child)::after {
  position: absolute;
  top: 67px;
  left: calc(50% + 50px);
  width: calc(100% - 84px);
  border-top: 1px dashed rgba(209, 255, 91, .35);
  content: "";
}
.download-step-number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .48);
  border-radius: 50%;
  background: #071007;
  color: #edf4e8;
  font-size: 13px;
  font-weight: 800;
}
.download-step-icon {
  display: grid;
  width: 100px;
  height: 100px;
  margin: 22px auto 20px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .5);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 232, 58, .15), rgba(4, 12, 5, .85));
  color: var(--acid);
  box-shadow: 0 0 34px rgba(209, 255, 91, .1);
  font-size: 40px;
  font-weight: 400;
}
.download-step-icon svg { width: 44px; height: 44px; fill: currentColor; }
.download-step-track h3 { margin: 0; color: #f2f5ee; font-size: 16px; text-align: center; }
.download-step-track p { margin: 8px 0 0; color: #879285; font-size: 12px; line-height: 1.5; text-align: center; }

.download-help-card { display: flex; padding: 30px 26px; flex-direction: column; }
.download-help-card h2 { font-size: 24px; }
.download-help-card > p:not(.content-label) { margin: 12px 0 0; color: #8b9689; font-size: 14px; }
.download-help-links { display: grid; gap: 10px; margin-top: 22px; }
.download-help-links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 52px;
  padding: 10px 13px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
  color: #e7ebe0;
  font-size: 13px;
  font-weight: 680;
}
.download-help-links a:hover { border-color: rgba(209, 255, 91, .32); color: var(--acid); }

.page-download .access-band {
  margin-top: clamp(48px, 6vw, 80px);
  border: 1px solid rgba(209, 255, 91, .22);
  border-radius: 22px;
  background: linear-gradient(135deg, #101411 0%, #080a09 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .34);
  color: var(--paper);
}
.page-download .access-band h2 { color: var(--paper); }
.page-download .access-band p { color: #a7b0a8; }
.page-download .access-band::after { border-color: rgba(209, 255, 91, .16); }

@media (max-width: 1120px) {
  .download-hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr); }
  .download-platform-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .download-platform-card:nth-last-child(-n+2) { min-height: 318px; }
  .download-guide { grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); }
  .download-step-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-step-track li:not(:last-child)::after { display: none; }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .download-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-trust li:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid rgba(209, 255, 91, .16); border-left: 0; }
}

@media (max-width: 900px) {
  .download-hero { width: calc(100% - 32px); grid-template-columns: minmax(0, 1fr); min-height: auto; padding-top: 56px; }
  .download-hero-copy,
  .page-download .page-eclipse,
  .download-trust { grid-column: 1; grid-row: auto; }
  .page-download .page-eclipse { justify-self: center; width: min(100%, 690px); }
  .download-section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .download-guide { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 700px) {
  .download-trust { grid-template-columns: minmax(0, 1fr); }
  .download-trust strong,
  .download-trust small { min-height: 0; }
  .download-trust li + li { border-top: 1px solid rgba(209, 255, 91, .16); border-left: 0; }
  .download-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-platform-grid > li,
  .download-platform-grid > li:nth-child(n + 4) { grid-column: auto; }
  .download-platform-card,
  .download-platform-card:nth-last-child(-n+2) { min-height: 310px; }
}

@media (max-width: 520px) {
  .download-hero { padding-block: 48px 38px; }
  .download-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .download-hero .lead { font-size: 15px; }
  .download-hero-access-action { width: 100%; text-align: center; }
  .page-download .page-eclipse { width: calc(100% + 32px); margin-inline: -16px; }
  .download-platforms { padding-top: 18px; }
  .download-platform-grid { grid-template-columns: minmax(0, 1fr); }
  .download-platform-card,
  .download-platform-card:nth-last-child(-n+2) { min-height: 292px; padding: 20px 20px 18px; }
  .platform-emblem { width: 72px; height: 72px; }
  .platform-emblem svg { width: 34px; height: 34px; }
  .download-release-note { text-align: left; }
  .download-steps-card,
  .download-help-card { padding: 24px 20px; }
  .download-step-track { grid-template-columns: minmax(0, 1fr); }
  .download-step-track li { padding: 8px 6px 16px; }
}

@media (max-width: 360px) {
  .download-hero h1 { font-size: 2.55rem; }
}

/* Windows download reference transfer: scoped to /download/windows. */
.page-windows-download {
  background:
    radial-gradient(75% 48% at 75% 7%, rgba(73, 128, 38, .13), transparent 68%),
    #050705;
}
.page-windows-download main { padding-bottom: clamp(72px, 8vw, 112px); }
.page-windows-download .breadcrumbs { width: min(1400px, calc(100% - 64px)); }

.windows-download-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
  width: min(1400px, calc(100% - 64px));
  max-width: 1400px;
  min-height: 620px;
  padding-block: clamp(38px, 5vw, 76px) clamp(44px, 5vw, 72px);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  isolation: isolate;
}
.windows-download-hero > * { min-width: 0; }
.windows-download-copy { position: relative; z-index: 2; }
.windows-download-hero .eyebrow {
  margin-bottom: 16px;
  color: #c0c9bc;
  font-size: 14px;
}
.windows-download-hero .eyebrow::before { display: none; }
.windows-mini-mark,
.windows-button-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--acid);
}
.windows-mini-mark :is(svg, i) { width: 16px; height: 16px; fill: currentColor; font-size: 16px; }
.windows-button-icon :is(svg, i) { width: 18px; height: 18px; fill: currentColor; font-size: 18px; }
.windows-primary-action .windows-button-icon { color: currentColor; }
.windows-download-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #f3f6ef;
  font-size: clamp(3.45rem, 5.3vw, 5.35rem);
  line-height: .94;
  letter-spacing: -.058em;
  overflow-wrap: anywhere;
  hyphens: none;
}
.windows-download-hero h1 span { color: var(--acid); }
.windows-download-hero .lead {
  max-width: 610px;
  margin-top: 24px;
  color: #909b8e;
  font-size: 17px;
  line-height: 1.6;
}
.windows-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.windows-download-actions .button { min-height: 58px; padding-inline: 22px; border-radius: 13px; }
.windows-primary-action { box-shadow: 0 12px 34px rgba(209, 255, 91, .22); }
.page-windows-download .button:active { transform: scale(.96); }
.windows-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.windows-trust li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  min-width: 0;
  align-items: center;
  column-gap: 11px;
}
.windows-trust li > span {
  grid-row: 1 / 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .45);
  border-radius: 50%;
  color: var(--acid);
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.windows-trust li > span i { font-size: 15px; }
.windows-trust strong { color: #e9eee5; font-size: 13px; line-height: 1.3; }
.windows-trust small { margin-top: 3px; color: #758073; font-size: 11px; line-height: 1.35; }

.windows-laptop-stage {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
}
.windows-reference-art { display: block; width: min(110%, 730px); max-width: none; height: auto; object-fit: contain; filter: drop-shadow(0 26px 72px rgba(105, 186, 16, .14)); }
.windows-laptop-orbit,
.windows-laptop-orbit::before,
.windows-laptop-orbit::after {
  position: absolute;
  border: 1px solid rgba(209, 255, 91, .1);
  border-radius: 50%;
  content: "";
}
.windows-laptop-orbit {
  width: min(96%, 680px);
  aspect-ratio: 1;
  border-color: rgba(209, 255, 91, .08);
  background: radial-gradient(circle, rgba(139, 225, 48, .15), rgba(69, 126, 26, .035) 44%, transparent 70%);
  filter: drop-shadow(0 0 38px rgba(126, 214, 36, .09));
  transform: scaleY(.72);
}
.windows-laptop-orbit::before { inset: 13%; }
.windows-laptop-orbit::after { inset: 27%; }
.windows-laptop {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  padding-inline: 2.5%;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .26));
}
.windows-laptop-screen {
  position: relative;
  min-height: 378px;
  padding: 22px 24px 24px;
  border: 7px solid #202720;
  border-bottom-width: 10px;
  border-radius: 17px 17px 7px 7px;
  background:
    radial-gradient(circle at 50% 48%, rgba(157, 239, 49, .11), transparent 31%),
    linear-gradient(145deg, #0b120a, #050805 72%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .045),
    inset 0 -1px 0 rgba(0, 0, 0, .85),
    0 30px 64px rgba(0, 0, 0, .45);
}
.windows-laptop-screen::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #070a07;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .055);
  content: "";
  transform: translateX(-50%);
}
.windows-laptop-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  color: #96a392;
  font-size: 12px;
  font-weight: 650;
}
.windows-laptop-topline span:first-child { color: #eef3e9; font-weight: 800; }
.windows-laptop-focus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 220px;
  text-align: left;
}
.windows-laptop-focus img {
  width: 104px;
  max-width: 104px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(209, 255, 91, .16));
}
.windows-laptop-focus div { display: grid; gap: 2px; min-width: 0; }
.windows-laptop-focus strong { color: #f2f5ee; font-size: clamp(1.7rem, 3vw, 2.65rem); letter-spacing: -.05em; }
.windows-laptop-focus span { color: #8c9889; font-size: 13px; }
.windows-source-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 68px;
  padding: 10px 14px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(209, 255, 91, .25);
  border-radius: 11px;
  background: rgba(209, 255, 91, .06);
  color: var(--acid);
}
.windows-source-emblem { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 9px; background: rgba(209, 255, 91, .1); }
.windows-source-emblem svg { width: 19px; height: 19px; fill: currentColor; }
.windows-source-card > span:nth-child(2) { display: grid; min-width: 0; }
.windows-source-card strong { color: #e9eee5; font-size: 13px; }
.windows-source-card small { margin-top: 2px; color: #83907f; font-size: 11px; }
.windows-laptop-base {
  position: relative;
  height: 30px;
  margin: -1px -8% 0;
  clip-path: polygon(4% 0, 96% 0, 100% 64%, 97.5% 100%, 2.5% 100%, 0 64%);
  border-radius: 2px 2px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 16%),
    linear-gradient(180deg, #353d36 0, #202620 48%, #0c100c 100%);
  box-shadow: 0 24px 34px rgba(0, 0, 0, .46);
}
.windows-laptop-base::after {
  position: absolute;
  right: 4%;
  bottom: 2px;
  left: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
  content: "";
}
.windows-laptop-base span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 108px;
  height: 8px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #090c09, #151a15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .04);
  transform: translateX(-50%);
}

.windows-workspace,
.windows-lower-grid,
.windows-bottom-cta { width: min(1400px, calc(100% - 64px)); max-width: 1400px; }
.windows-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, .68fr);
  gap: 18px;
  align-items: stretch;
}
.windows-panel {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .034), rgba(255, 255, 255, .012));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 20px 54px rgba(0, 0, 0, .13);
}
.windows-install-panel,
.windows-data-panel,
.windows-ready-panel,
.windows-faq-panel { padding: 30px; }
.windows-panel-heading .content-label { margin: 0 0 8px; }
.windows-panel-heading h2 {
  max-width: none;
  margin: 0;
  color: #f2f5ee;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}
.windows-step-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.windows-step-track li {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 126px;
  padding: 14px 12px 14px 10px;
  align-content: start;
  column-gap: 13px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(180, 232, 58, .045), rgba(255, 255, 255, .012));
  box-shadow: inset 0 0 0 1px rgba(209, 255, 91, .13), 0 12px 28px rgba(0, 0, 0, .12);
}
.windows-step-track li:not(:last-child)::after { display: none; }
.windows-step-number {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  width: 28px;
  height: 28px;
  margin: -4px 0 0 -4px;
  place-items: center;
  align-self: start;
  justify-self: start;
  border: 1px solid rgba(209, 255, 91, .72);
  border-radius: 50%;
  background: #071007;
  color: var(--acid);
  box-shadow: 0 0 0 4px #0a0e0a;
  font-size: 11px;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
}
.windows-step-icon {
  z-index: 1;
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  width: 48px;
  height: 48px;
  margin: 10px 0 0 7px;
  place-items: center;
  align-self: start;
  justify-self: start;
  border: 1px solid rgba(209, 255, 91, .22);
  border-radius: 12px;
  background: rgba(209, 255, 91, .065);
  color: var(--acid);
}
.windows-step-icon :is(svg, i) { width: 23px; height: 23px; fill: currentColor; font-size: 23px; }
.windows-step-track h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 3px 0 0;
  color: #eef3e9;
  font-size: 15px;
  line-height: 1.25;
  text-wrap: balance;
}
.windows-step-track p {
  grid-column: 2;
  grid-row: 2;
  margin: 7px 0 0;
  color: #879285;
  font-size: 12px;
  line-height: 1.5;
  text-wrap: pretty;
}
.windows-technical-note { margin: 24px 0 0; color: #788575; font-size: 12px; }
.windows-technical-note a { display: inline-flex; min-height: 44px; align-items: center; color: #d1ff5b; font-weight: 720; }
.windows-data-panel { display: flex; flex-direction: column; }
.windows-data-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.windows-data-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 74px;
  padding: 11px 13px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 13px;
  background: rgba(255, 255, 255, .022);
}
.windows-data-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(209, 255, 91, .2); border-radius: 10px; background: rgba(209, 255, 91, .07); color: var(--acid); font-size: 11px; font-weight: 820; font-variant-numeric: tabular-nums; }
.windows-data-list li > span i { font-size: 17px; }
.windows-data-list div { display: grid; min-width: 0; }
.windows-data-list strong { color: #eaf0e6; font-size: 14px; }
.windows-data-list small { margin-top: 3px; color: #7f8b7d; font-size: 11px; line-height: 1.35; }
.windows-data-action { width: 100%; min-height: 54px; margin-top: auto; padding-inline: 16px; border-radius: 12px; }

.windows-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr) minmax(270px, .65fr);
  gap: 18px;
  margin-top: 18px;
  align-items: stretch;
}
.windows-ready-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; margin: 24px 0 0; padding: 0; list-style: none; }
.windows-ready-list li { display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: start; gap: 10px; min-width: 0; }
.windows-ready-list li > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: rgba(209, 255, 91, .08); color: var(--acid); font-size: 13px; font-weight: 820; }
.windows-ready-list li > span i { font-size: 14px; }
.windows-ready-list div { display: grid; min-width: 0; }
.windows-ready-list strong { color: #eaf0e6; font-size: 13px; }
.windows-ready-list small { margin-top: 3px; color: #7f8b7d; font-size: 11px; line-height: 1.4; }
.windows-faq-list { display: grid; gap: 9px; margin-top: 24px; }
.windows-faq-list details { border: 1px solid rgba(255, 255, 255, .07); border-radius: 11px; background: rgba(255, 255, 255, .02); }
.windows-faq-list summary { display: flex; min-height: 50px; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 14px; color: #e7ece3; font-size: 13px; font-weight: 680; cursor: pointer; list-style: none; }
.windows-faq-list summary::-webkit-details-marker { display: none; }
.windows-faq-list summary::marker { content: ""; }
.windows-faq-list summary i { flex: 0 0 auto; color: #7f887c; font-size: 12px; transition: transform .2s ease, color .2s ease; }
.windows-faq-list details[open] summary i { color: var(--acid); transform: rotate(180deg); }
.windows-faq-list details[open] { border-color: rgba(209, 255, 91, .22); }
.windows-faq-list p { margin: 0; padding: 0 14px 14px; color: #879285; font-size: 12px; line-height: 1.5; }
.windows-help-panel {
  display: flex;
  padding: 28px 25px;
  flex-direction: column;
  justify-content: center;
  border-color: rgba(209, 255, 91, .18);
  background: radial-gradient(110% 90% at 90% 5%, rgba(180, 232, 58, .08), rgba(255, 255, 255, .012) 56%);
}
.windows-help-icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(209, 255, 91, .3); border-radius: 50%; background: rgba(209, 255, 91, .08); color: var(--acid); font-size: 22px; font-weight: 820; }
.windows-help-icon i { font-size: 21px; }
.windows-help-panel > div { margin-top: 18px; }
.windows-help-panel h2 { margin: 0; color: #eef3e9; font-size: 23px; line-height: 1.1; }
.windows-help-panel p:not(.content-label) { margin: 10px 0 0; color: #849181; font-size: 13px; }
.windows-help-panel nav { display: grid; gap: 3px; margin-top: 22px; }
.windows-help-panel nav .button { min-height: 52px; border-color: rgba(209, 255, 91, .28); }
.windows-help-panel nav > a:not(.button) { display: inline-flex; min-height: 44px; padding-inline: 4px; align-items: center; color: #9faf9b; font-size: 12px; font-weight: 680; }
.windows-help-panel nav > a:not(.button):hover { color: var(--acid); }

.windows-bottom-cta {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  min-height: 124px;
  margin-top: 18px;
  padding: 24px 28px;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(209, 255, 91, .22);
  border-radius: 22px;
  background: linear-gradient(95deg, rgba(180, 232, 58, .065), rgba(255, 255, 255, .012) 45%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}
.windows-bottom-icon { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(209, 255, 91, .3); border-radius: 50%; background: rgba(209, 255, 91, .08); color: var(--acid); }
.windows-bottom-icon svg { width: 26px; height: 26px; fill: currentColor; }
.windows-bottom-icon i { font-size: 25px; }
.windows-bottom-cta h2 { margin: 0; color: #f0f4ec; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.1; }
.windows-bottom-cta p { margin: 6px 0 0; color: #879285; font-size: 13px; }
.windows-bottom-action { min-height: 56px; padding-inline: 22px; border-radius: 12px; white-space: nowrap; }

@media (min-width: 1400px) {
  .windows-workspace { align-items: start; }
  .windows-install-panel { padding: 34px 36px 30px; }
  .windows-step-track { gap: 0; margin-top: 34px; }
  .windows-step-track li {
    display: block;
    min-height: 0;
    padding: 0 24px 0 0;
    background: transparent;
    box-shadow: none;
  }
  .windows-step-track li:not(:last-child)::after {
    position: absolute;
    top: 26px;
    right: 14px;
    left: 58px;
    display: block;
    height: 1px;
    background: linear-gradient(90deg, rgba(180, 232, 58, .5), rgba(180, 232, 58, .09));
    content: "";
  }
  .windows-step-number {
    position: absolute;
    top: -5px;
    left: -5px;
    margin: 0;
  }
  .windows-step-icon {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 0 22px;
    border-radius: 14px;
  }
  .windows-step-track h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    text-wrap: balance;
  }
  .windows-step-track p {
    max-width: 190px;
    margin: 9px 0 0;
    font-size: 12px;
    line-height: 1.55;
  }
  .windows-technical-note {
    margin-top: 28px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .065);
  }
}

@media (max-width: 1399px) {
  .windows-step-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1120px) {
  .windows-download-hero { grid-template-columns: minmax(0, 1fr); }
  .windows-laptop-stage { min-height: 470px; }
  .windows-laptop { width: min(100%, 660px); }
  .windows-workspace { grid-template-columns: minmax(0, 1fr); }
  .windows-data-action { width: auto; margin-top: 22px; align-self: start; }
  .windows-lower-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .windows-help-panel { grid-column: 1 / -1; display: grid; grid-template-columns: 58px minmax(0, 1fr) minmax(220px, .6fr); align-items: center; gap: 18px; }
  .windows-help-panel > div,
  .windows-help-panel nav { margin-top: 0; }
}

@media (max-width: 760px) {
  .windows-step-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .windows-step-track li:not(:last-child)::after { display: none; }
  .windows-lower-grid { grid-template-columns: minmax(0, 1fr); }
  .windows-help-panel { grid-column: auto; display: flex; }
  .windows-help-panel > div { margin-top: 18px; }
  .windows-help-panel nav { margin-top: 22px; }
  .windows-bottom-cta { grid-template-columns: 58px minmax(0, 1fr); }
  .windows-bottom-action { grid-column: 1 / -1; justify-self: start; white-space: normal; text-align: center; }
}

@media (max-width: 640px) {
  .page-windows-download .breadcrumbs,
  .windows-download-hero,
  .windows-workspace,
  .windows-lower-grid,
  .windows-bottom-cta { width: calc(100% - 32px); }
  .windows-download-hero { min-height: auto; padding-block: 40px 34px; gap: 22px; }
  .windows-download-hero h1 { font-size: clamp(2.6rem, 13.5vw, 4.2rem); line-height: .96; }
  .windows-download-hero .lead { font-size: 15px; }
  .windows-download-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .windows-download-actions .button { width: 100%; padding-inline: 16px; text-align: center; }
  .windows-trust { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .windows-laptop-stage { min-height: 360px; }
  .windows-reference-art { width: 100%; max-width: 100%; }
  .windows-laptop-base { margin-inline: 0; }
  .windows-laptop-screen { min-height: 286px; padding: 16px; border-width: 6px; border-bottom-width: 8px; }
  .windows-laptop-focus { min-height: 150px; gap: 14px; }
  .windows-laptop-focus img { width: 74px; max-width: 74px; }
  .windows-laptop-focus strong { font-size: 1.65rem; }
  .windows-install-panel,
  .windows-data-panel,
  .windows-ready-panel,
  .windows-faq-panel,
  .windows-help-panel { padding: 24px 20px; }
  .windows-ready-list { grid-template-columns: minmax(0, 1fr); }
  .windows-bottom-cta { padding: 22px 20px; }
}

@media (max-width: 420px) {
  .windows-download-hero h1 { font-size: clamp(2.45rem, 12.7vw, 3.35rem); }
  .windows-laptop-stage { min-height: 310px; }
  .windows-laptop { padding-inline: 1%; }
  .windows-laptop-screen { min-height: 250px; padding: 12px; border-width: 5px; border-bottom-width: 7px; }
  .windows-laptop-topline { gap: 8px; font-size: 10px; }
  .windows-laptop-focus { min-height: 126px; }
  .windows-laptop-focus img { width: 58px; max-width: 58px; }
  .windows-laptop-focus strong { font-size: 1.32rem; }
  .windows-laptop-focus span { font-size: 11px; }
  .windows-source-card { grid-template-columns: 36px minmax(0, 1fr) auto; min-height: 58px; padding: 8px 9px; gap: 8px; }
  .windows-source-emblem { width: 32px; height: 32px; }
  .windows-step-track { grid-template-columns: minmax(0, 1fr); }
  .windows-step-track li {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 0;
    padding: 12px 10px 12px 8px;
    column-gap: 10px;
  }
  .windows-step-number { width: 26px; height: 26px; margin: -3px 0 0 -3px; }
  .windows-step-icon { width: 44px; height: 44px; margin: 8px 0 0 6px; }
  .windows-step-icon svg { width: 21px; height: 21px; }
  .windows-bottom-cta { grid-template-columns: minmax(0, 1fr); }
  .windows-bottom-icon { width: 50px; height: 50px; }
  .windows-bottom-action { grid-column: auto; width: 100%; }
}

/* Android reference transfer */
.page-android-download {
  background: #050607;
}
.page-android-download main { padding-bottom: clamp(72px, 8vw, 112px); }
.page-android-download .breadcrumbs { width: min(1400px, calc(100% - 64px)); }
.page-android-download .button:active { transform: scale(.96); }

.android-download-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr);
  width: min(1400px, calc(100% - 64px));
  max-width: 1400px;
  min-height: 650px;
  padding-block: clamp(38px, 5vw, 72px) clamp(46px, 5vw, 76px);
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
  isolation: isolate;
}
.android-download-hero > * { min-width: 0; }
.android-download-copy { position: relative; z-index: 3; }
.android-download-hero .eyebrow { margin-bottom: 16px; color: #c0c9bc; font-size: 14px; }
.android-download-hero .eyebrow::before { display: none; }
.android-mini-mark { display: inline-grid; width: 24px; height: 24px; place-items: center; color: var(--acid); }
.android-mini-mark svg { width: 18px; height: 18px; fill: currentColor; }
.android-download-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f3f6ef;
  font-size: clamp(3.45rem, 5.3vw, 5.35rem);
  line-height: .94;
  letter-spacing: -.058em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.android-download-hero h1 span { display: inline; visibility: visible; opacity: 1; color: #d1ff5b; }
.android-download-hero .lead { max-width: 620px; margin-top: 24px; color: #909b8e; font-size: 17px; line-height: 1.6; }
.android-download-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.android-download-actions .button { min-height: 62px; padding-inline: 22px; border-radius: 14px; }
.google-play-action { display: inline-flex; min-width: 0; min-height: 62px; align-items: center; justify-content: center; border-radius: 14px; }
.google-play-action:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.google-play-badge { display: block; width: 196px; max-width: 100%; height: auto; }
.android-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.android-trust li { display: grid; grid-template-columns: 42px minmax(0, 1fr); min-width: 0; align-items: center; column-gap: 10px; }
.android-trust li > span { grid-row: 1 / 3; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(209, 255, 91, .45); border-radius: 50%; color: var(--acid); font-size: 11px; font-weight: 800; }
.android-trust strong { color: #e9eee5; font-size: 13px; line-height: 1.3; }
.android-trust small { margin-top: 3px; color: #758073; font-size: 11px; line-height: 1.35; }

.android-phone-stage { position: relative; display: grid; min-height: 560px; place-items: center; }
.android-reference-art { display: block; width: min(100%, 470px); height: auto; object-fit: contain; filter: drop-shadow(0 24px 70px rgba(0, 0, 0, .28)); }
.android-phone-orbit,
.android-phone-orbit::before,
.android-phone-orbit::after { position: absolute; border: 1px solid rgba(209, 255, 91, .11); border-radius: 50%; content: ""; }
.android-phone-orbit { width: min(100%, 620px); aspect-ratio: 1; background: radial-gradient(circle, rgba(147, 232, 43, .19), rgba(65, 117, 25, .04) 48%, transparent 70%); filter: drop-shadow(0 0 42px rgba(126, 214, 36, .11)); transform: scaleY(.78) rotate(-8deg); }
.android-phone-orbit::before { inset: 13%; }
.android-phone-orbit::after { inset: 28%; }
.android-phone { position: relative; z-index: 3; width: min(68%, 355px); padding: 10px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 42px; background: linear-gradient(135deg, #3b433c, #101410 38%, #2a302a 72%, #090c09); box-shadow: 0 40px 80px rgba(0, 0, 0, .55), 0 0 56px rgba(209, 255, 91, .1); transform: rotate(2deg); }
.android-phone::before { position: absolute; z-index: 4; top: 16px; left: 50%; width: 54px; height: 16px; border-radius: 0 0 12px 12px; background: #070907; content: ""; transform: translateX(-50%); }
.android-phone-screen { min-height: 500px; padding: 30px 20px 22px; overflow: hidden; border: 1px solid rgba(209, 255, 91, .12); border-radius: 32px; background: radial-gradient(circle at 50% 42%, rgba(157, 239, 49, .14), transparent 35%), linear-gradient(155deg, #0b130a, #050805 70%); }
.android-phone-topline { display: flex; justify-content: space-between; gap: 16px; padding: 6px 3px 15px; border-bottom: 1px solid rgba(255, 255, 255, .055); color: #899587; font-size: 11px; }
.android-phone-topline strong { color: var(--acid); font-size: 15px; letter-spacing: .02em; }
.android-phone-focus { display: grid; min-height: 245px; place-items: center; align-content: center; text-align: center; }
.android-phone-focus img { width: 92px; max-width: 92px; height: auto; object-fit: contain; filter: drop-shadow(0 0 24px rgba(209, 255, 91, .18)); }
.android-phone-focus strong { margin-top: 10px; color: #f1f5ed; font-size: 24px; letter-spacing: -.04em; }
.android-phone-focus small { margin-top: 3px; color: #849080; font-size: 11px; }
.android-source-card { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; min-height: 66px; padding: 10px 12px; align-items: center; gap: 10px; border: 1px solid rgba(209, 255, 91, .28); border-radius: 13px; background: rgba(209, 255, 91, .07); color: var(--acid); }
.android-source-emblem { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: rgba(209, 255, 91, .1); }
.android-source-emblem svg { width: 21px; height: 21px; fill: currentColor; }
.android-source-card > span:nth-child(2) { display: grid; min-width: 0; }
.android-source-card strong { color: #eaf0e6; font-size: 12px; }
.android-source-card small { margin-top: 2px; color: #82907f; font-size: 10px; }
.android-import-chips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 12px; }
.android-import-chips span { display: grid; min-height: 34px; padding: 6px; place-items: center; border: 1px solid rgba(255, 255, 255, .07); border-radius: 9px; background: rgba(255, 255, 255, .02); color: #9aa694; font-size: 9px; font-weight: 700; }
.android-robot-art {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 18px;
  display: block;
  width: min(31%, 180px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .4)) drop-shadow(0 0 22px rgba(209, 255, 91, .12));
  pointer-events: none;
}

.android-reference-grid,
.android-import-panel,
.android-help-panel,
.android-bottom-cta { width: min(1400px, calc(100% - 64px)); max-width: 1400px; }
.android-reference-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 18px; align-items: stretch; }
.android-panel { min-width: 0; border: 1px solid rgba(255, 255, 255, .08); border-radius: 24px; background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 22px 56px rgba(0, 0, 0, .14); }
.android-devices-panel,
.android-steps-panel,
.android-import-panel { padding: 30px; }
.android-panel-heading .content-label { margin: 0 0 8px; }
.android-panel-heading h2 { max-width: none; margin: 0; color: #f2f5ee; font-size: clamp(1.55rem, 2.2vw, 2.25rem); line-height: 1.08; letter-spacing: -.04em; overflow-wrap: anywhere; }
.android-device-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.android-device-card { display: grid; min-width: 0; min-height: 174px; padding: 18px 16px; place-items: center; align-content: center; border: 1px solid rgba(209, 255, 91, .14); border-radius: 16px; background: radial-gradient(circle at 50% 20%, rgba(180, 232, 58, .08), rgba(255, 255, 255, .012) 55%); text-align: center; }
.android-device-icon,
.android-import-icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(209, 255, 91, .28); border-radius: 50%; background: rgba(209, 255, 91, .07); color: var(--acid); box-shadow: 0 0 26px rgba(209, 255, 91, .08); }
.android-device-icon svg,
.android-import-icon svg,
.android-step-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.android-device-card h3 { margin: 13px 0 0; color: #edf2e8; font-size: 17px; letter-spacing: -.025em; }
.android-device-card p { margin: 7px 0 0; color: #818d7e; font-size: 12px; line-height: 1.45; }
.android-panel-note { margin: 18px 0 0; color: #748171; font-size: 11px; text-align: center; }
.android-step-track { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.android-step-item { position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr); min-width: 0; min-height: 104px; padding: 14px 16px 14px 13px; align-items: center; gap: 14px; border: 1px solid rgba(209, 255, 91, .13); border-radius: 16px; background: linear-gradient(145deg, rgba(180, 232, 58, .045), rgba(255, 255, 255, .012)); }
.android-step-number { position: absolute; z-index: 2; top: 9px; left: 8px; display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(209, 255, 91, .72); border-radius: 50%; background: #071007; color: var(--acid); box-shadow: 0 0 0 3px #0a0e0a; font-size: 10px; font-weight: 820; }
.android-step-icon { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(209, 255, 91, .22); border-radius: 13px; background: rgba(209, 255, 91, .065); color: var(--acid); }
.android-step-item h3 { margin: 0; color: #eef3e9; font-size: 16px; line-height: 1.25; }
.android-step-item p { margin: 6px 0 0; color: #849080; font-size: 12px; line-height: 1.5; }
.android-steps-access-action { width: 100%; min-height: 54px; margin-top: 14px; border-radius: 12px; text-align: center; }

.android-import-panel { margin-top: 18px; }
.android-import-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); align-items: end; gap: 12px 40px; }
.android-import-heading .content-label,
.android-import-heading h2 { grid-column: 1; }
.android-import-heading > p:last-child { grid-column: 2; grid-row: 1 / 3; margin: 0; color: #849080; font-size: 13px; line-height: 1.5; }
.android-import-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.android-import-card { display: grid; grid-template-columns: 64px minmax(0, 1fr); min-width: 0; min-height: 218px; padding: 20px; align-content: start; gap: 12px; border: 1px solid rgba(209, 255, 91, .16); border-radius: 18px; background: radial-gradient(circle at 12% 8%, rgba(180, 232, 58, .075), rgba(255, 255, 255, .012) 47%); }
.android-import-card > div { min-width: 0; }
.android-import-card h3 { margin: 4px 0 0; color: #eef3e9; font-size: 18px; letter-spacing: -.025em; }
.android-import-card p { margin: 8px 0 0; color: #859181; font-size: 12px; line-height: 1.5; }
.android-import-card > a { grid-column: 1 / -1; display: inline-flex; min-height: 50px; margin-top: auto; padding: 10px 14px; align-items: center; justify-content: center; border: 1px solid rgba(209, 255, 91, .3); border-radius: 12px; background: rgba(209, 255, 91, .055); color: var(--acid); font-size: 12px; font-weight: 730; text-align: center; }
.android-import-card > a:hover { background: rgba(209, 255, 91, .1); }
.android-privacy-note { display: flex; margin: 20px 0 0; align-items: center; justify-content: center; gap: 10px; color: #7e8a7b; font-size: 12px; text-align: center; }
.android-privacy-note span { display: grid; width: 28px; height: 28px; flex: none; place-items: center; border: 1px solid rgba(209, 255, 91, .24); border-radius: 50%; color: var(--acid); font-weight: 800; }

.android-help-panel { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; min-height: 150px; margin-top: 18px; padding: 24px 28px; align-items: center; gap: 22px; border: 1px solid rgba(209, 255, 91, .24); border-radius: 24px; background: radial-gradient(90% 180% at 100% 50%, rgba(180, 232, 58, .11), rgba(255, 255, 255, .012) 60%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025); }
.android-help-icon,
.android-bottom-icon { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgba(209, 255, 91, .32); border-radius: 50%; background: rgba(209, 255, 91, .08); color: var(--acid); font-size: 24px; font-weight: 820; box-shadow: 0 0 28px rgba(209, 255, 91, .08); }
.android-help-panel .content-label { margin: 0 0 7px; }
.android-help-panel h2 { margin: 0; color: #f0f4ec; font-size: clamp(1.4rem, 2.2vw, 2.1rem); line-height: 1.1; }
.android-help-panel p:not(.content-label) { margin: 7px 0 0; color: #849080; font-size: 13px; }
.android-help-panel nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.android-help-panel nav .button { min-height: 54px; padding-inline: 18px; border-radius: 12px; }

.android-bottom-cta { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; min-height: 128px; margin-top: 18px; padding: 24px 28px; align-items: center; gap: 20px; border: 1px solid rgba(209, 255, 91, .2); border-radius: 24px; background: linear-gradient(95deg, rgba(180, 232, 58, .065), rgba(255, 255, 255, .012) 45%); }
.android-bottom-icon svg { width: 29px; height: 29px; fill: currentColor; }
.android-bottom-cta h2 { margin: 0; color: #f0f4ec; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.1; }
.android-bottom-cta p { margin: 6px 0 0; color: #879285; font-size: 13px; }
.android-bottom-actions { display: flex; min-width: 0; align-items: center; gap: 12px; }
.android-bottom-actions .button { min-height: 54px; padding-inline: 18px; border-radius: 12px; }

@media (max-width: 1120px) {
  .android-download-hero { grid-template-columns: minmax(0, 1fr); }
  .android-phone-stage { min-height: 560px; }
  .android-phone { width: min(58%, 360px); }
  .android-reference-grid { grid-template-columns: minmax(0, 1fr); }
  .android-device-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .android-help-panel { grid-template-columns: 68px minmax(0, 1fr); }
  .android-help-panel nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .android-device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .android-import-heading { grid-template-columns: minmax(0, 1fr); }
  .android-import-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .android-import-grid { grid-template-columns: minmax(0, 1fr); }
  .android-import-card { min-height: 0; }
  .android-help-panel { grid-template-columns: 58px minmax(0, 1fr); }
  .android-help-panel nav { grid-column: 1 / -1; }
  .android-bottom-cta { grid-template-columns: 58px minmax(0, 1fr); }
  .android-bottom-actions { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 640px) {
  .page-android-download .breadcrumbs,
  .android-download-hero,
  .android-reference-grid,
  .android-import-panel,
  .android-help-panel,
  .android-bottom-cta { width: calc(100% - 32px); }
  .android-download-hero { min-height: auto; padding-block: 40px 34px; gap: 20px; }
  .android-download-hero h1 { font-size: min(3.1rem, 13.4vw); line-height: .96; }
  .android-download-hero .lead { font-size: 15px; }
  .android-download-actions { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; }
  .android-download-actions .google-play-action { justify-content: flex-start; }
  .android-download-actions .button { width: 100%; text-align: center; }
  .android-bottom-actions { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr); }
  .android-bottom-actions .button { width: 100%; text-align: center; }
  .android-bottom-actions .google-play-action { justify-content: flex-start; }
  .android-trust { grid-template-columns: minmax(0, 1fr); gap: 11px; }
  .android-phone-stage { min-height: 460px; }
  .android-phone-orbit { width: 88%; }
  .android-phone { width: min(80%, 320px); }
  .android-phone-screen { min-height: 420px; }
  .android-phone-focus { min-height: 190px; }
  .android-robot-art { right: -2%; bottom: 18px; width: min(38%, 160px); }
  .android-devices-panel,
  .android-steps-panel,
  .android-import-panel { padding: 24px 20px; }
  .android-help-panel,
  .android-bottom-cta { padding: 22px 20px; }
  .android-help-panel nav { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .android-help-panel nav .button { width: 100%; text-align: center; }
}

@media (max-width: 420px) {
  .android-download-hero h1 { font-size: min(2.85rem, 12.8vw); }
  .android-phone-stage { min-height: 410px; }
  .android-phone { width: min(88%, 290px); padding: 7px; border-radius: 34px; }
  .android-phone-screen { min-height: 370px; padding: 25px 14px 16px; border-radius: 27px; }
  .android-phone-focus { min-height: 160px; }
  .android-phone-focus img { width: 70px; max-width: 70px; }
  .android-phone-focus strong { font-size: 20px; }
  .android-source-card { grid-template-columns: 36px minmax(0, 1fr) auto; padding: 8px; gap: 7px; }
  .android-source-emblem { width: 32px; height: 32px; }
  .android-import-chips { gap: 4px; }
  .android-robot-art { right: -3%; bottom: 14px; width: min(42%, 145px); }
  .android-step-item { grid-template-columns: 50px minmax(0, 1fr); padding-inline: 10px; gap: 10px; }
  .android-step-icon { width: 46px; height: 46px; }
  .android-help-panel,
  .android-bottom-cta { grid-template-columns: minmax(0, 1fr); }
  .android-help-panel nav { grid-column: auto; }
  .android-bottom-actions .google-play-action { justify-self: start; }
}

@media (max-width: 360px) {
  .android-device-grid { grid-template-columns: minmax(0, 1fr); }
  .android-device-card { min-height: 154px; }
}

@media (max-width: 420px) {
  html[style*="font-size: 32px"] .android-download-hero h1 {
    font-size: 42px !important;
    letter-spacing: -.04em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  html[style*="font-size: 32px"] .android-import-card { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .android-import-card > a { grid-column: auto; }
  html[style*="font-size: 32px"] .android-import-card p { overflow-wrap: anywhere; }
}

/* Unified navigation v20: one fixed brand slot on every route. */
.site-header {
  --header-brand-slot: 60px;
  border-bottom-color: rgba(209, 255, 91, .09);
  background: rgba(5, 8, 5, .94);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .2);
}
.site-header .header-inner,
.site-header .header__inner {
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  width: min(1400px, calc(100% - 64px));
  max-width: 1400px;
  min-height: 84px;
  height: auto;
  margin-inline: auto;
  padding-inline: 0;
  gap: clamp(22px, 3.4vw, 58px);
}
.site-header .brand {
  gap: 12px;
  min-height: max(44px, var(--header-brand-slot));
  justify-self: start;
  font-size: 23px;
  font-weight: 850;
  line-height: 1;
}
.site-header .brand-icon,
.site-header .brand-image {
  width: var(--header-brand-slot);
  height: var(--header-brand-slot);
  flex: none;
}
.site-header .brand-image { max-width: none; object-fit: contain; }
.site-header .brand-word { line-height: 1; }
.site-menu { position: relative; display: none; width: max-content; min-width: 0; justify-self: center; }
.site-menu-toggle { display: none; min-height: 44px; overflow: visible; list-style: none; cursor: pointer; user-select: none; }
.site-menu-toggle::-webkit-details-marker { display: none; }
.site-menu-toggle::marker { content: ""; }
.site-menu-icon { position: relative; display: block; width: 18px; height: 14px; flex: 0 0 18px; overflow: visible; border: 0; }
.site-menu-icon::before,
.site-menu-icon::after { position: absolute; right: 0; left: 0; height: 2px; border-radius: 999px; background: currentColor; content: ""; }
.site-menu-icon::before { top: 1px; box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor; }
.site-menu-icon::after { display: none; }
.site-nav-desktop,
.site-menu > .nav-rail { display: flex; width: max-content; gap: clamp(18px, 2.7vw, 40px); min-height: 48px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.site-nav-desktop a,
.site-menu .site-nav a { position: relative; min-height: 48px; padding-inline: 2px; border-radius: 0; background: transparent; color: #9aa398; font-size: 15px; font-weight: 680; }
.site-nav-desktop a:hover,
.site-nav-desktop a[aria-current="page"],
.site-nav-desktop a[aria-current="location"],
.site-menu .site-nav a:hover,
.site-menu .site-nav a[aria-current="page"],
.site-menu .site-nav a[aria-current="location"] { background: transparent; color: var(--acid); box-shadow: none; }
.site-header .site-nav-desktop a::after,
.site-header .site-menu .site-nav a::after { display: none; }
.site-nav-desktop a[aria-current="page"]::after,
.site-nav-desktop a[aria-current="location"]::after,
.site-menu .site-nav a[aria-current="page"]::after,
.site-menu .site-nav a[aria-current="location"]::after { position: absolute; right: 0; bottom: 1px; left: 0; display: block; height: 2px; border-radius: 2px; background: var(--acid); box-shadow: 0 0 14px rgba(209, 255, 91, .45); content: ""; }
.site-header .header-cta { min-height: 46px; padding-inline: 23px; border-radius: 12px; background: var(--acid); box-shadow: 0 8px 28px rgba(209, 255, 91, .2); }

@media (max-width: 720px) {
  .site-header { --header-brand-slot: 42px; }
  .site-header .header-inner,
  .site-header .header__inner { grid-template-columns: auto minmax(0, 1fr) auto; width: calc(100% - 24px); min-height: 72px; padding: 0; gap: 8px; }
  .site-header .brand { gap: 7px; min-width: 44px; font-size: 18px; }
  .site-nav-desktop { display: none; }
  .site-menu { display: block; width: auto; justify-self: center; }
  .site-menu-toggle { display: inline-flex; min-width: 44px; min-height: 44px; padding: 0 13px; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(209, 255, 91, .22); border-radius: 12px; background: rgba(209, 255, 91, .055); color: #dce6d8; font-size: 13px; font-weight: 760; }
  .site-menu-toggle:hover,
  .site-menu-toggle:focus-visible,
  .site-menu[open] > .site-menu-toggle { border-color: rgba(209, 255, 91, .5); background: rgba(209, 255, 91, .1); color: var(--acid); outline: 0; }
  .site-menu[open] .site-menu-icon { color: var(--acid); }
  .site-menu[open] .site-menu-icon::before,
  .site-menu[open] .site-menu-icon::after { display: block; top: 6px; box-shadow: none; transform: rotate(45deg); }
  .site-menu[open] .site-menu-icon::after { transform: rotate(-45deg); }
  .site-menu > .site-nav { position: absolute; z-index: 40; top: calc(100% + 10px); left: 50%; display: none; grid-template-columns: minmax(0, 1fr); width: min(268px, calc(100vw - 24px)); padding: 8px; gap: 3px; border: 1px solid rgba(209, 255, 91, .24); border-radius: 18px; background: rgba(6, 12, 7, .985); box-shadow: 0 24px 64px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255, 255, 255, .04); transform: translateX(-50%); backdrop-filter: blur(18px); }
  .site-menu[open] > .site-nav { display: grid; }
  .site-header .site-menu > .site-nav a { min-height: 50px; padding: 0 15px; justify-content: flex-start; border-radius: 11px; color: #b9c3b5; font-size: 14px; }
  .site-header .site-menu > .site-nav a:hover,
  .site-header .site-menu > .site-nav a[aria-current="page"],
  .site-header .site-menu > .site-nav a[aria-current="location"] { background: rgba(209, 255, 91, .09); color: var(--acid); }
  .site-header .site-menu > .site-nav a::after { display: none; }
  .site-header .header-cta { min-height: 44px; padding-inline: 13px; border-radius: 11px; font-size: 13px; justify-self: end; }
  .header-cta-long { display: none; }
  .header-cta-short { display: inline; }
}

@media (max-width: 360px) {
  .site-header { --header-brand-slot: 38px; }
  .site-header .header-inner,
  .site-header .header__inner { width: calc(100% - 16px); gap: 5px; }
  .site-header .brand { font-size: 16px; }
  .site-menu-toggle { padding-inline: 10px; }
  .site-header .header-cta { padding-inline: 10px; }
  html[style*="font-size: 32px"] .site-header .brand-word,
  html[style*="font-size: 32px"] .site-menu-label { display: none; }
  html[style*="font-size: 32px"] .site-header .header-cta-short { font-size: 16px !important; }
}

/* Help Center reference transfer v19. */
.page-help-center {
  background: #050705;
}
.page-help-center::before,
.page-help-center::after { display: none; }
.page-help-center main { padding-bottom: clamp(72px, 8vw, 112px); }
.help-center-hero { position: relative; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, .78fr); min-height: 0; padding-block: clamp(64px, 8vw, 110px) 24px; align-items: center; gap: clamp(24px, 4.5vw, 72px); overflow: clip; }
.help-center-copy { position: relative; z-index: 2; }
.help-center-copy h1 { max-width: 720px; font-size: clamp(4rem, 6.8vw, 6.2rem); line-height: .9; text-wrap: wrap; hyphens: none; }
.help-center-copy h1 span { color: var(--acid); }
.help-center-copy .lead { max-width: 620px; color: #a6b1a2; }
.help-quick-links { display: flex; margin-top: 30px; flex-wrap: wrap; gap: 9px; }
.help-quick-links a { display: inline-flex; min-height: 44px; padding: 0 15px; align-items: center; border: 1px solid rgba(209, 255, 91, .22); border-radius: 999px; background: rgba(209, 255, 91, .045); color: #d9e2d5; font-size: 13px; font-weight: 720; }
.help-quick-links a:hover { border-color: rgba(209, 255, 91, .52); color: var(--acid); }
.help-center-art { position: relative; width: min(100%, 480px); margin: 0; justify-self: end; }
.help-center-art img { display: block; width: 100%; height: auto; filter: saturate(.94) contrast(1.03); }
.help-topics-section { padding-top: clamp(28px, 3vw, 44px); }
.help-section-heading { display: flex; margin-bottom: 24px; align-items: end; justify-content: space-between; gap: 24px; }
.help-section-heading h2,
.help-panel-heading h2,
.help-resolution-bar h2 { margin: 0; color: #f0f4ec; }
.help-section-heading h2 { font-size: clamp(2.25rem, 4.4vw, 4rem); line-height: .96; }
.help-section-heading > p { max-width: 400px; margin: 0; color: #879285; text-align: right; }
.help-topic-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.help-topic-card { position: relative; display: grid; grid-template-rows: auto 1fr auto; min-width: 0; min-height: 258px; padding: 24px 20px 20px; gap: 18px; overflow: hidden; border: 1px solid rgba(209, 255, 91, .22); border-radius: 20px; background: linear-gradient(145deg, rgba(18, 34, 21, .88), rgba(7, 12, 8, .96) 68%); color: inherit; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 18px 42px rgba(0, 0, 0, .18); transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.help-topic-card::after { position: absolute; width: 130px; height: 130px; top: -70px; left: -58px; border-radius: 50%; background: rgba(209, 255, 91, .09); filter: blur(24px); content: ""; }
.help-topic-card:hover { border-color: rgba(209, 255, 91, .5); background: linear-gradient(145deg, rgba(23, 46, 27, .92), rgba(7, 12, 8, .97) 72%); transform: translateY(-3px); }
.help-topic-icon { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(209, 255, 91, .34); border-radius: 16px; background: rgba(209, 255, 91, .09); color: var(--acid); box-shadow: 0 0 26px rgba(209, 255, 91, .09); }
.help-topic-icon svg,
.help-resolution-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.help-topic-copy { display: block; align-self: end; }
.help-topic-copy strong { display: block; color: #edf3e9; font-size: 19px; line-height: 1.1; }
.help-topic-copy small { display: block; margin-top: 9px; color: #879285; font-size: 13px; line-height: 1.55; }
.help-topic-arrow { display: grid; width: 38px; height: 38px; place-items: center; justify-self: end; border: 1px solid rgba(209, 255, 91, .28); border-radius: 50%; color: var(--acid); font-size: 19px; }
.help-tools-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); margin-top: 18px; gap: 18px; align-items: stretch; }
.help-faq-panel,
.help-diagnostic-panel { min-width: 0; padding: clamp(26px, 3vw, 42px); border: 1px solid rgba(209, 255, 91, .2); border-radius: 26px; background: linear-gradient(145deg, rgba(15, 30, 18, .82), rgba(6, 10, 7, .96)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025); }
.help-panel-heading h2 { font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1; }
.help-panel-heading > p:last-child { margin: 14px 0 0; color: #879285; }
.help-faq-list { display: grid; margin-top: 24px; gap: 8px; }
.help-faq-item { border: 1px solid rgba(209, 255, 91, .2); border-radius: 15px; background: rgba(3, 10, 5, .52); overflow: hidden; }
.help-faq-item summary { position: relative; display: flex; min-height: 62px; padding: 14px 54px 14px 18px; align-items: center; color: #e7ede3; font-size: 15px; font-weight: 720; line-height: 1.35; list-style: none; cursor: pointer; }
.help-faq-item summary::-webkit-details-marker { display: none; }
.help-faq-item summary::after { position: absolute; right: 18px; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(209, 255, 91, .3); border-radius: 50%; color: var(--acid); font-size: 20px; font-weight: 500; content: "+"; }
.help-faq-item[open] { border-color: rgba(209, 255, 91, .38); background: rgba(10, 24, 13, .66); }
.help-faq-item[open] summary::after { content: "−"; }
.help-faq-item summary:focus-visible { outline: 2px solid var(--acid); outline-offset: -3px; }
.help-faq-item > div { padding: 0 54px 18px 18px; }
.help-faq-item p { margin: 0; color: #98a394; font-size: 14px; line-height: 1.62; }
.help-faq-item a { display: inline-flex; min-height: 44px; margin-top: 8px; align-items: center; color: var(--acid); font-size: 13px; font-weight: 730; }
.help-diagnostic-panel { display: flex; flex-direction: column; }
.help-diagnostic-list { display: grid; margin: 24px 0 0; padding: 0; gap: 9px; list-style: none; }
.help-diagnostic-item { display: grid; grid-template-columns: 44px minmax(0, 1fr); min-height: 82px; padding: 14px; align-items: center; gap: 13px; border: 1px solid rgba(209, 255, 91, .15); border-radius: 15px; background: rgba(0, 0, 0, .14); }
.help-diagnostic-item > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: rgba(209, 255, 91, .08); color: var(--acid); font-size: 11px; font-weight: 850; letter-spacing: .06em; }
.help-diagnostic-item strong { color: #e7ede3; font-size: 15px; }
.help-diagnostic-item p { margin: 4px 0 0; color: #828e7f; font-size: 12px; line-height: 1.48; }
.help-diagnostic-action { width: 100%; margin-top: auto; min-height: 54px; border-radius: 13px; }
.help-resolution-bar { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; min-height: 142px; margin-top: 18px; padding: 24px 28px; align-items: center; gap: 20px; border: 1px solid rgba(209, 255, 91, .28); border-radius: 24px; background: linear-gradient(102deg, rgba(27, 52, 29, .9), rgba(7, 13, 8, .96) 64%); box-shadow: 0 18px 55px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .03); }
.help-resolution-icon { display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid rgba(209, 255, 91, .35); border-radius: 18px; background: rgba(209, 255, 91, .09); color: var(--acid); }
.help-resolution-bar h2 { font-size: clamp(1.4rem, 2.4vw, 2.2rem); line-height: 1.08; }
.help-resolution-bar p { margin: 7px 0 0; color: #98a394; font-size: 13px; }
.help-resolution-actions { display: flex; align-items: center; gap: 15px; }
.help-resolution-actions .button { min-height: 52px; padding-inline: 19px; border-radius: 12px; }
.help-resolution-link { display: inline-flex; min-height: 44px; align-items: center; color: #bec9ba; font-size: 13px; font-weight: 720; }
.help-resolution-link:hover { color: var(--acid); }

/* Unified neutral bottom surfaces on the Android route. */
.page-android-download .android-help-panel,
.page-android-download .android-bottom-cta {
  border-color: rgba(209, 255, 91, .22);
  background: linear-gradient(135deg, #101411 0%, #080a09 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 20px 56px rgba(0, 0, 0, .28);
}
.page-android-download .android-help-panel { grid-template-columns: 54px minmax(0, 1fr) auto; min-height: 124px; padding: 18px 22px; gap: 17px; border-radius: 22px; }
.page-android-download .android-help-icon { width: 50px; height: 50px; font-size: 20px; }
.page-android-download .android-help-panel h2 { font-size: clamp(1.3rem, 1.8vw, 1.75rem); }
.page-android-download .android-help-panel p:not(.content-label) { max-width: 520px; }
.page-android-download .android-help-panel nav { flex-wrap: nowrap; align-items: center; }
.page-android-download .android-help-panel nav .button { min-height: 48px; padding-inline: 15px; white-space: nowrap; }
.page-android-download .android-help-panel nav .button-secondary { border-color: transparent; background: transparent; box-shadow: none; color: #b7c2b3; }
.page-android-download .android-help-panel nav .button-secondary:hover { color: var(--acid); }

@media (max-width: 1180px) {
  .help-topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .help-topic-card:nth-last-child(-n+2) { min-height: 220px; }
}
@media (max-width: 980px) {
  .help-center-hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); min-height: 0; }
  .help-tools-grid { grid-template-columns: minmax(0, 1fr); }
  .help-diagnostic-action { margin-top: 24px; }
  .help-resolution-bar { grid-template-columns: 60px minmax(0, 1fr); }
  .help-resolution-actions { grid-column: 1 / -1; }
  .page-android-download .android-help-panel { grid-template-columns: 54px minmax(0, 1fr); }
  .page-android-download .android-help-panel nav { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 760px) {
  .help-center-hero { grid-template-columns: minmax(0, 1fr); min-height: auto; padding-block: 48px 22px; gap: 2px; }
  .help-center-copy h1 { max-width: 500px; font-size: clamp(3.05rem, 13vw, 4.7rem); line-height: .92; }
  .help-center-copy .lead { margin-top: 22px; font-size: 15px; }
  .help-center-art { width: min(100%, 356px); margin-top: 0; justify-self: center; }
  .help-section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .help-section-heading > p { text-align: left; }
  .help-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .help-topic-card,
  .help-topic-card:nth-last-child(-n+2) { min-height: 218px; }
  .help-resolution-bar { grid-template-columns: 54px minmax(0, 1fr); padding: 22px 20px; }
  .help-resolution-icon { width: 50px; height: 50px; }
  .help-resolution-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; }
  .page-android-download .android-help-panel nav { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: 100%; }
  .page-android-download .android-help-panel nav .button { width: 100%; min-width: 0; white-space: normal; text-align: center; }
}
@media (max-width: 560px) {
  .help-center-hero,
  .help-topics-section,
  .help-tools-grid,
  .help-resolution-bar { width: calc(100% - 32px); }
  .help-center-copy h1 { font-size: min(3.35rem, 14.2vw); }
  .help-quick-links { gap: 7px; }
  .help-quick-links a { padding-inline: 12px; font-size: 12px; }
  .help-center-art { width: min(100%, 300px); }
  .help-topics-section { padding-top: 36px; }
  .help-section-heading h2 { font-size: 2.45rem; }
  .help-topic-grid { grid-template-columns: minmax(0, 1fr); }
  .help-topic-card,
  .help-topic-card:nth-last-child(-n+2) { grid-template-columns: 52px minmax(0, 1fr) 38px; grid-template-rows: auto; min-height: 116px; padding: 16px; align-items: center; gap: 13px; }
  .help-topic-icon { width: 50px; height: 50px; border-radius: 14px; }
  .help-topic-copy { align-self: center; }
  .help-topic-copy strong { font-size: 17px; }
  .help-topic-copy small { margin-top: 5px; font-size: 12px; line-height: 1.4; }
  .help-topic-arrow { width: 34px; height: 34px; }
  .help-faq-panel,
  .help-diagnostic-panel { padding: 22px 18px; border-radius: 21px; }
  .help-panel-heading h2 { font-size: 2rem; }
  .help-faq-item summary { min-height: 58px; padding: 12px 48px 12px 14px; font-size: 14px; }
  .help-faq-item summary::after { right: 13px; }
  .help-faq-item > div { padding: 0 14px 15px; }
  .help-resolution-bar { grid-template-columns: 48px minmax(0, 1fr); padding: 20px 18px; gap: 13px; border-radius: 21px; }
  .help-resolution-icon { width: 46px; height: 46px; border-radius: 14px; }
  .help-resolution-bar h2 { font-size: 1.35rem; }
  .help-resolution-bar p { font-size: 12px; line-height: 1.45; }
  .help-resolution-actions { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .help-resolution-actions .button { min-height: 50px; padding-inline: 14px; font-size: 13px; }
  .page-android-download .android-help-panel { grid-template-columns: 48px minmax(0, 1fr); padding: 18px; gap: 12px; }
  .page-android-download .android-help-icon { width: 46px; height: 46px; }
  .page-android-download .android-help-panel nav { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 7px; }
  .page-android-download .android-help-panel nav .button { min-height: 50px; padding-inline: 8px; font-size: 11.5px; line-height: 1.15; }
}
@media (max-width: 360px) {
  .help-center-copy h1 { font-size: 2.82rem; }
  .help-topic-card,
  .help-topic-card:nth-last-child(-n+2) { grid-template-columns: 46px minmax(0, 1fr) 32px; padding: 14px; gap: 10px; }
  .help-topic-icon { width: 44px; height: 44px; }
  .help-topic-copy small { overflow-wrap: anywhere; }
  .help-resolution-actions { grid-template-columns: minmax(0, 1fr); }
  .help-resolution-link { justify-self: start; }
  html[style*="font-size: 32px"] .help-center-copy h1 { font-size: 42px !important; overflow-wrap: normal !important; word-break: normal !important; }
  html[style*="font-size: 32px"] .help-section-heading { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; }
  html[style*="font-size: 32px"] .help-section-heading h2 { max-width: 100%; font-size: 40px !important; }
  html[style*="font-size: 32px"] .help-section-heading > p { text-align: left; }
  html[style*="font-size: 32px"] .help-diagnostic-item { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .help-diagnostic-item p { overflow-wrap: anywhere; }
  html[style*="font-size: 32px"] .help-faq-item p { font-size: 26px !important; overflow-wrap: normal !important; word-break: normal !important; }
  html[style*="font-size: 32px"] .help-topic-card,
  html[style*="font-size: 32px"] .help-topic-card:nth-last-child(-n+2) { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .help-topic-icon,
  html[style*="font-size: 32px"] .help-topic-arrow { display: none; }
}

/* Protocols reference transfer v20. */
.page-protocols-reference {
  background: radial-gradient(64% 34% at 82% 2%, rgba(180, 232, 58, .085), transparent 70%), radial-gradient(38% 26% at 6% 50%, rgba(28, 83, 38, .09), transparent 74%), #050705;
}
.page-protocols-reference main { padding-bottom: clamp(72px, 8vw, 112px); }
.protocols-reference-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(430px, .84fr);
  min-height: 610px;
  padding-block: clamp(62px, 7.8vw, 106px) 48px;
  align-items: center;
  gap: clamp(24px, 3.8vw, 62px);
  overflow: clip;
}
.protocols-reference-copy { position: relative; z-index: 2; min-width: 0; }
.protocols-reference-copy h1 {
  max-width: 770px;
  margin: 0;
  color: #f1f5ed;
  font-size: clamp(3.8rem, 6.25vw, 5.8rem);
  line-height: .93;
  letter-spacing: -.065em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}
.protocols-reference-copy h1 span { color: var(--acid); }
.protocols-reference-copy .lead { max-width: 650px; color: #9da899; }
.protocols-reference-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin: 34px 0 0;
  gap: 12px;
}
.protocols-reference-facts > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 64px;
  padding: 11px 12px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(209, 255, 91, .17);
  border-radius: 14px;
  background: rgba(209, 255, 91, .035);
}
.protocols-reference-facts dt { color: var(--acid); font-size: 18px; font-weight: 850; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.protocols-reference-facts dd { margin: 0; color: #aeb9aa; font-size: 11px; font-weight: 650; line-height: 1.35; }
.protocols-reference-art { position: relative; width: min(100%, 630px); margin: 0; justify-self: end; isolation: isolate; }
.protocols-reference-art::before { position: absolute; z-index: -1; inset: 22% 14%; border-radius: 50%; background: rgba(209, 255, 91, .1); filter: blur(70px); content: ""; }
.protocols-reference-art img { display: block; width: 100%; height: auto; filter: saturate(.94) contrast(1.03); }
.protocol-reference-library { padding-top: clamp(50px, 6vw, 86px); }
.protocol-reference-heading { display: flex; margin-bottom: 24px; align-items: end; justify-content: space-between; gap: 28px; }
.protocol-reference-heading h2 { margin: 0; color: #f0f4ec; font-size: clamp(2.35rem, 4.4vw, 4.15rem); line-height: .94; letter-spacing: -.055em; text-wrap: balance; }
.protocol-reference-heading > p { max-width: 480px; margin: 0; color: #8f9a8c; font-size: 14px; line-height: 1.6; text-align: right; text-wrap: pretty; }
.protocol-reference-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.protocol-reference-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 326px;
  padding: 20px 16px 17px;
  flex-direction: column;
  gap: 18px;
  border: 1px solid rgba(209, 255, 91, .2);
  border-radius: 19px;
  background: linear-gradient(150deg, rgba(16, 34, 20, .8), rgba(6, 11, 7, .97) 70%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 18px 42px rgba(0, 0, 0, .14);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.protocol-reference-card:hover { border-color: rgba(209, 255, 91, .5); background: linear-gradient(150deg, rgba(21, 44, 25, .88), rgba(6, 11, 7, .98) 72%); transform: translateY(-3px); }
.protocol-card-icon { display: block; width: 92px; height: 92px; margin-inline: auto; align-self: center; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(209, 255, 91, .14)); }
.protocol-reference-card h3 { margin: 0; color: #edf2e9; font-size: 18px; line-height: 1.12; letter-spacing: -.025em; overflow-wrap: normal; word-break: normal; }
.protocol-reference-card p { margin: 10px 0 0; color: #8f9b8c; font-size: 12px; line-height: 1.55; text-wrap: pretty; }
.protocol-card-link { display: inline-flex; min-height: 44px; margin-top: 5px; align-items: center; color: #d1ff5b; font-size: 10px; font-weight: 760; }
.protocol-card-link:hover { color: #e1ff96; }
.protocol-card-tags { display: grid; margin-top: auto; gap: 6px; }
.protocol-card-tags span { display: flex; min-height: 32px; padding: 5px 8px; align-items: center; justify-content: center; border: 1px solid rgba(209, 255, 91, .16); border-radius: 9px; background: rgba(209, 255, 91, .04); color: #d1ff5b; font-size: 10px; font-weight: 760; text-align: center; overflow-wrap: anywhere; }
.protocol-reference-comparison { margin-top: 20px; padding: clamp(28px, 3.5vw, 48px); border: 1px solid rgba(209, 255, 91, .19); border-radius: 27px; background: linear-gradient(145deg, rgba(13, 27, 16, .82), rgba(5, 10, 6, .97) 70%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025); }
.protocol-reference-comparison .protocol-reference-heading { margin-bottom: 26px; }
.protocol-reference-comparison .protocol-reference-heading h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); }
.protocol-matrix-wrap { min-width: 0; overflow-x: auto; border: 1px solid rgba(209, 255, 91, .18); border-radius: 20px; background: rgba(0, 0, 0, .12); }
.protocol-reference-matrix { width: 100%; border-spacing: 0; border-collapse: separate; color: #c9d1c5; table-layout: fixed; }
.protocol-reference-matrix th,
.protocol-reference-matrix td { min-width: 0; padding: 17px 18px; border-bottom: 1px solid rgba(209, 255, 91, .12); text-align: left; vertical-align: middle; }
.protocol-reference-matrix thead th { color: #879383; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.protocol-reference-matrix thead th:first-child { width: 23%; }
.protocol-reference-matrix tbody th { color: #edf2e9; font-size: 14px; font-weight: 760; }
.protocol-reference-matrix tbody td { color: #9aa696; font-size: 12px; line-height: 1.45; }
.protocol-reference-matrix tbody tr:last-child > * { border-bottom: 0; }
.protocol-reference-matrix td:last-child span { display: inline-flex; min-height: 32px; padding: 5px 10px; align-items: center; border: 1px solid rgba(209, 255, 91, .22); border-radius: 999px; background: rgba(209, 255, 91, .07); color: #d1ff5b; font-size: 10px; font-weight: 760; }
.protocol-reference-cta {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  min-height: 150px;
  margin-top: 20px;
  padding: 25px 30px;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(209, 255, 91, .27);
  border-radius: 24px;
  background: linear-gradient(102deg, rgba(29, 55, 31, .88), rgba(7, 13, 8, .96) 64%);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .03);
}
.protocol-cta-mark { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgba(209, 255, 91, .35); border-radius: 18px; background: rgba(209, 255, 91, .09); color: var(--acid); font-size: 27px; box-shadow: 0 0 28px rgba(209, 255, 91, .08); }
.protocol-reference-cta h2 { margin: 0; color: #eff4eb; font-size: clamp(1.45rem, 2.4vw, 2.25rem); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; overflow-wrap: normal; word-break: normal; }
.protocol-reference-cta p { max-width: 650px; margin: 8px 0 0; color: #98a394; font-size: 13px; line-height: 1.5; }
.protocol-cta-actions { display: flex; align-items: center; gap: 10px; }
.protocol-cta-actions .button { min-height: 54px; padding-inline: 19px; border-radius: 13px; white-space: nowrap; }

@media (max-width: 1260px) {
  .protocol-reference-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .protocol-reference-card { min-height: 268px; }
}
@media (max-width: 980px) {
  .protocols-reference-hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); min-height: 550px; }
  .protocols-reference-facts { grid-template-columns: minmax(0, 1fr); max-width: 390px; }
  .protocols-reference-facts > div { min-height: 52px; }
  .protocol-reference-cta { grid-template-columns: 62px minmax(0, 1fr); }
  .protocol-cta-actions { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .protocols-reference-hero { grid-template-columns: minmax(0, 1fr); min-height: auto; padding-block: 48px 26px; gap: 8px; }
  .protocols-reference-copy h1 { font-size: clamp(3rem, 13vw, 4.55rem); line-height: .94; }
  .protocols-reference-copy .lead { margin-top: 22px; font-size: 15px; }
  .protocols-reference-copy .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .protocols-reference-copy .hero-actions .button { width: 100%; min-width: 0; white-space: normal; text-align: center; }
  .protocols-reference-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; margin-top: 26px; }
  .protocols-reference-facts > div { grid-template-columns: minmax(0, 1fr); min-height: 86px; align-content: center; text-align: center; }
  .protocols-reference-art { width: min(100%, 470px); margin-top: -10px; justify-self: center; }
  .protocol-reference-heading { align-items: start; flex-direction: column; gap: 10px; }
  .protocol-reference-heading > p { max-width: 590px; text-align: left; }
  .protocol-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .protocol-reference-card { min-height: 282px; }
  .protocol-reference-comparison { padding: 24px 18px; border-radius: 22px; }
  .protocol-matrix-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; }
  .protocol-reference-matrix,
  .protocol-reference-matrix tbody { display: grid; gap: 9px; }
  .protocol-reference-matrix thead { display: none; }
  .protocol-reference-matrix tr { display: grid; grid-template-columns: minmax(0, 1fr); padding: 16px; gap: 9px; border: 1px solid rgba(209, 255, 91, .17); border-radius: 15px; background: rgba(0, 0, 0, .15); }
  .protocol-reference-matrix th,
  .protocol-reference-matrix td { display: grid; grid-template-columns: minmax(92px, .42fr) minmax(0, 1fr); padding: 0; gap: 12px; border: 0; align-items: center; }
  .protocol-reference-matrix tbody th { display: block; padding-bottom: 8px; border-bottom: 1px solid rgba(209, 255, 91, .11); font-size: 16px; }
  .protocol-reference-matrix td::before { color: #748170; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; content: attr(data-label); }
  .protocol-reference-cta { grid-template-columns: 54px minmax(0, 1fr); padding: 22px 20px; gap: 14px; }
  .protocol-cta-mark { width: 52px; height: 52px; border-radius: 15px; }
  .protocol-cta-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: 100%; }
  .protocol-cta-actions .button { min-width: 0; white-space: normal; text-align: center; }
}
@media (max-width: 520px) {
  .protocols-reference-copy h1 { font-size: min(3.2rem, 14.1vw); }
  .protocols-reference-facts { grid-template-columns: minmax(0, 1fr); gap: 7px; }
  .protocols-reference-facts > div { grid-template-columns: 40px minmax(0, 1fr); min-height: 52px; text-align: left; }
  .protocols-reference-art { width: min(112%, 390px); }
  .protocol-reference-library { padding-top: 34px; }
  .protocol-reference-heading h2 { font-size: 2.55rem; }
  .protocol-reference-grid { grid-template-columns: minmax(0, 1fr); }
  .protocol-reference-card { display: grid; grid-template-columns: 52px minmax(0, 1fr); min-height: 0; padding: 17px; gap: 13px; }
  .protocol-card-icon { width: 52px; height: 52px; margin-inline: 0; }
  .protocol-reference-card h3 { font-size: 17px; }
  .protocol-reference-card p { margin-top: 6px; }
  .protocol-card-tags { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
  .protocol-reference-comparison { padding: 22px 15px; }
  .protocol-reference-matrix tr { padding: 14px; }
  .protocol-reference-matrix th,
  .protocol-reference-matrix td { grid-template-columns: minmax(78px, .4fr) minmax(0, 1fr); gap: 9px; }
  .protocol-reference-cta { grid-template-columns: 46px minmax(0, 1fr); padding: 20px 17px; }
  .protocol-cta-mark { width: 46px; height: 46px; }
  .protocol-reference-cta h2 { font-size: 1.4rem; }
  .protocol-cta-actions { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 360px) {
  html[style*="font-size: 32px"] .protocols-reference-copy h1 { font-size: 46px !important; line-height: .98 !important; }
  html[style*="font-size: 32px"] .protocols-reference-copy h1 span { font-size: inherit !important; }
  html[style*="font-size: 32px"] .protocol-reference-heading h2 { font-size: 36px !important; }
  html[style*="font-size: 32px"] .protocol-reference-card { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .protocol-card-icon { display: none; }
  html[style*="font-size: 32px"] .protocol-card-tags { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .protocol-reference-matrix th,
  html[style*="font-size: 32px"] .protocol-reference-matrix td { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  html[style*="font-size: 32px"] .protocol-reference-cta { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .protocol-cta-mark { display: none; }
  html[style*="font-size: 32px"] .protocol-reference-cta h2 { font-size: 38px !important; overflow-wrap: normal !important; word-break: normal !important; }
}

/* Reference icons: exact embedded Font Awesome assets, used glyphs only */
@font-face { font-family: "Font Awesome 6 Brands"; font-style: normal; font-weight: 400; font-display: block; src: url("/assets/fonts/fa-brands-400.woff2") format("woff2"); }
@font-face { font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 400; font-display: block; src: url("/assets/fonts/fa-regular-400.woff2") format("woff2"); }
@font-face { font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 900; font-display: block; src: url("/assets/fonts/fa-solid-900.woff2") format("woff2"); }
:is(.page-macos-download, .page-windows-download, .page-ios-download, .page-linux-download, .page-routing-reference, .page-access-reference, .page-diagnostic-reference) :is(.fa-brands, .fa-regular, .fa-solid) { display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }
:is(.page-macos-download, .page-windows-download, .page-ios-download, .page-linux-download, .page-routing-reference, .page-access-reference) .fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
:is(.page-macos-download, .page-windows-download, .page-ios-download, .page-linux-download, .page-routing-reference, .page-access-reference) .fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
:is(.page-macos-download, .page-windows-download, .page-ios-download, .page-linux-download, .page-routing-reference, .page-access-reference, .page-diagnostic-reference) .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-apple::before { content: "\f179"; }
.fa-linux::before { content: "\f17c"; }
.fa-github::before { content: "\f09b"; }
.fa-file-lines::before { content: "\f15c"; }
.fa-code-branch::before { content: "\f126"; }
.fa-cloud-arrow-down::before { content: "\f0ed"; }
.fa-clipboard::before { content: "\f328"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-ban::before { content: "\f05e"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-download::before { content: "\f019"; }
.fa-hard-drive::before { content: "\f0a0"; }
.fa-rocket::before { content: "\f135"; }
.fa-link::before { content: "\f0c1"; }
.fa-key::before { content: "\f084"; }
.fa-qrcode::before { content: "\f029"; }
.fa-database::before { content: "\f1c0"; }
.fa-display::before { content: "\e163"; }
.fa-wifi::before { content: "\f1eb"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-headset::before { content: "\f590"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-table-cells-large::before { content: "\f009"; }
.fa-code::before { content: "\f121"; }
.fa-windows::before { content: "\f17a"; }
.fa-app-store-ios::before { content: "\f370"; }
.fa-mobile-screen-button::before { content: "\f3cd"; }
.fa-tablet-screen-button::before { content: "\f3fa"; }

/* macOS reference download page */
.page-macos-download main { overflow: hidden; }
.macos-download-hero { position: relative; display: grid; min-height: 650px; padding-block: 68px 48px; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(20px, 3vw, 52px); isolation: isolate; }
.macos-download-hero::before { position: absolute; z-index: -1; width: 680px; height: 680px; right: -120px; top: -70px; border-radius: 50%; background: radial-gradient(circle, rgba(180, 232, 58, .14), rgba(180, 232, 58, .03) 48%, transparent 72%); content: ""; }
.macos-download-copy { position: relative; z-index: 1; min-width: 0; }
.macos-platform-label { display: inline-flex; margin: 0 0 20px; align-items: center; gap: 9px; color: #d1ff5b; font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.macos-platform-label i { color: var(--acid); font-size: 17px; filter: drop-shadow(0 0 8px rgba(209, 255, 91, .4)); }
.macos-download-hero h1 { max-width: 650px; margin: 0; color: #f1f5ed; font-size: clamp(3.5rem, 5vw, 4.5rem); line-height: .93; letter-spacing: -.065em; overflow-wrap: normal; word-break: normal; white-space: nowrap; }
.macos-download-hero h1 span { color: var(--acid); }
.macos-download-hero .lead { max-width: 620px; margin: 28px 0 0; color: #9ba697; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.58; }
.macos-hero-actions { display: flex; margin-top: 30px; align-items: center; gap: 14px; flex-wrap: wrap; }
.macos-hero-actions .store-badge-link { min-height: 60px; padding: 6px 14px; }
.macos-hero-actions .store-badge-link--apple img { height: 48px; }
.macos-hero-actions .button { min-height: 60px; }
.macos-hero-facts { display: grid; max-width: 690px; margin: 34px 0 0; padding: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; list-style: none; }
.macos-hero-facts li { min-width: 0; padding: 14px; border: 1px solid rgba(209, 255, 91, .19); border-radius: 14px; background: rgba(10, 20, 11, .7); }
.macos-hero-facts li > i { display: block; margin-bottom: 10px; color: var(--acid); font-size: 17px; }
.macos-hero-facts strong,
.macos-hero-facts span { display: block; }
.macos-hero-facts strong { color: #d1ff5b; font-size: 14px; }
.macos-hero-facts span { margin-top: 4px; color: #8f9a8d; font-size: 11px; line-height: 1.35; }
.macos-laptop-art { position: relative; width: min(116%, 760px); margin: 0 -8% 0 -2%; justify-self: center; }
.macos-laptop-art::before { position: absolute; z-index: -1; inset: 25% 10% 15%; border-radius: 50%; background: rgba(209, 255, 91, .11); filter: blur(60px); content: ""; }
.macos-laptop-art img { display: block; width: 100%; height: auto; filter: saturate(.96) contrast(1.03); }
.macos-primary-grid { display: grid; padding-top: 24px; grid-template-columns: minmax(0, 1.48fr) minmax(300px, .82fr); gap: 20px; }
.macos-panel,
.macos-help-card,
.macos-bottom-cta { border: 1px solid rgba(209, 255, 91, .18); border-radius: 24px; background: linear-gradient(145deg, rgba(14, 26, 16, .86), rgba(6, 11, 7, .98) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 22px 58px rgba(0, 0, 0, .14); }
.macos-panel { padding: clamp(24px, 3vw, 38px); }
.macos-panel h2,
.macos-help-card h2,
.macos-bottom-cta h2 { margin: 5px 0 0; color: #f0f4ec; font-size: clamp(1.75rem, 2.8vw, 2.75rem); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.macos-step-grid { display: grid; margin: 32px 0 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; list-style: none; }
.macos-step-grid li { min-width: 0; }
.macos-step-grid li > span { display: grid; width: 46px; height: 46px; margin-bottom: 20px; place-items: center; border: 1px solid rgba(209, 255, 91, .72); border-radius: 50%; color: var(--acid); font-weight: 850; }
.macos-step-grid li > span i { font-size: 18px; }
.macos-step-grid h3,
.macos-needs-list h3 { margin: 0; color: #eef3e9; font-size: 16px; line-height: 1.25; }
.macos-step-grid p,
.macos-needs-list p { margin: 8px 0 0; color: #8d988a; font-size: 12px; line-height: 1.55; }
.macos-needs-list { display: grid; margin: 26px 0 0; padding: 0; gap: 10px; list-style: none; }
.macos-needs-list li { display: grid; padding: 14px; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 13px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 14px; background: rgba(255, 255, 255, .018); }
.macos-needs-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(209, 255, 91, .25); border-radius: 12px; background: rgba(209, 255, 91, .06); color: #d1ff5b; font-size: 11px; font-weight: 850; }
.macos-needs-list li > span i { font-size: 17px; }
.macos-secondary-grid { display: grid; padding-top: 20px; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) minmax(240px, .62fr); gap: 20px; }
.macos-ready-panel > ul { display: grid; margin: 26px 0 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 20px; list-style: none; }
.macos-ready-panel li { display: grid; min-width: 0; padding-left: 16px; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; border-left: 2px solid rgba(209, 255, 91, .4); }
.macos-ready-panel li > i { padding-top: 2px; color: var(--acid); font-size: 16px; text-align: center; }
.macos-ready-panel strong,
.macos-ready-panel span { display: block; }
.macos-ready-panel strong { color: #eff5ea; font-size: 14px; }
.macos-ready-panel span { margin-top: 5px; color: #8e998b; font-size: 12px; line-height: 1.45; }
.macos-faq-list { display: grid; margin-top: 24px; gap: 9px; }
.macos-faq-list details { border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; background: rgba(255, 255, 255, .018); }
.macos-faq-list summary { display: flex; min-height: 50px; padding: 14px 15px; align-items: center; justify-content: space-between; gap: 14px; color: #edf2e8; font-size: 13px; font-weight: 760; cursor: pointer; list-style: none; }
.macos-faq-list summary::-webkit-details-marker { display: none; }
.macos-faq-list summary i { flex: none; color: #7f887c; font-size: 12px; transition: transform .18s ease; }
.macos-faq-list details[open] summary i { transform: rotate(180deg); }
.macos-faq-list p { margin: 0; padding: 0 15px 15px; color: #8f9a8c; font-size: 12px; line-height: 1.55; }
.macos-help-card { display: flex; padding: 28px 24px; flex-direction: column; justify-content: center; gap: 24px; border-color: rgba(209, 255, 91, .32); }
.macos-help-mark { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(209, 255, 91, .35); border-radius: 50%; background: rgba(209, 255, 91, .07); color: var(--acid); font-size: 24px; font-weight: 900; }
.macos-help-mark i { font-size: 22px; }
.macos-help-card p { margin: 12px 0 0; color: #8f9a8c; font-size: 13px; line-height: 1.55; }
.macos-help-card .button { width: 100%; }
.macos-bottom-cta { display: flex; margin-top: 20px; margin-bottom: clamp(70px, 9vw, 120px); padding: 28px 32px; align-items: center; justify-content: space-between; gap: 26px; background: linear-gradient(90deg, rgba(180, 232, 58, .09), rgba(7, 13, 8, .98) 58%); }
.macos-bottom-cta > div:first-child { max-width: 690px; }
.macos-bottom-icon { display: grid; width: 40px; height: 40px; margin-bottom: 16px; place-items: center; border: 1px solid rgba(209, 255, 91, .32); border-radius: 50%; color: var(--acid); }
.macos-bottom-cta p { margin: 10px 0 0; color: #909b8e; font-size: 13px; line-height: 1.55; }
.macos-bottom-actions { display: flex; align-items: center; gap: 12px; flex: none; }

@media (max-width: 1080px) {
  .macos-download-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .macos-laptop-art { width: min(100%, 760px); margin: -30px auto -20px; }
  .macos-primary-grid { grid-template-columns: minmax(0, 1fr); }
  .macos-secondary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .macos-help-card { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .macos-help-card > div { flex: 1; }
  .macos-help-card .button { width: auto; }
}
@media (max-width: 700px) {
  .macos-download-hero { padding-top: 44px; }
  .macos-download-hero h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); white-space: normal; text-wrap: balance; }
  .macos-hero-actions { align-items: stretch; flex-direction: column; }
  .macos-hero-actions .store-badge-link,
  .macos-hero-actions .button { width: 100%; }
  .macos-hero-facts { grid-template-columns: minmax(0, 1fr); }
  .macos-laptop-art { width: 112%; margin: -16px -6% -10px; }
  .macos-step-grid,
  .macos-secondary-grid,
  .macos-ready-panel > ul { grid-template-columns: minmax(0, 1fr); }
  .macos-step-grid { gap: 20px; }
  .macos-step-grid li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; }
  .macos-step-grid li > span { margin-bottom: 0; }
  .macos-help-card { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .macos-help-card .button { width: 100%; }
  .macos-bottom-cta,
  .macos-bottom-actions { align-items: stretch; flex-direction: column; }
  .macos-bottom-actions { width: 100%; }
  .macos-bottom-actions .store-badge-link,
  .macos-bottom-actions .button { width: 100%; }
}
@media (max-width: 360px) {
  html[style*="font-size: 32px"] .macos-download-hero h1 { font-size: 44px !important; line-height: .98 !important; }
  html[style*="font-size: 32px"] .macos-download-hero h1 span { font-size: inherit !important; }
  html[style*="font-size: 32px"] .macos-needs-list li { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .macos-panel h2,
  html[style*="font-size: 32px"] .macos-help-card h2,
  html[style*="font-size: 32px"] .macos-bottom-cta h2 { font-size: 36px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Setup reference transplant: semantic, local, and route-scoped. */
@font-face {
  font-family: "Setup Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Setup Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.page-setup-overview :is(.fa-brands, .fa-regular, .fa-solid) {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.page-setup-overview .fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.page-setup-overview .fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.page-setup-overview .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-android::before { content: "\f17b"; }
.fa-arrow-right-long::before { content: "\f178"; }
.fa-arrows-rotate::before { content: "\f021"; }
.fa-building-columns::before { content: "\f19c"; }
.fa-circle-check::before { content: "\f058"; }
.fa-file-import::before { content: "\f56f"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-lock::before { content: "\f023"; }
.fa-pen::before { content: "\f304"; }
.fa-play::before { content: "\f04b"; }
.fa-window-restore::before { content: "\f2d2"; }

.page-setup-overview main {
  --setup-lime: #d1ff5b;
  --setup-paper: #f2f5ee;
  --setup-muted: #98a094;
  padding: clamp(24px, 4vw, 54px) 0 clamp(78px, 9vw, 120px);
  font-family: "Setup Manrope", var(--body);
}
.setup-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.setup-overview-hero {
  display: grid;
  min-height: 520px;
  padding: clamp(22px, 3.4vw, 46px) 2px 26px;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
}
.setup-hero-copy { min-width: 0; }
.setup-kicker {
  margin: 0 0 16px;
  color: #d1ff5b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.setup-overview-hero h1 {
  max-width: 640px;
  margin: 0;
  color: var(--setup-paper);
  font-size: clamp(3.1rem, 5vw, 4.45rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.058em;
  overflow-wrap: normal;
  word-break: normal;
}
.setup-overview-hero h1 span { color: var(--setup-lime); }
.setup-hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--setup-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.58;
}
.setup-hero-actions,
.setup-final-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.setup-hero-actions { margin-top: 30px; }
.setup-button,
.setup-card-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 13px;
  font-weight: 760;
  line-height: 1.2;
}
.setup-button { padding: 0 24px; font-size: 15px; }
.setup-button--primary {
  border: 1px solid var(--setup-lime);
  background: var(--acid);
  color: #0a0f05;
  box-shadow: 0 12px 32px rgba(209, 255, 91, .22), inset 0 1px 0 rgba(255, 255, 255, .36);
}
.setup-button--primary:hover { color: #050704; background: var(--acid); filter: brightness(1.06); }
.setup-button--secondary,
.setup-button--outline {
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .035);
  color: #e7ebe0;
}
.setup-button--outline {
  border-color: rgba(209, 255, 91, .3);
  background: rgba(209, 255, 91, .055);
  color: var(--setup-lime);
}
.setup-button--secondary:hover,
.setup-button--outline:hover { border-color: rgba(209, 255, 91, .46); color: var(--setup-paper); }
.setup-hero-facts {
  display: grid;
  max-width: 690px;
  margin: 32px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  list-style: none;
}
.setup-hero-facts li {
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}
.setup-hero-facts li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .28);
  border-radius: 50%;
  background: rgba(209, 255, 91, .05);
  color: var(--setup-lime);
}
.setup-hero-facts strong { color: #c9d0c4; font-size: 12px; line-height: 1.35; }
.setup-hero-art { width: min(112%, 690px); margin: 0 -6% 0 -2%; justify-self: center; }
.setup-hero-art img { width: 100%; height: auto; filter: drop-shadow(0 22px 60px rgba(209, 255, 91, .12)); }

.setup-flow {
  position: relative;
  display: grid;
  width: min(720px, 100%);
  margin: 0 auto 34px;
  padding: 4px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}
.setup-flow::before {
  position: absolute;
  top: 36px;
  right: 15%;
  left: 15%;
  border-top: 1.5px dashed rgba(209, 255, 91, .35);
  content: "";
}
.setup-flow li { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; gap: 10px; }
.setup-flow-node {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .32);
  border-radius: 50%;
  background: #0a0e08;
  color: var(--setup-lime);
  font-size: 22px;
  box-shadow: 0 0 30px rgba(209, 255, 91, .1);
}
.setup-flow-core .setup-flow-node {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 35%, rgba(209, 255, 91, .17), #0a0e08 72%);
  font-size: 18px;
  font-weight: 800;
}
.setup-flow strong { color: #c5ccc0; font-size: 13px; }

.setup-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.setup-step-card,
.setup-reference-panel {
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .034), rgba(255, 255, 255, .012));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .018);
}
.setup-step-card { display: flex; min-width: 0; min-height: 430px; padding: 26px; flex-direction: column; }
.setup-step-heading { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 14px; }
.setup-step-heading > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1.5px solid var(--setup-lime);
  border-radius: 50%;
  color: var(--setup-lime);
  font-size: 14px;
  font-weight: 800;
}
.setup-step-heading h3 { margin: 0; color: var(--setup-paper); font-size: 19px; line-height: 1.18; }
.setup-step-card > p { margin: 20px 0 0; color: #929b8e; font-size: 13px; line-height: 1.55; }
.setup-access-visual { display: grid; margin-top: 22px; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 14px; }
.setup-access-key {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .24);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 40%, rgba(209, 255, 91, .14), rgba(10, 14, 8, .3));
  color: var(--setup-lime);
  font-size: 38px;
}
.setup-access-signals { display: grid; min-width: 0; gap: 9px; }
.setup-access-signals > span,
.setup-import-methods li {
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 11px;
  background: rgba(255, 255, 255, .025);
}
.setup-access-signals > span { display: flex; min-width: 0; padding: 9px 11px; flex-direction: column; }
.setup-access-signals > span:last-child { flex-direction: row; align-items: center; gap: 8px; color: #9ba496; }
.setup-access-signals small { color: #899285; font-size: 10px; }
.setup-access-signals strong { margin-top: 2px; color: var(--setup-lime); font-size: 12px; line-height: 1.2; }
.setup-access-signals b { min-width: 0; color: #9ba496; font-size: 9px; font-weight: 600; overflow-wrap: anywhere; }
.setup-access-signals i { color: var(--setup-lime); font-size: 18px; }
.setup-platform-cluster { position: relative; width: min(100%, 300px); height: 140px; margin: 20px auto 0; }
.setup-platform-connectors { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.setup-platform-connectors line { stroke: rgba(209, 255, 91, .48); stroke-width: 1.5; stroke-linecap: round; stroke-dasharray: 4 5; vector-effect: non-scaling-stroke; }
.setup-platform-core {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(209, 255, 91, .4);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 35%, rgba(209, 255, 91, .18), #0a0e08 72%), #0a0e08;
  color: var(--setup-lime);
  font-size: 15px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
.setup-platform-chip {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: linear-gradient(rgba(255, 255, 255, .045), rgba(255, 255, 255, .045)), #0a0e08;
  color: #e7ebe0;
  font-size: 14px;
  font-weight: 800;
}
.setup-platform-chip--windows { top: 1px; left: 22%; color: #7fd0f5; font-size: 18px; }
.setup-platform-chip--apple { top: 4px; right: 22%; font-size: 19px; }
.setup-platform-chip--android { bottom: 2px; left: 25%; color: #d1ff5b; font-size: 20px; }
.setup-platform-chip--ios { right: 24%; bottom: 5px; }
.setup-import-methods { display: grid; margin: 22px 0 0; padding: 0; gap: 9px; list-style: none; }
.setup-import-methods li { display: grid; min-height: 42px; padding: 10px 12px; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 9px; }
.setup-import-methods i { color: var(--setup-lime); text-align: center; }
.setup-import-methods span { color: #dce2d7; font-size: 12px; font-weight: 650; }
.setup-card-action {
  width: 100%;
  margin-top: auto;
  padding: 10px 16px;
  justify-content: space-between;
  border: 1px solid rgba(209, 255, 91, .3);
  background: rgba(209, 255, 91, .055);
  color: var(--setup-lime);
  font-size: 13px;
}
.setup-card-action:hover { border-color: rgba(209, 255, 91, .5); background: rgba(209, 255, 91, .1); color: #d1ff5b; }

.setup-reference-panel { margin-top: 18px; padding: clamp(24px, 3vw, 32px); }
.setup-reference-panel > h2,
.setup-routing-copy h2,
.setup-final-copy h2 { margin: 0; color: var(--setup-paper); font-size: clamp(1.55rem, 2.4vw, 2rem); line-height: 1.08; letter-spacing: -.035em; }
.setup-platform-panel > h2 { text-align: center; }
.setup-platform-layout { display: grid; margin-top: 12px; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; gap: 24px; }
.setup-platform-map { min-width: 0; margin: 0; }
.setup-platform-map img { width: 100%; height: auto; }
.setup-platform-notes { display: grid; margin: 0; padding: 0; gap: 13px; list-style: none; }
.setup-platform-notes li { display: grid; padding: 16px; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; border: 1px solid rgba(255, 255, 255, .065); border-radius: 14px; background: rgba(255, 255, 255, .02); }
.setup-platform-notes li > span { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(209, 255, 91, .18); border-radius: 12px; background: rgba(209, 255, 91, .07); color: var(--setup-lime); }
.setup-platform-notes h3 { margin: 0; color: #eef2e8; font-size: 14px; line-height: 1.25; }
.setup-platform-notes p { margin: 4px 0 0; color: #8f988b; font-size: 12px; line-height: 1.45; }

.setup-check-layout { display: grid; margin-top: 24px; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); align-items: center; gap: 24px; }
.setup-check-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; list-style: none; }
.setup-check-grid li { position: relative; min-width: 0; min-height: 168px; padding: 19px 16px; border: 1px solid rgba(255, 255, 255, .065); border-radius: 15px; background: rgba(255, 255, 255, .022); }
.setup-check-state { position: absolute; top: 15px; right: 15px; color: var(--setup-lime); font-size: 15px; }
.setup-check-icon { color: var(--setup-lime); font-size: 20px; }
.setup-check-grid h3 { margin: 16px 0 0; color: #edf2e8; font-size: 13px; line-height: 1.25; hyphens: none; overflow-wrap: normal; word-break: normal; text-wrap: wrap; }
.setup-check-grid p { margin: 7px 0 0; color: #8f988b; font-size: 11px; line-height: 1.45; }
.setup-ready-visual { display: flex; min-width: 0; align-items: stretch; flex-direction: column; gap: 12px; }
.setup-ready-visual img { width: min(100%, 390px); height: auto; margin: 0 auto; filter: drop-shadow(0 8px 28px rgba(209, 255, 91, .14)); }
.setup-ready-visual .setup-button { width: 100%; }

.setup-routing-panel { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 2fr); align-items: center; gap: 30px; }
.setup-routing-copy p { margin: 14px 0 0; color: #929b8e; font-size: 13px; line-height: 1.55; }
.setup-routing-copy .setup-button { margin-top: 22px; }
.setup-routing-diagram {
  position: relative;
  display: grid;
  grid-template-columns: 28% 96px 36%;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  min-width: 0;
}
.setup-routing-lines { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.setup-routing-lines path { fill: none; stroke: var(--setup-lime); stroke-width: 2; stroke-linecap: round; vector-effect: non-scaling-stroke; opacity: .85; }
.setup-routing-lines .setup-route-secure { stroke: #5fe08a; }
.setup-routing-lines .setup-route-direct { stroke: #7fbef5; stroke-dasharray: 5 5; }
.setup-routing-lines .setup-route-profile { stroke: #f5b93b; }
.setup-route-source-dots circle { fill: var(--setup-lime); }
.setup-route-secure-dot { fill: #5fe08a; }
.setup-route-direct-dot { fill: #7fbef5; }
.setup-route-profile-dot { fill: #f5b93b; }
.setup-routing-source,
.setup-routing-destination { position: relative; z-index: 1; display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; }
.setup-routing-source li,
.setup-routing-destination li { display: grid; min-height: 42px; padding: 10px 13px; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 11px; background: rgba(18, 22, 13, .96); }
.setup-routing-source li { grid-template-columns: 18px minmax(0, 1fr); }
.setup-routing-source i { color: var(--setup-lime); font-size: 13px; text-align: center; }
.setup-routing-source span { color: #dfe4d8; font-size: 12px; font-weight: 650; }
.setup-routing-core { position: relative; z-index: 1; display: grid; width: 96px; height: 96px; place-items: center; border: 1px solid rgba(209, 255, 91, .45); border-radius: 24px; background: radial-gradient(circle at 50% 38%, rgba(30, 42, 10, .98), #080b06); color: var(--setup-lime); font-size: 20px; font-weight: 800; box-shadow: 0 0 42px rgba(209, 255, 91, .18); }
.setup-routing-destination li { grid-template-columns: 18px minmax(0, 1fr); }
.setup-routing-destination i { font-size: 13px; text-align: center; }
.setup-routing-destination strong,
.setup-routing-destination small { display: block; }
.setup-routing-destination strong { color: #edf2e8; font-size: 12px; line-height: 1.25; }
.setup-routing-destination small { margin-top: 2px; color: #8f988b; font-size: 10px; }
.setup-route-destination--secure { border-color: rgba(209, 255, 91, .24) !important; }
.setup-route-destination--secure i { color: #74e79b; }
.setup-route-destination--direct i { color: #7fbef5; }
.setup-route-destination--profile i { color: #f5b93b; }

.setup-final-cta {
  display: grid;
  margin-top: 18px;
  padding: 24px 30px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(209, 255, 91, .18);
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(209, 255, 91, .07), rgba(255, 255, 255, .012) 46%);
}
.setup-final-icon { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(209, 255, 91, .22); border-radius: 18px; background: rgba(209, 255, 91, .09); color: var(--setup-lime); font-size: 24px; }
.setup-final-copy h2 span { color: var(--setup-lime); }
.setup-final-copy p { margin: 7px 0 0; color: #929b8e; font-size: 13px; }
.page-setup-overview .site-footer { margin-top: 0; }

@media (max-width: 1120px) {
  .setup-overview-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .setup-hero-art { width: min(100%, 760px); margin: -30px auto -20px; }
  .setup-step-grid { grid-template-columns: minmax(0, 1fr); }
  .setup-step-card { min-height: 0; }
  .setup-platform-layout,
  .setup-check-layout { grid-template-columns: minmax(0, 1fr); }
  .setup-platform-map img { width: min(100%, 780px); margin-inline: auto; }
  .setup-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .setup-ready-visual { width: min(100%, 480px); margin-inline: auto; }
  .setup-routing-panel { grid-template-columns: minmax(0, 1fr); }
  .setup-routing-copy { max-width: 620px; }
}
@media (max-width: 760px) {
  .page-setup-overview main { padding-top: 20px; }
  .setup-overview-hero { padding: 26px 4px 18px; }
  .setup-overview-hero h1 { font-size: clamp(2.55rem, 12.8vw, 3.35rem); line-height: .98; }
  .setup-hero-actions,
  .setup-final-actions { align-items: stretch; flex-direction: column; }
  .setup-hero-actions .setup-button,
  .setup-final-actions .setup-button { width: 100%; }
  .setup-hero-facts { grid-template-columns: minmax(0, 1fr); }
  .setup-hero-art { width: calc(100% + 24px); max-width: none; margin: -12px -12px -8px; }
  .setup-flow { margin-bottom: 26px; }
  .setup-flow::before { right: 18%; left: 18%; }
  .setup-flow-node { width: 56px; height: 56px; font-size: 18px; }
  .setup-flow-core .setup-flow-node { width: 66px; height: 66px; border-radius: 17px; font-size: 15px; }
  .setup-flow strong { font-size: 11px; }
  .setup-step-card,
  .setup-reference-panel { padding: 20px; border-radius: 18px; }
  .setup-step-heading h3 { font-size: 18px; }
  .setup-access-visual { grid-template-columns: 78px minmax(0, 1fr); }
  .setup-access-key { width: 78px; height: 78px; font-size: 31px; }
  .setup-platform-layout { margin-top: 20px; }
  .setup-platform-notes li { grid-template-columns: 40px minmax(0, 1fr); }
  .setup-platform-notes li > span { width: 40px; height: 40px; }
  .setup-check-grid { grid-template-columns: minmax(0, 1fr); }
  .setup-check-grid li { min-height: 148px; }
  .setup-routing-diagram { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .setup-routing-diagram::before { position: absolute; z-index: 0; top: 22px; bottom: 22px; left: 50%; width: 2px; background: linear-gradient(var(--setup-lime), #5fe08a 64%, #7fbef5 82%, #f5b93b); content: ""; opacity: .38; }
  .setup-routing-lines { display: none; }
  .setup-routing-source,
  .setup-routing-destination { width: 100%; }
  .setup-routing-source li,
  .setup-routing-destination li { position: relative; z-index: 1; }
  .setup-routing-core { width: 84px; height: 84px; margin-inline: auto; border-radius: 21px; }
  .setup-final-cta { padding: 22px 20px; grid-template-columns: 54px minmax(0, 1fr); align-items: start; }
  .setup-final-icon { width: 54px; height: 54px; border-radius: 15px; }
  .setup-final-actions { grid-column: 1 / -1; }
}
@media (max-width: 380px) {
  .setup-step-card,
  .setup-reference-panel { padding: 17px; }
  .setup-step-heading { grid-template-columns: 40px minmax(0, 1fr); gap: 11px; }
  .setup-step-heading > span { width: 40px; height: 40px; }
  .setup-access-visual { grid-template-columns: minmax(0, 1fr); }
  .setup-access-key { width: 70px; height: 70px; margin-inline: auto; }
  .setup-final-cta { grid-template-columns: minmax(0, 1fr); }
  .setup-final-icon { display: none; }
  .setup-final-actions { grid-column: auto; }
  html[style*="font-size: 32px"] .setup-flow {
    width: min(100%, 220px);
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  html[style*="font-size: 32px"] .setup-flow::before {
    top: 10%;
    right: auto;
    bottom: 10%;
    left: 50%;
    border-top: 0;
    border-left: 1.5px dashed rgba(209, 255, 91, .35);
  }
  html[style*="font-size: 32px"] .setup-step-heading,
  html[style*="font-size: 32px"] .setup-platform-notes li { grid-template-columns: minmax(0, 1fr) !important; }
  html[style*="font-size: 32px"] .setup-routing-copy .setup-button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
    white-space: normal;
    text-align: center;
  }
  html[style*="font-size: 32px"] .setup-overview-hero h1 { font-size: 42px !important; line-height: .98 !important; }
  html[style*="font-size: 32px"] .setup-step-heading h3,
  html[style*="font-size: 32px"] .setup-reference-panel h2,
  html[style*="font-size: 32px"] .setup-routing-copy h2,
  html[style*="font-size: 32px"] .setup-final-copy h2 { font-size: 32px !important; overflow-wrap: normal !important; word-break: normal !important; }
}

/* iOS reference download page: semantic port of the supplied artwork. */
.page-ios-download {
  background: #050607;
}
.page-ios-download main { padding-bottom: clamp(72px, 8vw, 112px); overflow: hidden; }
.page-ios-download .breadcrumbs { width: min(1400px, calc(100% - 64px)); }

.ios-download-hero {
  display: grid;
  min-height: 650px;
  padding-block: clamp(42px, 5.5vw, 78px) clamp(44px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .8fr);
  align-items: center;
  gap: clamp(24px, 4vw, 70px);
}
.ios-download-hero > * { min-width: 0; }
.ios-platform-label { display: inline-flex; margin: 0 0 18px; align-items: center; gap: 9px; color: #d1ff5b; font-size: 14px; font-weight: 800; letter-spacing: .03em; }
.ios-platform-label i { color: var(--acid); font-size: 18px; filter: drop-shadow(0 0 8px rgba(209, 255, 91, .4)); }
.ios-download-hero h1 { max-width: 720px; margin: 0; color: #f2f5ee; font-size: clamp(3.35rem, 5vw, 5rem); line-height: .94; letter-spacing: -.06em; overflow-wrap: normal; word-break: normal; }
.ios-download-hero h1 span { color: var(--acid); }
.ios-download-hero .lead { max-width: 620px; margin: 25px 0 0; color: #99a496; font-size: 17px; line-height: 1.6; }
.ios-hero-actions { display: flex; margin-top: 30px; align-items: center; gap: 14px; flex-wrap: wrap; }
.ios-hero-actions .store-badge-link,
.ios-hero-actions .button { min-height: 60px; }
.ios-hero-actions .store-badge-link { padding: 6px 14px; }
.ios-hero-actions .button { padding-inline: 22px; border-radius: 14px; }
.ios-hero-facts { display: grid; max-width: 690px; margin: 32px 0 0; padding: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; list-style: none; }
.ios-hero-facts li { min-width: 0; padding: 14px; border: 1px solid rgba(209, 255, 91, .18); border-radius: 14px; background: rgba(10, 20, 11, .7); }
.ios-hero-facts i { display: block; margin-bottom: 10px; color: var(--acid); font-size: 17px; }
.ios-hero-facts strong,
.ios-hero-facts span { display: block; }
.ios-hero-facts strong { color: #e8f1df; font-size: 14px; }
.ios-hero-facts span { margin-top: 4px; color: #8e998b; font-size: 11px; line-height: 1.35; }
.ios-phone-art { position: relative; width: min(100%, 500px); margin: 0; justify-self: center; }
.ios-phone-art img { display: block; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 28px 72px rgba(0, 0, 0, .28)); }

.ios-primary-grid,
.ios-middle-grid,
.ios-lower-grid { display: grid; gap: 20px; align-items: stretch; }
.ios-primary-grid { grid-template-columns: minmax(0, 1.34fr) minmax(300px, .86fr); }
.ios-middle-grid { padding-top: 20px; grid-template-columns: minmax(0, .96fr) minmax(0, 1.14fr); }
.ios-lower-grid { padding-top: 20px; grid-template-columns: minmax(0, .86fr) minmax(0, 1.08fr) minmax(230px, .68fr); }
.ios-panel,
.ios-help-card,
.ios-bottom-cta { min-width: 0; border: 1px solid rgba(209, 255, 91, .18); border-radius: 24px; background: linear-gradient(145deg, rgba(14, 26, 16, .86), rgba(6, 11, 7, .98) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 22px 58px rgba(0, 0, 0, .14); }
.ios-panel { padding: clamp(24px, 3vw, 36px); }
.ios-panel-heading .section-kicker { margin: 0 0 9px; color: #d1ff5b; }
.ios-panel-heading h2,
.ios-help-card h2,
.ios-bottom-cta h2 { margin: 0; color: #f0f4ec; font-size: clamp(1.65rem, 2.5vw, 2.5rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }

.ios-step-grid { display: grid; margin: 30px 0 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; list-style: none; }
.ios-step-grid li { min-width: 0; }
.ios-step-grid li > span { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; border: 1px solid rgba(209, 255, 91, .62); border-radius: 14px; background: rgba(209, 255, 91, .06); color: var(--acid); }
.ios-step-grid li > span i { font-size: 19px; }
.ios-step-grid h3,
.ios-needs-list h3 { margin: 0; color: #eef3e9; font-size: 16px; line-height: 1.25; }
.ios-step-grid p,
.ios-needs-list p { margin: 8px 0 0; color: #8d988a; font-size: 12px; line-height: 1.52; }
.ios-needs-list { display: grid; margin: 25px 0 0; padding: 0; gap: 9px; list-style: none; }
.ios-needs-list li { display: grid; padding: 12px 13px; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 14px; background: rgba(255, 255, 255, .018); }
.ios-needs-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(209, 255, 91, .24); border-radius: 12px; background: rgba(209, 255, 91, .06); color: var(--acid); }
.ios-needs-action { width: 100%; min-height: 54px; margin-top: 18px; border-radius: 12px; text-align: center; }

.ios-device-grid { display: grid; margin-top: 25px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ios-device-card { display: grid; min-width: 0; min-height: 170px; padding: 18px 12px; place-items: center; align-content: center; border: 1px solid rgba(209, 255, 91, .15); border-radius: 16px; background: radial-gradient(circle at 50% 20%, rgba(180, 232, 58, .08), rgba(255, 255, 255, .012) 58%); text-align: center; }
.ios-device-card > i { color: var(--acid); font-size: 28px; }
.ios-device-card h3 { margin: 13px 0 0; color: #edf2e8; font-size: 16px; }
.ios-device-card p { margin: 6px 0 0; color: #818d7e; font-size: 11px; line-height: 1.4; }
.ios-import-grid { display: grid; margin-top: 25px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ios-import-grid > article { display: grid; min-width: 0; min-height: 198px; padding: 18px; grid-template-rows: auto 1fr auto; border: 1px solid rgba(209, 255, 91, .15); border-radius: 17px; background: radial-gradient(circle at 12% 8%, rgba(180, 232, 58, .075), rgba(255, 255, 255, .012) 49%); }
.ios-import-grid > article > i { color: var(--acid); font-size: 22px; }
.ios-import-grid h3 { margin: 13px 0 0; color: #eef3e9; font-size: 16px; }
.ios-import-grid p { margin: 7px 0 0; color: #859181; font-size: 12px; line-height: 1.48; }
.ios-import-grid a { display: inline-flex; min-height: 44px; margin-top: 16px; padding: 8px 12px; align-items: center; justify-content: center; border: 1px solid rgba(209, 255, 91, .28); border-radius: 11px; background: rgba(209, 255, 91, .05); color: var(--acid); font-size: 12px; font-weight: 730; text-align: center; }

.ios-ready-panel > ul { display: grid; margin: 24px 0 0; padding: 0; gap: 13px; list-style: none; }
.ios-ready-panel li { display: grid; min-width: 0; padding-left: 13px; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; border-left: 2px solid rgba(209, 255, 91, .38); color: #c9d2c5; font-size: 13px; line-height: 1.4; }
.ios-ready-panel li i { padding-top: 2px; color: var(--acid); }
.ios-faq-list { display: grid; margin-top: 22px; gap: 8px; }
.ios-faq-list details { border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; background: rgba(255, 255, 255, .018); }
.ios-faq-list summary { display: flex; min-height: 50px; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 12px; color: #edf2e8; font-size: 13px; font-weight: 740; cursor: pointer; list-style: none; }
.ios-faq-list summary::-webkit-details-marker { display: none; }
.ios-faq-list summary i { flex: none; color: #7f887c; font-size: 12px; transition: transform .18s ease; }
.ios-faq-list details[open] summary i { transform: rotate(180deg); }
.ios-faq-list p { margin: 0; padding: 0 14px 14px; color: #8f9a8c; font-size: 12px; line-height: 1.55; }
.ios-faq-list p a { color: var(--acid); text-decoration: underline; text-underline-offset: 3px; }
.ios-help-card { display: flex; padding: 27px 23px; flex-direction: column; justify-content: center; gap: 22px; border-color: rgba(209, 255, 91, .3); }
.ios-help-mark { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(209, 255, 91, .34); border-radius: 50%; background: rgba(209, 255, 91, .07); color: var(--acid); font-size: 21px; }
.ios-help-card p:not(.section-kicker) { margin: 10px 0 0; color: #8f9a8c; font-size: 13px; line-height: 1.5; }
.ios-help-card .button { width: 100%; }
.ios-bottom-cta { display: flex; margin-top: 20px; padding: 28px 32px; align-items: center; justify-content: space-between; gap: 26px; background: linear-gradient(90deg, rgba(180, 232, 58, .09), rgba(7, 13, 8, .98) 58%); }
.ios-bottom-cta > div:first-child { max-width: 720px; }
.ios-bottom-cta p:not(.section-kicker) { margin: 9px 0 0; color: #909b8e; font-size: 13px; line-height: 1.5; }
.ios-bottom-actions { display: flex; flex: none; align-items: center; gap: 12px; }

@media (max-width: 1100px) {
  .ios-download-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .ios-phone-art { width: min(100%, 520px); margin-top: -26px; }
  .ios-primary-grid,
  .ios-middle-grid { grid-template-columns: minmax(0, 1fr); }
  .ios-lower-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ios-help-card { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .ios-help-card > div { flex: 1; }
  .ios-help-card .button { width: auto; }
}
@media (max-width: 760px) {
  .ios-download-hero { padding-top: 44px; }
  .ios-download-hero h1 { font-size: clamp(3rem, 13.5vw, 4.45rem); }
  .ios-hero-actions { align-items: stretch; flex-direction: column; }
  .ios-hero-actions .store-badge-link,
  .ios-hero-actions .button { width: 100%; }
  .ios-hero-facts,
  .ios-lower-grid { grid-template-columns: minmax(0, 1fr); }
  .ios-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ios-device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ios-import-grid { grid-template-columns: minmax(0, 1fr); }
  .ios-import-grid > article { min-height: 0; }
  .ios-faq-list p a { display: inline-flex; min-height: 44px; align-items: center; }
  .ios-help-card { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .ios-help-card .button { width: 100%; }
  .ios-bottom-cta,
  .ios-bottom-actions { align-items: stretch; flex-direction: column; }
  .ios-bottom-actions { width: 100%; }
  .ios-bottom-actions .store-badge-link,
  .ios-bottom-actions .button { width: 100%; }
}
@media (max-width: 520px) {
  .page-ios-download .breadcrumbs,
  .ios-download-hero,
  .ios-primary-grid,
  .ios-middle-grid,
  .ios-lower-grid,
  .ios-bottom-cta { width: calc(100% - 32px); }
  .ios-download-hero { padding-block: 38px 30px; gap: 8px; }
  .ios-download-hero h1 { font-size: min(3rem, 13vw); line-height: .96; }
  .ios-download-hero .lead { font-size: 15px; }
  .ios-phone-art { width: min(110%, 430px); margin: -16px -5% -6px; justify-self: center; }
  .ios-panel { padding: 21px 18px; border-radius: 20px; }
  .ios-step-grid { grid-template-columns: minmax(0, 1fr); }
  .ios-step-grid li { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 13px; }
  .ios-step-grid li > span { margin-bottom: 0; }
  .ios-device-card { min-height: 150px; }
  .ios-bottom-cta { padding: 23px 20px; border-radius: 20px; }
}
@media (max-width: 360px) {
  .ios-device-grid { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .ios-download-hero h1 { font-size: 42px !important; line-height: .98 !important; }
  html[style*="font-size: 32px"] .ios-download-hero h1 span { font-size: inherit !important; }
  html[style*="font-size: 32px"] .ios-panel-heading h2,
  html[style*="font-size: 32px"] .ios-help-card h2,
  html[style*="font-size: 32px"] .ios-bottom-cta h2 { font-size: 34px !important; overflow-wrap: normal !important; word-break: normal !important; }
  html[style*="font-size: 32px"] .ios-needs-list li,
  html[style*="font-size: 32px"] .ios-import-grid > article { grid-template-columns: minmax(0, 1fr); }
}

/* Linux reference download page: supplied laptop artwork with a factual, responsive runtime. */
.page-linux-download,
.page-routing-reference { background: #050705; }
.page-linux-download main,
.page-routing-reference main { padding-bottom: clamp(72px, 8vw, 112px); overflow: hidden; }
.page-linux-download .breadcrumbs,
.page-routing-reference .breadcrumbs,
.linux-download-hero,
.linux-primary-grid,
.linux-lower-grid,
.linux-bottom-cta,
.routing-reference-hero,
.routing-feature-grid,
.routing-bottom-cta { width: min(1400px, calc(100% - 64px)); max-width: 1400px; }

.linux-download-hero {
  display: grid;
  min-height: 650px;
  padding-block: clamp(42px, 5.5vw, 78px) clamp(46px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .9fr);
  align-items: center;
  gap: clamp(24px, 4vw, 66px);
}
.linux-download-hero > * { min-width: 0; }
.linux-platform-label,
.routing-platform-label { display: inline-flex; margin: 0 0 18px; align-items: center; gap: 9px; color: #d1ff5b; font-size: 14px; font-weight: 800; letter-spacing: .03em; }
.linux-platform-label i,
.routing-platform-label i { color: #d1ff5b; font-size: 18px; filter: drop-shadow(0 0 8px rgba(209, 255, 91, .35)); }
.linux-download-hero h1,
.routing-reference-hero h1 { margin: 0; color: #f2f5ee; font-size: clamp(3.35rem, 5.25vw, 5.35rem); line-height: .94; letter-spacing: -.06em; overflow-wrap: normal; word-break: normal; hyphens: none; }
.linux-download-hero h1 { max-width: 790px; }
.linux-download-hero h1 span,
.routing-reference-hero h1 span { color: #d1ff5b; }
.linux-download-hero .lead,
.routing-reference-hero .lead { max-width: 640px; margin: 25px 0 0; color: #99a496; font-size: 17px; line-height: 1.6; }
.linux-hero-actions,
.routing-hero-actions { display: flex; margin-top: 30px; align-items: center; gap: 14px; flex-wrap: wrap; }
.linux-hero-actions .button,
.routing-hero-actions .button { min-height: 60px; padding-inline: 22px; border-radius: 14px; }
.linux-hero-actions .button i,
.routing-hero-actions .button i { font-size: 17px; }
.linux-hero-facts,
.routing-hero-facts { display: grid; max-width: 720px; margin: 32px 0 0; padding: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; list-style: none; }
.linux-hero-facts li,
.routing-hero-facts li { display: grid; min-width: 0; min-height: 94px; padding: 14px; grid-template-columns: 34px minmax(0, 1fr); align-content: center; column-gap: 10px; border: 1px solid rgba(209, 255, 91, .18); border-radius: 14px; background: rgba(10, 20, 11, .7); }
.linux-hero-facts li > span,
.routing-hero-facts li > span { grid-row: 1 / 3; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: rgba(209, 255, 91, .07); color: #d1ff5b; }
.linux-hero-facts strong,
.linux-hero-facts small,
.routing-hero-facts strong,
.routing-hero-facts small { display: block; min-width: 0; }
.linux-hero-facts strong,
.routing-hero-facts strong { color: #e8f1df; font-size: 13px; line-height: 1.25; }
.linux-hero-facts small,
.routing-hero-facts small { margin-top: 3px; color: #8e998b; font-size: 10px; line-height: 1.35; }
.linux-laptop-art { width: min(112%, 720px); margin: 0; justify-self: center; }
.linux-laptop-art img { display: block; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 34px 76px rgba(0, 0, 0, .34)); }

.linux-primary-grid,
.linux-lower-grid { display: grid; gap: 20px; align-items: stretch; }
.linux-primary-grid { grid-template-columns: minmax(0, 1.38fr) minmax(320px, .72fr); align-items: start; }
.linux-lower-grid { padding-top: 20px; grid-template-columns: minmax(0, .78fr) minmax(0, 1.14fr) minmax(250px, .68fr); }
.linux-panel,
.linux-help-card,
.linux-bottom-cta,
.routing-feature-card,
.routing-reference-map,
.routing-bottom-cta { min-width: 0; border: 1px solid rgba(209, 255, 91, .18); border-radius: 24px; background: linear-gradient(145deg, rgba(14, 26, 16, .86), rgba(6, 11, 7, .98) 72%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 22px 58px rgba(0, 0, 0, .14); }
.linux-panel { padding: clamp(24px, 3vw, 36px); }
.linux-panel-heading .section-kicker,
.routing-bottom-copy .section-kicker,
.linux-bottom-copy .section-kicker { margin: 0 0 9px; color: #d1ff5b; }
.linux-panel-heading h2,
.linux-help-card h2,
.linux-bottom-cta h2,
.routing-bottom-cta h2 { margin: 0; color: #f0f4ec; font-size: clamp(1.65rem, 2.5vw, 2.5rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.linux-install-grid { display: grid; margin: 30px 0 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; list-style: none; }
.linux-install-step { position: relative; display: grid; min-width: 0; padding-top: 4px; grid-template-columns: 46px minmax(0, 1fr); grid-template-rows: auto auto auto; column-gap: 12px; }
.linux-step-number { position: static; grid-column: 2; grid-row: 1; align-self: center; justify-self: start; color: rgba(209, 255, 91, .62); font-size: 11px; font-weight: 850; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.page-linux-download .linux-install-step > i { display: grid; width: 46px; height: 46px; margin-bottom: 0; grid-column: 1; grid-row: 1; place-items: center; border: 1px solid rgba(209, 255, 91, .62); border-radius: 14px; background: rgba(209, 255, 91, .06); color: #d1ff5b; font-size: 19px; }
.linux-install-step h3 { grid-column: 1 / -1; margin: 18px 0 0; color: #eef3e9; font-size: 16px; line-height: 1.25; hyphens: none; overflow-wrap: normal; word-break: normal; }
.linux-needs-list h3 { margin: 0; color: #eef3e9; font-size: 16px; line-height: 1.25; hyphens: none; overflow-wrap: normal; word-break: normal; }
.linux-install-step p { grid-column: 1 / -1; margin: 8px 0 0; color: #8d988a; font-size: 12px; line-height: 1.52; }
.linux-needs-list p { margin: 8px 0 0; color: #8d988a; font-size: 12px; line-height: 1.52; }
.linux-needs-list { display: grid; margin: 25px 0 0; padding: 0; gap: 9px; list-style: none; }
.linux-needs-list li { display: grid; min-width: 0; padding: 12px 13px; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 14px; background: rgba(255, 255, 255, .018); }
.linux-needs-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(209, 255, 91, .24); border-radius: 12px; background: rgba(209, 255, 91, .06); color: #d1ff5b; }
.linux-needs-action { width: 100%; min-height: 54px; margin-top: 18px; border-radius: 12px; text-align: center; }
.linux-ready-list { display: grid; margin: 24px 0 0; padding: 0; gap: 13px; list-style: none; }
.linux-ready-list li { display: grid; min-width: 0; padding-left: 13px; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; border-left: 2px solid rgba(209, 255, 91, .38); color: #c9d2c5; font-size: 13px; line-height: 1.4; }
.linux-ready-list li i { padding-top: 2px; color: #d1ff5b; }
.linux-text-link { display: inline-flex; min-height: 44px; margin-top: 20px; align-items: center; gap: 8px; color: #d1ff5b; font-size: 13px; font-weight: 760; }
.linux-faq-list { display: grid; margin-top: 22px; gap: 8px; }
.linux-faq-item { border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; background: rgba(255, 255, 255, .018); }
.linux-faq-item summary { display: flex; min-height: 52px; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 12px; color: #edf2e8; font-size: 13px; font-weight: 740; cursor: pointer; list-style: none; }
.linux-faq-item summary::-webkit-details-marker { display: none; }
.linux-faq-item summary i { flex: none; color: #7f887c; font-size: 12px; transition: transform .18s ease; }
.linux-faq-item[open] summary i { transform: rotate(180deg); }
.linux-faq-item p { margin: 0; padding: 0 14px 14px; color: #8f9a8c; font-size: 12px; line-height: 1.55; }
.linux-faq-item p a { display: inline-flex; min-height: 44px; align-items: center; color: #d1ff5b; text-decoration: underline; text-underline-offset: 3px; }
.linux-help-card { display: flex; padding: 27px 23px; flex-direction: column; justify-content: center; gap: 22px; border-color: rgba(209, 255, 91, .3); }
.linux-help-mark { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(209, 255, 91, .34); border-radius: 50%; background: rgba(209, 255, 91, .07); color: #d1ff5b; font-size: 21px; }
.linux-help-card p:not(.section-kicker) { margin: 10px 0 0; color: #8f9a8c; font-size: 13px; line-height: 1.5; }
.linux-help-card .button { width: 100%; }
.linux-bottom-cta,
.routing-bottom-cta { display: flex; margin-top: 20px; padding: 28px 32px; align-items: center; justify-content: space-between; gap: 26px; background: linear-gradient(90deg, rgba(180, 232, 58, .09), rgba(7, 13, 8, .98) 58%); }
.linux-bottom-copy,
.routing-bottom-copy { display: flex; min-width: 0; align-items: center; gap: 20px; }
.linux-bottom-copy > span { display: grid; flex: none; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(209, 255, 91, .28); border-radius: 18px; background: rgba(209, 255, 91, .06); color: #d1ff5b; font-size: 27px; }
.linux-bottom-cta p:not(.section-kicker),
.routing-bottom-cta p:not(.section-kicker) { margin: 9px 0 0; color: #909b8e; font-size: 13px; line-height: 1.5; }
.linux-bottom-actions { display: flex; flex: none; align-items: center; gap: 12px; }
.linux-bottom-actions .button,
.routing-bottom-cta > .button { flex: none; }
.page-linux-download .site-footer,
.page-routing-reference .site-footer { margin-top: 0; }

/* Routing reference page: supplied topology artwork with a readable mobile viewport. */
.routing-reference-hero {
  display: grid;
  min-height: 680px;
  padding-block: clamp(44px, 5.8vw, 80px) clamp(46px, 5vw, 72px);
  grid-template-columns: minmax(430px, .82fr) minmax(650px, 1.18fr);
  align-items: center;
  gap: clamp(28px, 4vw, 68px);
}
.routing-reference-hero > * { min-width: 0; }
.routing-reference-hero h1 { max-width: 620px; font-size: clamp(3.1rem, 4.85vw, 4.65rem); }
.routing-hero-facts { max-width: 620px; }
.routing-reference-map { width: 100%; min-width: 0; margin: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.routing-reference-map-viewport { min-width: 0; overflow: visible; }
.routing-reference-map-image { display: block; width: 100%; height: auto; }
.routing-reference-map-hint { display: block; margin: 12px 0 0; color: #82907e; font-size: 12px; line-height: 1.5; }
.routing-reference-map-hint small { display: none; color: inherit; font: inherit; }
.routing-feature-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }

.routing-feature-heading { grid-column: 1 / -1; max-width: 880px; padding: 18px 0 14px; }
.routing-feature-heading .section-kicker { margin: 0 0 10px; color: #d1ff5b; }
.routing-feature-heading h2 { margin: 0; color: #f0f4ec; font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: .98; letter-spacing: -.05em; text-wrap: balance; }
.routing-feature-heading > p:last-child { max-width: 780px; margin: 17px 0 0; color: #8d988a; font-size: 14px; line-height: 1.62; }
.routing-feature-card { display: grid; min-height: 350px; padding: 24px; grid-template-rows: auto auto auto 1fr; border-color: rgba(255, 255, 255, .08); background: linear-gradient(160deg, rgba(15, 25, 16, .9), rgba(6, 10, 7, .98) 68%); }
.routing-feature-card > span { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(209, 255, 91, .24); border-radius: 15px; background: rgba(209, 255, 91, .055); color: #d1ff5b; font-size: 20px; }
.routing-feature-card > span.routing-dns-mark { font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.routing-feature-card h2 { margin: 21px 0 0; color: #f0f4ec; font-size: 20px; line-height: 1.08; letter-spacing: -.025em; }
.routing-feature-card p { margin: 11px 0 0; color: #879283; font-size: 12px; line-height: 1.55; }
.routing-feature-card ul { display: grid; margin: 23px 0 0; padding: 15px 0 0; align-self: end; gap: 8px; border-top: 1px solid rgba(255, 255, 255, .07); list-style: none; }
.routing-feature-card li { position: relative; padding-left: 17px; color: #b8c2b4; font-size: 11px; line-height: 1.35; }
.routing-feature-card li::before { position: absolute; top: .52em; left: 1px; width: 5px; height: 5px; border-radius: 50%; background: #d1ff5b; content: ""; box-shadow: 0 0 8px rgba(209, 255, 91, .36); }
.routing-bottom-cta { margin-top: 20px; }
.routing-bottom-copy img { flex: none; width: 82px; height: 84px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(209, 255, 91, .1)); }
.routing-bottom-copy > div { max-width: 700px; }

@media (max-width: 1180px) {
  .linux-download-hero,
  .routing-reference-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .linux-laptop-art { width: min(100%, 660px); margin-top: -26px; }
  .linux-primary-grid { grid-template-columns: minmax(0, 1fr); }
  .linux-lower-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .linux-help-card { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .linux-help-card > div { flex: 1; }
  .linux-help-card .button { width: auto; }
  .routing-reference-map { width: min(100%, 860px); justify-self: center; }
  .routing-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .linux-download-hero,
  .routing-reference-hero { padding-top: 44px; }
  .linux-download-hero h1,
  .routing-reference-hero h1 { font-size: clamp(3rem, 13.5vw, 4.45rem); }
  .routing-reference-hero h1 { font-size: clamp(2.75rem, 11.7vw, 3.8rem); }
  .routing-reference-map-viewport { overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: rgba(209, 255, 91, .48) transparent; }
  .routing-reference-map-viewport:focus-visible { outline: 2px solid #d1ff5b; outline-offset: 4px; }
  .routing-reference-map-image { width: 760px; max-width: none; }
  .routing-reference-map-hint { margin-top: 10px; }
  .routing-reference-map-hint small { display: block; margin-top: 4px; }
  .linux-hero-actions,
  .routing-hero-actions { align-items: stretch; flex-direction: column; }
  .linux-hero-actions .button,
  .routing-hero-actions .button { width: 100%; }
  .linux-hero-facts,
  .routing-hero-facts,
  .linux-lower-grid { grid-template-columns: minmax(0, 1fr); }
  .linux-install-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .linux-help-card { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .linux-help-card .button { width: 100%; }
  .linux-bottom-cta,
  .routing-bottom-cta { align-items: stretch; flex-direction: column; }
  .linux-bottom-actions { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr); }
  .linux-bottom-actions .button,
  .routing-bottom-cta > .button { width: 100%; }
  .routing-feature-grid { grid-template-columns: minmax(0, 1fr); }
  .routing-feature-card { min-height: 0; }
}
@media (max-width: 520px) {
  .page-linux-download .breadcrumbs,
  .page-routing-reference .breadcrumbs,
  .linux-download-hero,
  .linux-primary-grid,
  .linux-lower-grid,
  .linux-bottom-cta,
  .routing-reference-hero,
  .routing-feature-grid,
  .routing-bottom-cta { width: calc(100% - 32px); }
  .linux-download-hero,
  .routing-reference-hero { padding-block: 38px 30px; gap: 10px; }
  .linux-download-hero h1,
  .routing-reference-hero h1 { font-size: min(3rem, 13vw); line-height: .96; }
  .routing-reference-hero h1 { font-size: min(2.85rem, 11.7vw); }
  .linux-download-hero .lead,
  .routing-reference-hero .lead { font-size: 15px; }
  .linux-laptop-art { width: calc(100% + 32px); max-width: none; margin: -14px -16px -6px; justify-self: center; }
  .linux-panel { padding: 21px 18px; border-radius: 20px; }
  .linux-install-grid { grid-template-columns: minmax(0, 1fr); }
  .linux-install-step { display: grid; grid-template-columns: 46px minmax(0, 1fr); column-gap: 13px; }
  .page-linux-download .linux-install-step > i { grid-row: 1 / 3; margin-bottom: 0; }
  .linux-step-number { display: none; }
  .linux-install-step h3 { grid-column: 2; grid-row: 1; margin: 0; align-self: end; }
  .linux-install-step p { grid-column: 2; grid-row: 2; margin-top: 6px; }
  .linux-needs-list li { grid-template-columns: 40px minmax(0, 1fr); }
  .linux-needs-list li > span { width: 40px; height: 40px; }
  .linux-bottom-copy,
  .routing-bottom-copy { align-items: flex-start; }
  .linux-bottom-copy > span { width: 56px; height: 56px; border-radius: 15px; font-size: 23px; }
  .linux-bottom-cta,
  .routing-bottom-cta { padding: 23px 20px; border-radius: 20px; }
  .routing-bottom-copy img { width: 64px; height: 66px; }
}
@media (max-width: 360px) {
  .routing-bottom-copy { flex-direction: column; }
  .routing-bottom-copy > div { width: 100%; max-width: none; }
  html[style*="font-size: 32px"] .routing-feature-card { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .routing-feature-card > * { min-width: 0; }
  html[style*="font-size: 32px"] .routing-feature-card h2 { overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
  html[style*="font-size: 32px"] .routing-bottom-cta { padding-inline: 12px; }
  html[style*="font-size: 32px"] .routing-bottom-cta h2 { overflow-wrap: anywhere !important; hyphens: auto !important; }
  html[style*="font-size: 32px"] .linux-download-hero h1 { font-size: 42px !important; line-height: .98 !important; }
  html[style*="font-size: 32px"] .routing-reference-hero h1 { font-size: 35px !important; line-height: 1 !important; }
  html[style*="font-size: 32px"] .routing-reference-hero h1 span { font-size: inherit !important; }
  html[style*="font-size: 32px"] .routing-feature-heading h2 { font-size: 35px !important; line-height: 1 !important; overflow-wrap: normal !important; word-break: normal !important; hyphens: none !important; }
  html[style*="font-size: 32px"] .linux-panel-heading h2,
  html[style*="font-size: 32px"] .linux-help-card h2,
  html[style*="font-size: 32px"] .linux-bottom-cta h2,
  html[style*="font-size: 32px"] .routing-bottom-cta h2 { font-size: 32px !important; overflow-wrap: normal !important; word-break: normal !important; }
  html[style*="font-size: 32px"] .linux-install-step,
  html[style*="font-size: 32px"] .linux-needs-list li,
  html[style*="font-size: 32px"] .linux-bottom-copy,
  html[style*="font-size: 32px"] .routing-bottom-copy { grid-template-columns: minmax(0, 1fr); flex-direction: column; }
  html[style*="font-size: 32px"] .page-linux-download .linux-install-step > i { display: none; }
  html[style*="font-size: 32px"] .page-linux-download .linux-install-step h3,
  html[style*="font-size: 32px"] .page-linux-download .linux-install-step p { grid-column: 1; grid-row: auto; }
}

/* Access reference transfer — supplied access/data composition */
.page-access-reference main { padding-bottom: clamp(70px, 9vw, 132px); }
.page-access-reference .breadcrumbs { margin-bottom: 0; }
.access-reference-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  margin-top: 22px;
  padding: clamp(34px, 4.2vw, 62px);
  overflow: hidden;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(18px, 2.8vw, 42px);
  border: 1px solid rgba(209, 255, 91, .18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 48%, rgba(122, 225, 30, .13), transparent 37%),
    linear-gradient(145deg, rgba(10, 16, 10, .98), rgba(4, 8, 5, .98));
  box-shadow: 0 26px 80px rgba(0, 0, 0, .2);
}
.access-reference-hero::after {
  position: absolute;
  right: -17%;
  bottom: -66%;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(209, 255, 91, .08);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 90px rgba(209, 255, 91, .035);
  pointer-events: none;
}
.access-hero-copy { position: relative; z-index: 2; min-width: 0; }
.access-reference-label {
  display: inline-flex;
  min-height: 38px;
  margin: 0 0 25px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(209, 255, 91, .32);
  border-radius: 999px;
  color: #d1ff5b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.access-reference-hero h1 {
  display: grid;
  margin: 0;
  color: #f1f5ee;
  font-size: clamp(3.4rem, 5vw, 5.45rem);
  line-height: .9;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.access-reference-hero h1 strong { color: #d1ff5b; font: inherit; }
.access-reference-hero .lead { max-width: 610px; margin: 27px 0 0; color: #9ca997; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.62; }
.access-hero-actions { display: flex; margin-top: 31px; flex-wrap: wrap; align-items: center; gap: 12px; }
.access-hero-actions .button { min-height: 56px; }
.access-hero-actions .button-secondary { gap: 10px; }
.access-hero-art { position: relative; z-index: 1; width: min(112%, 690px); margin-inline: -4% -8%; justify-self: center; }
.access-hero-art img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 18px 38px rgba(98, 207, 23, .13)); }
.access-format-grid { display: grid; margin-top: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.access-format-card,
.access-guide-card,
.access-process,
.access-bottom-cta {
  border: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(155deg, rgba(13, 20, 13, .94), rgba(5, 9, 6, .985));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
}
.access-format-card { min-width: 0; min-height: 272px; padding: 28px; border-radius: 23px; }
.access-card-icon { display: grid; width: 52px; height: 52px; flex: none; place-items: center; border: 1px solid rgba(209, 255, 91, .28); border-radius: 15px; background: rgba(209, 255, 91, .075); color: #d1ff5b; font-size: 20px; }
.access-format-card h2 { margin: 20px 0 0; color: #f1f5ee; font-size: 21px; line-height: 1.12; letter-spacing: -.035em; }
.access-format-card > p { min-height: 3.2em; margin: 13px 0 0; color: #8f9c8b; font-size: 13px; line-height: 1.58; }
.access-format-card ul { display: grid; margin: 20px 0 0; padding: 0; gap: 8px; list-style: none; }
.access-format-card li { position: relative; padding-left: 22px; color: #c3cdc0; font-size: 12px; line-height: 1.45; }
.access-format-card li::before { position: absolute; top: .2em; left: 0; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: #d1ff5b; color: #071007; content: "✓"; font-size: 10px; font-weight: 950; }
.access-guide-grid { display: grid; margin-top: 20px; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); align-items: stretch; gap: 18px; }
.access-guide-card { min-width: 0; padding: clamp(25px, 3vw, 38px); border-radius: 25px; }
.access-guide-heading { display: flex; align-items: center; gap: 16px; }
.access-guide-heading h2 { margin: 2px 0 0; color: #f1f5ee; font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.05; letter-spacing: -.045em; }
.access-guide-heading .section-kicker { margin: 0; }
.access-guide-card > p { margin: 18px 0 0; color: #94a08f; font-size: 13px; line-height: 1.65; }
.access-account-mock { margin-top: 22px; overflow: hidden; border: 1px solid rgba(209, 255, 91, .16); border-radius: 17px; background: #080d08; }
.access-mock-bar { display: grid; min-height: 39px; padding: 9px 13px; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255, 255, 255, .07); color: #6f7e6b; font-size: 9px; }
.access-mock-bar > span { display: flex; gap: 5px; }
.access-mock-bar > span i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #435044; }
.access-mock-bar small { font: inherit; }
.access-mock-bar em { color: #8fa18b; font-style: normal; }
.access-mock-body { display: grid; min-height: 180px; grid-template-columns: 118px minmax(0, 1fr); }
.access-mock-nav { display: grid; padding: 16px 12px; align-content: start; gap: 12px; border-right: 1px solid rgba(255, 255, 255, .06); color: #70806e; font-size: 9px; }
.access-mock-nav strong { margin-bottom: 3px; color: #dce5d8; font-size: 11px; }
.access-mock-nav span:first-of-type { margin-inline: -7px; padding: 7px; border-radius: 7px; background: rgba(209, 255, 91, .1); color: #d1ff5b; }
.access-mock-content { min-width: 0; padding: 17px; }
.access-mock-content > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #eaf0e7; font-size: 11px; }
.access-mock-content > div:first-child small { padding: 4px 8px; border: 1px solid rgba(209, 255, 91, .35); border-radius: 999px; color: #d1ff5b; font-size: 8px; }
.access-mock-content > p { display: grid; min-width: 0; margin: 17px 0 0; padding: 11px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 9px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 9px; color: #d1ff5b; font-size: 10px; }
.access-mock-content > p span { min-width: 0; overflow: hidden; color: #dce6d9; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; text-overflow: ellipsis; white-space: nowrap; }
.access-mock-content > p b { padding: 5px 7px; border: 1px solid rgba(209, 255, 91, .28); border-radius: 6px; font-size: 8px; }
.access-mock-options { display: grid; margin-top: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; color: #c4cec1; font-size: 9px; }
.access-mock-options span { min-width: 0; padding: 8px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .07); border-radius: 8px; text-overflow: ellipsis; white-space: nowrap; }
.access-mock-options i { margin-right: 5px; color: #d1ff5b; }
.access-guide-action { width: 100%; margin-top: 19px; }
.access-add-layout { display: grid; margin-top: 22px; grid-template-columns: minmax(180px, .75fr) minmax(0, 1fr); align-items: center; gap: clamp(20px, 2.8vw, 36px); }
.access-phone-stage { align-self: end; }
.access-phone-stage img { width: min(100%, 245px); height: auto; margin-inline: auto; object-fit: contain; }
.access-add-copy > p { margin: 0 0 19px; color: #dfe7dc; font-size: 13px; }
.access-add-method { display: grid; margin-top: 16px; grid-template-columns: 46px minmax(0, 1fr); align-items: start; gap: 13px; }
.access-add-method .access-card-icon { width: 46px; height: 46px; border-radius: 13px; font-size: 17px; }
.access-add-method h3 { margin: 2px 0 0; color: #f0f5ed; font-size: 15px; line-height: 1.2; }
.access-add-method p { margin: 5px 0 0; color: #899585; font-size: 11px; line-height: 1.52; }
.access-add-copy > .button { width: 100%; margin-top: 23px; }
.access-process { margin-top: 20px; padding: clamp(26px, 3vw, 38px); border-radius: 25px; }
.access-process > header { display: flex; align-items: flex-start; flex-direction: column; gap: 5px; }
.access-process h2 { margin: 2px 0 0; color: #f1f5ee; font-size: clamp(1.7rem, 2.5vw, 2.5rem); line-height: 1; letter-spacing: -.05em; }
.access-process-list { display: grid; margin: 28px 0 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; list-style: none; }
.access-process-step { position: relative; display: grid; min-width: 0; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 13px; }
.access-process-step > span { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(209, 255, 91, .28); border-radius: 50%; background: rgba(209, 255, 91, .07); color: #d1ff5b; font-size: 18px; }
.access-process-step strong { display: block; color: #eff4ec; font-size: 13px; line-height: 1.25; }
.access-process-step p { margin: 5px 0 0; color: #83907f; font-size: 10px; line-height: 1.45; }
.access-process-step:not(:last-child)::after { position: absolute; top: 50%; right: -17px; color: #657461; content: "→"; font-size: 18px; transform: translateY(-50%); }
.access-bottom-cta { display: flex; margin-top: 20px; padding: clamp(24px, 3vw, 34px); align-items: center; justify-content: space-between; gap: 28px; border-color: rgba(209, 255, 91, .22); border-radius: 25px; background: linear-gradient(105deg, rgba(22, 34, 17, .98), rgba(5, 10, 6, .98)); }
.access-bottom-copy { display: flex; min-width: 0; align-items: center; gap: 17px; }
.access-bottom-copy h2 { margin: 2px 0 0; color: #f1f5ee; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.05; letter-spacing: -.04em; }
.access-bottom-copy p:last-child { margin: 8px 0 0; color: #8e9a8a; font-size: 12px; }
.access-bottom-actions { display: flex; flex: none; gap: 10px; }

@media (max-width: 1100px) {
  .access-reference-hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .access-hero-copy { max-width: 760px; }
  .access-hero-art { width: min(100%, 720px); margin: -64px auto -28px; }
  .access-guide-grid { grid-template-columns: minmax(0, 1fr); }
  .access-add-layout { grid-template-columns: minmax(190px, .55fr) minmax(0, 1fr); }
  .access-bottom-cta { align-items: stretch; flex-direction: column; }
  .access-bottom-actions { align-self: flex-start; }
}
@media (max-width: 820px) {
  .access-format-grid { grid-template-columns: minmax(0, 1fr); }
  .access-format-card { min-height: 0; }
  .access-format-card > p { min-height: 0; }
  .access-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 25px; }
  .access-process-step:nth-child(2)::after { display: none; }
}
@media (max-width: 620px) {
  .page-access-reference .breadcrumbs,
  .access-reference-hero,
  .access-format-grid,
  .access-guide-grid,
  .access-process,
  .access-bottom-cta { width: calc(100% - 32px); }
  .access-reference-hero { margin-top: 10px; padding: 30px 20px 18px; border-radius: 22px; }
  .access-reference-label { margin-bottom: 20px; font-size: 10px; letter-spacing: .07em; }
  .access-reference-hero h1 { font-size: min(3rem, 12.2vw); line-height: .94; }
  .access-reference-hero .lead { margin-top: 20px; font-size: 15px; }
  .access-hero-actions { align-items: stretch; flex-direction: column; }
  .access-hero-actions .button { width: 100%; }
  .access-hero-art { width: calc(100% + 18px); margin: -20px -9px -4px; }
  .access-format-card,
  .access-guide-card,
  .access-process,
  .access-bottom-cta { padding: 22px 19px; border-radius: 20px; }
  .access-guide-heading { align-items: flex-start; }
  .access-guide-heading h2 { font-size: 1.45rem; }
  .access-mock-body { grid-template-columns: minmax(0, 1fr); }
  .access-mock-nav { display: none; }
  .access-mock-bar em { display: none; }
  .access-mock-bar { grid-template-columns: auto 1fr; }
  .access-add-layout { grid-template-columns: minmax(0, 1fr); }
  .access-phone-stage img { width: min(100%, 210px); }
  .access-process-list { grid-template-columns: minmax(0, 1fr); }
  .access-process-step:not(:last-child)::after { top: auto; right: auto; bottom: -22px; left: 25px; display: block; content: "↓"; transform: none; }
  .access-bottom-copy { align-items: flex-start; }
  .access-bottom-actions { width: 100%; flex-direction: column; }
  .access-bottom-actions .button { width: 100%; }
}
@media (max-width: 360px) {
  html[style*="font-size: 32px"] .access-reference-hero h1 span,
  html[style*="font-size: 32px"] .access-reference-hero h1 strong,
  html[style*="font-size: 32px"] .access-reference-hero h1 { font-size: 36px !important; line-height: 1 !important; overflow-wrap: anywhere !important; }
  html[style*="font-size: 32px"] .access-reference-hero .lead { overflow-wrap: anywhere; }
  html[style*="font-size: 32px"] .access-reference-label { font-size: 14px !important; flex-wrap: wrap; }
  html[style*="font-size: 32px"] .access-guide-heading,
  html[style*="font-size: 32px"] .access-bottom-copy { align-items: flex-start; flex-direction: column; }
  html[style*="font-size: 32px"] .access-guide-heading h2,
  html[style*="font-size: 32px"] .access-process h2,
  html[style*="font-size: 32px"] .access-bottom-copy h2 { font-size: 30px !important; line-height: 1 !important; overflow-wrap: normal !important; word-break: normal !important; hyphens: none !important; }
  html[style*="font-size: 32px"] .access-account-mock,
  html[style*="font-size: 32px"] .access-phone-stage { display: none; }
  html[style*="font-size: 32px"] .access-process-step { grid-template-columns: minmax(0, 1fr); }
}

/* Access reference fidelity pass — geometry follows the supplied composition. */
.page-access-reference main { padding-bottom: clamp(62px, 7vw, 96px); }
.page-access-reference .breadcrumbs { margin-bottom: 0; }
.access-reference-hero {
  min-height: 0;
  margin-top: 0;
  padding: 18px 2px 38px;
  overflow: visible;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  align-items: center;
  gap: 36px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.access-reference-hero::after { display: none; }
.access-hero-copy { min-width: 0; }
.access-reference-label {
  min-height: 38px;
  margin: 0 0 22px;
  padding: 9px 18px;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .1em;
}
.access-reference-hero h1 {
  display: grid;
  margin: 0;
  color: #f2f5ee;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.access-reference-hero h1 span { display: block; min-width: 0; }
.access-reference-hero h1 span + span { margin-top: 3px; font-size: .68em; line-height: 1.08; letter-spacing: -.035em; }
.access-reference-hero h1 strong { color: #d1ff5b; font: inherit; }
.access-reference-hero .lead { max-width: 520px; margin: 24px 0 0; color: #8d968a; font-size: 16px; line-height: 1.62; }
.access-hero-actions { margin-top: 30px; flex-wrap: wrap; gap: 14px; }
.access-hero-actions .button { min-height: 60px; padding-inline: 26px; border-radius: 14px; }
.access-hero-art { width: 100%; max-width: 600px; margin: 0; justify-self: center; }
.access-hero-art img { width: 100%; filter: drop-shadow(0 18px 60px rgba(209, 255, 91, .12)); }

.access-format-grid { margin-top: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.access-format-card { min-height: 264px; padding: 28px; border-radius: 22px; background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)); box-shadow: none; }
.access-format-heading { display: flex; min-width: 0; align-items: center; gap: 16px; }
.access-card-icon { width: 54px; height: 54px; border-radius: 15px; background: radial-gradient(circle at 50% 35%, rgba(180, 232, 58, .18), rgba(180, 232, 58, .04)); font-size: 21px; }
.access-format-card h2 { margin: 0; color: #f2f5ee; font-size: 21px; line-height: 1.15; letter-spacing: -.025em; }
.access-format-card > p { min-height: 3.1em; margin: 18px 0 0; color: #8d968a; font-size: 13px; line-height: 1.55; }
.access-format-card ul { margin: 20px 0 0; gap: 9px; }
.access-format-card li { padding-left: 22px; color: #c4ccbe; font-size: 12px; line-height: 1.45; }

.access-guide-grid { margin-top: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 20px; }
.access-guide-card { min-width: 0; padding: 30px; border-radius: 22px; background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)); box-shadow: none; }
.access-guide-heading { display: flex; margin-bottom: 8px; align-items: center; gap: 14px; }
.access-guide-heading .access-card-icon { width: 44px; height: 44px; border-radius: 12px; font-size: 18px; }
.access-guide-heading h2 { min-width: 0; margin: 0; color: #f2f5ee; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.access-guide-card > p { margin: 0 0 18px; color: #8d968a; font-size: 13px; line-height: 1.55; }
.access-account-mock { margin-top: 0; border-color: #232a1c; border-radius: 16px; background: #0b0f0a; box-shadow: 0 20px 44px rgba(0, 0, 0, .32); }
.access-mock-bar { min-height: 39px; padding: 10px 13px; gap: 8px; }
.access-mock-bar > span { gap: 7px; }
.access-mock-bar > span i { width: 9px; height: 9px; }
.access-mock-bar em { display: flex; align-items: center; gap: 6px; }
.access-mock-body { min-height: 194px; grid-template-columns: 130px minmax(0, 1fr); }
.access-mock-nav { padding: 12px 10px; gap: 7px; font-size: 10px; }
.access-mock-nav strong { display: flex; margin: 0 0 2px; padding: 2px 6px 8px; align-items: center; gap: 7px; font-size: 11px; }
.access-mock-nav strong i { display: block; width: 16px; height: 16px; border: 1px solid rgba(209, 255, 91, .3); border-radius: 5px; background: rgba(209, 255, 91, .15); }
.access-mock-nav span { display: flex; padding: 8px 10px; align-items: center; gap: 8px; border-radius: 8px; }
.access-mock-nav span:first-of-type { margin: 0; padding: 8px 10px; }
.access-mock-nav span i { width: 13px; color: inherit; text-align: center; }
.access-mock-content { padding: 16px; }
.access-mock-content > p { margin-top: 12px; padding: 10px 12px; }
.access-mock-options { margin-top: 9px; }
.access-guide-action { min-height: 52px; margin-top: 18px; }
.access-add-card { padding-bottom: 0; overflow: hidden; }
.access-add-card .access-guide-heading { margin-bottom: 20px; }
.access-add-layout { min-height: 345px; margin-top: 0; grid-template-columns: minmax(170px, .6fr) minmax(0, 1fr); align-items: end; gap: 26px; }
.access-phone-stage { align-self: end; }
.access-phone-stage img { width: min(100%, 210px); margin-inline: auto; filter: drop-shadow(0 0 34px rgba(209, 255, 91, .16)); }
.access-add-copy { padding-bottom: 30px; }
.access-add-copy > p { margin: 0 0 16px; color: #dfe4d8; font-size: 13px; }
.access-add-method { margin-top: 16px; grid-template-columns: 40px minmax(0, 1fr); gap: 13px; }
.access-add-method .access-card-icon { width: 40px; height: 40px; border-radius: 11px; font-size: 16px; }
.access-add-method h3 { margin: 1px 0 0; font-size: 14px; }
.access-add-method p { margin-top: 3px; font-size: 11px; line-height: 1.45; }

.access-process { margin-top: 20px; padding: 28px 32px; border-radius: 22px; background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01)); box-shadow: none; }
.access-process > header { display: block; }
.access-process h2 { margin: 0; font-size: 22px; line-height: 1.15; letter-spacing: -.035em; }
.access-process-list { margin-top: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.access-process-step { grid-template-columns: 58px minmax(0, 1fr); gap: 16px; }
.access-process-step > span { width: 58px; height: 58px; font-size: 21px; }
.access-process-step strong { font-size: 13px; }
.access-process-step p { margin-top: 5px; font-size: 11px; }
.access-process-step:not(:last-child)::after { right: -21px; color: #5c6455; }

.access-bottom-cta { display: flex; margin-top: 20px; padding: 24px 32px; align-items: center; justify-content: space-between; gap: 28px; border-radius: 22px; background: radial-gradient(90% 200% at 12% 50%, rgba(180, 232, 58, .09), rgba(255, 255, 255, .012) 44%); box-shadow: none; }
.access-bottom-copy { display: flex; min-width: 0; align-items: center; gap: 20px; }
.access-bottom-copy .access-card-icon { width: 56px; height: 56px; border-radius: 15px; font-size: 22px; box-shadow: 0 0 28px rgba(209, 255, 91, .12); }
.access-bottom-copy h2 { margin: 0; color: #f2f5ee; font-size: 20px; line-height: 1.16; letter-spacing: -.025em; }
.access-bottom-copy p:last-child { margin: 6px 0 0; color: #8d968a; font-size: 12px; }
.access-fact-list { display: flex; margin: 0; padding: 0; flex: none; align-items: center; gap: 24px; list-style: none; }
.access-fact-list li,
.access-fact-list a { display: flex; align-items: center; gap: 9px; color: #c4ccbe; font-size: 12px; font-weight: 700; white-space: nowrap; }
.access-fact-list a { min-height: 44px; }
.access-fact-list i { color: #d1ff5b; font-size: 15px; }

@media (max-width: 1100px) {
  .access-reference-hero { grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 20px; }
  .access-reference-hero h1 { font-size: 44px; }
  .access-hero-art { max-width: 520px; margin: 0; }
  .access-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-add-layout { grid-template-columns: minmax(145px, .55fr) minmax(0, 1fr); gap: 18px; }
  .access-bottom-cta { align-items: flex-start; flex-direction: column; }
  .access-fact-list { flex-wrap: wrap; }
}
@media (max-width: 820px) {
  .access-reference-hero { grid-template-columns: minmax(0, 1fr); }
  .access-hero-copy { max-width: 650px; }
  .access-hero-art { width: min(100%, 600px); margin: -20px auto -12px; }
  .access-format-grid,
  .access-guide-grid { grid-template-columns: minmax(0, 1fr); }
  .access-format-card { min-height: 0; }
  .access-format-card > p { min-height: 0; }
  .access-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 26px; }
  .access-process-step:nth-child(2)::after { display: none; }
  .access-add-layout { grid-template-columns: minmax(190px, .58fr) minmax(0, 1fr); }
}
@media (max-width: 620px) {
  .page-access-reference .breadcrumbs,
  .access-reference-hero,
  .access-format-grid,
  .access-guide-grid,
  .access-process,
  .access-bottom-cta { width: calc(100% - 32px); }
  .access-reference-hero { margin-top: 0; padding: 16px 0 30px; }
  .access-reference-label { margin-bottom: 19px; font-size: 10px; letter-spacing: .07em; }
  .access-reference-hero h1 { font-size: min(2.75rem, 11.2vw); line-height: 1; }
  .access-reference-hero h1 span + span { font-size: .76em; line-height: 1.12; }
  .access-reference-hero .lead { margin-top: 20px; font-size: 14px; }
  .access-hero-actions { align-items: stretch; flex-direction: column; }
  .access-hero-actions .button { width: 100%; min-height: 54px; }
  .access-hero-art { width: calc(100% + 14px); margin: -12px -7px -8px; }
  .access-format-card,
  .access-guide-card,
  .access-process,
  .access-bottom-cta { padding: 22px 19px; border-radius: 20px; }
  .access-format-card { min-height: 0; }
  .access-guide-heading { align-items: flex-start; }
  .access-guide-heading h2 { font-size: 20px; }
  .access-mock-body { grid-template-columns: minmax(0, 1fr); }
  .access-mock-nav { display: none; }
  .access-mock-bar em { display: none; }
  .access-mock-bar { grid-template-columns: auto 1fr; }
  .access-add-card { padding-bottom: 0; }
  .access-add-layout { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .access-phone-stage img { width: min(100%, 190px); }
  .access-add-copy { padding-bottom: 24px; }
  .access-process-list { grid-template-columns: minmax(0, 1fr); }
  .access-process-step:not(:last-child)::after { top: auto; right: auto; bottom: -22px; left: 27px; display: block; content: "↓"; transform: none; }
  .access-bottom-copy { align-items: flex-start; }
  .access-fact-list { width: 100%; align-items: flex-start; flex-direction: column; gap: 13px; }
}
@media (max-width: 360px) {
  html[style*="font-size: 32px"] .access-reference-hero,
  html[style*="font-size: 32px"] .access-format-card,
  html[style*="font-size: 32px"] .access-guide-card,
  html[style*="font-size: 32px"] .access-process,
  html[style*="font-size: 32px"] .access-bottom-cta { min-width: 0; }
  html[style*="font-size: 32px"] .access-format-heading { align-items: flex-start; flex-direction: column; }
  html[style*="font-size: 32px"] .access-format-card,
  html[style*="font-size: 32px"] .access-guide-card { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .access-format-card h2,
  html[style*="font-size: 32px"] .access-guide-heading h2,
  html[style*="font-size: 32px"] .access-process h2,
  html[style*="font-size: 32px"] .access-bottom-copy h2 { min-width: 0; overflow-wrap: anywhere !important; word-break: normal !important; hyphens: auto !important; }
  html[style*="font-size: 32px"] .access-fact-list,
  html[style*="font-size: 32px"] .access-fact-list li,
  html[style*="font-size: 32px"] .access-fact-list a { min-width: 0; white-space: normal; overflow-wrap: anywhere; }
}

/* Diagnostic reference transfer — supplied INCY not-working composition */
.page-diagnostic-reference main { padding-bottom: 78px; }
.page-diagnostic-reference .breadcrumbs { margin-bottom: 0; }
.diagnostic-hero {
  display: grid;
  padding: 20px 0 36px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.42fr);
  align-items: center;
  gap: 28px;
}
.diagnostic-hero-copy { min-width: 0; }
.diagnostic-hero h1 {
  margin: 0;
  color: #f2f5ee;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}
.diagnostic-hero h1 strong { color: #d1ff5b; }
.diagnostic-hero .lead { max-width: 470px; margin: 24px 0 0; color: #8d968a; font-size: 16px; line-height: 1.58; }
.diagnostic-actions { display: flex; margin-top: 28px; align-items: center; gap: 14px; }
.diagnostic-actions .button { min-height: 58px; gap: 11px; }
.diagnostic-start { border: 0; font: inherit; cursor: pointer; }
.diagnostic-start:disabled { cursor: progress; opacity: .76; }
.diagnostic-note { display: flex; margin: 20px 0 0; align-items: center; gap: 10px; color: #7f887c; font-size: 12px; line-height: 1.45; }
.diagnostic-note i { color: #d1ff5b; }

.diagnostic-console {
  position: relative;
  min-width: 0;
  padding: 22px 24px;
  border: 1px solid rgba(209, 255, 91, .32);
  border-radius: 20px;
  background: radial-gradient(120% 120% at 30% 30%, rgba(30, 44, 14, .55), rgba(8, 12, 7, .86) 60%);
  box-shadow: inset 0 0 70px rgba(130, 210, 30, .06), 0 24px 70px rgba(0, 0, 0, .44);
}
.diagnostic-console.is-running { animation: diagnostic-console-pulse 1.35s ease-in-out infinite alternate; }
.diagnostic-corner { position: absolute; width: 25px; height: 25px; border-color: rgba(209, 255, 91, .62); }
.diagnostic-corner-tl { top: 9px; left: 9px; border-top: 2px solid; border-left: 2px solid; border-radius: 6px 0 0; }
.diagnostic-corner-tr { top: 9px; right: 9px; border-top: 2px solid; border-right: 2px solid; border-radius: 0 6px 0 0; }
.diagnostic-corner-bl { bottom: 9px; left: 9px; border-bottom: 2px solid; border-left: 2px solid; border-radius: 0 0 0 6px; }
.diagnostic-corner-br { right: 9px; bottom: 9px; border-right: 2px solid; border-bottom: 2px solid; border-radius: 0 0 6px; }
.diagnostic-console-head { display: flex; padding: 2px 6px 0; align-items: center; justify-content: space-between; gap: 16px; }
.diagnostic-console-head strong { color: #dfe9cf; font-size: 13px; letter-spacing: .11em; }
.diagnostic-console-head > span { display: flex; align-items: center; gap: 6px; }
.diagnostic-console-head > span i { display: block; width: 21px; height: 3px; border-radius: 2px; background: rgba(209, 255, 91, .5); }
.diagnostic-console-head > span i + i { width: 11px; opacity: .5; }
.diagnostic-console-grid { display: grid; margin-top: 16px; grid-template-columns: 180px minmax(0, 1fr) 190px; align-items: start; gap: 12px; }
.diagnostic-radar {
  position: relative;
  width: 180px;
  aspect-ratio: 1;
  justify-self: center;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 225, 40, .12), rgba(10, 14, 9, .15) 66%, transparent 72%);
}
.diagnostic-radar span { position: absolute; border: 1px solid rgba(209, 255, 91, .16); border-radius: 50%; }
.diagnostic-radar span:nth-child(1) { inset: 4px; }
.diagnostic-radar span:nth-child(2) { inset: 38px; }
.diagnostic-radar span:nth-child(3) { inset: 72px; }
.diagnostic-radar span:nth-child(4) { top: 50%; right: 4px; left: 4px; height: 1px; border: 0; border-radius: 0; background: rgba(209, 255, 91, .14); }
.diagnostic-radar span:nth-child(5) { top: 4px; bottom: 4px; left: 50%; width: 1px; border: 0; border-radius: 0; background: rgba(209, 255, 91, .14); }
.diagnostic-radar span:nth-child(6) { inset: 0; border: 0; background: conic-gradient(from -18deg, rgba(205, 255, 82, .72), rgba(180, 240, 70, .16) 31deg, transparent 76deg); opacity: .32; transform: rotate(-18deg); transform-origin: 50% 50%; will-change: transform; }
.diagnostic-radar > i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #d1ff5b; box-shadow: 0 0 10px 2px rgba(209, 255, 91, .8); opacity: .42; }
.diagnostic-radar > i:nth-of-type(1) { top: 32%; left: 66%; }
.diagnostic-radar > i:nth-of-type(2) { top: 63%; left: 38%; animation-delay: .55s; }
.diagnostic-radar > i:nth-of-type(3) { top: 44%; left: 24%; animation-delay: 1s; }
.diagnostic-radar::before { position: absolute; z-index: 1; top: 50%; left: 50%; width: 12px; height: 12px; border: 1px solid rgba(209, 255, 91, .7); border-radius: 50%; content: ""; opacity: 0; transform: translate(-50%, -50%) scale(1); }
.diagnostic-radar::after { position: absolute; z-index: 2; top: 50%; left: 50%; width: 12px; height: 12px; border-radius: 50%; background: #d1ff5b; box-shadow: 0 0 16px 3px rgba(209, 255, 91, .75); content: ""; transform: translate(-50%, -50%); }
.diagnostic-console.is-running .diagnostic-radar span:nth-child(6) { opacity: 1; animation: diagnostic-radar-scan 1.18s linear infinite; }
.diagnostic-console.is-running .diagnostic-radar > i { animation: diagnostic-blip .92s ease-in-out infinite alternate; }
.diagnostic-console.is-running .diagnostic-radar::before { animation: diagnostic-radar-ring 1.45s ease-out infinite; }
@keyframes diagnostic-radar-scan { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes diagnostic-radar-ring { 0% { opacity: .75; transform: translate(-50%, -50%) scale(.7); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(10); } }
@keyframes diagnostic-blip { 50% { opacity: .3; } }
@keyframes diagnostic-console-pulse { to { border-color: rgba(209, 255, 91, .66); box-shadow: inset 0 0 82px rgba(130, 210, 30, .12), 0 24px 80px rgba(0, 0, 0, .5); } }

.diagnostic-console-summary { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.diagnostic-status { display: flex; padding: 13px 14px; align-items: center; gap: 10px; overflow: hidden; border: 1px solid rgba(209, 255, 91, .2); border-radius: 13px; background: rgba(209, 255, 91, .05); }
.diagnostic-status > span { display: grid; width: 42px; height: 42px; flex: none; border: 2px solid #d1ff5b; border-radius: 50%; color: #d1ff5b; place-items: center; box-shadow: 0 0 20px rgba(209, 255, 91, .2); }
.diagnostic-status div { min-width: 0; }
.diagnostic-status small,
.diagnostic-metrics small,
.diagnostic-console-strip small { display: block; color: #8d968a; font-size: 9px; font-weight: 700; letter-spacing: .07em; }
.diagnostic-status strong { display: block; margin-top: 2px; color: #d1ff5b; font-size: 16px; line-height: 1.1; }
.diagnostic-status p { margin: 2px 0 0; color: #9aa398; font-size: 11px; }
.diagnostic-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.diagnostic-metrics > div { min-width: 0; padding: 11px 10px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 11px; background: rgba(255, 255, 255, .02); }
.diagnostic-metrics strong,
.diagnostic-metrics output { display: block; margin-top: 6px; color: #e7ebe0; font-size: 11px; font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; }
.diagnostic-checks { padding: 13px 14px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 13px; background: rgba(255, 255, 255, .02); }
.diagnostic-checks > strong { color: #8d968a; font-size: 10px; letter-spacing: .08em; }
.diagnostic-checks ol { display: flex; margin: 8px 0 0; padding: 0; flex-direction: column; list-style: none; }
.diagnostic-checks li { display: grid; min-height: 33px; grid-template-columns: 18px minmax(0, 1fr) 22px; align-items: center; gap: 8px; color: #d3dac9; font-size: 11px; }
.diagnostic-checks li > i { color: #d1ff5b; text-align: center; }
.diagnostic-checks li b { display: grid; width: 20px; height: 20px; border: 1px solid rgba(209, 255, 91, .35); border-radius: 50%; color: #d1ff5b; font-size: 9px; place-items: center; }
.diagnostic-checks li[data-state="pending"] { color: #778073; }
.diagnostic-checks li[data-state="pending"] > i { color: #626b5f; }
.diagnostic-checks li[data-state="running"] { color: #f1f5e9; }
.diagnostic-checks li[data-state="running"] b { background: rgba(209, 255, 91, .12); animation: diagnostic-check-pulse .7s ease-in-out infinite alternate; }
.diagnostic-checks li[data-state="complete"] b { border-color: #d1ff5b; background: #d1ff5b; color: #071006; }
.diagnostic-checks li[data-state="warning"] b { border-color: #f0c96a; color: #f0c96a; }
@keyframes diagnostic-check-pulse { to { box-shadow: 0 0 14px rgba(209, 255, 91, .62); transform: scale(1.08); } }
.diagnostic-console-strip { display: grid; margin: 14px 0 0; padding: 0; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; list-style: none; }
.diagnostic-console-strip li { min-width: 0; padding: 11px 12px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 11px; background: rgba(255, 255, 255, .02); }
.diagnostic-console-strip strong { display: block; margin-top: 4px; color: #e7ebe0; font-size: 11px; overflow-wrap: anywhere; }

.diagnostic-result { margin-top: 20px; outline: none; }
.diagnostic-result[hidden] { display: none; }
.diagnostic-result-card { display: grid; padding: 24px 26px; grid-template-columns: 62px minmax(0, 1fr) auto; align-items: center; gap: 20px; border: 1px solid rgba(209, 255, 91, .28); border-radius: 22px; background: radial-gradient(100% 160% at 0% 50%, rgba(180, 232, 58, .12), rgba(10, 13, 8, .96) 56%); box-shadow: 0 20px 54px rgba(0, 0, 0, .3); }
.diagnostic-result-icon { display: grid; width: 62px; height: 62px; border: 1px solid rgba(209, 255, 91, .36); border-radius: 50%; background: rgba(209, 255, 91, .1); color: #d1ff5b; font-size: 23px; place-items: center; }
.diagnostic-result-copy { min-width: 0; }
.diagnostic-result-kicker { margin: 0 0 5px; color: #d1ff5b; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.diagnostic-result h2 { margin: 0; color: #f2f5ee; font-size: 22px; line-height: 1.15; }
.diagnostic-result-copy > p:not(.diagnostic-result-kicker) { margin: 7px 0 0; color: #c4cbc0; font-size: 12px; line-height: 1.52; }
.diagnostic-support-cta { min-width: 250px; min-height: 54px; justify-content: space-between; gap: 18px; }
.diagnostic-support-cta > span { display: flex; min-width: 0; align-items: center; gap: 9px; }

.diagnostic-panel { margin-top: 20px; padding: 26px; border: 1px solid rgba(209, 255, 91, .1); border-radius: 22px; background: #0a0d08; }
.diagnostic-panel > h2,
.diagnostic-faq > h2 { margin: 0 0 20px; color: #f2f5ee; font-size: 23px; line-height: 1.15; letter-spacing: -.03em; }
.diagnostic-causes-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.diagnostic-cause-card { min-width: 0; padding: 18px 15px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 16px; background: rgba(255, 255, 255, .025); }
.diagnostic-cause-card header { display: flex; margin-bottom: 13px; align-items: center; justify-content: space-between; color: #5f665b; }
.diagnostic-cause-card header i { color: #d1ff5b; font-size: 18px; }
.diagnostic-cause-card h3 { margin: 0 0 11px; color: #eef2e8; font-size: 15px; line-height: 1.2; }
.diagnostic-cause-card ul { display: flex; margin: 0; padding: 0; flex-direction: column; gap: 7px; list-style: none; }
.diagnostic-cause-card li { position: relative; padding-left: 13px; color: #a6aea0; font-size: 11px; line-height: 1.38; }
.diagnostic-cause-card li::before { position: absolute; top: .55em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #d1ff5b; content: ""; }
.diagnostic-dns-badge { padding: 2px 7px; border: 1px solid rgba(209, 255, 91, .3); border-radius: 6px; color: #d1ff5b; font-size: 10px; font-weight: 800; letter-spacing: .06em; }

.diagnostic-steps-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; list-style: none; }
.diagnostic-step { position: relative; display: grid; min-width: 0; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 11px; }
.diagnostic-step > span { display: grid; width: 48px; height: 48px; border: 1.5px solid #d1ff5b; border-radius: 50%; background: rgba(209, 255, 91, .07); color: #d1ff5b; font-size: 20px; font-weight: 800; place-items: center; }
.diagnostic-step h3 { margin: 2px 0 0; color: #eef2e8; font-size: 13px; line-height: 1.2; }
.diagnostic-step p { margin: 5px 0 0; color: #8d968a; font-size: 10.5px; line-height: 1.42; }
.diagnostic-step:not(:last-child)::after { position: absolute; top: 18px; right: -18px; color: #4c5348; content: "→"; }

.diagnostic-bottom { display: grid; margin-top: 20px; grid-template-columns: 1.62fr 1fr; align-items: stretch; gap: 20px; }
.diagnostic-bottom .diagnostic-panel { margin-top: 0; }
.diagnostic-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.diagnostic-faq-item { min-width: 0; border: 1px solid rgba(255, 255, 255, .07); border-radius: 12px; background: rgba(255, 255, 255, .025); }
.diagnostic-faq-item summary { display: flex; min-height: 52px; padding: 13px 44px 13px 16px; position: relative; align-items: center; color: #dfe4d8; font-size: 12px; line-height: 1.35; cursor: pointer; list-style: none; }
.diagnostic-faq-item summary::-webkit-details-marker { display: none; }
.diagnostic-faq-item summary::after { position: absolute; top: 50%; right: 16px; color: #8d968a; content: "+"; font-size: 18px; transform: translateY(-50%); }
.diagnostic-faq-item[open] summary::after { content: "−"; }
.diagnostic-faq-item p { margin: 0; padding: 0 16px 15px; color: #8d968a; font-size: 11px; line-height: 1.5; }
.diagnostic-support { display: flex; padding: 28px 30px; flex-direction: column; justify-content: center; border: 1px solid rgba(209, 255, 91, .18); border-radius: 22px; background: radial-gradient(130% 130% at 100% 0%, rgba(180, 232, 58, .1), rgba(255, 255, 255, .012) 55%); }
.diagnostic-support-head { display: flex; align-items: center; gap: 17px; }
.diagnostic-support-head > span { display: grid; width: 56px; height: 56px; flex: none; border: 1px solid rgba(209, 255, 91, .24); border-radius: 50%; background: rgba(209, 255, 91, .1); color: #d1ff5b; font-size: 23px; place-items: center; }
.diagnostic-support h2 { margin: 0; color: #f2f5ee; font-size: 21px; }
.diagnostic-support p { margin: 6px 0 0; color: #8d968a; font-size: 12px; line-height: 1.48; }
.diagnostic-support-actions { display: flex; margin-top: 22px; flex-direction: column; gap: 11px; }
.diagnostic-support-actions .button { display: flex; width: 100%; min-height: 52px; padding-inline: 20px; align-items: center; justify-content: space-between; font-size: 13px; }
.diagnostic-support-actions .button span { display: flex; align-items: center; gap: 10px; }

@media (prefers-reduced-motion: reduce) {
  .diagnostic-console.is-running .diagnostic-radar span:nth-child(6),
  .diagnostic-console.is-running .diagnostic-radar > i,
  .diagnostic-console.is-running .diagnostic-radar::before,
  .diagnostic-console.is-running,
  .diagnostic-checks li[data-state="running"] b { animation: none; }
}
@media (max-width: 1100px) {
  .diagnostic-hero { grid-template-columns: minmax(0, 1fr); }
  .diagnostic-hero-copy { max-width: 700px; }
  .diagnostic-console { width: 100%; }
  .diagnostic-causes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .diagnostic-steps-list { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 24px; }
  .diagnostic-step::after { display: none; }
  .diagnostic-bottom { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 820px) {
  .diagnostic-console-grid { grid-template-columns: 160px minmax(0, 1fr); }
  .diagnostic-radar { width: 160px; }
  .diagnostic-checks { grid-column: 1 / -1; }
  .diagnostic-checks ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 16px; }
  .diagnostic-console-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .diagnostic-result-card { grid-template-columns: 56px minmax(0, 1fr); }
  .diagnostic-result-icon { width: 56px; height: 56px; }
  .diagnostic-support-cta { grid-column: 2; width: min(100%, 340px); }
  .diagnostic-causes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .page-diagnostic-reference .breadcrumbs,
  .diagnostic-hero,
  .diagnostic-result,
  .diagnostic-panel,
  .diagnostic-bottom { width: calc(100% - 32px); }
  .diagnostic-hero { padding-top: 16px; }
  .diagnostic-hero h1 { font-size: min(3rem, 13vw); }
  .diagnostic-hero .lead { font-size: 14px; }
  .diagnostic-actions { align-items: stretch; flex-direction: column; }
  .diagnostic-actions .button { width: 100%; min-height: 54px; }
  .diagnostic-console { padding: 20px 17px; }
  .diagnostic-console-head strong { font-size: 11px; }
  .diagnostic-console-grid { grid-template-columns: minmax(0, 1fr); }
  .diagnostic-radar { width: min(170px, 72vw); }
  .diagnostic-checks { grid-column: auto; }
  .diagnostic-checks ol { grid-template-columns: minmax(0, 1fr); }
  .diagnostic-console-strip { grid-template-columns: minmax(0, 1fr); }
  .diagnostic-result-card { padding: 22px 18px; grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 14px; }
  .diagnostic-result-icon { width: 48px; height: 48px; font-size: 19px; }
  .diagnostic-support-cta { width: 100%; min-width: 0; grid-column: 1 / -1; }
  .diagnostic-panel { padding: 22px 18px; border-radius: 20px; }
  .diagnostic-causes-grid,
  .diagnostic-steps-list,
  .diagnostic-faq-grid { grid-template-columns: minmax(0, 1fr); }
  .diagnostic-step { grid-template-columns: 50px minmax(0, 1fr); }
  .diagnostic-step:not(:last-child)::after { top: 48px; bottom: -23px; left: 24px; display: block; width: 1px; background: rgba(209, 255, 91, .25); content: ""; }
  .diagnostic-step h3 { font-size: 14px; }
  .diagnostic-step p { font-size: 11.5px; }
  .diagnostic-support { padding: 24px 20px; }
  .diagnostic-support-head { align-items: flex-start; }
}
@media (max-width: 360px) {
  html[style*="font-size: 32px"] .diagnostic-hero,
  html[style*="font-size: 32px"] .diagnostic-console,
  html[style*="font-size: 32px"] .diagnostic-result,
  html[style*="font-size: 32px"] .diagnostic-panel,
  html[style*="font-size: 32px"] .diagnostic-bottom,
  html[style*="font-size: 32px"] .diagnostic-support { min-width: 0; }
  html[style*="font-size: 32px"] .diagnostic-radar { display: none; }
  html[style*="font-size: 32px"] .diagnostic-hero h1,
  html[style*="font-size: 32px"] .diagnostic-panel h2,
  html[style*="font-size: 32px"] .diagnostic-cause-card h3,
  html[style*="font-size: 32px"] .diagnostic-step h3,
  html[style*="font-size: 32px"] .diagnostic-result h2,
  html[style*="font-size: 32px"] .diagnostic-support h2 { min-width: 0; overflow-wrap: anywhere !important; word-break: normal !important; hyphens: auto !important; }
  html[style*="font-size: 32px"] .diagnostic-console-head,
  html[style*="font-size: 32px"] .diagnostic-status { align-items: flex-start; flex-direction: column; }
  html[style*="font-size: 32px"] .diagnostic-metrics { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .diagnostic-faq-item summary,
  html[style*="font-size: 32px"] .diagnostic-faq-item p { overflow-wrap: anywhere; }
  html[style*="font-size: 32px"] .diagnostic-result-card { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .diagnostic-result-copy,
  html[style*="font-size: 32px"] .diagnostic-support-cta { grid-column: 1; }
  html[style*="font-size: 32px"] .diagnostic-result-copy > p { overflow-wrap: anywhere; }
  html[style*="font-size: 32px"] .diagnostic-support-cta { width: 100%; min-width: 0; white-space: normal; }
}

/* Routing guide: long-form DOCX transfer and conversion path (v61) */
.fa-circle-info::before { content: "\f05a"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-square-check::before { content: "\f14a"; }
.page-routing-guide :is(.fa-regular, .fa-solid) { display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }
.page-routing-guide .fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.page-routing-guide .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }

.page-routing-guide { --lime: var(--acid); background: #050705; }
.routing-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  gap: 34px;
  margin-top: 18px;
  padding: 48px;
  border: 1px solid rgba(209, 255, 91, .15);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(180, 232, 58, .11), transparent 30%),
    linear-gradient(145deg, #10150d 0%, #080b07 68%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}
.routing-guide-hero-copy { align-self: center; min-width: 0; }
.routing-guide-hero .section-kicker { display: flex; align-items: center; gap: 9px; margin: 0; }
.routing-guide-hero h1 { max-width: 820px; margin: 16px 0 18px; color: #f7f9f3; font-size: clamp(42px, 5.3vw, 74px); line-height: .98; letter-spacing: -.055em; }
.routing-guide-hero h1 span { color: var(--lime); }
.routing-guide-hero .lead { max-width: 760px; margin: 0; color: #b9c1b5; font-size: 16px; line-height: 1.7; }
.routing-guide-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.routing-guide-platforms span { padding: 7px 11px; border: 1px solid rgba(209, 255, 91, .16); border-radius: 999px; background: rgba(209, 255, 91, .045); color: #cbd2c6; font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.routing-guide-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.routing-guide-hero-actions .button { min-height: 54px; }
.routing-guide-hero-panel { align-self: stretch; display: grid; align-content: center; gap: 10px; min-width: 0; padding: 24px; border: 1px solid rgba(209, 255, 91, .16); border-radius: 24px; background: rgba(3, 6, 3, .76); }
.routing-guide-hero-panel > div { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-width: 0; padding: 15px 16px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 14px; background: rgba(255, 255, 255, .025); }
.routing-guide-hero-panel > div > span { color: #75806f; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; }
.routing-guide-hero-panel strong { color: var(--lime); font-size: 15px; letter-spacing: .08em; }
.routing-guide-hero-panel small { color: #aeb6aa; font-size: 11px; }
.routing-guide-hero-panel > p { margin: 7px 0 0; color: #788174; font-size: 11px; text-align: center; }
.routing-guide-meta { grid-column: 1 / -1; display: grid; grid-template-columns: 1.5fr .45fr .7fr; gap: 10px; margin: 4px 0 0; }
.routing-guide-meta > div { min-width: 0; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 15px; background: rgba(0, 0, 0, .2); }
.routing-guide-meta dt { color: #737c70; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.routing-guide-meta dd { margin: 6px 0 0; color: #d2d8cf; font-size: 12px; line-height: 1.45; }
.routing-guide-important { grid-column: 1 / -1; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 13px; align-items: start; padding: 18px 20px; border: 1px solid rgba(255, 192, 74, .18); border-radius: 16px; background: rgba(255, 192, 74, .055); }
.page-routing-guide .routing-guide-important > i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: rgba(255, 192, 74, .1); color: #ffc04a; font-size: 16px; }
.routing-guide-important p { margin: 1px 0 0; color: #c7c3b7; font-size: 12px; line-height: 1.62; }

.routing-guide-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 46px; align-items: start; margin-top: 34px; }
.routing-guide-toc { position: sticky; top: 100px; min-width: 0; max-height: calc(100vh - 122px); overflow: auto; padding: 20px; border: 1px solid rgba(209, 255, 91, .11); border-radius: 20px; background: #090c08; scrollbar-width: thin; scrollbar-color: rgba(209, 255, 91, .3) transparent; }
.routing-guide-toc > p { margin: 0 0 12px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.routing-guide-toc ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; }
.routing-guide-toc a { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 8px; align-items: center; min-height: 44px; padding: 8px; border-radius: 10px; color: #9ba397; font-size: 10.5px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.routing-guide-toc a:hover,
.routing-guide-toc a:focus-visible { background: rgba(209, 255, 91, .07); color: #f0f4eb; }
.routing-guide-toc a span { color: #65705f; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; }
.routing-guide-content { min-width: 0; }
.routing-guide-content > .routing-guide-note:first-child { margin-top: 0; }
.routing-guide-section { min-width: 0; padding: 48px 0 12px; border-top: 1px solid rgba(209, 255, 91, .11); scroll-margin-top: 100px; }
.routing-guide-section:first-of-type { margin-top: 28px; }
.routing-guide-section-number { margin: 0 0 8px !important; color: var(--lime) !important; font-size: 9px !important; font-weight: 900; letter-spacing: .17em; }
.routing-guide-section > h2 { max-width: 900px; margin: 0 0 20px; color: #f4f7f0; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.routing-guide-section > h3 { margin: 34px 0 13px; color: #edf1e9; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.routing-guide-section > p { max-width: 920px; margin: 13px 0; color: #b7beb3; font-size: 13px; line-height: 1.72; }
.routing-guide-list { display: grid; gap: 9px; margin: 16px 0 22px; padding: 0; list-style: none; counter-reset: routing-list; }
ol.routing-guide-list { counter-reset: routing-list; }
.routing-guide-list li { position: relative; min-width: 0; padding: 12px 15px 12px 40px; border: 1px solid rgba(255, 255, 255, .065); border-radius: 12px; background: rgba(255, 255, 255, .018); color: #bec5ba; font-size: 12px; line-height: 1.55; }
ul.routing-guide-list li::before { position: absolute; top: 17px; left: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px rgba(209, 255, 91, .28); content: ""; }
ol.routing-guide-list li { counter-increment: routing-list; }
ol.routing-guide-list li::before { position: absolute; top: 12px; left: 13px; color: var(--lime); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; font-weight: 900; content: counter(routing-list, decimal-leading-zero); }
.routing-guide-list li > .fa-square-check { position: absolute; top: 15px; left: 15px; color: var(--lime); }
.routing-guide-list li:has(> .fa-square-check)::before { display: none; }
.routing-guide-inline-purchase { display: inline-flex; align-items: center; min-height: 44px; margin-left: 4px; color: var(--lime); font-weight: 900; text-underline-offset: 3px; }
.routing-guide-table-wrap { width: 100%; min-width: 0; margin: 17px 0 24px; overflow-x: auto; border: 1px solid rgba(209, 255, 91, .11); border-radius: 16px; background: #080b07; scrollbar-width: thin; scrollbar-color: rgba(209, 255, 91, .32) transparent; }
.routing-guide-table-wrap table { width: 100%; min-width: 620px; border-collapse: collapse; }
.routing-guide-table-wrap th,
.routing-guide-table-wrap td { min-width: 120px; padding: 13px 15px; border-right: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); color: #b7beb3; font-size: 11px; line-height: 1.52; text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.routing-guide-table-wrap th { background: rgba(209, 255, 91, .065); color: #e8eee2; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.routing-guide-table-wrap tr:last-child td { border-bottom: 0; }
.routing-guide-table-wrap :is(th, td):last-child { border-right: 0; }
.routing-guide-step { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start; min-width: 0; margin: 10px 0; padding: 16px; border: 1px solid rgba(255, 255, 255, .065); border-radius: 15px; background: linear-gradient(135deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .012)); }
.routing-guide-step-number { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(209, 255, 91, .28); border-radius: 13px; background: rgba(209, 255, 91, .07); color: var(--lime); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; font-weight: 900; }
.routing-guide-step h3 { margin: 1px 0 5px; color: #edf1e9; font-size: 14px; line-height: 1.35; }
.routing-guide-step p { margin: 0; color: #9fa79b; font-size: 11.5px; line-height: 1.58; }
.routing-guide-path { margin: 16px 0 20px; padding: 17px 19px; border: 1px solid rgba(209, 255, 91, .17); border-radius: 15px; background: rgba(209, 255, 91, .04); }
.routing-guide-path p { margin: 0 0 7px; color: #7f897a; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.routing-guide-path strong { display: block; color: #d9e0d4; font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.routing-guide-note { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; align-items: start; margin: 20px 0; padding: 17px 18px; border: 1px solid rgba(209, 255, 91, .1); border-radius: 15px; background: rgba(209, 255, 91, .035); }
.page-routing-guide .routing-guide-note > i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(209, 255, 91, .08); color: var(--lime); font-size: 15px; }
.routing-guide-note p { margin: 0; color: #aeb6aa; font-size: 11.5px; line-height: 1.62; }
.routing-guide-code { width: 100%; min-width: 0; margin: 17px 0 24px; overflow: auto; padding: 20px; border: 1px solid rgba(209, 255, 91, .13); border-radius: 16px; background: #030503; color: #d1ff5b; font: 11px/1.7 ui-monospace, SFMono-Regular, Consolas, monospace; tab-size: 2; }
.routing-guide-code code { font: inherit; white-space: pre; }
.routing-guide-purchase { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 18px; align-items: center; min-width: 0; margin: 30px 0; padding: 22px; border: 1px solid rgba(209, 255, 91, .2); border-radius: 20px; background: linear-gradient(135deg, rgba(180, 232, 58, .09), rgba(180, 232, 58, .025)); box-shadow: 0 20px 54px rgba(0, 0, 0, .22); }
.routing-guide-purchase-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--lime); color: #081000; font-size: 18px; }
.routing-guide-purchase .section-kicker { margin: 0 0 5px; }
.routing-guide-purchase h2 { margin: 0; color: #f2f6ed; font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.routing-guide-purchase p:not(.section-kicker) { margin: 7px 0 0; color: #aab2a6; font-size: 11.5px; line-height: 1.55; }
.routing-guide-purchase .button { min-width: 190px; min-height: 52px; }
.macos-access-cta { min-height: 54px; }
.macos-needs-list a { display: inline-flex; align-items: center; min-height: 44px; color: var(--lime); font-weight: 800; text-underline-offset: 3px; }
.routing-bottom-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

@media (max-width: 1080px) {
  .routing-guide-layout { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .routing-guide-toc { position: static; max-height: none; }
  .routing-guide-toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 12px; }
}
@media (max-width: 820px) {
  .routing-guide-hero { grid-template-columns: minmax(0, 1fr); padding: 34px; }
  .routing-guide-meta { grid-template-columns: minmax(0, 1fr); }
  .routing-guide-purchase { grid-template-columns: 48px minmax(0, 1fr); }
  .routing-guide-purchase-icon { width: 48px; height: 48px; }
  .routing-guide-purchase .button { grid-column: 2; width: 100%; min-width: 0; }
}
@media (max-width: 620px) {
  .routing-guide-hero { gap: 24px; margin-top: 10px; padding: 24px 20px; border-radius: 22px; }
  .routing-guide-hero h1 { font-size: clamp(36px, 13.2vw, 52px); }
  .routing-guide-hero .lead { font-size: 14px; }
  .routing-guide-platforms span { font-size: 10px; }
  .routing-guide-hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .routing-guide-hero-actions .button { width: 100%; }
  .routing-guide-hero-panel { padding: 16px; border-radius: 18px; }
  .routing-guide-hero-panel > div { grid-template-columns: 30px minmax(0, 1fr); }
  .routing-guide-hero-panel small { grid-column: 2; }
  .routing-guide-meta > div { padding: 13px 14px; }
  .routing-guide-important { padding: 16px; }
  .routing-guide-toc { padding: 16px; border-radius: 16px; }
  .routing-guide-toc ol { grid-template-columns: minmax(0, 1fr); }
  .routing-guide-section { padding-top: 38px; }
  .routing-guide-section > h2 { font-size: 30px; }
  .routing-guide-section > h3 { font-size: 18px; }
  .routing-guide-table-wrap table { min-width: 560px; }
  .routing-guide-table-wrap th,
  .routing-guide-table-wrap td { padding: 11px 12px; }
  .routing-guide-step { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; padding: 14px; }
  .routing-guide-step-number { width: 40px; height: 40px; }
  .routing-guide-important,
  .routing-guide-note { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; }
  .routing-guide-important > i,
  .routing-guide-note > i { width: 32px; height: 32px; }
  .routing-guide-code { padding: 16px; font-size: 10px; }
  .routing-guide-purchase { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; align-items: start; padding: 19px; }
  .routing-guide-purchase-icon { width: 40px; height: 40px; border-radius: 12px; font-size: 15px; }
  .routing-guide-purchase .button { grid-column: 1 / -1; }
  .routing-guide-purchase h2 { font-size: 19px; }
  .routing-bottom-actions { width: 100%; }
  .routing-bottom-actions .button { width: 100%; }
  .macos-access-cta { width: 100%; }
}
@media (max-width: 360px) {
  html[style*="font-size: 32px"] .routing-guide-hero,
  html[style*="font-size: 32px"] .routing-guide-layout,
  html[style*="font-size: 32px"] .routing-guide-content,
  html[style*="font-size: 32px"] .routing-guide-section,
  html[style*="font-size: 32px"] .routing-guide-step,
  html[style*="font-size: 32px"] .routing-guide-note,
  html[style*="font-size: 32px"] .routing-guide-purchase { min-width: 0; }
  html[style*="font-size: 32px"] .routing-guide-purchase { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .routing-guide-hero h1,
  html[style*="font-size: 32px"] .routing-guide-section h2,
  html[style*="font-size: 32px"] .routing-guide-section h3,
  html[style*="font-size: 32px"] .routing-guide-purchase h2,
  html[style*="font-size: 32px"] .routing-guide-step h3 { overflow-wrap: anywhere !important; word-break: normal !important; hyphens: auto !important; }
  html[style*="font-size: 32px"] .routing-guide-important p,
  html[style*="font-size: 32px"] .routing-guide-note p { overflow-wrap: anywhere; }
  html[style*="font-size: 32px"] .page-routing-guide .routing-guide-important > i { font-size: 16px !important; }
  html[style*="font-size: 32px"] .page-routing-guide .routing-guide-note > i { font-size: 15px !important; }
  html[style*="font-size: 32px"] .routing-guide-hero-panel > div,
  html[style*="font-size: 32px"] .routing-guide-step { grid-template-columns: minmax(0, 1fr); }
  html[style*="font-size: 32px"] .routing-guide-purchase .button,
  html[style*="font-size: 32px"] .routing-guide-hero-actions .button { min-height: 74px; white-space: normal; text-align: center; }
  html[style*="font-size: 32px"] .routing-guide-table-wrap { max-width: 100%; }
  html[style*="font-size: 32px"] .routing-guide-table-wrap table { min-width: 720px; }
  html[style*="font-size: 32px"] .routing-guide-path strong { overflow-wrap: anywhere; }
}

/* Shared motion layer: ambient hero art and interruptible micro-interactions. */
@keyframes incy-ambient-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -6px, 0); }
}

@media (prefers-reduced-motion: no-preference) {
  :is(
    .access-hero-art img,
    .download-hero-image,
    .help-center-art img,
    .protocol-atlas-image,
    .protocols-reference-art img,
    .setup-hero-art img,
    .android-reference-art,
    .ios-phone-art img,
    .linux-laptop-art img,
    .macos-laptop-art img,
    .windows-reference-art,
    .routing-reference-map-image
  ) {
    animation: incy-ambient-float 7s cubic-bezier(.45, 0, .55, 1) infinite;
  }
}

@media (hover: hover) and (pointer: fine) {
  :is(
    .access-add-card,
    .access-format-card,
    .access-guide-card,
    .access-source-card,
    .android-device-card,
    .android-import-card,
    .diagnostic-cause-card,
    .download-help-card,
    .download-platform-card,
    .download-steps-card,
    .help-topic-card,
    .ios-device-card,
    .ios-help-card,
    .ios-import-card,
    .linux-help-card,
    .macos-help-card,
    .protocol-reference-card,
    .routing-feature-card,
    .setup-step-card
  ) {
    transition: transform .2s cubic-bezier(.2, 0, 0, 1), border-color .2s ease, box-shadow .2s ease;
  }
  :is(
    .access-add-card,
    .access-format-card,
    .access-guide-card,
    .access-source-card,
    .android-device-card,
    .android-import-card,
    .diagnostic-cause-card,
    .download-help-card,
    .download-platform-card,
    .download-steps-card,
    .help-topic-card,
    .ios-device-card,
    .ios-help-card,
    .ios-import-card,
    .linux-help-card,
    .macos-help-card,
    .protocol-reference-card,
    .routing-feature-card,
    .setup-step-card
  ):hover {
    border-color: rgba(209, 255, 91, .28);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    transform: translateY(-3px);
  }
}

a[class*="button"] { transition-property: transform, box-shadow, background-color, border-color, color, filter; }
a[class*="button"]:active { transform: scale(.96); }
.header-cta:active { transform: scale(.96); }

@media (prefers-reduced-motion: reduce) {
  :is(
    .access-hero-art img,
    .download-hero-image,
    .help-center-art img,
    .protocol-atlas-image,
    .protocols-reference-art img,
    .setup-hero-art img,
    .android-reference-art,
    .ios-phone-art img,
    .linux-laptop-art img,
    .macos-laptop-art img,
    .windows-reference-art,
    .routing-reference-map-image
  ) { animation: none !important; }
}


/* Mobile traffic-split scheme: compact 2x2 sources, converge into INCY, 3-colour fan to outcomes */
@media (max-width: 760px) {
  .setup-routing-copy h2 { hyphens: none; }
  .setup-routing-diagram { gap: 24px; }
  .setup-routing-diagram::before { content: none; }
  .setup-routing-core::before,
  .setup-routing-core::after { content: none; }

  .setup-routing-source { position: relative; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .setup-routing-source li { min-height: 40px; padding: 9px 11px; }
  .setup-routing-source span { font-size: 11px; }

  /* два луча сходятся из группы источников в INCY */
  .setup-routing-source::before,
  .setup-routing-source::after {
    position: absolute;
    bottom: -21px;
    width: 2px;
    height: 17px;
    background: var(--setup-lime);
    content: "";
    opacity: .6;
  }
  .setup-routing-source::before { left: calc(50% - 15px); transform: rotate(-33deg); }
  .setup-routing-source::after { left: calc(50% + 13px); transform: rotate(33deg); }

  /* три цветных луча из INCY к исходам: зелёный, синий пунктир, оранжевый */
  .setup-routing-destination { position: relative; }
  .setup-routing-destination::before,
  .setup-routing-destination::after {
    position: absolute;
    top: -21px;
    width: 2px;
    height: 17px;
    content: "";
    opacity: .85;
  }
  .setup-routing-destination::before { left: calc(50% - 17px); background: #5fe08a; transform: rotate(33deg); }
  .setup-routing-destination::after { left: calc(50% + 15px); background: #f5b93b; transform: rotate(-33deg); }
  .setup-routing-destination li:first-child::before {
    position: absolute;
    top: -21px;
    left: calc(50% - 1px);
    width: 2px;
    height: 16px;
    background: repeating-linear-gradient(180deg, #7fbef5 0 4px, transparent 4px 7px);
    content: "";
    opacity: .85;
  }
}

/* Bottom-CTA action row may wrap instead of clipping outside the card */
.macos-bottom-actions { flex: 0 1 auto; min-width: 0; flex-wrap: wrap; justify-content: flex-end; }

/* Platform bottom-CTA headings: short words, syllable hyphenation off */
.windows-bottom-cta h2, .macos-bottom-cta h2, .linux-bottom-cta h2, .android-bottom-cta h2, .ios-bottom-cta h2 { hyphens: none; }

/* Protocol quickstart steps (VLESS add) */
.protocol-quickstart-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.protocol-reference-card.protocol-quickstart-card { min-height: 0; }
@media (max-width: 760px) {
  .protocol-quickstart-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 520px) {
  .protocol-reference-card.protocol-quickstart-card { grid-template-columns: minmax(0, 1fr); }
}

/* Mobile release gate: every visible text link remains a 44px touch target. */
@media (max-width: 640px) {
  main p a:not(.button) {
    display: inline-block;
    min-width: 44px;
    min-height: 44px;
    max-width: 100%;
    padding-block: 10px;
    vertical-align: middle;
    overflow-wrap: anywhere;
  }
  :is(.store-badge-link, .google-play-action) { min-width: 44px; min-height: 44px; }
}

@media (max-width: 520px) {
  .protocols-reference-copy :is(h1, .lead),
  .protocol-reference-heading h2 { overflow-wrap: anywhere; }
  .protocol-reference-heading > div { min-width: 0; max-width: 100%; }
  .android-privacy-note { display: block; overflow-wrap: anywhere; }
  .android-privacy-note span { margin: 0 auto 10px; }
}
