:root {
  --jz-ink-950: #050b12;
  --jz-ink-900: #07131f;
  --jz-ink-850: #0b1926;
  --jz-ink-800: #102234;
  --jz-ink-700: #183247;
  --jz-steel-100: #eff8fa;
  --jz-steel-200: #d5e7ea;
  --jz-steel-300: #adc5cb;
  --jz-steel-400: #819ba5;
  --jz-steel-500: #617984;
  --jz-cyan-300: #66eef1;
  --jz-cyan-400: #24c7cb;
  --jz-cyan-500: #0aaab3;
  --jz-hot-300: #ffc169;
  --jz-hot-400: #ff9f43;
  --jz-hot-500: #f17124;
  --jz-paper-50: #f6f8f7;
  --jz-paper-100: #edf1ef;
  --jz-paper-200: #dce3e0;
  --jz-paper-300: #c7d1cd;
  --jz-text: #14232c;
  --jz-muted: #5e7077;
  --jz-line: rgba(154, 207, 211, 0.18);
  --jz-line-dark: rgba(11, 37, 48, 0.16);
  --jz-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
  --jz-radius: 18px;
  --jz-container: 1240px;
  --jz-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --jz-display: "Arial Narrow", "Roboto Condensed", Inter, ui-sans-serif, sans-serif;
  --jz-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/assets/jazarion_site/jazarion/r20260816a/fonts/IBMPlexSansArabic-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("/assets/jazarion_site/jazarion/r20260816a/fonts/IBMPlexSansArabic-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--jz-ink-950);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--jz-steel-100);
  background: var(--jz-ink-950);
  font-family: var(--jz-font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select {
  font: inherit;
}

button,
a,
label,
select {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button {
  color: inherit;
}

::selection {
  color: var(--jz-ink-950);
  background: var(--jz-cyan-300);
}

:focus-visible {
  outline: 3px solid var(--jz-hot-300);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.jz-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.jz-sprite symbol,
.jz-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jz-page {
  position: relative;
  overflow: clip;
  background: var(--jz-ink-950);
}

.jz-container {
  width: min(calc(100% - 40px), var(--jz-container));
  margin-inline: auto;
}

.jz-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.jz-skip {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 9999;
  padding: 12px 16px;
  color: var(--jz-ink-950);
  background: var(--jz-cyan-300);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.jz-skip:focus {
  transform: translateY(0);
}

.jz-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1000;
  border-block-end: 1px solid transparent;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.jz-header.is-scrolled,
.jz-header.is-open {
  border-color: var(--jz-line);
  background: rgba(5, 11, 18, .92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.jz-header__inner {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 28px;
}

.jz-scroll-progress {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -1px;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--jz-cyan-300), var(--jz-hot-400));
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

[dir="rtl"] .jz-scroll-progress {
  transform-origin: right center;
}

.jz-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-block-end: 8px;
  line-height: 0;
}

.jz-brand .jz-brand__wordmark {
  width: clamp(138px, 10.5vw, 162px);
  height: auto;
  object-fit: contain;
}

.jz-brand--footer .jz-brand__wordmark {
  width: clamp(155px, 15vw, 190px);
}

.jz-brand__tech {
  position: absolute;
  display: flex;
  width: 12.222%;
  align-items: center;
  justify-content: space-between;
  right: auto;
  left: 74.667%;
  bottom: -1px;
  color: #ff5a00;
  font-family: var(--jz-mono);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255, 90, 0, .5);
  text-transform: uppercase;
  transform: translateY(32%);
  white-space: nowrap;
}

.jz-brand__tech i {
  font-style: normal;
}

.jz-brand--footer .jz-brand__tech {
  font-size: 7px;
}

.jz-brand__name {
  color: var(--jz-steel-100);
  font-family: var(--jz-display);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1;
  white-space: nowrap;
}

.jz-brand__name b {
  color: var(--jz-cyan-400);
  font: inherit;
}

.jz-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(18px, 2.1vw, 34px);
}

.jz-nav a,
.jz-text-link {
  position: relative;
  color: var(--jz-steel-300);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: color .2s ease;
}

.jz-nav a::after {
  position: absolute;
  inset-inline: 0;
  inset-block-end: -9px;
  height: 2px;
  content: "";
  background: var(--jz-cyan-400);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.jz-nav a:hover,
.jz-text-link:hover {
  color: var(--jz-steel-100);
}

.jz-nav a:hover::after {
  transform: scaleX(1);
}

.jz-header__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
}

.jz-language {
  display: inline-flex;
  border: 1px solid var(--jz-line);
  background: rgba(14, 34, 49, .66);
}

.jz-language select {
  width: 138px;
  min-height: 34px;
  padding: 6px 28px 6px 9px;
  border: 0;
  color: var(--jz-steel-200);
  background: transparent;
  color-scheme: dark;
  font-family: var(--jz-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
  outline: none;
  cursor: pointer;
}

.jz-language select:focus-visible {
  box-shadow: inset 0 0 0 2px var(--jz-cyan-300);
}

.jz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  gap: 12px;
  border: 1px solid var(--jz-cyan-300);
  color: var(--jz-ink-950);
  background: var(--jz-cyan-300);
  box-shadow: 0 0 0 0 rgba(102, 238, 241, 0);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .035em;
  text-align: center;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.jz-button svg {
  width: 18px;
  height: 18px;
  transition: transform .2s ease;
}

.jz-button:hover {
  border-color: var(--jz-steel-100);
  background: var(--jz-steel-100);
  box-shadow: 0 12px 32px rgba(102, 238, 241, .14);
  transform: translateY(-2px);
}

.jz-button:hover svg {
  transform: translateX(4px);
}

[dir="rtl"] .jz-button:hover svg {
  transform: translateX(-4px) rotate(180deg);
}

[dir="rtl"] .jz-button svg,
[dir="rtl"] .jz-engine-card > a svg {
  transform: rotate(180deg);
}

.jz-button--small {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 10px;
}

.jz-button--small svg {
  width: 14px;
  height: 14px;
}

.jz-button--ghost {
  border-color: var(--jz-line);
  color: var(--jz-steel-200);
  background: rgba(10, 26, 39, .52);
  box-shadow: none;
}

.jz-button--ghost:hover {
  border-color: var(--jz-cyan-300);
  color: var(--jz-cyan-300);
  background: rgba(10, 26, 39, .9);
}

.jz-button--full {
  width: 100%;
}

.jz-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--jz-line);
  background: rgba(14, 34, 49, .66);
  cursor: pointer;
}

.jz-menu-button svg {
  width: 22px;
  height: 22px;
}

.jz-menu-close {
  display: none;
}

.jz-menu-button[aria-expanded="true"] .jz-menu-open {
  display: none;
}

.jz-menu-button[aria-expanded="true"] .jz-menu-close {
  display: block;
}

.jz-hero {
  position: relative;
  min-height: 820px;
  padding-block: 150px 34px;
  border-block-end: 1px solid var(--jz-line);
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 199, 203, .16), transparent 30%),
    radial-gradient(circle at 88% 38%, rgba(241, 113, 36, .1), transparent 29%),
    linear-gradient(145deg, var(--jz-ink-950), var(--jz-ink-900) 55%, #071824);
}

.jz-hero__grid,
.jz-final__grid,
.jz-community__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(102, 238, 241, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 88%);
}

.jz-hero__glow {
  position: absolute;
  width: 620px;
  height: 620px;
  inset-block-start: 90px;
  inset-inline-end: -220px;
  border: 1px solid rgba(102, 238, 241, .08);
  border-radius: 50%;
  background: url("jazarion-symbol.png") center / 62% no-repeat;
  opacity: .12;
  box-shadow: 0 0 0 70px rgba(102, 238, 241, .025), 0 0 0 150px rgba(102, 238, 241, .018);
}

.jz-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(50px, 7vw, 96px);
}

.jz-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--jz-cyan-300);
  font-family: var(--jz-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jz-kicker > span:first-child {
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.jz-kicker--dark {
  color: var(--jz-cyan-500);
}

.jz-hero h1,
.jz-section-head h2,
.jz-final h2,
.jz-heritage h2,
.jz-global h2 {
  margin: 0;
  font-family: var(--jz-display);
  font-weight: 900;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.jz-hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: .93;
  text-transform: uppercase;
}

.jz-hero h1 span {
  display: block;
}

.jz-hero h1 span:last-child {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--jz-cyan-300);
  text-shadow: 0 0 36px rgba(36, 199, 203, .15);
}

.jz-hero__lede {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--jz-steel-300);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.jz-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-start: 34px;
}

.jz-assurance {
  display: flex;
  flex-wrap: wrap;
  margin: 28px 0 0;
  padding: 0;
  gap: 12px 22px;
  list-style: none;
}

.jz-assurance li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--jz-steel-400);
  font-size: 11px;
}

.jz-assurance svg {
  width: 15px;
  height: 15px;
  color: var(--jz-cyan-400);
}

.jz-project-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(102, 238, 241, .22);
  background: linear-gradient(145deg, rgba(18, 42, 57, .92), rgba(7, 19, 31, .96));
  box-shadow: var(--jz-shadow);
}

.jz-project-panel::before,
.jz-project-panel::after {
  position: absolute;
  width: 42px;
  height: 42px;
  content: "";
  pointer-events: none;
}

.jz-project-panel::before {
  inset-block-start: -1px;
  inset-inline-start: -1px;
  border-block-start: 2px solid var(--jz-cyan-300);
  border-inline-start: 2px solid var(--jz-cyan-300);
}

.jz-project-panel::after {
  inset-block-end: -1px;
  inset-inline-end: -1px;
  border-block-end: 2px solid var(--jz-hot-400);
  border-inline-end: 2px solid var(--jz-hot-400);
}

.jz-project-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-block-end: 20px;
  border-block-end: 1px solid var(--jz-line);
}

.jz-micro {
  color: var(--jz-cyan-400);
  font-family: var(--jz-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.4;
}

.jz-project-panel h2 {
  max-width: 360px;
  margin: 8px 0 0;
  color: var(--jz-steel-100);
  font-size: 18px;
  line-height: 1.3;
}

.jz-status {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  color: var(--jz-cyan-300);
  font-family: var(--jz-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jz-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jz-cyan-400);
  box-shadow: 0 0 0 5px rgba(36, 199, 203, .11);
}

.jz-intake {
  display: grid;
  gap: 18px;
  padding-block-start: 20px;
}

.jz-dropzone {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 16px;
  border: 1px dashed rgba(102, 238, 241, .36);
  background: rgba(3, 12, 20, .44);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}

.jz-dropzone:hover,
.jz-dropzone.is-dragover {
  border-color: var(--jz-cyan-300);
  background: rgba(36, 199, 203, .08);
}

.jz-dropzone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.jz-dropzone__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--jz-line);
  color: var(--jz-cyan-300);
  background: rgba(36, 199, 203, .07);
}

.jz-dropzone__icon svg {
  width: 22px;
  height: 22px;
}

.jz-dropzone__content {
  min-width: 0;
}

.jz-dropzone strong,
.jz-dropzone small {
  display: block;
}

.jz-dropzone strong {
  overflow: hidden;
  color: var(--jz-steel-100);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jz-dropzone small {
  margin-block-start: 4px;
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .04em;
}

.jz-dropzone__action {
  padding: 7px 9px;
  color: var(--jz-cyan-300);
  background: rgba(36, 199, 203, .08);
  font-family: var(--jz-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jz-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(110px, .6fr);
  gap: 12px;
}

.jz-field--wide {
  grid-column: 1 / -1;
}

.jz-form-grid label > span {
  display: block;
  margin-block-end: 6px;
  color: var(--jz-steel-400);
  font-size: 10px;
  font-weight: 700;
}

.jz-form-grid select,
.jz-form-grid input {
  width: 100%;
  height: 46px;
  padding-inline: 13px;
  border: 1px solid var(--jz-line);
  border-radius: 0;
  color: var(--jz-steel-100);
  background: rgba(3, 12, 20, .68);
  outline: none;
  font-size: 11px;
}

.jz-form-grid select:focus,
.jz-form-grid input:focus {
  border-color: var(--jz-cyan-300);
}

.jz-form-grid select option {
  color: var(--jz-steel-100);
  background: var(--jz-ink-900);
}

.jz-intake__route {
  padding: 13px;
  border: 1px solid var(--jz-line);
  background: rgba(3, 12, 20, .42);
}

.jz-intake__route-label {
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .15em;
}

.jz-route-track {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 13px 7px 7px;
}

.jz-route-track::before {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 4px;
  height: 1px;
  content: "";
  background: linear-gradient(to right, var(--jz-cyan-400) 33%, var(--jz-line) 33%);
}

[dir="rtl"] .jz-route-track::before {
  background: linear-gradient(to left, var(--jz-cyan-400) 33%, var(--jz-line) 33%);
}

.jz-route-track i {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  border: 2px solid var(--jz-ink-800);
  border-radius: 50%;
  background: var(--jz-steel-500);
}

.jz-route-track i:first-child,
.jz-route-track i:nth-child(2) {
  background: var(--jz-cyan-400);
}

.jz-intake__route ol {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 7px;
  letter-spacing: .06em;
  list-style: none;
  text-transform: uppercase;
}

.jz-intake__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: -6px 0 0;
  color: var(--jz-steel-500);
  font-size: 9px;
  line-height: 1.5;
}

.jz-intake__note svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin-block-start: 1px;
}

.jz-signal-bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block-start: 76px;
  border-block: 1px solid var(--jz-line);
}

.jz-signal-bar > div {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding-inline: 22px;
  gap: 14px;
  border-inline-end: 1px solid var(--jz-line);
  color: var(--jz-steel-400);
  font-size: 11px;
  font-weight: 700;
}

.jz-signal-bar > div:last-child {
  border-inline-end: 0;
}

.jz-signal-bar b {
  color: var(--jz-cyan-400);
  font-family: var(--jz-mono);
  font-size: 9px;
  letter-spacing: .1em;
}

.jz-section {
  position: relative;
  padding-block: clamp(84px, 10vw, 132px);
}

.jz-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  align-items: end;
  gap: 70px;
  margin-block-end: 56px;
}

.jz-section-head--stacked {
  display: block;
}

.jz-section-head--stacked > p:last-child {
  margin-block-start: 20px;
}

.jz-section-head h2,
.jz-global h2,
.jz-heritage h2 {
  color: var(--jz-text);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}

.jz-section-head > p,
.jz-global__copy > p,
.jz-heritage__layout > div:last-child > p:last-child {
  margin: 0;
  color: var(--jz-muted);
  font-size: 16px;
  line-height: 1.75;
}

.jz-platform,
.jz-workflow,
.jz-global,
.jz-faq {
  color: var(--jz-text);
  background: var(--jz-paper-100);
}

.jz-platform::before,
.jz-global::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(rgba(8, 45, 56, .11) .8px, transparent .8px);
  background-size: 15px 15px;
  opacity: .34;
}

.jz-platform .jz-container,
.jz-global .jz-container {
  position: relative;
}

.jz-engine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.jz-engine-card {
  --card-accent: var(--jz-hot-500);
  position: relative;
  display: flex;
  min-height: 510px;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--jz-line-dark);
  color: var(--jz-steel-100);
  background: linear-gradient(155deg, #172736, #0c1822 64%);
  box-shadow: 0 24px 64px rgba(8, 24, 31, .13);
  transition: transform .25s ease, box-shadow .25s ease;
}

.jz-engine-card:hover {
  box-shadow: 0 30px 76px rgba(8, 24, 31, .2);
  transform: translateY(-6px);
}

.jz-engine-card--cyan {
  --card-accent: var(--jz-cyan-400);
}

.jz-engine-card--hot {
  --card-accent: var(--jz-hot-400);
  background: linear-gradient(155deg, #392116, #141921 68%);
}

.jz-engine-card::after {
  position: absolute;
  width: 190px;
  height: 190px;
  inset-block-start: -78px;
  inset-inline-end: -72px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 28%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 32px color-mix(in srgb, var(--card-accent) 3%, transparent), 0 0 0 64px color-mix(in srgb, var(--card-accent) 2%, transparent);
  content: "";
}

.jz-engine-card__index {
  position: absolute;
  inset-block-start: 30px;
  inset-inline-end: 30px;
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 10px;
}

.jz-engine-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-block-end: 38px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 35%, transparent);
  color: var(--card-accent);
  background: color-mix(in srgb, var(--card-accent) 8%, transparent);
}

.jz-engine-card__icon svg {
  width: 28px;
  height: 28px;
}

.jz-engine-card h3 {
  margin: 10px 0 15px;
  color: var(--jz-steel-100);
  font-size: 25px;
  line-height: 1.15;
}

.jz-engine-card > p:not(.jz-micro) {
  margin: 0;
  color: var(--jz-steel-400);
  font-size: 14px;
  line-height: 1.7;
}

.jz-engine-card ul {
  display: grid;
  margin: 28px 0 34px;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.jz-engine-card li {
  position: relative;
  padding-inline-start: 17px;
  color: var(--jz-steel-300);
  font-size: 12px;
}

.jz-engine-card li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  inset-block-start: .55em;
  inset-inline-start: 0;
  content: "";
  background: var(--card-accent);
}

.jz-engine-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: auto;
  padding-block-start: 18px;
  border-block-start: 1px solid var(--jz-line);
  color: var(--card-accent);
  font-size: 11px;
  font-weight: 800;
}

.jz-engine-card > a svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.jz-engine-card > a:hover svg {
  transform: translateX(5px);
}

[dir="rtl"] .jz-engine-card > a:hover svg {
  transform: translateX(-5px) rotate(180deg);
}

.jz-capabilities,
.jz-operations {
  background: var(--jz-ink-900);
}

.jz-section-head--light h2 {
  color: var(--jz-steel-100);
}

.jz-section-head--light > p {
  color: var(--jz-steel-400);
}

.jz-explorer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 28px;
  padding: 13px;
  gap: 18px;
  border: 1px solid var(--jz-line);
  background: rgba(4, 14, 23, .58);
}

.jz-search {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 12px;
}

.jz-search svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--jz-cyan-300);
}

.jz-search input {
  width: 100%;
  min-width: 0;
  padding: 8px 0;
  border: 0;
  color: var(--jz-steel-100);
  background: transparent;
  outline: none;
  font-size: 14px;
}

.jz-search input::placeholder {
  color: var(--jz-steel-500);
}

.jz-search kbd {
  display: inline-grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--jz-line);
  color: var(--jz-steel-500);
  background: var(--jz-ink-850);
  font-family: var(--jz-mono);
  font-size: 10px;
}

.jz-filters {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
}

.jz-filters button {
  padding: 9px 12px;
  border: 1px solid transparent;
  color: var(--jz-steel-400);
  background: transparent;
  font-family: var(--jz-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
}

.jz-filters button:hover {
  color: var(--jz-steel-100);
}

.jz-filters button.is-active {
  border-color: var(--jz-cyan-400);
  color: var(--jz-ink-950);
  background: var(--jz-cyan-300);
}

.jz-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  perspective: 1400px;
}

