@charset "UTF-8";
:root {
  color-scheme: light;
  --dms-blue: #0076B4;
  --dms-blue-ink: #005A8A;
  --dms-blue-tint: #E3F0F9;
  --navy-ink: #0E1B33;
  --navy-band: #0E1B33;
  --navy-2: #17264A;
  --navy-line: #2A3B5C;
  --sky: #E8F0FE;
  --paper: #FFFFFF;
  --fog: #F5F7FA;
  --line: #D7DEE9;
  --line-strong: #C2CCDB;
  --signal: #16B364;
  --mono-ink: #44506A;
  --ink-2: #63718D;
  --font-display: "Space Grotesk", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-body: "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --fs-display: clamp(40px, 6.2vw, 64px);
  --fs-h2: clamp(30px, 4.2vw, 40px);
  --fs-h3: clamp(22px, 2.4vw, 28px);
  --fs-lead: clamp(18px, 2.1vw, 20px);
  --fs-body: 17px;
  --fs-small: 14px;
  --fs-mono: 13px;
  --lh-tight: 1.12;
  --lh-snug: 1.25;
  --lh-body: 1.6;
  --track-display: -0.02em;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
  --container: 1200px;
  --measure: 68ch;
  --gutter: 24px;
  --radius-sm: 5px;
  --radius: 8px;
  --radius-lg: 14px;
  --section-y: clamp(72px, 9vw, 128px);
  --shadow-sm: 0 1px 2px rgba(14, 27, 51, 0.05), 0 1px 3px rgba(14, 27, 51, 0.05);
  --shadow-md: 0 12px 32px rgba(14, 27, 51, 0.09);
  --whatsapp: #25D366;
  --focus-ring: 2px solid var(--dms-blue);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme=light]) {
    color-scheme: dark;
    --dms-blue: #3BA5DC;
    --dms-blue-ink: #6FC0E8;
    --dms-blue-tint: #12283C;
    --navy-ink: #E8EEF7;
    --sky: #101D36;
    --paper: #0D1526;
    --fog: #111C31;
    --line: #24334F;
    --line-strong: #31425F;
    --mono-ink: #B8C4DB;
    --ink-2: #8291AD;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.45);
  }
}
:root[data-theme=dark] {
  color-scheme: dark;
  --dms-blue: #3BA5DC;
  --dms-blue-ink: #6FC0E8;
  --dms-blue-tint: #12283C;
  --navy-ink: #E8EEF7;
  --sky: #101D36;
  --paper: #0D1526;
  --fog: #111C31;
  --line: #24334F;
  --line-strong: #31425F;
  --mono-ink: #B8C4DB;
  --ink-2: #8291AD;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/spacegrotesk-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/spacegrotesk-latinext-500.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/spacegrotesk-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/spacegrotesk-latinext-600.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-latinext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter-latinext-500.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/jetbrainsmono-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/jetbrainsmono-latinext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--navy-ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, svg, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--dms-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: inherit;
}

strong {
  font-weight: 600;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

::selection {
  background: var(--dms-blue);
  color: #fff;
}

:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
  border-radius: 3px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: var(--lh-tight);
  letter-spacing: var(--track-display);
  color: var(--navy-ink);
  margin: 0;
  text-wrap: balance;
}

h1 {
  font-size: var(--fs-display);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
  font-weight: 500;
  letter-spacing: -0.01em;
}

h4 {
  font-size: var(--fs-lead);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.display {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-display);
  line-height: var(--lh-tight);
  letter-spacing: var(--track-display);
}

.lead {
  font-size: var(--fs-lead);
  line-height: 1.5;
  color: var(--mono-ink);
  max-width: 62ch;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mono-ink);
  margin: 0 0 18px;
}

.eyebrow--blue {
  color: var(--dms-blue);
}

.mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.muted {
  color: var(--ink-2);
}

.prose {
  max-width: var(--measure);
  color: var(--mono-ink);
}

.prose > * + * {
  margin-top: var(--space-3);
}

.prose h2, .prose h3 {
  color: var(--navy-ink);
  margin-top: var(--space-5);
}

.prose p {
  line-height: var(--lh-body);
}

.prose a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prose ul {
  list-style: disc;
  padding-left: 1.2em;
}

.prose li + li {
  margin-top: var(--space-1);
}

.prose code {
  font-family: var(--font-mono);
  font-size: 0.9em;
  background: var(--fog);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.1em 0.4em;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container--narrow {
  max-width: 820px;
}

.section {
  padding-block: var(--section-y);
}

.section--tight {
  padding-block: clamp(48px, 6vw, 80px);
}

.section--fog {
  background: var(--fog);
}

.section--sky {
  background: var(--sky);
}

.section-head {
  max-width: 720px;
  margin-bottom: var(--space-6);
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-head--center .lead {
  margin-inline: auto;
}

.section-head__title {
  font-size: var(--fs-h2);
  margin-bottom: var(--space-3);
}

.section-head .lead {
  margin-top: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--gutter);
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.grid-auto {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.grid-3 {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stack {
  display: flex;
  flex-direction: column;
}

.stack--2 {
  gap: var(--space-2);
}

.stack--3 {
  gap: var(--space-3);
}

.stack--4 {
  gap: var(--space-4);
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
}

@media (max-width: 880px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [class*=col-] {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }
}
.skip-link {
  position: absolute;
  left: 12px;
  top: -56px;
  z-index: 100;
  background: var(--navy-band);
  color: #fff;
  padding: 10px 16px;
  border-radius: var(--radius);
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 12px;
  text-decoration: none;
}

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

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--dms-blue);
  background: var(--dms-blue-tint);
  border: 1px solid rgba(0, 118, 180, 0.18);
  border-radius: 999px;
  padding: 5px 11px;
}

.badge--line {
  color: var(--mono-ink);
  background: var(--fog);
  border-color: var(--line);
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(22, 179, 100, 0.16);
  animation: dot-ping 2.6s cubic-bezier(0.3, 0, 0.4, 1) infinite;
}

@keyframes dot-ping {
  0% {
    box-shadow: 0 0 0 4px rgba(22, 179, 100, 0.16), 0 0 0 0 rgba(22, 179, 100, 0.32);
  }
  65% {
    box-shadow: 0 0 0 4px rgba(22, 179, 100, 0.16), 0 0 0 10px rgba(22, 179, 100, 0);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(22, 179, 100, 0.16), 0 0 0 0 rgba(22, 179, 100, 0);
  }
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--mono-ink);
}

.protocol-strip {
  border-block: 1px solid var(--line);
  background: var(--fog);
}

.protocol-strip__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  justify-content: center;
  padding-block: 22px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--mono-ink);
}

.protocol-strip__item {
  position: relative;
}

.protocol-strip__item + .protocol-strip__item::before {
  content: "·";
  position: absolute;
  left: -22px;
  color: var(--line-strong);
}

.telemetry {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.9;
  color: #C7D2E4;
  background: var(--navy-band);
  border: 1px solid var(--navy-line);
  border-radius: var(--radius);
  padding: 18px 20px;
  overflow-x: auto;
}

