:root {
  --navy: #071733;
  --navy2: #0b234d;
  --blue: #3478ff;
  --sky: #7dbdff;
  --orange: #ff8b55;
  --sun: #ffbd6a;
  --cream: #f7f5ef;
  --white: #fff;
  --ink: #132442;
  --soft: #66758d;
  --line: #d9dee7
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif
}

a {
  color: inherit;
  text-decoration: none
}

main {
  overflow: hidden
}

.hero {
  min-height: 900px;
  background: radial-gradient(circle at 78% 42%, #153f83 0, #0b2857 24%, var(--navy) 58%);
  color: white;
  position: relative
}

.stars {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.stars i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #91bdff;
  box-shadow: 0 0 12px #91bdff
}

.stars i:nth-child(1) {
  left: 9%;
  top: 25%
}

.stars i:nth-child(2) {
  left: 45%;
  top: 17%
}

.stars i:nth-child(3) {
  right: 10%;
  top: 22%
}

.stars i:nth-child(4) {
  left: 28%;
  bottom: 20%
}

.stars i:nth-child(5) {
  right: 35%;
  bottom: 13%
}

.stars i:nth-child(6) {
  right: 5%;
  bottom: 31%
}

.header {
  height: 88px;
  max-width: 1420px;
  margin: auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  position: relative;
  z-index: 5
}

.logo {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 22px;
  letter-spacing: -.055em
}

.logo b {
  font-weight: 700
}

.logo span {
  font-weight: 300;
  color: #a9c6ff
}

.logo i {
  font-style: normal;
  color: var(--orange);
  font-size: 13px;
  position: absolute;
  right: -12px;
  top: 0
}

.header nav {
  display: flex;
  gap: 40px;
  margin-left: auto;
  margin-right: 55px;
  font-size: 12px;
  color: #c6d5f0
}

.header nav a:hover {
  color: white
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 13px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  gap: 13px;
  transition: .2s
}

.nav-cta:hover {
  background: white;
  color: var(--navy)
}

.hero-content {
  max-width: 1420px;
  margin: auto;
  padding: 90px 50px 45px;
  display: grid;
  grid-template-columns: 55% 45%;
  position: relative;
  z-index: 2
}

.hero-copy {
  padding-top: 40px
}

.overline,
.section-mark {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 16px;
  font-weight: 700
}

.overline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9ebcf4
}

.overline span {
  width: 30px;
  border-top: 1px solid var(--orange)
}

.hero h1 {
  font-size: clamp(68px, 7.3vw, 108px);
  line-height: .91;
  letter-spacing: -.065em;
  margin: 40px 0 35px;
  font-weight: 550
}

.hero h1 em,
.manifest h2 em,
.section-head h2 em,
.balance h2 em,
.situations h2 em,
.contact h2 em {
  font-style: normal;
  color: var(--orange)
}

.lead {
  font-size: 18px;
  line-height: 1.65;
  color: #b9c9e5;
  max-width: 610px
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 42px
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 18px 23px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  transition: .25s
}

.button:hover {
  transform: translateY(-3px)
}

.glow {
  background: var(--blue);
  color: white;
  box-shadow: 0 0 35px rgba(52, 120, 255, .38)
}

.glow:hover {
  background: #4a8aff
}

.more {
  font-size: 11px;
  font-weight: 700;
  color: #d6e1f5
}

.more span {
  margin-left: 9px;
  color: var(--orange)
}

.orbit-system {
  height: 560px;
  position: relative
}

.light-field {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(84, 143, 255, .35), rgba(84, 143, 255, .08) 45%, transparent 70%)
}

.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(152, 188, 255, .35);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg)
}

.orbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px var(--orange)
}

.orbit-one {
  width: 230px;
  height: 230px
}

.orbit-one i {
  right: 18px;
  top: 31px
}

.orbit-two {
  width: 385px;
  height: 295px;
  transform: translate(-50%, -50%) rotate(25deg)
}

