:root {
  --bg: #050816;
  --bg-soft: #080f24;
  --panel: rgba(13, 22, 45, 0.72);
  --panel-strong: rgba(18, 30, 58, 0.92);
  --line: rgba(139, 214, 255, 0.22);
  --text: #f6fbff;
  --muted: #a7b7cf;
  --cyan: #34d5ff;
  --blue: #5b7cff;
  --violet: #986dff;
  --green: #3fe7a2;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 213, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(152, 109, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, #050816 0%, #071020 48%, #050816 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), transparent 86%);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(52, 213, 255, 0.7);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 8, 22, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.navbar,
.section-shell,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(52, 213, 255, 0.32);
  border-radius: 14px;
  background: rgba(5, 8, 22, 0.7);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), 0 0 22px rgba(52, 213, 255, 0.12);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-name {
  color: var(--text);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(52, 213, 255, 0.42);
  border-radius: 10px;
  color: var(--cyan);
  background: linear-gradient(145deg, rgba(52, 213, 255, 0.16), rgba(152, 109, 255, 0.15));
  box-shadow: inset 0 0 18px rgba(52, 213, 255, 0.12);
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-panel a {
  transition: color 180ms ease, transform 180ms ease;
}

.nav-panel a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta,
.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 750;
}

.nav-cta {
  padding: 0 18px;
  color: #06111f;
  background: var(--cyan);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  align-items: start;
  gap: 44px;
  padding: 72px 0 36px;
}

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

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

.hero h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2.6rem, 4.05vw, 3.85rem);
  line-height: 1.04;
  letter-spacing: 0;
}

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

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.hero-lead,
.split-intro > p,
.final-cta > p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.7;
}

.hero-lead {
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.58;
}

.hero-copy {
  max-width: 730px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.btn-primary {
  color: #06111f;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 14px 36px rgba(52, 213, 255, 0.22);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
}

.hero-visual {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(52, 213, 255, 0.18);
  border-radius: 50%;
  transform: rotateX(62deg) rotateZ(-20deg);
}

.orbit-one {
  width: 92%;
  aspect-ratio: 1;
}

.orbit-two {
  width: 68%;
  aspect-ratio: 1;
  border-color: rgba(152, 109, 255, 0.22);
}

.dashboard-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  min-height: 360px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(14, 26, 58, 0.82), rgba(8, 14, 32, 0.74));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  transform-style: preserve-3d;
}

.dash-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px 12px;
  color: var(--muted);
  font-size: 0.8rem;
}

.dash-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.dash-topbar strong {
  margin-left: auto;
  color: var(--text);
  font-weight: 700;
}

.dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.metric-card,
.chart-card,
.flow-card,
.glass-card,
.process-step,
.metric-tile {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.metric-card {
  min-height: 116px;
  padding: 17px;
  border-radius: 20px;
}

.metric-card span,
.chart-head span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.metric-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.22rem;
}

.metric-card small {
  color: var(--green);
}

.kpi-card {
  transform: translateY(24px);
}

.chart-card {
  grid-column: span 2;
  min-height: 132px;
  padding: 16px;
  border-radius: 20px;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.chart-head b {
  color: var(--cyan);
  font-size: 0.82rem;
}

.bar-chart {
  height: 70px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 12px;
}

.bar-chart i {
  display: block;
  height: var(--h);
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
  transform-origin: bottom;
}

.flow-card {
  grid-column: span 2;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 20px;
}

.flow-dot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 20px rgba(52, 213, 255, 0.65);
}

.flow-dot.active {
  background: var(--green);
}

.flow-line {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.flow-card p {
  margin: 0 0 0 auto;
  color: var(--muted);
  font-size: 0.82rem;
}

.section-shell {
  padding: 92px 0;
}

.compact {
  padding-top: 0;
}

.split-intro {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 32px;
  align-items: end;
}

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

.card-grid,
.solutions-grid,
.metrics-grid {
  display: grid;
  gap: 16px;
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.solutions-grid {
  grid-template-columns: repeat(4, 1fr);
}

.glass-card,
.process-step,
.metric-tile {
  border-radius: 18px;
}

.glass-card {
  min-height: 132px;
  padding: 22px;
  color: var(--muted);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  border-color: rgba(52, 213, 255, 0.45);
  background: rgba(20, 35, 70, 0.82);
}

.problem-card {
  display: flex;
  align-items: end;
  color: var(--text);
  font-weight: 750;
}

.solution-card {
  min-height: 230px;
}

.solution-card p,
.process-step p {
  color: var(--muted);
  line-height: 1.65;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 12px;
  color: var(--cyan);
  background: rgba(52, 213, 255, 0.1);
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 32px;
}

.process-line {
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.process-line i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--green));
}

.process-step {
  min-height: 240px;
  padding: 24px;
  background: var(--panel-strong);
}

.process-step b {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 14px;
  color: #06111f;
  background: var(--cyan);
}

.metrics {
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}

.metrics-grid {
  grid-template-columns: repeat(4, 1fr);
}

.metric-tile {
  min-height: 190px;
  padding: 24px;
}

.metric-tile strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 1;
  color: var(--cyan);
}

.metric-tile span {
  color: var(--muted);
  line-height: 1.55;
}

.platform-list,
.tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.platform-list span,
.tech-badges span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
}

.platform-list span {
  padding: 0 20px;
  font-weight: 700;
}

.tech-badges span {
  padding: 0 18px;
}

.final-cta {
  margin-bottom: 84px;
  padding: 72px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(52, 213, 255, 0.14), rgba(152, 109, 255, 0.1)),
    rgba(9, 16, 35, 0.84);
  box-shadow: var(--shadow);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding: 48px 0 36px;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer strong {
  color: var(--text);
}

.copyright {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .hero,
  .split-intro {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .card-grid,
  .solutions-grid,
  .metrics-grid,
  .process-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-line {
    display: none;
  }
}

@media (max-width: 720px) {
  .navbar,
  .section-shell,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .menu-toggle {
    display: block;
  }

  .nav-panel {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(5, 8, 22, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-panel a {
    padding: 12px;
  }

  .nav-cta {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 38px 0 72px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.35rem);
  }

  .brand-name {
    display: none;
  }

  .hero-visual {
    min-height: auto;
  }

  .dashboard-frame {
    min-height: auto;
    border-radius: 22px;
  }

  .dash-grid,
  .card-grid,
  .solutions-grid,
  .metrics-grid,
  .process-track,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .chart-card,
  .flow-card {
    grid-column: auto;
  }

  .flow-card {
    flex-wrap: wrap;
  }

  .flow-card p {
    width: 100%;
    margin-left: 0;
  }

  .section-shell {
    padding: 66px 0;
  }

  .final-cta {
    margin-bottom: 52px;
    padding: 34px 22px;
  }

  .copyright {
    grid-column: auto;
  }
}

@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;
  }
}
