/* Homepage — premium, scoped to the front page */
body.home {
  background: var(--cg-ink);
}

body.home #content {
  margin: 0;
  padding: 0;
}

body.home .site-logo {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

body.home .nav-primary > li > a {
  color: var(--cg-heading);
}

body.home .nav-primary > li > a::after {
  background: var(--cg-blue);
  transform-origin: left;
}

body.home .nav-primary > li > a:hover::after,
body.home .nav-primary > li:hover > a::after {
  transform: scaleX(1);
}

body.home .site-header .nav-primary > li.current-menu-item > a,
body.home .site-header .nav-primary > li.current_page_item > a,
body.home .site-header .nav-primary > li.current-menu-ancestor > a {
  color: var(--cg-blue);
  background: rgba(0, 119, 255, 0.08);
  border-radius: 999px;
}

body.home .nav-toggle span {
  background: var(--cg-heading);
}

body.home .site-header.is-scrolled .nav-toggle {
  background: #f3f6fb;
}

body.home .site-header.is-scrolled .nav-toggle span {
  background: var(--cg-heading);
}

.dz {
  margin-top: -30px;
  color: var(--cg-heading);
  background: #f7f8fb;
  font-feature-settings: "ss01" on;
}

.dz h1,
.dz h2,
.dz h3 {
  letter-spacing: -0.035em;
  color: var(--cg-ink);
}

.dz-hero {
  position: relative;
  min-height: 0;
  padding: 0px 0 90px;
  color: #fff;
  background:
    radial-gradient(900px 480px at 82% 18%, rgba(0, 180, 255, 0.22), transparent 58%),
    radial-gradient(720px 420px at 8% 78%, rgba(0, 119, 255, 0.26), transparent 62%),
    radial-gradient(500px 280px at 48% 110%, rgba(56, 189, 248, 0.1), transparent 70%),
    var(--cg-ink);
  overflow: hidden;
}

.dz-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
  opacity: 0.7;
}

.dz-hero::after {
  display: none;
}

.dz-hero-glow {
  position: absolute;
  inset: auto auto -20% -10%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 68%);
  pointer-events: none;
}

.dz-hero-grid {
  margin-top: 45px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.dz-ai-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  background: rgba(0, 119, 255, 0.12);
  color: #ccebff;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.01em;
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.12);
}

.dz-ai-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cg-cyan);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18), 0 0 12px var(--cg-cyan);
  animation: dzPulseDot 2.2s ease-in-out infinite;
}

@keyframes dzPulseDot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.16), 0 0 10px var(--cg-cyan); }
  50% { box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.08), 0 0 18px var(--cg-cyan); }
}

.dz-eyebrow,
.dz-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cg-cyan);
}

.dz-hero h1 {
  margin: 0 0 10px;
  max-width: 15.5em;
  color: #fff;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.dz-grad {
  display: inline;
  background: linear-gradient(100deg, #ffffff 0%, #9ad8ff 38%, var(--cg-cyan) 72%, var(--cg-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dz-lead,
.dz-why-card p,
.dz-about p,
.dz-product p,
.dz-case dd {
  color: #5c6578;
  line-height: 1.7;
}

.dz-lead {
  max-width: 68ch;
  margin: 0 0 12px;
  color: rgb(111 208 252);
  font-size: 14px;
  line-height: 1.65;
}

.dz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dz-btn {
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-weight: 700 !important;
  border: 1px solid transparent !important;
  background: linear-gradient(135deg, #22ccff 0%, #0077ff 52%, #0055ff 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(0, 119, 255, 0.34) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease, border-color 0.18s ease !important;
}

.dz-btn:hover {
  color: #fff !important;
  filter: brightness(1.05);
  box-shadow: 0 14px 34px rgba(0, 119, 255, 0.42) !important;
  background: linear-gradient(135deg, #3ad4ff 0%, #1a85ff 52%, #0060ff 100%) !important;
}

.dz-btn-ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 1px solid rgba(125, 211, 252, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(0, 119, 255, 0.12), 0 10px 28px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(10px);
  filter: none !important;
}

.dz-btn-ghost:hover {
  background: linear-gradient(135deg, rgba(34, 204, 255, 0.22), rgba(0, 119, 255, 0.28)) !important;
  border-color: rgba(125, 211, 252, 0.75) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(0, 180, 255, 0.22) !important;
  filter: none !important;
}

.dz-hero-proof {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  max-width: 560px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(8, 16, 36, 0.35);
  box-shadow: none;
  backdrop-filter: blur(14px);
  overflow: hidden;
  position: relative;
}

.dz-hero-proof::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--cg-cyan), transparent);
  opacity: 0.7;
  pointer-events: none;
}

.dz-hero-proof li {
  position: relative;
  flex: 1;
  padding: 10px 18px;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 120ms);
}

.dz-hero-proof.is-in li {
  opacity: 1;
  transform: none;
}

.dz-hero-proof li + li {
  border-left: 0;
}

.dz-hero-proof li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(125, 211, 252, 0.45), transparent);
  border: 0;
  display: block;
}

.dz-hero-proof strong {
  display: block;
  font-size: 1.55rem;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 7px;
  background: linear-gradient(180deg, #fff 20%, #9ad8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(56, 189, 248, 0.22);
  font-variant-numeric: tabular-nums;
}

.dz-hero-proof span,
.dz-trust small {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1.35;
}

.dz-hero-proof.is-in li:hover strong {
  filter: brightness(1.08);
}

.dz-caps {
  padding: 0 0 32px;
  margin-top: -64px;
  position: relative;
  z-index: 3;
}

.dz-caps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
}

.dz-cap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 90px;
  padding: 14px 14px 12px;
  border-radius: 12px;
  background:
    linear-gradient(155deg, #0b1220 0%, #101b30 46%, #0c1424 100%);
  border: 1px solid rgba(125, 211, 252, 0.16);
  box-shadow:
    0 1px 0 rgba(125, 211, 252, 0.1) inset,
    0 18px 40px rgba(0, 20, 50, 0.28);
  color: #e8f4ff;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.dz-cap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--cg-cyan), #60a5fa, var(--cg-blue));
  opacity: 0.55;
  transform: scaleX(1);
  transform-origin: left;
  transition: 0.3s ease;
}

.dz-cap::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -34%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.16), transparent 68%);
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.dz-cap:hover {
  border-color: rgba(125, 211, 252, 0.42);
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(125, 211, 252, 0.2) inset,
    0 26px 52px rgba(0, 40, 100, 0.36),
    0 0 28px rgba(56, 189, 248, 0.12);
}

.dz-cap:hover::before {
  opacity: 1;
}

.dz-cap:hover::after {
  opacity: 1;
}

.dz-cap-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.dz-cap-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #e0f2fe;
  background: linear-gradient(145deg, rgba(56, 189, 248, 0.32), rgba(0, 119, 255, 0.22));
  border: 1px solid rgba(125, 211, 252, 0.28);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.18);
  transition: 0.3s ease;
}

.dz-cap-icon svg {
  width: 16px;
  height: 16px;
}

.dz-cap:hover .dz-cap-icon {
  color: #fff;
  background: linear-gradient(145deg, var(--cg-cyan), var(--cg-blue));
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(0, 119, 255, 0.35);
  transform: scale(1.04);
}

.dz-cap-index {
  margin-left: auto;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(148, 197, 232, 0.55);
  padding-top: 4px;
}

