.elementor-27 .elementor-element.elementor-element-d8a642b{--display:flex;}/* Start custom CSS */:root {
  --mz-bg: #050709;
  --mz-bg-2: #081015;
  --mz-surface: rgba(14, 22, 28, 0.72);
  --mz-surface-2: rgba(255, 255, 255, 0.052);
  --mz-text: #f7fbff;
  --mz-muted: #b8c6ce;
  --mz-muted-2: #7f8f99;
  --mz-line: rgba(255, 255, 255, 0.105);
  --mz-line-strong: rgba(255, 255, 255, 0.18);
  --mz-teal: #39e6c3;
  --mz-emerald: #56e39a;
  --mz-purple: #a78bfa;
  --mz-blue: #76d8ff;
  --mz-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --mz-shadow-soft: 0 16px 48px rgba(0, 0, 0, 0.26);
  --mz-radius: 30px;
  --mz-radius-sm: 18px;
  --mz-shell: min(1180px, calc(100% - 32px));
  --mz-ease: cubic-bezier(.2,.75,.18,1);
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  direction: rtl;
  background: var(--mz-bg);
  color: var(--mz-text);
  font-family: "IBM Plex Sans Arabic", "Cairo", "Tajawal", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 8%, rgba(57, 230, 195, 0.12), transparent 30rem),
    radial-gradient(circle at 82% 14%, rgba(167, 139, 250, 0.12), transparent 32rem),
    radial-gradient(circle at 50% 100%, rgba(86, 227, 154, 0.07), transparent 38rem),
    linear-gradient(180deg, #050709 0%, #081015 45%, #050709 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent 78%);
}

* {
  box-sizing: border-box;
}

img, svg, canvas {
  max-width: 100%;
}

svg, canvas {
  display: block;
}

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

button, input, textarea, select {
  font: inherit;
}

.mazen-homepage {
  position: relative;
  overflow: clip;
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 9%, rgba(57, 230, 195, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 32%, rgba(167, 139, 250, 0.075), transparent 30rem);
}

.mz-ambient-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.mz-aurora {
  position: absolute;
  width: 42vmax;
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(52px);
  opacity: 0.18;
  mix-blend-mode: screen;
  transform: translate3d(0,0,0);
}

.mz-aurora-one {
  top: 7%;
  right: -12%;
  background: radial-gradient(circle, rgba(57,230,195,0.48), transparent 68%);
  animation: mzAuroraA 18s ease-in-out infinite alternate;
}

.mz-aurora-two {
  left: -14%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(167,139,250,0.45), transparent 70%);
  animation: mzAuroraB 22s ease-in-out infinite alternate;
}

.mz-scanline {
  position: absolute;
  inset-inline: 0;
  top: -20%;
  height: 35%;
  opacity: 0.09;
  background: linear-gradient(to bottom, transparent, rgba(57,230,195,0.22), transparent);
  animation: mzScan 14s linear infinite;
}

.mz-shell {
  width: var(--mz-shell);
  margin-inline: auto;
}

.mz-section {
  padding-block: clamp(78px, 10vw, 140px);
  position: relative;
}

.mz-section-tight {
  padding-block: clamp(58px, 8vw, 112px);
}

.mz-section-head {
  display: grid;
  gap: 16px;
  max-width: 810px;
  margin-block-end: clamp(34px, 5vw, 58px);
}

.mz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(57, 230, 195, 0.22);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 230, 195, 0.09), rgba(167, 139, 250, 0.045));
  color: #d4fff7;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 34px rgba(57,230,195,0.06);
}

.mz-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mz-teal);
  box-shadow: 0 0 18px rgba(57, 230, 195, 0.9);
  animation: mzPulse 2.6s ease-in-out infinite;
}

.mz-title {
  margin: 0;
  color: var(--mz-text);
  font-size: clamp(2.08rem, 5vw, 4.75rem);
  line-height: 1.07;
  letter-spacing: -0.064em;
  font-weight: 780;
  text-wrap: balance;
}

.mz-title-sm {
  margin: 0;
  color: var(--mz-text);
  font-size: clamp(1.68rem, 3vw, 2.9rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
  font-weight: 760;
  text-wrap: balance;
}

.mz-lead {
  margin: 0;
  color: var(--mz-muted);
  font-size: clamp(1.02rem, 1.55vw, 1.24rem);
  line-height: 1.95;
  max-width: 780px;
}

.mz-text {
  margin: 0;
  color: var(--mz-muted);
  font-size: 1rem;
  line-height: 1.95;
}

.mz-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 23px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 760;
  overflow: hidden;
  transition: transform 260ms var(--mz-ease), border-color 260ms var(--mz-ease), background 260ms var(--mz-ease), box-shadow 260ms var(--mz-ease);
  will-change: transform;
}

