body[data-market-page="metal-fabrication"] {
  --jzmf-ink: #07111b;
  --jzmf-navy: #050b12;
  --jzmf-panel: #0a1520;
  --jzmf-line: rgba(117, 148, 170, 0.24);
  --jzmf-cyan: #21c5d8;
  --jzmf-cyan-bright: #64e6ef;
  --jzmf-paper: #f3f7f8;
  --jzmf-white: #fff;
  --jzmf-muted: #59707f;
  --jzmf-dark-muted: #a7bac5;
  background: var(--jzmf-navy);
}

body[data-market-page="metal-fabrication"] .jzm-main {
  background: var(--jzmf-navy);
  overflow: hidden;
}

body[data-market-page="metal-fabrication"] .jz-button {
  border-radius: 10px !important;
}

.jzmf-hero {
  position: relative;
  height: calc(100svh - 76px);
  min-height: 0;
  display: flex;
  align-items: stretch;
  overflow: clip;
  color: var(--jzmf-white);
  background:
    radial-gradient(circle at 77% 35%, rgba(33, 197, 216, 0.13), transparent 30%),
    linear-gradient(135deg, #050b12 0%, #08131d 54%, #06101a 100%);
  border-bottom: 1px solid rgba(117, 148, 170, 0.18);
  isolation: isolate;
}

.jzmf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(99, 137, 158, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 137, 158, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%, #000 100%);
}

.jzmf-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: center;
  padding-block: clamp(28px, 4.5vh, 56px);
}

.jzmf-hero__copy {
  max-width: 780px;
}

.jzmf-hero .jzm-eyebrow,
.jzmf-section--dark .jzm-eyebrow {
  color: var(--jzmf-cyan-bright);
}