.telemetry__row {
  white-space: nowrap;
}

.telemetry__k {
  color: #7C8BA8;
}

.telemetry__v {
  color: #fff;
}

.telemetry__ok {
  color: var(--signal);
}

.packet {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  color: #fff;
  background: var(--dms-blue);
  border-radius: var(--radius-sm);
  padding: 4px 9px;
  white-space: nowrap;
}

.diagram {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.diagram svg {
  display: block;
  width: 100%;
  height: auto;
}

.dgm-line {
  stroke: var(--line);
  stroke-width: 1.5;
  fill: none;
}

.dgm-accent {
  stroke: var(--dms-blue);
  stroke-width: 2;
  fill: none;
}

.dgm-dot {
  fill: var(--dms-blue);
}

.dgm-text {
  font-family: var(--font-mono);
  font-size: 11px;
  fill: var(--mono-ink);
}

.rule-label {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.rule-label::before, .rule-label::after {
  content: "";
  height: 1px;
  background: var(--line);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--navy-ink);
}

.field__hint {
  font-size: 13px;
  color: var(--ink-2);
}

.input, .select, .textarea {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--navy-ink);
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 11px 13px;
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.textarea {
  min-height: 140px;
  resize: vertical;
}

.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border-color: var(--dms-blue);
  box-shadow: 0 0 0 3px rgba(0, 118, 180, 0.15);
}

.input::placeholder, .textarea::placeholder {
  color: var(--ink-2);
}

.hp-field {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.alert {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 15px;
}

.alert--ok {
  background: rgba(22, 179, 100, 0.08);
  border-color: rgba(22, 179, 100, 0.4);
  color: #0d6b3f;
}

.alert--err {
  background: rgba(197, 48, 48, 0.06);
  border-color: rgba(197, 48, 48, 0.35);
  color: #9b2c2c;
}

.float-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 6px 18px rgba(14, 27, 51, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.float-contact__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(14, 27, 51, 0.32);
  color: #fff;
  text-decoration: none;
}

.float-contact__btn svg {
  width: 26px;
  height: 26px;
}

.float-contact__btn--wa {
  background: var(--whatsapp);
}

.float-contact__btn--tel {
  background: var(--dms-blue);
}

@media print {
  .float-contact {
    display: none;
  }
}
.lw {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.lw__svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.lw-trunk {
  fill: none;
  stroke: var(--dms-blue);
  stroke-width: 2;
  stroke-linecap: round;
}

.js .lw--animate .lw-trunk {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: lw-draw 700ms ease-out forwards;
}

@keyframes lw-draw {
  to {
    stroke-dashoffset: 0;
  }
}
.lw-branch {
  fill: none;
  stroke: var(--line);
  stroke-width: 1.5;
}

.lw-dot {
  fill: var(--line-strong);
}

.lw-dot--accent {
  fill: var(--dms-blue);
}

.lw-node__bg {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1;
}

.lw-node--h .lw-node__bg {
  fill: none;
  stroke: none;
}

.lw-node__accent {
  fill: var(--dms-blue);
}

.lw-node__label {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  fill: var(--navy-ink);
}

.lw-node__caption {
  font-family: var(--font-body);
  font-size: 12px;
  fill: var(--ink-2);
}

.lw-node--h .lw-node__label {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.lw-node--h .lw-node__caption {
  font-size: 10px;
}

.lw-glyph {
  color: var(--mono-ink);
  overflow: visible;
}

.lw-glyph--accent {
  color: var(--dms-blue);
}

.lw-packet__bg {
  fill: var(--dms-blue);
  filter: drop-shadow(0 1px 1px rgba(14, 27, 51, 0.18));
}

.lw-packet__t {
  font-family: var(--font-mono);
  font-size: 12px;
  fill: #fff;
}

.lw-frame {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  padding: clamp(20px, 4vw, 40px);
}

.lw-frame--vertical {
  max-width: 480px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 12px 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  text-decoration: none;
}

.btn svg {
  width: 1em;
  height: 1em;
}

.btn--lg {
  padding: 15px 26px;
  font-size: 17px;
}

.btn--sm {
  padding: 9px 15px;
  font-size: 14px;
}

.btn--primary {
  background: var(--dms-blue);
  color: #fff;
}

.btn--primary:hover {
  background: var(--dms-blue-ink);
  color: #fff;
}

.btn--ghost {
  background: transparent;
  color: var(--navy-ink);
  border-color: var(--line-strong);
}

.btn--ghost:hover {
  border-color: var(--dms-blue);
  color: var(--dms-blue);
}

.btn--on-navy {
  background: #fff;
  color: var(--navy-band);
}

.btn--on-navy:hover {
  background: #E8F0FE;
  color: var(--navy-band);
}

.btn--ghost-navy {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn--ghost-navy:hover {
  border-color: #fff;
  color: #fff;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: var(--dms-blue);
}

.link-arrow:hover {
  text-decoration: none;
}

.link-arrow svg {
  width: 16px;
  height: 16px;
  flex: none;
  transition: transform 0.15s ease;
}

.link-arrow:hover svg {
  transform: translateX(3px);
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.card--link {
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.card--link:hover {
  border-color: var(--dms-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  text-decoration: none;
}

.card__eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dms-blue);
}

.card__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--navy-ink);
}

.card__body {
  color: var(--mono-ink);
  font-size: 15.5px;
  line-height: 1.55;
}

.card__foot {
  margin-top: auto;
  padding-top: var(--space-1);
}

.card__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--dms-blue);
  background: var(--fog);
}

.card__icon svg {
  width: 22px;
  height: 22px;
}

.tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tile:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
}

.tile__icon {
  color: var(--dms-blue);
}

.tile__icon svg {
  width: 26px;
  height: 26px;
}

.tile__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--navy-ink);
}

.tile__use {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.45;
}

.stat__value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(34px, 5vw, 48px);
  letter-spacing: -0.02em;
  color: var(--navy-ink);
  line-height: 1;
}

.stat__label {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  margin-top: 8px;
}

.hero {
  padding-block: clamp(64px, 9vw, 128px);
  background: radial-gradient(120% 90% at 85% -10%, var(--sky) 0%, rgba(232, 240, 254, 0) 60%), var(--paper);
}

.hero__inner {
  max-width: 880px;
}

.hero__headline {
  font-size: var(--fs-display);
  letter-spacing: var(--track-display);
  margin-bottom: 20px;
}

.hero__subline {
  font-size: var(--fs-lead);
  color: var(--mono-ink);
  max-width: 62ch;
  margin-bottom: 32px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.band-navy {
  background: var(--navy-band);
  color: #C7D2E4;
}

.band-navy h2, .band-navy h3, .band-navy .display {
  color: #fff;
}

.band-navy .eyebrow {
  color: #7FA8CC;
}

.band-navy .lead {
  color: #B9C6DC;
}

.cta-band {
  text-align: center;
}

.cta-band__title {
  font-size: var(--fs-h2);
  color: #fff;
  margin-bottom: var(--space-3);
}

.cta-band__sub {
  color: #B9C6DC;
  max-width: 56ch;
  margin: 0 auto var(--space-5);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: var(--space-4);
}

.before-after__panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  background: var(--paper);
}

