:root {
  --ink: #07111f;
  --ink-raised: #0a1625;
  --surface: #0d1c2e;
  --surface-soft: #10233a;
  --line: #243a55;
  --line-bright: #315273;
  --text: #edf5ff;
  --text-soft: #aabbd1;
  --text-muted: #7187a2;
  --blue: #2774ff;
  --blue-soft: #70a6ff;
  --mint: #58dfc0;
  --white: #ffffff;
  --heading: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --body: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  --shadow-blue: 0 18px 45px rgba(39, 116, 255, 0.28);
  --page-width: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header[data-scrolled],
.site-header:has(.site-nav[data-open]) {
  background: rgba(7, 17, 31, 0.9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--page-width), calc(100% - 48px));
  min-height: 80px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(49, 82, 115, 0.58);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #2d5ea2;
  border-radius: 8px;
  background: #0b2142;
  box-shadow: inset 0 0 22px rgba(39, 116, 255, 0.13);
  color: var(--white);
  font-family: var(--heading);
  font-size: 19px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #a9b9ce;
  font-size: 13px;
  font-weight: 600;
}

.site-nav > a:not(.nav-action) {
  position: relative;
  padding: 12px 0;
  transition: color 160ms ease;
}

.site-nav > a:not(.nav-action)::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--blue-soft);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.nav-action):hover,
.site-nav > a:not(.nav-action):focus-visible {
  color: var(--white);
}

.site-nav > a:not(.nav-action):hover::after,
.site-nav > a:not(.nav-action):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 9px;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 8px 26px rgba(39, 116, 255, 0.22);
  transition: background 160ms ease, transform 160ms ease;
}

.nav-action:hover,
.nav-action:focus-visible {
  background: #4387ff;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line-bright);
  border-radius: 9px;
  background: rgba(13, 28, 46, 0.92);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  width: 17px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(39, 116, 255, 0.2), transparent 27%),
    var(--ink);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(70, 105, 146, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 105, 146, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 72%);
}