.jzmf-hero h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  color: var(--jzmf-white);
  font-size: clamp(2.85rem, 4.5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.jzmf-hero__lede {
  max-width: 720px;
  margin: 0;
  color: var(--jzmf-dark-muted);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.52;
}

.jzmf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.jzmf-button--secondary {
  color: var(--jzmf-white) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.jzmf-button--secondary:hover,
.jzmf-button--secondary:focus-visible {
  color: var(--jzmf-navy) !important;
  background: var(--jzmf-white) !important;
  border-color: var(--jzmf-white) !important;
}

.jzmf-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(20px, 3vh, 30px);
  border-top: 1px solid var(--jzmf-line);
  border-bottom: 1px solid var(--jzmf-line);
}

.jzmf-facts > span {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  padding: 13px 18px 13px 0;
}

.jzmf-facts > span + span {
  padding-inline-start: 18px;
  border-inline-start: 1px solid var(--jzmf-line);
}

.jzmf-facts b {
  grid-row: span 2;
  color: var(--jzmf-cyan-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.jzmf-facts strong {
  color: var(--jzmf-white);
  font-size: 0.94rem;
}

.jzmf-facts small {
  overflow: hidden;
  color: #8299a8;
  font-size: 0.72rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jzmf-hero__visual {
  position: relative;
  height: clamp(390px, 64vh, 560px);
  min-height: 0;
  max-height: 100%;
  display: grid;
  place-items: center;
  border: 1px solid var(--jzmf-line);
  border-radius: 32px;
  background: rgba(4, 11, 18, 0.58);
  box-shadow: 0 44px 100px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.jzmf-visual__grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(73, 113, 137, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 113, 137, 0.17) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: perspective(500px) rotateX(58deg) scale(1.5) translateY(18%);
  transform-origin: center bottom;
}

.jzmf-visual__sheet {
  position: relative;
  z-index: 1;
  width: min(94%, 590px);
  filter: drop-shadow(0 34px 28px rgba(0, 0, 0, 0.42));
}

.jzmf-visual__sheet path,
.jzmf-visual__sheet circle {
  vector-effect: non-scaling-stroke;
}

.jzmf-visual__outline,
.jzmf-visual__bend,
.jzmf-visual__cut {
  fill: rgba(13, 38, 53, 0.88);
  stroke: rgba(159, 195, 212, 0.82);
  stroke-width: 1.25;
}

.jzmf-visual__bend {
  fill: rgba(8, 27, 39, 0.95);
}

.jzmf-visual__cut,
.jzmf-visual__hole {
  fill: rgba(3, 10, 17, 0.75);
}

.jzmf-visual__hole {
  stroke: var(--jzmf-cyan);
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
}

.jzmf-visual__trace {
  fill: none;
  stroke: var(--jzmf-cyan);
  stroke-width: 1.4;
  stroke-dasharray: 9 11;
  animation: jzmf-trace 10s linear infinite;
}

.jzmf-visual__laser {
  fill: none;
  stroke: var(--jzmf-cyan-bright);
  stroke-width: 2;
  filter: drop-shadow(0 0 9px var(--jzmf-cyan-bright));
  animation: jzmf-laser 3.8s ease-in-out infinite;
}

.jzmf-visual__spark {
  fill: #fff;
  stroke: var(--jzmf-cyan-bright);
  stroke-width: 6;
  opacity: 0.9;
  filter: drop-shadow(0 0 14px var(--jzmf-cyan-bright));
  animation: jzmf-spark 1.5s ease-in-out infinite;
}

.jzmf-visual__readout {
  position: absolute;
  z-index: 2;
  inset-inline: 24px;
  inset-block-end: 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #8199a8;
  font: 700 0.63rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
}

.jzmf-visual__readout i {
  height: 1px;
  flex: 1;
  background: rgba(117, 148, 170, 0.32);
}

@keyframes jzmf-trace {
  to { stroke-dashoffset: -200; }
}

@keyframes jzmf-laser {
  0%, 100% { opacity: 0.35; transform: translateX(-10px); }
  50% { opacity: 1; transform: translateX(12px); }
}

@keyframes jzmf-spark {
  0%, 100% { opacity: 0.45; transform: scale(0.75); transform-origin: 301px 165px; }
  50% { opacity: 1; transform: scale(1.25); transform-origin: 301px 165px; }
}

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

.jzmf-section--light,
.jzmf-final {
  color: var(--jzmf-ink);
  background: var(--jzmf-paper);
}

.jzmf-section--dark {
  color: var(--jzmf-white);
  background: var(--jzmf-navy);
}

.jzmf-section-head {
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.jzmf-section-head h2 {
  max-width: 800px;
  margin-top: 14px;
  font-size: clamp(2.45rem, 4.4vw, 5rem);
  line-height: 1;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.jzmf-section-head > p {
  max-width: 590px;
  color: var(--jzmf-muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.jzmf-section--dark .jzmf-section-head h2 {
  color: var(--jzmf-white);
}

.jzmf-section--dark .jzmf-section-head > p {
  color: var(--jzmf-dark-muted);
}

.jzmf-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd6dc;
  border-inline-start: 1px solid #cbd6dc;
}

.jzmf-cap-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 46px);
  outline: none;
  background: rgba(255, 255, 255, 0.62);
  border-inline-end: 1px solid #cbd6dc;
  border-bottom: 1px solid #cbd6dc;
  transition: color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.jzmf-cap-card::after {
  content: "";
  position: absolute;
  inset-inline: -1px;
  inset-block-end: -1px;
  height: 3px;
  background: var(--jzmf-cyan);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms ease;
}

.jzmf-cap-card:hover,
.jzmf-cap-card:focus-visible {
  z-index: 1;
  color: var(--jzmf-white);
  background: var(--jzmf-ink);
  box-shadow: 0 24px 64px rgba(7, 17, 27, 0.15);
}

.jzmf-cap-card:focus-visible {
  box-shadow: inset 0 0 0 3px var(--jzmf-cyan-bright), 0 24px 64px rgba(7, 17, 27, 0.15);
}

.jzmf-cap-card:hover::after,
.jzmf-cap-card:focus-visible::after {
  transform: scaleX(1);
}

.jzmf-cap-card__number {
  color: #6f8794;
  font: 700 0.75rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.14em;
}

.jzmf-cap-card__icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-block: 28px auto;
  color: #21404f;
}

.jzmf-cap-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  transition: color 240ms ease, transform 300ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.jzmf-cap-card .jzmf-icon-motion,
.jzmf-cap-card .jzmf-icon-spark {
  stroke: var(--jzmf-cyan);
  transition: transform 330ms cubic-bezier(0.2, 0.75, 0.25, 1), opacity 220ms ease;
  transform-origin: center;
}

.jzmf-cap-card .jzmf-icon-motion {
  stroke-dasharray: 4 5;
}

.jzmf-cap-card .jzmf-icon-spark {
  fill: var(--jzmf-cyan);
  opacity: 0.72;
}

.jzmf-cap-card:hover .jzmf-cap-card__icon svg,
.jzmf-cap-card:focus-visible .jzmf-cap-card__icon svg {
  color: #bfe3ec;
  transform: translateY(-6px) scale(1.06);
}

.jzmf-cap-card:hover .jzmf-icon-motion,
.jzmf-cap-card:focus-visible .jzmf-icon-motion {
  transform: translateY(5px) scaleX(1.1);
  animation: jzmf-icon-dash 1.2s linear infinite;
}

.jzmf-cap-card:hover .jzmf-icon-spark,
.jzmf-cap-card:focus-visible .jzmf-icon-spark {
  opacity: 1;
  transform: scale(1.8);
}

@keyframes jzmf-icon-dash {
  to { stroke-dashoffset: -18; }
}

.jzmf-cap-card h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  line-height: 1.15;
}

.jzmf-cap-card p {
  margin: 0;
  color: var(--jzmf-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  transition: color 240ms ease;
}

.jzmf-cap-card:hover p,
.jzmf-cap-card:focus-visible p {
  color: var(--jzmf-dark-muted);
}

.jzmf-route-list {
  border-top: 1px solid var(--jzmf-line);
}

.jzmf-route {
  display: grid;
  grid-template-columns: 54px 76px minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  padding-block: 24px;
  color: inherit;
  border-bottom: 1px solid var(--jzmf-line);
  text-decoration: none;
  transition: background 220ms ease, padding 220ms ease;
}

.jzmf-route:hover,
.jzmf-route:focus-visible {
  padding-inline: 22px;
  color: inherit;
  outline: none;
  background: rgba(33, 197, 216, 0.07);
}

.jzmf-route:focus-visible {
  box-shadow: inset 0 0 0 2px var(--jzmf-cyan-bright);
}

.jzmf-route > b {
  color: var(--jzmf-cyan-bright);
  font: 700 0.74rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
}

.jzmf-route__icon {
  width: 64px;
  height: 64px;
  color: #93acb9;
}

.jzmf-route__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 220ms ease, transform 260ms ease;
}

.jzmf-route__icon .jzmf-icon-motion {
  stroke: var(--jzmf-cyan);
  stroke-dasharray: 4 4;
}

.jzmf-route:hover .jzmf-route__icon svg,
.jzmf-route:focus-visible .jzmf-route__icon svg {
  color: var(--jzmf-white);
  transform: translateY(-3px) scale(1.08);
}

.jzmf-route:hover .jzmf-icon-motion,
.jzmf-route:focus-visible .jzmf-icon-motion {
  animation: jzmf-icon-dash 1.1s linear infinite;
}

.jzmf-route > span:nth-of-type(2) {
  display: grid;
  gap: 5px;
}

.jzmf-route strong {
  color: var(--jzmf-white);
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  line-height: 1.2;
}

.jzmf-route small {
  color: var(--jzmf-dark-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.jzmf-route > i {
  color: var(--jzmf-cyan-bright);
  font-size: 1.35rem;
  font-style: normal;
  transition: transform 220ms ease;
}

.jzmf-route:hover > i,
.jzmf-route:focus-visible > i {
  transform: translate(4px, -4px);
}

[dir="rtl"] .jzmf-route:hover > i,
[dir="rtl"] .jzmf-route:focus-visible > i {
  transform: translate(-4px, -4px);
}

.jzmf-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #cbd6dc;
  border: 1px solid #cbd6dc;
}

.jzmf-workflow article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 42px);
  background: var(--jzmf-white);
}

.jzmf-workflow article > b {
  color: #718894;
  font: 700 0.73rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
}

.jzmf-workflow svg {
  width: 46px;
  height: 46px;
  margin-block: 48px auto;
  fill: none;
  stroke: var(--jzmf-cyan);
  stroke-width: 1.45;
}

.jzmf-workflow h3 {
  margin: 0 0 11px;
  font-size: clamp(1.18rem, 1.6vw, 1.5rem);
  line-height: 1.2;
}

.jzmf-workflow p {
  margin: 0;
  color: var(--jzmf-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.jzmf-quality__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(64px, 9vw, 140px);
  align-items: center;
}

.jzmf-quality__copy h2 {
  max-width: 720px;
  margin: 16px 0 24px;
  color: var(--jzmf-white);
  font-size: clamp(2.6rem, 4.8vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.jzmf-quality__copy > p:not(.jzm-eyebrow) {
  max-width: 650px;
  margin: 0 0 30px;
  color: var(--jzmf-dark-muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.jzmf-quality__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--jzmf-line);
  list-style: none;
}

.jzmf-quality__list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  padding-block: 23px;
  border-bottom: 1px solid var(--jzmf-line);
}

.jzmf-quality__list li > b {
  color: var(--jzmf-cyan-bright);
  font: 700 0.72rem/1.6 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
}

.jzmf-quality__list li > span {
  display: grid;
  gap: 5px;
}

.jzmf-quality__list strong {
  color: var(--jzmf-white);
  font-size: 1.08rem;
}

.jzmf-quality__list small {
  color: var(--jzmf-dark-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.jzmf-final {
  padding-block: clamp(76px, 9vw, 130px);
}

.jzmf-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: end;
}

.jzmf-final h2 {
  max-width: 860px;
  margin: 15px 0 18px;
  font-size: clamp(2.5rem, 4.6vw, 5.2rem);
  line-height: 0.99;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.jzmf-final p:not(.jzm-eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--jzmf-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.jzmf-final__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.jzmf-final__actions .jz-button {
  justify-content: space-between;
}

.jzmf-button--outline {
  color: var(--jzmf-ink) !important;
  background: transparent !important;
  border-color: #9eafb8 !important;
}

.jzmf-button--outline:hover,
.jzmf-button--outline:focus-visible {
  color: var(--jzmf-white) !important;
  background: var(--jzmf-ink) !important;
  border-color: var(--jzmf-ink) !important;
}

[dir="rtl"] .jzmf-hero h1,
[dir="rtl"] .jzmf-section-head h2,
[dir="rtl"] .jzmf-quality__copy h2,
[dir="rtl"] .jzmf-final h2 {
  letter-spacing: 0;
}

[dir="rtl"] .jzmf-facts > span {
  padding-inline: 0 20px;
}

[dir="rtl"] .jzmf-facts > span:first-child {
  padding-inline-start: 0;
}

[dir="rtl"] .jzmf-visual__sheet {
  transform: scaleX(-1);
}

[dir="rtl"] .jzmf-cap-card::after {
  transform-origin: right center;
}

@media (max-width: 1180px) {
  .jzmf-hero__inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 34px;
  }

  .jzmf-hero h1 {
    font-size: clamp(2.75rem, 5vw, 4.25rem);
  }

  .jzmf-hero__visual {
    height: clamp(380px, 62vh, 510px);
  }

  .jzmf-cap-card {
    min-height: 340px;
  }

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

  .jzmf-quality__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: 56px;
  }
}

@media (min-width: 901px) and (max-height: 640px) {
  .jzmf-hero__inner {
    padding-block: 18px;
  }

  .jzmf-hero h1 {
    margin-block: 10px 14px;
    font-size: clamp(2.6rem, 4.1vw, 3.5rem);
  }

  .jzmf-hero__lede {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .jzmf-actions {
    margin-top: 16px;
  }

  .jzmf-facts {
    margin-top: 14px;
  }

  .jzmf-facts > span {
    padding-block: 10px;
  }

  .jzmf-hero__visual {
    height: clamp(340px, 58vh, 430px);
  }
}

@media (max-width: 900px) {
  .jzmf-hero {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .jzmf-hero__inner {
    height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 84px 68px;
  }

  .jzmf-hero__copy {
    max-width: none;
  }

  .jzmf-hero__visual {
    height: auto;
    min-height: 500px;
  }

  .jzmf-section-head {
    align-items: start;
  }

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

  .jzmf-route {
    grid-template-columns: 44px 66px minmax(0, 1fr) auto;
  }

  .jzmf-quality__inner,
  .jzmf-final__inner {
    grid-template-columns: 1fr;
  }

  .jzmf-quality__inner {
    gap: 60px;
  }

  .jzmf-final__actions {
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .jzmf-hero__inner {
    gap: 42px;
    padding-block: 66px 52px;
  }

  .jzmf-hero h1 {
    margin-block: 14px 20px;
    font-size: clamp(2.7rem, 13vw, 4.15rem);
    line-height: 0.97;
  }

  .jzmf-actions {
    flex-direction: column;
  }

  .jzmf-actions .jz-button {
    width: 100%;
    justify-content: space-between;
  }

  .jzmf-facts {
    grid-template-columns: 1fr;
  }

  .jzmf-facts > span,
  [dir="rtl"] .jzmf-facts > span {
    padding: 14px 0;
  }

  .jzmf-facts > span + span {
    border-inline-start: 0;
    border-top: 1px solid var(--jzmf-line);
  }

  .jzmf-facts small {
    white-space: normal;
  }

  .jzmf-hero__visual {
    min-height: 360px;
    border-radius: 24px;
  }

  .jzmf-visual__readout {
    inset-inline: 16px;
    inset-block-end: 16px;
    gap: 7px;
    font-size: 0.54rem;
  }

  .jzmf-section {
    padding-block: 76px;
  }

  .jzmf-section-head h2,
  .jzmf-quality__copy h2,
  .jzmf-final h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .jzmf-cap-grid {
    grid-template-columns: 1fr;
  }

  .jzmf-cap-card {
    min-height: 315px;
    padding: 28px;
  }

  .jzmf-cap-card__icon {
    margin-block: 24px auto;
  }

  .jzmf-route {
    grid-template-columns: 36px 54px minmax(0, 1fr) auto;
    gap: 12px;
    padding-block: 20px;
  }

  .jzmf-route:hover,
  .jzmf-route:focus-visible {
    padding-inline: 10px;
  }

  .jzmf-route__icon {
    width: 50px;
    height: 50px;
  }

  .jzmf-route small {
    font-size: 0.82rem;
  }

  .jzmf-workflow {
    grid-template-columns: 1fr;
  }

  .jzmf-workflow article {
    min-height: 285px;
  }

  .jzmf-workflow svg {
    margin-block: 34px auto;
  }

  .jzmf-quality__list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .jzmf-final {
    padding-block: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jzmf-visual__trace,
  .jzmf-visual__laser,
  .jzmf-visual__spark,
  .jzmf-icon-motion {
    animation: none !important;
  }

  .jzmf-cap-card,
  .jzmf-cap-card::after,
  .jzmf-cap-card__icon svg,
  .jzmf-route,
  .jzmf-route__icon svg,
  .jzmf-route > i {
    transition-duration: 0.01ms !important;
  }
}