.mz-btn > span {
  position: relative;
  z-index: 1;
}

.mz-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.36), transparent 32%);
  transition: opacity 260ms var(--mz-ease);
}

.mz-btn:hover,
.mz-btn:focus-visible {
  transform: translateY(-3px);
}

.mz-btn:hover::before,
.mz-btn:focus-visible::before {
  opacity: 1;
}

.mz-btn-primary {
  background: linear-gradient(135deg, rgba(57, 230, 195, 0.98), rgba(86, 227, 154, 0.92));
  color: #03120f;
  box-shadow: 0 20px 52px rgba(57, 230, 195, 0.20), inset 0 1px 0 rgba(255,255,255,0.42);
}

.mz-btn-primary:hover,
.mz-btn-primary:focus-visible {
  box-shadow: 0 26px 70px rgba(57, 230, 195, 0.26), inset 0 1px 0 rgba(255,255,255,0.46);
}

.mz-btn-secondary {
  border-color: var(--mz-line-strong);
  color: var(--mz-text);
  background: rgba(255, 255, 255, 0.048);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.mz-btn-secondary:hover,
.mz-btn-secondary:focus-visible {
  border-color: rgba(57, 230, 195, 0.42);
  background: rgba(57, 230, 195, 0.075);
}

.mz-card,
.mz-principle,
.mz-step,
.mz-visual-panel,
.mz-metric-chip {
  position: relative;
  border: 1px solid var(--mz-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.026)),
    rgba(10, 17, 22, 0.78);
  box-shadow: var(--mz-shadow-soft);
  backdrop-filter: blur(18px);
}

.mz-card {
  overflow: hidden;
  border-radius: var(--mz-radius);
  transform-style: preserve-3d;
}

.mz-card::before,
.mz-principle::before,
.mz-step::before,
.mz-visual-panel::before,
.mz-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mx, 72%) var(--my, 18%), rgba(57, 230, 195, 0.18), transparent 16rem),
    radial-gradient(circle at 10% 8%, rgba(167, 139, 250, 0.10), transparent 12rem);
  opacity: 0;
  transition: opacity 320ms var(--mz-ease);
}

.mz-card:hover::before,
.mz-principle:hover::before,
.mz-step:hover::before,
.mz-visual-panel:hover::before,
.mz-cta-panel:hover::before {
  opacity: 1;
}

.mz-interactive-card {
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 320ms var(--mz-ease), border-color 260ms var(--mz-ease), box-shadow 260ms var(--mz-ease);
  will-change: transform;
}

.mz-interactive-card:hover {
  border-color: rgba(57,230,195,0.24);
  box-shadow: 0 30px 90px rgba(0,0,0,0.36);
}

[data-mz-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  transition: opacity 760ms var(--mz-ease), transform 760ms var(--mz-ease);
  transition-delay: var(--mz-delay, 0ms);
}

.mz-is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.mz-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-block: 14px;
  background: linear-gradient(180deg, rgba(5, 7, 9, 0.88), rgba(5, 7, 9, 0.56));
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
}

.mz-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mz-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.mz-brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(57,230,195,0.24);
  background:
    radial-gradient(circle at 32% 28%, rgba(57,230,195,0.34), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  box-shadow: 0 0 32px rgba(57,230,195,0.14), inset 0 1px 0 rgba(255,255,255,0.18);
  position: relative;
}

.mz-brand-mark::before,
.mz-brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.mz-brand-mark::before {
  inset: 9px;
  border: 1px solid rgba(255,255,255,0.24);
}

.mz-brand-mark::after {
  width: 7px;
  height: 7px;
  top: 8px;
  left: 9px;
  background: var(--mz-teal);
  box-shadow: 0 0 16px rgba(57,230,195,0.85);
}

.mz-brand-copy {
  display: grid;
  gap: 3px;
}

.mz-brand strong {
  color: var(--mz-text);
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.mz-brand span span {
  color: var(--mz-muted-2);
  font-size: 0.78rem;
}

.mz-nav {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,0.075);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.045);
}

.mz-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--mz-muted);
  font-size: 0.9rem;
  transition: color 180ms var(--mz-ease), background 180ms var(--mz-ease);
}

.mz-nav a:hover,
.mz-nav a:focus-visible,
.mz-nav a.mz-active {
  color: var(--mz-text);
  background: rgba(255,255,255,0.06);
}

.mz-nav-cta {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 0.9rem;
}

.mz-hero {
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding-block: clamp(58px, 8vw, 112px) clamp(84px, 10vw, 136px);
  isolation: isolate;
  position: relative;
}

.mz-hero-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.mz-field-grid {
  position: absolute;
  inset: -1px;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.22;
  transform: perspective(700px) rotateX(58deg) translateY(-20%);
  transform-origin: top;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.95), transparent 72%);
}

.mz-field-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(36px);
  opacity: 0.18;
}