.hero-inner {
  display: grid;
  width: min(var(--page-width), calc(100% - 48px));
  min-height: 760px;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(38px, 5vw, 68px);
  margin: 0 auto;
  padding: 144px 0 82px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 21px;
  color: var(--blue-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(88, 223, 192, 0.12);
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(48px, 6.1vw, 74px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.hero h1 em {
  color: var(--blue-soft);
  font-style: normal;
}

.hero-lede {
  max-width: 610px;
  margin: 25px 0 0;
  color: var(--text-soft);
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.button-primary {
  background: var(--blue);
  box-shadow: var(--shadow-blue);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #4387ff;
  transform: translateY(-2px);
}

.button-secondary {
  border-color: #344b69;
  background: rgba(13, 28, 46, 0.5);
  color: #dce9f8;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--blue-soft);
  background: rgba(16, 35, 58, 0.9);
  transform: translateY(-2px);
}

.audience-note {
  margin: 27px 0 0;
  color: var(--text-muted);
  font-size: 12px;
}

.system-map {
  position: relative;
  min-height: 410px;
  border: 1px solid #25405f;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(rgba(56, 89, 128, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 89, 128, 0.12) 1px, transparent 1px),
    linear-gradient(150deg, #0b1a2c, #0a1422);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.system-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 116, 255, 0.28), rgba(39, 116, 255, 0) 68%);
  transform: translate(-50%, -50%);
}

.system-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(103, 157, 231, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-outer {
  width: min(77%, 330px);
  aspect-ratio: 1;
}

.orbit-inner {
  width: min(48%, 205px);
  aspect-ratio: 1;
}

.system-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 102px;
  height: 102px;
  place-content: center;
  border: 1px solid #3d79c7;
  border-radius: 25px;
  background: linear-gradient(145deg, #153865, #0c2749);
  box-shadow: 0 0 70px rgba(39, 116, 255, 0.3);
  text-align: center;
  transform: translate(-50%, -50%);
}

.system-core span {
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.system-core small {
  margin-top: 7px;
  color: #8fb6e8;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.system-node {
  position: absolute;
  display: flex;
  min-width: 128px;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid #2f506f;
  border-radius: 12px;
  background: rgba(13, 31, 51, 0.94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  color: #c2d2e5;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.system-node span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(88, 223, 192, 0.09);
}

.node-one {
  top: 52px;
  left: 24px;
}

.node-two {
  top: 72px;
  right: 21px;
}

.node-three {
  bottom: 57px;
  left: 31px;
}

.node-four {
  right: 19px;
  bottom: 49px;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-raised);
}

.trust-strip-inner {
  display: grid;
  width: min(var(--page-width), calc(100% - 48px));
  min-height: 76px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 25px;
  margin: 0 auto;
  color: #93a6bd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
}

.trust-strip-inner p {
  margin: 0;
}

.trust-strip-inner > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue-soft);
  box-shadow: 0 0 0 4px rgba(112, 166, 255, 0.08);
}

.section {
  padding: 104px 0;
}

.section-inner,
.footer-inner {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
}

.section-heading,
.process-heading {
  display: grid;
  align-items: end;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(40px, 8vw, 110px);
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--blue-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section h2,
.contact-section h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.section-heading > p,
.process-heading > p {
  margin: 0 0 4px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
}

.services-section {
  border-bottom: 1px solid var(--line);
  background: var(--ink-raised);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 48px;
}

.service-panel {
  position: relative;
  min-height: 420px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 17px;
  overflow: hidden;
  background: var(--surface);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-panel::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 116, 255, 0.14), transparent 68%);
  content: "";
  pointer-events: none;
}

.service-panel:hover {
  border-color: #3c6389;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.service-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service-number {
  color: #66809e;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
}

.service-symbol {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #315273;
  border-radius: 12px;
  background: #10243b;
}

.service-symbol i {
  position: absolute;
  display: block;
  background: var(--blue-soft);
}

.symbol-adopt i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.symbol-adopt i:nth-child(1) {
  top: 11px;
  left: 18px;
  background: var(--mint);
}

.symbol-adopt i:nth-child(2) {
  top: 25px;
  left: 11px;
}

.symbol-adopt i:nth-child(3) {
  top: 25px;
  right: 11px;
}

.symbol-process i {
  left: 10px;
  width: 22px;
  height: 2px;
  border-radius: 3px;
}

.symbol-process i:nth-child(1) { top: 12px; }
.symbol-process i:nth-child(2) { top: 21px; left: 15px; width: 17px; background: var(--mint); }
.symbol-process i:nth-child(3) { top: 30px; width: 14px; }

.symbol-software i {
  width: 9px;
  height: 9px;
  border-radius: 2px;
}

.symbol-software i:nth-child(1) { top: 10px; left: 10px; }
.symbol-software i:nth-child(2) { top: 10px; right: 10px; background: var(--mint); }
.symbol-software i:nth-child(3) { right: 10px; bottom: 10px; }

.service-panel h3 {
  margin: 48px 0 12px;
  font-family: var(--heading);
  font-size: 21px;
  letter-spacing: -0.03em;
}

.service-panel > p {
  margin: 0;
  color: #93a8c0;
  font-size: 14px;
  line-height: 1.72;
}

.service-panel ul {
  display: grid;
  gap: 10px;
  margin: 27px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid rgba(49, 82, 115, 0.58);
  list-style: none;
}

.service-panel li {
  position: relative;
  padding-left: 16px;
  color: #bac9da;
  font-size: 12px;
}

.service-panel li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  content: "";
  transform: translateY(-50%);
}

.industries-section {
  background:
    radial-gradient(circle at 3% 28%, rgba(39, 116, 255, 0.13), transparent 22%),
    var(--ink);
}

.industries-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 118px);
}

.industries-intro {
  align-self: start;
}

.industries-intro > p:not(.section-kicker) {
  margin: 25px 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 29px;
  padding-bottom: 5px;
  border-bottom: 1px solid #426893;
  color: #dce9f8;
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  color: var(--blue-soft);
  transition: transform 160ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

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

.industry-row {
  display: grid;
  align-items: start;
  grid-template-columns: 42px 1fr auto;
  gap: 22px;
  padding: 30px 5px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background 180ms ease;
}

.industry-row:hover {
  padding-right: 16px;
  padding-left: 16px;
  background: rgba(16, 35, 58, 0.55);
}

.industry-index {
  color: #69809b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
}

.industry-row h3 {
  margin: 0 0 9px;
  font-family: var(--heading);
  font-size: 20px;
  letter-spacing: -0.03em;
}

.industry-row p {
  margin: 0;
  color: #8fa4bc;
  font-size: 13px;
  line-height: 1.7;
}

.industry-arrow {
  color: var(--blue-soft);
  font-size: 17px;
}

.process-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #081728;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}

.process-track::before {
  position: absolute;
  top: 13px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: #315273;
  content: "";
}

.process-track li {
  position: relative;
  padding: 0 27px 0 0;
}

.process-track li:not(:first-child) {
  padding-left: 22px;
}

.process-track li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #3b6087;
  border-radius: 50%;
  background: #0b1d31;
  color: var(--blue-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  box-shadow: 0 0 0 7px #081728;
}

.process-track li h3 {
  margin: 32px 0 10px;
  font-family: var(--heading);
  font-size: 18px;
  letter-spacing: -0.025em;
}

.process-track li p {
  margin: 0;
  color: #8fa4bc;
  font-size: 13px;
  line-height: 1.65;
}

.product-section {
  background: var(--ink);
}

.product-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.87fr) minmax(0, 1.13fr);
  gap: clamp(50px, 8vw, 96px);
}

