:root {
  color-scheme: light;
  --ink: #101729;
  --muted: #5c6680;
  --blue: #244cff;
  --blue-2: #00c9e8;
  --sky: #eaf3ff;
  --line: #dde5f6;
  --surface: #ffffff;
  --dark: #050718;
  --dark-2: #0b1230;
  --max: 1160px;
  --header: 72px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

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

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 30;
  transform: translateY(-150%);
  background: var(--surface);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 18%);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 48px);
  color: #ffffff;
  background: linear-gradient(90deg, #050718 0, #050718 110px, rgb(5 7 24 / 72%) 168px, rgb(5 7 24 / 0%) 300px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: #ffffff;
  background: rgb(5 7 24 / 88%);
  border-color: rgb(255 255 255 / 10%);
  box-shadow: 0 16px 42px rgb(5 7 24 / 20%);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  height: var(--header);
  margin-top: 6px;
  padding: 0;
  isolation: isolate;
}

.brand::before {
  content: "";
  position: absolute;
  inset: -8px -10px -12px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgb(5 7 24 / 86%) 0 54%, rgb(5 7 24 / 42%) 70%, rgb(5 7 24 / 0%) 82%);
}

.brand-logo {
  display: block;
  width: auto;
  height: 86px;
  max-width: none;
  object-fit: contain;
  filter:
    brightness(1.75)
    saturate(1.35)
    contrast(1.18)
    drop-shadow(0 0 2px rgb(174 255 255 / 62%))
    drop-shadow(0 0 14px rgb(0 201 232 / 72%))
    drop-shadow(0 8px 18px rgb(0 0 0 / 40%));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 34px);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  opacity: 0.82;
  transition: opacity 160ms ease, color 160ms ease;
}

.site-nav a:hover {
  opacity: 1;
  color: var(--blue-2);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: max(100svh, 960px);
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 32%, rgb(0 201 232 / 22%), transparent 28%),
    radial-gradient(circle at 20% 76%, rgb(36 76 255 / 18%), transparent 34%),
    linear-gradient(120deg, #050718 0%, #080d22 58%, #02040d 100%);
  padding: calc(var(--header) + 72px) clamp(20px, 6vw, 72px) 42px;
  display: grid;
  align-content: end;
  gap: 36px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(0 201 232 / 4%) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.32;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(5 7 24 / 96%) 0%, rgb(5 7 24 / 72%) 44%, rgb(5 7 24 / 34%) 72%, rgb(5 7 24 / 70%) 100%),
    linear-gradient(180deg, rgb(5 7 24 / 18%) 0%, rgb(5 7 24 / 0%) 34%, rgb(5 7 24 / 64%) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(132deg, rgb(0 201 232 / 4%) 0 1px, transparent 1px 46px),
    linear-gradient(48deg, rgb(255 255 255 / 3%) 0 1px, transparent 1px 58px);
  background-size: 46px 46px, 58px 58px;
  opacity: 0.4;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
}

.satellite-viewer {
  position: absolute;
  right: clamp(-74px, -1vw, 34px);
  top: clamp(68px, 8vh, 106px);
  z-index: 0;
  width: min(66vw, 980px);
  max-width: none;
  height: min(76vh, 760px);
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  filter: drop-shadow(0 52px 96px rgb(0 0 0 / 54%));
  --poster-color: transparent;
  --progress-bar-color: var(--blue-2);
}

.model-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.model-fallback img {
  max-width: none;
  width: min(106%, 820px);
  opacity: 0.9;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding-bottom: clamp(22px, 4vh, 44px);
  text-shadow: 0 10px 28px rgb(5 7 24 / 58%);
}

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

.hero .eyebrow,
.contact .eyebrow {
  color: var(--blue-2);
}

.hero .eyebrow {
  font-size: clamp(0.95rem, 1.25vw, 1.18rem);
  letter-spacing: 0.1em;
}

h1 {
  margin-top: 18px;
  max-width: 5.7ch;
  font-size: clamp(4.6rem, 11vw, 10rem);
  line-height: 0.95;
  font-weight: 830;
  letter-spacing: 0;
}

h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1;
  font-weight: 790;
  letter-spacing: 0;
  max-width: 820px;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 780;
}

.hero-copy {
  margin-top: 34px;
  max-width: 620px;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  text-shadow: none;
}

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

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

