:root {
  --navy-950: #010715;
  --navy-900: #020b1d;
  --navy-850: #05152d;
  --cyan: #20c7ff;
  --blue: #2f75ff;
  --violet: #8b3dff;
  --white: #f7f9ff;
  --muted: #a8b5cb;
  --line: rgba(135, 174, 226, .12);
  --line-strong: rgba(135, 174, 226, .22);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--navy-950);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

.hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 2%, rgba(45, 116, 255, .23), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(71, 43, 180, .10), transparent 28%),
    linear-gradient(145deg, #071a3b 0%, #031027 36%, #010817 72%, #010611 100%);
}

.background,
.mesh,
.glow,
.vertical-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mesh {
  z-index: -8;
  background-image:
    linear-gradient(rgba(88, 153, 233, .027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 153, 233, .027) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.52), rgba(0,0,0,.12) 62%, transparent 86%);
}

.glow {
  z-index: -7;
  border-radius: 50%;
  filter: blur(100px);
}

.glow-one {
  width: 560px;
  height: 560px;
  left: -270px;
  top: 14%;
  background: rgba(35, 119, 255, .18);
}

.glow-two {
  width: 520px;
  height: 520px;
  left: 50%;
  top: -380px;
  transform: translateX(-50%);
  background: rgba(23, 126, 255, .16);
}

.vertical-line {
  z-index: -5;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent 4%, rgba(80, 147, 238, .13) 28%, transparent 76%);
}

.watermark {
  position: absolute;
  z-index: -6;
  width: min(880px, 58vw);
  right: -12vw;
  top: 8vh;
  opacity: .035;
  transform: rotate(-4deg) scale(1.28);
  filter: saturate(.9) blur(.1px);
}

.micro {
  position: absolute;
  top: 5.4vh;
  z-index: 6;
  color: rgba(221, 231, 246, .62);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .34em;
}

.micro-left {
  left: 3.4vw;
  display: flex;
  align-items: center;
  gap: 10px;
}

.micro-left i {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}

.micro-right {
  right: 3.7vw;
  text-align: right;
  line-height: 1.8;
}