.before-after__panel--before {
  background: var(--fog);
}

.before-after__tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: var(--space-2);
}

.before-after__arrow {
  align-self: center;
  color: var(--dms-blue);
}

@media (max-width: 880px) {
  .before-after {
    grid-template-columns: 1fr;
  }
  .before-after__arrow {
    transform: rotate(90deg);
    justify-self: center;
  }
}
.timeline {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 1fr);
  gap: 0;
  overflow-x: auto;
  border-top: 2px solid var(--line);
  padding-top: var(--space-4);
  scroll-snap-type: x proximity;
}

.timeline__item {
  position: relative;
  padding-right: var(--space-4);
  scroll-snap-align: start;
}

.timeline__item::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--space-4) - 6px);
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--dms-blue);
  box-shadow: 0 0 0 4px var(--paper);
}

.timeline__year {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--dms-blue);
  margin-bottom: 6px;
}

.timeline__label {
  font-size: 14.5px;
  color: var(--mono-ink);
  max-width: 22ch;
}

.home-hero {
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 68px);
  padding-block: clamp(10px, 1.6vh, 20px) 0;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  flex: 1;
  max-width: 1360px;
}

.home-hero__copy {
  max-width: 520px;
}

.home-hero .hero__headline {
  margin-top: 0;
  font-size: clamp(34px, 3.6vw, 52px);
}

.home-hero__badges {
  margin-top: var(--space-4);
}

.home-hero__dash {
  min-width: 0;
}

.home-hero__dash .dash__grid {
  grid-template-columns: minmax(0, 1fr);
}

.home-hero__dash .dash__body {
  padding: 16px 18px;
}

.home-hero__dash .dash__kpis {
  gap: var(--space-3);
  justify-content: space-between;
  padding-bottom: var(--space-2);
  margin-bottom: var(--space-3);
}

.home-hero__dash .dash__online {
  padding-right: var(--space-2);
}

.home-hero__dash .dash__online-val {
  font-size: 25px;
}

.home-hero__dash .dash__kpi-val {
  font-size: 18px;
}

.home-hero__dash .dash__foot {
  display: none;
}

.home-hero__dash .fleet tbody tr:nth-child(n+6) {
  display: none;
}

.home-hero__dash .dash-section__cta {
  margin-top: 10px;
  font-size: 15px;
}

.home-hero__dash .dash__side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

@media (min-width: 881px) and (max-height: 860px) {
  .home-hero__dash .fleet tbody tr:nth-child(n+5) {
    display: none;
  }
  .home-hero__dash .chart {
    height: 104px;
  }
  .home-hero__dash .dash__bar {
    padding-block: 10px;
  }
  .home-hero__dash .dash__kpis {
    padding-bottom: 10px;
    margin-bottom: var(--space-2);
  }
  .home-hero .hero__headline {
    font-size: clamp(32px, 3vw, 42px);
  }
}
@media (max-width: 880px) {
  .home-hero {
    min-height: auto;
    padding-block: clamp(40px, 7vw, 64px) 0;
  }
  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-hero__copy {
    max-width: 620px;
  }
}
@media (max-width: 620px) {
  .home-hero__dash .dash__side {
    grid-template-columns: minmax(0, 1fr);
  }
}
.platform-flow {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.platform-flow__wire {
  min-width: 0;
}

.platform-flow__cards {
  display: grid;
  gap: var(--space-3);
  min-width: 0;
}

@media (max-width: 880px) {
  .platform-flow {
    grid-template-columns: minmax(0, 1fr);
  }
  .platform-flow__wire {
    max-width: 460px;
    margin-inline: auto;
    width: 100%;
  }
}
.hw-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

@media (max-width: 880px) {
  .hw-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.hw-diagram {
  padding: clamp(16px, 3vw, 28px);
}

.hw-brand {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  fill: var(--navy-ink);
}

.hw-brand--live {
  fill: var(--dms-blue);
}

.hw-status {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  fill: var(--ink-2);
}

.hw-layer__tick {
  fill: var(--dms-blue);
}

.hw-layer {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  fill: var(--dms-blue);
}

.hw-node {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  fill: var(--navy-ink);
}

.hw-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hw-point__mark {
  flex: none;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dms-blue);
  background: var(--dms-blue-tint);
  margin-top: 2px;
}

.hw-point__mark svg {
  width: 15px;
  height: 15px;
}

.hw-point__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--navy-ink);
  margin-bottom: 4px;
}

.hw-point__body {
  color: var(--mono-ink);
  font-size: 15.5px;
  line-height: 1.55;
}

.before-after__foot {
  margin-top: var(--space-4);
  justify-content: space-between;
  gap: var(--space-3) var(--space-5);
}

.before-after__foot .muted {
  max-width: 60ch;
}

.plc-notes {
  margin-bottom: var(--space-5);
}

.plc-note {
  border: 1px solid var(--navy-line);
  border-radius: var(--radius-lg);
  background: var(--navy-2);
  padding: var(--space-4);
}

.plc-note__step {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7FA8CC;
  margin-bottom: var(--space-2);
}

.plc-note__body {
  color: #C7D2E4;
  font-size: 15.5px;
  line-height: 1.55;
}

.plc-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.plc-machines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industries-grid {
  margin-bottom: var(--gutter);
}

.tile--wide {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-3);
  border-color: var(--line-strong);
  background: var(--sky);
}

.industries-closing__text {
  flex: 1 1 auto;
  min-width: 0;
}

.industries-closing .link-arrow {
  flex: none;
  margin-left: auto;
}

@media (max-width: 620px) {
  .tile--wide {
    flex-direction: column;
    align-items: flex-start;
  }
  .industries-closing .link-arrow {
    margin-left: 0;
  }
  .before-after__foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .plc-foot {
    align-items: flex-start;
  }
}
.pay-marquee {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 14px 0 16px;
  background: var(--paper);
}

.pay-marquee__intro {
  display: block;
  text-align: center;
  color: var(--ink-2);
  margin: 0 0 12px;
  padding: 0 var(--space-3);
}