.orbit-two i {
  left: 42px;
  top: 27px;
  background: var(--sky)
}

.orbit-three {
  width: 520px;
  height: 405px;
  transform: translate(-50%, -50%) rotate(-38deg)
}

.orbit-three i {
  right: 45px;
  bottom: 38px;
  background: var(--sun)
}

.planet {
  position: absolute;
  z-index: 3
}

.core {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, #4b8dff, #1b55c8);
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: 0 0 60px rgba(52, 120, 255, .55), inset 0 0 30px rgba(255, 255, 255, .13)
}

.core span {
  font: 22px monospace
}

.core b {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 7px
}

.idea,
.logic,
.launch {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(10, 31, 69, .88);
  border: 1px solid rgba(152, 188, 255, .55);
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .25)
}

.planet small {
  color: var(--orange);
  font: 16px monospace
}

.planet b {
  font-size: 11px;
  margin-top: 5px
}

.idea {
  left: 5%;
  top: 17%
}

.logic {
  right: 0;
  top: 23%
}

.launch {
  right: 5%;
  bottom: 6%
}

.signal {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a2c5ff;
  box-shadow: 0 0 12px #a2c5ff
}

.s1 {
  left: 20%;
  bottom: 25%
}

.s2 {
  right: 30%;
  top: 13%
}

.s3 {
  right: 7%;
  top: 58%
}

.hero-bottom {
  height: 78px;
  max-width: 1320px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, .13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 16px;
  color: #8ea6cd
}

.hero-bottom>span {
  color: var(--orange)
}

.hero-bottom i {
  font-style: normal
}

.section {
  padding: 125px max(50px, calc((100vw - 1320px)/2))
}

.section-mark {
  color: var(--blue)
}

.manifest {
  display: grid;
  grid-template-columns: 25% 75%;
  background: var(--cream)
}

.manifest h2,
.section-head h2,
.balance h2,
.situations h2 {
  font-size: clamp(50px, 5.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.055em;
  margin: 0
}

.manifest>div>p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--soft);
  max-width: 660px;
  margin: 42px 0 0
}

.directions {
  background: white
}

.section-head {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-bottom: 75px
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line)
}

.direction-grid article {
  min-height: 410px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px;
  position: relative;
  transition: .25s
}

.direction-grid article:hover {
  background: #f1f5fd;
  transform: translateY(-4px)
}

.direction-grid .n {
  position: absolute;
  right: 28px;
  top: 27px;
  font: 18px monospace;
  color: var(--blue)
}

.direction-grid h3 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 25px 0 15px
}

.direction-grid p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--soft);
  max-width: 480px
}

.direction-grid a {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  gap: 10px
}

.space-icon {
  width: 150px;
  height: 110px;
  position: relative
}

.web {
  border: 1px solid #8092af;
  padding: 15px
}

.web i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8ba0c2;
  margin-right: 4px
}

.web i:first-child {
  background: var(--orange)
}

.web b {
  display: block;
  height: 48px;
  margin-top: 10px;
  border: 1px solid #a7b4c8;
  background: linear-gradient(135deg, rgba(52, 120, 255, .15), transparent)
}

.auto i {
  position: absolute;
  width: 33px;
  height: 33px;
  border: 1px solid #7f91ae;
  top: 35px
}

.auto i:nth-child(1) {
  left: 0
}

.auto i:nth-child(2) {
  left: 57px;
  border-color: var(--blue);
  background: #e3edff
}

.auto i:nth-child(3) {
  right: 0
}

.auto b {
  position: absolute;
  width: 24px;
  border-top: 1px solid #7f91ae;
  top: 51px;
  left: 33px
}

.auto b:last-child {
  left: 90px
}

.integration i {
  position: absolute;
  width: 65px;
  height: 65px;
  border: 1px solid #8193af;
  border-radius: 50%;
  top: 22px
}

.integration i:first-child {
  left: 12px
}

.integration i:nth-child(2) {
  right: 12px
}