.mz-field-glow-a {
  width: 460px;
  height: 460px;
  right: 8%;
  top: 15%;
  background: rgba(57,230,195,0.56);
  animation: mzDrift 15s ease-in-out infinite alternate;
}

.mz-field-glow-b {
  width: 420px;
  height: 420px;
  left: 8%;
  top: 28%;
  background: rgba(167,139,250,0.45);
  animation: mzDrift 18s ease-in-out infinite alternate-reverse;
}

.mz-field-beam {
  position: absolute;
  width: 1px;
  height: 46vh;
  opacity: 0.18;
  background: linear-gradient(to bottom, transparent, rgba(57,230,195,0.75), transparent);
  transform: rotate(52deg);
  filter: blur(0.2px);
}

.mz-beam-a {
  top: 8%;
  right: 24%;
  animation: mzBeam 8.5s linear infinite;
}

.mz-beam-b {
  top: 36%;
  left: 26%;
  animation: mzBeam 10s linear infinite 2.2s;
}

.mz-hero-grid {
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}

.mz-hero-copy {
  display: grid;
  gap: 24px;
  max-width: 790px;
  position: relative;
  z-index: 2;
}

.mz-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-start: 2px;
}

.mz-hero-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-block-start: 8px;
}

.mz-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  color: var(--mz-muted);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.mz-highlight span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mz-teal);
  box-shadow: 0 0 20px rgba(57,230,195,0.72);
  flex: 0 0 auto;
}

.mz-hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 42px;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.mz-particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.88;
  z-index: 2;
  pointer-events: none;
}

.mz-system-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 50% 42%, rgba(57,230,195,0.18), transparent 14rem),
    radial-gradient(circle at 18% 70%, rgba(167,139,250,0.14), transparent 15rem),
    linear-gradient(145deg, rgba(255,255,255,0.072), rgba(255,255,255,0.018));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 34px 120px rgba(0,0,0,0.42);
}

.mz-system-shell::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 140deg, transparent 0 18%, rgba(57,230,195,0.16) 25%, transparent 32%, transparent 58%, rgba(167,139,250,0.14) 64%, transparent 72%);
  animation: mzSpin 30s linear infinite;
  opacity: 0.42;
  filter: blur(12px);
}

.mz-system-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.062) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.062) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.22;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 42%, transparent 78%);
}

.mz-system-lines {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.85;
}

.mz-flow-line {
  fill: none;
  stroke: url(#mzLineGlow);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-dasharray: 8 20;
  animation: mzDash 7s linear infinite;
}

.mz-flow-line-b { animation-duration: 8.5s; opacity: 0.8; }
.mz-flow-line-c { animation-duration: 10s; opacity: 0.65; }

.mz-line-node {
  fill: url(#mzNodeGlow);
  opacity: 0.74;
  animation: mzNodePulse 3.2s ease-in-out infinite;
}

.mz-delay-1 { animation-delay: .5s; }
.mz-delay-2 { animation-delay: 1s; }
.mz-delay-3 { animation-delay: 1.5s; }

.mz-core-system {
  position: absolute;
  z-index: 5;
  inset: 50% auto auto 50%;
  width: 270px;
  height: 270px;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.mz-core-orbit {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  transform: rotateX(68deg) rotateZ(0deg);
}

.mz-core-orbit-one {
  border-color: rgba(57,230,195,0.28);
  animation: mzOrbit 13s linear infinite;
}

.mz-core-orbit-two {
  inset: 34px;
  border-style: dashed;
  border-color: rgba(167,139,250,0.26);
  animation: mzOrbit 18s linear infinite reverse;
}

.mz-core-orbit-three {
  inset: 70px;
  border-color: rgba(255,255,255,0.18);
  animation: mzOrbit 21s linear infinite;
}

.mz-core-center {
  position: relative;
  width: 154px;
  height: 154px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,0.17), transparent 26%),
    radial-gradient(circle, rgba(57,230,195,0.24), rgba(9,16,21,0.84) 66%);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 80px rgba(57,230,195,0.22), inset 0 0 54px rgba(167,139,250,0.10), inset 0 1px 0 rgba(255,255,255,0.16);
}

.mz-core-center::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: inherit;
  border: 1px solid rgba(57,230,195,0.12);
  animation: mzPing 2.8s ease-out infinite;
}

.mz-core-kicker {
  color: #d5fff7;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.mz-core-center strong {
  color: var(--mz-text);
  font-size: 1.24rem;
  line-height: 1;
}

.mz-core-center small {
  color: var(--mz-muted-2);
  font-size: 0.78rem;
}

.mz-core-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--mz-teal);
  box-shadow: 0 0 22px rgba(57,230,195,0.88);
}