.button-primary {
  color: var(--dark);
  background: var(--blue-2);
}

.button-secondary {
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 28%);
}

.hero-metrics {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgb(255 255 255 / 18%);
  background: rgb(255 255 255 / 16%);
}

.hero-metrics div {
  background: rgb(5 7 24 / 62%);
  padding: 20px clamp(16px, 3vw, 28px);
}

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

.hero-metrics strong {
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.hero-metrics span {
  margin-top: 4px;
  color: rgb(255 255 255 / 65%);
  font-size: 0.92rem;
}

.section {
  padding: clamp(70px, 10vw, 132px) 0;
}

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

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 1fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
}

.intro-copy p + p {
  margin-top: 18px;
}

.intro-highlights {
  display: grid;
  gap: 1px;
  margin-top: 22px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-highlights article {
  background: #ffffff;
  padding: 18px 0 18px 20px;
}

.intro-highlights strong,
.intro-highlights span {
  display: block;
}

.intro-highlights strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.intro-highlights span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.platform {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

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

.section-heading p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.07rem;
}

.spec-table-wrap {
  margin-top: clamp(34px, 6vw, 70px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgb(255 255 255 / 54%);
}

.spec-table th,
.spec-table td {
  padding: 22px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-table thead th {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-table thead th:first-child,
.spec-table tbody th {
  width: 34%;
}

.spec-table thead th:nth-child(2),
.spec-table tbody td:first-of-type {
  width: 66%;
}

.spec-table tbody th {
  color: var(--ink);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.2;
}

.spec-table tbody td {
  color: var(--ink);
  font-weight: 650;
}

.application-panels p,
.localization-layout p,
.plain-list {
  margin-top: 12px;
  color: var(--muted);
}

.applications {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.applications::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 70px;
  width: 440px;
  height: 440px;
  background:
    linear-gradient(135deg, rgb(36 76 255 / 16%) 0 1px, transparent 1px 32px),
    linear-gradient(45deg, rgb(0 201 232 / 12%) 0 1px, transparent 1px 40px);
  background-size: 32px 32px, 40px 40px;
  opacity: 0.1;
  pointer-events: none;
}

.application-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.application-copy-main {
  grid-column: 1 / -1;
}

.application-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: clamp(430px, 48vw, 660px);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.application-model-viewer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 28px 46px rgb(16 23 41 / 18%));
  --poster-color: transparent;
  --progress-bar-color: transparent;
}

.application-model-viewer::part(default-progress-bar) {
  display: none;
}

.application-panels {
  display: grid;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.application-panels article {
  background: #ffffff;
  padding: clamp(24px, 4vw, 38px) 0;
}

.application-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.localization-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 88px);
  align-items: center;
}

.localization-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.localization-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  padding: clamp(20px, 3vw, 28px);
}

.localization-card strong,
.localization-card span {
  display: block;
}

.localization-card strong {
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.1;
}

.localization-card span {
  margin-top: 22px;
  color: var(--muted);
}

.localization-card-feature {
  color: #ffffff;
  background: var(--blue);
}

.localization-card-feature strong,
.localization-card-feature span {
  color: #ffffff;
}

.localization-card-feature strong {
  font-size: clamp(3.2rem, 8vw, 5.6rem);
}

.plain-list {
  list-style: none;
  padding: 0;
}

.plain-list li {
  position: relative;
  padding-left: 24px;
  margin-top: 10px;
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
}

.contact {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background: var(--dark);
  padding: clamp(76px, 10vw, 126px) 0;
}

.contact-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 10%, rgb(0 201 232 / 18%), transparent 28%),
    radial-gradient(circle at 82% 78%, rgb(36 76 255 / 22%), transparent 34%),
    linear-gradient(132deg, rgb(0 201 232 / 10%) 0 1px, transparent 1px 34px),
    linear-gradient(48deg, rgb(255 255 255 / 6%) 0 1px, transparent 1px 42px);
  background-size: auto, auto, 34px 34px, 42px 42px;
  opacity: 0.9;
}

.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(36px, 7vw, 84px);
  align-items: center;
}

.contact-layout p:not(.eyebrow) {
  margin-top: 20px;
  max-width: 620px;
  color: rgb(255 255 255 / 72%);
  font-size: 1.07rem;
}