.integration b {
  position: absolute;
  left: 61px;
  top: 41px;
  font-size: 24px;
  color: var(--blue)
}

.internal {
  display: grid;
  grid-template-columns: 54px 54px;
  gap: 8px;
  padding-top: 8px
}

.internal i {
  height: 43px;
  border: 1px solid #8193af
}

.internal i:nth-child(2) {
  border-color: var(--orange);
  background: #fff2eb
}

.balance {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: 47% 53%;
  gap: 100px;
  align-items: center
}

.balance-art {
  height: 600px;
  position: relative
}

.sun {
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 35% 30%, #ffcb86, var(--orange) 58%, #d95b33);
  box-shadow: 0 0 80px rgba(255, 139, 85, .3)
}

.ring {
  position: absolute;
  border: 1px solid rgba(155, 190, 255, .35);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-25deg)
}

.r1 {
  width: 470px;
  height: 280px
}

.r2 {
  width: 550px;
  height: 430px;
  transform: translate(-50%, -50%) rotate(35deg)
}

.balance-art>b {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 13px
}

.tag {
  position: absolute;
  background: #0c295a;
  border: 1px solid #527bbd;
  border-radius: 50px;
  padding: 9px 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 16px
}

.t1 {
  left: 2%;
  top: 25%
}

.t2 {
  right: 0;
  top: 34%
}

.t3 {
  right: 9%;
  bottom: 18%
}

.light {
  color: #8db5ff
}

.balance h2 {
  color: white;
  margin: 25px 0 35px
}

.balance-copy>p:not(.section-mark) {
  font-size: 17px;
  line-height: 1.7;
  color: #b6c5df
}

.balance ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .14)
}

.balance li {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-size: 12px
}

.balance li span {
  font: 9px monospace;
  color: var(--orange)
}

.process {
  background: var(--cream)
}

.route {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative
}

.route-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 42px;
  border-top: 1px solid #b9c5d7
}

.route article {
  padding: 0 20px;
  position: relative
}

.route article>span {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: white;
  border: 1px solid #aebdd2;
  display: grid;
  place-items: center;
  font: 13px monospace;
  color: var(--blue);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 10px var(--cream)
}

.route article:last-child>span {
  background: var(--blue);
  color: white;
  border-color: var(--blue)
}

.route small {
  display: block;
  margin-top: 42px;
  font: 18px monospace;
  letter-spacing: .14em;
  color: var(--orange)
}

.route h3 {
  font-size: 22px;
  margin: 13px 0
}

.route p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--soft)
}

.situations {
  background: white
}

.situations-title {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-top: 50px;
  align-items: end
}

.situations-title>p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--soft)
}

.situation-list {
  margin: 80px 0 0 35%;
  border-top: 1px solid var(--line)
}

.situation-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 25px 0;
  border-bottom: 1px solid var(--line)
}

.situation-list span {
  font: 18px monospace;
  color: var(--blue)
}

.situation-list p {
  margin: 0;
  font-size: 18px
}

.contact {
  min-height: 720px;
  background: var(--navy2);
  color: white;
  padding: 95px max(50px, calc((100vw - 1320px)/2));
  position: relative;
  overflow: hidden
}

.contact-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  right: -100px;
  top: 40px;
  background: radial-gradient(circle, rgba(52, 120, 255, .4), transparent 68%)
}

.contact-orbit {
  position: absolute;
  width: 730px;
  height: 430px;
  border: 1px solid rgba(155, 190, 255, .2);
  border-radius: 50%;
  right: -110px;
  top: 140px;
  transform: rotate(-25deg)
}

.contact-copy {
  max-width: 820px;
  margin-top: 85px;
  position: relative
}

.contact-copy>span {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 16px;
  color: #9abaff
}

.contact h2 {
  font-size: clamp(62px, 7.5vw, 103px);
  line-height: .91;
  letter-spacing: -.065em;
  margin: 30px 0
}