.mz-dot-a { top: 24px; right: 74px; animation: mzDotFloat 4s ease-in-out infinite; }
.mz-dot-b { bottom: 38px; left: 58px; background: var(--mz-purple); box-shadow: 0 0 22px rgba(167,139,250,0.82); animation: mzDotFloat 4.6s ease-in-out infinite .4s; }
.mz-dot-c { bottom: 86px; right: 16px; animation: mzDotFloat 5s ease-in-out infinite .8s; }

.mz-visual-panel {
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 10px;
  width: min(255px, 70vw);
  padding: 16px;
  border-radius: 22px;
  overflow: hidden;
}

.mz-panel-topline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 1;
}

.mz-panel-topline strong {
  color: var(--mz-text);
  font-size: 0.98rem;
}

.mz-panel-topline span {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding-inline: 10px;
  border-radius: 999px;
  border: 1px solid rgba(57,230,195,0.16);
  color: #cafff4;
  background: rgba(57,230,195,0.07);
  font-size: 0.76rem;
}

.mz-visual-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--mz-muted);
  line-height: 1.6;
  font-size: 0.84rem;
}

.mz-panel-flow {
  top: 32px;
  right: 24px;
  animation: mzPanelFloat 7s ease-in-out infinite;
}

.mz-panel-dashboard {
  bottom: 32px;
  right: 42px;
  animation: mzPanelFloat 8.2s ease-in-out infinite .7s;
}

.mz-panel-decision {
  top: 44%;
  left: 22px;
  animation: mzPanelFloat 7.6s ease-in-out infinite .35s;
}

.mz-mini-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 24px 1fr 24px 1fr 24px;
  gap: 8px;
  align-items: center;
  min-height: 28px;
}

.mz-mini-flow span {
  width: 24px;
  height: 24px;
  border-radius: 10px;
  background: rgba(57,230,195,0.14);
  border: 1px solid rgba(57,230,195,0.28);
  box-shadow: 0 0 22px rgba(57,230,195,0.08);
}

.mz-mini-flow i {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(57,230,195,0.7), transparent);
  position: relative;
  overflow: hidden;
}

.mz-mini-flow i::before {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 36%;
  background: rgba(255,255,255,0.8);
  animation: mzMiniLine 2.2s ease-in-out infinite;
}

.mz-mini-bars {
  position: relative;
  z-index: 1;
  height: 66px;
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.06);
}

.mz-mini-bars span {
  flex: 1;
  height: var(--h);
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(to top, rgba(57,230,195,0.24), rgba(57,230,195,0.84));
  box-shadow: 0 0 24px rgba(57,230,195,0.12);
  transform-origin: bottom;
  animation: mzBarPulse 3s ease-in-out infinite;
}

.mz-mini-bars span:nth-child(even) {
  background: linear-gradient(to top, rgba(167,139,250,0.20), rgba(167,139,250,0.74));
  animation-delay: .4s;
}

.mz-decision-orb {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(57,230,195,0.20), rgba(255,255,255,0.04));
  border: 1px solid rgba(57,230,195,0.20);
}

.mz-decision-orb::before,
.mz-decision-orb::after,
.mz-decision-orb span {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(57,230,195,0.22);
}

.mz-decision-orb::before { inset: 10px; animation: mzPing 2.5s ease-out infinite; }
.mz-decision-orb::after { inset: 22px; background: var(--mz-teal); border: 0; box-shadow: 0 0 20px rgba(57,230,195,0.8); }
.mz-decision-orb span { inset: -10px; border-color: rgba(167,139,250,0.18); animation: mzSpin 12s linear infinite; }

.mz-metric-stack {
  position: absolute;
  z-index: 7;
  left: 28px;
  bottom: 36px;
  display: grid;
  gap: 10px;
  width: min(180px, 48vw);
}

.mz-metric-chip {
  display: grid;
  gap: 2px;
  padding: 13px 14px;
  border-radius: 18px;
  overflow: hidden;
}

.mz-metric-chip span {
  color: var(--mz-muted-2);
  font-size: 0.78rem;
}

.mz-metric-chip strong {
  color: var(--mz-text);
  font-size: 1.36rem;
  letter-spacing: -0.03em;
}

.mz-about-grid {
  display: grid;
  gap: 22px;
}

.mz-about-panel {
  padding: clamp(24px, 4vw, 44px);
}

.mz-about-panel .mz-title-sm {
  margin-block-end: 18px;
}

.mz-about-panel .mz-text + .mz-text {
  margin-block-start: 14px;
}

.mz-about-signal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-block-start: 28px;
}

.mz-about-signal span {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57,230,195,0.16), rgba(57,230,195,0.75), rgba(167,139,250,0.32));
  transform-origin: right;
  animation: mzSignal 2.8s ease-in-out infinite;
}