.dz-cap-top strong {
  flex: 1;
  min-width: 0;
  text-align: left;
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: #f0f7ff;
  line-height: 1.25;
}

.dz-cap-go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding-right: 88px;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--cg-cyan);
  opacity: 0.92;
  transition: 0.22s ease;
}

.dz-cap-go::after {
  content: "→";
  transition: transform 0.22s ease;
}

.dz-cap:hover .dz-cap-go {
  opacity: 1;
}

.dz-cap:hover .dz-cap-go::after {
  transform: translateX(4px);
}

.dz-cap-badge {
  display: inline-flex;
  position: absolute;
  right: 12px;
  bottom: 10px;
  margin: 0;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ad8ff;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.22);
  z-index: 1;
}

.dz-cap--ai {
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow:
    0 1px 0 rgba(125, 211, 252, 0.18) inset,
    0 22px 48px rgba(0, 80, 180, 0.28),
    0 0 0 1px rgba(0, 119, 255, 0.1);
}

.dz-cap--ai::before {
  opacity: 1;
  height: 3px;
}

.dz-cap--ai .dz-cap-badge {
  color: #dff4ff;
  background: rgba(56, 189, 248, 0.18);
  border-color: rgba(125, 211, 252, 0.35);
}

.dz-cap--ai:hover {
  border-color: rgba(125, 211, 252, 0.55);
  box-shadow:
    0 1px 0 rgba(125, 211, 252, 0.25) inset,
    0 28px 56px rgba(0, 80, 180, 0.36),
    0 0 40px rgba(56, 189, 248, 0.16);
}

.dz-caps-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin: 48px auto 8px;
  max-width: 820px;
  padding: 16px 26px;
  text-align: center;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid #e4eaf3;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.dz-caps-proof.is-in {
  opacity: 1;
  transform: none;
}

.dz-caps-proof-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(0, 119, 255, 0.12), rgba(34, 204, 255, 0.08));
  border: 1px solid rgba(0, 119, 255, 0.2);
  font-size: 15px;
  font-weight: 650;
  color: var(--cg-heading);
  letter-spacing: -0.01em;
  opacity: 0;
  transform: translateX(-12px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.dz-caps-proof.is-in .dz-caps-proof-badge {
  opacity: 1;
  transform: none;
}

.dz-caps-proof-badge em {
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--cg-blue);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.dz-caps-proof-badge small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.dz-caps-proof-text {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--cg-heading) !important;
  letter-spacing: -0.02em;
  opacity: 0;
  transform: translateX(12px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.22s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.22s;
}

.dz-caps-proof.is-in .dz-caps-proof-text {
  opacity: 1;
  transform: none;
}

.dz-caps-proof::before,
.dz-caps-proof::after {
  display: none;
}

.dz-engine {
  position: relative;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 48%, rgba(37, 99, 235, 0.28), transparent 40%),
    radial-gradient(circle at 70% 20%, rgba(56, 189, 248, 0.12), transparent 35%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 32px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.dz-engine::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(125, 211, 252, 0.14) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.35;
  pointer-events: none;
}

.dz-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, 0.18);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.dz-orbit--a { width: 58%; aspect-ratio: 1; animation: dzOrbitPulse 8s ease-in-out infinite; }
.dz-orbit--b { width: 78%; aspect-ratio: 1; opacity: 0.75; animation: dzOrbitPulse 10s ease-in-out infinite 1s; }
.dz-orbit--c {
  width: 94%;
  aspect-ratio: 1;
  opacity: 0.45;
  border-style: dashed;
}

.dz-engine-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dz-engine-core,
.dz-node {
  position: absolute;
  z-index: 3;
}

.dz-engine-core {
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background: radial-gradient(circle at 35% 28%, #7dd3fc, var(--cg-cyan) 28%, var(--cg-blue) 52%, var(--cg-navy) 78%, var(--cg-ink) 100%);
  border: 1px solid rgba(125, 211, 252, 0.55);
  box-shadow:
    0 0 0 12px rgba(0, 180, 255, 0.08),
    0 0 0 28px rgba(0, 119, 255, 0.05),
    0 0 70px rgba(0, 119, 255, 0.45);
  animation: dzCoreGlow 4.5s ease-in-out infinite;
}

.dz-engine-core span {
  font-weight: 750;
  letter-spacing: -0.03em;
  font-size: 1.08rem;
  color: #fff;
}

.dz-engine-core small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.dz-node {
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(125, 211, 252, 0.28);
  background: rgba(7, 11, 22, 0.88);
  color: #f8fafc;
  border-radius: 999px;
  padding: 9px 15px 9px 11px;
  font-size: 13.5px;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: default;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  animation: dzFloat 7s ease-in-out infinite;
  white-space: nowrap;
}

.dz-node::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--cg-cyan);
  box-shadow: 0 0 10px var(--cg-cyan);
  vertical-align: 0;
}

.dz-node:nth-of-type(odd) { animation-delay: -2.2s; }
.dz-node:nth-of-type(even) { animation-delay: -4.4s; }

.dz-node.is-hot {
  border-color: var(--cg-cyan);
  color: #e0f2fe;
  background: rgba(8, 47, 73, 0.92);
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.35);
}

.dz-node--ai {
  border-color: rgba(56, 189, 248, 0.55);
  background: rgba(8, 47, 73, 0.92);
  color: #e0f2fe;
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.28);
}

.dz-node--ai::before {
  background: #fff;
  box-shadow: 0 0 12px #fff, 0 0 18px var(--cg-cyan);
}

@keyframes dzFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@keyframes dzCoreGlow {
  0%, 100% {
    box-shadow:
      0 0 0 12px rgba(0, 180, 255, 0.08),
      0 0 0 28px rgba(0, 119, 255, 0.05),
      0 0 70px rgba(0, 119, 255, 0.42);
  }
  50% {
    box-shadow:
      0 0 0 16px rgba(0, 180, 255, 0.12),
      0 0 0 36px rgba(0, 119, 255, 0.07),
      0 0 90px rgba(0, 180, 255, 0.55);
  }
}

@keyframes dzOrbitPulse {
  0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.95; transform: translate(-50%, -50%) scale(1.02); }
}
.dz-trust {
  position: relative;
  background:
    radial-gradient(ellipse 60% 55% at 50% 0%, rgba(0, 119, 255, 0.07), transparent 62%),
    linear-gradient(180deg, #f3f6fb 0%, #f8fafc 100%);
  color: var(--cg-heading);
  padding: clamp(52px, 7vw, 80px) 0 clamp(56px, 7vw, 84px);
  border-top: 1px solid #e8eef6;
  overflow: hidden;
}

.dz-trust-glow {
  position: absolute;
  left: 50%;
  top: -28%;
  width: 58vw;
  height: 58vw;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 119, 255, 0.08), transparent 68%);
  pointer-events: none;
}

.dz-trust-head {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  text-align: center;
}

.dz-trust-head > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 12px;
  color: #64748b;
  font-size: clamp(12px, 1.2vw, 13.5px);
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dz-trust-head > p:first-child::before,
.dz-trust-head > p:first-child::after {
  content: "";
  width: min(120px, 16vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 119, 255, 0.32), transparent);
}

.dz-trust-head span {
  white-space: nowrap;
}

.dz-trust-sub {
  margin: 0 auto 28px;
  max-width: 34em;
  color: #64748b;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 450;
  line-height: 1.55;
}