.jz-capability-card {
  --cap-rx: 0deg;
  --cap-ry: 0deg;
  --cap-glow-x: 50%;
  --cap-glow-y: 20%;
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(102, 238, 241, .2);
  background:
    radial-gradient(circle at var(--cap-glow-x) var(--cap-glow-y), rgba(102, 238, 241, .16), transparent 34%),
    linear-gradient(152deg, #102b39 0%, #081925 56%, #050f18 100%);
  box-shadow: 0 20px 48px rgba(3, 15, 23, .2), inset 0 1px 0 rgba(255, 255, 255, .035);
  transform: perspective(1100px) rotateX(var(--cap-rx)) rotateY(var(--cap-ry)) translateZ(0);
  transform-style: preserve-3d;
  transition: border-color .35s ease, box-shadow .35s ease, transform .18s ease-out;
}

.jz-capability-card::before {
  position: absolute;
  z-index: 1;
  inset: -45% -65%;
  content: "";
  background: linear-gradient(112deg, transparent 39%, rgba(255, 255, 255, .16) 49%, rgba(102, 238, 241, .08) 54%, transparent 64%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-48%) rotate(8deg);
  transition: opacity .35s ease, transform .8s cubic-bezier(.2, .75, .2, 1);
}

.jz-capability-card::after {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  inset-inline-end: 12px;
  inset-block-end: 12px;
  border-inline-end: 1px solid rgba(255, 90, 0, .42);
  border-block-end: 1px solid rgba(255, 90, 0, .42);
  content: "";
  opacity: .55;
  pointer-events: none;
  transition: width .35s ease, height .35s ease, opacity .35s ease;
}

.jz-capability-card > * {
  position: relative;
  z-index: 2;
  transform: translateZ(18px);
}

.jz-capability-card:hover {
  z-index: 3;
  border-color: rgba(102, 238, 241, .55);
  box-shadow: 0 32px 70px rgba(3, 15, 23, .34), 0 0 34px rgba(36, 199, 203, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.jz-capability-card:hover::before {
  opacity: .9;
  transform: translateX(48%) rotate(8deg);
}

.jz-capability-card:hover::after {
  width: 64px;
  height: 64px;
  opacity: 1;
}

.jz-capability-card--hot {
  border-color: rgba(255, 116, 40, .25);
  background:
    radial-gradient(circle at var(--cap-glow-x) var(--cap-glow-y), rgba(255, 90, 0, .17), transparent 36%),
    linear-gradient(152deg, #302018 0%, #17171b 56%, #090f16 100%);
}

.jz-capability-card--hot:hover {
  border-color: rgba(255, 116, 40, .62);
  box-shadow: 0 32px 70px rgba(20, 10, 5, .34), 0 0 34px rgba(255, 90, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.jz-capability-card > svg {
  width: 36px;
  height: 36px;
  margin-block: 30px 24px;
  color: var(--jz-cyan-300);
}

.jz-capability-card--hot > svg,
.jz-capability-card--hot .jz-micro {
  color: var(--jz-hot-400);
}

.jz-capability-card h3 {
  margin: 0 0 12px;
  color: var(--jz-steel-100);
  font-size: 18px;
  line-height: 1.25;
}

.jz-capability-card p {
  margin: 0;
  color: #a9bdc2;
  font-size: 12px;
  line-height: 1.65;
}

.jz-capability-card > div {
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 20px;
  gap: 6px;
}

.jz-capability-card > div span {
  padding: 5px 7px;
  border: 1px solid rgba(102, 238, 241, .1);
  color: #9fb7bd;
  background: rgba(102, 238, 241, .075);
  font-family: var(--jz-mono);
  font-size: 7px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.jz-capability-card__action {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  margin-block-start: auto;
  padding: 11px 10px 0;
  gap: 12px;
  border-block-start: 1px solid rgba(102, 238, 241, .16);
  color: var(--jz-cyan-300);
  font-family: var(--jz-mono);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.jz-capability-card--hot .jz-capability-card__action {
  border-block-start-color: rgba(255, 116, 40, .2);
  color: var(--jz-hot-300);
}

.jz-capability-card__action svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.jz-capability-card__action:hover,
.jz-capability-card__action:focus-visible {
  border-block-start-color: currentColor;
  color: #fff;
  background: rgba(102, 238, 241, .06);
  outline: none;
}

.jz-capability-card__action:hover svg,
.jz-capability-card__action:focus-visible svg {
  transform: translateX(4px);
}

[dir="rtl"] .jz-capability-card__action svg {
  transform: rotate(180deg);
}

[dir="rtl"] .jz-capability-card__action:hover svg,
[dir="rtl"] .jz-capability-card__action:focus-visible svg {
  transform: translateX(-4px) rotate(180deg);
}

.jz-empty {
  margin: 0;
  padding: 48px 20px;
  border: 1px solid var(--jz-line);
  color: var(--jz-steel-400);
  text-align: center;
}

.jz-workflow__layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(400px, .75fr);
  align-items: start;
  gap: clamp(60px, 9vw, 120px);
}

.jz-steps {
  position: relative;
  display: grid;
  margin: 42px 0 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.jz-steps::before {
  position: absolute;
  width: 1px;
  inset-block: 18px;
  inset-inline-start: 22px;
  content: "";
  background: linear-gradient(var(--jz-cyan-500), var(--jz-paper-300));
}

.jz-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  padding-block: 0 28px;
}

.jz-steps li > b {
  display: grid;
  z-index: 1;
  width: 46px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--jz-paper-300);
  color: var(--jz-cyan-500);
  background: var(--jz-paper-100);
  font-family: var(--jz-mono);
  font-size: 9px;
}

.jz-steps h3 {
  margin: 0;
  color: var(--jz-text);
  font-size: 17px;
}

.jz-steps p {
  margin: 6px 0 0;
  color: var(--jz-muted);
  font-size: 13px;
}

.jz-project-record {
  position: sticky;
  inset-block-start: 110px;
  padding: 25px;
  border: 1px solid var(--jz-line-dark);
  color: var(--jz-steel-100);
  background: linear-gradient(145deg, #102738, #07131f);
  box-shadow: 0 35px 80px rgba(9, 31, 39, .2);
}

.jz-project-record__head {
  display: flex;
  justify-content: space-between;
  padding-block-end: 17px;
  border-block-end: 1px solid var(--jz-line);
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.jz-project-record__part {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 22px;
  padding-block: 28px;
}

.jz-part-visual {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid var(--jz-line);
  background:
    linear-gradient(rgba(102, 238, 241, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .07) 1px, transparent 1px);
  background-size: 20px 20px;
}

.jz-part-visual span,
.jz-part-visual i,
.jz-part-visual b {
  position: absolute;
  display: block;
  border: 1px solid var(--jz-cyan-400);
}

.jz-part-visual span {
  width: 70px;
  height: 70px;
  inset: 25px;
  transform: rotate(45deg);
}

.jz-part-visual i {
  width: 34px;
  height: 34px;
  inset: 43px;
  border-radius: 50%;
  background: var(--jz-ink-900);
}

.jz-part-visual b {
  width: 8px;
  height: 8px;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  background: var(--jz-hot-400);
}

.jz-project-record__part small {
  color: var(--jz-cyan-400);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.jz-project-record__part h3 {
  margin: 7px 0 5px;
  font-size: 18px;
}

.jz-project-record__part p {
  margin: 0;
  color: var(--jz-steel-500);
  font-size: 10px;
}

.jz-project-record__meta {
  margin: 0;
  border-block-start: 1px solid var(--jz-line);
}

.jz-project-record__meta > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding-block: 13px;
  border-block-end: 1px solid var(--jz-line);
  gap: 16px;
}

.jz-project-record__meta dt,
.jz-project-record__meta dd {
  margin: 0;
}

.jz-project-record__meta dt {
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.jz-project-record__meta dd {
  color: var(--jz-steel-300);
  font-size: 10px;
}

.jz-project-record__trace {
  display: flex;
  justify-content: space-between;
  margin-block-start: 28px;
}

.jz-project-record__trace::before {
  position: absolute;
}

.jz-project-record__trace span {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  color: var(--jz-steel-500);
}

.jz-project-record__trace i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--jz-steel-500);
  border-radius: 50%;
}

.jz-project-record__trace .is-done i {
  border-color: var(--jz-cyan-400);
  background: var(--jz-cyan-400);
}

.jz-project-record__trace .is-active i {
  border-color: var(--jz-hot-400);
  background: var(--jz-hot-400);
  box-shadow: 0 0 0 5px rgba(255, 159, 67, .13);
}

.jz-project-record__trace b {
  font-family: var(--jz-mono);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .04em;
}

.jz-foundry {
  overflow: hidden;
  background: linear-gradient(155deg, #160e0a, #0b1118 52%, #07131f);
}

.jz-foundry__heat {
  position: absolute;
  width: 720px;
  height: 720px;
  inset-block-start: -380px;
  inset-inline-end: -180px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(241, 113, 36, .28), rgba(241, 113, 36, .08) 32%, transparent 68%);
}

.jz-foundry .jz-section-head h2 {
  color: var(--jz-steel-100);
}

.jz-foundry .jz-section-head > p {
  color: var(--jz-steel-400);
}

.jz-foundry .jz-kicker,
.jz-foundry .jz-micro {
  color: var(--jz-hot-400);
}

.jz-foundry-shell {
  position: relative;
  border: 1px solid rgba(241, 113, 36, .3);
  background: linear-gradient(145deg, #0b1821 0%, #07131c 58%, #050d15 100%);
  box-shadow: 0 34px 90px rgba(7, 19, 28, .24);
}

.jz-foundry-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block-end: 1px solid rgba(255, 159, 67, .2);
}

.jz-foundry-tabs button {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding-inline: 24px;
  gap: 13px;
  border: 0;
  border-inline-end: 1px solid rgba(255, 159, 67, .2);
  color: var(--jz-steel-400);
  background: transparent;
  text-align: start;
  cursor: pointer;
}

body[data-market-page="home"] .jz-foundry-tabs button {
  border-radius: 0;
}

.jz-foundry-tabs button:last-child {
  border-inline-end: 0;
}

.jz-foundry-tabs button:hover {
  color: var(--jz-steel-100);
}

.jz-foundry-tabs button[aria-selected="true"] {
  color: var(--jz-ink-950);
  background: var(--jz-hot-500);
}

.jz-foundry-tabs span {
  font-family: var(--jz-mono);
  font-size: 9px;
}

.jz-foundry-tabs b {
  font-size: 13px;
}

.jz-foundry-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  gap: 70px;
  padding: clamp(32px, 5vw, 64px);
}

.jz-foundry-panel h3 {
  max-width: 680px;
  margin: 10px 0 18px;
  color: var(--jz-steel-100);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.1;
}

.jz-foundry-panel > div > p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--jz-steel-400);
  font-size: 14px;
  line-height: 1.75;
}

.jz-foundry-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jz-foundry-panel li {
  padding-block: 15px;
  border-block-end: 1px solid rgba(255, 159, 67, .14);
}

.jz-foundry-panel li span,
.jz-foundry-panel li b {
  display: block;
}

.jz-foundry-panel li span {
  margin-block-end: 5px;
  color: var(--jz-hot-400);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jz-foundry-panel li b {
  color: var(--jz-steel-300);
  font-size: 11px;
  font-weight: 600;
}

.jz-foundry-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-block-start: 1px solid rgba(255, 159, 67, .2);
  list-style: none;
}

.jz-foundry-process li {
  min-height: 88px;
  padding: 18px;
  border-inline-end: 1px solid rgba(255, 159, 67, .15);
}

.jz-foundry-process li:last-child {
  border-inline-end: 0;
}

.jz-foundry-process b,
.jz-foundry-process span {
  display: block;
}

.jz-foundry-process b {
  color: var(--jz-hot-400);
  font-family: var(--jz-mono);
  font-size: 8px;
}

.jz-foundry-process span {
  margin-block-start: 8px;
  color: var(--jz-steel-300);
  font-size: 10px;
  font-weight: 700;
}

.jz-operations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--jz-line);
}

.jz-operation-card {
  min-height: 260px;
  padding: 30px;
  background: var(--jz-ink-850);
}

.jz-operation-card > span {
  color: var(--jz-cyan-400);
  font-family: var(--jz-mono);
  font-size: 9px;
}

.jz-operation-card h3 {
  margin: 74px 0 12px;
  color: var(--jz-steel-100);
  font-size: 18px;
}

.jz-operation-card p {
  margin: 0;
  color: var(--jz-steel-400);
  font-size: 12px;
  line-height: 1.65;
}

.jz-community {
  overflow: hidden;
  background: linear-gradient(145deg, #072027, #061019 68%);
}

.jz-community__mesh {
  opacity: .46;
  mask-image: linear-gradient(90deg, transparent, black 45%, black);
}

[dir="rtl"] .jz-community__mesh {
  mask-image: linear-gradient(-90deg, transparent, black 45%, black);
}

.jz-community__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
  gap: clamp(60px, 8vw, 108px);
}

.jz-community__copy h2 {
  margin: 0;
  font-family: var(--jz-display);
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.jz-community__copy > p:not(.jz-kicker) {
  margin: 24px 0 0;
  color: var(--jz-steel-300);
  font-size: 15px;
  line-height: 1.75;
}

.jz-role-cloud {
  display: flex;
  flex-wrap: wrap;
  margin-block: 28px 34px;
  gap: 8px;
}

.jz-role-cloud span {
  padding: 8px 10px;
  border: 1px solid var(--jz-line);
  color: var(--jz-steel-300);
  background: rgba(102, 238, 241, .045);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.jz-community-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.jz-community-card {
  display: grid;
  grid-template-columns: 45px 1fr;
  min-height: 210px;
  padding: 26px;
  gap: 18px;
  border: 1px solid rgba(102, 238, 241, .2);
  background: linear-gradient(145deg, #0b1d27 0%, #07131c 68%, #050e16 100%);
  box-shadow: 0 22px 54px rgba(7, 19, 28, .16);
  transition: border-color .25s ease, box-shadow .3s ease, transform .3s ease;
}

.jz-community-card:hover {
  border-color: rgba(102, 238, 241, .5);
  box-shadow: 0 28px 64px rgba(7, 19, 28, .24), 0 0 34px rgba(36, 199, 203, .08);
  transform: translateY(-3px);
}

.jz-community-card > svg {
  width: 34px;
  height: 34px;
  color: var(--jz-cyan-300);
}

.jz-community-card span {
  color: var(--jz-cyan-400);
  font-family: var(--jz-mono);
  font-size: 8px;
}

.jz-community-card h3 {
  margin: 25px 0 10px;
  color: var(--jz-steel-100);
  font-size: 17px;
}

.jz-community-card p {
  margin: 0;
  color: var(--jz-steel-300);
  font-size: 12px;
  line-height: 1.65;
}

.jz-global {
  position: relative;
  overflow: hidden;
  color: var(--jz-text);
  background:
    radial-gradient(circle at 68% 44%, rgba(10, 170, 179, .1), transparent 31rem),
    radial-gradient(circle at 12% 78%, rgba(241, 113, 36, .07), transparent 24rem),
    var(--jz-paper-50);
}

.jz-global::before {
  background-image:
    linear-gradient(rgba(7, 19, 31, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 31, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .7;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
}

.jz-global h2 {
  color: var(--jz-text);
}

.jz-global__intro .jz-kicker {
  color: var(--jz-ink-700);
}

.jz-global__intro .jz-kicker > span:first-child {
  background: var(--jz-cyan-500);
}

.jz-global__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .62fr);
  align-items: end;
  gap: 70px;
  margin-block-end: 52px;
}

.jz-global__intro h2 {
  max-width: 900px;
  margin-block-start: 18px;
  font-size: clamp(44px, 5.8vw, 76px);
}

.jz-global__intro > p {
  margin: 0;
  color: var(--jz-muted);
  font-size: 16px;
  line-height: 1.75;
}

.jz-network-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(430px, .95fr);
  min-height: 0;
  align-items: stretch;
  color: var(--jz-steel-100);
  border: 1px solid rgba(102, 238, 241, .16);
  background: rgba(5, 15, 23, .72);
  box-shadow: 0 50px 120px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
}

.jz-global-map {
  --map-rx: 7deg;
  --map-ry: -2deg;
  --map-glow-x: 50%;
  --map-glow-y: 45%;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: clamp(590px, 42vw, 660px);
  overflow: hidden;
  border-inline-end: 1px solid rgba(102, 238, 241, .12);
  background:
    radial-gradient(circle at var(--map-glow-x) var(--map-glow-y), rgba(102, 238, 241, .13), transparent 27%),
    linear-gradient(145deg, rgba(8, 31, 43, .82), rgba(3, 10, 16, .96));
  perspective: 1300px;
}

.jz-global-map::after {
  position: absolute;
  inset: 17% 9% 18%;
  content: "";
  border: 1px solid rgba(102, 238, 241, .1);
  box-shadow: 0 0 90px rgba(10, 170, 179, .12), inset 0 0 70px rgba(10, 170, 179, .06);
  transform: perspective(900px) rotateX(64deg) translateY(28%);
  pointer-events: none;
}

.jz-network-map__status {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  inset-block-start: 22px;
  inset-inline: 24px;
  gap: 10px;
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .12em;
}

.jz-network-map__status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jz-cyan-300);
  box-shadow: 0 0 0 6px rgba(102, 238, 241, .08), 0 0 18px rgba(102, 238, 241, .7);
  animation: jz-network-status 2.4s ease-in-out infinite;
}

.jz-network-map__status b {
  color: var(--jz-steel-300);
}

.jz-network-map__status i {
  margin-inline-start: auto;
  color: var(--jz-hot-400);
  font-style: normal;
}

.jz-network-stage {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100%;
  align-items: center;
  padding: 62px 16px 82px;
  transform-style: preserve-3d;
}

.jz-network-stage > svg {
  width: 100%;
  height: auto;
  overflow: visible;
  color: var(--jz-cyan-300);
  filter: drop-shadow(0 38px 36px rgba(0, 0, 0, .42));
  transform: rotateX(var(--map-rx)) rotateY(var(--map-ry)) translateZ(22px);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform .25s cubic-bezier(.22, .75, .22, 1);
}

.jz-network-grid {
  fill: rgba(7, 25, 35, .52);
  stroke: rgba(102, 238, 241, .13);
}

.jz-network-orbit {
  fill: none;
  stroke: rgba(102, 238, 241, .16);
  stroke-width: 1;
  stroke-dasharray: 4 11;
  transform-origin: 565px 267px;
  animation: jz-network-orbit 28s linear infinite;
}

.jz-network-orbit--inner {
  stroke: rgba(241, 113, 36, .18);
  animation-direction: reverse;
  animation-duration: 22s;
}

.jz-world-land {
  fill: url(#network-land);
  stroke: rgba(102, 238, 241, .28);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  transition: fill .28s ease, stroke .28s ease, filter .28s ease, transform .28s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.jz-world-land:hover,
.jz-world-land:focus-visible,
.jz-world-land.is-active {
  fill: url(#network-active);
  stroke: #baffff;
  filter: url(#network-glow);
  outline: none;
  transform: translateY(-4px) scale(1.015);
}

.jz-world-land--polar {
  cursor: default;
  opacity: .45;
}

.jz-world-land--polar:hover {
  fill: url(#network-land);
  stroke: rgba(102, 238, 241, .28);
  filter: none;
  transform: none;
}

.jz-network-routes path {
  fill: none;
  stroke: var(--jz-cyan-300);
  stroke-width: 1.6;
  stroke-dasharray: 3 9;
  vector-effect: non-scaling-stroke;
  opacity: .48;
  animation: jz-network-flow 3.8s linear infinite;
}

.jz-network-routes path:nth-child(even) {
  stroke: var(--jz-hot-400);
  animation-direction: reverse;
  opacity: .38;
}

.jz-network-packet {
  fill: #fff;
  filter: url(#network-glow);
}

.jz-network-nodes circle {
  fill: var(--jz-cyan-300);
  stroke: rgba(102, 238, 241, .15);
  stroke-width: 12;
}

.jz-network-core {
  cursor: pointer;
  outline: none;
}

.jz-network-core__halo {
  fill: url(#network-core);
  opacity: .42;
  transform-box: fill-box;
  transform-origin: center;
  animation: jz-network-core 2.6s ease-in-out infinite;
}

.jz-network-core__pulse {
  fill: rgba(241, 113, 36, .16);
  stroke: var(--jz-hot-400);
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  animation: jz-network-pulse 2.6s ease-out infinite;
}

.jz-network-core__point {
  fill: #fff;
  filter: url(#network-glow);
}

.jz-network-core > path {
  fill: none;
  stroke: #ffd0a1;
  stroke-width: 1.4;
  transition: transform .25s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.jz-network-core:hover > path,
.jz-network-core:focus-visible > path,
.jz-network-core.is-active > path {
  transform: rotate(45deg) scale(1.2);
}

.jz-network-labels text {
  fill: rgba(183, 209, 214, .68);
  font-family: var(--jz-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  pointer-events: none;
}

.jz-network-labels .jz-network-label--core {
  fill: #ffb16f;
  font-size: 9px;
}

.jz-digital-traces circle {
  fill: var(--jz-cyan-300);
  opacity: .7;
  animation: jz-network-trace 2.8s ease-in-out infinite;
}

.jz-digital-traces circle:nth-child(2n) { animation-delay: -.8s; }
.jz-digital-traces circle:nth-child(3n) { animation-delay: -1.6s; }

.jz-network-controls {
  position: absolute;
  z-index: 5;
  display: flex;
  inset-inline: 22px;
  inset-block-end: 20px;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jz-network-controls::-webkit-scrollbar {
  display: none;
}

.jz-network-controls button {
  flex: 0 0 auto;
  padding: 9px 11px;
  border: 1px solid rgba(102, 238, 241, .14);
  color: var(--jz-steel-400);
  background: rgba(5, 17, 26, .82);
  font-family: var(--jz-mono);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
  cursor: pointer;
}

.jz-network-controls button:hover,
.jz-network-controls button:focus-visible,
.jz-network-controls button[aria-pressed="true"] {
  border-color: var(--jz-cyan-300);
  color: #051017;
  background: var(--jz-cyan-300);
  outline: none;
}

.jz-network-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 3.2vw, 50px);
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(10, 35, 46, .96), rgba(5, 15, 23, .98)),
    #07131f;
}

.jz-network-card::before {
  position: absolute;
  width: 240px;
  aspect-ratio: 1;
  inset-inline-end: -120px;
  inset-block-start: -100px;
  border: 1px solid rgba(102, 238, 241, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(102, 238, 241, .025), 0 0 0 76px rgba(102, 238, 241, .018);
  content: "";
}

.jz-network-card.is-changing > *:not(.jz-network-card__index) {
  opacity: .35;
  transform: translateY(5px);
}

.jz-network-card > * {
  position: relative;
  z-index: 1;
  transition: opacity .18s ease, transform .18s ease;
}

.jz-network-card__index {
  display: flex;
  align-items: center;
  margin-block-end: clamp(30px, 3vw, 42px);
  gap: 12px;
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 9px;
  letter-spacing: .12em;
}

.jz-network-card__index span {
  color: var(--jz-hot-400);
  font-size: 22px;
}

.jz-network-card__index i {
  width: 48px;
  height: 1px;
  background: rgba(102, 238, 241, .24);
}

.jz-network-card h3 {
  margin: 12px 0 20px;
  color: #fff;
  font-family: var(--jz-display);
  font-size: clamp(30px, 2.45vw, 42px);
  letter-spacing: -.04em;
  line-height: 1.06;
  hyphens: auto;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.jz-network-card > p:not(.jz-kicker) {
  margin: 0;
  color: var(--jz-steel-300);
  font-size: 14px;
  line-height: 1.75;
}

.jz-network-facts {
  display: grid;
  margin: 24px 0 0;
  border-block: 1px solid rgba(102, 238, 241, .12);
}

.jz-network-facts > div {
  display: grid;
  grid-template-columns: minmax(78px, .32fr) minmax(0, 1fr);
  gap: 16px;
  padding-block: 14px;
  border-block-end: 1px solid rgba(102, 238, 241, .08);
}

.jz-network-facts > div:last-child {
  border-block-end: 0;
}

.jz-network-facts dt,
.jz-network-facts dd {
  margin: 0;
}

.jz-network-facts dt {
  color: var(--jz-cyan-400);
  font-family: var(--jz-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  overflow-wrap: anywhere;
}

.jz-network-facts dd {
  color: var(--jz-steel-300);
  font-size: 11px;
  line-height: 1.5;
}

.jz-network-card__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-block-start: 26px;
  gap: 20px;
}

.jz-global__note {
  max-width: 960px;
  margin: 28px 0 0 !important;
  padding-inline-start: 14px;
  border-inline-start: 2px solid var(--jz-hot-500);
  color: var(--jz-muted) !important;
  font-size: 11px !important;
  line-height: 1.6;
}

@keyframes jz-network-flow {
  to { stroke-dashoffset: -48; }
}

@keyframes jz-network-orbit {
  to { transform: rotate(360deg); }
}

@keyframes jz-network-core {
  50% { opacity: .72; transform: scale(1.16); }
}

@keyframes jz-network-pulse {
  0% { opacity: .9; transform: scale(.72); }
  80%, 100% { opacity: 0; transform: scale(1.7); }
}

@keyframes jz-network-trace {
  50% { opacity: .15; transform: scale(.5); }
}

@keyframes jz-network-status {
  50% { opacity: .5; transform: scale(.72); }
}

.jz-heritage {
  padding-block: 76px;
  border-block: 1px solid var(--jz-line);
  background: linear-gradient(135deg, #07131f, #0b2730);
}

.jz-heritage__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 70px;
}

.jz-heritage__mark {
  display: grid;
  width: 240px;
  height: 240px;
  place-items: center;
  border: 1px solid var(--jz-line);
  background: rgba(102, 238, 241, .035);
}

.jz-heritage__mark img {
  width: 160px;
  height: auto;
  opacity: .86;
}

.jz-heritage h2 {
  max-width: 900px;
  color: var(--jz-steel-100);
  font-size: clamp(34px, 4.5vw, 58px);
}

.jz-heritage__layout > div:last-child > p:last-child {
  max-width: 800px;
  margin-block-start: 20px;
  color: var(--jz-steel-300);
}

.jz-insights {
  position: relative;
  padding-block: clamp(92px, 10vw, 142px);
  overflow: hidden;
  border-block-end: 1px solid var(--jz-line);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 90, 0, .1), transparent 26%),
    radial-gradient(circle at 14% 70%, rgba(36, 199, 203, .12), transparent 30%),
    #030a11;
}

.jz-ai-teaser {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-block: 1px solid rgba(102, 238, 241, .2);
  background:
    radial-gradient(circle at 18% 48%, rgba(36, 199, 203, .2), transparent 24rem),
    linear-gradient(110deg, #050b12, #071c27 62%, #092d38);
}

.jz-ai-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(102, 238, 241, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.jz-ai-teaser__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1.2fr) minmax(150px, .38fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-block: 54px;
}

.jz-ai-teaser__visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  max-inline-size: 240px;
  border: 1px solid rgba(102, 238, 241, .18);
  background: rgba(4, 16, 24, .6);
  transform: perspective(700px) rotateX(8deg) rotateY(-9deg);
}

.jz-ai-teaser__visual::before,
.jz-ai-teaser__visual::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(102, 238, 241, .3);
  border-radius: 50%;
  animation: jz-insight-gear 14s linear infinite;
}

.jz-ai-teaser__visual::after {
  inset: 25%;
  border-color: rgba(255, 90, 0, .46);
  animation-direction: reverse;
  animation-duration: 9s;
}

.jz-ai-teaser__visual > b {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 11px;
  color: rgba(102, 238, 241, .58);
  font: 800 8px var(--jz-mono);
  letter-spacing: .14em;
  text-align: center;
}

.jz-ai-teaser__part {
  position: relative;
  inline-size: 38%;
  aspect-ratio: 1;
  border: 2px solid var(--jz-cyan-300);
  transform: rotate(45deg);
  box-shadow: inset 0 0 28px rgba(36, 199, 203, .18), 0 0 28px rgba(36, 199, 203, .12);
}

.jz-ai-teaser__part span {
  position: absolute;
  inset: 28%;
  border: 2px solid #ff5a00;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 90, 0, .38);
}

.jz-ai-teaser__part i {
  position: absolute;
  inline-size: 13%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--jz-cyan-300);
}

.jz-ai-teaser__part i:nth-child(1) { inset: 8% auto auto 8%; }
.jz-ai-teaser__part i:nth-child(2) { inset: 8% 8% auto auto; }
.jz-ai-teaser__part i:nth-child(3) { inset: auto 8% 8% auto; }
.jz-ai-teaser__part i:nth-child(4) { inset: auto auto 8% 8%; }

.jz-ai-teaser__copy h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: var(--jz-display);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}

.jz-ai-teaser__copy > p:not(.jz-kicker) {
  max-width: 720px;
  margin: 20px 0 24px;
  color: var(--jz-steel-300);
  font-size: 16px;
  line-height: 1.62;
}

.jz-ai-teaser__flow {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-block-start: 1px solid rgba(102, 238, 241, .18);
}

.jz-ai-teaser__flow li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 4px;
  border-block-end: 1px solid rgba(102, 238, 241, .15);
}

.jz-ai-teaser__flow b {
  color: #ff5a00;
  font: 800 10px var(--jz-mono);
}

.jz-ai-teaser__flow span {
  color: var(--jz-steel-300);
  font: 800 10px var(--jz-mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.jz-insights__grid {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(102, 238, 241, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .11) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.jz-insights .jz-container {
  position: relative;
}

.jz-insights__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr);
  align-items: end;
  margin-block-end: 48px;
  gap: clamp(42px, 8vw, 110px);
}

.jz-insights__head h2 {
  max-width: 900px;
  margin-block-start: 18px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 70px);
  line-height: 1;
}

.jz-insights__head > div:last-child > p {
  margin: 0;
  color: var(--jz-steel-300);
  font-size: 15px;
  line-height: 1.75;
}

.jz-insights__all {
  display: inline-flex;
  align-items: center;
  margin-block-start: 24px;
  gap: 10px;
  color: var(--jz-hot-300);
}

.jz-insights__all svg,
.jz-blog-card__read svg {
  width: 17px;
  height: 17px;
  transition: transform .25s ease;
}

.jz-insights__all:hover svg,
.jz-insights__all:focus-visible svg,
.jz-blog-card:hover .jz-blog-card__read svg,
.jz-blog-card:focus-within .jz-blog-card__read svg {
  transform: translateX(5px);
}

[dir="rtl"] .jz-insights__all:hover svg,
[dir="rtl"] .jz-insights__all:focus-visible svg,
[dir="rtl"] .jz-blog-card:hover .jz-blog-card__read svg,
[dir="rtl"] .jz-blog-card:focus-within .jz-blog-card__read svg {
  transform: translateX(-5px);
}

.jz-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  perspective: 1500px;
  perspective-origin: 50% 42%;
}

.jz-blog-card {
  --blog-glow-x: 50%;
  --blog-glow-y: 50%;
  --blog-rx: 0deg;
  --blog-ry: 0deg;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(102, 238, 241, .17);
  border-radius: 22px;
  color: var(--jz-steel-100);
  cursor: pointer;
  isolation: isolate;
  pointer-events: auto;
  touch-action: manipulation;
  background:
    radial-gradient(circle at var(--blog-glow-x) var(--blog-glow-y), rgba(102, 238, 241, .1), transparent 34%),
    linear-gradient(155deg, rgba(12, 34, 45, .98), rgba(4, 13, 21, .99));
  box-shadow: 0 32px 80px rgba(0, 0, 0, .28);
  transform: perspective(1200px) translate3d(0, 0, 0) rotateX(0) rotateY(0);
  transform-origin: 50% 48%;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    border-color .35s ease,
    box-shadow .45s ease,
    transform .58s cubic-bezier(.2, .75, .2, 1);
}

.jz-blog-card::after {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 13px;
  bottom: 13px;
  border-right: 1px solid rgba(255, 90, 0, .45);
  border-bottom: 1px solid rgba(255, 90, 0, .45);
  content: "";
  opacity: .55;
  pointer-events: none;
  transition: width .35s ease, height .35s ease, opacity .35s ease;
}

.jz-blog-card:hover,
.jz-blog-card:focus-within {
  border-color: rgba(102, 238, 241, .48);
  box-shadow: 0 38px 100px rgba(0, 0, 0, .42), 0 0 42px rgba(36, 199, 203, .1);
  transform: perspective(1200px) translate3d(0, -9px, 16px) rotateX(var(--blog-rx)) rotateY(var(--blog-ry));
}

.jz-blog-card:hover::after,
.jz-blog-card:focus-within::after {
  width: 82px;
  height: 82px;
  opacity: 1;
}

.jz-blog-card__hitarea {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

.jz-blog-card__read:focus-visible {
  outline: 3px solid var(--jz-hot-300);
  outline-offset: 5px;
}

.jz-blog-card__media {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  pointer-events: none;
  background: var(--jz-ink-850);
}

.jz-blog-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(to top, rgba(3, 10, 17, .82), transparent 52%),
    linear-gradient(120deg, rgba(36, 199, 203, .12), transparent 38%);
  pointer-events: none;
}

.jz-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05);
  transition: filter .7s ease, transform .85s cubic-bezier(.2, .75, .2, 1);
}

.jz-blog-card:hover .jz-blog-card__media img,
.jz-blog-card:focus-within .jz-blog-card__media img {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.075);
}

.jz-blog-card__index {
  position: absolute;
  z-index: 3;
  inset-block-start: 16px;
  inset-inline-start: 16px;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(102, 238, 241, .42);
  color: #fff;
  background: rgba(3, 10, 17, .74);
  backdrop-filter: blur(10px);
  font-family: var(--jz-mono);
  font-size: 9px;
  font-weight: 800;
}

.jz-blog-card__mechanism {
  position: absolute;
  z-index: 4;
  width: 92px;
  height: 92px;
  inset-inline-end: -14px;
  inset-block-end: -12px;
  opacity: .3;
  pointer-events: none;
  transform: translate(12px, 12px) rotate(-14deg) scale(.84);
  transition: opacity .35s ease, transform .5s cubic-bezier(.2, .75, .2, 1);
}

.jz-blog-card__mechanism i,
.jz-blog-card__mechanism b,
.jz-blog-card__mechanism em {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.jz-blog-card__mechanism i {
  inset: 2px;
  border: 2px dashed rgba(102, 238, 241, .9);
  box-shadow: inset 0 0 22px rgba(102, 238, 241, .18), 0 0 18px rgba(102, 238, 241, .14);
}

.jz-blog-card__mechanism b {
  inset: 24px;
  border: 2px dotted #ff5a00;
  box-shadow: 0 0 16px rgba(255, 90, 0, .35);
}

.jz-blog-card__mechanism em {
  inset: 40px;
  border: 1px solid #fff;
  background: var(--jz-hot-500);
}

.jz-blog-card:hover .jz-blog-card__mechanism,
.jz-blog-card:focus-within .jz-blog-card__mechanism {
  opacity: .95;
  transform: translate(-9px, -8px) rotate(0) scale(1);
}

.jz-blog-card:hover .jz-blog-card__mechanism i,
.jz-blog-card:focus-within .jz-blog-card__mechanism i {
  animation: jz-insight-gear 5.6s linear infinite;
}

.jz-blog-card:hover .jz-blog-card__mechanism b,
.jz-blog-card:focus-within .jz-blog-card__mechanism b {
  animation: jz-insight-gear 3.4s linear infinite reverse;
}

.jz-blog-card__body {
  position: relative;
  z-index: 4;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 28px 30px;
  pointer-events: none;
}

.jz-blog-card__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.jz-blog-card__meta span {
  color: var(--jz-cyan-400);
}

.jz-blog-card h3 {
  margin: 22px 0 13px;
  color: #fff;
  font-family: var(--jz-display);
  font-size: clamp(25px, 2.15vw, 32px);
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.jz-blog-card__body > p {
  margin: 0;
  color: var(--jz-steel-300);
  font-size: 13px;
  line-height: 1.7;
}

.jz-blog-card__read {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-block-start: auto;
  padding-block-start: 24px;
  gap: 10px;
  color: var(--jz-hot-300);
  font-family: var(--jz-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  pointer-events: auto;
  text-transform: uppercase;
}

@keyframes jz-insight-gear {
  to { transform: rotate(360deg); }
}

.jzb-hero {
  --jzb-shift-x: 0px;
  --jzb-shift-y: 0px;
  position: relative;
  min-height: clamp(610px, 68vh, 790px);
  display: grid;
  align-items: center;
  padding-block: clamp(120px, 14vw, 190px) clamp(78px, 9vw, 120px);
  overflow: hidden;
  border-block-end: 1px solid var(--jz-line);
  background: #030a11;
}

.jzb-hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  opacity: .18;
  background-image: linear-gradient(rgba(102, 238, 241, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(102, 238, 241, .12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
  pointer-events: none;
}

.jzb-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 10, 17, .98) 0%, rgba(3, 10, 17, .9) 35%, rgba(3, 10, 17, .48) 66%, rgba(3, 10, 17, .24) 100%),
    radial-gradient(circle at 84% 25%, rgba(255, 90, 0, .13), transparent 26%),
    linear-gradient(180deg, rgba(3, 10, 17, .15), rgba(3, 10, 17, .56));
  pointer-events: none;
}

[dir="rtl"] .jzb-hero::after {
  background:
    linear-gradient(270deg, rgba(3, 10, 17, .96) 0%, rgba(3, 10, 17, .82) 47%, rgba(3, 10, 17, .36) 78%, rgba(3, 10, 17, .22) 100%),
    radial-gradient(circle at 84% 25%, rgba(255, 90, 0, .13), transparent 26%),
    linear-gradient(180deg, rgba(3, 10, 17, .15), rgba(3, 10, 17, .56));
}

.jzb-hero__media {
  position: absolute;
  inset: -4%;
  z-index: 0;
  overflow: hidden;
  background: url("/assets/jazarion_site/jazarion/r20260816a/jazarion-blog-engineers-v1.jpg") center center / cover no-repeat;
  filter: saturate(.86) contrast(1.07);
  transform: translate3d(var(--jzb-shift-x), var(--jzb-shift-y), 0) scale(1.07);
  transition: transform .55s cubic-bezier(.2, .72, .2, 1);
  will-change: transform;
}

.jzb-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 76% 54%, transparent 0 18%, rgba(3, 10, 17, .16) 54%, rgba(3, 10, 17, .5) 100%);
}

.jzb-hero__scan {
  position: absolute;
  inset: -18% 0 auto;
  z-index: 1;
  height: 28%;
  opacity: .34;
  background: linear-gradient(180deg, transparent, rgba(102, 238, 241, .16), rgba(102, 238, 241, .02), transparent);
  mix-blend-mode: screen;
  animation: jzb-hero-scan 7.5s cubic-bezier(.42, 0, .58, 1) infinite;
}

.jzb-hero__trace {
  position: absolute;
  z-index: 3;
  display: flex;
  inset: auto clamp(18px, 3vw, 52px) 30px auto;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.jzb-hero__trace::before {
  width: clamp(120px, 18vw, 280px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(102, 238, 241, .72));
}

.jzb-hero__trace i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--jz-cyan-300);
  box-shadow: 0 0 12px rgba(102, 238, 241, .8);
  animation: jzb-hero-trace 2.8s ease-in-out infinite;
}

.jzb-hero__trace i:nth-child(2) { animation-delay: -.55s; }
.jzb-hero__trace i:nth-child(3) { animation-delay: -1.1s; background: var(--jz-hot-400); box-shadow: 0 0 12px rgba(255, 90, 0, .75); }
.jzb-hero__trace i:nth-child(4) { animation-delay: -1.65s; }
.jzb-hero__trace i:nth-child(5) { animation-delay: -2.2s; }

@keyframes jzb-hero-scan {
  0%, 12% { transform: translateY(-80%); opacity: 0; }
  24% { opacity: .34; }
  72% { opacity: .22; }
  88%, 100% { transform: translateY(520%); opacity: 0; }
}

@keyframes jzb-hero-trace {
  50% { opacity: .24; transform: scale(.55); }
}

.jzb-hero__inner {
  position: relative;
  z-index: 4;
}

.jzb-hero h1 {
  max-width: 950px;
  margin: 20px 0 0;
  color: #fff;
  font-family: var(--jz-display);
  font-size: clamp(54px, 8vw, 106px);
  letter-spacing: -.055em;
  line-height: .94;
  text-transform: uppercase;
}

.jzb-hero p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--jz-steel-300);
  font-size: 17px;
  line-height: 1.7;
}

