@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");
:root {
  --bg: #0a1017;
  --surface: #111a24;
  --line: #28313a;
  --text: #f3f5f4;
  --muted: #a4afb9;
  --accent: #00a1f2;
  --ink: #15202a;
  --paper: #f1f5f9;
  --font: "DM Sans", sans-serif;
  --display: "Space Grotesk", sans-serif;
  color-scheme: dark;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
}
button {
  color: inherit;
}
section[id] {
  scroll-margin-top: 90px;
}
.section-shell {
  padding: 0 max(5.6vw, 24px);
  max-width: 1800px;
  margin: auto;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(5.6vw, 24px);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
  background: var(--bg);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 700 31px var(--display);
  letter-spacing: -1.5px;
}
.brand-mark {
  font-weight: 700;
  font-size: 29px;
  color: var(--accent);
  border: 1px solid #254961;
  width: 34px;
  height: 36px;
  display: grid;
  place-items: center;
  line-height: 1;
  transform: skew(-8deg);
}
.brand-by {
  font: 400 12px var(--font);
  letter-spacing: 0;
  color: var(--muted);
  border-left: 1px solid var(--line);
  padding-left: 16px;
  margin-left: 8px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}
.site-header nav > a:not(.button) {
  color: #c0c7cc;
  transition: color 0.2s;
}
.site-header nav > a:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid #45657c;
  padding: 17px 23px;
  font-weight: 600;
  font-size: 14px;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.button-small {
  padding: 12px 17px;
  gap: 24px;
}
.button-primary {
  background: var(--accent);
  color: var(--bg);
  border-color: var(--accent);
}
.button:hover {
  background: #78d4ff;
  border-color: #78d4ff;
  color: var(--bg);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 0;
}
.text-link:hover {
  color: var(--accent);
}
.eyebrow {
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
.tiny-cross {
  color: var(--accent);
  margin-right: 9px;
  font-size: 18px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px 5%;
  padding-top: 70px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-copy > .eyebrow {
  color: #c2cbd1;
  margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(58px, 6.2vw, 105px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.hero h1 > span {
  color: var(--accent);
}
.hero-description {
  font-size: 17px;
  color: #adb8c2;
  max-width: 440px;
  line-height: 1.75;
  margin-top: 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-foot {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  margin-top: 53px;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}
.hero-foot > span {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #85939e;
}
.hero-foot > div {
  display: flex;
  gap: 38px;
  font-size: 13px;
  color: #b5c0c8;
}
.platform-section {
  padding-top: 95px;
  padding-bottom: 90px;
  background: var(--paper);
  color: var(--ink);
  max-width: none;
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.section-intro > .eyebrow {
  padding-top: 9px;
  color: #536574;
}
.section-intro h2 {
  font-size: clamp(35px, 4.1vw, 65px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.section-intro > div > p {
  font-size: 17px;
  line-height: 1.75;
  color: #5a656d;
  max-width: 620px;
  margin-top: 24px;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--accent);
  color: var(--bg);
  padding: 15px;
  z-index: 99;
}
.skip-link:focus {
  top: 20px;
}
@media (min-width: 1800px) {
  .platform-section {
    padding-left: calc((100vw - 1600px) / 2);
    padding-right: calc((100vw - 1600px) / 2);
  }
}
@media (max-width: 1100px) {
  .brand-by {
    display: none;
  }
  .site-header nav {
    gap: 18px;
  }
  .hero {
    gap: 20px 4%;
    padding-top: 50px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-foot .scroll-cue {
    display: none;
  }
  .core-frame {
    padding: 25px 18px 0;
  }
  .core-capabilities {
    font-size: 12px;
  }
  .core-capabilities > span + span {
    padding-left: 10px;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 78px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav > a {
    padding: 10px;
  }
  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1px solid var(--line);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: var(--text);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }
  .hero h1 {
    font-size: clamp(60px, 11vw, 86px);
  }
  .hero-description {
    max-width: 520px;
  }
  .hero-actions {
    gap: 24px;
  }
  .system-diagram {
    margin: 32px auto 0;
    max-width: 600px;
  }
  .hero-foot {
    margin-top: 28px;
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .hero-foot > div {
    gap: 20px;
    flex-wrap: wrap;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .platform-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (max-width: 420px) {
  .hero-actions {
    gap: 4px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-foot > div {
    gap: 10px;
    font-size: 12px;
  }
  .core-title > strong {
    font-size: 40px;
  }
  .core-title > span:last-child {
    font-size: 9px;
  }
  .core-frame {
    padding-left: 16px;
    padding-right: 16px;
  }
  .diagram-inputs > span {
    font-size: 9px;
  }
  .diagram-apps strong {
    font-size: 16px;
  }
  .diagram-apps small {
    font-size: 8px;
  }
}
.brand-logo {
  object-fit: contain;
  border-radius: 50%;
  width: 42px;
  height: 45px;
}
.diagram-topline,
.diagram-bottomline,
.diagram-inputs > span,
.core-title > span:last-child,
.diagram-apps small,
.hero-foot > span {
  font-size: 12px;
}
.core-capabilities,
.control-rail,
.hero-foot > div {
  font-size: 14px;
}
.diagram-inputs > span {
  letter-spacing: 0.02em;
}
.diagram-apps small {
  letter-spacing: 0.02em;
}
.core-title > span:last-child {
  letter-spacing: 0.04em;
}
.hero-foot {
  flex-wrap: wrap;
}
.hero-foot .scroll-cue {
  font-size: 12px;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  border-top: 1px solid #cbd5de;
}
.capability-grid article {
  padding: 27px 25px 24px 0;
  display: flex;
  flex-direction: column;
}
.capability-grid article + article {
  padding-left: 25px;
  border-left: 1px solid #cbd5de;
}
.capability-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
  color: #17668d;
  font-size: 14px;
}
.capability-index > span:last-child {
  font-size: 26px;
}
.capability-grid h3 {
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin-bottom: 16px;
}
.capability-grid p {
  font-size: 16px;
  line-height: 1.7;
  color: #57626a;
  margin-bottom: 28px;
}
.capability-detail {
  font-size: 12px;
  line-height: 1.8;
  color: #255c7a;
  margin-top: auto;
}
.platform-note {
  display: flex;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #cbd5de;
  padding-top: 26px;
  margin-top: 26px;
}
.note-mark {
  font-size: 32px;
  font-family: var(--display);
  color: #087bad;
}
.platform-note p {
  color: #5b656b;
  font-size: 14px;
  line-height: 1.8;
}
.platform-note strong {
  color: #163b57;
  font-weight: 600;
  margin-right: 4px;
}
.applications-section {
  padding-top: 95px;
  padding-bottom: 70px;
}
.applications-section .section-intro > .eyebrow {
  color: #acb5bd;
}
.applications-section .section-intro > div > p {
  color: var(--muted);
}
.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #3b454d;
  margin-top: 56px;
}
.product-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 22px 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #a8b4bd;
  font: 500 19px var(--display);
  text-align: left;
  margin-bottom: -1px;
}
.product-tabs button > span:first-child {
  font: 400 12px var(--font);
  color: #8d9ba5;
}
.product-tabs button[aria-selected="true"] {
  border-bottom-color: var(--accent);
  color: var(--accent);
}
.tab-arrow {
  margin-left: auto;
  margin-right: 26px;
  font-size: 23px;
  opacity: 0;
}
.product-tabs button[aria-selected="true"] .tab-arrow {
  opacity: 1;
}
.product-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 65px;
  align-items: center;
  padding: 50px 0 42px;
}
.product-copy > .eyebrow {
  color: var(--accent);
  font-size: 12px;
}
.product-copy h3 {
  font-size: clamp(29px, 3vw, 43px);
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin: 20px 0;
}
.product-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.75;
  color: #a8b4be;
  max-width: 380px;
}
.product-copy ul {
  padding: 0;
  margin: 27px 0 16px;
  list-style: none;
  font-size: 14px;
  color: #c5cdd3;
  line-height: 1.6;
}
.product-copy li {
  position: relative;
  padding-left: 17px;
  margin: 11px 0;
}
.product-copy li:before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.product-copy > .text-link {
  color: var(--accent);
  gap: 14px;
  font-size: 14px;
}
.product-figure {
  margin: 0;
  min-width: 0;
}
.screenshot-button {
  padding: 0;
  border: 1px solid #3c4850;
  background: #18252d;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.screenshot-button img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: contain;
  background: #0a1017;
  transition: transform 0.4s;
}
.screenshot-button:hover img {
  transform: scale(1.015);
}
.enlarge-label {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: inline-block;
  background: #00a1f2;
  color: #071f30;
  padding: 10px 14px;
  font-size: 12px;
  box-shadow: 0 2px 12px #0004;
}
.product-figure figcaption {
  font-size: 12px;
  line-height: 1.65;
  color: #98a5af;
  margin-top: 14px;
}
.connection-note {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}
.connection-note > .eyebrow {
  color: #68c5f3;
  padding-top: 6px;
}
.connection-note > p {
  font-size: 14px;
  color: #a5b1ba;
  line-height: 1.8;
  max-width: 650px;
}
.control-section {
  background: #111f32;
  max-width: none;
  padding-top: 85px;
  padding-bottom: 75px;
}
.control-section .section-intro > .eyebrow {
  color: #b1c8dc;
}
.control-section .section-intro > div > p {
  color: #aebfd0;
}
.workflow-example {
  border: 1px solid #304967;
  margin-top: 50px;
}
.example-header {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #304967;
}
.example-header > .eyebrow {
  color: #b9d5e9;
  font-size: 12px;
}
.example-header > span:last-child {
  font-size: 12px;
  color: #98b0c4;
}
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.workflow-steps button {
  border: 0;
  position: relative;
  text-align: left;
  padding: 25px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #c6d7e5;
  min-width: 0;
}
.workflow-steps button + button {
  border-left: 1px solid #304967;
}
.workflow-steps button > span {
  font-size: 12px;
  color: #8dacc5;
  margin-bottom: 24px;
}
.workflow-steps strong {
  font: 500 24px var(--display);
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.workflow-steps small {
  font-size: 12px;
  line-height: 1.5;
  color: #9fb4c6;
}
.workflow-steps b {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  font-weight: 400;
}
.workflow-steps button[aria-selected="true"] {
  background: var(--accent);
  color: #071c2b;
}
.workflow-steps button[aria-selected="true"] span,
.workflow-steps button[aria-selected="true"] small {
  color: #123c56;
}
.step-detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  padding: 26px;
  border-top: 1px solid #304967;
  align-items: start;
  min-height: 124px;
}
.detail-type {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 4px;
}
.step-detail p {
  font-size: 16px;
  line-height: 1.7;
  color: #cfdfeb;
  max-width: 740px;
}
.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 45px;
}
.assurance-grid h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.assurance-grid p {
  font-size: 16px;
  color: #a9becf;
  line-height: 1.7;
  max-width: 345px;
}
.deployment-section {
  padding-top: 90px;
  padding-bottom: 85px;
}
.deployment-heading {
  max-width: 700px;
}
.deployment-heading > .eyebrow {
  color: #9db9cf;
}
.deployment-heading h2 {
  font-size: clamp(35px, 4.1vw, 65px);
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin: 28px 0 24px;
}
.deployment-heading > p:last-child {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 580px;
}
.deployment-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  margin-top: 45px;
}
.deployment-options article {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.deployment-options article + article {
  border-left: 1px solid var(--line);
}
.deployment-number {
  font-size: 12px;
  color: #58b5e6;
}
.deployment-options h3 {
  font-size: 32px;
  margin: 36px 0 18px;
  letter-spacing: -0.04em;
}
.deployment-options p {
  font-size: 16px;
  line-height: 1.8;
  color: #a6b2bc;
  max-width: 350px;
}
.deployment-tag {
  font-size: 12px;
  color: #b0d4eb;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.deployment-footnote {
  font-size: 12px;
  line-height: 1.75;
  color: #91a0aa;
  margin-top: 20px;
}
.contact-section {
  max-width: none;
  padding-top: 65px;
  padding-bottom: 65px;
  background: var(--accent);
  color: #062035;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.contact-section h2 {
  font-size: clamp(36px, 4.7vw, 71px);
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 20px 0;
}
.contact-section > div > p:last-child {
  font-size: 16px;
  line-height: 1.7;
  max-width: 540px;
  color: #0d405c;
}
.contact-button {
  border-color: #113951;
  white-space: nowrap;
  background: #082135;
  color: var(--accent);
}
.contact-button:hover {
  background: #173d59;
  color: #fff;
  border-color: #173d59;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.site-footer p {
  font-size: 12px;
  color: #8e9da7;
}
.site-footer > div {
  display: flex;
  gap: 28px;
  font-size: 14px;
  color: #b1bbc3;
}
.site-footer a:hover {
  color: var(--accent);
}
.image-dialog {
  max-width: min(1500px, 96vw);
  width: 96vw;
  max-height: 94vh;
  padding: 0;
  background: var(--bg);
  border: 1px solid #467da2;
  color: var(--text);
}
.image-dialog::backdrop {
  background: #050a10e8;
  backdrop-filter: blur(6px);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
}
.dialog-header p {
  font-size: 14px;
  line-height: 1.6;
}
.dialog-close {
  background: transparent;
  border: 1px solid #46728f;
  padding: 10px 15px;
  font-size: 14px;
  display: flex;
  gap: 20px;
  align-items: center;
  white-space: nowrap;
}
.dialog-close span {
  font-size: 22px;
}
.image-dialog > img {
  display: block;
  max-width: 100%;
  max-height: calc(94vh - 95px);
  margin: 0 auto;
  object-fit: contain;
}
body:has(.image-dialog[open]) {
  overflow: hidden;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1200px) {
  .hero-foot .scroll-cue {
    display: none;
  }
  .product-panel {
    gap: 35px;
    grid-template-columns: 0.9fr 1.35fr;
  }
  .capability-grid h3 {
    font-size: 21px;
  }
  .core-title > span:last-child {
    font-size: 12px;
  }
  .core-capabilities > span + span {
    padding-left: 10px;
  }
  .diagram-apps small {
    font-size: 12px;
  }
  .diagram-inputs > span {
    font-size: 12px;
  }
  .diagram-apps {
    gap: 7px;
  }
}
@media (max-width: 1000px) {
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .capability-grid article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #cbd5de;
    padding-top: 30px;
  }
  .capability-grid article:nth-child(4) {
    border-top: 1px solid #cbd5de;
    padding-top: 30px;
  }
  .product-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px;
  }
  .product-copy > .eyebrow,
  .product-copy > h3,
  .product-copy > .text-link {
    grid-column: 1;
  }
  .product-copy > p:not(.eyebrow) {
    grid-column: 1;
  }
  .product-copy ul {
    grid-column: 2;
    grid-row: 2/4;
    align-self: center;
  }
  .product-copy h3 {
    font-size: 36px;
  }
  .product-figure {
    max-width: 100%;
  }
  .core-capabilities {
    gap: 4px;
    font-size: 12px;
  }
  .control-rail {
    gap: 5px;
    font-size: 12px;
  }
  .diagram-apps strong {
    font-size: 17px;
  }
  .diagram-apps small {
    font-size: 12px;
  }
  .diagram-inputs {
    gap: 6px;
  }
  .core-title {
    gap: 9px;
  }
  .workflow-steps button {
    padding: 22px 18px;
  }
  .workflow-steps strong {
    font-size: 23px;
  }
  .assurance-grid {
    gap: 30px;
  }
  .site-footer .brand-by {
    display: none;
  }
}
@media (max-width: 800px) {
  .applications-section,
  .control-section,
  .deployment-section {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .capability-grid {
    margin-top: 38px;
  }
  .capability-grid article {
    padding-right: 20px;
  }
  .capability-grid article + article {
    padding-left: 20px;
  }
  .capability-grid article:nth-child(3) {
    padding-left: 0;
  }
  .capability-index {
    margin-bottom: 24px;
  }
  .capability-grid h3 {
    font-size: 24px;
  }
  .product-tabs {
    margin-top: 35px;
  }
  .product-tabs button {
    font-size: 17px;
    gap: 10px;
    padding: 20px 0;
  }
  .tab-arrow {
    margin-right: 12px;
  }
  .connection-note {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .workflow-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .workflow-steps button:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #304967;
  }
  .workflow-steps button:nth-child(4) {
    border-top: 1px solid #304967;
  }
  .step-detail {
    grid-template-columns: 1fr;
    gap: 15px;
    min-height: 195px;
  }
  .assurance-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .assurance-grid article {
    border-bottom: 1px solid #30465e;
    padding-bottom: 23px;
  }
  .assurance-grid article:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .assurance-grid p {
    max-width: 100%;
  }
  .deployment-options article {
    padding: 24px 20px;
  }
  .contact-section {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer p {
    order: 3;
    width: 100%;
    border-top: 1px solid var(--line);
    padding-top: 24px;
  }
  .core-capabilities,
  .control-rail {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-grid article + article {
    border-left: 0;
    border-top: 1px solid #cbd5de;
    padding-left: 0;
  }
  .capability-grid article {
    padding-right: 0;
  }
  .capability-index {
    margin-bottom: 20px;
  }
  .capability-grid p {
    margin-bottom: 17px;
  }
  .platform-note {
    align-items: flex-start;
    gap: 15px;
  }
  .product-tabs button {
    font-size: 16px;
    gap: 8px;
  }
  .product-tabs button > span:first-child {
    display: none;
  }
  .tab-arrow {
    margin-right: 8px;
    font-size: 19px;
  }
  .product-copy {
    display: block;
  }
  .product-copy ul {
    margin-top: 22px;
  }
  .product-panel {
    padding-top: 30px;
  }
  .example-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 20px;
  }
  .workflow-steps button {
    padding: 20px 15px;
  }
  .workflow-steps strong {
    font-size: 24px;
  }
  .workflow-steps small {
    font-size: 12px;
    max-width: 130px;
  }
  .step-detail {
    padding: 20px;
    min-height: 230px;
  }
  .deployment-options {
    grid-template-columns: 1fr;
  }
  .deployment-options article {
    padding: 25px;
  }
  .deployment-options article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .deployment-options h3 {
    margin-top: 22px;
  }
  .deployment-options p {
    max-width: none;
  }
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-footer > div {
    gap: 18px;
  }
  .dialog-header {
    padding: 12px;
    gap: 10px;
  }
  .dialog-header p {
    font-size: 12px;
  }
  .dialog-close {
    padding: 8px;
    gap: 10px;
  }
  .brand-logo {
    width: 38px;
    height: 41px;
  }
  .core-title > span:last-child {
    font-size: 12px;
  }
  .core-title > strong {
    font-size: 38px;
  }
  .core-capabilities,
  .control-rail {
    font-size: 12px;
  }
  .diagram-apps strong {
    font-size: 16px;
  }
  .diagram-apps small {
    font-size: 12px;
  }
  .hero-foot > div {
    font-size: 14px;
  }
  .core-capabilities {
    padding-top: 23px;
  }
}
.hero-copy,
.system-diagram,
.hero-foot {
  min-width: 0;
}
@media (max-width: 540px) {
  .hero h1 {
    font-size: clamp(46px, 15vw, 60px);
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .diagram-apps > div {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
  .diagram-inputs > span {
    min-width: 0;
  }
  .core-title {
    flex-wrap: wrap;
  }
  .core-capabilities > span + span {
    padding-left: 7px;
  }
  .diagram-apps small {
    letter-spacing: 0;
    font-size: 12px;
  }
  .brand-by {
    display: none;
  }
}
@media (max-width: 360px) {
  .section-shell,
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .diagram-apps small {
    font-size: 12px;
  }
  .diagram-apps > div:last-child small {
    overflow-wrap: anywhere;
  }
  .core-title > span:last-child {
    font-size: 12px;
  }
  .core-symbol {
    font-size: 36px;
  }
  .core-title > strong {
    font-size: 34px;
  }
  .core-capabilities {
    font-size: 12px;
  }
  .control-rail {
    font-size: 12px;
    flex-wrap: wrap;
  }
  .system-diagram {
    max-width: 100%;
  }
  .product-tabs button {
    font-size: 14px;
  }
  .tab-arrow {
    margin-right: 3px;
  }
  .workflow-steps strong {
    font-size: 22px;
  }
  .button {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Expression identity and connected mission */
:root {
  --expression-blue: #00a1f2;
  --expression-navy: #162958;
}
.brand {
  gap: 9px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.06em;
}
.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 0;
  object-fit: contain;
}
.brand-by {
  letter-spacing: 0;
}
.mission-graphic {
  min-width: 0;
  width: 100%;
  max-width: 640px;
  align-self: center;
  margin-left: auto;
  padding-top: 8px;
}
.mission-heading,
.mission-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #8ca2b4;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.mission-heading {
  padding: 0 0 20px;
  border-bottom: 1px solid #263849;
}
.mission-canvas {
  position: relative;
  aspect-ratio: 600 / 550;
  isolation: isolate;
}
.mission-circuit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.mission-input-row,
.mission-output-row {
  position: absolute;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.mission-input-row {
  top: 3%;
}
.mission-input-row > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border: 1px solid #2a4358;
  border-radius: 5px;
  padding: 15px 7px;
  background: #0e1924;
  font-size: 13px;
  font-weight: 500;
  color: #d4e2ef;
  box-shadow: inset 0 1px #b4dfff08;
}
.mission-input-row svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #59c5fc;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mission-core {
  position: absolute;
  top: 36%;
  left: 14%;
  width: 72%;
  border: 1px solid #368bb9;
  border-radius: 8px;
  background: linear-gradient(125deg, #173449f5, #0c1b2ced);
  box-shadow:
    0 0 50px #00a1f21a,
    0 15px 35px #0008,
    inset 0 1px #a1daff30;
}
.mission-core::before {
  content: "";
  position: absolute;
  inset: 7px -8px -8px 7px;
  border: 1px solid #00a1f226;
  border-radius: 9px;
  z-index: -1;
}
.mission-core-main {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 22px 22px 16px;
}
.mission-core-main > img {
  width: 48px;
  height: 48px;
}
.mission-core-main strong {
  font: 500 43px var(--display);
  letter-spacing: -0.06em;
  color: #f2f8ff;
}
.mission-core-main > span {
  margin-left: auto;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.6;
  color: #94ccea;
  letter-spacing: 0.025em;
}
.mission-core-tools {
  display: flex;
  justify-content: space-around;
  gap: 4px;
  border-top: 1px solid #32648b66;
  background: #05111b5c;
  border-radius: 0 0 8px 8px;
  padding: 14px 12px;
  font-size: 13px;
  color: #c8dcea;
}
.mission-core-tools > span + span {
  border-left: 1px solid #365f7980;
  padding-left: 18px;
}
.mission-orbit-label {
  position: absolute;
  top: 45%;
  font-size: 12px;
  color: #719cb9;
  letter-spacing: 0.09em;
}
.orbit-label-left {
  left: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.orbit-label-right {
  right: 0;
  writing-mode: vertical-rl;
}
.mission-human {
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 8px 13px;
  border: 1px solid #325f80;
  border-radius: 20px;
  color: #9cdaff;
  background: #0b1c2b;
  font-size: 12px;
  letter-spacing: 0.06em;
  box-shadow: 0 0 20px #00a1f20c;
}
.mission-human > span {
  color: #00a1f2;
  font-size: 17px;
}
.mission-output-row {
  top: 86%;
  gap: 14px;
}
.mission-output-row > div {
  text-align: center;
  padding: 17px 4px;
  background: linear-gradient(180deg, #13293a80, #0c172100);
  border-top: 1px solid #3e83b2;
  border-left: 1px solid #2b45554d;
  border-right: 1px solid #2b45554d;
  border-radius: 4px 4px 0 0;
}
.mission-output-row small {
  display: block;
  color: #8aaec5;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.mission-output-row strong {
  font: 500 19px var(--display);
  color: #e3eff8;
}
.mission-caption {
  margin-top: 25px;
  padding-top: 16px;
  border-top: 1px solid #263849;
  font-size: 12px;
  letter-spacing: 0.055em;
}
.mission-caption > span:last-child {
  color: var(--accent);
  font-size: 22px;
}
.mission-flow {
  animation: mission-signal 7s linear infinite;
}
@keyframes mission-signal {
  from {
    stroke-dashoffset: 325;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.button-primary,
.skip-link,
.enlarge-label {
  color: #061c2b;
}
.contact-section .eyebrow {
  color: #073855;
}
@media (max-width: 1100px) {
  .mission-input-row,
  .mission-output-row {
    gap: 8px;
  }
  .mission-input-row > span {
    font-size: 12px;
    padding: 12px 4px;
    gap: 5px;
  }
  .mission-input-row svg {
    width: 15px;
    height: 15px;
  }
  .mission-core {
    left: 11%;
    width: 78%;
    top: 34%;
  }
  .mission-core-main {
    padding: 14px 13px 10px;
    gap: 4px;
  }
  .mission-core-main > img {
    width: 35px;
    height: 35px;
  }
  .mission-core-main strong {
    font-size: 34px;
  }
  .mission-core-main > span {
    font-size: 12px;
    padding-left: 8px;
  }
  .mission-core-tools {
    font-size: 12px;
    padding: 12px 7px;
  }
  .mission-core-tools > span + span {
    padding-left: 8px;
  }
  .mission-output-row small {
    letter-spacing: 0;
  }
  .mission-output-row strong {
    font-size: 17px;
  }
  .mission-output-row > div {
    padding: 14px 3px;
  }
  .mission-caption {
    margin-top: 37px;
  }
}
@media (max-width: 800px) {
  .mission-graphic {
    margin: 30px auto 0;
    max-width: 580px;
  }
  .mission-core-main {
    padding: 22px;
  }
  .mission-core-main > img {
    width: 46px;
    height: 46px;
  }
  .mission-core-main strong {
    font-size: 42px;
  }
  .mission-core-tools {
    padding: 15px 12px;
    font-size: 14px;
  }
  .mission-input-row > span {
    padding: 14px 5px;
    font-size: 14px;
  }
  .mission-caption {
    margin-top: 24px;
  }
}
@media (max-width: 540px) {
  .mission-core {
    left: 8%;
    width: 84%;
    top: 33%;
  }
  .mission-core-main {
    padding: 13px 11px 10px;
  }
  .mission-core-main > img {
    width: 34px;
    height: 34px;
  }
  .mission-core-main strong {
    font-size: 34px;
  }
  .mission-core-main > span {
    font-size: 12px;
    line-height: 1.5;
  }
  .mission-core-tools {
    font-size: 12px;
    padding: 11px 6px;
  }
  .mission-input-row > span {
    flex-direction: column;
    font-size: 12px;
    padding: 10px 3px;
    gap: 7px;
  }
  .mission-input-row {
    top: 0;
    gap: 7px;
  }
  .mission-input-row svg {
    width: 17px;
    height: 17px;
  }
  .mission-human {
    top: 72%;
    font-size: 12px;
    padding: 6px 9px;
  }
  .mission-orbit-label {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .mission-output-row {
    gap: 7px;
    top: 91%;
  }
  .mission-output-row small {
    font-size: 12px;
    overflow-wrap: anywhere;
  }
  .mission-output-row strong {
    font-size: 16px;
  }
  .mission-caption {
    margin-top: 66px;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 360px) {
  .mission-core-main > img {
    width: 29px;
    height: 29px;
  }
  .mission-core-main strong {
    font-size: 29px;
  }
  .mission-core-main > span {
    font-size: 12px;
    padding-left: 3px;
  }
  .mission-core-main {
    padding: 10px 7px 8px;
  }
  .mission-core-tools {
    font-size: 12px;
    padding: 9px 4px;
  }
  .mission-core-tools > span + span {
    padding-left: 5px;
  }
  .mission-output-row small {
    font-size: 12px;
  }
  .mission-caption {
    margin-top: 72px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mission-flow {
    animation: none;
    stroke-dasharray: none;
    opacity: 0.45;
  }
}

/* One shared authority layer governs every mission application. */
.mission-canvas {
  height: clamp(420px, 42vw, 550px);
  aspect-ratio: auto;
}
.mission-core::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #4bbaf5;
  opacity: 0.5;
  top: 100%;
  left: 50%;
  z-index: -1;
}
.mission-human {
  top: 69%;
  width: 72%;
  border-radius: 5px;
  justify-content: space-around;
  padding: 10px 9px;
  letter-spacing: 0;
}
.mission-human > span {
  color: #b6e4ff;
  font-size: 12px;
}
.mission-human > span + span {
  border-left: 1px solid #2a5875;
  padding-left: 14px;
}
.mission-output-row {
  top: 86%;
}
@media (max-width: 1100px) {
  .mission-core {
    top: 36%;
  }
  .mission-human {
    width: 78%;
  }
}
@media (max-width: 800px) {
  .mission-core-main {
    padding: 15px 18px;
  }
  .mission-core-tools {
    padding: 12px;
  }
}
@media (max-width: 540px) {
  .mission-core {
    top: 36%;
  }
  .mission-core-main {
    padding: 13px 11px 10px;
  }
  .mission-human {
    width: 84%;
    top: 69%;
    padding: 10px 6px;
  }
  .mission-output-row {
    top: 86%;
  }
  .mission-caption {
    margin-top: 24px;
  }
}
@media (max-width: 360px) {
  .mission-core-main {
    padding: 10px 7px 8px;
  }
  .mission-caption {
    margin-top: 24px;
  }
  .mission-human > span + span {
    padding-left: 8px;
  }
}