.dz-marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 6px 0 10px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.dz-marquee-track {
  display: flex;
  width: max-content;
  animation: dzMarquee 42s linear infinite;
}

.dz-marquee:hover .dz-marquee-track,
.dz-marquee:focus-within .dz-marquee-track,
.dz-marquee.is-paused .dz-marquee-track,
.dz-stack.is-paused .dz-stack-track {
  animation-play-state: paused !important;
}

.dz-marquee-set {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 22px;
}

.dz-client {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 96px;
  min-width: 280px;
  padding: 16px 28px 16px 16px;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 245, 0.98);
  background: #fff;
  color: var(--cg-heading);
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 32px rgba(15, 23, 42, 0.06);
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.dz-client:hover {
  border-color: rgba(0, 119, 255, 0.28);
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 18px 40px rgba(0, 119, 255, 0.12);
  transform: translateY(-3px);
}

.dz-client-logo {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef3fb 100%);
  border: 1px solid #e6ebf4;
  overflow: hidden;
}

.dz-client-logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.92;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.dz-client:hover .dz-client-logo img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

.dz-client-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(145deg, #22ccff 0%, var(--cg-blue) 48%, #0055ff 100%);
}

.dz-client-fallback[hidden] {
  display: none !important;
}

.dz-client-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding-right: 6px;
}

.dz-client-name {
  font-size: clamp(17px, 1.5vw, 19px);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--cg-heading);
  line-height: 1.2;
}

.dz-client-domain {
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.01em;
}

.dz-client-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(145deg, #22ccff 0%, var(--cg-blue) 48%, #0055ff 100%);
  border: 0;
  box-shadow:
    0 0 0 4px rgba(0, 119, 255, 0.08),
    0 8px 18px rgba(0, 119, 255, 0.28);
}

@media (max-width: 640px) {
  .dz-client {
    min-height: 84px;
    min-width: 240px;
    gap: 14px;
    padding: 12px 18px 12px 12px;
  }
  .dz-client-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
  .dz-client-logo img {
    width: 34px;
    height: 34px;
  }
  .dz-client-name {
    font-size: 16px;
  }
  .dz-client-domain {
    font-size: 12px;
  }
  .dz-marquee-set {
    gap: 14px;
    padding-right: 14px;
  }
}

@keyframes dzMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.dz-stack {
  padding: 72px 0 56px;
  background:
    radial-gradient(700px 280px at 50% 0%, rgba(0, 119, 255, 0.06), transparent 70%),
    #f7f8fb;
  overflow: hidden;
}