.contact-copy>p {
  font-size: 17px;
  line-height: 1.7;
  color: #b9c9e5;
  max-width: 600px
}

.contact-copy>div {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px
}

.white {
  background: white;
  color: var(--navy)
}

.telegram {
  font-size: 12px;
  font-weight: 700;
  color: #d4e0f4
}

.contact small {
  display: block;
  margin-top: 25px;
  color: #758db4
}

footer {
  height: 110px;
  background: #06132c;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 max(50px, calc((100vw - 1320px)/2));
  gap: 45px
}

footer p {
  font-size: 16px;
  color: #7f94b7;
  text-transform: uppercase;
  letter-spacing: .14em
}

footer>a:last-child {
  margin-left: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .14em
}

.dark-logo {
  color: white
}

.dark-logo span {
  color: #8eaee4
}

@media(max-width:1000px) {
  .header {
    padding: 0 28px
  }

  .header nav {
    display: none
  }

  .hero-content {
    padding: 65px 28px 40px;
    grid-template-columns: 1fr
  }

  .orbit-system {
    margin-top: 35px
  }

  .hero-bottom {
    margin: 0 28px
  }

  .section {
    padding: 100px 28px
  }

  .manifest,
  .section-head {
    grid-template-columns: 1fr
  }

  .section-mark {
    margin-bottom: 45px
  }

  .balance {
    grid-template-columns: 1fr
  }

  .balance-art {
    max-width: 650px;
    width: 100%;
    margin: auto
  }

  .situations-title {
    grid-template-columns: 1fr
  }

  .situations-title>p {
    max-width: 600px;
    margin-top: 35px
  }

  .situation-list {
    margin-left: 15%
  }
}

@media(max-width:650px) {
  .header {
    height: 72px;
    padding: 0 18px
  }

  .nav-cta {
    font-size: 0;
    padding: 12px
  }

  .nav-cta span {
    font-size: 18px
  }

  .hero-content {
    padding: 50px 18px 25px
  }

  .hero h1 {
    font-size: 56px
  }

  .lead {
    font-size: 16px
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start
  }

  .orbit-system {
    height: 470px;
    transform: scale(.78);
    transform-origin: center
  }

  .hero-bottom {
    margin: 0 18px;
    height: auto;
    padding: 25px 0;
    gap: 16px;
    flex-wrap: wrap
  }

  .hero-bottom p {
    display: none
  }

  .section {
    padding: 78px 18px
  }

  .manifest h2,
  .section-head h2,
  .balance h2,
  .situations h2 {
    font-size: 45px
  }

  .direction-grid {
    grid-template-columns: 1fr
  }

  .direction-grid article {
    min-height: 380px
  }

  .balance {
    gap: 20px
  }

  .balance-art {
    height: 460px;
    transform: scale(.83);
    transform-origin: center
  }

  .route {
    grid-template-columns: 1fr
  }

  .route-line {
    left: 41px;
    right: auto;
    top: 0;
    bottom: 0;
    border-top: 0;
    border-left: 1px solid #b9c5d7
  }

  .route article {
    padding-left: 110px;
    min-height: 220px
  }

  .route article>span {
    position: absolute;
    left: 0;
    top: 0
  }

  .route small {
    margin-top: 10px
  }

  .situations-title {
    margin-top: 15px
  }

  .situation-list {
    margin: 55px 0 0
  }

  .situation-list article {
    grid-template-columns: 45px 1fr
  }

  .situation-list p {
    font-size: 15px
  }

  .contact {
    padding: 75px 18px;
    min-height: 700px
  }

  .contact-copy {
    margin-top: 70px
  }

  .contact h2 {
    font-size: 58px
  }

  .contact-copy>div {
    flex-direction: column;
    align-items: flex-start
  }

  footer {
    height: auto;
    padding: 30px 18px;
    flex-wrap: wrap
  }

  footer p {
    order: 3;
    width: 100%;
    margin: 0
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  .button,
  .direction-grid article,
  .nav-cta {
    transition: none
  }
}