.content {
  position: relative;
  z-index: 4;
  width: min(1060px, calc(100vw - 80px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 6.4vh 0 3.2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand {
  width: 100%;
  display: flex;
  justify-content: center;
}

.brand img {
  width: min(390px, 34vw);
  height: auto;
  max-height: 155px;
  object-fit: contain;
  filter:
    drop-shadow(0 12px 22px rgba(0,0,0,.20))
    drop-shadow(0 0 28px rgba(30, 122, 255, .08));
}

.message {
  margin-top: clamp(18px, 2.4vh, 30px);
  max-width: 920px;
  text-align: center;
}

.kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #75b9ee;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .34em;
}

.message h1 {
  margin: 0;
  font-size: clamp(50px, 5.55vw, 84px);
  line-height: .93;
  letter-spacing: -.055em;
  font-weight: 720;
  text-wrap: balance;
}

.message h1 strong {
  display: block;
  margin-top: 9px;
  font-weight: 730;
  color: transparent;
  background: linear-gradient(92deg, #41d5ff 0%, #3d8bff 48%, #8a41ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 4px 20px rgba(59, 111, 255, .11));
}

.message p {
  width: min(680px, 78vw);
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(13px, 1.25vw, 18px);
  line-height: 1.65;
  letter-spacing: .015em;
}

.pillars {
  width: min(940px, 84vw);
  margin-top: clamp(34px, 5.2vh, 58px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar {
  position: relative;
  min-height: 128px;
  padding: 21px 22px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  background:
    linear-gradient(180deg, rgba(13, 39, 77, .34), rgba(5, 20, 45, .18));
  border: 1px solid rgba(128, 178, 239, .09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 16px 45px rgba(0,0,0,.08);
  backdrop-filter: blur(8px);
}

.pillar::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 1px;
  opacity: .66;
  background: linear-gradient(90deg, transparent, rgba(43, 192, 255, .62), rgba(123, 64, 255, .30), transparent);
}

.pillar-copy {
  min-width: 0;
}

.number {
  display: block;
  margin-bottom: 6px;
  color: rgba(125, 157, 198, .55);
  font-size: 8px;
  letter-spacing: .2em;
}

.pillar h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 640;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pillar p {
  margin: 9px 0 0;
  color: #8fa0b9;
  font-size: 11px;
  line-height: 1.55;
}

.icon {
  width: 42px;
  height: 42px;
  position: relative;
  align-self: center;
  filter: drop-shadow(0 0 14px rgba(36, 155, 255, .22));
}

.icon-cube {
  transform: rotate(30deg);
}

.icon-cube .face {
  position: absolute;
  border: 2px solid #26c7ff;
}

.icon-cube .face-a {
  width: 25px;
  height: 25px;
  top: 1px;
  left: 8px;
}

.icon-cube .face-b {
  width: 25px;
  height: 25px;
  top: 14px;
  left: 1px;
  border-color: #288aff;
}

.icon-cube .face-c {
  width: 25px;
  height: 25px;
  top: 14px;
  right: 1px;
  border-color: #5d6cff;
}

.icon-link span {
  position: absolute;
  width: 27px;
  height: 14px;
  border: 3px solid #42a6ff;
  border-radius: 20px;
  transform: rotate(-44deg);
}

.icon-link span:first-child {
  top: 6px;
  left: 0;
}

.icon-link span:last-child {
  right: 0;
  bottom: 6px;
  border-color: #6375ff;
}

.icon-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  padding: 3px 4px;
}

.icon-bars span {
  width: 7px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(to top, #445cff, #a442ff);
  box-shadow: 0 0 12px rgba(124, 58, 255, .33);
}

.icon-bars span:nth-child(1) { height: 16px; }
.icon-bars span:nth-child(2) { height: 27px; }
.icon-bars span:nth-child(3) { height: 37px; }

.creator {
  position: relative;
  z-index: 8;
  margin-top: auto;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.creator::before {
  content: "";
  width: 78px;
  height: 1px;
  margin-bottom: 13px;
  background: linear-gradient(90deg, transparent, rgba(94, 179, 255, .52), transparent);
}

.creator-label {
  margin-bottom: 7px;
  color: rgba(139, 160, 192, .58);
  font-size: 7px;
  letter-spacing: .32em;
}

.creator img {
  display: block;
  width: min(225px, 25vw);
  height: auto;
  filter:
    drop-shadow(0 8px 16px rgba(0,0,0,.22))
    drop-shadow(0 0 15px rgba(31, 109, 255, .07));
}

.creator-tagline {
  margin-top: 5px;
  color: #6989b5;
  font-size: 6px;
  letter-spacing: .32em;
}

.horizon {
  position: absolute;
  z-index: 1;
  left: -7vw;
  bottom: -29vh;
  width: 114vw;
  height: 43vh;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
  border-top: 1px solid rgba(52, 166, 255, .90);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(32, 102, 196, .16), transparent 48%),
    linear-gradient(180deg, rgba(5, 32, 72, .68), rgba(1, 7, 21, .96) 68%);
  box-shadow:
    0 -1px 7px rgba(31, 183, 255, .58),
    0 -13px 50px rgba(29, 97, 255, .14);
}

.horizon-glow {
  position: absolute;
  top: -5px;
  left: 14%;
  right: 14%;
  height: 9px;
  border-radius: 50%;
  background: #2dc8ff;
  filter: blur(10px);
  opacity: .45;
}

.planet-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(65, 128, 211, .30) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 128, 211, .22) 1px, transparent 1px);
  background-size: 72px 48px;
  transform: perspective(520px) rotateX(52deg) scale(1.35);
  transform-origin: 50% 0;
}

.nodes {
  position: absolute;
  inset: 5% 4% auto;
  height: 52%;
  opacity: .58;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.88) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(39,158,255,.95) 0 1px, transparent 1.7px);
  background-size: 89px 63px, 137px 91px;
  mask-image: linear-gradient(to bottom, #000, transparent);
  filter: drop-shadow(0 0 3px rgba(51, 155, 255, .72));
}

@media (max-width: 980px) {
  body {
    overflow: auto;
  }

  .micro {
    display: none;
  }

  .content {
    width: min(900px, calc(100vw - 38px));
    min-height: 100svh;
    padding-top: 5.8vh;
  }

  .brand img {
    width: min(410px, 58vw);
  }

  .message {
    margin-top: 3vh;
  }

  .pillars {
    width: min(840px, 92vw);
  }

  .watermark {
    width: 92vw;
    right: -38vw;
    top: 15vh;
  }

  .creator img {
    width: min(220px, 38vw);
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 100svh;
  }

  .content {
    padding: 4.5vh 14px 3vh;
  }

  .brand img {
    width: 78vw;
    max-height: 125px;
  }

  .kicker {
    margin-bottom: 12px;
    font-size: 7px;
    letter-spacing: .25em;
  }

  .message h1 {
    font-size: clamp(43px, 13vw, 65px);
  }

  .message p {
    width: 90vw;
    margin-top: 18px;
    font-size: 13px;
  }

  .pillars {
    width: 94vw;
    margin-top: 27px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pillar {
    min-height: auto;
    padding: 14px 17px;
    grid-template-columns: 38px 1fr;
    gap: 13px;
  }

  .pillar p {
    margin-top: 5px;
    font-size: 10px;
  }

  .icon {
    transform: scale(.82);
    transform-origin: center;
  }

  .icon-cube {
    transform: scale(.82) rotate(30deg);
  }

  .creator {
    padding-top: 21px;
  }

  .creator img {
    width: min(220px, 55vw);
  }

  .horizon {
    bottom: -31vh;
    height: 39vh;
    width: 150vw;
    left: -25vw;
  }
}

@media (max-height: 790px) and (min-width: 701px) {
  .content {
    padding-top: 4.2vh;
    padding-bottom: 2vh;
  }

  .brand img {
    width: min(330px, 30vw);
    max-height: 125px;
  }

  .message {
    margin-top: 10px;
  }

  .kicker {
    margin-bottom: 8px;
  }

  .message h1 {
    font-size: clamp(46px, 4.9vw, 69px);
  }

  .message p {
    margin-top: 15px;
    font-size: 13px;
  }

  .pillars {
    margin-top: 23px;
  }

  .pillar {
    min-height: 108px;
    padding: 16px 18px;
  }

  .creator {
    padding-top: 14px;
  }

  .creator img {
    width: 185px;
  }

  .horizon {
    bottom: -31vh;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .glow-one,
  .glow-two {
    animation: breathe 9s ease-in-out infinite alternate;
  }

  @keyframes breathe {
    from { opacity: .75; transform: scale(.96); }
    to   { opacity: 1; transform: scale(1.05); }
  }
}