.dz-stack-head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.dz-stack-head h2 {
  margin: 0;
  color: var(--cg-heading);
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.dz-stack-head h2 span {
  color: var(--cg-blue);
}

.dz-stack-head p {
  margin: 14px auto 0;
  max-width: 40em;
  color: #64748b;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.65;
}

.dz-stack-rails {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dz-stack-rail {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.dz-stack-track {
  display: flex;
  width: max-content;
  animation: dzStackMarquee 38s linear infinite;
}

.dz-stack-rail--rtl .dz-stack-track {
  animation-name: dzStackMarqueeRtl;
  animation-duration: 42s;
}

.dz-stack-rail:hover .dz-stack-track,
.dz-stack-rail:focus-within .dz-stack-track {
  animation-play-state: paused;
}

.dz-stack-set {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
}

.dz-stack-rail--rtl .dz-stack-set {
  padding-right: 0;
  padding-left: 18px;
}

.dz-stack-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 72px;
  padding: 0 28px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 24, 72, 0.05);
  color: var(--cg-heading);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dz-stack-item:hover {
  border-color: rgba(0, 119, 255, 0.35);
  color: var(--cg-blue);
  box-shadow: 0 14px 32px rgba(0, 119, 255, 0.1);
}

@keyframes dzStackMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes dzStackMarqueeRtl {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* Section system — identity, rhythm, paint containment */
.dz-section {
  position: relative;
  padding: clamp(56px, 7vw, 88px) 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}

.dz-hero,
.dz-caps {
  content-visibility: visible;
}

.dz-band-white { background: #fff; }
.dz-band-soft {
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(0, 119, 255, 0.04), transparent 55%),
    #f5f7fb;
}
.dz-band-dark { background: var(--cg-ink); color: #fff; }

.dz-sec-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.7em;
  margin-right: 6px;
  padding: 2px 0;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  opacity: 0.85;
  color: var(--cg-blue);
}

.dz-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.dz-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .dz-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .dz-marquee-track,
  .dz-stack-track {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .dz-engine-canvas {
    display: none;
  }
}

.dz-work .dz-solve-more,
.dz-products .dz-solve-more {
  margin-top: 18px;
  text-align: center;
}

.dz-split,
.dz-solutions,
.dz-products,
.dz-why,
.dz-process,
.dz-industries,
.dz-quotes {
  padding: clamp(56px, 7vw, 88px) 0;
}

.dz-section.dz-solutions,
.dz-section.dz-products,
.dz-section.dz-why,
.dz-section.dz-process,
.dz-section.dz-industries,
.dz-section.dz-quotes,
.dz-section.dz-work,
.dz-section.dz-stack,
.dz-section.dz-flow,
.dz-section.dz-about,
.dz-section.dz-inquiry {
  padding: clamp(56px, 7vw, 40px) 0;
}

.dz-head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.dz-head .dz-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cg-blue);
  line-height: 1.2;
}

.dz-head h2 {
  margin: 0;
  color: var(--cg-heading);
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-wrap: balance;
}

.dz-head > p {
  margin: 14px auto 0;
  max-width: 60em;
  color: #64748b;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  font-weight: 450;
  line-height: 1.65;
}

.dz-split .dz-head {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dz-split .dz-head h2 {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.dz-solve-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.dz-solve {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 176px;
  padding: 20px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.dz-solve:hover {
  border-color: rgba(0, 119, 255, 0.35);
  box-shadow: none;
  transform: translateY(-4px);
}

.dz-solve-num {
  font-size: 12px;
  font-weight: 700;
  color: var(--cg-blue);
  letter-spacing: 0.08em;
}

.dz-solve-need {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}

.dz-solve-answer {
  margin-top: auto;
  padding-right: 28px;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: var(--cg-heading);
  line-height: 1.25;
}

.dz-solve-go {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: var(--cg-blue);
  opacity: 0.7;
  transition: 0.2s ease;
}

.dz-solve:hover .dz-solve-go {
  opacity: 1;
  transform: translateX(3px);
}

.dz-solve-more {
  margin: 28px 0 0;
  text-align: center;
}

.dz-solve-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #22ccff 0%, #0077ff 52%, #0055ff 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 119, 255, 0.3);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease, gap 0.18s ease;
}

.dz-solve-more a:hover {
  color: #fff;
  filter: brightness(1.05);
  gap: 12px;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 119, 255, 0.38);
  background: linear-gradient(135deg, #3ad4ff 0%, #1a85ff 52%, #0060ff 100%);
}

.dz-about h2,
.dz-cta h2,
.dz-inquiry h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--cg-heading);
}

.dz-kicker { color: var(--cg-blue); }

.dz-pairs {
  display: grid;
  gap: 12px;
}

.dz-pair-labels,
.dz-pair {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 16px;
  align-items: center;
}

.dz-pair-labels {
  margin-bottom: 4px;
  padding: 0 4px;
}

.dz-pair-labels span {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.dz-pair-labels span:last-child {
  color: var(--cg-ink);
}

.dz-pair {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.dz-pair.is-in { opacity: 1; transform: none; }

.dz-problem,
.dz-solution {
  min-height: 76px;
  padding: 18px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.dz-problem {
  background: #fff;
  border: 1px solid #e6ebf2;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.dz-problem strong,
.dz-solution strong {
  font-size: 1.05rem;
  font-weight: 620;
  letter-spacing: -0.03em;
}

.dz-pair-num {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.dz-solution {
  background: var(--cg-ink);
  color: #fff;
  box-shadow: 0 10px 24px rgba(12, 18, 34, 0.12);
}

.dz-pair-line {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: var(--cg-blue);
}

.dz-pair:hover .dz-problem {
  border-color: #cbd5e1;
}

.dz-pair:hover .dz-pair-line {
  background: var(--cg-ink);
  border-color: var(--cg-ink);
  color: #fff;
}

.dz-pair:hover .dz-solution {
  background: #111827;
}

.dz-sol {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7ebf3;
  border-radius: 20px;
  padding: 28px 28px 18px;
  margin-bottom: 14px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

a.dz-sol:hover,
a.dz-sol:focus-visible {
  color: inherit;
}

.dz-sol::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.dz-sol:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: var(--cg-cyan);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.dz-sol:hover::before {
  opacity: 1;
  animation: dz-grid 14s linear infinite;
}

@keyframes dz-grid {
  to { background-position: 22px 22px; }
}

.dz-sol-top,
.dz-sol ul { position: relative; }

.dz-sol-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dz-sol-num {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #64748b;
  transition: transform 0.35s ease;
}

.dz-sol:hover .dz-sol-num { transform: translateX(6px); }

.dz-sol h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.dz-sol-desc {
  position: relative;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #64748b;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.35s ease, margin 0.35s ease;
}

.dz-sol:hover .dz-sol-desc,
.dz-sol:focus-within .dz-sol-desc,
.dz-sol:focus-visible .dz-sol-desc {
  max-height: 96px;
  margin-top: 12px;
  opacity: 1;
}

.dz-kicker--pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

.dz-offers-home {
  background: #fff;
}

.dz-solutions {
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(0, 119, 255, 0.05), transparent 55%),
    #f3f6fb;
}

/* Offers — compact rows; full details on hover / click */
.dz-offer-cards {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.dz-offer-card {
  border-radius: 18px;
  border: 1px solid #e6ebf4;
  background: #f7f9fc;
  overflow: hidden;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.dz-offer-card:hover,
.dz-offer-card.is-open {
  background: #fff;
  border-color: rgba(0, 119, 255, 0.32);
  box-shadow: 0 0 0 1px rgba(0, 119, 255, 0.1), 0 16px 36px rgba(15, 23, 42, 0.07);
}

.dz-offer-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px 20px;
  width: 100%;
  margin: 0;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.dz-offer-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0, 119, 255, 0.14), rgba(34, 204, 255, 0.06));
  border: 1px solid rgba(0, 119, 255, 0.22);
  color: var(--cg-blue);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.dz-offer-card:hover .dz-offer-card-num,
.dz-offer-card.is-open .dz-offer-card-num {
  background: linear-gradient(145deg, var(--cg-blue), #0055ff);
  border-color: transparent;
  color: #fff;
}

.dz-offer-card-summary {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.dz-offer-card-title {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--cg-heading);
}

.dz-offer-card-outcome {
  margin: 0;
  font-style: normal;
  font-size: 14.5px;
  line-height: 1.45;
  color: #64748b;
}

.dz-offer-card-go {
  font-size: 1.25rem;
  color: var(--cg-heading);
  transition: transform 0.22s ease, color 0.22s ease;
}

.dz-offer-card:hover .dz-offer-card-go,
.dz-offer-card.is-open .dz-offer-card-go {
  color: var(--cg-blue);
  transform: rotate(90deg);
}

.dz-offer-card-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.dz-offer-card-panel-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 24px;
  opacity: 0;
  transition: opacity 0.25s ease, padding 0.35s ease;
}

.dz-offer-card:hover .dz-offer-card-panel,
.dz-offer-card.is-open .dz-offer-card-panel {
  grid-template-rows: 1fr;
}

.dz-offer-card:hover .dz-offer-card-panel-inner,
.dz-offer-card.is-open .dz-offer-card-panel-inner {
  padding: 0 24px 22px;
  opacity: 1;
}

.dz-offer-card-lead {
  margin: 0 0 18px;
  color: #5c6578;
  font-size: 15px;
  line-height: 1.6;
}

.dz-offer-card-block {
  margin-bottom: 16px;
}

.dz-offer-card-block h3 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}

.dz-offer-card-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dz-offer-card-tags li {
  padding: 6px 12px;
  border-radius: 999px;
  background: #f4f7fc;
  color: var(--cg-heading);
  font-size: 13px;
  font-weight: 600;
}

.dz-offer-card-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6ebf4;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}

.dz-offer-card-flow li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  color: var(--cg-heading);
  font-size: 12.5px;
  font-weight: 600;
  border-right: 1px solid #e6ebf4;
}

.dz-offer-card-flow li:last-child {
  border-right: 0;
}

.dz-offer-card-flow li:not(:last-child)::after {
  content: "→";
  color: var(--cg-blue);
  font-weight: 700;
}

.dz-offer-card-includes {
  margin: 0;
  padding-left: 1.15rem;
  color: #5c6578;
  font-size: 14.5px;
  line-height: 1.7;
}

.dz-offer-card-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid #e6ebf4;
}

.dz-offer-card-foot strong {
  color: var(--cg-heading);
  font-size: 0.98rem;
}

.dz-offer-card-foot .btn {
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .dz-offer-card-head {
    padding: 16px;
    gap: 12px 14px;
  }
  .dz-offer-card-num {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 13px;
  }
  .dz-offer-card-title {
    font-size: 1.05rem;
  }
  .dz-offer-card:hover .dz-offer-card-panel-inner,
  .dz-offer-card.is-open .dz-offer-card-panel-inner {
    padding: 0 16px 18px;
  }
  .dz-offer-card-flow li:not(:last-child)::after {
    content: "";
  }
}

@media (hover: hover) and (pointer: fine) {
  .dz-offer-card:hover .dz-offer-card-panel,
  .dz-offer-card.is-open .dz-offer-card-panel {
    grid-template-rows: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dz-offer-card-panel,
  .dz-offer-card-panel-inner {
    transition: none;
  }
}

.dz-svc-rows {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.dz-svc-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 12px 22px;
  padding: 22px 26px;
  border-radius: 14px;
  border: 1px solid #e6ebf4;
  background: #f7f9fc;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.dz-svc-row:hover,
.dz-svc-row:focus-visible {
  background: #fff;
  border-color: rgba(0, 119, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 119, 255, 0.12), 0 14px 32px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
  color: inherit;
}

.dz-svc-row-num {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.06em;
  color: var(--cg-blue);
  transition: transform 0.22s ease;
}

.dz-svc-row-main {
  min-width: 0;
  display: grid;
  gap: 0;
}

.dz-svc-row-title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--cg-heading);
}

.dz-svc-row-detail,
.dz-svc-row-tags {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.28s ease, margin 0.28s ease;
}

.dz-svc-row-detail {
  font-style: normal;
  font-size: 15px;
  line-height: 1.55;
  color: #64748b;
}

.dz-svc-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dz-svc-row-tags span {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 119, 255, 0.08);
  color: var(--cg-blue);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
}

.dz-svc-row:hover .dz-svc-row-detail,
.dz-svc-row:focus-visible .dz-svc-row-detail,
.dz-svc-row:focus-within .dz-svc-row-detail,
.dz-svc-row.is-open .dz-svc-row-detail {
  max-height: 96px;
  margin-top: 8px;
  opacity: 1;
}

.dz-svc-row:hover .dz-svc-row-tags,
.dz-svc-row:focus-visible .dz-svc-row-tags,
.dz-svc-row:focus-within .dz-svc-row-tags,
.dz-svc-row.is-open .dz-svc-row-tags {
  max-height: 80px;
  margin-top: 12px;
  opacity: 1;
}

.dz-svc-row-go {
  padding-top: 2px;
  font-size: 1.2rem;
  color: var(--cg-blue);
  transition: transform 0.22s ease;
}

.dz-svc-row:hover .dz-svc-row-num,
.dz-svc-row:hover .dz-svc-row-go {
  transform: translateX(6px);
}

@media (max-width: 640px) {
  .dz-svc-row {
    padding: 18px 16px;
    gap: 10px 14px;
  }
  .dz-svc-row-title {
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dz-svc-row-detail,
  .dz-svc-row-tags {
    transition: none;
  }
  .dz-svc-row:hover .dz-svc-row-detail,
  .dz-svc-row:focus-visible .dz-svc-row-detail,
  .dz-svc-row:focus-within .dz-svc-row-detail,
  .dz-svc-row:hover .dz-svc-row-tags,
  .dz-svc-row:focus-visible .dz-svc-row-tags,
  .dz-svc-row:focus-within .dz-svc-row-tags {
    max-height: none;
  }
}

.dz-sol-arrow {
  margin-left: auto;
  transition: transform 0.35s ease;
}

.dz-sol:hover .dz-sol-arrow { transform: translateX(8px); }

.dz-sol ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.35s ease, margin 0.35s ease;
}

.dz-sol:hover ul,
.dz-sol:focus-within ul {
  max-height: 280px;
  opacity: 1;
  margin-top: 14px;
}

.dz-sol li {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f4f7fb;
  font-size: 13px;
  color: #334155;
}

.dz-flow {
  position: relative;
  padding: clamp(56px, 7vw, 88px) 0;
  background:
    radial-gradient(ellipse 50% 42% at 50% 8%, rgba(0, 119, 255, 0.06), transparent 62%),
    linear-gradient(180deg, #f5f7fb 0%, #fafbfd 50%, #f5f7fb 100%);
  color: var(--cg-heading);
  overflow: hidden;
}

.dz-flow::before {
  content: "";
  position: absolute;
  inset: auto 0 14% 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 119, 255, 0.1), transparent);
}

