:root {
  --bg: #07090d;
  --surface: #11151c;
  --surface-2: #181d26;
  --paper: #f3f5f7;
  --ink: #f7f8fb;
  --dark-ink: #11151c;
  --muted: #a7afbb;
  --muted-dark: #5f6975;
  --line: rgba(255, 255, 255, 0.14);
  --orange: #ff5a1f;
  --orange-2: #ff7b24;
  --steel: #cfd5dd;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 16px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, backdrop-filter 0.2s ease;
}

.site-header.is-scrolled,
body.menu-open .site-header {
  border-color: var(--line);
  background: rgba(7, 9, 13, 0.86);
  backdrop-filter: blur(18px);
}

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

.brand-logo {
  width: clamp(150px, 15vw, 230px);
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: rgba(247, 248, 251, 0.74);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.desktop-nav a:hover {
  color: var(--ink);
}

.header-actions,
.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.solid-link,
.outline-link,
.ghost-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 900;
}

.solid-link {
  border: 1px solid var(--orange);
  background: var(--orange);
  color: #160905;
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.24);
}

.outline-link {
  border: 1px solid rgba(247, 248, 251, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.ghost-link {
  color: rgba(247, 248, 251, 0.78);
}

.large {
  min-height: 50px;
  padding: 0 22px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0 11px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
}

.mobile-nav {
  position: fixed;
  inset: 80px 14px auto;
  z-index: 19;
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 21, 28, 0.96);
  box-shadow: var(--shadow);
  padding: 12px;
}

.mobile-nav a {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 15px 10px;
  font-weight: 900;
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

body.menu-open .mobile-nav {
  display: block;
}

.hero {
  position: relative;
  display: grid;
  min-height: 96vh;
  overflow: hidden;
  padding: 128px clamp(18px, 5vw, 72px) 34px;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.96), rgba(7, 9, 13, 0.74) 42%, rgba(7, 9, 13, 0.4)),
    radial-gradient(circle at 82% 16%, rgba(255, 90, 31, 0.18), transparent 28%),
    #07090d;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -18% 44%;
  height: 48%;
  background: radial-gradient(circle, rgba(255, 90, 31, 0.22), transparent 64%);
  pointer-events: none;
}

.hero-logo {
  position: absolute;
  top: 118px;
  right: clamp(18px, 5vw, 72px);
  width: min(52vw, 760px);
  opacity: 0.28;
  filter: saturate(1.1);
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 820px;
}

.hero-visual {
  position: absolute;
  right: clamp(18px, 6vw, 90px);
  bottom: 122px;
  z-index: 1;
  width: min(42vw, 560px);
  min-height: 360px;
}

.route-map {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    rgba(17, 21, 28, 0.46);
  background-size: 42px 42px;
  box-shadow: var(--shadow);
  transform: perspective(900px) rotateX(58deg) rotateZ(-8deg);
}

.route-point,
.route-line {
  position: absolute;
  display: block;
}

.route-point {
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 10px rgba(255, 90, 31, 0.16);
}

.point-a { left: 15%; top: 68%; }
.point-b { left: 34%; top: 42%; }
.point-c { left: 62%; top: 50%; }
.point-d { left: 78%; top: 24%; }

.route-line {
  height: 4px;
  border-radius: 99px;
  background: var(--orange);
  transform-origin: left center;
  box-shadow: 0 0 22px rgba(255, 90, 31, 0.5);
}

.line-a { left: 18%; top: 69%; width: 150px; transform: rotate(-42deg); }
.line-b { left: 36%; top: 44%; width: 170px; transform: rotate(12deg); }
.line-c { left: 64%; top: 51%; width: 150px; transform: rotate(-46deg); }

.ops-panel {
  position: absolute;
  right: 8%;
  top: 12%;
  min-width: 190px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(17, 21, 28, 0.86);
  box-shadow: var(--shadow);
  padding: 18px;
}

.ops-panel.compact {
  top: auto;
  right: 54%;
  bottom: 8%;
}

.ops-panel span,
.ops-panel small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.ops-panel strong {
  display: block;
  margin: 7px 0 2px;
  color: var(--ink);
  font-size: 34px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.98;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.8vw, 56px);
  line-height: 1.02;
}

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

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(247, 248, 251, 0.78);
  font-size: 18px;
}