.jzb-language-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-block-start: 28px;
  gap: 8px;
}

.jzb-language-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid rgba(102, 238, 241, .24);
  border-radius: 999px;
  color: var(--jz-steel-200);
  background: rgba(3, 10, 17, .62);
  font: 800 9px var(--jz-mono);
  letter-spacing: .08em;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}

.jzb-language-links a:hover,
.jzb-language-links a:focus-visible,
.jzb-language-links a[aria-current="page"] {
  border-color: rgba(102, 238, 241, .68);
  color: #fff;
  background: rgba(36, 199, 203, .14);
}

.jzb-language-links a:focus-visible {
  outline: 3px solid var(--jz-hot-300);
  outline-offset: 3px;
}

.jzb-topics {
  padding-block: clamp(76px, 9vw, 118px);
  border-block-end: 1px solid var(--jz-line);
  background: linear-gradient(180deg, #07131c, #040d15);
}

.jzb-topics__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
  align-items: end;
  margin-block-end: 38px;
  gap: clamp(34px, 7vw, 88px);
}

.jzb-topics__head h2 {
  max-width: 820px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
}

.jzb-topics__head > p {
  margin: 0;
  color: var(--jz-steel-300);
  line-height: 1.7;
}

.jzb-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jzb-topic {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(102, 238, 241, .16);
  border-radius: 22px;
  color: var(--jz-steel-100);
  background: linear-gradient(145deg, rgba(13, 35, 46, .98), rgba(4, 13, 21, .98));
  transition: border-color .3s ease, box-shadow .3s ease;
}

.jzb-topic::after {
  position: absolute;
  width: 84px;
  height: 84px;
  inset-inline-end: -22px;
  inset-block-end: -22px;
  border: 1px dashed rgba(102, 238, 241, .3);
  border-radius: 50%;
  content: "";
  transition: transform .5s ease, border-color .3s ease;
}

.jzb-topic:hover,
.jzb-topic:focus-visible {
  border-color: rgba(102, 238, 241, .54);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3), 0 0 34px rgba(36, 199, 203, .08);
}

.jzb-topic:hover::after,
.jzb-topic:focus-visible::after {
  border-color: rgba(255, 90, 0, .6);
  transform: rotate(45deg) scale(1.16);
}

.jzb-topic:focus-visible {
  outline: 3px solid var(--jz-hot-300);
  outline-offset: 4px;
}

.jzb-topic__count {
  color: var(--jz-hot-300);
  font: 800 10px var(--jz-mono);
  letter-spacing: .12em;
}

.jzb-topic h3 {
  max-width: 340px;
  margin: 22px 0 12px;
  color: #fff;
  font-family: var(--jz-display);
  font-size: clamp(27px, 2.4vw, 36px);
  letter-spacing: -.035em;
  line-height: 1.04;
}

.jzb-topic p {
  margin: 0;
  color: var(--jz-steel-300);
  font-size: 13px;
  line-height: 1.65;
}

.jzb-topic strong {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-block-start: auto;
  padding-block-start: 24px;
  gap: 9px;
  color: var(--jz-cyan-300);
  font: 800 9px var(--jz-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jzb-topic strong svg {
  width: 16px;
  height: 16px;
  transition: transform .25s ease;
}

.jzb-topic:hover strong svg,
.jzb-topic:focus-visible strong svg {
  transform: translateX(4px);
}

[dir="rtl"] .jzb-topic:hover strong svg,
[dir="rtl"] .jzb-topic:focus-visible strong svg {
  transform: translateX(-4px) rotate(180deg);
}

.jzb-index {
  padding-block: clamp(82px, 10vw, 140px);
  background: var(--jz-ink-950);
}

.jzb-index__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  align-items: end;
  margin-block-end: 46px;
  gap: 70px;
}

.jzb-index__head h2,
.jzb-related__head h2 {
  max-width: 850px;
  margin-block-start: 14px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
}

.jzb-index__head > p {
  margin: 0;
  color: var(--jz-steel-300);
  line-height: 1.7;
}

.jz-blog-grid--index {
  row-gap: 30px;
}

.jzb-article__hero {
  position: relative;
  display: grid;
  min-height: clamp(620px, 72vh, 820px);
  align-items: end;
  overflow: hidden;
  background: var(--jz-ink-900);
}

.jzb-article__hero > img,
.jzb-article__veil {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.jzb-article__hero > img {
  object-fit: cover;
  filter: saturate(.78) contrast(1.05);
}

.jzb-article__veil {
  background: linear-gradient(to top, rgba(3, 8, 13, .98) 4%, rgba(3, 8, 13, .74) 48%, rgba(3, 8, 13, .24));
}

.jzb-article__head {
  position: relative;
  z-index: 2;
  padding-block: 150px 68px;
}

.jzb-breadcrumbs {
  display: flex;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-block-end: 25px;
  gap: 7px;
  color: var(--jz-steel-400);
  font: 700 9px var(--jz-mono);
  letter-spacing: .06em;
}

.jzb-breadcrumbs a {
  color: var(--jz-cyan-300);
}

.jzb-breadcrumbs span[aria-current="page"] {
  max-width: min(520px, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jzb-back {
  display: inline-flex;
  align-items: center;
  margin-block-end: 30px;
  gap: 10px;
  color: var(--jz-cyan-300);
  font-family: var(--jz-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jzb-back svg {
  width: 17px;
  height: 17px;
  transform: rotate(180deg);
}

[dir="rtl"] .jzb-back svg {
  transform: none;
}

.jzb-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--jz-steel-300);
  font-family: var(--jz-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.jzb-article__meta span:first-child {
  color: var(--jz-hot-300);
}

.jzb-article__head h1 {
  max-width: 1040px;
  margin: 22px 0 0;
  color: #fff;
  font-family: var(--jz-display);
  font-size: clamp(48px, 7vw, 92px);
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.jzb-article__head > p {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--jz-steel-200);
  font-size: 17px;
  line-height: 1.7;
}

.jzb-article__layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 760px);
  justify-content: center;
  padding-block: clamp(78px, 9vw, 130px);
  gap: clamp(46px, 8vw, 100px);
}

.jzb-article__layout > div {
  min-width: 0;
}

.jzb-article__rail {
  position: sticky;
  top: 110px;
  display: flex;
  height: max-content;
  flex-direction: column;
  gap: 16px;
  color: var(--jz-muted);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .11em;
}

.jzb-article__rail i {
  width: 54px;
  height: 2px;
  background: var(--jz-hot-500);
}

.jzb-article__content {
  min-width: 0;
  color: var(--jz-text);
  font-size: 18px;
  line-height: 1.82;
}

.jzb-article__content > :first-child {
  margin-block-start: 0;
  color: #203740;
  font-size: 22px;
  line-height: 1.65;
}

.jzb-article__content h2 {
  margin: 58px 0 18px;
  color: var(--jz-text);
  font-family: var(--jz-display);
  font-size: clamp(32px, 4vw, 46px);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.jzb-article__content p,
.jzb-article__content ul,
.jzb-article__content ol {
  margin-block: 0 24px;
}

.jzb-article__content li {
  margin-block: 10px;
}

.jzb-article__content a {
  color: #087f87;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jzb-context {
  margin-block-start: clamp(58px, 8vw, 86px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(102, 238, 241, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(36, 199, 203, .15), transparent 34%),
    linear-gradient(145deg, #0a202a, #06131c);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .16);
}

.jzb-context h2 {
  max-width: 620px;
  margin: 14px 0 16px;
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
}

.jzb-context > p:not(.jzm-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--jz-steel-300);
  line-height: 1.72;
}

.jzb-context__links {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-block-start: 28px;
  gap: 12px;
}

.jzb-context__links .jz-button {
  min-height: 48px;
  border-radius: 999px;
}

.jzb-related {
  padding-block: clamp(82px, 10vw, 130px);
  border-block-start: 1px solid var(--jz-line);
  background: #030a11;
}

.jzb-related__head {
  margin-block-end: 42px;
}

.jz-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, .52fr) minmax(0, .9fr);
  gap: clamp(60px, 10vw, 140px);
}

.jz-accordion details {
  border-block-end: 1px solid var(--jz-paper-300);
}

.jz-accordion details:first-child {
  border-block-start: 1px solid var(--jz-paper-300);
}

.jz-accordion summary {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  min-height: 84px;
  gap: 15px;
  cursor: pointer;
  list-style: none;
}

.jz-accordion summary::-webkit-details-marker {
  display: none;
}

.jz-accordion summary > span {
  color: var(--jz-cyan-500);
  font-family: var(--jz-mono);
  font-size: 9px;
}

.jz-accordion summary b {
  color: var(--jz-text);
  font-size: 15px;
}

.jz-accordion summary i {
  position: relative;
  width: 18px;
  height: 18px;
}

.jz-accordion summary i::before,
.jz-accordion summary i::after {
  position: absolute;
  inset-block-start: 8px;
  inset-inline-start: 2px;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--jz-cyan-500);
  transition: transform .2s ease;
}

.jz-accordion summary i::after {
  transform: rotate(90deg);
}

.jz-accordion details[open] summary i::after {
  transform: rotate(0);
}

.jz-accordion details p {
  margin: -8px 39px 0 49px;
  padding-block-end: 26px;
  color: var(--jz-muted);
  font-size: 13px;
  line-height: 1.7;
}

[dir="rtl"] .jz-accordion details p {
  margin-inline: 49px 39px;
}

.jz-final {
  position: relative;
  padding-block: clamp(90px, 12vw, 160px);
  overflow: hidden;
  border-block-start: 1px solid var(--jz-line);
  background:
    radial-gradient(circle at 50% 120%, rgba(36, 199, 203, .2), transparent 45%),
    var(--jz-ink-950);
}

.jz-final__grid {
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.jz-final__inner {
  position: relative;
  text-align: center;
}

.jz-final .jz-kicker {
  justify-content: center;
}

.jz-final h2 {
  max-width: 950px;
  margin-inline: auto;
  font-size: clamp(46px, 7vw, 88px);
  line-height: .98;
  text-transform: uppercase;
}

.jz-final p:not(.jz-kicker) {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--jz-steel-300);
  font-size: 16px;
  line-height: 1.7;
}

.jz-final__inner > div:last-child {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-block-start: 34px;
  gap: 12px;
}

.jz-footer {
  border-block-start: 1px solid var(--jz-line);
  background: #03080d;
}

.jz-footer__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 142px;
  gap: 55px;
}

.jz-footer__top > p {
  max-width: 520px;
  margin: 0;
  color: var(--jz-steel-500);
  font-size: 12px;
}

.jz-footer__parent {
  color: var(--jz-cyan-300);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(102, 238, 241, .32);
  text-underline-offset: 4px;
}

.jz-footer__parent:hover,
.jz-footer__parent:focus-visible {
  color: #fff;
  text-decoration-color: currentColor;
  outline: none;
}

.jz-footer nav {
  display: flex;
  gap: 24px;
}

.jz-footer nav a {
  color: var(--jz-steel-400);
  font-size: 11px;
  font-weight: 700;
}

.jz-footer nav a:hover {
  color: var(--jz-cyan-300);
}

.jz-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
  border-block-start: 1px solid var(--jz-line);
  color: var(--jz-steel-500);
  font-family: var(--jz-mono);
  font-size: 8px;
  letter-spacing: .08em;
}

.jz-toast {
  position: fixed;
  z-index: 3000;
  max-width: min(420px, calc(100% - 32px));
  inset-inline-end: 20px;
  inset-block-end: 20px;
  padding: 16px 18px;
  border: 1px solid var(--jz-cyan-400);
  color: var(--jz-steel-100);
  background: rgba(5, 19, 29, .96);
  box-shadow: var(--jz-shadow);
  font-size: 12px;
  line-height: 1.5;
}

.jz-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.22, .75, .22, 1);
}

.jz-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .jz-header__inner {
    gap: 18px;
  }

  .jz-nav {
    gap: 17px;
  }

  .jz-nav a,
  .jz-text-link {
    font-size: 10px;
  }

  .jz-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
    gap: 44px;
  }

  .jz-engine-card {
    padding: 28px;
  }

  .jz-capability-grid,
  .jz-operations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jz-network-shell {
    grid-template-columns: 1fr;
  }

  .jz-global-map {
    border-inline-end: 0;
    border-block-end: 1px solid rgba(102, 238, 241, .12);
  }

  .jz-network-card {
    min-height: 0;
    padding: clamp(38px, 6vw, 58px);
  }

  .jz-blog-card {
    min-height: 500px;
  }

  .jzb-article__layout {
    grid-template-columns: 150px minmax(0, 720px);
    gap: 52px;
  }
}