.product-copy > p:not(.section-kicker) {
  margin: 24px 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.coming-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: #c5d5e7;
  font-size: 12px;
  font-weight: 700;
}

.coming-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(88, 223, 192, 0.1);
}

.product-preview {
  padding: 19px;
  border: 1px solid #2b4564;
  border-radius: 21px;
  background:
    linear-gradient(rgba(74, 112, 158, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 112, 158, 0.1) 1px, transparent 1px),
    linear-gradient(145deg, #102a49, #0b192a);
  background-size: 22px 22px, 22px 22px, auto;
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.28);
}

.product-browser {
  overflow: hidden;
  border-radius: 14px;
  background: #f4f8fd;
  color: #102544;
}

.product-browser-bar {
  display: grid;
  min-height: 46px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  padding: 0 17px;
  border-bottom: 1px solid #d8e2ee;
  color: #64758a;
  font-size: 9px;
  font-weight: 700;
}

.browser-dots {
  display: flex;
  gap: 5px;
}

.browser-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c1cbd7;
}

.browser-dots i:nth-child(2) { background: #90b9ef; }
.browser-dots i:nth-child(3) { background: #71d5c0; }

.product-status {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 999px;
  background: #dcecff;
  color: #225fae;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-browser-content {
  min-height: 308px;
  padding: 31px;
  background:
    radial-gradient(circle at 86% 18%, rgba(39, 116, 255, 0.12), transparent 23%),
    #f4f8fd;
}

.product-mini-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
}

.product-mini-brand span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 5px;
  background: #0b2142;
  color: #ffffff;
  font-size: 11px;
}

.product-mini-kicker {
  margin: 43px 0 11px;
  color: #2774ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-browser-content h3 {
  max-width: 430px;
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(25px, 3vw, 33px);
  letter-spacing: -0.05em;
  line-height: 1.14;
}

.product-browser-content > p:not(.product-mini-kicker) {
  max-width: 400px;
  margin: 12px 0 0;
  color: #627389;
  font-size: 12px;
  line-height: 1.6;
}

.product-lines {
  display: grid;
  gap: 7px;
  width: 63%;
  margin-top: 28px;
}

.product-lines span {
  height: 6px;
  border-radius: 999px;
  background: #e0e8f1;
}

.product-lines span:nth-child(2) { width: 84%; }
.product-lines span:nth-child(3) { width: 56%; }

.contact-section {
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.12), transparent 26%),
    var(--blue);
  color: var(--white);
}

.contact-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.87fr) minmax(0, 1.13fr);
  gap: clamp(50px, 8vw, 92px);
}

.contact-section .section-kicker {
  color: #dbe8ff;
}

.contact-copy > p:not(.section-kicker) {
  margin: 24px 0 0;
  color: #d9e7ff;
  line-height: 1.72;
}

.contact-promise {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.contact-promise > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.contact-promise p {
  margin: 0;
  color: #dbe8ff;
  font-size: 13px;
  line-height: 1.6;
}

.contact-promise strong {
  display: block;
  color: var(--white);
}

.email-panel {
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(9, 45, 104, 0.28);
  color: #102544;
}

.email-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d8e2ee;
}

.email-panel-label {
  color: #5b6f86;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.email-panel-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: #e3efff;
  color: #1f67cd;
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 700;
}

