:root {
  --ink: #f7fbff;
  --muted: #aeb8c7;
  --line: rgba(255, 255, 255, 0.15);
  --panel: rgba(10, 17, 31, 0.72);
  --panel-strong: rgba(16, 25, 43, 0.9);
  --blue: #2491ff;
  --orange: #ff8a25;
  --green: #35d166;
  --navy: #07101f;
  --teal: #28d6c9;
  --surface: rgba(7, 16, 31, 0.84);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(36, 145, 255, 0.12) 0%, transparent 28rem),
    linear-gradient(135deg, #06101f 0%, #0b1020 48%, #101018 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 80%);
}

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

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 8px;
  color: #06101f;
  background: #ffffff;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

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

#network-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.46;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 12px auto 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(5, 11, 21, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(36, 145, 255, 0.34), rgba(53, 209, 102, 0.14)),
    rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.77rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 28px);
  color: #dce7f5;
  font-size: 0.92rem;
}

.nav-links a {
  opacity: 0.86;
  transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: #ffffff;
  opacity: 1;
  transform: translateY(-1px);
}

.nav-cta {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-content: center;
  justify-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 20px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.section-band {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(420px, 1.17fr);
  align-items: center;
  gap: 34px;
  min-height: calc(100svh - 82px);
  padding: 38px 0 48px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-lede {
  max-width: 650px;
  color: #ced8e8;
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible,
.contact-email:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(40, 214, 201, 0.35);
  outline-offset: 3px;
}

.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #005bd8, #087d78);
  box-shadow: 0 14px 40px rgba(0, 91, 216, 0.28);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

.button.secondary {
  border: 1px solid rgba(8, 35, 74, 0.22);
  color: #10233f;
  background: rgba(255, 255, 255, 0.96);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #c3cfde;
  background: rgba(5, 11, 21, 0.48);
}

.hero-metrics strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  perspective: 1000px;
}

.hero-visual img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: rotateX(4deg) rotateY(-8deg);
  transform-origin: 45% 60%;
  animation: hoverScene 7s ease-in-out infinite;
}

.hero-visual::after {
  position: absolute;
  right: 6%;
  bottom: -7%;
  left: 14%;
  height: 18%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(40, 214, 201, 0.24), transparent);
  filter: blur(16px);
}

.orbit-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: rgba(5, 12, 24, 0.78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
  font-size: 0.83rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
  animation: floatBadge 5s ease-in-out infinite;
}

.badge-blue {
  top: 18%;
  left: 12%;
  color: var(--blue);
}

.badge-orange {
  top: 8%;
  left: 48%;
  color: var(--orange);
  animation-delay: -1.4s;
}

.badge-green {
  right: 5%;
  top: 26%;
  color: var(--green);
  animation-delay: -2.7s;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, calc(100% - 40px));
  margin: -28px auto 0;
  overflow: visible;
}

.product-strip article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 370px;
  padding: 16px 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(7, 16, 31, 0.82);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-strip article::after {
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0;
  transition: opacity 220ms ease;
}

.product-strip article:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.product-strip article:hover::after {
  opacity: 0.8;
}

.product-strip img {
  width: 100%;
  height: 260px;
  margin: 0 0 14px;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  padding: 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
  animation: logoFloatWide 7s ease-in-out infinite;
  transform: none;
  transition: transform 260ms ease;
}

.product-strip article:nth-child(2) img {
  animation-delay: -1.4s;
}

.product-strip article:nth-child(3) img {
  animation-delay: -2.8s;
}

.product-strip article:hover img {
  transform: translateY(-4px);
}

.product-strip h2 {
  margin-bottom: 6px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.product-strip p,
.section-heading p,
.platform-copy p,
.product-card p,
.service-grid p,
.roi-grid p,
.outcome-grid p,
.contact p {
  color: var(--muted);
}

.mini-link {
  display: block;
  width: 48px;
  height: 18px;
  margin-bottom: 17px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 29% 50%, transparent 0 7px, currentColor 8px 10px, transparent 11px),
    linear-gradient(90deg, currentColor 0 44%, transparent 44% 56%, currentColor 56%);
}

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

.orange {
  color: var(--orange);
}