@media (max-width: 920px) {
  .jz-ai-teaser__inner {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .jz-ai-teaser__flow {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jz-container {
    width: min(calc(100% - 32px), var(--jz-container));
  }

  .jz-insights__head,
  .jzb-index__head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .jz-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jz-blog-grid > .jz-blog-card:nth-child(3):last-child {
    width: min(100%, 610px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .jzb-article__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .jzb-article__rail {
    position: static;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .jz-menu-button {
    display: inline-flex;
  }

  .jz-desktop-action {
    display: none;
  }

  .jz-nav {
    position: fixed;
    display: grid;
    inset-block-start: 76px;
    inset-inline: 0;
    max-height: 0;
    padding-inline: 16px;
    overflow: hidden;
    gap: 0;
    visibility: hidden;
    background: rgba(5, 11, 18, .98);
    transition: max-height .3s ease, visibility .3s ease;
  }

  .jz-nav.is-open {
    max-height: 430px;
    padding-block: 12px 22px;
    visibility: visible;
  }

  .jz-nav a {
    padding: 15px 8px;
    border-block-end: 1px solid var(--jz-line);
    font-size: 13px;
  }

  .jz-nav a::after {
    display: none;
  }

  .jz-hero {
    padding-block-start: 126px;
  }

  .jz-hero__layout,
  .jz-workflow__layout,
  .jz-community__layout,
  .jz-global__layout {
    grid-template-columns: 1fr;
  }

  .jz-hero h1 {
    font-size: clamp(48px, 10vw, 78px);
  }

  .jz-project-panel {
    width: min(100%, 650px);
  }

  .jz-signal-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .jz-signal-bar > div:nth-child(2) {
    border-inline-end: 0;
  }

  .jz-signal-bar > div:nth-child(-n + 2) {
    border-block-end: 1px solid var(--jz-line);
  }

  .jz-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jz-global__intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jz-section-head > p {
    max-width: 700px;
  }

  .jz-engine-grid {
    grid-template-columns: 1fr;
  }

  .jz-engine-card {
    min-height: 450px;
  }

  .jz-workflow__layout,
  .jz-community__layout,
  .jz-global__layout {
    gap: 58px;
  }

  .jz-project-record {
    position: relative;
    inset-block-start: auto;
  }

  .jz-foundry-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jz-community__layout {
    grid-template-columns: 1fr;
  }

  .jz-faq__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .jz-footer__top {
    grid-template-columns: 1fr;
    padding-block: 40px;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .jz-ai-teaser__inner {
    grid-template-columns: 1fr;
    padding-block: 42px;
  }

  .jz-ai-teaser__visual {
    max-inline-size: 170px;
  }

  .jz-ai-teaser__flow {
    grid-column: auto;
  }

  .jz-header__inner {
    min-height: 68px;
  }

  .jz-nav {
    inset-block-start: 68px;
  }

  .jz-brand .jz-brand__wordmark {
    width: 124px;
  }

  .jz-brand--footer .jz-brand__wordmark {
    width: 164px;
  }

  .jz-language select {
    width: 112px;
    padding-inline: 7px 22px;
  }

  .jz-hero {
    min-height: 0;
    padding-block: 112px 24px;
  }

  .jz-hero h1 {
    font-size: clamp(40px, 13vw, 62px);
    line-height: .96;
  }

  .jz-hero__lede {
    font-size: 15px;
  }

  .jz-hero__actions,
  .jz-final__inner > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jz-project-panel {
    padding: 18px;
  }

  .jz-project-panel__top {
    display: grid;
  }

  .jz-dropzone {
    grid-template-columns: auto 1fr;
  }

  .jz-dropzone__action {
    display: none;
  }

  .jz-form-grid {
    grid-template-columns: 1fr;
  }

  .jz-signal-bar {
    margin-block-start: 50px;
  }

  .jz-signal-bar > div {
    min-height: 68px;
    padding-inline: 13px;
    gap: 9px;
    font-size: 9px;
  }

  .jz-section {
    padding-block: 78px;
  }

  .jz-section-head {
    margin-block-end: 38px;
  }

  .jz-section-head h2,
  .jz-global h2,
  .jz-heritage h2,
  .jz-community__copy h2 {
    font-size: clamp(35px, 10vw, 48px);
  }

  .jz-engine-card {
    min-height: 0;
    padding: 25px;
  }

  .jz-explorer {
    display: grid;
  }

  .jz-filters {
    width: 100%;
    overflow-x: auto;
  }

  .jz-filters button {
    flex: 0 0 auto;
  }

  .jz-search kbd {
    display: none;
  }

  .jz-capability-grid,
  .jz-operations-grid,
  .jz-community-grid {
    grid-template-columns: 1fr;
  }

  .jz-capability-card,
  .jz-operation-card {
    min-height: 250px;
  }

  .jz-project-record__part {
    grid-template-columns: 1fr;
  }

  .jz-project-record__meta > div {
    grid-template-columns: 95px 1fr;
  }

  .jz-foundry-tabs button {
    min-height: 64px;
    justify-content: center;
    padding: 10px 7px;
  }

  .jz-foundry-tabs button span {
    display: none;
  }

  .jz-foundry-tabs b {
    font-size: 11px;
  }

  .jz-foundry-panel {
    padding: 25px;
  }

  .jz-foundry-process {
    grid-template-columns: 1fr;
  }

  .jz-foundry-process li {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    min-height: 0;
    border-inline-end: 0;
    border-block-end: 1px solid rgba(255, 159, 67, .15);
  }

  .jz-foundry-process span {
    margin: 0;
  }

  .jz-community-card {
    min-height: 180px;
  }

  .jz-network-shell,
  .jz-global-map {
    min-height: 0;
  }

  .jz-network-stage {
    min-height: clamp(300px, 92vw, 430px);
    padding: 52px 4px 68px;
  }

  .jz-network-map__status {
    inset-inline: 14px;
    inset-block-start: 16px;
  }

  .jz-network-map__status i {
    display: none;
  }

  .jz-network-labels text {
    font-size: 10px;
  }

  .jz-network-labels .jz-network-label--core {
    font-size: 11px;
  }

  .jz-network-controls {
    inset-inline: 12px;
    inset-block-end: 12px;
  }

  .jz-network-card {
    min-height: 0;
    padding: 34px 22px;
  }

  .jz-network-card h3 {
    font-size: clamp(29px, 7vw, 38px);
  }

  .jz-network-card__index {
    margin-block-end: 34px;
  }

  .jz-network-facts > div {
    grid-template-columns: 78px 1fr;
  }

  .jz-insights {
    padding-block: 78px;
  }

  .jz-insights__head {
    margin-block-end: 34px;
  }

  .jz-insights__head h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .jz-blog-grid {
    grid-template-columns: 1fr;
  }

  .jz-blog-grid > .jz-blog-card:nth-child(3):last-child {
    width: 100%;
    grid-column: auto;
  }

  .jz-blog-card {
    min-height: 0;
  }

  .jz-blog-card__body {
    min-height: 270px;
    padding: 24px 22px 27px;
  }

  .jz-blog-card h3 {
    font-size: clamp(27px, 8.2vw, 34px);
  }

  .jzb-hero {
    padding-block: 110px 72px;
  }

  .jzb-hero h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .jzb-index {
    padding-block: 74px;
  }

  .jzb-article__hero {
    min-height: 640px;
  }

  .jzb-article__head {
    padding-block: 130px 46px;
  }

  .jzb-article__head h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .jzb-article__head > p {
    font-size: 15px;
  }

  .jzb-article__layout {
    padding-block: 66px;
  }

  .jzb-article__content {
    font-size: 17px;
    line-height: 1.75;
  }

  .jzb-article__content > :first-child {
    font-size: 19px;
  }

  .jz-heritage__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .jz-heritage__mark {
    width: 170px;
    height: 170px;
  }

  .jz-heritage__mark img {
    width: 118px;
  }

  .jz-accordion summary {
    min-height: 74px;
  }

  .jz-accordion details p,
  [dir="rtl"] .jz-accordion details p {
    margin-inline: 0 39px;
  }

  .jz-final h2 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .jz-footer nav {
    flex-wrap: wrap;
  }

  .jz-footer__bottom {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .jz-header__inner {
    gap: 8px;
  }

  .jz-header__actions {
    gap: 8px;
  }

  .jz-brand .jz-brand__wordmark {
    width: 112px;
  }

  .jz-brand--footer .jz-brand__wordmark {
    width: 152px;
  }

  .jz-brand__tech {
    font-size: 6px;
  }

  .jz-brand--footer .jz-brand__tech {
    font-size: 7px;
  }

  .jz-network-facts > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .jz-language select {
    width: 104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .jz-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Desktop screen rhythm is exclusive to the homepage. Secondary product pages
   must keep natural section height so long forms and cards stay in document flow. */
@media (min-width: 901px) {
  body[data-market-page="home"] main > section {
    box-sizing: border-box !important;
    width: 100%;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: 100svh !important;
    overflow: hidden !important;
  }

  main > .jz-section,
  main > .jz-final {
    display: grid;
    align-items: center;
    padding-block: clamp(18px, 3vh, 30px);
  }

  .jz-section-head {
    gap: clamp(34px, 5vw, 66px);
    margin-block-end: clamp(16px, 2.8vh, 24px);
  }

  .jz-section-head h2 {
    font-size: clamp(36px, 3.7vw, 50px);
  }

  .jz-section-head > p {
    font-size: 13px;
    line-height: 1.55;
  }

  .jz-foundry-tabs button {
    min-height: 52px;
    padding-inline: 18px;
  }

  .jz-foundry-panel {
    gap: 38px;
    padding: clamp(18px, 2.4vw, 28px);
  }

  .jz-foundry-panel h3 {
    margin: 6px 0 10px;
    font-size: clamp(25px, 2.4vw, 33px);
  }

  .jz-foundry-panel > div > p:last-child {
    font-size: 12px;
    line-height: 1.55;
  }

  .jz-foundry-panel li {
    padding-block: 8px;
  }

  .jz-foundry-process li {
    min-height: 58px;
    padding: 10px 13px;
  }

  .jz-foundry-process span {
    margin-block-start: 5px;
  }

  .jz-workflow__layout {
    align-items: center;
    gap: clamp(42px, 6vw, 82px);
  }

  .jz-workflow .jz-section-head--stacked > p:last-child {
    margin-block-start: 12px;
  }

  .jz-workflow .jz-section-head h2 {
    font-size: clamp(36px, 3.6vw, 48px);
  }

  .jz-steps {
    margin-block-start: 20px;
  }

  .jz-steps li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding-block-end: 13px;
  }

  .jz-steps::before {
    inset-inline-start: 19px;
  }

  .jz-steps li > b {
    width: 40px;
    height: 31px;
  }

  .jz-steps h3 {
    font-size: 14px;
  }

  .jz-steps p {
    margin-block-start: 3px;
    font-size: 11px;
    line-height: 1.45;
  }

  .jz-project-record {
    position: relative;
    inset-block-start: auto;
    padding: 17px;
  }

  .jz-project-record__head {
    padding-block-end: 10px;
  }

  .jz-project-record__part {
    grid-template-columns: 94px 1fr;
    gap: 15px;
    padding-block: 14px;
  }

  .jz-part-visual {
    width: 88px;
    height: 88px;
  }

  .jz-part-visual span {
    width: 52px;
    height: 52px;
    inset: 18px;
  }

  .jz-part-visual i {
    width: 26px;
    height: 26px;
    inset: 31px;
  }

  .jz-project-record__meta > div {
    grid-template-columns: 105px 1fr;
    padding-block: 8px;
  }

  .jz-project-record__trace {
    margin-block-start: 14px;
  }

  .jz-operation-card {
    min-height: 252px;
  }

  .jz-global {
    padding-block: clamp(14px, 2.2vh, 22px);
  }

  .jz-global > .jz-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .jz-global__intro {
    gap: 42px;
    margin-block-end: 12px;
  }

  .jz-global__intro h2 {
    margin-block-start: 8px;
    font-size: clamp(37px, 3.8vw, 52px);
  }

  .jz-global__intro > p {
    font-size: 12px;
    line-height: 1.5;
  }

  .jz-network-shell {
    height: 450px;
    flex: 0 0 450px;
    grid-template-columns: minmax(0, 1.45fr) minmax(390px, .95fr);
  }

  .jz-global-map {
    min-height: 450px;
  }

  .jz-network-stage {
    padding: 46px 14px 58px;
  }

  .jz-network-card {
    padding: 22px 26px;
  }

  .jz-network-card__index {
    margin-block-end: 12px;
  }

  .jz-network-card h3 {
    margin: 6px 0 10px;
    font-size: clamp(26px, 2.2vw, 34px);
  }

  .jz-network-card > p:not(.jz-kicker) {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .jz-network-facts {
    margin-block-start: 12px;
  }

  .jz-network-facts > div {
    padding-block: 7px;
  }

  .jz-network-card__actions {
    margin-block-start: 13px;
    gap: 12px;
  }

  .jz-global__note {
    margin-block-start: 8px !important;
    font-size: 9px !important;
    line-height: 1.4;
  }

  .jz-faq {
    padding-block: clamp(18px, 3vh, 28px);
  }

  .jz-faq__layout {
    gap: clamp(48px, 6vw, 88px);
  }

  .jz-faq-signal {
    height: 148px;
    margin-block-start: 18px;
  }

  .jz-faq .jz-accordion summary {
    min-height: 66px;
  }

  .jz-insights {
    padding-block: clamp(18px, 2.6vh, 26px);
  }

  .jz-insights__head {
    margin-block-end: 16px;
  }

  .jz-insights__head h2 {
    margin-block-start: 8px;
    font-size: clamp(38px, 4vw, 52px);
  }

  .jz-insights__head > div:last-child > p {
    font-size: 12px;
    line-height: 1.5;
  }

  .jz-insights__all {
    margin-block-start: 12px;
  }

  .jz-blog-grid {
    gap: 16px;
  }

  .jz-blog-card {
    height: 450px;
    min-height: 0;
  }

  .jz-blog-card__media {
    height: 165px;
    flex: 0 0 165px;
    aspect-ratio: auto;
  }

  .jz-blog-card__body {
    padding: 16px 18px 18px;
  }

  .jz-blog-card h3 {
    margin: 12px 0 8px;
    font-size: clamp(20px, 1.7vw, 25px);
  }

  .jz-blog-card__body > p {
    font-size: 11px;
    line-height: 1.5;
  }

  .jz-blog-card__read {
    padding-block-start: 12px;
  }

  .jz-final {
    padding-block: clamp(18px, 4vh, 34px);
  }

  .jz-final h2 {
    font-size: clamp(44px, 6vw, 76px);
  }
}

@media (prefers-contrast: more) {
  :root {
    --jz-line: rgba(207, 244, 246, .5);
    --jz-steel-400: #b3cbd0;
    --jz-muted: #354d56;
  }
}

/* Global command header: menu, search and brand are one compact industrial cluster. */
.jz-header__inner {
  min-height: 80px;
  direction: ltr;
  gap: 16px;
}

.jz-header .jz-brand {
  margin-right: auto;
}

.jz-header__actions {
  direction: ltr;
}

.jz-menu-button {
  position: relative;
  display: inline-grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(102, 238, 241, .34);
  border-radius: 50%;
  color: var(--jz-steel-100);
  background:
    radial-gradient(circle at 32% 28%, rgba(102, 238, 241, .13), transparent 35%),
    rgba(5, 17, 27, .94);
  box-shadow: inset 0 0 0 5px rgba(102, 238, 241, .025), 0 0 0 rgba(102, 238, 241, 0);
  cursor: pointer;
  isolation: isolate;
  transition: color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.jz-menu-button::before {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.jz-menu-button::before {
  inset: 4px;
  z-index: -1;
  border: 1px dashed rgba(102, 238, 241, .18);
  transition: border-color .25s ease, transform .55s cubic-bezier(.22, .8, .22, 1);
}

.jz-menu-button:hover,
.jz-menu-button:focus-visible,
.jz-menu-button[aria-expanded="true"] {
  border-color: var(--jz-cyan-300);
  color: var(--jz-cyan-300);
  box-shadow: inset 0 0 0 5px rgba(102, 238, 241, .04), 0 0 28px rgba(102, 238, 241, .16);
  transform: translateY(-1px);
}

.jz-menu-button:hover::before,
.jz-menu-button:focus-visible::before,
.jz-menu-button[aria-expanded="true"]::before {
  border-color: rgba(102, 238, 241, .5);
  transform: rotate(90deg);
}

.jz-menu-button__glyph {
  position: relative;
  display: block;
  width: 34px;
  height: 24px;
}

.jz-menu-button__lines {
  position: absolute;
  inset: 4px auto auto 1px;
  width: 18px;
  height: 16px;
}

.jz-menu-button__lines i {
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform-origin: 2px center;
  transition: opacity .22s ease, transform .34s cubic-bezier(.22, .8, .22, 1), width .22s ease;
}

.jz-menu-button__lines i:nth-child(1) { top: 0; }
.jz-menu-button__lines i:nth-child(2) { top: 7px; width: 14px; }
.jz-menu-button__lines i:nth-child(3) { top: 14px; width: 10px; }

.jz-menu-button__search {
  position: absolute;
  top: 1px;
  right: 0;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transform-origin: center;
  transition: transform .34s cubic-bezier(.22, .8, .22, 1), color .25s ease;
}

.jz-menu-button:hover .jz-menu-button__search,
.jz-menu-button:focus-visible .jz-menu-button__search {
  color: #fff;
  transform: scale(1.24) rotate(-7deg);
}

.jz-menu-button[aria-expanded="true"] .jz-menu-button__lines i:nth-child(1) { transform: translate(2px, 1px) rotate(45deg); }
.jz-menu-button[aria-expanded="true"] .jz-menu-button__lines i:nth-child(2) { opacity: 0; transform: translateX(-5px); }
.jz-menu-button[aria-expanded="true"] .jz-menu-button__lines i:nth-child(3) { width: 18px; transform: translate(2px, -1px) rotate(-45deg); }
.jz-menu-button[aria-expanded="true"] .jz-menu-button__search { color: var(--jz-hot-400); transform: translate(5px, 5px) scale(.58); }

.jz-nav {
  position: absolute;
  inset: 80px 0 auto;
  z-index: 1;
  display: block;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  max-height: none;
  padding: 0;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(102, 238, 241, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .04) 1px, transparent 1px),
    radial-gradient(circle at 16% 15%, rgba(36, 199, 203, .14), transparent 28rem),
    rgba(3, 9, 15, .985);
  background-size: 44px 44px, 44px 44px, auto, auto;
  clip-path: inset(0 0 100% 0);
  transform: translateY(-14px);
  transition: opacity .28s ease, visibility .28s ease, clip-path .45s cubic-bezier(.22, .8, .22, 1), transform .35s ease;
}

.jz-nav.is-open {
  max-height: none;
  padding: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0);
  transform: none;
}

.jz-nav__panel {
  width: min(calc(100% - 40px), var(--jz-container));
  min-height: 100%;
  margin-inline: auto;
  padding-block: clamp(34px, 6vh, 70px) 38px;
  direction: ltr;
}

[dir="rtl"] .jz-nav__panel {
  direction: rtl;
}

.jz-nav-search {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid rgba(102, 238, 241, .25);
  background: rgba(7, 24, 35, .82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.jz-nav-search:focus-within {
  border-color: var(--jz-cyan-300);
  box-shadow: 0 0 0 3px rgba(102, 238, 241, .07), 0 24px 70px rgba(0, 0, 0, .25);
}

.jz-nav-search svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--jz-cyan-300);
  stroke-width: 1.5;
  transition: transform .25s ease;
}

.jz-nav-search:focus-within svg {
  transform: scale(1.18) rotate(-6deg);
}

.jz-nav-search input {
  width: 100%;
  min-height: 74px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-family: var(--jz-display);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 750;
  letter-spacing: -.02em;
}

.jz-nav-search input::placeholder { color: rgba(183, 203, 211, .5); }
.jz-nav-search kbd { color: var(--jz-steel-400); font: 800 10px var(--jz-mono); }

.jz-nav__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-block-start: 22px;
  border: 1px solid rgba(102, 238, 241, .13);
  background: rgba(102, 238, 241, .13);
  counter-reset: menu-link;
}

.jz-nav__links a {
  position: relative;
  display: flex;
  min-height: 108px;
  align-items: flex-end;
  padding: 22px 20px;
  overflow: hidden;
  border: 0;
  color: var(--jz-steel-200);
  background: rgba(6, 18, 28, .96);
  font-family: var(--jz-display);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 780;
  letter-spacing: -.02em;
  counter-increment: menu-link;
  transition: color .22s ease, background-color .22s ease, padding .22s ease;
}

.jz-nav__links a::before {
  position: absolute;
  inset: 17px 18px auto auto;
  color: var(--jz-steel-500);
  content: "0" counter(menu-link);
  font: 800 9px var(--jz-mono);
  letter-spacing: .08em;
}

[dir="rtl"] .jz-nav__links a::before { inset: 17px auto auto 18px; }

.jz-nav__links a::after {
  inset: auto 20px 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--jz-cyan-300), var(--jz-hot-500));
  transform-origin: left center;
}

[dir="rtl"] .jz-nav__links a::after { transform-origin: right center; }

.jz-nav__links a:hover,
.jz-nav__links a:focus-visible,
.jz-nav__links a[aria-current="page"] {
  padding-block-end: 28px;
  color: #fff;
  background: rgba(14, 41, 55, .98);
}

.jz-nav__links a[aria-current="page"]::before { color: var(--jz-hot-400); }
.jz-nav__links a[hidden] { display: none !important; }
.jz-nav__links a:nth-last-child(-n + 2) { grid-column: span 2; }

.jz-nav__empty {
  margin: 1px 0 0;
  padding: 24px;
  color: var(--jz-steel-300);
  border: 1px solid rgba(241, 113, 36, .34);
  background: rgba(241, 113, 36, .08);
  line-height: 1.6;
}

.jz-nav__signature {
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-block-start: 26px;
  color: var(--jz-steel-500);
  font: 800 9px var(--jz-mono);
  letter-spacing: .12em;
}

.jz-nav__signature i { height: 1px; background: linear-gradient(90deg, rgba(102, 238, 241, .5), rgba(241, 113, 36, .45)); }
.jz-nav__signature b { color: var(--jz-hot-400); font: inherit; }
.jz-menu-active { overflow: hidden; }

@media (max-width: 920px) {
  .jz-nav { inset-block-start: 80px; }
  .jz-nav__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jz-nav__links a:nth-last-child(-n + 2) { grid-column: auto; }
}

@media (max-width: 680px) {
  .jz-header__inner { min-height: 68px; gap: 8px; }
  .jz-nav {
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
    inset-block-start: 68px;
  }
  .jz-menu-button { width: 46px; height: 46px; flex-basis: 46px; }
  .jz-header .jz-brand .jz-brand__wordmark { width: 110px; }
  .jz-nav__panel { width: min(calc(100% - 28px), var(--jz-container)); padding-block: 22px 28px; }
  .jz-nav-search { gap: 12px; padding-inline: 15px; }
  .jz-nav-search svg { width: 22px; height: 22px; }
  .jz-nav-search input { min-height: 60px; font-size: 21px; }
  .jz-nav-search kbd { display: none; }
  .jz-nav__links a { min-height: 84px; padding: 18px 15px; font-size: 18px; }
  .jz-nav__signature { grid-template-columns: 1fr; gap: 9px; }
  .jz-nav__signature i { display: none; }
}

@media (max-width: 420px) {
  .jz-header__inner { gap: 5px; }
  .jz-menu-button { width: 42px; height: 42px; flex-basis: 42px; }
  .jz-menu-button__glyph { transform: scale(.88); }
  .jz-header .jz-brand .jz-brand__wordmark { width: 96px; }
  .jz-header .jz-language select { width: 76px; font-size: 8px; }
  .jz-header .jzm-cart-trigger { width: 36px; height: 36px; }
  .jz-nav__links { grid-template-columns: 1fr; }
  .jz-nav__links a { min-height: 66px; }
}

/* Edge-to-edge command bar with seven persistent industrial routes. */
@property --jz-energy-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.jz-header__inner.jz-container {
  width: 100%;
  max-width: none;
  padding-inline: clamp(12px, 1.25vw, 24px);
}

.jz-header .jz-brand {
  margin-right: clamp(4px, .5vw, 9px);
  margin-left: clamp(8px, 1.15vw, 20px);
}

.jz-header-routes {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: clamp(10px, 1.25vw, 24px);
  direction: ltr;
}

[dir="rtl"] .jz-header-routes {
  direction: rtl;
}

.jz-header-routes a {
  position: relative;
  padding-block: 13px;
  color: var(--jz-steel-300);
  font-family: var(--jz-mono);
  font-size: clamp(8px, .68vw, 10px);
  font-weight: 850;
  letter-spacing: .075em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .22s ease, transform .22s ease;
}

.jz-header-routes a::after {
  position: absolute;
  inset: auto 0 7px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--jz-cyan-300), var(--jz-hot-500), transparent);
  transform: scaleX(0);
  transition: transform .28s cubic-bezier(.22, .8, .22, 1);
}

.jz-header-routes a:hover,
.jz-header-routes a:focus-visible,
.jz-header-routes a[aria-current="page"] {
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.jz-header-routes a:hover::after,
.jz-header-routes a:focus-visible::after,
.jz-header-routes a[aria-current="page"]::after {
  transform: scaleX(1);
}

.jz-header-routes a[aria-current="page"] {
  color: var(--jz-cyan-300);
}

.jz-header-cta {
  position: relative;
  min-width: 132px;
  overflow: hidden;
  border-color: #ff5a00;
  isolation: isolate;
}

.jz-header-cta > span,
.jz-header-cta > svg {
  position: relative;
  z-index: 2;
}

.jz-header-cta::before,
.jz-header-cta::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.jz-header-cta::before {
  --jz-energy-angle: 0deg;
  inset: -2px;
  z-index: 1;
  padding: 2px;
  opacity: 0;
  background: conic-gradient(from var(--jz-energy-angle), transparent 0 63%, #ff5a00 72%, #fff1c4 77%, #ff7a00 82%, transparent 91%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity .2s ease;
}

.jz-header-cta::after {
  inset: 1px;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(108deg, transparent 22%, rgba(255, 90, 0, .1) 39%, rgba(255, 255, 255, .92) 49%, rgba(255, 90, 0, .18) 54%, transparent 68%);
  transform: translateX(-140%);
}

.jz-header-cta:hover,
.jz-header-cta:focus-visible {
  border-color: #ff5a00;
  color: var(--jz-ink-950);
  background: var(--jz-cyan-300);
  box-shadow: 0 0 0 1px rgba(255, 90, 0, .2), 0 12px 34px rgba(255, 90, 0, .22), 0 0 28px rgba(102, 238, 241, .1);
}

.jz-header-cta:hover::before,
.jz-header-cta:focus-visible::before {
  opacity: 1;
  animation: jz-header-energy-ring .9s linear infinite;
}

.jz-header-cta:hover::after,
.jz-header-cta:focus-visible::after {
  opacity: .75;
  animation: jz-header-energy-sweep 1.1s cubic-bezier(.2, .7, .2, 1) infinite;
}

.jz-header-cta:hover svg,
.jz-header-cta:focus-visible svg {
  transform: translateX(7px);
}

[dir="rtl"] .jz-header-cta:hover svg,
[dir="rtl"] .jz-header-cta:focus-visible svg {
  transform: translateX(-7px) rotate(180deg);
}

@keyframes jz-header-energy-ring {
  to { --jz-energy-angle: 360deg; }
}

@keyframes jz-header-energy-sweep {
  0% { transform: translateX(-140%); }
  72%, 100% { transform: translateX(140%); }
}

@media (max-width: 1440px) {
  .jz-header__inner { gap: 10px; }
  .jz-header .jz-brand .jz-brand__wordmark { width: 125px; }
  .jz-header-routes { gap: clamp(8px, .8vw, 14px); }
  .jz-header-routes a { font-size: clamp(7.5px, .62vw, 9px); letter-spacing: .045em; }
  .jz-header__actions { gap: 8px; }
  .jz-header .jz-language select { width: 108px; }
  .jz-header-cta { min-width: 112px; padding-inline: 10px; font-size: 9px; }
}

@media (max-width: 1180px) {
  .jz-header-routes { display: none; }
  .jz-header .jz-brand { margin-right: auto; }
  .jz-header .jz-brand .jz-brand__wordmark { width: 138px; }
  .jz-header .jz-language select { width: 126px; }
}

@media (max-width: 680px) {
  .jz-header__inner.jz-container { padding-inline: 8px; }
  .jz-header .jz-brand { margin-left: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .jz-header-cta:hover::before,
  .jz-header-cta:focus-visible::before,
  .jz-header-cta:hover::after,
  .jz-header-cta:focus-visible::after {
    animation: none;
  }
}

/* Full-width footer keeps the brand anchored to the physical left edge. */
.jz-footer__top.jz-container,
.jz-footer__bottom.jz-container {
  width: 100%;
  max-width: none;
  padding-inline: clamp(14px, 1.6vw, 30px);
}

.jz-footer__top {
  grid-template-columns: auto minmax(260px, .8fr) minmax(0, 1.5fr);
  gap: clamp(34px, 4vw, 76px);
  direction: ltr;
}

.jz-footer__top > p {
  max-width: 600px;
  justify-self: center;
  line-height: 1.65;
  text-align: center;
}

.jz-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, max-content));
  justify-content: flex-end;
  gap: 12px clamp(18px, 2.4vw, 38px);
}

.jz-footer nav a {
  position: relative;
  padding-block: 5px;
  white-space: nowrap;
}

.jz-footer nav a::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--jz-cyan-300), var(--jz-hot-500));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .22s ease;
}

.jz-footer nav a:hover::after,
.jz-footer nav a:focus-visible::after {
  transform: scaleX(1);
}

[dir="rtl"] .jz-footer nav a::after {
  transform-origin: right center;
}

.jz-footer__parent {
  white-space: nowrap;
}

.jz-brand--footer .jz-brand__wordmark {
  width: clamp(136px, 12vw, 164px);
}

[dir="rtl"] .jz-footer__top > p,
[dir="rtl"] .jz-footer nav {
  direction: rtl;
}

.jz-footer__bottom {
  direction: ltr;
}

[dir="rtl"] .jz-footer__bottom > :last-child {
  direction: rtl;
}

@media (max-width: 920px) {
  .jz-footer__top {
    grid-template-columns: 1fr;
    padding-block: 40px;
    gap: 24px;
  }

  .jz-footer nav {
    grid-template-columns: repeat(3, minmax(110px, max-content));
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .jz-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Heritage museum edition: restrained mosaic field and an archival mechanism study. */
.jz-heritage {
  position: relative;
  display: grid;
  height: min(920px, calc(100svh - 82px));
  max-height: calc(100svh - 82px);
  min-height: 0;
  padding-block: clamp(28px, 4.6vh, 54px);
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;
  border-block: 1px solid rgba(195, 151, 94, .24);
  background:
    radial-gradient(ellipse at 78% 48%, rgba(17, 83, 88, .13), transparent 40%),
    radial-gradient(ellipse at 15% 86%, rgba(133, 83, 40, .07), transparent 31%),
    linear-gradient(118deg, #03080c 0%, #071217 52%, #08171b 100%);
}

.jz-heritage::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: url("/assets/jazarion_site/jazarion/r20260816a/jazarion-heritage-mosaic-v1.svg") center / 164px 164px repeat;
  opacity: .11;
  -webkit-mask-image: radial-gradient(ellipse at 55% 50%, #000 0 48%, transparent 86%);
  mask-image: radial-gradient(ellipse at 55% 50%, #000 0 48%, transparent 86%);
  pointer-events: none;
}

.jz-heritage::after {
  position: absolute;
  inset: 8% 7%;
  z-index: -1;
  content: "";
  border: 1px solid rgba(209, 172, 114, .06);
  pointer-events: none;
}

.jz-heritage__watermark {
  position: absolute;
  z-index: -1;
  width: min(17vw, 230px);
  aspect-ratio: 1;
  inset: 50% clamp(28px, 3.4vw, 62px) auto auto;
  opacity: .022;
  background: url("/assets/jazarion_site/jazarion/r20260816a/jazarion-symbol.png") center / contain no-repeat;
  filter: grayscale(1) sepia(1) saturate(.72) brightness(1.22);
  transform: translateY(-50%);
  pointer-events: none;
}

.jz-heritage__layout {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(500px, 1.18fr);
  align-items: center;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  gap: clamp(52px, 6vw, 96px);
}

.jz-heritage-machine {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: min(100%, 680px);
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 47px 18px 15px;
  overflow: hidden;
  border: 1px solid rgba(209, 172, 114, .28);
  background: linear-gradient(155deg, rgba(11, 23, 29, .98), rgba(3, 9, 13, .99));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42), inset 0 0 0 10px rgba(209, 172, 114, .018);
}

.jz-heritage-machine::before,
.jz-heritage-machine::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.jz-heritage-machine::before {
  inset: 11px;
  border: 1px solid rgba(209, 172, 114, .1);
}

.jz-heritage-machine::after {
  width: 32%;
  height: 1px;
  inset: 11px 11px auto auto;
  background: linear-gradient(90deg, transparent, rgba(195, 151, 94, .88));
}

.jz-heritage-machine__status {
  position: absolute;
  z-index: 3;
  display: flex;
  inset: 23px 25px auto;
  align-items: center;
  gap: 10px;
  color: #ad9f8b;
  font: 760 7.5px var(--jz-mono);
  letter-spacing: .14em;
}

.jz-heritage-machine__status span {
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #c3975e;
  box-shadow: none;
}

.jz-heritage-visual {
  position: relative;
  grid-row: 2;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(209, 172, 114, .17);
  background: #061017;
  box-shadow: inset 0 0 42px rgba(0, 0, 0, .52);
}

.jz-heritage-artboard {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1003 / 1568;
  margin-inline: auto;
  transform: translateZ(0);
  transform-origin: center;
  transition: transform 1.1s cubic-bezier(.2, .75, .2, 1);
}

.jz-heritage-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(4, 13, 19, .08), transparent 26%, transparent 72%, rgba(4, 13, 19, .42)),
    radial-gradient(ellipse at 50% 46%, transparent 48%, rgba(3, 9, 14, .42) 100%);
  pointer-events: none;
}

.jz-heritage-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.06) brightness(1.03);
  transition: filter .75s ease;
}