@media (max-width: 880px) {
  .pay-marquee {
    margin-top: clamp(40px, 7vw, 64px);
  }
}
.pay-marquee__viewport {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: clamp(40px, 5vw, 72px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.pay-marquee__track {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 100%;
  justify-content: space-around;
  animation: pay-scroll 42s linear infinite;
  will-change: transform;
}

.pay-marquee:hover .pay-marquee__track {
  animation-play-state: paused;
}

.pay-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.pay-logo img {
  height: 26px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.68;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.pay-logo:hover img {
  filter: none;
  opacity: 1;
}

@keyframes pay-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pay-marquee__viewport {
    -webkit-mask-image: none;
    mask-image: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pay-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
  }
  .pay-marquee__track--dup {
    display: none;
  }
}
.dash-section__cta {
  margin-top: var(--space-4);
  text-align: center;
}

.split-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 452px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.split-hero__grid--wide {
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
}

.split-hero__copy {
  max-width: 620px;
}

.split-hero__copy .hero__headline {
  margin-top: 0;
}

.split-hero__media {
  min-width: 0;
}

.split-hero__badges {
  margin-top: var(--space-4);
}

@media (max-width: 1024px) {
  .split-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
  }
}
@media (max-width: 880px) {
  .split-hero__grid,
  .split-hero__grid--wide {
    grid-template-columns: minmax(0, 1fr);
  }
  .split-hero__media {
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }
}
.hero-center {
  margin-inline: auto;
}

.hero-center .hero__headline {
  margin-top: 0;
}

.hero-center .hero__subline {
  margin-inline: auto;
}

.hero-center__actions {
  justify-content: center;
}

.hero-center__badges {
  justify-content: center;
  margin-top: var(--space-4);
}

.link-note {
  margin-top: var(--space-5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3) var(--space-5);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.link-note__text {
  color: var(--mono-ink);
  max-width: 60ch;
  font-size: 15.5px;
}

.link-note__specs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-4);
}

.spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.spec__k {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-2);
}

.spec__v {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--dms-blue);
}

.hw-stack {
  padding: clamp(20px, 4vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.hw-stack__brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hw-stack__brand {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  color: var(--navy-ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 14px;
  background: var(--fog);
}

.hw-stack__brand.is-live {
  color: var(--dms-blue);
  border-color: var(--dms-blue);
  background: var(--dms-blue-tint);
}

.hw-stack__drop {
  width: 2px;
  height: 22px;
  background: var(--dms-blue);
}

.hw-stack__layer {
  width: 100%;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--dms-blue);
  border: 2px solid var(--dms-blue);
  border-radius: var(--radius);
  background: var(--dms-blue-tint);
  padding: 14px 12px;
}

.hw-stack__operator {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  color: var(--navy-ink);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 10px 20px;
  background: var(--paper);
}

.open-cols {
  gap: clamp(28px, 5vw, 64px);
}

.open-col__title {
  font-size: 20px;
  color: #fff;
  margin-bottom: var(--space-3);
}

.open-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.open-item__mark {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  margin-top: 1px;
}

.open-item__mark svg {
  width: 14px;
  height: 14px;
}

.open-item__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16.5px;
  color: #fff;
  margin-bottom: 3px;
}

.open-item__body {
  color: #B9C6DC;
  font-size: 15px;
  line-height: 1.55;
}

.cap-card {
  gap: 14px;
}

.cap-card__title {
  font-size: 19px;
}

.hn-term__case {
  fill: var(--fog);
  stroke: var(--line-strong);
  stroke-width: 1.5;
}

.hn-term__title {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  fill: var(--ink-2);
}

.hn-port__bg {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1.2;
}

.hn-glyph {
  color: var(--dms-blue);
  overflow: visible;
}

.hn-port__label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  fill: var(--navy-ink);
}

.hn-port__proto {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  fill: var(--ink-2);
}

.hn-core__bg {
  fill: var(--dms-blue-tint);
  stroke: var(--dms-blue);
  stroke-width: 2;
}

.hn-core__label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.02em;
  fill: var(--navy-ink);
}

.hn-core__sub {
  font-family: var(--font-body);
  font-size: 11px;
  fill: var(--mono-ink);
}

.hn-foot__bg {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1.2;
}

.hn-foot--accent .hn-foot__bg {
  stroke: var(--dms-blue);
}

.hn-foot__label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  fill: var(--navy-ink);
}

.hn-foot--accent .hn-foot__label {
  fill: var(--dms-blue);
}

.queue {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.queue__row {
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
}

.queue__status {
  color: #9FB0CC;
}

.quadc-node__bg {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1.2;
}

.quadc-glyph {
  color: var(--dms-blue);
  overflow: visible;
}

.quadc-group {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  fill: var(--navy-ink);
}

.quadc-groupsub {
  font-family: var(--font-body);
  font-size: 12px;
  fill: var(--ink-2);
}

.quadc-cloud__bg {
  fill: var(--dms-blue-tint);
  stroke: var(--dms-blue);
  stroke-width: 2;
}

.quadc-cloud__glyph {
  color: var(--dms-blue);
  overflow: visible;
}

.quadc-cloud__label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  fill: var(--navy-ink);
}

.quadc-cloud__sub {
  font-family: var(--font-mono);
  font-size: 11px;
  fill: var(--mono-ink);
}

.quadc-surface__label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  fill: var(--navy-ink);
}

.scale-points {
  list-style: none;
}

.dash-section {
  padding-top: clamp(24px, 4vw, 48px);
}

.dash {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.dash__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 14px 20px;
  background: var(--navy-band);
}

.dash__brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
}

.dash__wordmark {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #fff;
}

.dash__title {
  font-family: var(--font-body);
  font-size: 14px;
  color: #A9B8D2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: none;
}

.dash__period {
  font-family: var(--font-mono);
  font-size: 12px;
  color: #9FB0CC;
}

.dash__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #fff;
}

.dash__body {
  padding: clamp(16px, 2.4vw, 24px);
}

.dash__kpis {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--line);
  margin-bottom: var(--space-4);
}

.dash__online {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: var(--space-4);
}

.dash__online-val {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.01em;
  color: var(--navy-ink);
  line-height: 1;
}

.dash__online-txt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--mono-ink);
}

.dash__kpi {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}

.dash__kpi-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-2);
}

.dash__kpi-val {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  color: var(--navy-ink);
  line-height: 1;
}

.dash__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: var(--space-3);
}

.dash__side {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  min-width: 0;
}

.dash__panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: var(--paper);
  min-width: 0;
}

.dash__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 12px;
}

.fleet-scroll {
  overflow-x: auto;
}

.fleet {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.fleet th {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--ink-2);
  font-weight: 400;
  padding: 0 12px 9px 0;
  white-space: nowrap;
}

.fleet td {
  padding: 9px 12px 9px 0;
  border-top: 1px solid var(--line);
  color: var(--mono-ink);
  white-space: nowrap;
}

.fleet tr:first-child td {
  border-top: none;
}

.fleet__id {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--navy-ink);
}

.fleet__muted {
  color: var(--ink-2);
  font-family: var(--font-mono);
  font-size: 12px;
}

.fleet__num {
  text-align: right;
  font-family: var(--font-mono);
  font-size: 12.5px;
}

.fleet__rev {
  color: var(--navy-ink);
}

.fleet__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
}

.chart {
  display: block;
  width: 100%;
  height: auto;
}

.chart__axis {
  stroke: var(--line);
  stroke-width: 1;
}

.chart__bar {
  fill: var(--dms-blue);
  opacity: 0.35;
  transform-origin: bottom;
  transform-box: fill-box;
  animation: bar-rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}

.chart__bar--last {
  opacity: 1;
}