.dz-flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.dz-flow-rail {
  position: absolute;
  top: 36px;
  left: 5%;
  right: 5%;
  height: 2px;
  border-radius: 999px;
  background: rgba(0, 119, 255, 0.1);
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.dz-flow-rail-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc((100% / 6) * var(--flow-active, 0));
  background: linear-gradient(90deg, var(--cg-blue), var(--cg-cyan));
  border-radius: inherit;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.dz-flow-rail-pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 72px;
  height: 2px;
  margin-top: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), var(--cg-cyan), transparent);
  opacity: 0;
  transform: translateX(-20%);
}

.dz-flow-track.is-playing .dz-flow-rail-pulse {
  opacity: 1;
  animation: dzFlowPulse 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes dzFlowPulse {
  0% { transform: translateX(-30%); opacity: 0; }
  18% { opacity: 1; }
  82% { opacity: 1; }
  100% { transform: translateX(calc(100% * 6.5)); opacity: 0; }
}

.dz-flow-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
  padding: 18px 8px 20px;
  border-radius: 15px;
  border: 1px solid #e6ebf4;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  transition-delay: calc(var(--flow-i, 0) * 70ms);
  cursor: default;
}

.dz-flow-node.is-in {
  opacity: 1;
  transform: none;
}

.dz-flow-node:hover,
.dz-flow-node:focus,
.dz-flow-node:focus-visible {
  border-color: rgba(0, 119, 255, 0.32);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  transform: translateY(-5px);
  outline: none;
}

.dz-flow-node.is-active {
  border-color: rgba(0, 119, 255, 0.45);
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  box-shadow:
    0 0 0 1px rgba(0, 119, 255, 0.08),
    0 18px 40px rgba(0, 119, 255, 0.12);
  transform: translateY(-6px);
}

.dz-flow-node.is-active.is-in:hover,
.dz-flow-node.is-active:focus-visible {
  transform: translateY(-7px);
  box-shadow:
    0 0 0 1px rgba(0, 119, 255, 0.12),
    0 22px 48px rgba(0, 119, 255, 0.16);
}

.dz-flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0, 119, 255, 0.08);
  border: 1px solid rgba(0, 119, 255, 0.12);
  color: var(--cg-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.95);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.dz-flow-node:hover .dz-flow-num,
.dz-flow-node:focus-visible .dz-flow-num,
.dz-flow-node.is-active .dz-flow-num {
  background: linear-gradient(145deg, var(--cg-blue), #0055ff);
  border-color: transparent;
  color: #fff;
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.95),
    0 8px 18px rgba(0, 119, 255, 0.28);
}

.dz-flow-node.is-active .dz-flow-num {
  animation: dzFlowBadge 1.8s ease-in-out infinite;
}

@keyframes dzFlowBadge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.dz-flow-node h3 {
  margin: 4px 0 0;
  color: var(--cg-heading);
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  transition: color 0.25s ease;
}

.dz-flow-node.is-active h3 {
  color: #0b1f4d;
}

.dz-flow-node p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  flex: 1;
}