.jz-heritage-machine:hover .jz-heritage-visual img {
  filter: saturate(1.02) contrast(1.08) brightness(1.08);
}

.jz-heritage-machine:hover .jz-heritage-artboard {
  transform: scale(1.012);
}

.jz-heritage-hotspot {
  --hotspot-color: #75eef0;
  position: absolute;
  z-index: 5;
  display: grid;
  width: clamp(30px, 7.5%, 42px);
  aspect-ratio: 1;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #effdff;
  background: rgba(3, 14, 21, .46);
  box-shadow: 0 0 0 1px rgba(117, 238, 240, .32), 0 0 22px rgba(36, 199, 203, .16);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}

.jz-heritage-hotspot--one { left: 12.5%; top: 41%; }
.jz-heritage-hotspot--two { left: 85%; top: 39.8%; }
.jz-heritage-hotspot--three { left: 86.5%; top: 72.5%; --hotspot-color: #d7ab72; }

.jz-heritage-hotspot span,
.jz-heritage-hotspot::before,
.jz-heritage-hotspot::after {
  position: absolute;
  inset: 15%;
  border: 1px solid color-mix(in srgb, var(--hotspot-color) 74%, transparent);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.jz-heritage-hotspot::before { inset: -21%; opacity: .42; border-style: dashed; animation: jz-hotspot-orbit 12s linear infinite; }
.jz-heritage-hotspot::after { inset: -43%; opacity: 0; border-color: var(--hotspot-color); }

.jz-heritage-hotspot b {
  position: relative;
  z-index: 1;
  font: 780 clamp(6px, 1.25vw, 8px) var(--jz-mono);
  letter-spacing: .03em;
}

.jz-heritage-hotspot:hover,
.jz-heritage-hotspot:focus-visible,
.jz-heritage-hotspot.is-active {
  outline: none;
  background: rgba(7, 30, 39, .92);
  box-shadow: 0 0 0 1px var(--hotspot-color), 0 0 34px color-mix(in srgb, var(--hotspot-color) 38%, transparent);
  transform: translate(-50%, -50%) scale(1.12);
}

.jz-heritage-hotspot.is-active::after { animation: jz-hotspot-wave 2.8s cubic-bezier(.18, .72, .22, 1) infinite; }

.jz-heritage-tooltip {
  position: absolute;
  z-index: 7;
  width: min(68%, 276px);
  min-height: 114px;
  padding: 14px 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(117, 238, 240, .38);
  color: #eaf8fa;
  background:
    linear-gradient(135deg, rgba(8, 27, 36, .96), rgba(3, 12, 18, .93)),
    rgba(4, 15, 22, .94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .55), inset 0 0 0 1px rgba(255, 255, 255, .025);
  backdrop-filter: blur(16px) saturate(1.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(.97);
  transition: opacity .24s ease, transform .32s cubic-bezier(.2, .8, .2, 1);
}

.jz-heritage-artboard[data-active="1"] .jz-heritage-tooltip { top: 30%; left: 20%; }
.jz-heritage-artboard[data-active="2"] .jz-heritage-tooltip { top: 27%; right: 18%; }
.jz-heritage-artboard[data-active="3"] .jz-heritage-tooltip { right: 17%; bottom: 9%; }
.jz-heritage-tooltip.is-visible { opacity: 1; pointer-events: auto; transform: none; }

.jz-heritage-tooltip::before,
.jz-heritage-tooltip::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.jz-heritage-tooltip::before {
  width: 46px;
  height: 2px;
  inset: 0 0 auto auto;
  background: #ff7625;
  box-shadow: -12px 0 #ff7625, 0 0 16px rgba(255, 118, 37, .5);
}

.jz-heritage-tooltip::after {
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(90deg, rgba(117, 238, 240, .34) 1px, transparent 1px);
  background-size: 18px 100%;
  mask-image: linear-gradient(90deg, transparent, #000 60%, transparent);
}

.jz-heritage-tooltip__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #72edef;
  font: 780 6.5px var(--jz-mono);
  letter-spacing: .13em;
}

.jz-heritage-tooltip__meta i { flex: 1; height: 1px; background: rgba(117, 238, 240, .22); }
.jz-heritage-tooltip__meta b { color: #9bb7bb; font: inherit; }

.jz-heritage-tooltip h3 {
  position: relative;
  z-index: 1;
  min-height: 2.15em;
  margin: 10px 0 6px;
  color: #f3fbfc;
  font: 720 clamp(12px, 2.6vw, 15px)/1.08 var(--jz-display);
}

.jz-heritage-tooltip p {
  position: relative;
  z-index: 1;
  min-height: 3.6em;
  margin: 0;
  color: #9eb5b9;
  font-size: clamp(8px, 1.75vw, 10px);
  line-height: 1.48;
}

.jz-heritage-tooltip h3.is-typing::after,
.jz-heritage-tooltip p.is-typing::after {
  display: inline-block;
  width: .46em;
  height: 1em;
  margin-inline-start: .22em;
  content: "";
  vertical-align: -.12em;
  background: #ff7625;
  animation: jz-type-caret .72s steps(1) infinite;
}

.jz-heritage-tooltip__trace {
  position: absolute;
  z-index: 2;
  width: 38%;
  height: 1px;
  inset: auto 0 0 auto;
  overflow: hidden;
  background: rgba(117, 238, 240, .2);
}

.jz-heritage-tooltip__trace i {
  display: block;
  width: 32%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #75eef0, transparent);
  animation: jz-tooltip-trace 2.2s linear infinite;
}

.jz-heritage-machine > svg {
  display: none;
}

.jz-clock-pendulum,
.jz-clock-regulator {
  transform-box: fill-box;
  transform-origin: 50% 0;
}

.jz-clock-pendulum {
  animation: jz-heritage-pendulum 7s ease-in-out infinite;
}

.jz-clock-regulator {
  animation: jz-heritage-regulator 9s ease-in-out infinite;
}

.jz-clock-waterline,
.jz-clock-trace {
  animation: jz-heritage-waterline 16s linear infinite;
}

.jz-heritage-machine figcaption {
  grid-row: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 14px 4px 0;
  border-block-start: 1px solid rgba(209, 172, 114, .17);
  color: #817b72;
  font: 680 7.5px var(--jz-mono);
  letter-spacing: .075em;
  line-height: 1.5;
}

.jz-heritage-machine figcaption span {
  color: #c3975e;
  white-space: nowrap;
}

.jz-heritage__copy {
  position: relative;
  min-width: 0;
  max-width: 850px;
}

.jz-heritage__copy .jz-kicker {
  color: #b9b0a1;
}

.jz-heritage__copy .jz-kicker > span:first-child {
  background: #c3975e;
}

.jz-heritage__copy h2,
.jz-heritage h2 {
  max-width: 820px;
  margin-block-start: clamp(14px, 2vh, 21px);
  color: #f4f1eb;
  font-size: clamp(37px, 3vw, 54px);
  line-height: 1.02;
  letter-spacing: -.035em;
  hyphens: auto;
  overflow-wrap: break-word;
  text-wrap: balance;
}

html[lang="ru"] .jz-heritage__copy h2 {
  font-size: clamp(35px, 2.75vw, 49px);
}

.jz-heritage__copy > p:last-of-type,
.jz-heritage__layout > div:last-child > p:last-child {
  max-width: 720px;
  margin-block-start: clamp(16px, 2.2vh, 24px);
  color: #aaa9a5;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.68;
}

.jz-heritage__principles {
  display: grid;
  margin: clamp(18px, 2.8vh, 28px) 0 0;
  padding: 0;
  border-block: 1px solid rgba(209, 172, 114, .18);
  list-style: none;
}

.jz-heritage__principles li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  min-height: clamp(43px, 5.4vh, 53px);
  gap: 14px;
  border-block-end: 1px solid rgba(209, 172, 114, .1);
}

.jz-heritage__principles li:last-child { border-block-end: 0; }
.jz-heritage__principles span { color: #c3975e; font: 800 8px var(--jz-mono); }
.jz-heritage__principles b { color: #c9c6bf; font-size: clamp(11px, .86vw, 13px); font-weight: 680; }

.jz-heritage__source {
  display: inline-flex;
  align-items: center;
  margin-block-start: clamp(18px, 2.6vh, 26px);
  gap: 10px;
  color: #73dfe1;
  font: 800 8.5px var(--jz-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jz-heritage__source svg { width: 17px; height: 17px; transition: transform .2s ease; }
.jz-heritage__source:hover svg { transform: translateX(5px); }
[dir="rtl"] .jz-heritage__source svg { transform: rotate(180deg); }
[dir="rtl"] .jz-heritage__source:hover svg { transform: translateX(-5px) rotate(180deg); }

@keyframes jz-heritage-waterline { to { stroke-dashoffset: -44; } }
@keyframes jz-heritage-pendulum { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(3deg); } }
@keyframes jz-heritage-regulator { 0%, 100% { transform: translateY(2px); } 50% { transform: translateY(-3px); } }
@keyframes jz-hotspot-orbit { to { transform: rotate(360deg); } }
@keyframes jz-hotspot-wave {
  0% { opacity: .55; transform: scale(.68); }
  72%, 100% { opacity: 0; transform: scale(1.85); }
}
@keyframes jz-type-caret { 50% { opacity: 0; } }
@keyframes jz-tooltip-trace { from { transform: translateX(-110%); } to { transform: translateX(330%); } }

@media (max-width: 1180px) and (min-width: 901px) {
  .jz-heritage__layout { grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: 38px; }
  .jz-heritage-machine { padding-inline: 14px; }
  .jz-heritage__copy h2,
  .jz-heritage h2 { font-size: clamp(34px, 4vw, 45px); }
  html[lang="ru"] .jz-heritage__copy h2 { font-size: clamp(32px, 3.5vw, 41px); }
}

@media (max-height: 760px) and (min-width: 901px) {
  .jz-heritage { padding-block: 24px; }
  .jz-heritage__copy h2,
  .jz-heritage h2 { margin-block-start: 12px; font-size: clamp(32px, 2.65vw, 43px); }
  html[lang="ru"] .jz-heritage__copy h2 { font-size: clamp(30px, 2.45vw, 39px); }
  .jz-heritage__copy > p:last-of-type { margin-block-start: 14px; font-size: 12.5px; line-height: 1.55; }
  .jz-heritage__principles { margin-block-start: 15px; }
  .jz-heritage__principles li { min-height: 39px; }
  .jz-heritage__source { margin-block-start: 15px; }
  .jz-heritage-machine { padding-block: 44px 14px; }
}

@media (max-width: 900px) {
  .jz-heritage {
    height: auto;
    max-height: none;
    min-height: 0;
    padding-block: clamp(70px, 10vw, 96px);
  }

  .jz-heritage::after { inset: 28px 22px; }
  .jz-heritage__layout { grid-template-columns: minmax(0, 1fr); height: auto; gap: 48px; }
  .jz-heritage-machine { width: min(100%, 650px); height: auto; aspect-ratio: .78; }
  .jz-heritage__watermark { width: min(34vw, 220px); inset-inline-end: 4vw; opacity: .018; }
  .jz-heritage__copy { max-width: 720px; }
}

@media (max-width: 520px) {
  .jz-heritage { padding-block: 62px; }
  .jz-heritage::before { background-size: 132px 132px; opacity: .075; }
  .jz-heritage::after { inset: 18px 12px; }
  .jz-heritage__layout { gap: 40px; }
  .jz-heritage-machine { padding: 44px 10px 15px; aspect-ratio: .76; }
  .jz-heritage-machine__status { inset-inline: 19px; font-size: 6.6px; letter-spacing: .1em; }
  .jz-heritage-machine figcaption { grid-template-columns: 1fr; gap: 6px; padding-inline: 4px; }
  .jz-heritage__copy h2,
  .jz-heritage h2,
  html[lang="ru"] .jz-heritage__copy h2 { font-size: clamp(31px, 8.8vw, 40px); line-height: 1.06; }
  .jz-heritage__copy > p:last-of-type { font-size: 14px; line-height: 1.65; }
  .jz-heritage__principles li { min-height: 50px; }
  .jz-heritage-hotspot { width: 34px; }
  .jz-heritage-tooltip { width: 76%; min-height: 104px; padding: 12px 13px 13px; }
  .jz-heritage-artboard[data-active="1"] .jz-heritage-tooltip { top: 31%; left: 16%; }
  .jz-heritage-artboard[data-active="2"] .jz-heritage-tooltip { top: 27%; right: 14%; }
  .jz-heritage-artboard[data-active="3"] .jz-heritage-tooltip { right: 13%; bottom: 8%; }
  .jz-heritage-tooltip h3 { font-size: 12px; }
  .jz-heritage-tooltip p { font-size: 8.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .jz-clock-pendulum,
  .jz-clock-regulator,
  .jz-clock-waterline,
  .jz-clock-trace,
  .jz-heritage-hotspot::before,
  .jz-heritage-hotspot::after,
  .jz-heritage-tooltip h3::after,
  .jz-heritage-tooltip p::after,
  .jz-heritage-tooltip__trace i {
    animation: none !important;
  }
}

/* Mobile header integrity: compact controls, fixed safe-area cover and exact brand lockup. */
.jz-language__short {
  display: none;
}

.jz-brand--footer {
  width: fit-content;
  justify-self: start;
  margin-left: clamp(54px, 4.7vw, 92px);
}

@media (max-width: 680px) {
  .jz-header {
    min-width: 320px;
    background: #050b12;
    isolation: isolate;
  }

  .jz-header::before {
    position: absolute;
    inset: -220px 0 0;
    z-index: -1;
    content: "";
    background: #050b12;
    pointer-events: none;
  }

  .jz-header__inner,
  .jz-header__inner.jz-container {
    width: 100%;
    min-height: 62px;
    padding-inline: max(6px, env(safe-area-inset-left)) max(6px, env(safe-area-inset-right));
    gap: 5px;
  }

  .jz-nav {
    height: calc(100vh - 62px);
    height: calc(100dvh - 62px);
    inset-block-start: 62px;
  }

  .jz-menu-button {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .jz-menu-button__glyph {
    transform: scale(.78);
  }

  .jz-header .jz-brand {
    width: 91px;
    margin: 0;
    padding-block-end: 7px;
  }

  .jz-header .jz-brand .jz-brand__wordmark {
    width: 91px;
  }

  .jz-header .jz-brand__tech,
  .jz-brand--footer .jz-brand__tech {
    right: auto;
    left: 74.667%;
    transform: translateY(28%);
  }

  .jz-header .jz-brand__tech {
    bottom: 0;
    font-size: 4.5px;
    letter-spacing: 0;
  }

  .jz-header__actions {
    min-width: 0;
    margin-inline-start: auto;
    gap: 4px;
  }

  .jz-header .jz-language {
    position: relative;
    width: 44px;
    height: 34px;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
  }

  .jz-header .jz-language__short {
    display: grid;
    position: absolute;
    inset: 0;
    place-items: center;
    padding-inline-end: 8px;
    color: var(--jz-steel-200);
    font: 850 9px var(--jz-mono);
    letter-spacing: .06em;
  }

  .jz-header .jz-language::after {
    position: absolute;
    inset: 50% 7px auto auto;
    width: 5px;
    height: 5px;
    border: solid var(--jz-steel-400);
    border-width: 0 1px 1px 0;
    content: "";
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }

  .jz-header .jz-language select {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    min-height: 100%;
    padding: 0;
    opacity: 0;
  }

  .jz-header .jzm-cart-trigger {
    width: 34px;
    height: 34px;
    inline-size: 34px;
    block-size: 34px;
    flex: 0 0 34px;
  }

  .jz-header .jzm-cart-trigger svg {
    width: 17px;
    height: 17px;
  }

  .jz-header .jzm-cart-trigger strong {
    min-width: 16px;
    height: 16px;
    block-size: 16px;
    inset-block-start: -4px;
    inset-inline-end: -2px;
    padding-inline: 3px;
    border-width: 1px;
    font-size: 7px;
  }

  .jz-footer__top.jz-container {
    padding-inline: 20px;
  }

  .jz-brand--footer {
    width: 118px;
    margin-left: 29px;
    padding-block-end: 8px;
  }

  .jz-brand--footer .jz-brand__wordmark {
    width: 118px;
  }

  .jz-brand--footer .jz-brand__tech {
    bottom: -1px;
    font-size: 6px;
    letter-spacing: 0;
  }
}

@media (max-width: 360px) {
  .jz-header .jz-brand,
  .jz-header .jz-brand .jz-brand__wordmark {
    width: 84px;
  }

  .jz-header .jz-language {
    width: 40px;
    flex-basis: 40px;
  }
}

/* RTL blog composition: preserve the people, isolate long copy and stack cleanly on mobile. */
.jzb-hero__media {
  filter: saturate(.96) contrast(1.04) brightness(1.08);
}

.jzb-hero__media::after {
  background: radial-gradient(circle at 76% 54%, transparent 0 26%, rgba(3, 10, 17, .08) 61%, rgba(3, 10, 17, .34) 100%);
}

[dir="rtl"] .jzb-hero::after {
  background:
    linear-gradient(270deg, #030a11 0%, rgba(3, 10, 17, .98) 37%, rgba(3, 10, 17, .82) 50%, rgba(3, 10, 17, .18) 72%, transparent 100%),
    radial-gradient(circle at 82% 24%, rgba(255, 90, 0, .11), transparent 24%);
}

[dir="rtl"] .jzb-hero__media {
  inset: -4% 40% -4% -4%;
  background-position: 52% center;
}

[dir="rtl"] .jzb-hero__inner {
  display: grid;
  justify-items: start;
}

[dir="rtl"] .jzb-hero__inner > * {
  width: min(49%, 720px);
  max-width: none;
}

[dir="rtl"] .jzb-hero h1 {
  font-size: clamp(54px, 6vw, 88px);
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}

[dir="rtl"] .jzb-hero p:last-child {
  max-width: 650px;
}

@media (max-width: 680px) {
  .jzb-hero {
    display: block;
    min-height: 0;
    padding: 0;
    background: #030a11;
  }

  .jzb-hero__media,
  [dir="rtl"] .jzb-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(250px, 76vw, 340px);
    background-position: 57% center;
    filter: saturate(1) contrast(1.03) brightness(1.14);
    transform: none !important;
  }

  .jzb-hero__media::after {
    background: linear-gradient(180deg, rgba(3, 10, 17, .02), rgba(3, 10, 17, .08) 58%, #030a11 100%);
  }

  .jzb-hero::after,
  [dir="rtl"] .jzb-hero::after {
    inset: 0 0 auto;
    height: clamp(250px, 76vw, 340px);
    background: linear-gradient(180deg, rgba(3, 10, 17, .02), rgba(3, 10, 17, .04) 56%, #030a11 100%);
  }

  .jzb-hero::before {
    opacity: .11;
  }

  .jzb-hero__inner,
  [dir="rtl"] .jzb-hero__inner {
    display: block;
    width: 100%;
    padding: 34px 20px 68px;
    overflow: hidden;
  }

  [dir="rtl"] .jzb-hero__inner > * {
    width: 100%;
  }

  .jzb-hero h1,
  [dir="rtl"] .jzb-hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.04;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .jzb-hero p:last-child,
  [dir="rtl"] .jzb-hero p:last-child {
    max-width: 100%;
    margin-block-start: 22px;
    font-size: 15px;
  }

  .jzb-hero__trace {
    inset: auto 20px 24px auto;
  }

  [dir="rtl"] .jzb-hero__trace {
    inset: auto auto 24px 20px;
  }

  html[lang="ru"] .jzb-hero h1 {
    width: calc(100vw - 40px);
    max-width: 100%;
    min-width: 0;
    font-size: clamp(27px, 7.6vw, 36px);
    line-height: 1.04;
    letter-spacing: -.045em;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: wrap;
  }

  html[lang="ru"] .jzb-hero .jzm-eyebrow {
    flex-wrap: wrap;
    font-size: 9px;
    letter-spacing: .11em;
    line-height: 1.5;
  }

  html[lang="ru"] .jzb-hero p:last-child {
    width: calc(100vw - 40px);
    max-width: 100%;
    min-width: 0;
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}

/* Digital factory twin hero and viewport-scaled project stage. */
.jz-hero {
  position: relative;
  display: grid;
  height: calc(100svh - 82px);
  min-height: min(640px, calc(100svh - 82px));
  max-height: none;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;
  background: #02070b;
}

.jz-hero-film {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #02070b url("/assets/jazarion_site/jazarion/r20260816a/hero/jazarion-digital-twin-poster-v1.jpg") center / cover no-repeat;
}

.jz-hero-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.08) brightness(.78);
  transform: scale(1.012);
}

.jz-hero-film__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 11, .98) 0%, rgba(2, 7, 11, .9) 28%, rgba(2, 7, 11, .42) 55%, rgba(2, 7, 11, .1) 78%),
    linear-gradient(180deg, rgba(2, 7, 11, .12), rgba(2, 7, 11, .02) 55%, rgba(2, 7, 11, .88) 100%);
}

[dir="rtl"] .jz-hero-film__shade {
  background:
    linear-gradient(270deg, rgba(2, 7, 11, .98) 0%, rgba(2, 7, 11, .9) 28%, rgba(2, 7, 11, .42) 55%, rgba(2, 7, 11, .1) 78%),
    linear-gradient(180deg, rgba(2, 7, 11, .12), rgba(2, 7, 11, .02) 55%, rgba(2, 7, 11, .88) 100%);
}

.jz-hero .jz-hero__grid {
  z-index: -1;
  opacity: .38;
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .7) 48%, transparent 88%);
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .7) 48%, transparent 88%);
}

[dir="rtl"] .jz-hero .jz-hero__grid {
  -webkit-mask-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .7) 48%, transparent 88%);
  mask-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .7) 48%, transparent 88%);
}