@keyframes bar-rise {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.chart__col:nth-child(2) .chart__bar {
  animation-delay: 0.08s;
}

.chart__col:nth-child(3) .chart__bar {
  animation-delay: 0.16s;
}

.chart__col:nth-child(4) .chart__bar {
  animation-delay: 0.24s;
}

.chart__col:nth-child(5) .chart__bar {
  animation-delay: 0.32s;
}

.chart__col:nth-child(6) .chart__bar {
  animation-delay: 0.4s;
}

.chart__col:nth-child(7) .chart__bar {
  animation-delay: 0.48s;
}

.chart__col:nth-child(8) .chart__bar {
  animation-delay: 0.56s;
}

.chart__label {
  font-family: var(--font-mono);
  font-size: 10px;
  fill: var(--ink-2);
}

.chart-panel__total {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--dms-blue);
  text-transform: none;
  letter-spacing: 0;
}

.alarms {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alarm {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
}

.alarm__sev {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex: none;
}

.alarm__sev--high {
  background: #D64545;
  animation: sev-blink 1.8s ease-in-out infinite;
}

.alarm__sev--med {
  background: #E8912D;
}

.alarm__sev--low {
  background: var(--ink-2);
}

@keyframes sev-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.alarm__machine {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--navy-ink);
}

.alarm__msg {
  color: var(--mono-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alarm__time {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--ink-2);
}

.dash__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--space-4);
}

.dash__export {
  cursor: default;
}

.status-dot--off {
  background: var(--ink-2);
  box-shadow: 0 0 0 4px rgba(99, 113, 141, 0.14);
  animation: none;
}

.dash__live .status-dot {
  animation-delay: 0.3s;
}

.dash__online-txt .status-dot {
  animation-delay: 0.9s;
}

.fleet tbody tr:nth-child(1) .status-dot {
  animation-delay: 0.35s;
}

.fleet tbody tr:nth-child(2) .status-dot {
  animation-delay: 0.7s;
}

.fleet tbody tr:nth-child(3) .status-dot {
  animation-delay: 1.05s;
}

.fleet tbody tr:nth-child(4) .status-dot {
  animation-delay: 1.4s;
}

.fleet tbody tr:nth-child(5) .status-dot {
  animation-delay: 1.75s;
}

.fleet tbody tr:nth-child(6) .status-dot {
  animation-delay: 2.1s;
}

@media (max-width: 880px) {
  .dash__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.platform-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.platform-chip {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--navy-ink);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 9px 18px;
  background: var(--paper);
}

.anywhere-note {
  margin-top: var(--space-4);
  max-width: 60ch;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-width: 820px;
}

.faq__item {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  padding: 0 var(--space-4);
}

.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--navy-ink);
}

.faq__q::-webkit-details-marker {
  display: none;
}

.faq__icon {
  flex: none;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dms-blue);
  transition: transform 0.18s ease;
}

.faq__icon svg {
  width: 16px;
  height: 16px;
}

.faq__item[open] .faq__icon {
  transform: rotate(180deg);
}

.faq__a {
  margin: 0;
  padding: 0 0 var(--space-4);
  max-width: 68ch;
  color: var(--mono-ink);
  font-size: 15.5px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .faq__icon {
    transition: none;
  }
}
.vmc-fig {
  padding: clamp(16px, 3vw, 26px);
}

.vmc-fig__badge {
  display: block;
  margin-top: var(--space-3);
  text-align: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--dms-blue);
}

.vmc-tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  fill: var(--ink-2);
}

.vmc-tag--accent {
  fill: var(--dms-blue);
}

.vmc-case {
  fill: var(--fog);
  stroke: var(--line-strong);
  stroke-width: 1.5;
}

.vmc-window {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1.2;
}

.vmc-led-bg {
  fill: var(--navy-ink);
}

.vmc-led {
  font-family: var(--font-mono);
  font-size: 17px;
  letter-spacing: 0.06em;
  fill: #E8B35A;
}

.vmc-keys rect {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1.1;
}

.vmc-slot {
  fill: var(--navy-ink);
}

.vmc-mini {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  fill: var(--ink-2);
}

.vmc-mini--accent {
  fill: var(--dms-blue);
}

.vmc-bin {
  fill: var(--paper);
  stroke: var(--line);
  stroke-width: 1.2;
}

.vmc-cap {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.03em;
  fill: var(--ink-2);
}

.vmc-cap--accent {
  fill: var(--dms-blue);
}

.vmc-screen {
  fill: var(--dms-blue);
}

.vmc-screen-text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  fill: #fff;
}

.vmc-reader {
  fill: var(--dms-blue-tint);
  stroke: var(--dms-blue);
  stroke-width: 1.4;
}

.vmc-wave path {
  fill: none;
  stroke: var(--dms-blue);
  stroke-width: 1.6;
  stroke-linecap: round;
}

.vmc-wave circle {
  fill: var(--dms-blue);
}

.split-list__col {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  padding: var(--space-4);
}

.split-list__col--accent {
  border-color: var(--dms-blue);
  background: var(--dms-blue-tint);
}

.split-list__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  color: var(--navy-ink);
  margin-bottom: var(--space-4);
}

.plc-dgm {
  padding: clamp(16px, 3vw, 28px);
}

.plc-dgm__box {
  fill: var(--paper);
  stroke: var(--line-strong);
  stroke-width: 1.4;
}

.plc-dgm__box--accent {
  fill: var(--dms-blue-tint);
  stroke: var(--dms-blue);
  stroke-width: 2;
}

.plc-dgm__label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.01em;
  fill: var(--navy-ink);
}

.plc-dgm__label--accent {
  fill: var(--dms-blue);
}

.plc-dgm__sub {
  font-family: var(--font-body);
  font-size: 12px;
  fill: var(--mono-ink);
}

.plc-dgm__dir {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.03em;
  fill: var(--ink-2);
}

.plc-dgm__dir--accent {
  fill: var(--dms-blue);
}

.plc-dgm__buschip {
  fill: var(--fog);
  stroke: var(--line);
  stroke-width: 1;
}

.plc-dgm__bus {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  fill: var(--mono-ink);
}

.plc-dgm__ticks path {
  stroke: var(--line-strong);
  stroke-width: 1.4;
  fill: none;
}

.note-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 860px;
}

.note-step {
  display: flex;
  gap: var(--space-4);
}

.note-step__rail {
  position: relative;
  flex: none;
  width: 46px;
  display: flex;
  justify-content: center;
}

.note-step__num {
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dms-blue-tint);
  border: 1.5px solid var(--dms-blue);
  color: var(--dms-blue);
  font-family: var(--font-mono);
  font-size: 15px;
}

.note-step__rail::before {
  content: "";
  position: absolute;
  top: 46px;
  bottom: -2px;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: var(--line);
}

.note-step:last-child .note-step__rail::before {
  display: none;
}

.note-step__body {
  padding-bottom: var(--space-5);
}

.note-step:last-child .note-step__body {
  padding-bottom: 0;
}

.note-step__tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dms-blue);
  margin-bottom: 6px;
}

.note-step__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  color: var(--navy-ink);
  margin-bottom: var(--space-2);
  line-height: 1.25;
}

.note-step__text {
  color: var(--mono-ink);
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 62ch;
}

