/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
:root {
  --navy: #06152b;
  --navy2: #081c38;
  --blue: #1778ff;
  --cyan: #24b8ff;
  --gold: #d7a83e;
  --cream: #f4f2ec;
  --ink: #0b1b30;
  --muted: #607089;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial,"PingFang SC","Microsoft YaHei",sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 260px;
}
.brandMark {
  width: 58px;
  height: 42px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brandMark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(30,143,255,.28));
}
.brandText {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brandText b {
  font-size: 17px;
  letter-spacing: .18em;
}
.brandText small {
  font-size: 7px;
  color: #a9b9ce;
  letter-spacing: .2em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 2.2vw;
}
.nav a {
  font-size: 12px;
  letter-spacing: .08em;
  color: #c6d1de;
  transition: .2s;
}
.nav a:hover {
  color: #fff;
}
.headerActions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lang {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
.navCta {
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 10px;
  letter-spacing: .12em;
}
.navCta span {
  color: var(--gold);
  margin-left: 14px;
}
.menuButton {
  display: none;
}
.hero {
  min-height: 780px;
  height: 100vh;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 78% 48%,#0c3f75 0,rgba(7,28,58,.65) 21%,transparent 48%),linear-gradient(120deg,#061224 0%,#071a34 55%,#041122 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(rgba(65,145,240,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(65,145,240,.18) 1px,transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg,transparent,black);
}
.heroGlow {
  position: absolute;
  width: 40vw;
  height: 40vw;
  right: -12%;
  bottom: -20%;
  background: var(--blue);
  opacity: .15;
  filter: blur(100px);
  border-radius: 50%;
}
.heroContent {
  position: relative;
  z-index: 3;
  padding: 0 6.5vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
}
.eyebrow,.kicker {
  font-size: 10px;
  letter-spacing: .24em;
  font-weight: 700;
}
.eyebrow {
  color: #a9bdd6;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0 30px;
}
.eyebrow span {
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  margin: 0;
  font-size: clamp(48px,5.25vw,82px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 500;
}
.hero h1 span {
  color: #8dc6ff;
}
.heroTranslation {
  font-size: 15px;
  letter-spacing: .38em;
  color: var(--gold);
  margin: 23px 0 0;
}
.heroIntro {
  max-width: 600px;
  color: #aebdd0;
  line-height: 1.9;
  font-size: 14px;
  margin: 28px 0 35px;
}
.heroButtons {
  display: flex;
  align-items: center;
  gap: 34px;
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  min-width: 190px;
  background: var(--blue);
  color: #fff;
  padding: 17px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: .25s;
}
.primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}
.primary span {
  font-size: 18px;
  font-weight: 400;
}
.textLink {
  font-size: 12px;
  color: #d8e2ef;
  border-bottom: 1px solid #708097;
  padding: 11px 2px;
}
.textLink span {
  color: var(--gold);
  margin-left: 14px;
}
.scroll {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 6.5vw;
  font-size: 8px;
  letter-spacing: .25em;
  color: #8294aa;
  display: flex;
  align-items: center;
  gap: 12px;
}
.scroll span {
  width: 1px;
  height: 33px;
  background: linear-gradient(var(--blue),transparent);
}
.heroIndex {
  position: absolute;
  right: 5vw;
  bottom: 37px;
  font: 12px monospace;
  color: #fff;
}
.heroIndex span {
  color: #5e728c;
}
.network {
  position: absolute;
  right: 1%;
  top: 20%;
  width: 48%;
  height: 63%;
  opacity: .92;
}
.orb {
  position: absolute;
  left: 45%;
  top: 39%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(87,180,255,.65);
  border-radius: 50%;
  color: #bfe5ff;
  box-shadow: 0 0 35px rgba(0,128,255,.25),inset 0 0 30px rgba(0,128,255,.15);
  background: radial-gradient(circle,rgba(40,153,255,.18),rgba(4,19,40,.6));
}
.orb:before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(215,168,62,.45);
  border-radius: 50%;
  animation: spin 20s linear infinite;
}
.orb span {
  font-size: 9px;
  letter-spacing: .25em;
  color: var(--gold);
}
.orb b {
  font-size: 12px;
  letter-spacing: .15em;
  margin-top: 6px;
}
.ring {
  position: absolute;
  border: 1px solid rgba(44,150,255,.2);
  border-radius: 50%;
  left: 50%;
  top: 51%;
  transform: translate(-50%,-50%);
}
.r1 {
  width: 310px;
  height: 310px;
}
.r2 {
  width: 470px;
  height: 470px;
  border-style: dashed;
  animation: spin 45s linear infinite;
}
.node {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #75c6ff;
  background: #07162c;
  border-radius: 50%;
  box-shadow: 0 0 12px #1f9cff;
  z-index: 2;
}
.n1 {
  left: 12%;
  top: 20%;
}
.n2 {
  left: 23%;
  top: 70%;
}
.n3 {
  right: 14%;
  top: 16%;
}
.n4 {
  right: 4%;
  top: 64%;
}
.n5 {
  left: 49%;
  top: 6%;
}
.n6 {
  left: 56%;
  bottom: 3%;
}
.line {
  position: absolute;
  height: 1px;
  transform-origin: left;
  background: linear-gradient(90deg,rgba(33,141,255,.1),#2a9aff,rgba(33,141,255,.1));
}
.l1 {
  width: 43%;
  left: 13%;
  top: 21%;
  transform: rotate(22deg);
}
.l2 {
  width: 38%;
  left: 24%;
  top: 71%;
  transform: rotate(-40deg);
}
.l3 {
  width: 35%;
  left: 56%;
  top: 45%;
  transform: rotate(-42deg);
}
.l4 {
  width: 40%;
  left: 54%;
  top: 48%;
  transform: rotate(29deg);
}
.l5 {
  width: 35%;
  left: 50%;
  top: 9%;
  transform: rotate(84deg);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.dragonHero {
  position: absolute;
  z-index: 3;
  width: 78%;
  height: auto;
  left: 11%;
  top: 21%;
  object-fit: contain;
  filter: drop-shadow(0 25px 36px rgba(0,81,175,.36));
  animation: dragonFloat 6s ease-in-out infinite;
}
.network .orb {
  display: none;
}
@keyframes dragonFloat {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.section {
  padding: 120px 7vw;
  position: relative;
}
.sectionNo {
  position: absolute;
  top: 120px;
  left: 2.5vw;
  font: 10px monospace;
  color: #a2afbd;
}
.about {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  background: var(--cream);
}
.kicker {
  color: #667890;
  margin: 0 0 24px;
}
.about h2,.sectionHead h2,.productIntro h2,.partners h2 {
  font-size: clamp(35px,4vw,58px);
  line-height: 1.17;
  letter-spacing: -.035em;
  font-weight: 500;
  margin: 0;
}
.aboutCopy {
  padding-top: 52px;
}
.aboutCopy p {
  font-size: 15px;
  line-height: 2.05;
  color: #56667a;
  max-width: 520px;
}
.aboutCopy a {
  display: inline-block;
  margin-top: 20px;
  font-size: 11px;
  letter-spacing: .12em;
  font-weight: bold;
  border-bottom: 1px solid #7b8795;
  padding-bottom: 8px;
}
.aboutCopy a span {
  color: var(--blue);
  margin-left: 40px;
}
.stats {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid #ccd2d6;
  margin-top: 30px;
  padding-top: 50px;
}
.stat {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  border-left: 2px solid var(--blue);
}
.stat strong {
  font-size: 36px;
  font-weight: 500;
}
.stat span {
  margin-top: 10px;
  color: #718095;
  font-size: 11px;
  letter-spacing: .08em;
}
.dark {
  background: var(--navy);
  color: #fff;
}
.blue {
  color: #58a9ff;
}
.gold {
  color: var(--gold);
}
.sectionHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}
.sectionHead>p {
  color: #8ea0b5;
  max-width: 440px;
  font-size: 14px;
  line-height: 1.8;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid #27415f;
}
.card {
  position: relative;
  min-height: 400px;
  padding: 34px 30px;
  border-right: 1px solid #27415f;
  transition: .3s;
  overflow: hidden;
}
.card:first-child {
  border-left: 1px solid #27415f;
}
.card:hover {
  background: #0b274b;
  transform: translateY(-7px);
}
.card:before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--blue);
  opacity: .08;
}
.cardNo {
  font: 10px monospace;
  color: #55718f;
}
.cardIcon {
  height: 112px;
  margin: 38px 0 25px;
  position: relative;
}
.cardIcon:before,.cardIcon:after,.cardIcon i {
  content: "";
  position: absolute;
  border: 1px solid #277fd4;
}
.cardIcon:before {
  width: 55px;
  height: 55px;
  left: 10px;
  top: 20px;
  transform: rotate(45deg);
}
.cardIcon:after {
  width: 25px;
  height: 25px;
  left: 65px;
  top: 34px;
  border-color: var(--gold);
  border-radius: 50%;
}
.cardIcon i {
  width: 5px;
  height: 5px;
  background: #46aaff;
  border-radius: 50%;
  box-shadow: 0 0 8px #3da7ff;
}
.cardIcon i:nth-child(1) {
  left: 5px;
  top: 17px;
}
.cardIcon i:nth-child(2) {
  left: 78px;
  top: 58px;
}
.cardIcon i:nth-child(3) {
  left: 40px;
  top: 90px;
}
.card h3 {
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 500;
}
.card h4 {
  color: #5f8cb9;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.card p {
  color: #8da0b5;
  line-height: 1.8;
  font-size: 13px;
  max-width: 310px;
}
.card>a {
  position: absolute;
  right: 30px;
  bottom: 28px;
  border: 1px solid #385674;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--gold);
}
.solutions {
  min-height: 750px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  color: #fff;
  background: #07172c;
  overflow: hidden;
}
.solutionVisual {
  position: relative;
  min-height: 750px;
  background: linear-gradient(120deg,#06142a,#0d3158);
  overflow: hidden;
}
.solutionGrid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(32,139,235,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(32,139,235,.15) 1px,transparent 1px);
  background-size: 45px 45px;
  transform: perspective(500px) rotateX(58deg) scale(1.6);
  transform-origin: bottom;
  opacity: .45;
}
.server {
  position: absolute;
  bottom: 9%;
  width: 18%;
  height: 68%;
  z-index: 2;
  background: repeating-linear-gradient(0deg,#0a2039 0,#0a2039 16px,#1b5b8e 17px,#08223e 19px);
  border: 1px solid #2877aa;
  box-shadow: 12px 15px 35px #020a14;
  transform: skewY(-4deg);
}
.server:after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 4%;
  bottom: 4%;
  background: radial-gradient(circle at 15% 50%,#55c3ff 0 1px,transparent 2px);
  background-size: 100% 18px;
}
.s1 {
  left: 12%;
  height: 58%;
}
.s2 {
  left: 34%;
  height: 73%;
}
.s3 {
  left: 57%;
  height: 63%;
}
.beam {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 49%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#1f9cff,#e0b448,transparent);
  box-shadow: 0 0 16px #1e9bff;
  transform: rotate(-8deg);
}
.solutionContent {
  padding: 110px 7vw 90px;
  background: linear-gradient(145deg,#0a213e,#07182e);
}
.solutionContent h2,.contact h2 {
  font-size: clamp(44px,4.8vw,70px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 400;
  margin: 0;
}
.solutionLead {
  color: #8da1b8;
  line-height: 1.9;
  font-size: 14px;
  max-width: 480px;
  margin: 28px 0 35px;
}
.solutionItems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #29425e;
  margin-bottom: 38px;
}
.solutionItems div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px 0;
  border-bottom: 1px solid #29425e;
  color: #bac6d3;
  font-size: 11px;
}
.solutionItems div:nth-child(odd) {
  border-right: 1px solid #29425e;
}
.solutionItems div:nth-child(even) {
  padding-left: 20px;
}
.solutionItems b {
  color: var(--gold);
  font: 10px monospace;
}
.goldButton {
  background: var(--gold);
  color: #10203a;
}
.products {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  background: #fff;
}
.productIntro {
  position: sticky;
  top: 50px;
  align-self: start;
}
.productList {
  border-top: 1px solid #cfd5dc;
}
.productList a {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  min-height: 105px;
  border-bottom: 1px solid #cfd5dc;
  transition: .25s;
}
.productList a:hover {
  padding-left: 15px;
  background: #f6f8fa;
}
.productNo {
  font: 10px monospace;
  color: #8d9cac;
}
.productName {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.productName b {
  font-size: 18px;
  font-weight: 500;
}
.productName small {
  font-size: 9px;
  letter-spacing: .12em;
  color: #8995a4;
  text-transform: uppercase;
}
.productArrow {
  color: var(--blue);
  font-size: 19px;
}
.partners {
  background: #eff1f3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.partnerBody {
  color: #66778b;
  line-height: 1.8;
  font-size: 13px;
  max-width: 520px;
  margin-top: 25px;
}
.partnerTags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
}
.partnerTags span {
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-left: 1px solid #cad1d8;
  border-bottom: 1px solid #cad1d8;
  padding: 22px;
  font-size: 14px;
}
.partnerTags b {
  font: 9px monospace;
  color: var(--blue);
}
.contact {
  min-height: 680px;
  color: #fff;
  background: linear-gradient(120deg,#061326,#09213d);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.contactGrid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(40,137,230,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(40,137,230,.25) 1px,transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg,black,transparent);
}
.contactGlow {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  right: 3%;
  top: 10%;
  border: 1px solid rgba(43,147,255,.2);
  box-shadow: 0 0 120px rgba(23,120,255,.12),inset 0 0 100px rgba(23,120,255,.08);
}
.contactGlow:before,.contactGlow:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(215,168,62,.25);
}
.contactGlow:before {
  inset: 70px;
}
.contactGlow:after {
  inset: 170px;
}
.contactContent {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.contact h2 span {
  color: #82bdff;
}
.contactContent>p:not(.kicker) {
  color: #96a9bd;
  line-height: 1.9;
  max-width: 610px;
  font-size: 14px;
  margin: 30px 0;
}
.contactContent small {
  display: block;
  margin-top: 20px;
  color: #62788f;
  font-size: 9px;
  letter-spacing: .08em;
}
footer {
  background: #04101f;
  color: #8799ad;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7vw;
  border-top: 1px solid #1c3048;
  font-size: 9px;
  letter-spacing: .08em;
}
.footerBrand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #d3dce7;
}
.footerBrand .brandMark {
  width: 46px;
  height: 32px;
}
footer>a {
  color: #d4a943;
}
@media (max-width:1050px) {
  .nav {
    display: none;
  }
  .nav.open {
    display: flex;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    background: #06162c;
    padding: 30px 5vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .menuButton {
    display: flex;
    width: 34px;
    height: 30px;
    border: 0;
    background: transparent;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
  }
  .menuButton i {
    height: 1px;
    background: #fff;
    width: 24px;
  }
  .network {
    opacity: .5;
    right: -16%;
    width: 65%;
  }
  .heroContent {
    max-width: 720px;
  }
  .about,.products,.partners {
    gap: 5vw;
  }
  .solutions {
    grid-template-columns: .85fr 1.15fr;
  }
  .navCta {
    display: none;
  }
}
@media (max-width:760px) {
  .header {
    height: 76px;
    padding: 0 20px;
  }
  .brand {
    min-width: 0;
  }
  .brandMark {
    width: 36px;
    height: 36px;
  }
  .brandText b {
    font-size: 14px;
  }
  .brandText small {
    display: none;
  }
  .headerActions {
    gap: 12px;
  }
  .hero {
    min-height: 720px;
  }
  .heroContent {
    padding: 70px 22px 0;
    justify-content: center;
  }
  .hero h1 {
    font-size: 44px;
  }
  .heroTranslation {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: .18em;
  }
  .heroIntro {
    max-width: 90%;
    font-size: 13px;
  }
  .network {
    width: 110%;
    height: 55%;
    right: -50%;
    top: 32%;
    opacity: .33;
  }
  .r2 {
    display: none;
  }
  .scroll {
    left: 22px;
  }
  .heroIndex {
    right: 22px;
  }
  .section {
    padding: 85px 22px;
  }
  .sectionNo {
    display: none;
  }
  .about,.products,.partners {
    grid-template-columns: 1fr;
  }
  .aboutCopy {
    padding-top: 0;
  }
  .stats {
    grid-template-columns: 1fr;
    margin-top: 15px;
    gap: 25px;
  }
  .stat {
    padding: 8px 0 8px 20px;
  }
  .sectionHead {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    min-height: 330px;
    border-left: 1px solid #27415f;
    border-bottom: 1px solid #27415f;
  }
  .cardIcon {
    height: 82px;
    margin: 22px 0 18px;
  }
  .solutions {
    grid-template-columns: 1fr;
  }
  .solutionVisual {
    min-height: 420px;
  }
  .solutionContent {
    padding: 75px 22px;
  }
  .products {
    gap: 50px;
  }
  .productIntro {
    position: static;
  }
  .partners {
    gap: 50px;
  }
  .partnerTags span {
    min-height: 90px;
    padding: 14px;
    font-size: 12px;
  }
  .contact {
    min-height: 620px;
  }
  .contactGlow {
    right: -80%;
    width: 500px;
    height: 500px;
  }
  footer {
    padding: 30px 22px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footerBrand {
    width: 100%;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .r2,.orb:before,.dragonHero {
    animation: none;
  }
  .primary,.card,.productList a {
    transition: none;
  }
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