.jz-hero .jz-hero__glow {
  display: none;
}

.jz-hero__layout {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  padding-block: clamp(54px, 8vh, 98px) 126px;
}

.jz-hero__copy {
  width: min(59%, 760px);
  max-width: 760px;
  text-shadow: 0 2px 26px rgba(0, 0, 0, .52);
}

.jz-hero h1 {
  max-width: 760px;
  font-size: clamp(56px, 5.5vw, 102px);
  line-height: .9;
}

html[lang="ru"] .jz-hero h1 {
  font-size: clamp(50px, 4.65vw, 86px);
}

.jz-hero h1 span:last-child {
  -webkit-text-stroke-color: #75e9eb;
  text-shadow: 0 0 34px rgba(36, 199, 203, .18);
}

.jz-hero__lede {
  max-width: 650px;
  margin-block-start: clamp(20px, 2.8vh, 29px);
  color: #c0d0d3;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.62;
}

.jz-hero__actions {
  margin-block-start: clamp(24px, 3vh, 34px);
}

.jz-hero .jz-assurance {
  margin-block-start: clamp(20px, 2.6vh, 28px);
}

.jz-hero .jz-assurance li {
  color: #9eb3b8;
  text-shadow: 0 1px 12px #02070b;
}

.jz-hero-twin {
  position: absolute;
  z-index: 3;
  width: clamp(248px, 22vw, 360px);
  inset-block-start: clamp(80px, 13vh, 140px);
  inset-inline-end: max(3.5vw, calc((100vw - var(--jz-container)) / 2));
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(112, 231, 234, .25);
  color: #b7cbce;
  background: linear-gradient(145deg, rgba(4, 16, 24, .78), rgba(4, 13, 20, .44));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28), inset 0 0 30px rgba(36, 199, 203, .035);
  backdrop-filter: blur(8px);
}

.jz-hero-twin::after {
  position: absolute;
  inset-inline: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(112, 231, 234, .72), transparent);
  animation: jz-hero-scan 6s ease-in-out infinite;
}

.jz-hero-twin__rail,
.jz-hero-twin__phase,
.jz-hero-twin dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jz-hero-twin__rail {
  padding-block-end: 12px;
  border-block-end: 1px solid rgba(112, 231, 234, .14);
  font: 760 7px var(--jz-mono);
  letter-spacing: .13em;
}

.jz-hero-twin__rail b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #72e7e9;
}

.jz-hero-twin__rail i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #72e7e9;
  box-shadow: 0 0 9px rgba(114, 231, 233, .9);
}

.jz-hero-twin__phase {
  margin-block-start: 13px;
  gap: 7px;
  color: #627b82;
  font: 760 6.5px var(--jz-mono);
  letter-spacing: .07em;
}

.jz-hero-twin__phase span {
  padding-block-end: 6px;
  border-block-end: 1px solid transparent;
  transition: color .3s ease, border-color .3s ease;
}

.jz-hero-twin__phase span.is-active {
  border-color: #ff6a18;
  color: #e5f7f7;
}

.jz-hero-twin__chart {
  display: flex;
  height: 48px;
  align-items: end;
  margin-block: 15px;
  padding: 6px 8px;
  gap: 6px;
  border-inline-start: 1px solid rgba(112, 231, 234, .17);
  border-block-end: 1px solid rgba(112, 231, 234, .17);
}

.jz-hero-twin__chart i {
  width: 100%;
  height: 34%;
  background: linear-gradient(180deg, #73e7e9, rgba(36, 199, 203, .14));
  transform-origin: 50% 100%;
  animation: jz-hero-telemetry 4s ease-in-out infinite;
}

.jz-hero-twin__chart i:nth-child(2) { height: 70%; animation-delay: -.6s; }
.jz-hero-twin__chart i:nth-child(3) { height: 48%; animation-delay: -1.2s; }
.jz-hero-twin__chart i:nth-child(4) { height: 88%; animation-delay: -1.8s; }
.jz-hero-twin__chart i:nth-child(5) { height: 58%; animation-delay: -2.4s; }
.jz-hero-twin__chart i:nth-child(6) { height: 76%; animation-delay: -3s; }
.jz-hero-twin__chart i:nth-child(7) { height: 42%; animation-delay: -3.6s; }

.jz-hero-twin dl {
  margin: 0;
  gap: 10px;
}

.jz-hero-twin dl > div {
  min-width: 0;
}

.jz-hero-twin dt,
.jz-hero-twin dd {
  margin: 0;
  font-family: var(--jz-mono);
}

.jz-hero-twin dt {
  color: #5f7880;
  font-size: 6.5px;
  letter-spacing: .1em;
}

.jz-hero-twin dd {
  margin-block-start: 3px;
  color: #bcdadd;
  font-size: 8px;
}

.jz-hero .jz-signal-bar {
  position: absolute;
  z-index: 3;
  inset-inline: 0;
  inset-block-end: 20px;
  width: min(calc(100% - 40px), var(--jz-container));
  margin: 0 auto;
  background: rgba(3, 12, 19, .65);
  backdrop-filter: blur(8px);
}

.jz-hero .jz-signal-bar > div {
  min-height: 60px;
  color: #9db1b6;
}

.jz-ai-teaser {
  position: relative;
  display: grid;
  height: calc(100svh - 82px);
  min-height: min(660px, calc(100svh - 82px));
  max-height: none;
  padding: 0;
  box-sizing: border-box;
}

.jz-ai-teaser::before {
  opacity: .13;
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .58) 46%, transparent 82%);
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .58) 46%, transparent 82%);
}

[dir="rtl"] .jz-ai-teaser::before {
  -webkit-mask-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .58) 46%, transparent 82%);
  mask-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .58) 46%, transparent 82%);
}

.jz-ai-teaser__inner {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  height: 100%;
  min-height: 0;
  padding-block: clamp(30px, 5vh, 58px);
  gap: clamp(42px, 5.5vw, 86px);
}

.jz-ai-teaser__left {
  min-width: 0;
}

.jz-ai-teaser__copy h2 {
  max-width: 700px;
  font-size: clamp(38px, 3.45vw, 60px);
  line-height: 1.01;
}

html[lang="ru"] .jz-ai-teaser__copy h2 {
  font-size: clamp(35px, 3.15vw, 54px);
}

.jz-ai-teaser__copy > p:not(.jz-kicker) {
  margin-block: clamp(16px, 2.3vh, 23px);
  font-size: clamp(13px, 1vw, 15px);
}

.jz-ai-teaser__flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-block-start: clamp(26px, 4vh, 42px);
  border-block: 1px solid rgba(102, 238, 241, .16);
}

.jz-ai-teaser__flow li {
  min-width: 0;
  padding: 14px 10px;
  border-block-end: 0;
  border-inline-end: 1px solid rgba(102, 238, 241, .12);
}

.jz-ai-teaser__flow li:last-child {
  border-inline-end: 0;
}

.jz-ai-teaser .jz-project-panel {
  width: 100%;
  min-width: 0;
  max-height: calc(100svh - 126px);
  padding: clamp(17px, 1.55vw, 23px);
  overflow: hidden;
}

.jz-ai-teaser .jz-project-panel__top {
  padding-block-end: 14px;
}

.jz-ai-teaser .jz-project-panel h2 {
  margin-block-start: 6px;
  font-size: 16px;
}

.jz-ai-teaser .jz-intake {
  padding-block-start: 14px;
  gap: 12px;
}

.jz-ai-teaser .jz-dropzone {
  min-height: 72px;
  padding: 11px 13px;
}

.jz-ai-teaser .jz-dropzone__icon {
  width: 40px;
  height: 40px;
}

.jz-ai-teaser .jz-form-grid select,
.jz-ai-teaser .jz-form-grid input {
  height: 41px;
}

.jz-ai-teaser .jz-intake__route {
  padding: 10px 12px;
}

.jz-ai-teaser .jz-route-track {
  margin-block: 10px 6px;
}

.jz-ai-teaser .jz-button--full {
  min-height: 46px;
}

.jz-ai-teaser .jz-intake__note {
  font-size: 8px;
}

@keyframes jz-hero-scan {
  0%, 100% { inset-block-start: 17%; opacity: 0; }
  18%, 82% { opacity: .7; }
  50% { inset-block-start: 78%; opacity: .3; }
}

@keyframes jz-hero-telemetry {
  0%, 100% { transform: scaleY(.58); opacity: .48; }
  50% { transform: scaleY(1); opacity: .95; }
}

@media (min-width: 901px) {
  .jz-section {
    padding-block: clamp(58px, 7vh, 96px);
  }

  .jz-platform,
  .jz-workflow,
  .jz-foundry,
  .jz-operations,
  .jz-community,
  .jz-global,
  .jz-insights,
  .jz-faq,
  .jz-final {
    min-height: calc(100svh - 82px);
    box-sizing: border-box;
  }

  .jz-heritage {
    height: calc(100svh - 82px);
    max-height: calc(100svh - 82px);
  }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .jz-hero__copy { width: 63%; }
  .jz-hero-twin { width: 248px; inset-inline-end: 24px; }
  .jz-ai-teaser__inner { grid-template-columns: minmax(300px, .72fr) minmax(500px, 1.28fr); gap: 34px; }
  .jz-ai-teaser__copy h2,
  html[lang="ru"] .jz-ai-teaser__copy h2 { font-size: clamp(32px, 3.8vw, 45px); }
}

@media (max-height: 720px) and (min-width: 901px) {
  .jz-hero__layout { padding-block-start: 36px; }
  .jz-hero h1 { font-size: clamp(48px, 5vw, 76px); }
  html[lang="ru"] .jz-hero h1 { font-size: clamp(43px, 4.25vw, 68px); }
  .jz-hero__lede { margin-block-start: 17px; font-size: 14px; line-height: 1.5; }
  .jz-hero__actions { margin-block-start: 20px; }
  .jz-hero .jz-assurance { margin-block-start: 16px; }
  .jz-hero-twin { inset-block-start: 54px; }
  .jz-ai-teaser__inner { padding-block: 22px; }
  .jz-ai-teaser__copy h2,
  html[lang="ru"] .jz-ai-teaser__copy h2 { font-size: clamp(31px, 3.2vw, 43px); }
  .jz-ai-teaser__flow { margin-block-start: 22px; }
  .jz-ai-teaser .jz-project-panel { max-height: calc(100svh - 106px); }
}