.hero-proof {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-self: end;
  width: min(760px, 100%);
  border: 1px solid var(--line);
  background: var(--line);
}

.hero-proof div {
  background: rgba(17, 21, 28, 0.78);
  padding: 18px;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--ink);
  font-size: 30px;
}

.hero-proof span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.platform-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  background: var(--paper);
  color: var(--dark-ink);
}

.platform-section p,
.module-section p,
.contact-section p {
  color: var(--muted-dark);
}

.section-heading {
  max-width: 900px;
}

.leadership-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.leadership-band article {
  min-height: 260px;
  border-right: 1px solid var(--line);
  padding: clamp(28px, 4vw, 54px);
}

.leadership-band article:last-child {
  border-right: 0;
}

.leadership-band span {
  display: block;
  margin-bottom: 38px;
  color: var(--orange);
  font-weight: 950;
}

.module-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: #f7f8fa;
  color: var(--dark-ink);
}

.module-copy {
  position: sticky;
  top: 110px;
}

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

.module-grid article {
  min-height: 166px;
  border: 1px solid rgba(17, 21, 28, 0.12);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(17, 21, 28, 0.07);
}

.module-grid strong,
.module-grid span {
  display: block;
}

.module-grid strong {
  margin-bottom: 14px;
  font-size: 18px;
}

.module-grid span {
  color: var(--muted-dark);
  line-height: 1.6;
}

.operations-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: #080b10;
}

.dashboard-illustration {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 90, 31, 0.18), transparent 28%),
    #11151c;
  box-shadow: var(--shadow);
  padding: 18px;
}

.dash-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.dash-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.dash-top span:first-child {
  background: var(--orange);
}

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

.dash-card {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 18px;
}

.dash-card.wide {
  grid-column: 1 / -1;
}

.dash-card small,
.dash-card strong {
  display: block;
}

.dash-card small {
  color: var(--muted);
  font-weight: 850;
}

.dash-card strong {
  margin-top: 8px;
  font-size: 34px;
}

.dash-bars {
  display: flex;
  height: 120px;
  align-items: end;
  gap: 12px;
  margin-top: 20px;
}

.dash-bars i {
  flex: 1;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--orange), rgba(255, 90, 31, 0.36));
}

.dash-line {
  height: 76px;
  margin-top: 20px;
  border-bottom: 4px solid var(--orange);
  border-radius: 0 0 0 18px;
  background:
    linear-gradient(135deg, transparent 48%, rgba(255, 90, 31, 0.9) 49%, rgba(255, 90, 31, 0.9) 51%, transparent 52%);
}

.process-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.process-list div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
}

.process-list strong {
  color: var(--orange);
}

.value-section {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.82fr);
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #11151c;
}

.value-section h2 {
  margin-bottom: 0;
}

.value-section p {
  margin-bottom: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background: #eef1f4;
  color: var(--dark-ink);
}

.contact-panel {
  max-width: 860px;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-details span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(17, 21, 28, 0.14);
  border-radius: 999px;
  padding: 0 14px;
  color: #38424d;
  font-size: 13px;
  font-weight: 900;
}

.contact-section .outline-link {
  border-color: rgba(17, 21, 28, 0.24);
  color: var(--dark-ink);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #07090d;
}

.footer-brand img {
  width: 210px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .hero-logo {
    width: min(78vw, 720px);
    opacity: 0.18;
  }

  .hero-visual {
    display: none;
  }

  .platform-section,
  .module-section,
  .operations-section,
  .value-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .module-copy {
    position: static;
  }

  .leadership-band {
    grid-template-columns: 1fr;
  }

  .leadership-band article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .leadership-band article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 92vh;
    padding-top: 112px;
  }

  .brand-logo {
    width: 150px;
  }

  .hero-proof,
  .module-grid,
  .dash-grid {
    grid-template-columns: 1fr;
  }

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

  .solid-link,
  .outline-link {
    width: 100%;
  }

  .process-list div {
    grid-template-columns: 1fr;
  }
}