.regmap-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  padding: clamp(18px, 3vw, 28px);
}

.regmap-card__lead {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ink-2);
  margin-bottom: var(--space-3);
}

.regmap-scroll {
  overflow-x: auto;
}

.regmap {
  width: 100%;
  border-collapse: collapse;
}

.regmap td {
  padding: 11px 16px 11px 0;
  border-top: 1px solid var(--line);
  vertical-align: middle;
}

.regmap tr:first-child td {
  border-top: none;
}

.regmap__addr {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--navy-ink);
  white-space: nowrap;
}

.regmap__io {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  border-radius: var(--radius-sm);
  padding: 3px 8px;
  white-space: nowrap;
}

.regmap__io--write {
  color: var(--dms-blue);
  background: var(--dms-blue-tint);
}

.regmap__io--read {
  color: var(--mono-ink);
  background: var(--fog);
}

.regmap__mean {
  color: var(--mono-ink);
  font-size: 14.5px;
}

.regmap-card__caption {
  margin-top: var(--space-4);
  max-width: 72ch;
}

.pay-fan {
  padding: clamp(16px, 3vw, 28px);
}

.pay-fan__chip rect {
  fill: var(--paper);
  stroke: var(--line-strong);
  stroke-width: 1.2;
}

.pay-fan__label {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.05em;
  fill: var(--navy-ink);
}

.pay-term__bg {
  fill: var(--dms-blue-tint);
  stroke: var(--dms-blue);
  stroke-width: 2;
}

.pay-term__label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  fill: var(--navy-ink);
}

.pay-term__sub {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  fill: var(--dms-blue);
}

.meal-strip {
  margin-top: var(--space-5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3) var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--line);
}

.meal-strip__label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.meal-strip__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.heritage-note {
  margin-top: var(--space-4);
  max-width: 68ch;
}

.layer-points {
  max-width: 820px;
}

.layer-cta {
  margin-top: var(--space-4);
}

.telemetry__ev {
  color: #A9B8D2;
}

.telemetry__warn {
  color: #E8912D;
}

.telemetry__meta {
  color: #7C8BA8;
}

.stream {
  margin: 0;
  border: 1px solid var(--navy-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.stream__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 12px 20px;
  background: var(--navy-2);
  border-bottom: 1px solid var(--navy-line);
}

.stream__path {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: #A9B8D2;
}

.stream__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: #fff;
}

.telemetry--flush {
  border: none;
  border-radius: 0;
}

.stream__lead {
  margin-bottom: var(--space-3);
}

.stream__caption {
  margin-top: var(--space-4);
  justify-content: space-between;
  gap: var(--space-3) var(--space-5);
}

.stream__caption .muted {
  max-width: 62ch;
}

.ops-points {
  max-width: 820px;
}

@media (max-width: 880px) {
  .stream__caption {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 620px) {
  .note-step {
    gap: var(--space-3);
  }
  .meal-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}
.points-wide {
  max-width: 820px;
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4) var(--space-6);
  margin-top: var(--space-5);
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prose {
  max-width: 68ch;
}

.prose p {
  color: var(--mono-ink);
  font-size: 16.5px;
  line-height: 1.7;
}

.prose p + p {
  margin-top: var(--space-3);
}

.spec-sheet {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.spec-sheet__row {
  display: grid;
  grid-template-columns: minmax(120px, 190px) 1fr;
  gap: var(--space-3);
  padding: 14px 20px;
  border-top: 1px solid var(--line);
}

.spec-sheet__row:first-child {
  border-top: none;
}

.spec-sheet__key {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-2);
  align-self: center;
}

.spec-sheet__val {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--navy-ink);
  align-self: center;
}

.market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin-top: var(--space-4);
}

.api-card {
  border: 1px solid var(--navy-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--navy-band);
}

.api-card__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: var(--navy-2);
  border-bottom: 1px solid var(--navy-line);
  font-family: var(--font-mono);
  font-size: 13px;
}

.api-card__bar-label {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: #7C8BA8;
}

.api-card__bar-url {
  color: #C7D2E4;
}

.api-list {
  list-style: none;
}

.api-row {
  display: grid;
  grid-template-columns: 56px minmax(150px, 230px) 1fr;
  gap: var(--space-3);
  align-items: baseline;
  padding: 13px 20px;
  border-top: 1px solid var(--navy-line);
}

.api-row:first-child {
  border-top: none;
}

.api-method {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  padding: 2px 0;
  border-radius: var(--radius-sm);
  color: #fff;
}

.api-method--get {
  background: rgba(0, 118, 180, 0.32);
  color: #9FD0EC;
}

.api-method--post {
  background: rgba(22, 179, 100, 0.24);
  color: #7BE0AC;
}

.api-path {
  font-family: var(--font-mono);
  font-size: 13.5px;
  color: #fff;
  word-break: break-word;
}

.api-desc {
  color: #A9B8D2;
  font-size: 14px;
  line-height: 1.5;
}

.api-note {
  margin-top: var(--space-4);
  max-width: 72ch;
}

.event-name {
  font-family: var(--font-mono);
  font-size: 15px;
  color: var(--dms-blue);
  letter-spacing: 0.01em;
}

.path-steps {
  list-style: none;
  margin-top: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.path-steps li {
  position: relative;
  padding-left: 30px;
  font-size: 14.5px;
  color: var(--mono-ink);
  line-height: 1.5;
  counter-increment: step;
}

.path-steps {
  counter-reset: step;
}

.path-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dms-blue-tint);
  color: var(--dms-blue);
  font-family: var(--font-mono);
  font-size: 11px;
}

@media (max-width: 620px) {
  .api-row {
    grid-template-columns: 52px 1fr;
  }
  .api-desc {
    grid-column: 1/-1;
  }
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: var(--space-6);
  align-items: start;
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  padding: clamp(20px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}

.form-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-top: var(--space-1);
}

.form-foot .field__hint {
  max-width: 40ch;
}

.field-validation-error {
  display: block;
  margin-top: 5px;
  color: #9b2c2c;
  font-size: 13px;
}

.input-validation-error {
  border-color: #c53030 !important;
}

.input-validation-error:focus {
  box-shadow: 0 0 0 3px rgba(197, 48, 48, 0.15);
}

.contact-aside {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--fog);
  padding: clamp(20px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.contact-aside__head {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  color: var(--navy-ink);
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.info-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.info-row__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.info-row__value {
  color: var(--navy-ink);
  font-size: 15.5px;
  line-height: 1.5;
}

.info-row__value a {
  color: var(--dms-blue);
}

.contact-aside__note {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}

.locator {
  padding: 18px;
}

.locator__grid path {
  stroke: var(--line);
  stroke-width: 1;
  fill: none;
}

.locator__region {
  fill: var(--fog);
  stroke: var(--line-strong);
  stroke-width: 1.2;
}

.locator__road {
  stroke: var(--line-strong);
  stroke-width: 1.4;
  fill: none;
}

.locator__pin-ring {
  fill: none;
  stroke: var(--dms-blue);
  stroke-width: 1.6;
  opacity: 0.5;
}

.locator__pin {
  fill: var(--dms-blue);
}

.locator__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  fill: var(--mono-ink);
}

.locator__caption {
  margin-top: var(--space-2);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--dms-blue);
  text-align: center;
}

