/* Design system: ink + warm white, iris teal; Jakarta 14/16/20/32/52/80.
   1280px rail, 8px spacing rhythm, un-numbered section labels and a slim position rail.
   Actual product imagery is the primary visual; depth is progressive enhancement. */
:root {
  --bg: #0a1115;
  --bg-deep: #070d10;
  --surface: #101c21;
  --surface-2: #16252b;
  --text: #f1f3ee;
  --muted: #a0adae;
  --faint: #799092;
  --accent: #0aa4b5;
  --line: #ffffff1c;
  --font: "Plus Jakarta Sans", sans-serif;
  --mono: "JetBrains Mono", monospace;
  --shadow: 0 30px 70px #0006;
  color-scheme: dark;
}
/* Original-site character, with restrained motion and clear navigation. */
body {
  isolation: isolate;
}
.ambient-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.ambient-field i {
  position: absolute;
  display: block;
  will-change: transform;
  animation: ambient-drift 24s ease-in-out infinite alternate;
}
.ambient-orbit {
  border: 1px solid #0aa4b518;
  border-radius: 50%;
}
.orbit-one {
  width: 56vw;
  height: 56vw;
  right: -25vw;
  top: 3vh;
  transform: rotateX(55deg) rotateZ(-22deg);
}
.orbit-two {
  width: 43vw;
  height: 43vw;
  left: -29vw;
  top: 40vh;
  animation-delay: -9s !important;
}
.ambient-shard {
  width: 46px;
  height: 68px;
  border: 1px solid #41d3e235;
  background: linear-gradient(135deg, #41d3e211, transparent 65%);
  border-radius: 8px;
  box-shadow:
    inset 1px 1px 0 #41d3e211,
    8px 8px 30px #0002;
}
.shard-one {
  top: 23%;
  left: 3.4%;
  --drift-angle: 24deg;
}
.shard-two {
  top: 68%;
  right: 2.8%;
  width: 29px;
  height: 43px;
  --drift-angle: -25deg;
  animation-delay: -13s !important;
}
.shard-three {
  top: 92%;
  left: 26%;
  width: 24px;
  height: 32px;
  --drift-angle: 41deg;
  animation-delay: -8s !important;
}
.shard-four {
  top: 10%;
  right: 33%;
  width: 20px;
  height: 20px;
  --drift-angle: 45deg;
  opacity: 0.5;
  animation-delay: -18s !important;
}
.ambient-spark {
  width: 3px;
  height: 3px;
  background: #41d3e2;
  opacity: 0.45;
  box-shadow: 0 0 10px #0aa4b555;
  border-radius: 50%;
}
.spark-one {
  left: 2%;
  top: 49%;
}
.spark-two {
  right: 4%;
  top: 44%;
  animation-delay: -6s !important;
}
.spark-three {
  right: 20%;
  top: 92%;
  animation-delay: -14s !important;
}
.spark-four {
  left: 38%;
  top: 12%;
  animation-delay: -3s !important;
}
@keyframes ambient-drift {
  from {
    transform: translate3d(0, -12px, 0) rotate(var(--drift-angle, -15deg));
  }
  to {
    transform: translate3d(10px, 16px, 0)
      rotate(calc(var(--drift-angle, -15deg) + 12deg));
  }
}
.page-rail {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 35;
  width: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.rail-stops {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.rail-track {
  position: absolute;
  top: 19px;
  bottom: 19px;
  width: 1px;
  background: var(--line);
  overflow: hidden;
}
#railFill {
  display: block;
  width: 1px;
  height: 100%;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top;
}
.page-rail a {
  width: 36px;
  height: 38px;
  display: grid;
  place-items: center;
  position: relative;
  text-decoration: none;
}
.page-rail a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 1px;
  border: 1px solid var(--faint);
  background: var(--bg);
  transform: rotate(45deg);
  transition:
    box-shadow 0.3s,
    background 0.3s,
    transform 0.3s;
}
.page-rail a[aria-current="location"]::before {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(45deg) scale(1.3);
  box-shadow:
    0 0 0 4px #0aa4b517,
    0 0 14px #0aa4b53b;
}
.page-rail a span {
  position: absolute;
  left: 40px;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-5px);
  transition:
    opacity 0.2s,
    transform 0.2s;
  pointer-events: none;
  box-shadow: 0 4px 18px #0002;
}
.page-rail a:hover span,
.page-rail a:focus-visible span {
  opacity: 1;
  transform: none;
}
.rail-step {
  padding: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  color: var(--faint);
}
.rail-step:hover {
  color: var(--accent);
  background: #0aa4b512;
}
.rail-step svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-icon {
  display: inline-block;
  vertical-align: -0.2em;
  width: 18px;
  height: 18px;
  flex: none;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s;
}
.button:hover .site-icon {
  transform: translateX(2px);
}
.button > span:empty {
  display: none;
}
.icon-button.theme-toggle {
  width: 66px;
  min-width: 66px;
  height: 44px;
  padding: 0;
  border: 0;
  background: none;
  border-radius: 20px;
}
.theme-switch-track {
  position: relative;
  width: 62px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg-deep);
}
.theme-switch-track svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--faint);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  z-index: 1;
  transition:
    stroke 0.3s,
    transform 0.5s;
}
.theme-switch-thumb {
  position: absolute;
  inset: 3px auto 3px 3px;
  width: 24px;
  border-radius: 50%;
  background: var(--surface-2);
  box-shadow: 0 1px 4px #0004;
  transform: translateX(30px);
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.3s;
}
.theme-switch-track .theme-moon {
  stroke: var(--accent);
}
.theme-light .theme-switch-thumb {
  transform: translateX(0);
  background: #fff;
}
.theme-light .theme-switch-track .theme-sun {
  stroke: var(--accent);
  transform: rotate(90deg);
}
.theme-light .theme-switch-track .theme-moon {
  stroke: var(--faint);
}
.theme-toggle:hover .theme-switch-track {
  border-color: var(--accent);
}
.motion-off .ambient-field i,
.page-hidden .ambient-field i {
  animation-play-state: paused;
  will-change: auto;
}
.motion-off .theme-switch-thumb,
.motion-off .theme-switch-track svg {
  transition: none;
}
@media (max-width: 1180px) {
  .page-rail {
    display: none;
  }
}
@media (max-width: 600px) {
  .ambient-shard,
  .ambient-orbit {
    opacity: 0.4;
  }
  .ambient-field i {
    animation: none;
    will-change: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ambient-field i {
    animation: none;
    will-change: auto;
  }
  .theme-switch-thumb,
  .theme-switch-track svg {
    transition: none;
  }
}
:root.theme-light {
  --bg: #f6f7f2;
  --bg-deep: #eef1eb;
  --surface: #fff;
  --surface-2: #e8efea;
  --text: #172e31;
  --muted: #536a6d;
  --faint: #526c6e;
  --accent: #066a78;
  --line: #1c454822;
  --shadow: 0 25px 65px #1239321c;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  touch-action: manipulation;
}
button:disabled {
  cursor: default;
  opacity: 0.45;
}
::selection {
  background: #0aa4b555;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: -0.05em;
}
h2 {
  font-size: clamp(32px, 4.1vw, 54px);
}
h3 {
  font-size: 28px;
}
p {
  color: var(--muted);
}
.container,
.rail {
  width: min(1320px, 100% - 112px);
  margin: auto;
}
.section {
  padding: 112px 0;
}
.eyebrow,
.micro {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
.eyebrow {
  color: var(--accent);
  margin-bottom: 24px;
}
.micro {
  color: var(--faint);
  font-size: 9px;
}
.accent {
  color: var(--accent);
}
.muted {
  color: var(--muted);
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px #0aa4b512;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 300;
  background: var(--accent);
  color: var(--bg);
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.button,
.btn {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid var(--accent);
  border-radius: 7px;
  background: var(--accent);
  color: #0b2927;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.theme-light .button,
.theme-light .btn {
  color: #fff;
}
.button:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px #0aa4b51a;
}
.button-outline,
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.theme-light .button-outline {
  color: var(--text);
}
.button-outline:hover {
  background: var(--surface);
}
.button-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 11px;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  display: grid;
  place-items: center;
  font-size: 20px;
  flex-shrink: 0;
}
.icon-button:hover {
  background: var(--surface-2);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 12px 0;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-button {
  border: 0;
  background: none;
  color: var(--muted);
  min-height: 44px;
  padding: 8px;
  font-size: 11px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}
.nav-inner {
  max-width: 1512px;
  margin: auto;
  padding: 0 40px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.brand-light {
  font-weight: 400;
  color: var(--muted);
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-left: auto;
}
.nav-links a {
  font-size: 11px;
  color: var(--muted);
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-links a:hover {
  color: var(--text);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-actions .theme-toggle {
  border: 0;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 78% 45%, #0aa4b52b, transparent 48%),
    radial-gradient(#41d3e210 0.6px, transparent 0.6px);
  background-size:
    auto,
    6px 6px;
  mask-image: linear-gradient(#000, transparent);
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 35px;
  align-items: center;
  min-height: 660px;
  padding: 84px 0 92px;
}
.hero-copy {
  z-index: 2;
}
.hero-copy .eyebrow {
  font-size: 9px;
  display: flex;
  gap: 12px;
  align-items: center;
  letter-spacing: 0.08em;
}
.hero h1 {
  font-size: clamp(48px, 5.05vw, 77px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.hero-description {
  max-width: 440px;
  margin: 25px 0 32px;
  font-size: 14px;
  line-height: 1.85;
}
.hero-footnote {
  display: flex;
  gap: 20px;
  font-size: 10px;
  color: var(--muted);
  margin-top: 25px;
}
.hero-footnote span:before {
  content: "✓";
  color: var(--accent);
  margin-right: 6px;
}
.hero-visual {
  position: relative;
  perspective: 1200px;
  min-width: 0;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.workspace-stack {
  position: relative;
  transform: rotateY(-10deg) rotateX(5deg) rotateZ(-2deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out;
  will-change: transform;
  width: 110%;
  margin: 20px 0 45px;
}
.workspace-window {
  overflow: hidden;
  border: 1px solid #41d3e255;
  border-radius: 10px;
  background: var(--bg-deep);
  box-shadow:
    0 40px 90px #0008,
    0 0 0 7px #0aa4b508;
  transform: translateZ(0);
}
.window-bar {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9px;
  padding: 13px 18px;
  line-height: 1.5;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  height: 5px;
  width: 5px;
  background: #718482;
  border-radius: 50%;
}
.tiny-mark {
  color: var(--accent);
}
.hero-shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--bg-deep);
  cursor: zoom-in;
}
.hero-shot img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.stack-back {
  position: absolute;
  inset: -18px 20px 18px -20px;
  border: 1px solid #0aa4b530;
  border-radius: 12px;
  background: var(--surface);
  transform: translateZ(-28px);
}
.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 19px;
  background: color-mix(in srgb, var(--surface) 97%, transparent);
  border: 1px solid #41d3e230;
  border-radius: 9px;
  box-shadow: 0 20px 50px #0005;
  transform: translateZ(48px);
}
.floating-note .micro {
  display: block;
  font-size: 8px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}
.floating-note strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}
.note-top {
  top: -43px;
  right: 24px;
}
.note-bottom {
  bottom: -36px;
  left: -27px;
  transform: translateZ(70px);
}
.note-symbol,
.note-check {
  font-size: 24px;
  color: var(--accent);
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  border-radius: 7px;
}
.note-check {
  font-size: 17px;
  border-radius: 50%;
}
.note-line {
  height: 30px;
  width: 30px;
  border-right: 2px solid var(--accent);
  transform: skewY(-30deg);
  opacity: 0.35;
}
.orbit {
  position: absolute;
  width: 560px;
  height: 560px;
  top: -85px;
  left: 0;
  pointer-events: none;
  border: 1px solid #0aa4b510;
  border-radius: 50%;
  transform: rotateX(40deg) rotateY(-20deg);
}
.orbit-two {
  width: 660px;
  height: 660px;
  top: -135px;
  left: -50px;
}
.visual-caption {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.04em;
  padding-left: 25px;
  margin-top: 24px;
  color: var(--faint);
}
.visual-caption > span:last-child {
  margin-left: auto;
}
.hero-baseline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 22px 0;
  font-size: 10px;
  color: var(--faint);
}
.hero-baseline a {
  text-decoration: none;
  color: var(--muted);
  display: flex;
  gap: 22px;
  min-height: 30px;
  align-items: center;
}
.capability-strip {
  background: var(--bg-deep);
  border-bottom: 1px solid var(--line);
}
.capability-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 27px 0;
  font-size: 11px;
  color: var(--muted);
}
.capability-strip span:before {
  content: "+";
  margin-right: 14px;
  color: var(--faint);
  font-family: var(--mono);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}
.section-heading > p {
  max-width: 315px;
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 5px;
}
.feature-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 2px;
}
.feature-tabs button {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  padding: 20px 12px;
  font-size: 12px;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  white-space: nowrap;
}
.feature-tabs button span {
  font-family: var(--mono);
  font-size: 8px;
  opacity: 0.5;
}
.feature-tabs button[aria-selected="true"] {
  color: var(--accent);
  border-color: var(--accent);
}
.feature-tabs button:hover {
  background: var(--surface);
}
.feature-panel {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 48px;
  padding-top: 46px;
  align-items: center;
}
.feature-copy {
  position: relative;
}
.feature-number {
  font-family: var(--mono);
  font-size: 11px;
  display: block;
  color: var(--faint);
  margin-bottom: 35px;
}
.feature-copy .eyebrow {
  font-size: 9px;
  margin-bottom: 16px;
}
.feature-copy h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.feature-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 24px 0;
  font-size: 11px;
  color: var(--muted);
}
.check-list li {
  margin: 10px 0;
}
.check-list li:before {
  content: "✓";
  color: var(--accent);
  margin-right: 10px;
}
.feature-image {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-deep);
  box-shadow: var(--shadow);
}
.feature-image button {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.feature-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.zoom-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 8px 12px;
  color: var(--text);
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.2s;
}
.feature-image button:hover .zoom-label,
.feature-image button:focus-visible .zoom-label {
  opacity: 1;
}
.section-note {
  margin-top: 30px;
  font-size: 10px;
  color: var(--faint);
}
.section-note a {
  color: var(--muted);
  text-underline-offset: 4px;
}
.film-section {
  background: linear-gradient(115deg, #0aa4b509, transparent 70%);
  padding: 80px 0;
}
.film-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 100px;
}
.film-layout h2 {
  font-size: 42px;
}
.film-layout p:not(.eyebrow) {
  font-size: 13px;
  margin: 24px 0;
  max-width: 340px;
}
.film-download {
  display: block;
  font-size: 10px;
  color: var(--faint);
  margin-top: 12px;
  text-underline-offset: 4px;
}
.film-poster {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  background: #101c21;
  box-shadow: var(--shadow);
}
.film-poster img {
  opacity: 0.65;
  transition:
    opacity 0.3s,
    transform 0.5s;
  width: 100%;
}
.film-poster:hover img {
  opacity: 0.85;
  transform: scale(1.02);
}
.theme-light .film-poster {
  background: var(--surface);
}
.theme-light .film-poster img {
  opacity: 1;
}
.film-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff88;
  border-radius: 50%;
  color: #fff;
  background: #123039aa;
  backdrop-filter: blur(8px);
  font-size: 16px;
  padding-left: 3px;
}
.film-caption {
  position: absolute;
  inset: auto 20px 16px;
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  color: #e4efea;
}
.governance-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
  margin-top: 60px;
}
.authority-map {
  padding: 32px 45px 38px;
  background: radial-gradient(ellipse at center, #0aa4b515, transparent 65%);
  perspective: 1000px;
}
.authority-map > .micro {
  text-align: center;
  margin-bottom: 30px;
}
.role-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.role-layer {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px 26px;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 9px;
  transform: rotateX(8deg) rotateY(-6deg);
  box-shadow:
    8px 10px 0 var(--bg-deep),
    8px 10px 0 1px var(--line);
  transition:
    transform 0.25s,
    border-color 0.25s,
    background 0.25s;
}
.role-layer[aria-selected="true"] {
  background: color-mix(in srgb, var(--surface) 90%, var(--accent));
  border-color: var(--accent);
  transform: translateX(10px) rotateY(-6deg);
}
.role-layer:hover {
  border-color: var(--accent);
}
.role-layer strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.role-layer small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.role-layer > span:last-child {
  margin-left: auto;
  color: var(--accent);
}
.role-icon {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--faint);
  border-right: 1px solid var(--line);
  padding-right: 18px;
}
.authority-connector {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 0 14px;
}
.authority-connector span {
  font-size: 8px;
  color: var(--faint);
}
.role-detail h3 {
  font-size: 38px;
  margin-bottom: 22px;
}
.role-detail > p:not(.eyebrow) {
  font-size: 14px;
  max-width: 440px;
}
.role-controls {
  list-style: none;
  padding: 0;
  margin: 28px 0 16px;
  max-width: 450px;
}
.role-controls li {
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
  color: var(--muted);
  font-size: 12px;
}
.role-controls li:before {
  content: "↳";
  color: var(--accent);
  margin-right: 14px;
}
.boundary-note {
  margin-top: 20px;
  display: flex;
  gap: 14px;
  background: var(--surface);
  border-radius: 7px;
  padding: 16px;
  max-width: 450px;
}
.boundary-note > span {
  color: var(--accent);
}
.boundary-note p {
  font-size: 11px;
}
.governance-video {
  margin-top: 60px;
  border-block: 1px solid var(--line);
}
.governance-video summary {
  padding: 23px 0;
  cursor: pointer;
  font-size: 12px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.governance-video video {
  width: 100%;
  max-height: 650px;
}
.governance-video p {
  font-size: 12px;
  padding: 16px 0;
}
.trust-section {
  background: var(--bg-deep);
  border-block: 1px solid var(--line);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.trust-grid > a {
  position: relative;
  text-decoration: none;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.trust-grid > a:hover {
  background: var(--surface);
}
.trust-index {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--faint);
}
.trust-grid h3 {
  font-size: 23px;
  margin: 32px 0 17px;
}
.trust-grid p {
  font-size: 12px;
  line-height: 1.85;
  max-width: 290px;
}
.trust-icon {
  position: absolute;
  right: 24px;
  top: 24px;
  color: var(--faint);
}
.trust-icon .site-icon {
  width: 22px;
  height: 22px;
  color: var(--accent);
  opacity: 0.8;
}
.tiny-mark .site-icon {
  width: 13px;
  height: 13px;
}
.zoom-label .site-icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.guide-sidebar .site-icon {
  width: 15px;
  height: 15px;
}
.guide-promo-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.guide-promo-layout > div > p:not(.eyebrow) {
  max-width: 430px;
  font-size: 13px;
  margin: 25px 0 30px;
}
.learning-paths > a {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 28px 10px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding 0.2s;
}
.learning-paths > a:hover {
  padding-left: 20px;
}
.learning-paths > a > span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
}
.learning-paths > a > span:last-child {
  margin-left: auto;
  font-size: 21px;
}
.learning-paths h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.learning-paths p {
  font-size: 11px;
}
.license {
  padding: 90px 0;
  background: var(--surface);
  border-block: 1px solid var(--line);
}
.sec-head h2 {
  font-size: 44px;
  margin-bottom: 20px;
}
.sec-head .eyebrow {
  font-size: 10px;
}
.lede {
  max-width: 650px;
  font-size: 14px !important;
  line-height: 1.8;
}
.lic-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  margin-top: 40px;
}
.steps {
  margin-top: 30px;
  counter-reset: steps;
}
.step {
  display: flex;
  gap: 20px;
  padding: 17px 0;
}
.step .num {
  counter-increment: steps;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  min-width: 22px;
}
.step .num:before {
  content: "0" counter(steps);
}
.step h4 {
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
}
.step p {
  font-size: 12px;
}
.price-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  align-self: start;
}
.price-tag {
  display: flex;
  gap: 15px;
  align-items: baseline;
  margin: 20px 0;
}
.price-tag b {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.1;
}
.price-tag span {
  color: var(--muted);
}
.price-note {
  font-size: 12px;
}
.price-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  font-size: 11px;
  color: var(--muted);
}
.price-list li {
  display: flex;
  gap: 10px;
  margin: 14px 0;
  align-items: flex-start;
}
.price-list svg {
  color: var(--accent);
  flex-shrink: 0;
}
.lic-full {
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.lic-full summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px 0;
  font-size: 12px;
  list-style: none;
}
.lic-dl {
  margin-left: auto;
  color: var(--muted);
  font-size: 10px;
}
.lic-doc {
  max-width: 850px;
  padding: 12px 0 30px;
}
.lic-doc h3 {
  font-size: 24px;
  margin: 12px 0;
}
.lic-doc h4 {
  margin: 25px 0 10px;
  font-size: 17px;
}
.lic-doc p {
  font-size: 12px;
}
.lic-meta {
  font-family: var(--mono);
  font-size: 10px !important;
  margin-bottom: 20px;
}
.closing-section {
  padding: 100px 0;
  text-align: center;
  background: radial-gradient(ellipse at 50% 0%, #0aa4b51c, transparent 70%);
}
.closing-section img {
  margin: 0 auto 26px;
}
.closing-section h2 {
  font-size: clamp(45px, 5.5vw, 76px);
  margin-bottom: 32px;
}
.closing-section .button-row {
  justify-content: center;
}
.closing-section .eyebrow {
  font-size: 9px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 36px 0 12px;
}
.site-footer > .container {
  display: flex;
  align-items: center;
  gap: 25px;
}
.site-footer p {
  font-size: 11px;
}
.site-footer nav {
  margin-left: auto;
  display: flex;
  gap: 25px;
  font-size: 11px;
}
.site-footer nav a {
  text-decoration: none;
}
.site-footer .brand {
  font-size: 16px;
}
.footer-bottom {
  margin-top: 34px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: var(--faint);
}
.footer-bottom > span:nth-child(2) {
  margin-left: auto;
}
.footer-bottom .text-button {
  font-size: 9px;
}
dialog {
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 0;
  border-radius: 12px;
  max-height: 92dvh;
  box-shadow: 0 40px 120px #000b;
}
dialog::backdrop {
  background: #02090deb;
  backdrop-filter: blur(10px);
}
.theme-light dialog::backdrop {
  background: rgb(233 240 240 / 68%);
  backdrop-filter: blur(14px) saturate(0.85);
}
.theme-light dialog {
  box-shadow: 0 28px 90px rgb(31 64 70 / 18%);
  border-color: #bccfd2;
}
.media-dialog {
  width: min(1060px, 94vw);
}
.dialog-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
}
.dialog-header h2 {
  font-size: 22px;
  margin-top: 5px;
}
.dialog-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .dialog-header {
    gap: 8px;
  }
  .dialog-header h2 {
    font-size: 16px;
  }
  .dialog-actions {
    gap: 3px;
  }
  .dialog-actions .icon-button:not(.theme-toggle) {
    width: 36px;
    height: 36px;
  }
}
.media-dialog video {
  display: block;
  width: 100%;
  max-height: 60dvh;
  background: var(--bg-deep);
}
.film-chapters {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  padding: 12px 18px;
  gap: 6px;
}
.film-chapters button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
  border-radius: 5px;
}
.film-chapters button span {
  display: block;
  font-family: var(--font);
  font-size: 11px;
  margin-top: 5px;
  color: var(--muted);
}
.film-chapters button[aria-current="true"] {
  background: var(--surface-2);
  color: var(--accent);
}
.film-chapters button:hover {
  background: var(--surface);
}
.film-transcript {
  padding: 18px 24px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.film-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 24px 16px;
  color: var(--faint);
  font-size: 10px;
}
.film-options button {
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}
.film-options button[aria-pressed="true"] {
  color: var(--accent);
  border-color: var(--accent);
}
@media (min-width: 601px) and (max-width: 900px) {
  .film-chapters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.film-transcript summary {
  cursor: pointer;
  min-height: 30px;
}
.film-transcript p {
  margin: 14px 0;
}
.image-dialog {
  width: min(1480px, 96vw);
  padding: 64px 14px 10px;
}
.image-dialog-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.image-dialog img {
  max-height: 78dvh;
  margin: auto;
  object-fit: contain;
}
.image-dialog p {
  text-align: center;
  font-size: 11px;
  padding: 10px;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 15px);
  padding: 12px 22px;
  background: var(--text);
  color: var(--bg);
  border-radius: 7px;
  font-size: 12px;
  z-index: 250;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.noscript-note {
  padding: 20px;
  text-align: center;
  border: 1px solid var(--line);
}
@media (min-width: 1000px) {
  .hero-copy {
    animation: enter 0.8s both;
  }
  .hero-visual {
    animation: enter 1s 0.15s both;
  }
}
@keyframes enter {
  from {
    opacity: 0;
    translate: 0 20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (min-width: 1600px) {
  .hero-layout {
    min-height: 720px;
  }
  .hero h1 {
    font-size: 80px;
  }
}
@media (max-width: 1180px) {
  .container,
  .rail {
    width: calc(100% - 64px);
  }
  .nav-inner {
    padding: 0 24px;
    gap: 24px;
  }
  .nav-links {
    gap: 20px;
  }
  .nav-cta {
    font-size: 10px;
  }
  .hero h1 {
    font-size: 5.05vw;
  }
  .hero-layout {
    gap: 20px;
    min-height: 600px;
  }
  .floating-note {
    padding: 13px;
  }
  .floating-note strong {
    font-size: 9px;
  }
  .note-top {
    right: 0;
  }
  .feature-panel {
    gap: 25px;
  }
  .feature-tabs button {
    gap: 10px;
  }
  .film-layout {
    gap: 50px;
  }
  .governance-layout {
    gap: 30px;
  }
  .authority-map {
    padding: 20px;
  }
  .guide-promo-layout {
    gap: 55px;
  }
  .lic-grid {
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .nav-links {
    gap: 16px;
  }
  .nav-links a {
    font-size: 10px;
  }
  .nav-cta {
    display: none;
  }
  .nav-actions {
    margin-left: auto;
  }
  .hero-layout {
    padding: 60px 0 80px;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .hero h1 {
    font-size: clamp(45px, 8.5vw, 76px);
  }
  .hero-copy {
    max-width: 650px;
  }
  .hero-description {
    max-width: 490px;
  }
  .hero-visual {
    max-width: 680px;
    width: 90%;
    margin: auto;
    min-height: 300px;
  }
  .workspace-stack {
    width: 100%;
    transform: rotateY(-7deg) rotateX(4deg) rotateZ(-2deg);
  }
  .orbit {
    display: none;
  }
  .visual-caption {
    padding: 0;
  }
  .hero-baseline {
    font-size: 9px;
  }
  .capability-strip .container {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10px;
    gap: 14px 26px;
  }
  .section {
    padding: 75px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 25px;
    max-width: 540px;
  }
  .section-heading > .text-link {
    margin-top: 18px;
  }
  .feature-panel {
    grid-template-columns: 1fr;
  }
  .feature-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    align-items: start;
  }
  .feature-number {
    display: none;
  }
  .feature-copy .eyebrow,
  .feature-copy h3,
  .feature-copy > p {
    grid-column: 1;
  }
  .feature-copy .check-list {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin: 0;
    align-self: center;
  }
  .feature-copy .text-link {
    grid-column: 1 / -1;
  }
  .feature-tabs {
    overflow: auto;
  }
  .feature-tabs button {
    min-width: 100px;
  }
  .film-layout {
    gap: 30px;
  }
  .film-layout h2 {
    font-size: 32px;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-promo-layout {
    gap: 40px;
  }
  .learning-paths > a {
    gap: 15px;
  }
  .learning-paths h3 {
    font-size: 18px;
  }
  .lic-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lic-full summary {
    flex-wrap: wrap;
  }
  .lic-dl {
    margin-left: 0;
  }
  .site-footer p {
    display: none;
  }
}
@media (max-width: 600px) {
  .container,
  .rail {
    width: calc(100% - 40px);
  }
  .nav-inner {
    height: 66px;
    padding: 0 20px;
    gap: 12px;
  }
  .brand {
    font-size: 17px;
  }
  .brand img {
    width: 26px;
  }
  .nav-actions {
    gap: 3px;
  }
  .menu-toggle {
    display: grid;
    border: 0;
    font-size: 18px;
  }
  .nav-links {
    display: none;
    position: absolute;
    inset: 66px 0 auto;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 16px 24px;
    gap: 0;
    box-shadow: 0 15px 25px #0003;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links a {
    font-size: 14px;
    padding: 8px 0;
  }
  .hero-layout {
    padding-top: 44px;
    padding-bottom: 55px;
    gap: 72px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0;
    gap: 9px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(34px, 8.6vw, 51px);
    letter-spacing: -0.055em;
  }
  .hero-description {
    font-size: 13px;
    margin: 22px 0 26px;
  }
  .hero .button-row {
    gap: 10px;
  }
  .hero .button {
    font-size: 10px;
    padding: 13px 15px;
    gap: 9px;
    min-height: 46px;
  }
  .hero-footnote {
    gap: 13px;
    font-size: 9px;
  }
  .hero-visual {
    width: 92%;
    min-height: 225px;
  }
  .workspace-stack {
    margin: 10px 0 24px;
    transform: rotateY(-6deg) rotateZ(-2deg);
  }
  .window-bar {
    padding: 10px 12px;
    font-size: 7px;
  }
  .floating-note {
    padding: 10px;
    gap: 10px;
  }
  .floating-note strong {
    font-size: 8px;
  }
  .floating-note .micro {
    font-size: 6px;
  }
  .note-top {
    top: -35px;
    right: 0;
  }
  .note-bottom {
    bottom: -28px;
    left: -10px;
  }
  .note-symbol,
  .note-check {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .note-line {
    display: none;
  }
  .visual-caption {
    font-size: 7px;
    margin-top: 30px;
  }
  .hero-baseline {
    padding: 15px 0;
    gap: 30px;
    font-size: 8px;
  }
  .hero-baseline > a {
    white-space: nowrap;
    gap: 8px;
  }
  .capability-strip .container {
    padding: 20px 0;
    gap: 10px 18px;
    font-size: 9px;
  }
  .capability-strip span:before {
    margin-right: 8px;
  }
  .section {
    padding: 62px 0;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 32px;
    letter-spacing: -0.055em;
  }
  .section-heading {
    margin-bottom: 26px;
  }
  .section-heading > p {
    font-size: 12px;
    margin-top: 20px;
  }
  .feature-tabs button {
    min-width: 97px;
    padding: 17px 12px;
    font-size: 11px;
  }
  .feature-panel {
    padding-top: 28px;
  }
  .feature-copy {
    display: block;
  }
  .feature-copy h3 {
    font-size: 28px;
  }
  .feature-copy .check-list {
    margin: 20px 0 5px;
  }
  .feature-copy .text-link {
    margin-bottom: 0;
  }
  .feature-image .micro {
    font-size: 6px;
  }
  .section-note {
    font-size: 9px;
    margin-top: 20px;
  }
  .zoom-label {
    opacity: 1;
    padding: 5px 9px;
    font-size: 8px;
    bottom: 10px;
    right: 10px;
  }
  .film-section {
    padding: 50px 0;
  }
  .film-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .film-layout p:not(.eyebrow) {
    font-size: 12px;
    margin: 18px 0;
  }
  .film-caption {
    font-size: 7px;
  }
  .governance-layout {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 40px;
  }
  .authority-map {
    padding: 0 15px;
  }
  .role-layer {
    padding: 18px 22px;
  }
  .authority-connector {
    padding: 12px 0 9px;
  }
  .role-detail h3 {
    font-size: 32px;
  }
  .role-detail > p:not(.eyebrow) {
    font-size: 12px;
  }
  .role-controls li {
    font-size: 11px;
  }
  .governance-video {
    margin-top: 35px;
  }
  .governance-video summary {
    font-size: 11px;
    gap: 16px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid > a {
    padding: 25px;
  }
  .trust-grid h3 {
    margin: 20px 0 12px;
  }
  .trust-grid p {
    max-width: none;
  }
  .guide-promo-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .learning-paths h3 {
    font-size: 21px;
  }
  .learning-paths > a {
    padding: 24px 0;
  }
  .license {
    padding: 60px 0;
  }
  .sec-head h2 {
    font-size: 34px;
  }
  .lic-grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
    gap: 25px;
  }
  .price-card {
    padding: 28px;
  }
  .lic-full summary {
    font-size: 11px;
  }
  .lic-full .tog {
    margin-left: auto;
  }
  .lic-dl {
    order: 5;
    flex-basis: 100%;
    padding-left: 34px;
  }
  .closing-section {
    padding: 65px 0;
  }
  .closing-section h2 {
    font-size: 44px;
  }
  .closing-section .button {
    font-size: 11px;
    padding: 13px 17px;
  }
  .site-footer > .container {
    flex-wrap: wrap;
    gap: 22px;
  }
  .site-footer nav {
    margin-left: 0;
    gap: 22px;
    font-size: 10px;
  }
  .site-footer .footer-bottom {
    gap: 4px 10px;
    font-size: 8px;
    margin-top: 24px;
  }
  .footer-bottom > span:nth-child(2) {
    margin-left: 0;
  }
  .footer-bottom .text-button {
    margin-left: auto;
  }
  .dialog-header {
    padding: 14px;
  }
  .dialog-header h2 {
    font-size: 19px;
  }
  .film-chapters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 8px;
  }
  .film-transcript {
    padding: 14px;
  }
  .film-chapters button span {
    font-size: 10px;
  }
  .film-options {
    padding: 6px 14px 12px;
  }
  .media-dialog video {
    max-height: 45dvh;
  }
  .image-dialog p {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .workspace-stack,
  .role-layer {
    transform: none !important;
  }
}
.motion-off {
  scroll-behavior: auto;
}
.motion-off *,
.motion-off *::before,
.motion-off *::after {
  animation: none !important;
  transition: none !important;
}
.motion-off .workspace-stack,
.motion-off .role-layer {
  transform: none !important;
}
/* Reading sizes are intentionally larger than the secondary technical labels. */
.theme-light .workspace-window,
.theme-light .floating-note {
  box-shadow: 0 25px 60px #12303925;
}
.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (min-width: 901px) {
  .nav-links a {
    font-size: 12px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
  }
  .button {
    font-size: 13px;
  }
  .button-small {
    font-size: 11px;
  }
  .section-heading > p,
  .feature-copy > p:not(.eyebrow),
  .film-layout p:not(.eyebrow),
  .guide-promo-layout > div > p:not(.eyebrow) {
    font-size: 14px;
  }
  .check-list,
  .trust-grid p,
  .step p {
    font-size: 13px;
  }
  .role-controls li {
    font-size: 13px;
  }
  .learning-paths p {
    font-size: 12px;
  }
}