.mz-about-signal span:nth-child(2) { animation-delay: .2s; }
.mz-about-signal span:nth-child(3) { animation-delay: .4s; }
.mz-about-signal span:nth-child(4) { animation-delay: .6s; }

.mz-principles {
  display: grid;
  gap: 14px;
}

.mz-principle {
  padding: 22px;
  border-radius: 24px;
  overflow: hidden;
}

.mz-principle > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-block-end: 14px;
  border-radius: 13px;
  background: rgba(57,230,195,0.10);
  color: #cafff4;
  border: 1px solid rgba(57,230,195,0.18);
  font-weight: 840;
}

.mz-principle h3,
.mz-principle p {
  position: relative;
  z-index: 1;
}

.mz-principle h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.mz-principle p {
  margin: 0;
  color: var(--mz-muted);
  line-height: 1.85;
  font-size: 0.95rem;
}

.mz-expertise-grid {
  display: grid;
  gap: 14px;
}

.mz-expertise-card {
  padding: 24px;
  min-height: 268px;
  transition: transform 280ms var(--mz-ease), border-color 280ms var(--mz-ease), box-shadow 280ms var(--mz-ease);
}

.mz-expertise-card:hover {
  border-color: rgba(57,230,195,0.28);
}

.mz-icon {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-block-end: 28px;
  border-radius: 18px;
  border: 1px solid rgba(57,230,195,0.22);
  background:
    radial-gradient(circle at 40% 25%, rgba(57,230,195,0.25), transparent 70%),
    rgba(255,255,255,0.052);
  color: var(--mz-teal);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 16px 34px rgba(0,0,0,0.16);
}

.mz-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 22px;
  border: 1px solid rgba(57,230,195,0.07);
  opacity: 0;
  transform: scale(.9);
  transition: opacity 280ms var(--mz-ease), transform 280ms var(--mz-ease);
}

.mz-expertise-card:hover .mz-icon::after {
  opacity: 1;
  transform: scale(1);
}

.mz-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mz-card-graphic {
  position: absolute;
  inset: auto 18px 18px auto;
  width: 128px;
  height: 84px;
  opacity: 0.25;
  pointer-events: none;
}

.mz-card-graphic span {
  position: absolute;
  border: 1px solid rgba(57,230,195,0.34);
  background: rgba(57,230,195,0.09);
  box-shadow: 0 0 24px rgba(57,230,195,0.08);
}

.mz-graphic-process span {
  width: 32px;
  height: 24px;
  border-radius: 10px;
}
.mz-graphic-process span:nth-child(1) { right: 0; top: 10px; }
.mz-graphic-process span:nth-child(2) { right: 44px; top: 30px; border-color: rgba(167,139,250,0.36); }
.mz-graphic-process span:nth-child(3) { right: 88px; top: 50px; }

.mz-graphic-automation span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
}
.mz-graphic-automation span:nth-child(1) { right: 0; top: 18px; }
.mz-graphic-automation span:nth-child(2) { right: 52px; top: 4px; border-color: rgba(167,139,250,0.38); }
.mz-graphic-automation span:nth-child(3) { right: 88px; top: 48px; }
.mz-graphic-automation span:nth-child(4) { right: 34px; top: 56px; }

.mz-graphic-crm span,
.mz-graphic-platform span {
  border-radius: 12px;
  height: 18px;
  width: 76px;
}
.mz-graphic-crm span:nth-child(1), .mz-graphic-platform span:nth-child(1) { top: 4px; right: 0; }
.mz-graphic-crm span:nth-child(2), .mz-graphic-platform span:nth-child(2) { top: 32px; right: 22px; border-color: rgba(167,139,250,0.34); }
.mz-graphic-crm span:nth-child(3), .mz-graphic-platform span:nth-child(3) { top: 60px; right: 8px; width: 96px; }

.mz-graphic-dashboard,
.mz-graphic-ai {
  display: flex;
  align-items: end;
  gap: 8px;
}
.mz-graphic-dashboard span,
.mz-graphic-ai span {
  position: static;
  width: 18px;
  border-radius: 999px 999px 6px 6px;
}
.mz-graphic-dashboard span:nth-child(1) { height: 36px; }
.mz-graphic-dashboard span:nth-child(2) { height: 58px; border-color: rgba(167,139,250,0.34); }
.mz-graphic-dashboard span:nth-child(3) { height: 44px; }
.mz-graphic-dashboard span:nth-child(4) { height: 70px; border-color: rgba(167,139,250,0.34); }
.mz-graphic-ai span { width: 26px; height: 26px; border-radius: 999px; }
.mz-graphic-ai span:nth-child(2) { margin-bottom: 28px; border-color: rgba(167,139,250,0.34); }

.mz-expertise-card h3,
.mz-project-card h3,
.mz-article-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: var(--mz-text);
  font-size: 1.22rem;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.mz-expertise-card p,