.dz-flow-arrow {
  position: absolute;
  top: 30px;
  right: -13px;
  z-index: 3;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e4eaf3;
  color: #94a3b8;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  pointer-events: none;
  transition: color 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.dz-flow-node.is-active .dz-flow-arrow,
.dz-flow-node.is-done .dz-flow-arrow {
  color: var(--cg-blue);
  border-color: rgba(0, 119, 255, 0.28);
  background: #f0f7ff;
  box-shadow: 0 6px 14px rgba(0, 119, 255, 0.12);
}

.dz-flow-node.is-active .dz-flow-arrow {
  animation: dzFlowArrow 1.2s ease-in-out infinite;
}

@keyframes dzFlowArrow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

@media (max-width: 1100px) {
  .dz-flow-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .dz-flow-rail,
  .dz-flow-arrow {
    display: none;
  }
  .dz-flow-node {
    min-height: 0;
  }
  .dz-flow-node.is-active,
  .dz-flow-node.is-active.is-in:hover {
    transform: none;
  }
}

@media (max-width: 700px) {
  .dz-flow-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .dz-flow-node {
    min-height: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 14px;
    padding: 16px;
  }
  .dz-flow-node.is-in,
  .dz-flow-node.is-active,
  .dz-flow-node:hover,
  .dz-flow-node:focus-visible {
    transform: none;
  }
  .dz-flow-node h3,
  .dz-flow-node p {
    flex: 1 1 calc(100% - 54px);
  }
  .dz-flow-node p {
    flex-basis: 100%;
    padding-left: 54px;
  }
}

.dz-work { padding: 96px 0 40px; }

.dz-work-scroller,
.dz-product-scroller {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 6vw 28px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.dz-work-scroller::-webkit-scrollbar,
.dz-product-scroller::-webkit-scrollbar {
  height: 6px;
}

.dz-work-scroller::-webkit-scrollbar-thumb,
.dz-product-scroller::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.dz-case {
  flex: 0 0 min(420px, 86vw);
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e7ebf3;
  border-radius: 18px;
  overflow: hidden;
}

.dz-case-visual {
  height: 120px;
  display: grid;
  place-items: end start;
  padding: 20px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(7, 11, 22, 0.15), rgba(7, 11, 22, 0.72)),
    linear-gradient(135deg, #0f172a, var(--cg-blue-deep));
}

.dz-case--b .dz-case-visual { background: linear-gradient(135deg, #111827, #0f766e); }
.dz-case--c .dz-case-visual { background: linear-gradient(135deg, #1e1b4b, #7c3aed); }
.dz-case--d .dz-case-visual { background: linear-gradient(135deg, #111827, #b45309); }
.dz-case--e .dz-case-visual { background: linear-gradient(135deg, #0f172a, #0369a1); }
.dz-case--f .dz-case-visual { background: linear-gradient(135deg, #111827, #be123c); }

.dz-case:hover .dz-case-visual {
  background-size: 108% 108%;
}

.dz-case-visual span {
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.dz-case-body { padding: 15px; }
.dz-case-meta { margin: 0 0 8px; font-size: 13px; color: #64748b; }
.dz-case h3 { margin: 0 0 14px; }
.dz-case dl { margin: 0 0 16px; }
.dz-case dt {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cg-blue);
  margin-bottom: 4px;
}
.dz-case dd { margin: 0 0 12px; font-size: 14px; }
.dz-case a,
.dz-product a { font-weight: 650; color: var(--cg-ink); }

.dz-about-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.dz-inquiry-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: start;
}

.dz-why {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(ellipse 55% 45% at 0% 0%, rgba(0, 119, 255, 0.05), transparent 55%),
    radial-gradient(ellipse 40% 40% at 100% 100%, rgba(34, 204, 255, 0.05), transparent 50%),
    #f5f7fb;
}

.dz-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.dz-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 236px;
  padding: 24px 22px 26px;
  background: #fff;
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px);
  transition:
    border-color 0.22s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    box-shadow 0.22s ease;
}

.dz-why-card.is-in {
  opacity: 1;
  transform: translateY(0);
}

.dz-why-card:nth-child(2) { transition-delay: 0.05s; }
.dz-why-card:nth-child(3) { transition-delay: 0.1s; }
.dz-why-card:nth-child(4) { transition-delay: 0.15s; }
.dz-why-card:nth-child(5) { transition-delay: 0.2s; }

.dz-why-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cg-cyan), var(--cg-blue));
}

.dz-why-card::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -30%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.07), transparent 70%);
  pointer-events: none;
}

.dz-why-card:hover {
  border-color: rgba(0, 119, 255, 0.28);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  transform: translateY(-4px);
}

.dz-why-card.is-in:hover {
  transform: translateY(-4px);
}

.dz-why-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--cg-blue);
  background: linear-gradient(180deg, rgba(0, 119, 255, 0.1), rgba(34, 204, 255, 0.06));
  border: 1px solid rgba(0, 119, 255, 0.14);
}

.dz-why-card h3 {
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
  line-height: 1.28;
  color: var(--cg-heading);
  font-weight: 650;
}

.dz-why-card p {
  margin: 0;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.58;
  color: #64748b;
}

@media (max-width: 1100px) {
  .dz-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dz-why-card:nth-child(n) { transition-delay: 0s; }
}

@media (max-width: 720px) {
  .dz-why {
    padding: 56px 0;
  }
  .dz-why-grid {
    grid-template-columns: 1fr;
  }
  .dz-why-card {
    min-height: 0;
  }
}

.dz-inquiry {
  position: relative;
  padding: 72px 0 88px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 8% 20%, rgba(0, 119, 255, 0.07), transparent 55%),
    radial-gradient(ellipse 55% 50% at 92% 80%, rgba(0, 180, 255, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}

.dz-inquiry-glow {
  position: absolute;
  inset: auto -10% -20% 40%;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.08), transparent 68%);
  pointer-events: none;
}

.dz-inquiry-aside {
  position: relative;
  z-index: 1;
  padding-top: 8px;
}

.dz-inquiry-aside .dz-kicker {
  color: var(--cg-blue);
}

.dz-inquiry-aside h2 {
  max-width: 11em;
  letter-spacing: -0.04em;
}

.dz-inquiry-lead {
  margin: 0 0 28px;
  max-width: 34em;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #64748b;
}

.dz-inquiry-note {
  margin: 22px 0 0;
  padding-left: 14px;
  border-left: 2px solid rgba(0, 119, 255, 0.35);
  font-size: 13.5px;
  color: #475569;
  font-weight: 550;
}

.dz-inquiry-panel {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 28px 28px 26px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 56px rgba(10, 24, 72, 0.08),
    0 4px 14px rgba(10, 24, 72, 0.04);
}

.dz-inquiry-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, var(--cg-cyan), var(--cg-blue));
}

.dz-product {
  flex: 0 0 min(360px, 84vw);
  display: flex;
  flex-direction: column;
  min-height: 280px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e7ebf3;
  border-radius: 18px;
  padding: 14px;
  box-shadow: none;
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.dz-product:hover {
  border-color: rgba(0, 119, 255, 0.28);
  box-shadow: none;
  transform: translateY(-2px);
}

.dz-products {
  padding-bottom: 24px;
}

.dz-product-country {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cg-blue);
  background: rgba(0, 119, 255, 0.08);
}

.dz-product h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.dz-product ul,
.dz-contact-list { margin: 16px 0; padding: 0; list-style: none; }
.dz-product li::before { content: "– "; color: var(--cg-blue); }

.dz-product-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 8px;
}

.dz-product-links a {
  color: var(--cg-blue);
}

.dz-product-company {
  font-weight: 550 !important;
  color: #64748b !important;
  font-size: 13px;
}

.dz-process {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(0, 119, 255, 0.05), transparent 55%),
    #f7f8fb;
}

.dz-timeline {
  position: relative;
  padding: 28px 28px 26px;
  background: #fff;
  border: 1px solid #e6ebf4;
  border-radius: 20px;
}

.dz-timeline-track {
  position: relative;
  margin: 0 22px;
  height: 4px;
  border-radius: 999px;
  background: #e8eef7;
  overflow: hidden;
}

.dz-timeline-bar {
  height: 100%;
  margin: 0;
  background: transparent;
}

.dz-timeline-bar span {
  display: block;
  height: 100%;
  width: calc(100% / 7);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cg-cyan), var(--cg-blue));
  box-shadow: 0 0 12px rgba(0, 119, 255, 0.35);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.dz-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-top: -18px;
  position: relative;
  z-index: 1;
}

.dz-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #94a3b8;
  padding: 0;
  transition: color 0.2s ease;
}

.dz-step-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e2e8f0;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  color: #94a3b8;
  box-shadow: 0 0 0 4px #fff;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.dz-step-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: inherit;
  transition: color 0.2s ease;
}

.dz-step:hover .dz-step-num {
  border-color: rgba(0, 119, 255, 0.45);
  color: var(--cg-blue);
  transform: translateY(-1px);
}

.dz-step:hover .dz-step-label {
  color: var(--cg-heading);
}