.email-panel h3 {
  max-width: 460px;
  margin: 28px 0 0;
  font-family: var(--heading);
  font-size: clamp(27px, 3.2vw, 37px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.email-panel > p:not(.email-panel-note) {
  max-width: 520px;
  margin: 15px 0 0;
  color: #60738a;
  font-size: 14px;
  line-height: 1.7;
}

.email-action {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding: 0 18px;
  border-radius: 9px;
  background: #0b2142;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  transition: background 160ms ease, transform 160ms ease;
}

.email-action:hover,
.email-action:focus-visible {
  background: #143868;
  transform: translateY(-1px);
}

.email-panel-note {
  margin: 12px 0 0;
  color: #7e8ea0;
  font-size: 10px;
}

.contact-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: min(390px, calc(100vw - 32px));
  padding: 14px 16px;
  border: 1px solid rgba(112, 157, 216, 0.28);
  border-radius: 10px;
  background: #0b2142;
  box-shadow: 0 18px 45px rgba(2, 10, 22, 0.3);
  color: var(--white);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.contact-toast[data-visible] {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050c16;
}

.footer-inner {
  display: grid;
  align-items: start;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 45px;
  padding-top: 48px;
  padding-bottom: 42px;
}

.footer-brand {
  width: fit-content;
}

.footer-inner > div:first-child > p {
  margin: 16px 0 0;
  color: #7187a2;
  font-size: 12px;
}

.footer-inner nav {
  display: grid;
  gap: 11px;
  color: #a7b6c9;
  font-size: 12px;
}

.footer-inner nav a:hover,
.footer-inner nav a:focus-visible {
  color: var(--white);
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 12px;
  color: #667b94;
  font-size: 10px;
  text-align: right;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(112, 166, 255, 0.7);
  outline-offset: 3px;
}

@media (max-width: 940px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 32px;
  }

  .hero h1 {
    font-size: clamp(46px, 6.6vw, 64px);
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav > a:not(.nav-action) {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-panel:last-child {
    min-height: 360px;
    grid-column: 1 / -1;
  }

  .industries-layout,
  .product-layout,
  .contact-layout {
    gap: 48px;
  }

  .process-track li {
    padding-right: 18px;
  }

  .process-track li:not(:first-child) {
    padding-left: 15px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }

  .header-inner,
  .hero-inner,
  .section-inner,
  .footer-inner,
  .trust-strip-inner {
    width: min(100% - 30px, 620px);
  }

  .header-inner {
    min-height: 72px;
  }

  .menu-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    inset: 72px 15px auto;
    display: grid;
    gap: 3px;
    padding: 12px;
    border: 1px solid var(--line-bright);
    border-radius: 14px;
    background: rgba(8, 19, 33, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 150ms ease, transform 150ms ease;
  }

  .site-nav[data-open] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-action) {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
  }

  .site-nav > a:not(.nav-action)::after {
    display: none;
  }

  .nav-action {
    min-height: 48px;
    margin-top: 4px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 130px 0 64px;
  }

  .hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .system-map {
    min-height: 370px;
  }

  .trust-strip-inner {
    min-height: 68px;
    gap: 14px;
    font-size: 9px;
  }

  .section,
  .contact-section {
    padding: 76px 0;
  }

  .section-heading,
  .process-heading,
  .industries-layout,
  .product-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-heading > p,
  .process-heading > p {
    max-width: 580px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .service-panel,
  .service-panel:last-child {
    min-height: auto;
    grid-column: auto;
  }

  .service-panel h3 {
    margin-top: 34px;
  }

  .industries-intro > p:not(.section-kicker) {
    max-width: 570px;
  }

  .process-track {
    grid-template-columns: 1fr;
    gap: 31px;
    margin-top: 45px;
  }

  .process-track::before {
    top: 13px;
    right: auto;
    bottom: 13px;
    left: 13px;
    width: 1px;
    height: auto;
  }

  .process-track li,
  .process-track li:not(:first-child) {
    min-height: 96px;
    padding: 0 0 0 50px;
  }

  .process-track li > span {
    position: absolute;
    top: 0;
    left: 0;
  }

  .process-track li h3 {
    margin-top: 0;
  }

  .product-copy {
    max-width: 600px;
  }

  .product-preview {
    width: min(100%, 590px);
  }

  .contact-copy {
    max-width: 600px;
  }

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

  .footer-meta {
    grid-column: 1 / -1;
    justify-items: start;
    padding-top: 25px;
    border-top: 1px solid var(--line);
    text-align: left;
  }
}

@media (max-width: 440px) {
  .brand-name {
    font-size: 16px;
  }

  .hero-inner {
    padding-top: 118px;
  }

  .hero h1 {
    font-size: clamp(41px, 12.6vw, 54px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .system-map {
    min-height: 345px;
  }

  .system-node {
    min-width: auto;
    padding: 10px;
    font-size: 9px;
  }

  .node-one {
    top: 35px;
    left: 13px;
  }

  .node-two {
    top: 58px;
    right: 11px;
  }

  .node-three {
    bottom: 45px;
    left: 14px;
  }

  .node-four {
    right: 11px;
    bottom: 32px;
  }

  .trust-strip-inner {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .trust-strip-inner > span {
    display: none;
  }

  .section h2,
  .contact-section h2 {
    font-size: clamp(33px, 10vw, 43px);
  }

  .service-panel {
    padding: 23px;
  }

  .industry-row {
    grid-template-columns: 31px 1fr;
    gap: 14px;
    padding: 25px 0;
  }

  .industry-arrow {
    display: none;
  }

  .product-preview {
    padding: 10px;
    border-radius: 16px;
  }

  .product-browser-bar {
    grid-template-columns: auto 1fr;
  }

  .product-browser-bar > span:nth-child(2) {
    justify-self: end;
  }

  .product-status {
    display: none;
  }

  .product-browser-content {
    min-height: 285px;
    padding: 24px 21px;
  }

  .email-panel {
    padding: 23px 20px;
  }

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

  .footer-meta {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