.mz-project-card p,
.mz-article-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--mz-muted);
  line-height: 1.9;
  font-size: 0.98rem;
}

.mz-workflow {
  position: relative;
}

.mz-workflow::before {
  content: "";
  position: absolute;
  inset: 8% -20% auto -20%;
  height: 58%;
  background: radial-gradient(ellipse at center, rgba(57,230,195,0.07), transparent 66%);
  pointer-events: none;
}

.mz-workflow-stage {
  position: relative;
  min-height: 320px;
}

.mz-workflow-map {
  display: none;
  position: absolute;
  inset: 10px 0 auto 0;
  height: 240px;
  overflow: visible;
  opacity: 0.9;
}

.mz-workflow-path {
  fill: none;
  stroke: rgba(255,255,255,0.12);
  stroke-width: 1.3;
  stroke-linecap: round;
}

.mz-workflow-path-light {
  stroke: rgba(57,230,195,0.72);
  stroke-width: 1.6;
  stroke-dasharray: 30 640;
  animation: mzPathTravel 8s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(57,230,195,0.36));
}

.mz-workflow-track {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mz-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border-radius: 24px;
  overflow: hidden;
}

.mz-step::after {
  content: "";
  position: absolute;
  inset-block: 0;
  right: 46px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(57,230,195,0.25), transparent);
  opacity: 0.46;
}

.mz-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(57,230,195,0.23);
  background: rgba(57,230,195,0.09);
  color: #cafff4;
  font-weight: 840;
  box-shadow: 0 0 28px rgba(57,230,195,0.10), inset 0 1px 0 rgba(255,255,255,0.09);
}

.mz-step h3 {
  position: relative;
  z-index: 1;
  margin: 3px 0 8px;
  color: var(--mz-text);
  font-size: 1.12rem;
}

.mz-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--mz-muted);
  line-height: 1.85;
  font-size: 0.95rem;
}

.mz-projects-grid {
  display: grid;
  gap: 16px;
}

.mz-project-card {
  display: grid;
  min-height: 390px;
}

.mz-project-art {
  min-height: 200px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 24% 30%, rgba(57,230,195,0.16), transparent 12rem),
    radial-gradient(circle at 78% 16%, rgba(167,139,250,0.14), transparent 11rem),
    rgba(255,255,255,0.024);
}

.mz-project-art::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 26px;
  background-image:
    linear-gradient(rgba(255,255,255,0.058) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.058) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.38;
  mask-image: radial-gradient(circle at center, #000 0 44%, transparent 78%);
}

.mz-project-art::after {
  content: "";
  position: absolute;
  inset: -30%;
  opacity: 0.2;
  background: conic-gradient(from 130deg, transparent, rgba(57,230,195,0.26), transparent, rgba(167,139,250,0.22), transparent);
  animation: mzSpin 32s linear infinite;
}

.mz-project-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mz-svg-grid {
  fill: none;
  stroke: rgba(255,255,255,0.12);
  stroke-width: 1;
}

.mz-svg-flow {
  fill: none;
  stroke: rgba(57,230,195,0.78);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 12 16;
  animation: mzDash 5s linear infinite;
  filter: drop-shadow(0 0 10px rgba(57,230,195,0.28));
}

.mz-svg-flow-alt {
  stroke: rgba(167,139,250,0.7);
  animation-duration: 6.5s;
}

.mz-svg-node {
  fill: rgba(57,230,195,0.24);
  stroke: rgba(57,230,195,0.82);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 12px rgba(57,230,195,0.28));
  animation: mzNodePulse 3s ease-in-out infinite;
}

.mz-svg-node-alt {
  fill: rgba(167,139,250,0.18);
  stroke: rgba(167,139,250,0.74);
  animation-delay: .55s;
}

.mz-svg-panel,
.mz-svg-soft {
  fill: rgba(255,255,255,0.045);
  stroke: rgba(255,255,255,0.14);
  stroke-width: 1;
}

.mz-svg-soft {
  fill: rgba(57,230,195,0.07);
  stroke: rgba(57,230,195,0.18);
}

.mz-svg-bar {
  fill: rgba(57,230,195,0.44);
  animation: mzSvgBar 3.2s ease-in-out infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}

.mz-svg-ring {
  fill: none;
  stroke: rgba(57,230,195,0.20);
  stroke-width: 1.2;
  stroke-dasharray: 10 14;
  animation: mzDash 12s linear infinite;
}

.mz-svg-ring-alt {
  stroke: rgba(167,139,250,0.18);
  animation-direction: reverse;
}

.mz-project-content {
  padding: 24px;
}

.mz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-start: 18px;
}

.mz-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-inline: 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  color: #d9e8ed;
  background: rgba(255,255,255,0.04);
  font-size: 0.82rem;
}

.mz-articles-grid {
  display: grid;
  gap: 14px;
}