.contact-links {
  display: grid;
  gap: 14px;
}

.contact-links a {
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
}

.contact-links a:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.contact-links span,
.contact-links strong {
  display: block;
}

.contact-links span {
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-links strong {
  margin-top: 5px;
  font-size: clamp(1.16rem, 2.4vw, 1.55rem);
}

.site-footer {
  padding: 24px 0;
  color: #7a849d;
  background: #ffffff;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-company {
  display: grid;
  gap: 4px;
}

.footer-location {
  color: var(--ink);
  font-weight: 650;
}

@media (max-width: 940px) {
  .site-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: calc(var(--header) + 10px);
    display: grid;
    gap: 0;
    padding: 8px;
    color: var(--ink);
    background: rgb(255 255 255 / 96%);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 54px rgb(18 28 61 / 16%);
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

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

  .site-nav a {
    padding: 13px 12px;
    border-radius: 6px;
  }

  .site-nav a:hover {
    background: var(--sky);
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    color: inherit;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 6px;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .hero {
    min-height: 1180px;
    align-content: start;
    padding-top: calc(var(--header) + 56px);
  }

  .satellite-viewer {
    left: 50%;
    right: auto;
    top: 62px;
    width: min(126vw, 820px);
    height: 600px;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.88;
  }

  .hero-content {
    padding-top: 512px;
    padding-bottom: 44px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .two-column,
  .application-layout,
  .localization-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-bg {
    background:
      linear-gradient(90deg, rgb(5 7 24 / 94%), rgb(5 7 24 / 78%)),
      linear-gradient(132deg, rgb(0 201 232 / 10%) 0 1px, transparent 1px 34px),
      linear-gradient(48deg, rgb(255 255 255 / 6%) 0 1px, transparent 1px 42px);
    background-size: auto, 34px 34px, 42px 42px;
    opacity: 1;
  }
}

@media (max-width: 820px) {
  .spec-table-wrap {
    border: 0;
    overflow: visible;
  }

  .spec-table {
    min-width: 0;
    background: transparent;
  }

  .spec-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .spec-table,
  .spec-table tr,
  .spec-table th,
  .spec-table td {
    display: block;
  }

  .spec-table tbody {
    display: grid;
    gap: 10px;
  }

  .spec-table tr {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: inset 4px 0 0 rgb(36 76 255 / 16%);
  }

  .spec-table tr:nth-child(even) {
    background: #f7fbff;
  }

  .spec-table tr:last-child {
    border-bottom: 1px solid var(--line);
  }

  .spec-table th,
  .spec-table td {
    width: 100%;
    padding: 0;
    border-bottom: 0;
  }

  .spec-table tbody th,
  .spec-table tbody td {
    width: 100%;
  }

  .spec-table tbody th {
    font-size: 1rem;
    font-weight: 780;
  }

  .spec-table tbody td {
    margin-top: 8px;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.45;
  }

  .localization-layout > div:last-child {
    order: -1;
  }
}

@media (max-width: 620px) {
  :root {
    --header: 64px;
  }

  .site-header {
    padding: 0 16px;
  }

  .brand {
    margin-top: 5px;
    padding: 0;
  }

  .brand-logo {
    height: 76px;
  }

  .hero {
    min-height: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 22px;
  }

  .satellite-viewer {
    top: 34px;
    left: 50%;
    right: auto;
    width: min(142vw, 560px);
    height: 410px;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.8;
  }

  .hero-content {
    padding-top: 330px;
    padding-bottom: 28px;
    pointer-events: none;
  }

  .hero-actions {
    pointer-events: auto;
  }

  .hero-copy {
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(4rem, 19vw, 5.8rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .hero-actions {
    align-items: stretch;
    margin-top: 12px;
  }

  .button {
    width: 100%;
  }

  .section-inner {
    width: min(100% - 32px, var(--max));
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-icon {
    width: 38px;
    height: 38px;
  }

  .localization-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .localization-card {
    min-height: 112px;
    padding: 14px;
  }

  .localization-card strong {
    font-size: 1rem;
  }

  .localization-card span {
    margin-top: 12px;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .localization-card-feature strong {
    font-size: 2.5rem;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 360px) {
  .localization-grid {
    grid-template-columns: 1fr;
  }
}

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