@media (max-width: 900px) {
  .jz-hero {
    display: block;
    height: auto;
    min-height: calc(100svh - 68px);
    padding-block: 104px 24px;
  }

  .jz-hero-film video {
    object-position: 68% center;
    filter: saturate(.86) contrast(1.08) brightness(.68);
  }

  .jz-hero-film__shade,
  [dir="rtl"] .jz-hero-film__shade {
    background:
      linear-gradient(90deg, rgba(2, 7, 11, .95), rgba(2, 7, 11, .63) 72%, rgba(2, 7, 11, .4)),
      linear-gradient(180deg, rgba(2, 7, 11, .18), rgba(2, 7, 11, .48) 55%, rgba(2, 7, 11, .96));
  }

  .jz-hero__layout {
    display: block;
    height: auto;
    padding: 0;
  }

  .jz-hero__copy {
    width: min(100%, 680px);
  }

  .jz-hero-twin {
    display: none;
  }

  .jz-hero .jz-signal-bar {
    position: relative;
    inset: auto;
    width: min(calc(100% - 32px), var(--jz-container));
    margin: 58px auto 0;
  }

  .jz-ai-teaser {
    display: block;
    height: auto;
    min-height: 0;
    padding-block: clamp(72px, 10vw, 96px);
  }

  .jz-ai-teaser__inner {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    padding-block: 0;
    gap: 48px;
  }

  .jz-ai-teaser__left {
    max-width: 720px;
  }

  .jz-ai-teaser .jz-project-panel {
    width: min(100%, 700px);
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 520px) {
  .jz-hero {
    padding-block-start: 92px;
  }

  .jz-hero h1,
  html[lang="ru"] .jz-hero h1 {
    font-size: clamp(38px, 11.5vw, 54px);
    line-height: .94;
  }

  .jz-hero__lede {
    font-size: 14px;
    line-height: 1.58;
  }

  .jz-hero .jz-assurance {
    display: grid;
  }

  .jz-ai-teaser__copy h2,
  html[lang="ru"] .jz-ai-teaser__copy h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .jz-ai-teaser__flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jz-ai-teaser__flow li {
    display: grid;
    align-content: center;
    gap: 5px;
    padding-inline: 7px;
  }

  .jz-ai-teaser__flow span {
    font-size: 7px;
    letter-spacing: .06em;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jz-hero-film video {
    display: none;
  }

  .jz-hero-twin::after,
  .jz-hero-twin__chart i {
    animation: none !important;
  }
}

/* First-screen sequence: factory twin, industrial engines, then concept intake. */
#main {
  display: flex;
  flex-direction: column;
}

#main > * { order: 4; }
#main > .jz-hero { order: 1; }
#main > .jz-platform { order: 2; }
#main > .jz-ai-teaser { order: 3; }

/* RTL visual separation: mirror the factory film, never the interface or brand. */
[dir="rtl"] .jz-hero-film video {
  transform: scaleX(-1) scale(1.012);
}

@media (min-width: 901px) {
  .jz-platform {
    display: grid;
    height: calc(100svh - 82px);
    min-height: min(660px, calc(100svh - 82px));
    max-height: calc(100svh - 82px);
    align-items: center;
    padding-block: clamp(26px, 4.4vh, 52px);
    overflow: hidden;
  }

  .jz-platform .jz-section-head {
    margin-block-end: clamp(20px, 3.4vh, 38px);
    gap: clamp(30px, 4vw, 58px);
  }

  .jz-platform .jz-section-head h2 {
    max-width: 820px;
    margin-block-start: 8px;
    font-size: clamp(34px, 3.6vw, 56px);
    line-height: .98;
  }

  html[lang="ru"] .jz-platform .jz-section-head h2,
  html[lang="ar"] .jz-platform .jz-section-head h2 {
    font-size: clamp(31px, 3.15vw, 49px);
  }

  .jz-platform .jz-section-head > p {
    font-size: clamp(11px, .88vw, 14px);
    line-height: 1.55;
  }

  .jz-platform .jz-engine-card {
    min-height: clamp(356px, 50vh, 476px);
    padding: clamp(20px, 1.8vw, 28px);
  }

  .jz-platform .jz-engine-card__index {
    inset-block-start: 22px;
    inset-inline-end: 22px;
  }

  .jz-platform .jz-engine-card__icon {
    width: 48px;
    height: 48px;
    margin-block-end: clamp(15px, 2.3vh, 24px);
  }

  .jz-platform .jz-engine-card__icon svg {
    width: 23px;
    height: 23px;
  }

  .jz-platform .jz-engine-card h3 {
    margin-block: 7px 10px;
    font-size: clamp(19px, 1.6vw, 24px);
  }

  .jz-platform .jz-engine-card > p:not(.jz-micro) {
    font-size: clamp(11px, .82vw, 13px);
    line-height: 1.52;
  }

  .jz-platform .jz-engine-card ul {
    margin-block: clamp(15px, 2.3vh, 24px) clamp(17px, 2.5vh, 26px);
    gap: 7px;
  }

  .jz-platform .jz-engine-card li {
    font-size: clamp(9px, .72vw, 11px);
    line-height: 1.35;
  }

  .jz-platform .jz-engine-card > a {
    padding-block-start: 13px;
    font-size: 9px;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .jz-platform {
    padding-block: 22px;
  }

  .jz-platform .jz-section-head {
    margin-block-end: 18px;
  }

  .jz-platform .jz-section-head h2 {
    font-size: clamp(30px, 3vw, 43px);
  }

  html[lang="ru"] .jz-platform .jz-section-head h2,
  html[lang="ar"] .jz-platform .jz-section-head h2 {
    font-size: clamp(28px, 2.8vw, 39px);
  }

  .jz-platform .jz-engine-card {
    min-height: 350px;
    padding: 19px;
  }

  .jz-platform .jz-engine-card__icon {
    width: 42px;
    height: 42px;
    margin-block-end: 13px;
  }

  .jz-platform .jz-engine-card ul {
    margin-block: 12px 15px;
  }
}

@media (max-width: 900px) {
  .jz-platform {
    display: block;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }
}

/* Blog RTL composition: the people remain visible on the left; copy has its own right-hand field. */
@media (min-width: 681px) {
  .jzb-hero {
    height: calc(100svh - 82px);
    min-height: min(640px, calc(100svh - 82px));
    max-height: calc(100svh - 82px);
    padding-block: clamp(48px, 7vh, 78px);
  }

  [dir="rtl"] .jzb-hero__media {
    inset: 0 38% 0 0;
    background-position: 50% center;
    filter: saturate(1) contrast(1.03) brightness(1.16);
    transform: translate3d(var(--jzb-shift-x), var(--jzb-shift-y), 0) scale(1.04) scaleX(-1);
  }

  [dir="rtl"] .jzb-hero__media::after {
    background: linear-gradient(90deg, rgba(3, 10, 17, .12), rgba(3, 10, 17, .02) 58%, rgba(3, 10, 17, .36));
  }

  [dir="rtl"] .jzb-hero::after {
    background:
      linear-gradient(270deg, #030a11 0%, rgba(3, 10, 17, .98) 34%, rgba(3, 10, 17, .86) 45%, rgba(3, 10, 17, .22) 65%, transparent 82%),
      radial-gradient(circle at 86% 23%, rgba(255, 90, 0, .1), transparent 23%);
  }

  [dir="rtl"] .jzb-hero__inner {
    display: block;
  }

  [dir="rtl"] .jzb-hero__inner > * {
    width: min(44%, 650px);
    max-width: none;
    margin-right: 0;
    margin-left: auto;
  }

  [dir="rtl"] .jzb-hero h1 {
    font-size: clamp(48px, 5vw, 76px);
    line-height: 1.08;
  }
}

@media (max-width: 680px) {
  [dir="rtl"] .jzb-hero__media {
    background-position: 46% center;
    filter: saturate(1) contrast(1.02) brightness(1.16);
  }
}

/* Compact command control: smaller visible orbit, centred on the header axis. */
.jz-menu-button {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  align-self: center;
}

.jz-menu-button__glyph {
  transform: scale(.88);
}

@media (max-width: 680px) {
  .jz-menu-button {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    margin-block: auto;
  }

  .jz-menu-button__glyph {
    transform: scale(.7);
  }
}

/* True viewport stages: the fixed header overlays content and is not subtracted. */
.jz-main :is(h1, h2, h3),
#main :is(h1, h2, h3) {
  font-family: var(--jz-display);
}

html[lang="ar"] .jz-main :is(h1, h2, h3),
html[lang="ar"] #main :is(h1, h2, h3) {
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

.jz-hero {
  height: 100svh;
  min-height: min(640px, 100svh);
}

.jz-ai-teaser {
  height: 100svh;
  min-height: min(660px, 100svh);
}

@media (min-width: 901px) {
  .jz-platform {
    height: 100svh;
    min-height: min(660px, 100svh);
    max-height: 100svh;
  }
}

@media (min-width: 681px) {
  .jzb-hero {
    height: 100svh;
    min-height: min(640px, 100svh);
    max-height: 100svh;
  }
}

@media (max-width: 900px) {
  .jz-hero {
    height: auto;
    min-height: 100svh;
  }

  .jz-ai-teaser {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .jzm-hero__inner > * {
    min-width: 0;
    max-width: 100%;
  }
}

/* Light capability explorer: one calm viewport field with dark production modules. */
.jz-capabilities {
  display: grid;
  min-height: 100svh;
  align-items: center;
  color: var(--jz-text);
  background:
    radial-gradient(circle at 88% 14%, rgba(36, 199, 203, .13), transparent 27rem),
    linear-gradient(rgba(11, 46, 56, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 46, 56, .035) 1px, transparent 1px),
    var(--jz-paper-50);
  background-size: auto, 64px 64px, 64px 64px, auto;
}

.jz-capabilities .jz-section-head--light h2 {
  color: var(--jz-text);
}

.jz-capabilities .jz-section-head--light > p {
  color: var(--jz-muted);
}

.jz-capabilities .jz-explorer {
  border-color: rgba(11, 46, 56, .16);
  background: #fff;
  box-shadow: 0 18px 46px rgba(13, 42, 49, .09);
}

.jz-capabilities .jz-search input {
  color: var(--jz-text);
}

.jz-capabilities .jz-search input::placeholder {
  color: #73888d;
}

.jz-capabilities .jz-search kbd {
  border-color: rgba(11, 46, 56, .16);
  color: #61767c;
  background: #edf3f1;
}

.jz-capabilities .jz-filters button {
  color: #5e747a;
}

.jz-capabilities .jz-filters button:hover {
  color: var(--jz-text);
}

@media (min-width: 901px) {
  .jz-capabilities {
    padding-block: clamp(54px, 6vh, 86px);
  }

  .jz-capabilities .jz-section-head {
    margin-block-end: clamp(30px, 4vh, 50px);
  }
}

@media (max-width: 900px) {
  .jz-capabilities {
    display: block;
    min-height: 100svh;
  }
}

@media (min-width: 1121px) {
  .jz-capabilities {
    height: 100svh;
    min-height: min(650px, 100svh);
    max-height: 100svh;
    padding-block: 22px;
    overflow: hidden;
  }

  .jz-capabilities .jz-section-head {
    margin-block-end: 16px;
    gap: 48px;
  }

  .jz-capabilities .jz-section-head h2 {
    margin-block-start: 7px;
    font-size: clamp(32px, 3.6vw, 48px);
    line-height: 1;
  }

  html[lang="ru"] .jz-capabilities .jz-section-head h2,
  html[lang="ar"] .jz-capabilities .jz-section-head h2 {
    font-size: clamp(30px, 3.25vw, 44px);
  }

  .jz-capabilities .jz-section-head > p {
    font-size: 13px;
    line-height: 1.55;
  }

  .jz-capabilities .jz-explorer {
    min-height: 52px;
    margin-block-end: 14px;
    padding: 8px 11px;
  }

  .jz-capabilities .jz-search input {
    padding-block: 5px;
  }

  .jz-capabilities .jz-filters button {
    padding: 7px 10px;
  }

  .jz-capabilities .jz-capability-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .jz-capabilities .jz-capability-card {
    min-height: 188px;
    padding: 15px 17px;
  }

  .jz-capabilities .jz-capability-card > svg {
    width: 25px;
    height: 25px;
    margin-block: 12px 9px;
  }

  .jz-capabilities .jz-capability-card h3 {
    margin-block-end: 7px;
    font-size: 14px;
    line-height: 1.2;
  }

  .jz-capabilities .jz-capability-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .jz-capabilities .jz-capability-card > div {
    margin-block-start: 9px;
  }

  .jz-capabilities .jz-capability-card > div span {
    padding: 3px 5px;
    font-size: 6px;
  }
}

@media (min-width: 1121px) and (max-height: 649px) {
  .jz-capabilities {
    height: auto;
    min-height: 100svh;
    max-height: none;
    overflow: visible;
  }
}

/* Arabic type system — one coherent family, restrained industrial weights. */
html[lang="ar"] {
  --jz-arabic: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

html[lang="ar"] body,
html[lang="ar"] :is(button, input, select, textarea) {
  font-family: var(--jz-arabic);
  font-weight: 400;
}

html[lang="ar"] :is(
  [data-i18n], [data-i18n-placeholder], [data-mp-i18n], [data-mp-i18n-placeholder],
  [data-balance-i18n], .jz-kicker, .jzm-eyebrow, .jzb-card-kicker,
  .jz-header-routes, .jz-nav, .jz-footer, .jz-button
) {
  font-family: var(--jz-arabic) !important;
  letter-spacing: 0 !important;
}

html[lang="ar"] :is(.jz-main, #main) :is(h1, h2, h3),
html[lang="ar"] :is(.jz-main, #main) :is(h1, h2, h3) * {
  font-family: var(--jz-arabic) !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

html[lang="ar"] :is(.jz-main, #main) h1 {
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

html[lang="ar"] :is(.jz-main, #main) h2 {
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

html[lang="ar"] :is(.jz-main, #main) h3 {
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

html[lang="ar"] :is(
  .jz-header-routes a, .jz-nav a, .jz-footer a, .jz-button,
  button, label, summary, strong, b
) {
  font-weight: 500 !important;
}

html[lang="ar"] :is(p, li, dd, input, select, textarea) {
  line-height: 1.75;
}

html[lang="ar"] .jz-hero h1 span:last-child {
  color: var(--jz-cyan-300);
  -webkit-text-stroke: 0;
  text-shadow: 0 0 28px rgba(36, 199, 203, .13);
}

html[lang="ar"] :is(.jz-kicker, .jzm-eyebrow, .jzb-card-kicker) {
  font-size: max(12px, .78em);
  font-weight: 500 !important;
  line-height: 1.55;
}

/* Blog topic authority and crawlable navigation remain stable at all viewport sizes. */
.jz-insights .jz-blog-card {
  position: relative;
  z-index: 2;
}

@media (max-width: 920px) {
  .jzb-topics__head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .jzb-topics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .jzb-language-links {
    gap: 7px;
  }

  .jzb-language-links a {
    min-height: 42px;
    padding-inline: 14px;
  }

  .jzb-topics {
    padding-block: 68px;
  }

  .jzb-topics__grid {
    grid-template-columns: 1fr;
  }

  .jzb-topic {
    min-height: 250px;
  }

  .jzb-breadcrumbs span[aria-current="page"] {
    max-width: 74vw;
  }

  .jzb-context {
    padding: 25px 21px;
  }

  .jzb-context__links,
  .jzb-context__links .jz-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jzb-topic::after,
  .jzb-topic strong svg {
    transition: none;
  }
}

html[lang="ar"] :is(
  [data-configuration-code], .jzb-stage__head, .jzb-summary__code strong,
  .jz-hero-twin__head, .jz-hero-twin__tabs, .jz-hero-twin__metrics
) {
  font-family: var(--jz-mono) !important;
  letter-spacing: .06em !important;
}

@media (max-width: 680px) {
  html[lang="ar"] .jz-hero h1 { font-size: clamp(42px, 12.6vw, 62px); }
  html[lang="ar"] :is(.jz-main, #main) h2 { line-height: 1.24 !important; }
  html[lang="ar"] :is(p, li, dd) { line-height: 1.7; }
}

/* FAQ knowledge field — compact, balanced and intentionally restrained. */
.jz-faq {
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 72%, rgba(36, 199, 203, .13), transparent 22rem),
    radial-gradient(circle at 88% 16%, rgba(255, 132, 47, .055), transparent 18rem),
    linear-gradient(rgba(8, 45, 56, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 45, 56, .035) 1px, transparent 1px),
    var(--jz-paper-100);
  background-size: auto, auto, 56px 56px, 56px 56px, auto;
}

.jz-faq::before {
  position: absolute;
  z-index: -1;
  inset: 8% auto auto -8%;
  width: min(46vw, 680px);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 117, 126, .08);
  content: "";
  transform: rotate(45deg);
  box-shadow:
    0 0 0 72px rgba(8, 117, 126, .018),
    0 0 0 144px rgba(8, 117, 126, .012);
  pointer-events: none;
}

.jz-faq__layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(310px, .58fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(64px, 8vw, 128px);
}

.jz-faq .jz-section-head--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-block-end: 0;
}

.jz-faq .jz-section-head--stacked > p:last-of-type {
  max-width: 460px;
}

.jz-faq-signal {
  position: relative;
  display: grid;
  width: min(340px, 92%);
  height: 190px;
  place-items: center;
  margin-block-start: clamp(30px, 4vh, 48px);
  overflow: hidden;
  border-block: 1px solid rgba(8, 117, 126, .18);
  background:
    radial-gradient(circle at center, rgba(36, 199, 203, .11), transparent 45%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .38) 50%, transparent);
}

.jz-faq-signal::before,
.jz-faq-signal::after {
  position: absolute;
  width: 26px;
  height: 26px;
  border-color: var(--jz-hot-500);
  content: "";
}

.jz-faq-signal::before {
  inset: 12px auto auto 0;
  border-block-start: 1px solid;
  border-inline-start: 1px solid;
}

.jz-faq-signal::after {
  inset: auto 0 12px auto;
  border-inline-end: 1px solid;
  border-block-end: 1px solid;
}

.jz-faq-signal__axis {
  position: absolute;
  background: rgba(8, 117, 126, .12);
}

.jz-faq-signal__axis--x {
  inset-inline: 0;
  inset-block-start: 50%;
  height: 1px;
}

.jz-faq-signal__axis--y {
  inset-block: 0;
  inset-inline-start: 50%;
  width: 1px;
}

.jz-faq-signal__ring {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
}

.jz-faq-signal__ring--outer {
  width: 164px;
  border: 1px dashed rgba(8, 163, 172, .34);
  animation: jz-faq-orbit 18s linear infinite;
}

.jz-faq-signal__ring--outer::before,
.jz-faq-signal__ring--outer::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jz-cyan-500);
  box-shadow: 0 0 12px rgba(36, 199, 203, .5);
  content: "";
}

.jz-faq-signal__ring--outer::before { inset: 16% auto auto 9%; }
.jz-faq-signal__ring--outer::after { inset: auto 8% 18% auto; background: var(--jz-hot-500); }

.jz-faq-signal__ring--inner {
  width: 116px;
  border: 1px solid rgba(8, 117, 126, .2);
  box-shadow: inset 0 0 28px rgba(36, 199, 203, .045);
}

.jz-faq-signal__mark {
  position: relative;
  z-index: 1;
  color: transparent;
  font-family: var(--jz-display);
  font-size: 118px;
  font-style: normal;
  font-weight: 650;
  line-height: .8;
  -webkit-text-stroke: 1.35px rgba(7, 107, 116, .52);
  filter: drop-shadow(0 0 0 rgba(36, 199, 203, 0));
  transform: translateY(-3px);
  transition: color .35s ease, filter .35s ease, transform .35s ease;
}

.jz-faq-signal em {
  position: absolute;
  inset: auto 13px 10px auto;
  color: rgba(68, 99, 106, .72);
  font-family: var(--jz-mono);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .16em;
  direction: ltr;
}

.jz-faq-signal:hover .jz-faq-signal__mark {
  color: rgba(36, 199, 203, .08);
  filter: drop-shadow(0 0 14px rgba(36, 199, 203, .2));
  transform: translateY(-6px);
}

.jz-faq .jz-accordion details {
  transition: background-color .22s ease, border-color .22s ease;
}

.jz-faq .jz-accordion details:hover,
.jz-faq .jz-accordion details:focus-within {
  border-color: rgba(8, 163, 172, .34);
  background: linear-gradient(90deg, rgba(36, 199, 203, .045), transparent 70%);
}

.jz-faq .jz-accordion summary {
  padding-inline: 10px;
}

@keyframes jz-faq-orbit {
  to { transform: rotate(360deg); }
}

@media (min-width: 901px) {
  .jz-faq {
    min-height: clamp(680px, 78svh, 860px);
    padding-block: clamp(54px, 6vh, 78px);
  }
}

@media (max-width: 900px) {
  .jz-faq {
    min-height: auto;
  }

  .jz-faq__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .jz-faq-signal {
    width: min(300px, 100%);
    height: 164px;
    margin-block-start: 28px;
  }

  .jz-faq-signal__ring--outer { width: 140px; }
  .jz-faq-signal__ring--inner { width: 98px; }
  .jz-faq-signal__mark { font-size: 100px; }
}

@media (max-width: 680px) {
  .jz-faq {
    padding-block: 64px;
    background-size: auto, auto, 40px 40px, 40px 40px, auto;
  }

  .jz-faq::before {
    width: 420px;
    inset: 4% auto auto -58%;
  }

  .jz-faq-signal {
    height: 132px;
    margin-block-start: 24px;
  }

  .jz-faq-signal__ring--outer { width: 110px; }
  .jz-faq-signal__ring--inner { width: 76px; }
  .jz-faq-signal__mark { font-size: 76px; }
  .jz-faq-signal em { font-size: 6px; }

  .jz-faq .jz-accordion summary {
    min-height: 74px;
    padding-inline: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jz-faq-signal__ring--outer { animation: none; }
  .jz-faq-signal__mark { transition: none; }
}

/* Shared action geometry and technical icon motion. */
.jz-button {
  border-radius: 10px;
}

.jz-engine-card__icon {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(color-mix(in srgb, var(--card-accent) 10%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--card-accent) 10%, transparent) 1px, transparent 1px),
    color-mix(in srgb, var(--card-accent) 8%, transparent);
  background-size: 10px 10px, 10px 10px, auto;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.jz-engine-card__icon::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 25%, color-mix(in srgb, var(--card-accent) 30%, transparent) 50%, transparent 75%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-90%);
}

.jz-engine-card__icon svg,
.jz-capability-card > svg,
.jz-community-card > svg {
  transform-origin: center;
  transition: color .3s ease, filter .3s ease, transform .35s cubic-bezier(.2, .7, .2, 1);
}

.jz-engine-card:is(:hover, :focus-within) .jz-engine-card__icon {
  border-color: color-mix(in srgb, var(--card-accent) 72%, transparent);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--card-accent) 17%, transparent);
  transform: translateY(-3px);
}

.jz-engine-card:is(:hover, :focus-within) .jz-engine-card__icon::before {
  animation: jz-tech-icon-scan 1.1s ease forwards;
}

.jz-engine-card:is(:hover, :focus-within) .jz-engine-card__icon svg,
.jz-community-card:is(:hover, :focus-within) > svg {
  filter: drop-shadow(0 0 8px rgba(102, 238, 241, .42));
  transform: translateY(-3px) scale(1.08);
}

.jz-capability-card:is(:hover, :focus-within) > svg {
  filter: drop-shadow(0 0 9px currentColor);
  transform: translateZ(18px) translateY(-4px) scale(1.08);
}

@keyframes jz-tech-icon-scan {
  0% { opacity: 0; transform: translateX(-90%); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateX(90%); }
}

/* Light final CTA: a calm handoff from editorial content into the dark footer. */
.jz-final {
  border-block-start-color: rgba(8, 45, 56, .12);
  color: var(--jz-text);
  background:
    radial-gradient(circle at 50% 118%, rgba(36, 199, 203, .19), transparent 43%),
    linear-gradient(rgba(8, 45, 56, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 45, 56, .04) 1px, transparent 1px),
    #eef4f2;
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.jz-final__grid {
  opacity: .38;
}

.jz-final .jz-kicker {
  color: var(--jz-ink-700);
}

.jz-final .jz-kicker > span:first-child {
  background: var(--jz-cyan-500);
}

.jz-final h2 {
  color: var(--jz-ink-950);
}

.jz-final p:not(.jz-kicker) {
  color: var(--jz-muted);
}

.jz-final .jz-button--ghost {
  border-color: rgba(8, 45, 56, .24);
  color: var(--jz-ink-800);
  background: rgba(255, 255, 255, .58);
}

.jz-final .jz-button--ghost:is(:hover, :focus-visible) {
  border-color: var(--jz-cyan-600);
  color: var(--jz-ink-950);
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .jz-engine-card__icon,
  .jz-engine-card__icon::before,
  .jz-engine-card__icon svg,
  .jz-capability-card > svg,
  .jz-community-card > svg {
    animation: none !important;
    transition-duration: .01ms !important;
  }

  .jz-engine-card:is(:hover, :focus-within) .jz-engine-card__icon,
  .jz-engine-card:is(:hover, :focus-within) .jz-engine-card__icon svg,
  .jz-capability-card:is(:hover, :focus-within) > svg,
  .jz-community-card:is(:hover, :focus-within) > svg {
    transform: none;
  }
}

@media (min-width: 901px) {
  .jz-faq {
    padding-block: clamp(18px, 3vh, 28px);
  }

  .jz-faq__layout {
    gap: clamp(48px, 6vw, 88px);
  }

  .jz-faq-signal {
    height: 148px;
    margin-block-start: 18px;
  }

  .jz-faq .jz-accordion summary {
    min-height: 66px;
  }
}

/* Desktop readability pass: use the available viewport instead of shrinking
   project steps, diagrams and card copy below a comfortable reading size. */
@media (min-width: 901px) and (min-height: 720px) {
  :is(
    .jz-capabilities,
    .jz-foundry,
    .jz-workflow,
    .jz-operations
  ) .jz-section-head > p {
    font-size: clamp(14px, 1.55vh, 16px);
    line-height: 1.62;
  }

  .jz-workflow__layout {
    grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr);
    gap: clamp(52px, 6vw, 92px);
  }

  .jz-workflow .jz-section-head h2 {
    font-size: clamp(42px, 4.2vw, 58px);
  }

  .jz-workflow .jz-section-head--stacked > p:last-child {
    margin-block-start: clamp(14px, 1.8vh, 19px);
  }

  .jz-steps {
    margin-block-start: clamp(22px, 3vh, 32px);
  }

  .jz-steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 17px;
    padding-block-end: clamp(16px, 2.2vh, 22px);
  }

  .jz-steps::before {
    inset-inline-start: 21px;
  }

  .jz-steps li > b {
    width: 44px;
    height: 35px;
    font-size: 10px;
  }

  .jz-steps h3 {
    font-size: clamp(16px, 1.9vh, 18px);
    line-height: 1.2;
  }

  .jz-steps p {
    margin-block-start: 5px;
    font-size: clamp(12.5px, 1.45vh, 14px);
    line-height: 1.55;
  }

  .jz-project-record {
    padding: clamp(21px, 2.5vh, 27px);
  }

  .jz-project-record__head {
    padding-block-end: clamp(12px, 1.5vh, 16px);
    font-size: 9px;
  }

  .jz-project-record__part {
    grid-template-columns: clamp(100px, 12vh, 120px) minmax(0, 1fr);
    gap: clamp(18px, 2vw, 24px);
    padding-block: clamp(18px, 2.4vh, 24px);
  }

  .jz-part-visual {
    width: clamp(98px, 12vh, 120px);
    height: clamp(98px, 12vh, 120px);
  }

  .jz-part-visual span {
    width: 58.333%;
    height: 58.333%;
    inset: 20.833%;
  }

  .jz-part-visual i {
    width: 28.333%;
    height: 28.333%;
    inset: 35.833%;
  }

  .jz-project-record__part small,
  .jz-project-record__meta dt {
    font-size: 9px;
  }

  .jz-project-record__part h3 {
    margin-block: 8px 6px;
    font-size: clamp(19px, 2.2vh, 22px);
  }

  .jz-project-record__part p,
  .jz-project-record__meta dd {
    font-size: clamp(12px, 1.35vh, 13.5px);
    line-height: 1.45;
  }

  .jz-project-record__meta > div {
    grid-template-columns: 118px minmax(0, 1fr);
    padding-block: clamp(10px, 1.4vh, 14px);
  }

  .jz-project-record__trace {
    margin-block-start: clamp(18px, 2.5vh, 25px);
  }

  .jz-project-record__trace b {
    font-size: 8.5px;
  }

  .jz-foundry-tabs button {
    min-height: clamp(58px, 6.8vh, 66px);
  }

  .jz-foundry-tabs b {
    font-size: 14px;
  }

  .jz-foundry-panel {
    gap: clamp(38px, 5vw, 68px);
    padding: clamp(22px, 3.4vh, 34px);
  }

  .jz-foundry-panel h3 {
    font-size: clamp(28px, 2.65vw, 38px);
  }

  .jz-foundry-panel > div > p:last-child {
    font-size: clamp(13px, 1.45vh, 15px);
    line-height: 1.62;
  }

  .jz-foundry-panel li {
    padding-block: clamp(10px, 1.35vh, 13px);
  }

  .jz-foundry-panel li span {
    font-size: 9px;
  }

  .jz-foundry-panel li b {
    font-size: clamp(11.5px, 1.3vh, 13px);
  }

  .jz-foundry-process li {
    min-height: clamp(66px, 7.6vh, 76px);
    padding: 12px 15px;
  }

  .jz-foundry-process span {
    font-size: clamp(10.5px, 1.2vh, 12px);
  }

  .jz-operation-card {
    min-height: clamp(280px, 34vh, 340px);
    padding: clamp(28px, 3.4vh, 34px);
  }

  .jz-operation-card h3 {
    margin-block-start: clamp(58px, 8vh, 78px);
    font-size: clamp(20px, 2.2vh, 22px);
  }

  .jz-operation-card p {
    font-size: clamp(13px, 1.5vh, 15px);
    line-height: 1.62;
  }

  .jz-community-card h3 {
    font-size: clamp(18px, 2vh, 20px);
  }

  .jz-community-card p {
    font-size: clamp(13px, 1.45vh, 14px);
    line-height: 1.62;
  }

  .jz-role-cloud span {
    font-size: 9px;
  }

  .jz-insights .jz-blog-card__body > p {
    font-size: clamp(12px, 1.4vh, 13.5px);
    line-height: 1.58;
  }
}

@media (min-width: 901px) and (min-height: 800px) {
  .jz-faq .jz-accordion summary {
    min-height: clamp(76px, 8.8vh, 88px);
  }

  .jz-faq .jz-accordion summary b {
    font-size: clamp(16px, 1.8vh, 18px);
  }

  .jz-faq .jz-accordion details p {
    font-size: clamp(14px, 1.55vh, 15.5px);
  }
}

@media (min-width: 1121px) and (min-height: 720px) {
  .jz-capabilities .jz-section-head {
    margin-block-end: clamp(20px, 2.8vh, 28px);
  }

  .jz-capabilities .jz-capability-card {
    min-height: clamp(196px, 23vh, 224px);
    padding: clamp(17px, 2.1vh, 21px);
  }

  .jz-capabilities .jz-capability-card > svg {
    width: clamp(28px, 3.2vh, 32px);
    height: clamp(28px, 3.2vh, 32px);
    margin-block: clamp(13px, 1.8vh, 18px) clamp(10px, 1.3vh, 13px);
  }

  .jz-capabilities .jz-capability-card h3 {
    font-size: clamp(16px, 1.8vh, 18px);
  }

  .jz-capabilities .jz-capability-card p {
    font-size: clamp(11px, 1.2vh, 12.5px);
    line-height: 1.5;
  }

  .jz-capabilities .jz-capability-card > div span {
    padding: 4px 6px;
    font-size: 7px;
  }
}

/* Keep the workflow record visible while the reader moves through the section. */
@media (min-width: 901px) {
  body[data-market-page="home"] .jz-workflow {
    overflow: clip !important;
  }

  .jz-workflow__layout {
    height: 100%;
    align-items: start;
  }

  .jz-workflow__layout > :first-child {
    align-self: center;
  }

  .jz-workflow .jz-project-record {
    position: sticky;
    inset-block-start: clamp(92px, 10vh, 110px);
    align-self: start;
  }
}

/* Decorative engineering blueprints for the operations section. */
.jz-operations {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 82%, rgba(36, 199, 203, .09), transparent 29%),
    radial-gradient(circle at 86% 16%, rgba(241, 113, 36, .055), transparent 24%),
    linear-gradient(145deg, #07131f 0%, var(--jz-ink-900) 52%, #081824 100%);
}

.jz-operations > .jz-container {
  position: relative;
  z-index: 2;
}

.jz-operations .jz-operation-card {
  background: linear-gradient(145deg, rgba(12, 30, 43, .94), rgba(8, 22, 33, .97));
}