.locator-link {
  display: block;
  text-decoration: none;
  border-radius: var(--radius);
}

.locator-link:hover {
  text-decoration: none;
}

.locator-link:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 3px;
}

.locator-link__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: var(--space-2);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--dms-blue);
}

.locator-link__pin {
  width: 14px;
  height: 14px;
  flex: none;
}

.locator-link:hover .locator-link__cta {
  text-decoration: underline;
}

.contact-social {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--navy-ink);
  font-size: 15.5px;
  transition: color 0.15s ease;
}

.social-link:hover {
  color: var(--dms-blue);
  text-decoration: none;
}

.social-link:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

.social-link__icon {
  width: 22px;
  height: 22px;
  flex: none;
}

.social-link__handle {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
}
@media (max-width: 620px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .stat-row {
    gap: var(--space-4);
  }
}
.search-form {
  display: flex;
  gap: 10px;
  max-width: 560px;
  margin-top: var(--space-3);
}

.search-form__input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--navy-ink);
  background: var(--paper);
}

.search-form__input:focus {
  outline: var(--focus-ring);
  outline-offset: 1px;
}

.search-summary {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-2);
  margin-bottom: var(--space-4);
}

.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  max-width: 720px;
}

.search-hit__kind {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--dms-blue);
}

.search-hit__title {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  color: var(--navy-ink);
  margin: 4px 0 6px;
}

.search-hit__title:hover {
  color: var(--dms-blue);
  text-decoration: none;
}

.search-hit__snippet {
  color: var(--mono-ink);
  font-size: 15px;
  line-height: 1.55;
  max-width: 68ch;
  margin: 0;
}

.search-empty__title {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--navy-ink);
  margin-bottom: 8px;
}

.search-empty__body {
  color: var(--mono-ink);
  max-width: 60ch;
}

.legal-headline {
  font-size: clamp(30px, 4vw, 44px);
}

.legal-updated {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ink-2);
  margin-bottom: var(--space-3);
}

.legal__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 21px;
  color: var(--navy-ink);
  margin: var(--space-5) 0 var(--space-2);
}

.legal__title:first-child {
  margin-top: 0;
}

.legal__p {
  color: var(--mono-ink);
  font-size: 15.5px;
  line-height: 1.65;
  margin-bottom: var(--space-2);
  max-width: 72ch;
}

.legal__list {
  color: var(--mono-ink);
  font-size: 15.5px;
  line-height: 1.65;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 72ch;
}

.post-grid {
  list-style: none;
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
}

.post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--ink-2);
}

.post-card__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--navy-ink);
}

.post-card__excerpt {
  color: var(--mono-ink);
  font-size: 15.5px;
  line-height: 1.55;
}

.post-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.post-card__more {
  margin-top: auto;
  padding-top: var(--space-1);
  font-size: 14px;
}

.tag-chip {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--dms-blue);
  background: var(--dms-blue-tint);
  border-radius: var(--radius-sm);
  padding: 3px 8px;
}

.post__measure {
  max-width: 760px;
  margin-inline: auto;
}

.post-hero {
  padding-top: var(--space-6);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--line);
}

.post-hero__back {
  font-family: var(--font-mono);
  font-size: 13px;
  margin-bottom: var(--space-4);
}

.link-arrow--back svg {
  transition: transform 0.15s ease;
}

.link-arrow--back:hover svg {
  transform: translateX(-3px);
}

.post-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: var(--space-3);
}

.post-hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-display);
  line-height: var(--lh-tight);
  letter-spacing: var(--track-display);
  color: var(--navy-ink);
}

.post-hero__desc {
  margin-top: var(--space-3);
  font-size: var(--fs-lead);
  line-height: 1.5;
  color: var(--mono-ink);
  max-width: 62ch;
}

.post-hero__byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: var(--space-4);
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--ink-2);
}

.post-body {
  font-size: 17px;
}

.post-body > * + * {
  margin-top: var(--space-3);
}

.post-body h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-h3);
  letter-spacing: -0.01em;
  color: var(--navy-ink);
  margin-top: var(--space-6);
}

.post-body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  color: var(--navy-ink);
  margin-top: var(--space-5);
}

.post-body strong {
  color: var(--navy-ink);
  font-weight: 600;
}

.post-body a {
  color: var(--dms-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.post-body a:hover {
  color: var(--dms-blue-ink);
}

.post-body blockquote {
  border-left: 3px solid var(--dms-blue);
  padding: 4px 0 4px 20px;
  color: var(--navy-ink);
  font-size: 18px;
  line-height: 1.5;
}

.post-body ul, .post-body ol {
  padding-left: 1.3em;
}

.post-body ul {
  list-style: disc;
}

.post-body ol {
  list-style: decimal;
}

.post-body li + li {
  margin-top: 6px;
}

.post-body li {
  line-height: var(--lh-body);
}

.post-body pre {
  background: var(--navy-band);
  color: #D7E2F2;
  border-radius: var(--radius);
  padding: 18px 20px;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.55;
}

.post-body pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

.post-body figure,
.post-figure {
  margin-top: var(--space-5);
  margin-bottom: var(--space-5);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--fog);
  padding: clamp(20px, 4vw, 36px);
}

.post-figure svg {
  display: block;
  width: 100%;
  height: auto;
}

.post-body figcaption,
.post-figure figcaption {
  margin-top: var(--space-3);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--ink-2);
  text-align: center;
}

.post-figure .d-line {
  stroke: var(--line-strong);
  stroke-width: 1.4;
  fill: none;
}

.post-figure .d-node {
  fill: var(--paper);
  stroke: var(--line-strong);
  stroke-width: 1.4;
}

.post-figure .d-node--blue {
  fill: var(--dms-blue-tint);
  stroke: var(--dms-blue);
}

.post-figure .d-flow {
  stroke: var(--dms-blue);
  stroke-width: 1.6;
  fill: none;
}

.post-figure .d-label {
  font-family: var(--font-mono);
  font-size: 12px;
  fill: var(--mono-ink);
}

.post-figure .d-label--blue {
  fill: var(--dms-blue);
}

.post-figure .d-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  fill: var(--navy-ink);
}

.post-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.post-body th, .post-body td {
  text-align: left;
  padding: 10px 14px;
  border: 1px solid var(--line);
}

.post-body th {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--navy-ink);
  background: var(--fog);
}

.post-body hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: var(--space-5) 0;
}

.post-related {
  margin-top: var(--space-6);
}

.post-related__card {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  margin-top: var(--space-2);
  padding: 24px 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.post-related__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  color: var(--navy-ink);
}

.post-related__summary {
  color: var(--mono-ink);
  font-size: 15px;
  line-height: 1.55;
}

.post-related__more {
  margin-top: var(--space-1);
  font-size: 14px;
}