.mz-article-card {
  padding: 22px;
  min-height: 292px;
  display: grid;
  align-content: space-between;
}

.mz-article-visual {
  position: relative;
  z-index: 1;
  height: 70px;
  margin-block-end: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.075);
  background:
    radial-gradient(circle at 78% 42%, rgba(57,230,195,0.14), transparent 40%),
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.018));
  overflow: hidden;
}

.mz-article-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 100%;
  opacity: .38;
}

.mz-article-visual span {
  position: absolute;
  border-radius: 999px;
  background: rgba(57,230,195,0.74);
  box-shadow: 0 0 18px rgba(57,230,195,0.42);
}

.mz-article-visual span:nth-child(1) { width: 9px; height: 9px; right: 28px; top: 26px; }
.mz-article-visual span:nth-child(2) { width: 70px; height: 2px; right: 42px; top: 30px; opacity: .62; }
.mz-article-visual span:nth-child(3) { width: 9px; height: 9px; right: 116px; top: 26px; background: rgba(167,139,250,0.78); box-shadow: 0 0 18px rgba(167,139,250,0.42); }

.mz-article-visual-ai { background: radial-gradient(circle at 55% 45%, rgba(167,139,250,0.15), transparent 44%), linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.018)); }
.mz-article-visual-data span:nth-child(2) { width: 110px; }
.mz-article-visual-transform span:nth-child(2) { width: 48px; }
.mz-article-visual-systems span:nth-child(2) { width: 88px; }
.mz-article-visual-productivity span:nth-child(2) { width: 62px; }

.mz-article-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-block-end: 16px;
  color: var(--mz-muted-2);
  font-size: 0.88rem;
}

.mz-article-meta span:first-child {
  color: #cafff4;
}

.mz-read-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-block-start: 22px;
  color: #cafff4;
  font-weight: 760;
}

.mz-read-link::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: width 180ms var(--mz-ease);
}

.mz-read-link:hover::before,
.mz-read-link:focus-visible::before {
  width: 30px;
}

.mz-final-cta {
  padding-block: clamp(74px, 9vw, 130px);
}

.mz-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 26px;
  align-items: center;
  padding: clamp(30px, 6vw, 68px);
  border-radius: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 12% 22%, rgba(57,230,195,0.21), transparent 22rem),
    radial-gradient(circle at 94% 22%, rgba(167,139,250,0.17), transparent 22rem),
    linear-gradient(145deg, rgba(255,255,255,0.082), rgba(255,255,255,0.03));
  box-shadow: 0 38px 120px rgba(0,0,0,0.45);
}

.mz-cta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 44%, transparent 82%);
}

.mz-cta-graphic {
  position: absolute;
  left: clamp(18px, 5vw, 60px);
  top: 50%;
  width: 260px;
  height: 260px;
  translate: 0 -50%;
  opacity: 0.36;
  pointer-events: none;
}

.mz-cta-graphic span {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(57,230,195,0.28);
  inset: calc(var(--i, 0) * 26px);
  animation: mzOrbit 14s linear infinite;
}

.mz-cta-graphic span:nth-child(1) { --i: 0; }
.mz-cta-graphic span:nth-child(2) { --i: 1; border-color: rgba(167,139,250,0.22); animation-duration: 18s; animation-direction: reverse; }
.mz-cta-graphic span:nth-child(3) { --i: 2; animation-duration: 22s; }
.mz-cta-graphic span:nth-child(4) { --i: 3; border-color: rgba(255,255,255,0.18); animation-duration: 26s; }

.mz-cta-panel h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--mz-text);
  font-size: clamp(1.68rem, 3.8vw, 3.35rem);
  line-height: 1.25;
  letter-spacing: -0.048em;
  max-width: 880px;
  text-wrap: balance;
}

.mz-cta-panel .mz-btn {
  position: relative;
  z-index: 2;
  width: fit-content;
}

.mz-footer {
  padding-block: 38px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}

.mz-footer-grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.mz-footer-brand strong {
  display: block;
  margin-block-end: 6px;
  font-size: 1.05rem;
}

.mz-footer-brand span,
.mz-copyright {
  color: var(--mz-muted-2);
  font-size: 0.92rem;
  line-height: 1.7;
}

.mz-footer-links,
.mz-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: var(--mz-muted);
  font-size: 0.94rem;
}

.mz-footer-links a,
.mz-social-links a {
  transition: color 180ms var(--mz-ease);
}

.mz-footer-links a:hover,
.mz-social-links a:hover,
.mz-footer-links a:focus-visible,
.mz-social-links a:focus-visible {
  color: var(--mz-text);
}