.green {
  color: var(--green);
}

.products,
.services,
.platform,
.outcomes,
.roi,
.contact {
  padding: 110px 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.compact {
  max-width: 650px;
}

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

.product-detail-stack {
  display: grid;
  gap: 24px;
}

.product-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, 0.48fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 26px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.product-detail::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: var(--product-accent);
  background-size: 180% 100%;
  animation: accentSweep 5s ease-in-out infinite;
}

.product-detail::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  pointer-events: none;
  content: "";
}

.blue-detail {
  --product-accent: linear-gradient(90deg, var(--blue), transparent);
}

.orange-detail {
  --product-accent: linear-gradient(90deg, var(--orange), transparent);
}

.green-detail {
  --product-accent: linear-gradient(90deg, var(--green), transparent);
}

.product-logo-panel {
  display: grid;
  align-self: start;
  min-height: 0;
  height: clamp(455px, 35vw, 520px);
  padding: 34px 22px 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 245, 255, 0.9));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
  overflow: visible;
  isolation: isolate;
}

.product-logo-panel::before {
  width: 120%;
  height: 120%;
  content: "";
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.72) 44%, transparent 62%);
  transform: translateX(-95%);
  animation: logoSheen 6s ease-in-out infinite;
  grid-area: 1 / 1;
  z-index: 2;
  pointer-events: none;
}

.product-logo-panel img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: calc(100% - 78px);
  grid-area: 1 / 1;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 24px rgba(5, 11, 21, 0.2));
  animation: logoFloat 6.5s ease-in-out infinite;
}

.product-detail-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}

.product-detail-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  letter-spacing: 0;
}

.feature-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.feature-columns > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-columns > div:hover,
.gross-example:hover,
.roi-grid article:hover,
.service-grid article:hover,
.outcome-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 214, 201, 0.3);
  box-shadow: 0 18px 45px rgba(17, 37, 68, 0.12);
}

.feature-columns strong,
.gross-example strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
}

.feature-columns ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-columns li {
  position: relative;
  padding-left: 21px;
  color: #dce5f2;
  font-size: 0.95rem;
}

.feature-columns li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--teal);
}

.gross-example {
  position: relative;
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(40, 214, 201, 0.26);
  border-radius: 8px;
  color: #dffcf8;
  background: rgba(40, 214, 201, 0.085);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
}

.gross-example::after {
  width: 46%;
  height: 3px;
  margin-top: 10px;
  border-radius: 20px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--green));
  background-size: 180% 100%;
  animation: flowPulse 4.5s ease-in-out infinite;
}

.gross-example span {
  color: #dce5f2;
}

.product-card {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
  transform-style: preserve-3d;
  transition: transform 200ms ease, border-color 200ms ease;
  overflow: hidden;
}

.product-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: var(--glow);
  opacity: 0.86;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.blue-card {
  --glow: linear-gradient(90deg, var(--blue), rgba(36, 145, 255, 0.14));
}

.orange-card {
  --glow: linear-gradient(90deg, var(--orange), rgba(255, 138, 37, 0.14));
}

.green-card {
  --glow: linear-gradient(90deg, var(--green), rgba(53, 209, 102, 0.14));
}

.product-icon {
  position: relative;
  width: 96px;
  height: 72px;
  margin-bottom: 54px;
  transform: translateZ(34px);
}

.product-icon span {
  position: absolute;
  inset: 20px 4px auto;
  height: 18px;
  border-radius: 18px;
  background: currentColor;
  box-shadow: 0 0 34px currentColor;
}

.product-icon span:first-child {
  width: 54px;
  color: var(--blue);
}

.product-icon span:last-child {
  right: 4px;
  left: auto;
  width: 54px;
  color: var(--blue);
}

.intake-icon span:first-child,
.intake-icon span:last-child {
  color: var(--orange);
}

.outreach-icon span:first-child,
.outreach-icon span:last-child {
  color: var(--green);
}

.intake-icon::after,
.outreach-icon::after {
  position: absolute;
  right: 7px;
  bottom: 4px;
  width: 24px;
  height: 24px;
  border-right: 8px solid currentColor;
  border-bottom: 8px solid currentColor;
  content: "";
}