@media (max-width: 620px) {
  .post-card, .post-related__card {
    padding: 22px;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand__logo {
  height: 34px;
  width: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.primary-nav__list {
  display: flex;
  align-items: center;
  gap: 26px;
}

.primary-nav__list a {
  color: var(--navy-ink);
  font-weight: 500;
  font-size: 16px;
}

.primary-nav__list a:hover {
  color: var(--dms-blue);
  text-decoration: none;
}

.primary-nav__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--paper);
  padding: 0 4px 0 14px;
  height: 38px;
}

.nav-search:focus-within {
  border-color: var(--dms-blue);
}

.nav-search__input {
  border: none;
  outline: none;
  background: transparent;
  width: 120px;
  transition: width 0.2s ease;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--navy-ink);
}

.nav-search__input::placeholder {
  color: var(--ink-2);
}

.nav-search__input:focus {
  width: 180px;
}

.nav-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
}

.nav-search__btn:hover {
  color: var(--dms-blue);
}

.nav-search__btn svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 1024px) {
  .nav-search__input {
    width: 84px;
  }
  .nav-search__input:focus {
    width: 130px;
  }
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 13px;
}

.lang-switch__link {
  color: var(--mono-ink);
}

.lang-switch__link.is-active {
  color: var(--navy-ink);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy-ink);
  transition: transform 0.15s ease, opacity 0.15s ease;
}

@media (max-width: 880px) {
  .site-header__inner {
    position: relative;
    flex-wrap: wrap;
  }
  .primary-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    padding-top: 12px;
  }
  .primary-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .primary-nav__meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nav-search {
    width: 100%;
  }
  .nav-search__input {
    width: 100%;
    flex: 1;
  }
  .nav-search__input:focus {
    width: 100%;
  }
  html.js .nav-toggle {
    display: inline-flex;
  }
  html.js .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 24px var(--gutter);
    box-shadow: 0 12px 24px rgba(14, 27, 51, 0.08);
  }
  html.js .primary-nav.is-open {
    display: flex;
  }
}
.site-footer {
  background: var(--navy-band);
  color: #C7D2E4;
  margin-top: var(--section-y);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 40px;
  padding-block: 64px 40px;
}

.site-footer__logo {
  height: 37px;
  width: auto;
  margin-bottom: 16px;
}

.site-footer__tagline {
  color: #93A4C1;
  max-width: 30ch;
  font-size: 15px;
}

.site-footer__head {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C8BA8;
  margin-bottom: 16px;
  font-weight: 400;
}

.site-footer__col a {
  color: #C7D2E4;
  font-size: 15px;
}

.site-footer__col a:hover {
  color: #fff;
}

.site-footer__col li + li {
  margin-top: 10px;
}

.site-footer__contact address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #C7D2E4;
}

.site-footer__contact a {
  color: #C7D2E4;
}

.site-footer__hours {
  color: #93A4C1;
}

.lang-switch--footer {
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 14px;
}

.lang-switch--footer a {
  color: #93A4C1;
}

.lang-switch--footer a.is-active {
  color: #fff;
  font-weight: 600;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: 22px;
  font-size: 13px;
  color: #7C8BA8;
}

.site-footer__proto {
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
}

.site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__legal-links a {
  color: #7C8BA8;
}

.site-footer__legal-links a:hover {
  color: #fff;
}

@media (max-width: 880px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 620px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.reveal {
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}

.js .reveal {
  opacity: 0;
  transform: translateY(8px);
}

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

@media (max-width: 620px) {
  .hero__actions .btn,
  .cta-band__actions .btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.sg__header {
  border-bottom: 1px solid var(--line);
  padding-block: var(--space-6);
  background: var(--fog);
}

.sg__section {
  padding-block: var(--space-6);
  border-bottom: 1px solid var(--line);
}

.sg__section-title {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dms-blue);
  margin-bottom: var(--space-4);
}

.sg__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}

.sg__label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-2);
  margin-bottom: 8px;
}

.sg__wire-col {
  min-width: 0;
}

.sg__mt-sm {
  margin-top: 8px;
}

.sg__mt {
  margin-top: 32px;
}

.sg__mt-lg {
  margin-top: 48px;
}

.sg__grid-row {
  margin-bottom: 12px;
}

.sg__navy-row {
  background: var(--navy-band);
  padding: 24px;
  border-radius: var(--radius-lg);
}

.sg__swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: var(--space-3);
}

.sg__swatch {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.sg__swatch-chip {
  height: 72px;
}

.sg__swatch-chip--bordered {
  border-bottom: 1px solid var(--line);
}

.sg-chip--dms-blue {
  background: var(--dms-blue);
}

.sg-chip--dms-blue-ink {
  background: var(--dms-blue-ink);
}

.sg-chip--dms-blue-tint {
  background: var(--dms-blue-tint);
}

.sg-chip--navy-ink {
  background: var(--navy-ink);
}

.sg-chip--sky {
  background: var(--sky);
}

.sg-chip--paper {
  background: var(--paper);
}

.sg-chip--fog {
  background: var(--fog);
}

.sg-chip--line {
  background: var(--line);
}

.sg-chip--signal {
  background: var(--signal);
}

.sg-chip--mono-ink {
  background: var(--mono-ink);
}

.sg__swatch-meta {
  padding: 10px 12px;
  font-family: var(--font-mono);
  font-size: 12px;
}

.sg__swatch-name {
  color: var(--navy-ink);
}

.sg__swatch-hex {
  color: var(--ink-2);
}

.sg__type-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: var(--space-3);
  align-items: baseline;
  padding-block: var(--space-2);
  border-top: 1px dashed var(--line);
}

.sg__type-meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-2);
}

.sg__cell {
  background: var(--dms-blue-tint);
  border: 1px solid rgba(0, 118, 180, 0.25);
  border-radius: var(--radius-sm);
  padding: 10px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--dms-blue);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme=light]) .site-header {
    background: rgba(13, 21, 38, 0.9);
  }
  :root:not([data-theme=light]) .brand__logo {
    filter: brightness(0) invert(1);
    opacity: 0.92;
  }
  :root:not([data-theme=light]) .pay-logo img {
    filter: grayscale(1) invert(1) brightness(1.7);
    mix-blend-mode: screen;
    opacity: 0.75;
  }
  :root:not([data-theme=light]) .pay-logo:hover img {
    filter: none;
    mix-blend-mode: normal;
    opacity: 1;
  }
  :root:not([data-theme=light]) .alert--ok {
    color: #7BE0AE;
  }
  :root:not([data-theme=light]) .alert--err {
    color: #F1A3A3;
  }
}
:root[data-theme=dark] .site-header {
  background: rgba(13, 21, 38, 0.9);
}
:root[data-theme=dark] .brand__logo {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
:root[data-theme=dark] .pay-logo img {
  filter: grayscale(1) invert(1) brightness(1.7);
  mix-blend-mode: screen;
  opacity: 0.75;
}
:root[data-theme=dark] .pay-logo:hover img {
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
}
:root[data-theme=dark] .alert--ok {
  color: #7BE0AE;
}
:root[data-theme=dark] .alert--err {
  color: #F1A3A3;
}