.dz-step.is-done {
  color: var(--cg-blue);
}

.dz-step.is-done .dz-step-num {
  background: rgba(0, 119, 255, 0.08);
  border-color: rgba(0, 119, 255, 0.35);
  color: var(--cg-blue);
}

.dz-step.is-done .dz-step-label {
  color: var(--cg-heading);
}

.dz-step.is-active {
  color: var(--cg-heading);
}

.dz-step.is-active .dz-step-num {
  background: linear-gradient(145deg, var(--cg-blue), #0055ff);
  border-color: transparent;
  color: #fff;
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 6px rgba(0, 119, 255, 0.22),
    0 8px 18px rgba(0, 119, 255, 0.28);
  transform: scale(1.06);
}

.dz-step.is-active .dz-step-label {
  color: var(--cg-heading);
  font-weight: 700;
}

.dz-step-panel {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 18px 20px;
  max-width: 640px;
  background: linear-gradient(180deg, #f8fafc, #f3f6fb);
  border: 1px solid #e7ebf3;
  border-radius: 14px;
}

.dz-step-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dz-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  color: var(--cg-blue);
  background: rgba(0, 119, 255, 0.1);
  border: 1px solid rgba(0, 119, 255, 0.14);
}

.dz-step-meta strong {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--cg-heading);
}

.dz-step-copy {
  margin: 0;
  min-height: 2.8em;
  color: #5c6578;
  font-size: 15px;
  line-height: 1.6;
  transition: opacity 0.2s ease;
}

.dz-step-copy.is-swap {
  opacity: 0;
}

.dz-ind-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.dz-ind-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.dz-ind {
  position: relative;
  display: block;
  min-height: 92px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e7ebf3;
  overflow: hidden;
  transition: 0.3s ease;
  color: inherit;
}
.dz-ind-grid-3 .dz-ind {
  min-height: 140px;
  padding: 22px 20px;
}
.dz-ind span {
  position: absolute;
  width: 42px;
  height: 42px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
  transition: 0.35s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--cg-blue);
}
.dz-ind-grid-3 .dz-ind span {
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  background: transparent;
  color: var(--cg-blue);
  font-size: 12px;
}
.dz-ind strong {
  display: block;
  font-size: 1.05rem;
}
.dz-ind-grid-3 .dz-ind em {
  position: static;
  display: block;
  margin-top: 8px;
  opacity: 1;
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
  color: #64748b;
}
.dz-ind em {
  position: absolute;
  right: 14px;
  top: 14px;
  opacity: 0;
  font-style: normal;
  transition: 0.3s ease;
}
.dz-ind:hover {
  background: var(--cg-ink);
  color: #fff;
  border-color: var(--cg-ink);
}
.dz-ind:hover span { transform: scale(1.8); }
.dz-ind-grid-3 .dz-ind:hover span { transform: none; color: var(--cg-cyan); }
.dz-ind:hover em { opacity: 1; transform: translateX(4px); }
.dz-ind-grid-3 .dz-ind:hover em { color: rgba(255,255,255,0.72); transform: none; }

.dz-quotes {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(ellipse 45% 50% at 0% 100%, rgba(0, 119, 255, 0.05), transparent 55%),
    #f5f7fb;
}

.dz-quote-shell {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 34px 26px;
  background: #fff;
  border: 1px solid #e6ebf4;
  border-radius: 20px;
  overflow: hidden;
}

.dz-quote-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cg-cyan), var(--cg-blue));
}

.dz-quote-frame {
  position: relative;
  min-height: 220px;
}

.dz-quote {
  display: none;
  margin: 0;
  opacity: 0;
  transform: translateY(8px);
}

.dz-quote.is-active {
  display: block;
  animation: dzQuoteIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes dzQuoteIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dz-quote-mark {
  display: block;
  margin: 0 0 6px;
  font-size: 64px;
  line-height: 0.7;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: rgba(0, 119, 255, 0.18);
  user-select: none;
}

.dz-quote p {
  margin: 0 0 24px;
  max-width: 36em;
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.45;
  letter-spacing: -0.025em;
  color: var(--cg-heading);
  font-weight: 500;
}

.dz-quote footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dz-quote-avatar {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
  color: var(--cg-blue);
  background: linear-gradient(180deg, rgba(0, 119, 255, 0.12), rgba(34, 204, 255, 0.08));
  border: 1px solid rgba(0, 119, 255, 0.16);
}

.dz-quote-by {
  display: grid;
  gap: 2px;
}

.dz-quote-by strong {
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--cg-heading);
}

.dz-quote-by span {
  font-size: 13px;
  color: #64748b;
}

.dz-quote-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

.dz-quote-nav {
  display: flex;
  gap: 8px;
}

.dz-quote-nav button {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: #d7deea;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.dz-quote-nav button.is-active {
  width: 40px;
  background: linear-gradient(90deg, var(--cg-cyan), var(--cg-blue));
}

.dz-quote-arrows {
  display: flex;
  gap: 8px;
}

.dz-quote-prev,
.dz-quote-next {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: var(--cg-heading);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.dz-quote-prev:hover,
.dz-quote-next:hover {
  border-color: rgba(0, 119, 255, 0.35);
  color: var(--cg-blue);
  background: rgba(0, 119, 255, 0.04);
}

@media (max-width: 720px) {
  .dz-quote-shell {
    padding: 24px 20px 20px;
  }
  .dz-quote-frame {
    min-height: 0;
  }
  .dz-quote p {
    font-size: 1.15rem;
  }
}

.dz-about {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: #f8fafc;
}

.dz-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  animation: dzGrid 18s linear infinite;
  opacity: 0.85;
}

.dz-about-glow {
  position: absolute;
  inset: auto -8% -30% 45%;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 119, 255, 0.08), transparent 68%);
  pointer-events: none;
}

@keyframes dzGrid {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 48px, 48px 0; }
}

.dz-about-grid {
  position: relative;
  z-index: 1;
}

.dz-about-copy {
  max-width: 560px;
}

.dz-about-copy h2 {
  margin: 0 0 14px;
  letter-spacing: -0.035em;
}

.dz-about-copy > p {
  margin: 0;
  max-width: 40em;
  color: #5c6578;
  font-size: 1.05rem;
  line-height: 1.7;
}

.dz-about-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dz-about-focus li {
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: var(--cg-heading);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e6ebf4;
}

.dz-about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 650;
  color: var(--cg-blue);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.dz-about-link:hover {
  color: #0055ff;
  gap: 12px;
}

.dz-about-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  min-height: 280px;
  padding: 28px 28px 30px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, transparent 42%),
    radial-gradient(420px 240px at 90% 0%, rgba(0, 180, 255, 0.26), transparent 58%),
    radial-gradient(320px 200px at 0% 100%, rgba(0, 119, 255, 0.16), transparent 55%),
    linear-gradient(160deg, #0a1228 0%, #060b1c 55%, #040816 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 22px 48px rgba(6, 11, 28, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #fff;
}

.dz-about-stat::before {
  content: "";
  position: absolute;
  top: -16%;
  right: -10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 180, 255, 0.22);
  box-shadow:
    0 0 0 24px rgba(0, 119, 255, 0.04),
    inset 0 0 50px rgba(0, 180, 255, 0.08);
  pointer-events: none;
}

.dz-about-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);
  background-size: 220% 100%;
  animation: aboutPanelSheen 7s ease-in-out infinite;
  pointer-events: none;
}