.intake-icon::after {
  color: var(--orange);
  transform: rotate(45deg);
}

.outreach-icon::after {
  color: var(--green);
  transform: rotate(-45deg);
}

.product-kicker {
  min-height: 42px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 24px;
  color: #dce5f2;
}

.product-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  background: currentColor;
  box-shadow: 0 0 22px currentColor;
}

.reveal {
  transform: translateY(24px);
  opacity: 0;
  transition: opacity 520ms ease, transform 520ms ease;
}

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

.product-strip.reveal,
.product-detail.reveal {
  transform: none;
  opacity: 1;
}

.detail-block {
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.detail-block strong {
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-block span {
  color: #dce5f2;
  font-size: 0.94rem;
}

.service-grid,
.roi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article,
.roi-grid article {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 31, 0.72);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

.service-number,
.roi-grid article > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 24px;
  padding: 0 10px;
  border: 1px solid rgba(40, 214, 201, 0.28);
  border-radius: 8px;
  color: var(--teal);
  background: rgba(40, 214, 201, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-grid strong {
  display: block;
  margin: 22px 0 10px;
  color: var(--ink);
}

.service-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-grid li {
  position: relative;
  padding-left: 22px;
  color: #dce5f2;
}

.service-grid li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--teal);
  box-shadow: 0 0 20px rgba(40, 214, 201, 0.55);
}

.roi-grid article:nth-child(1) {
  border-top-color: rgba(36, 145, 255, 0.55);
}

.roi-grid article:nth-child(2) {
  border-top-color: rgba(255, 138, 37, 0.55);
}

.roi-grid article:nth-child(3) {
  border-top-color: rgba(53, 209, 102, 0.55);
}

.roi-grid strong {
  display: block;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--teal);
  font-size: 1.02rem;
}

.count-up {
  display: inline-block;
  min-width: 6.8ch;
  color: inherit;
}

.platform {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1.2fr);
  align-items: center;
  gap: 48px;
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.capability-list span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #d9e3ef;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.dashboard-shell {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  transform: perspective(1100px) rotateX(7deg) rotateY(-8deg);
}

.dashboard-topbar {
  display: flex;
  gap: 8px;
  padding: 6px 2px 16px;
}

.dashboard-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 220px 160px;
  gap: 12px;
}

.dashboard-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(7, 16, 31, 0.72);
}

.flow-map {
  position: relative;
  grid-row: span 2;
  overflow: hidden;
}

.node {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background: currentColor;
  box-shadow: 0 0 34px currentColor;
}

.node-blue {
  top: 20%;
  left: 18%;
  color: var(--blue);
}

.node-orange {
  top: 46%;
  left: 48%;
  color: var(--orange);
}

.node-green {
  right: 16%;
  bottom: 18%;
  color: var(--green);
}

.flow-line {
  position: absolute;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--blue), var(--orange), var(--green));
  background-size: 180% 100%;
  transform-origin: left center;
  animation: flowPulse 4.5s ease-in-out infinite;
}

.line-one {
  top: 38%;
  left: 27%;
  width: 43%;
  transform: rotate(20deg);
}

.line-two {
  top: 60%;
  left: 56%;
  width: 32%;
  transform: rotate(-17deg);
}

.status-panel,
.queue-panel,
.signal-panel {
  padding: 18px;
}

.status-panel {
  display: grid;
  align-content: center;
  gap: 16px;
}

.status-panel span {
  height: 13px;
  width: var(--w);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(40, 214, 201, 0.6));
  transform-origin: left center;
  animation: statusBreathe 4.8s ease-in-out infinite;
}

.queue-panel {
  display: grid;
  gap: 10px;
}

.queue-panel strong {
  margin-bottom: 4px;
}

.queue-panel span {
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #d6e0ed;
}

.signal-panel {
  display: grid;
  place-items: center;
}

.signal-panel span {
  width: min(112px, 70%);
  aspect-ratio: 1;
  border: 18px solid rgba(53, 209, 102, 0.24);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 5s linear infinite;
}

.node {
  animation: nodePulse 4s ease-in-out infinite;
}

.node-orange {
  animation-delay: -1.2s;
}

.node-green {
  animation-delay: -2.1s;
}

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