@keyframes mzSpin { to { rotate: 360deg; } }
@keyframes mzOrbit { to { transform: rotate(360deg); } }
@keyframes mzDash { to { stroke-dashoffset: -260; } }
@keyframes mzPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.35); opacity: .62; } }
@keyframes mzNodePulse { 0%, 100% { opacity: .62; transform: scale(1); } 50% { opacity: 1; transform: scale(1.18); } }
@keyframes mzPing { 0% { opacity: .7; transform: scale(.88); } 100% { opacity: 0; transform: scale(1.45); } }
@keyframes mzDotFloat { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-12px,0); } }
@keyframes mzPanelFloat { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-14px,0); } }
@keyframes mzMiniLine { 0% { right: -40%; } 100% { right: 104%; } }
@keyframes mzBarPulse { 0%,100% { transform: scaleY(.82); opacity: .82; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes mzSignal { 0%,100% { transform: scaleX(.34); opacity: .45; } 50% { transform: scaleX(1); opacity: .95; } }
@keyframes mzSvgBar { 0%,100% { transform: scaleY(.78); } 50% { transform: scaleY(1); } }
@keyframes mzPathTravel { 0% { stroke-dashoffset: 720; } 45%, 55% { stroke-dashoffset: 250; } 100% { stroke-dashoffset: -180; } }
@keyframes mzDrift { 0% { transform: translate3d(0,0,0) scale(1); } 100% { transform: translate3d(-5%, 7%, 0) scale(1.08); } }
@keyframes mzBeam { 0% { opacity: 0; transform: translate3d(0, -32%, 0) rotate(52deg); } 18%, 70% { opacity: .2; } 100% { opacity: 0; transform: translate3d(0, 42%, 0) rotate(52deg); } }
@keyframes mzAuroraA { 0% { transform: translate3d(0,0,0) scale(1); } 100% { transform: translate3d(-10%, 13%, 0) scale(1.12); } }
@keyframes mzAuroraB { 0% { transform: translate3d(0,0,0) scale(1); } 100% { transform: translate3d(12%, -9%, 0) scale(1.1); } }
@keyframes mzScan { 0% { transform: translateY(-120%); } 100% { transform: translateY(420%); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  [data-mz-reveal] {
    opacity: 1;
    transform: none;
  }
  .mz-particle-canvas { display: none; }
}

@media (min-width: 560px) {
  .mz-hero-highlights {
    grid-template-columns: repeat(3, 1fr);
  }

  .mz-expertise-grid,
  .mz-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 760px) {
  .mz-nav {
    display: inline-flex;
  }

  .mz-about-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }

  .mz-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mz-footer-grid {
    grid-template-columns: 1fr auto;
  }

  .mz-footer-links {
    justify-content: flex-end;
  }
}

@media (min-width: 960px) {
  .mz-hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
  }

  .mz-hero-copy {
    max-width: none;
  }

  .mz-expertise-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mz-workflow-stage {
    min-height: 340px;
  }

  .mz-workflow-map {
    display: block;
  }

  .mz-workflow-track {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding-block-start: 54px;
  }

  .mz-step {
    grid-template-columns: 1fr;
    margin-inline: 6px;
    min-height: 250px;
    padding: 22px 18px;
  }

  .mz-step::after {
    display: none;
  }

  .mz-step-number {
    margin-inline: auto;
  }

  .mz-step h3,
  .mz-step p {
    text-align: center;
  }

  .mz-articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mz-cta-panel {
    grid-template-columns: 1fr auto;
  }

  .mz-cta-panel .mz-btn {
    min-width: 176px;
  }
}

@media (max-width: 720px) {
  .mz-hero-visual {
    min-height: 500px;
  }

  .mz-core-system {
    width: 220px;
    height: 220px;
  }

  .mz-core-center {
    width: 128px;
    height: 128px;
  }

  .mz-panel-flow {
    top: 20px;
    right: 14px;
  }

  .mz-panel-dashboard {
    bottom: 18px;
    right: 16px;
  }

  .mz-panel-decision {
    top: 39%;
    left: 14px;
  }

  .mz-metric-stack {
    display: none;
  }
}

@media (max-width: 520px) {
  .mz-nav-cta {
    display: none;
  }

  .mz-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .mz-hero-actions .mz-btn {
    width: 100%;
  }

  .mz-hero-visual {
    min-height: 430px;
    border-radius: 30px;
  }

  .mz-system-shell {
    border-radius: 30px;
  }

  .mz-visual-panel {
    width: 218px;
    padding: 13px;
  }

  .mz-panel-flow {
    right: 10px;
    top: 14px;
  }

  .mz-panel-dashboard {
    right: 10px;
    bottom: 12px;
  }

  .mz-panel-decision {
    left: 10px;
    top: 40%;
    width: 190px;
  }

  .mz-decision-orb {
    display: none;
  }

  .mz-project-card {
    min-height: 360px;
  }

  .mz-project-art {
    min-height: 176px;
  }
}/* End custom CSS */