.dz-about-stat-label {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cg-cyan);
}

.dz-about-stat-grid {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.dz-about-stat-grid li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 12px 14px;
  border-radius: 16px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translateY(14px);
  animation: aboutStatIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.12s + (var(--stat-i, 0) * 0.12s));
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.dz-about-stat-grid li:hover {
  border-color: rgba(0, 180, 255, 0.35);
  background:
    linear-gradient(165deg, rgba(0, 180, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
  transform: translateY(-2px);
}

.dz-about-stat-grid strong {
  display: block;
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(120deg, #fff 10%, #c8e8ff 55%, #7dd3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dz-about-stat-grid span {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(210, 228, 255, 0.72);
}

.dz-about-stat-caption {
  position: relative;
  z-index: 1;
  margin-top: auto;
  max-width: 28em;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(186, 210, 240, 0.62);
}

@keyframes aboutStatIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutPanelSheen {
  0%, 100% { background-position: 120% 0; opacity: 0.35; }
  50% { background-position: -20% 0; opacity: 0.7; }
}

@media (max-width: 900px) {
  .dz-about-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .dz-about-stat {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  .dz-about-stat-grid {
    grid-template-columns: 1fr;
  }
}

.dz-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 72px) 0;
  text-align: center;
  background:
    radial-gradient(ellipse 50% 45% at 50% 0%, rgba(0, 119, 255, 0.06), transparent 60%),
    #f5f7fb;
  color: var(--cg-heading);
}

.dz-cta-shell {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 40px);
  border-radius: 28px;
  border: 1px solid #e4eaf3;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 60px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.dz-cta-glow {
  position: absolute;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 119, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.dz-cta .container {
  position: relative;
  z-index: 1;
}

.dz-cta .dz-head {
  margin-bottom: 28px;
}

.dz-cta-actions {
  justify-content: center;
}

.dz-cta .dz-btn-ghost {
  background: #fff !important;
  color: var(--cg-heading) !important;
  border: 1px solid #d7dee9 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
  backdrop-filter: none;
}

.dz-cta .dz-btn-ghost:hover {
  background: #fff !important;
  color: var(--cg-blue) !important;
  border-color: rgba(0, 119, 255, 0.35) !important;
  box-shadow: 0 12px 28px rgba(0, 119, 255, 0.12) !important;
}

@media (max-width: 700px) {
  .dz-cta-shell {
    border-radius: 22px;
    margin-inline: 4px;
  }
  .dz-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .dz-cta-actions .btn {
    justify-content: center;
    text-align: center;
  }
}

.dz-contact-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.dz-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.dz-contact-list li:hover {
  border-color: rgba(0, 119, 255, 0.22);
  box-shadow: 0 10px 24px rgba(10, 24, 72, 0.06);
  transform: translateY(-1px);
}

.dz-contact-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: var(--cg-blue);
  background: linear-gradient(145deg, rgba(0, 180, 255, 0.14), rgba(0, 119, 255, 0.08));
  border: 1px solid rgba(0, 119, 255, 0.14);
}

.dz-contact-icon svg {
  width: 18px;
  height: 18px;
}

.dz-contact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dz-contact-copy > span:first-child {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}

.dz-contact-copy a,
.dz-contact-copy em {
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--cg-heading);
  line-height: 1.35;
  text-decoration: none;
}

.dz-contact-copy a:hover {
  color: var(--cg-blue);
}

.dz-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dz-form label {
  display: grid;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: #334155;
}

.dz-form-wide,
.dz-form-actions { grid-column: 1 / -1; }

.dz-form input,
.dz-form select,
.dz-form textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  color: var(--cg-heading);
  background: #f8fafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dz-form input::placeholder,
.dz-form textarea::placeholder {
  color: #94a3b8;
}

.dz-form input:hover,
.dz-form select:hover,
.dz-form textarea:hover {
  border-color: #cbd5e1;
}

.dz-form input:focus,
.dz-form select:focus,
.dz-form textarea:focus {
  outline: none;
  border-color: rgba(0, 119, 255, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 119, 255, 0.12);
}

.dz-form textarea { min-height: 128px; resize: vertical; }

.dz-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 4px;
  padding-top: 6px;
}

.dz-form .dz-btn {
  justify-self: start;
  background: linear-gradient(135deg, #22ccff 0%, #0077ff 52%, #0055ff 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(0, 119, 255, 0.32) !important;
}

.dz-form .dz-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(0, 119, 255, 0.4) !important;
}

.dz-form-secure {
  font-size: 12.5px;
  color: #94a3b8;
  line-height: 1.4;
}

.dz-inquiry .alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #065f46;
  font-size: 14px;
}

body.home .mobile-nav.is-open {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  z-index: 30;
  padding: 108px 28px 40px;
  background: var(--cg-ink);
  overflow: auto;
}
body.home .mobile-nav.is-open a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

@media (max-width: 1200px) {
  .dz-caps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .dz-caps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .dz-solve-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .dz-solve-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dz-inquiry {
    padding: 56px 0 64px;
  }
  .dz-inquiry-panel {
    padding: 22px 18px 20px;
  }
  .dz-inquiry-aside h2 {
    max-width: none;
  }
  .dz-form-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .dz-hero-grid,
  .dz-why-grid,
  .dz-about-grid,
  .dz-inquiry-grid,
  .dz-solve-grid,
  .dz-ind-grid,
  .dz-steps,
  .dz-pair {
    grid-template-columns: 1fr;
  }
  .dz-hero { min-height: auto; padding: 96px 0 64px; }
  .dz-hero h1 { max-width: none; }
  .dz-hero-proof {
    flex-direction: column;
    max-width: none;
  }
  .dz-hero-proof li + li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dz-hero-proof li + li::before {
    display: none;
  }
  .dz-engine { height: 340px; }
  .dz-caps { margin-top: -40px; }
  .dz-cap { min-height: 120px; }
  .dz-flow-node { min-height: 0; }
  .dz-timeline-track { display: none; }
  .dz-steps {
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 0;
  }
  .dz-step {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #e7ebf3;
  }
  .dz-step:last-child { border-bottom: 0; }
  .dz-step-num {
    box-shadow: none;
    flex-shrink: 0;
  }
  .dz-step.is-active .dz-step-num {
    box-shadow: 0 6px 14px rgba(0, 119, 255, 0.28);
  }
  .dz-step-panel {
    margin-top: 18px;
  }
  .dz-pair-labels { display: none; }
  .dz-pair-line { width: 36px; height: 36px; }
}

@media (max-width: 640px) {
  .dz-caps-grid {
    grid-template-columns: 1fr;
  }
  .dz-caps-proof {
    margin-top: 28px;
    padding: 16px 18px;
    gap: 12px;
  }
  .dz-caps-proof-text {
    font-size: 1.02rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dz-node,
  .dz-engine-core,
  .dz-orbit--a,
  .dz-orbit--b,
  .dz-ai-chip-dot,
  .dz-grid-bg,
  .dz-pair,
  .dz-flow-node,
  .dz-flow-rail-pulse,
  .dz-flow-node.is-active .dz-flow-num,
  .dz-flow-node.is-active .dz-flow-arrow,
  .dz-about-stat-grid li,
  .dz-sol,
  .dz-marquee-track,
  .dz-stack-track { animation: none; transition: none; }

  .dz-hero-proof li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .dz-caps-proof,
  .dz-caps-proof-badge,
  .dz-caps-proof-text {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