.outcome-grid article {
  padding: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent);
}

.outcome-grid strong {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--teal);
  font-size: 0.85rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  align-items: start;
  gap: 34px;
  padding-bottom: 100px;
}

.contact-copy h2 {
  max-width: 760px;
}

.contact-copy p {
  max-width: 560px;
  margin-bottom: 22px;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(7, 16, 31, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: #dce7f5;
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(5, 11, 21, 0.6);
  font: inherit;
}

.contact-form input,
.contact-form select {
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 142px;
  padding: 12px 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(40, 214, 201, 0.85);
  outline: 3px solid rgba(40, 214, 201, 0.14);
}

.contact-form textarea::placeholder {
  color: rgba(174, 184, 199, 0.7);
}

.contact-form button {
  width: max-content;
  border: 0;
  cursor: pointer;
}

.form-status {
  display: none;
  padding: 12px 13px;
  border: 1px solid rgba(40, 214, 201, 0.28);
  border-radius: 8px;
  color: #dffcf8;
  background: rgba(40, 214, 201, 0.1);
  font-weight: 700;
}

.form-status.is-error {
  border-color: rgba(255, 138, 37, 0.34);
  color: #ffe9d7;
  background: rgba(255, 138, 37, 0.12);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--muted);
}

footer p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

@keyframes hoverScene {
  0%,
  100% {
    transform: rotateX(4deg) rotateY(-8deg) translateY(0);
  }

  50% {
    transform: rotateX(2deg) rotateY(-5deg) translateY(-10px);
  }
}

@keyframes floatBadge {
  0%,
  100% {
    transform: translateY(0) translateZ(20px);
  }

  50% {
    transform: translateY(-14px) translateZ(20px);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes flowPulse {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes statusBreathe {
  0%,
  100% {
    transform: scaleX(0.94);
    opacity: 0.76;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes nodePulse {
  0%,
  100% {
    box-shadow: 0 0 28px currentColor;
  }

  50% {
    box-shadow: 0 0 42px currentColor;
  }
}

@keyframes accentSweep {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-6px) scale(1.01);
  }
}

@keyframes logoFloatWide {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-6px) scale(1.015);
  }
}

@keyframes logoSheen {
  0%,
  55% {
    transform: translateX(-95%);
    opacity: 0;
  }

  68% {
    opacity: 0.65;
  }

  82%,
  100% {
    transform: translateX(95%);
    opacity: 0;
  }
}

@media (max-width: 1180px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-logo-panel {
    height: clamp(390px, 58vw, 500px);
  }

  .product-logo-panel img {
    max-width: 92%;
    max-height: calc(100% - 72px);
  }

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

@media (max-width: 980px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-links {
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header.is-open .nav-links {
    display: grid;
  }

  .nav-links a {
    padding: 11px 10px;
    border-radius: 8px;
  }

  .nav-links a:hover,
  .nav-links a.is-active {
    background: rgba(255, 255, 255, 0.07);
    transform: none;
  }

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

  .hero,
  .platform,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-visual {
    max-width: 720px;
    margin: 0 auto;
  }

  .product-strip,
  .product-grid,
  .service-grid,
  .roi-grid,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .site-header,
  .section-band,
  .product-strip,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    top: 8px;
    margin-top: 8px;
  }

  .nav-links {
    font-size: 0.86rem;
  }

  .nav-cta {
    padding: 11px 10px;
  }

  .hero {
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-form button {
    width: 100%;
  }

  .hero-metrics span {
    width: 100%;
  }

  .hero-visual img {
    transform: none;
    animation: none;
  }

  .orbit-badge {
    display: none;
  }

  .product-strip {
    margin-top: -4px;
  }

  .products,
  .services,
  .platform,
  .outcomes,
  .roi,
  .contact {
    padding-top: 76px;
  }

  .product-detail {
    padding: 18px;
  }

  .product-strip img {
    height: 245px;
  }

  .product-strip article {
    min-height: auto;
  }

  .product-detail {
    gap: 22px;
  }

  .dashboard-shell {
    padding: 12px;
    transform: none;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 230px 150px 150px 140px;
  }

  .flow-map {
    grid-row: auto;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