.jz-operations__blueprints {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.jz-operations__blueprints :is(path, line, polyline, polygon, rect, circle, ellipse) {
  vector-effect: non-scaling-stroke;
}

.jz-operations__blueprint-grid {
  opacity: .34;
}

.jz-operations__blueprint {
  fill: none;
  stroke: rgba(102, 238, 241, .2);
  stroke-width: 1.3;
}

.jz-operations__blueprint--ghost {
  stroke: rgba(102, 238, 241, .1);
}

.jz-operations__blueprint--axis {
  stroke: rgba(102, 238, 241, .16);
  stroke-width: 1;
  stroke-dasharray: 9 8;
}

.jz-operations__blueprint--dimension {
  stroke: rgba(174, 200, 210, .16);
  stroke-width: 1;
  stroke-dasharray: 3 6;
}

.jz-operations__blueprint--accent {
  stroke: rgba(241, 113, 36, .35);
  stroke-width: 1.5;
}

.jz-operations__blueprint-dot {
  fill: rgba(102, 238, 241, .45);
  stroke: none;
}

.jz-operations__blueprint text {
  fill: rgba(174, 200, 210, .24);
  stroke: none;
  font-family: var(--jz-mono);
  font-size: 10px;
  letter-spacing: .14em;
}

.jz-operations__blueprint--rotor {
  transform-box: fill-box;
  transform-origin: center;
  animation: jz-operations-rotor 18s linear infinite;
}

.jz-operations__blueprint--pulse {
  animation: jz-operations-blueprint-pulse 4.8s ease-in-out infinite;
}

@keyframes jz-operations-rotor {
  to { transform: rotate(360deg); }
}

@keyframes jz-operations-blueprint-pulse {
  0%, 100% { opacity: .32; }
  50% { opacity: .9; }
}

@media (max-width: 900px) {
  .jz-operations__blueprints {
    width: 150%;
    inset-inline-start: -25%;
    opacity: .72;
  }

  .jz-operations__blueprint--bracket {
    opacity: .45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jz-operations__blueprint--rotor,
  .jz-operations__blueprint--pulse {
    animation: none;
  }
}

/* Blog topic index: technical icons, topic grouping and article safety note. */
.jzb-topic__top {
  display: flex;
  min-height: 92px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.jzb-topic__icon {
  position: relative;
  display: grid;
  width: 112px;
  aspect-ratio: 1.36;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(102, 238, 241, .18);
  border-radius: 14px;
  color: var(--jz-steel-200);
  background:
    linear-gradient(rgba(102, 238, 241, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .045) 1px, transparent 1px),
    rgba(7, 25, 35, .82);
  background-size: 16px 16px;
  transition: color .3s ease, border-color .3s ease, background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.jzb-topic__icon::before {
  position: absolute;
  width: 1px;
  height: 160%;
  inset-block-start: -30%;
  inset-inline-start: -18%;
  content: "";
  opacity: 0;
  background: linear-gradient(transparent, rgba(102, 238, 241, .85), transparent);
  box-shadow: 0 0 18px rgba(102, 238, 241, .6);
  transform: rotate(18deg);
}

.jzb-topic__icon svg {
  width: 90%;
  height: 90%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jzb-topic:hover .jzb-topic__icon,
.jzb-topic:focus-visible .jzb-topic__icon {
  border-color: rgba(102, 238, 241, .66);
  color: #d9ffff;
  background-color: rgba(16, 53, 65, .9);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .05);
  transform: translateY(-6px) scale(1.025);
}

.jzb-topic:hover .jzb-topic__icon::before,
.jzb-topic:focus-visible .jzb-topic__icon::before {
  animation: jzb-topic-scan 1.1s ease forwards;
}

.jzb-topic:hover [data-topic-icon="engineering-definition"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="engineering-definition"] .jzb-topic-icon__motion,
.jzb-topic:hover [data-topic-icon="machines-balancing-automation"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="machines-balancing-automation"] .jzb-topic-icon__motion {
  stroke: var(--jz-cyan-300);
  stroke-dasharray: 5 4;
  animation: jzb-topic-signal .75s linear infinite;
}

.jzb-topic:hover [data-topic-icon="manufacturing-processes"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="manufacturing-processes"] .jzb-topic-icon__motion,
.jzb-topic:hover [data-topic-icon="heritage-engineering-education"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="heritage-engineering-education"] .jzb-topic-icon__motion {
  stroke: var(--jz-hot-300);
  stroke-dasharray: 7 4;
  animation: jzb-topic-rotate 1.5s linear infinite;
}

.jzb-topic:hover [data-topic-icon="foundry-engineering"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="foundry-engineering"] .jzb-topic-icon__motion,
.jzb-topic:hover [data-topic-icon="industrial-networks-quality"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="industrial-networks-quality"] .jzb-topic-icon__motion {
  stroke: var(--jz-hot-300);
  animation: jzb-topic-pulse .9s ease-in-out infinite alternate;
}

.jzb-topic:hover [data-topic-icon="cad-digital-engineering"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="cad-digital-engineering"] .jzb-topic-icon__motion,
.jzb-topic:hover [data-topic-icon="digital-operations-enterprise-systems"] .jzb-topic-icon__motion,
.jzb-topic:focus-visible [data-topic-icon="digital-operations-enterprise-systems"] .jzb-topic-icon__motion {
  stroke: var(--jz-cyan-300);
  animation: jzb-topic-float .85s ease-in-out infinite alternate;
}

@keyframes jzb-topic-scan {
  0% { inset-inline-start: -18%; opacity: 0; }
  18% { opacity: .9; }
  100% { inset-inline-start: 118%; opacity: 0; }
}

@keyframes jzb-topic-signal {
  to { stroke-dashoffset: -18; }
}

@keyframes jzb-topic-rotate {
  to { transform: rotate(360deg); }
}

@keyframes jzb-topic-pulse {
  to { opacity: .45; transform: scale(.9); }
}

@keyframes jzb-topic-float {
  to { transform: translateY(-5px); }
}

.jzb-topic-icon__motion {
  transform-box: fill-box;
  transform-origin: center;
}

.jzb-cluster-index {
  display: grid;
  gap: clamp(64px, 9vw, 112px);
}

.jzb-cluster-section {
  scroll-margin-top: 110px;
  padding-block-start: 34px;
  border-block-start: 1px solid rgba(102, 238, 241, .16);
}

.jzb-cluster-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-block-end: 30px;
  gap: 32px;
}

.jzb-cluster-section__head > div > span {
  color: var(--jz-hot-300);
  font: 800 10px var(--jz-mono);
  letter-spacing: .12em;
}

.jzb-cluster-section__head h3 {
  max-width: 760px;
  margin: 12px 0 10px;
  color: #fff;
  font-family: var(--jz-display);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.035em;
  line-height: 1.04;
}

.jzb-cluster-section__head p {
  max-width: 720px;
  margin: 0;
  color: var(--jz-steel-300);
  line-height: 1.65;
}

.jzb-cluster-section__head .jz-button {
  min-width: 220px;
  border-radius: var(--jz-control-radius, 10px);
}

.jzb-article__content blockquote {
  margin: 42px 0;
  padding: 26px 28px;
  border: 1px solid rgba(10, 165, 174, .26);
  border-inline-start: 4px solid #0aa5ae;
  border-radius: 10px;
  color: #24414a;
  background: linear-gradient(135deg, rgba(10, 165, 174, .08), rgba(246, 248, 247, .96));
  font-size: 16px;
  line-height: 1.7;
}

.jzb-article__content blockquote strong {
  color: var(--jz-text);
}

@media (max-width: 920px) {
  .jzb-cluster-section__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 680px) {
  .jzb-topic__icon {
    width: 102px;
  }

  .jzb-cluster-section {
    scroll-margin-top: 82px;
  }

  .jzb-cluster-section__head .jz-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jzb-topic__icon,
  .jzb-topic__icon::before,
  .jzb-topic-icon__motion {
    transition: none;
    animation: none !important;
  }
}

/* Homepage action links stay readable inside the fixed desktop chapter height. */
@media (min-width: 1121px) {
  .jz-capabilities .jz-capability-card__action {
    min-height: 25px;
    padding: 7px 7px 0;
    gap: 7px;
    font-size: 6.5px;
  }

  .jz-capabilities .jz-capability-card__action svg {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 900px) {
  body[data-market-page="home"] #main > .jz-ai-teaser {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }
}

/* Strict homepage tone cadence: dark and light chapters alternate. */
body[data-market-page="home"] .jz-workflow {
  color: var(--jz-steel-100);
  background:
    radial-gradient(circle at 88% 16%, rgba(36, 199, 203, .12), transparent 28rem),
    linear-gradient(rgba(102, 238, 241, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .035) 1px, transparent 1px),
    #050f18;
  background-size: auto, 56px 56px, 56px 56px, auto;
}

body[data-market-page="home"] .jz-workflow :is(.jz-section-head h2, .jz-steps h3) {
  color: var(--jz-steel-100);
}

body[data-market-page="home"] .jz-workflow :is(.jz-section-head--stacked > p:last-child, .jz-steps p) {
  color: var(--jz-steel-300);
}

body[data-market-page="home"] .jz-workflow .jz-steps::before {
  background: linear-gradient(var(--jz-cyan-400), rgba(102, 238, 241, .12));
}

body[data-market-page="home"] .jz-workflow .jz-steps li > b {
  border-color: rgba(102, 238, 241, .2);
  color: var(--jz-cyan-300);
  background: #071722;
}

body[data-market-page="home"] .jz-foundry {
  color: var(--jz-text);
  background:
    radial-gradient(circle at 88% 9%, rgba(241, 113, 36, .055), transparent 24rem),
    linear-gradient(rgba(11, 46, 56, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 46, 56, .045) 1px, transparent 1px),
    #f3f6f5;
  background-size: auto, 64px 64px, 64px 64px, auto;
}

body[data-market-page="home"] .jz-foundry__heat {
  opacity: .16;
}

body[data-market-page="home"] .jz-foundry .jz-section-head h2 {
  color: var(--jz-text);
}

body[data-market-page="home"] .jz-foundry .jz-section-head > p {
  color: var(--jz-muted);
}

body[data-market-page="home"] .jz-community {
  color: var(--jz-text);
  background:
    radial-gradient(circle at 86% 17%, rgba(36, 199, 203, .075), transparent 27rem),
    linear-gradient(rgba(11, 46, 56, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 46, 56, .04) 1px, transparent 1px),
    #f3f8f8;
  background-size: auto, 64px 64px, 64px 64px, auto;
}

body[data-market-page="home"] .jz-community__mesh {
  opacity: .14;
}

body[data-market-page="home"] .jz-community :is(.jz-community__copy h2, .jz-community__copy .jz-kicker) {
  color: var(--jz-text);
}

body[data-market-page="home"] .jz-community__copy > p:not(.jz-kicker) {
  color: var(--jz-muted);
}

body[data-market-page="home"] .jz-community .jz-role-cloud span {
  border-color: rgba(11, 46, 56, .14);
  color: var(--jz-ink-700);
  background: rgba(255, 255, 255, .72);
}

body[data-market-page="home"] .jz-global {
  color: var(--jz-steel-100);
  background:
    radial-gradient(circle at 68% 44%, rgba(10, 170, 179, .14), transparent 31rem),
    radial-gradient(circle at 12% 78%, rgba(241, 113, 36, .09), transparent 24rem),
    #040d15;
}

body[data-market-page="home"] .jz-global::before {
  background-image:
    linear-gradient(rgba(102, 238, 241, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .045) 1px, transparent 1px);
}

body[data-market-page="home"] .jz-global :is(.jz-global__intro h2, .jz-global__intro .jz-kicker) {
  color: var(--jz-steel-100);
}

body[data-market-page="home"] .jz-global :is(.jz-global__intro > p, .jz-global__note) {
  color: var(--jz-steel-300) !important;
}

body[data-market-page="home"] .jz-heritage {
  color: var(--jz-text);
  border-block-color: rgba(122, 86, 42, .2);
  background:
    radial-gradient(ellipse at 78% 48%, rgba(17, 123, 127, .1), transparent 40%),
    radial-gradient(ellipse at 15% 86%, rgba(166, 104, 47, .1), transparent 31%),
    linear-gradient(118deg, #f5f0e6 0%, #fbfaf6 52%, #eef6f2 100%);
  background-color: #f7f3e9;
}

body[data-market-page="home"] .jz-heritage::before {
  opacity: .08;
}

body[data-market-page="home"] .jz-heritage::after {
  border-color: rgba(122, 86, 42, .13);
}

body[data-market-page="home"] .jz-heritage__copy .jz-kicker {
  color: #6f6252;
}

body[data-market-page="home"] .jz-heritage :is(.jz-heritage__copy h2, h2) {
  color: #172b31;
}

body[data-market-page="home"] .jz-heritage__copy > p:last-of-type {
  color: #53666a;
}

body[data-market-page="home"] .jz-heritage__principles {
  border-block-color: rgba(122, 86, 42, .2);
}

body[data-market-page="home"] .jz-heritage__principles li {
  border-block-end-color: rgba(122, 86, 42, .12);
}

body[data-market-page="home"] .jz-heritage__principles b {
  color: #33484c;
}

body[data-market-page="home"] .jz-faq {
  color: var(--jz-text);
  background:
    radial-gradient(circle at 15% 72%, rgba(36, 199, 203, .1), transparent 22rem),
    radial-gradient(circle at 88% 16%, rgba(0, 184, 196, .055), transparent 18rem),
    linear-gradient(rgba(11, 46, 56, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 46, 56, .04) 1px, transparent 1px),
    #f3f8f8;
  background-size: auto, auto, 56px 56px, 56px 56px, auto;
}

body[data-market-page="home"] .jz-faq::before {
  border-color: rgba(8, 117, 126, .1);
}

body[data-market-page="home"] .jz-faq :is(.jz-section-head h2, .jz-accordion summary b) {
  color: var(--jz-text);
}

body[data-market-page="home"] .jz-faq :is(.jz-section-head--stacked > p:last-of-type, .jz-accordion details p) {
  color: var(--jz-muted);
}

body[data-market-page="home"] .jz-faq .jz-accordion details,
body[data-market-page="home"] .jz-faq .jz-accordion details:first-child {
  border-color: rgba(11, 46, 56, .16);
}

body[data-market-page="home"] .jz-insights {
  color: var(--jz-steel-100);
  border-block-end-color: var(--jz-line);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 90, 0, .1), transparent 26%),
    radial-gradient(circle at 14% 70%, rgba(36, 199, 203, .12), transparent 30%),
    #030a11;
}

body[data-market-page="home"] .jz-insights__grid {
  opacity: .2;
  background-image:
    linear-gradient(rgba(102, 238, 241, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 238, 241, .11) 1px, transparent 1px);
}

@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
  .jz-blog-card,
  .jz-blog-card:hover,
  .jz-blog-card:focus-within {
    transform: none;
    will-change: auto;
  }
}

body[data-market-page="home"] .jz-insights :is(.jz-insights__head h2, .jz-insights__head .jz-kicker) {
  color: #fff;
}

body[data-market-page="home"] .jz-insights__head > div:last-child > p {
  color: var(--jz-steel-300);
}

body[data-market-page="home"] .jz-final {
  color: var(--jz-steel-100);
  border-block-start-color: var(--jz-line);
  background:
    radial-gradient(circle at 50% 120%, rgba(36, 199, 203, .2), transparent 45%),
    var(--jz-ink-950);
}

body[data-market-page="home"] .jz-final .jz-kicker {
  color: var(--jz-steel-300);
}

body[data-market-page="home"] .jz-final h2 {
  color: var(--jz-steel-100);
}

body[data-market-page="home"] .jz-final p:not(.jz-kicker) {
  color: var(--jz-steel-300);
}

body[data-market-page="home"] .jz-final .jz-button--ghost {
  border-color: var(--jz-line);
  color: var(--jz-steel-200);
  background: rgba(10, 26, 39, .52);
}

body[data-market-page="home"] .jz-final .jz-button--ghost:is(:hover, :focus-visible) {
  border-color: var(--jz-cyan-300);
  color: var(--jz-cyan-300);
  background: rgba(10, 26, 39, .9);
}

/* Heritage logo grid — a near-invisible neon geometric background. */
body[data-market-page="home"] .jz-heritage::before {
  background: url("/assets/jazarion_site/jazarion/r20260816a/jazarion-heritage-logo-grid-v2.svg") center / clamp(178px, 15.5vw, 228px) auto repeat;
  opacity: .095;
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width: 900px) {
  body[data-market-page="home"] .jz-heritage::before {
    background-size: 164px auto;
    opacity: .075;
  }
}

/* Client workspace entry: visible in the command header and mobile menu. */
.jz-account-entry {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 7px 13px 7px 8px;
  border: 1px solid rgba(102, 238, 241, .38);
  border-radius: 999px;
  gap: 8px;
  color: var(--jz-steel-100);
  background: rgba(8, 26, 39, .84);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .045em;
  white-space: nowrap;
  isolation: isolate;
  transition: color .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.jz-account-entry::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(110deg, transparent 12%, rgba(102, 238, 241, .16) 43%, rgba(255, 90, 0, .18) 55%, transparent 82%);
  transform: translateX(-120%);
  transition: transform .55s cubic-bezier(.22, .8, .22, 1);
}

.jz-account-entry > svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  padding: 5px;
  border: 1px solid rgba(102, 238, 241, .28);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: color .22s ease, border-color .22s ease, transform .35s cubic-bezier(.22, .8, .22, 1);
}

.jz-account-entry > i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #ff7a1a;
  box-shadow: 0 0 0 3px rgba(255, 122, 26, .08), 0 0 9px rgba(255, 122, 26, .28);
}

.jz-account-entry:not(.is-member) > i {
  animation: jz-account-guest-status 4.6s ease-in-out infinite;
}

@keyframes jz-account-guest-status {
  0%, 100% {
    opacity: .82;
    transform: scale(.96);
    box-shadow: 0 0 0 3px rgba(255, 122, 26, .07), 0 0 8px rgba(255, 122, 26, .24);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
    box-shadow: 0 0 0 4px rgba(255, 122, 26, .1), 0 0 12px rgba(255, 122, 26, .38);
  }
}

.jz-account-entry.is-member > i {
  background: #66eef1;
  box-shadow: 0 0 0 4px rgba(102, 238, 241, .1), 0 0 14px rgba(102, 238, 241, .5);
}

.jz-account-entry:is(:hover, :focus-visible, [aria-current="page"]) {
  border-color: var(--jz-cyan-300);
  color: #fff;
  background: rgba(12, 40, 56, .98);
  box-shadow: 0 11px 30px rgba(36, 199, 203, .15), inset 0 0 0 1px rgba(102, 238, 241, .08);
  outline: none;
  transform: translateY(-2px);
}

.jz-account-entry:is(:hover, :focus-visible)::before { transform: translateX(120%); }
.jz-account-entry:is(:hover, :focus-visible) > svg { border-color: var(--jz-cyan-300); color: var(--jz-cyan-300); transform: rotate(-8deg) scale(1.08); }
[dir="rtl"] .jz-account-entry__label { direction: rtl; unicode-bidi: isolate; }

.jz-nav__links .jz-nav-account {
  border: 1px solid rgba(102, 238, 241, .34);
  border-radius: 999px;
  color: var(--jz-cyan-300);
  background: linear-gradient(90deg, rgba(102, 238, 241, .08), rgba(255, 90, 0, .07));
}

.jz-nav__links .jz-nav-account:is(:hover, :focus-visible) {
  border-color: var(--jz-cyan-300);
  color: #fff;
  box-shadow: 0 10px 26px rgba(36, 199, 203, .12);
}

/* Light pre-footer gateway separates the client journey from the public site. */
.jz-account-promo {
  position: relative;
  overflow: hidden;
  padding-block: clamp(54px, 6vw, 82px);
  border-block: 1px solid rgba(9, 54, 66, .14);
  color: #08252e;
  background:
    linear-gradient(90deg, rgba(9, 54, 66, .055) 1px, transparent 1px),
    linear-gradient(rgba(9, 54, 66, .055) 1px, transparent 1px),
    radial-gradient(circle at 86% 20%, rgba(255, 90, 0, .11), transparent 26%),
    #edf7f6;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.jz-account-promo::after {
  position: absolute;
  width: min(28vw, 420px);
  aspect-ratio: 1;
  inset: 50% -10% auto auto;
  border: 1px dashed rgba(9, 93, 103, .16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.jz-account-promo__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) minmax(245px, 300px);
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
}

.jz-account-promo__signal {
  display: grid;
  width: 116px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(102, 238, 241, .26);
  border-radius: 30px;
  color: #9ff9fa;
  background: #061720;
  box-shadow: 0 24px 50px rgba(6, 23, 32, .2);
}

.jz-account-promo__signal > svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  transition: transform .35s cubic-bezier(.22, .8, .22, 1);
}

.jz-account-promo__signal > span {
  display: flex;
  align-items: center;
  align-self: end;
  margin-block-end: 13px;
  gap: 7px;
  font: 850 7px var(--jz-mono);
  letter-spacing: .1em;
}

.jz-account-promo__signal > span i { width: 19px; height: 1px; background: #ff6a00; }
.jz-account-promo:hover .jz-account-promo__signal > svg { transform: rotate(-7deg) scale(1.09); }

.jz-account-promo__copy > p:first-child {
  margin: 0;
  color: #d74b00;
  font: 900 9px var(--jz-mono);
  letter-spacing: .15em;
}

.jz-account-promo__copy h2 {
  max-width: 760px;
  margin: 13px 0 0;
  color: #08252e;
  font-family: var(--jz-display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
  letter-spacing: -.035em;
}

.jz-account-promo__copy > p:last-child {
  max-width: 720px;
  margin: 17px 0 0;
  color: #506c72;
  font-size: 14px;
  line-height: 1.68;
}

.jz-account-promo__actions { display: grid; gap: 10px; }
.jz-account-promo__actions .jz-button { width: 100%; min-height: 52px; border-radius: 999px; }
.jz-account-promo__actions .jz-button--ghost { border-color: rgba(8, 37, 46, .22); color: #183f49; background: rgba(255, 255, 255, .48); }
.jz-account-promo__actions .jz-button--ghost:is(:hover, :focus-visible) { border-color: #0d6a72; color: #063b43; background: #fff; }

@media (max-width: 1180px) {
  .jz-account-promo__inner { grid-template-columns: 92px minmax(0, 1fr); }
  .jz-account-promo__signal { width: 92px; border-radius: 24px; }
  .jz-account-promo__signal > span { display: none; }
  .jz-account-promo__actions { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .jz-account-entry { width: 40px; min-width: 40px; min-height: 40px; padding: 0; gap: 0; }
  .jz-account-entry__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .jz-account-entry > i { position: absolute; inset: 5px 5px auto auto; width: 5px; height: 5px; }
}

@media (max-width: 680px) {
  .jz-account-promo { padding-block: 48px; }
  .jz-account-promo__inner { grid-template-columns: 1fr; gap: 23px; }
  .jz-account-promo__signal { width: 66px; border-radius: 20px; }
  .jz-account-promo__signal > svg { width: 30px; height: 30px; }
  .jz-account-promo__copy h2 { font-size: clamp(34px, 10vw, 44px); }
  .jz-account-promo__copy > p:last-child { font-size: 13.5px; }
  .jz-account-promo__actions { grid-template-columns: 1fr; }
  .jz-account-promo__actions .jz-button { min-height: 54px; }
}

@media (max-width: 420px) {
  .jz-account-entry { width: 36px; min-width: 36px; min-height: 36px; }
  .jz-account-entry > svg { width: 23px; height: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .jz-account-entry,
  .jz-account-entry::before,
  .jz-account-entry > svg,
  .jz-account-promo__signal > svg { transition: none; }
  .jz-account-entry:not(.is-member) > i { animation: none; }
  .jz-account-entry:is(:hover, :focus-visible) { transform: none; }
}

/* Homepage project route: two explicit inputs and one controlled production path. */
.jz-hero-route-head {
  display: flex;
  max-width: 700px;
  align-items: center;
  margin-block-start: clamp(18px, 2.4vh, 28px);
  gap: 12px;
  color: #8da7ad;
  font: 850 9px/1.3 var(--jz-mono);
  letter-spacing: .15em;
  text-transform: uppercase;
}

.jz-hero-route-head i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(117, 233, 235, .54), transparent);
}

[dir="rtl"] .jz-hero-route-head i {
  background: linear-gradient(270deg, rgba(117, 233, 235, .54), transparent);
}

.jz-hero-routes {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block-start: 9px;
  gap: 9px;
}

.jz-hero-route {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 78px;
  grid-template-columns: 42px minmax(0, 1fr) 17px;
  align-items: center;
  overflow: hidden;
  padding: 10px 12px;
  border: 1px solid rgba(117, 233, 235, .32);
  border-radius: 10px;
  gap: 11px;
  color: #eefafa;
  background: linear-gradient(135deg, rgba(7, 26, 38, .9), rgba(5, 16, 25, .72));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .018), 0 14px 34px rgba(0, 0, 0, .2);
  text-decoration: none;
  backdrop-filter: blur(9px);
  transition: border-color .24s ease, background-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.jz-hero-route--machine {
  min-height: 66px;
  grid-column: 1 / -1;
}

.jz-hero-route::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(105deg, transparent 28%, rgba(117, 233, 235, .12) 50%, transparent 72%);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .26s ease, transform .48s ease;
}

[dir="rtl"] .jz-hero-route::before {
  transform: translateX(100%);
}

.jz-hero-route__icon {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(117, 233, 235, .28);
  border-radius: 8px;
  color: #75e9eb;
  background:
    linear-gradient(rgba(117, 233, 235, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 233, 235, .09) 1px, transparent 1px),
    rgba(117, 233, 235, .055);
  background-size: 8px 8px, 8px 8px, auto;
}

.jz-hero-route__icon::after {
  position: absolute;
  inset-inline: 6px;
  inset-block-start: 8px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .22s ease, transform .4s ease;
}

.jz-hero-route--machine .jz-hero-route__icon {
  border-color: rgba(255, 106, 24, .32);
  color: #ff7b31;
  background:
    linear-gradient(rgba(255, 106, 24, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 106, 24, .09) 1px, transparent 1px),
    rgba(255, 106, 24, .055);
  background-size: 8px 8px, 8px 8px, auto;
}

.jz-hero-route__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), filter .28s ease;
}

.jz-hero-route__copy {
  display: block;
  min-width: 0;
}

.jz-hero-route__copy :is(small, strong, em) {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.jz-hero-route__copy small {
  color: #75e9eb;
  font: 850 7px/1.25 var(--jz-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.jz-hero-route--machine .jz-hero-route__copy small {
  color: #ff8a4b;
}

.jz-hero-route__copy strong {
  margin-block-start: 3px;
  color: #f5ffff;
  font-size: 11.5px;
  line-height: 1.24;
}

.jz-hero-route__copy em {
  margin-block-start: 3px;
  color: #809aa0;
  font: 650 7.5px/1.3 var(--jz-mono);
  letter-spacing: .025em;
  font-style: normal;
}

.jz-hero-route__arrow {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #75e9eb;
  stroke-width: 1.7;
  transition: transform .24s ease;
}

[dir="rtl"] .jz-hero-route__arrow {
  transform: rotate(180deg);
}

.jz-hero-route:is(:hover, :focus-visible) {
  border-color: rgba(117, 233, 235, .76);
  background: linear-gradient(135deg, rgba(10, 39, 53, .96), rgba(6, 20, 30, .88));
  box-shadow: 0 16px 40px rgba(0, 0, 0, .3), 0 0 24px rgba(36, 199, 203, .1);
  transform: translateY(-2px);
}

.jz-hero-route:is(:hover, :focus-visible)::before {
  opacity: 1;
  transform: translateX(100%);
}

[dir="rtl"] .jz-hero-route:is(:hover, :focus-visible)::before {
  transform: translateX(-100%);
}

.jz-hero-route:is(:hover, :focus-visible) .jz-hero-route__icon::after {
  opacity: .8;
  transform: translateY(0);
}

.jz-hero-route--file:is(:hover, :focus-visible) .jz-hero-route__icon svg {
  filter: drop-shadow(0 0 7px rgba(117, 233, 235, .55));
  transform: translateY(-3px);
}

.jz-hero-route--brief:is(:hover, :focus-visible) .jz-hero-route__icon svg {
  filter: drop-shadow(0 0 7px rgba(117, 233, 235, .55));
  transform: rotate(-8deg) scale(1.08);
}

.jz-hero-route--machine:is(:hover, :focus-visible) .jz-hero-route__icon svg {
  filter: drop-shadow(0 0 7px rgba(255, 106, 24, .5));
  transform: translateY(-2px) scale(1.08);
}

.jz-hero-route:is(:hover, :focus-visible) .jz-hero-route__arrow {
  transform: translateX(3px);
}

[dir="rtl"] .jz-hero-route:is(:hover, :focus-visible) .jz-hero-route__arrow {
  transform: translateX(-3px) rotate(180deg);
}

.jz-hero-route:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.jz-hero-route-flow {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 9px 0 0;
  padding: 0;
  border: 1px solid rgba(117, 233, 235, .14);
  border-radius: 10px;
  color: #8ca4aa;
  background: rgba(3, 14, 22, .58);
  list-style: none;
  backdrop-filter: blur(7px);
}

.jz-hero-route-flow li {
  display: flex;
  min-width: 0;
  min-height: 30px;
  align-items: center;
  padding: 5px 7px;
  border-inline-end: 1px solid rgba(117, 233, 235, .12);
  gap: 6px;
}

.jz-hero-route-flow li:last-child {
  border-inline-end: 0;
}

.jz-hero-route-flow b {
  color: #4fcfd2;
  font: 850 7px/1 var(--jz-mono);
}

.jz-hero-route-flow span {
  min-width: 0;
  font: 700 8px/1.2 var(--jz-mono);
  letter-spacing: .02em;
  overflow-wrap: anywhere;
}

@media (max-height: 720px) and (min-width: 901px) {
  .jz-hero-route-head { margin-block-start: 13px; }
  .jz-hero-route { min-height: 68px; padding-block: 8px; }
  .jz-hero-route__icon { width: 38px; height: 38px; }
  .jz-hero-route__copy strong { font-size: 11.5px; }
  .jz-hero-route-flow { margin-block-start: 7px; }
  .jz-hero-route-flow li { min-height: 27px; padding-block: 4px; }
}

@media (max-width: 900px) {
  .jz-hero-route-head,
  .jz-hero-routes,
  .jz-hero-route-flow { max-width: 680px; }
}

@media (max-width: 520px) {
  .jz-hero-routes { grid-template-columns: minmax(0, 1fr); }
  .jz-hero-route { min-height: 82px; }
  .jz-hero-route--machine { grid-column: auto; }
  .jz-hero-route-flow { grid-template-columns: minmax(0, 1fr); padding-block: 4px; }
  .jz-hero-route-flow li {
    min-height: 32px;
    padding-inline: 10px;
    border-inline-end: 0;
    border-block-end: 1px solid rgba(117, 233, 235, .1);
  }
  .jz-hero-route-flow li:last-child { border-block-end: 0; }
  .jz-hero-route-flow b { width: 20px; }
  .jz-hero-route-flow span { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .jz-hero-route,
  .jz-hero-route::before,
  .jz-hero-route__icon::after,
  .jz-hero-route__icon svg,
  .jz-hero-route__arrow { transition: none; }
  .jz-hero-route:is(:hover, :focus-visible) { transform: none; }
}
