body {
  background: #020509;
  color: #f8fbff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 12%, rgba(0, 114, 255, .22), transparent 24rem),
    radial-gradient(circle at 20% 44%, rgba(0, 174, 255, .08), transparent 20rem),
    linear-gradient(180deg, #020509 0%, #06111f 42%, #020509 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 260px;
  background: linear-gradient(180deg, transparent, #020509), radial-gradient(ellipse at bottom, rgba(0, 98, 255, .22), transparent 55%);
  pointer-events: none;
}

.site-header {
  background: rgba(2, 5, 9, .72);
}

.nav {
  height: 68px;
}

.brand img {
  width: 34px;
  height: 34px;
}

.brand strong {
  font-size: 16px;
}

.brand small {
  font-size: 8px;
}

.nav-menu {
  font-size: 12px;
  gap: 28px;
}

.btn-small {
  min-height: 34px;
  padding-inline: 18px;
}

.hero-slider {
  min-height: 520px;
  background: radial-gradient(circle at 66% 52%, rgba(12, 112, 255, .18), transparent 18rem);
}

.hero-slider::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 82px;
  width: min(610px, 58vw);
  height: 360px;
  background: url("../images/real-hero-orbit.png") center / contain no-repeat;
  opacity: .68;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-slide {
  min-height: 520px;
  background: none;
  position: relative;
  z-index: 1;
}

.hero-inner {
  grid-template-columns: .88fr 1.12fr;
  gap: 28px;
  padding-top: 18px;
}

.hero-copy h1 {
  font-size: clamp(42px, 5.1vw, 64px);
  line-height: 1.04;
  margin: 12px 0;
  max-width: 620px;
}

.hero-copy p {
  font-size: 15px;
  max-width: 520px;
  color: #b7c5d8;
}

.hero-copy .eyebrow {
  font-size: 11px;
}

.hero-actions {
  margin-top: 24px;
}

.btn {
  min-height: 42px;
  border-radius: 6px;
  font-size: 13px;
}

.hero-visual img {
  width: min(560px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 30px 55px rgba(0, 112, 255, .28));
}

.platform-icons {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

.platform-icons span {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #111a27, #08101b);
  border: 1px solid rgba(88, 149, 212, .14);
  color: #dfefff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.slider-controls {
  bottom: 18px;
}

.slider-controls button {
  width: 36px;
  height: 36px;
  font-size: 22px;
  background: #07111c;
  border-color: #126db6;
}

.quick-cta {
  margin-top: 0;
  padding: 20px 34px;
  grid-template-columns: auto 1fr auto;
  background: linear-gradient(100deg, rgba(9, 23, 40, .94), rgba(16, 48, 116, .9));
  border-color: rgba(31, 135, 255, .35);
}

.quick-cta h2 {
  font-size: 24px;
}

.quick-cta p {
  font-size: 14px;
}

.orb-icon {
  width: 54px;
  height: 54px;
}

.section {
  padding: 54px 0;
}

.section-head {
  margin-bottom: 22px;
}

.section-head h2 {
  font-size: 30px;
}

.section-head p {
  font-size: 14px;
}

.trust-section {
  padding-top: 30px;
}

.trusted-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  align-items: center;
  margin: 18px 0 28px;
}

.trusted-strip span {
  color: #d8e3f1;
  opacity: .72;
  font-size: 22px;
  font-weight: 700;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(13, 27, 45, .88), rgba(8, 18, 30, .92));
  border: 1px solid rgba(72, 135, 200, .15);
  border-radius: 8px;
  overflow: hidden;
}

.feature-strip article {
  padding: 18px 26px;
  border-right: 1px solid rgba(86, 142, 198, .14);
}

.feature-strip article:last-child {
  border-right: 0;
}

.feature-strip strong {
  display: block;
  font-size: 13px;
}

.feature-strip span {
  display: block;
  color: #9fb2c7;
  font-size: 12px;
}

.services-grid {
  grid-template-columns: repeat(5, 1fr);
}

.service-card {
  min-height: 218px;
  padding: 22px 20px;
}

.service-card h3 {
  font-size: 16px;
  line-height: 1.25;
}

.service-card p {
  font-size: 13px;
}

.icon svg {
  width: 32px;
  height: 32px;
}

.timeline {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.timeline article {
  position: relative;
}

.timeline article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 62%;
  width: 76%;
  border-top: 1px dashed rgba(0, 140, 255, .45);
}

.timeline span {
  width: 54px;
  height: 54px;
  background: #07111c;
}

.project-grid {
  grid-template-columns: repeat(5, 1fr);
}

.project-card img {
  height: 128px;
  width: 100%;
  object-fit: cover;
  background: #07111c;
}

.project-card div {
  padding: 16px;
}

.project-card h3 {
  font-size: 15px;
}

.project-card p {
  font-size: 12px;
}

.chips span {
  font-size: 10px;
}

.result-grid article {
  min-height: 170px;
}

.tech-bottom {
  padding-top: 20px;
}

.center-head {
  text-align: center;
}

.tech-icon-row {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 14px;
  align-items: center;
}

.tech-icon-row span {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 8px;
  color: #dbeaff;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(72, 135, 200, .12);
  font-size: 12px;
}

.footer {
  background: #03070d url("../images/real-tech-footer.png") center top / cover no-repeat;
  padding-top: 62px;
}

.footer-grid {
  border-top: 1px solid rgba(0, 140, 255, .2);
  padding-top: 26px;
}

@media (max-width: 980px) {
  .hero-slider,
  .hero-slide {
    min-height: 720px;
  }

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

  .hero-slider::after {
    display: none;
  }

  .services-grid,
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trusted-strip,
  .tech-icon-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline article::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .nav {
    height: 78px;
  }

  .hero-slider,
  .hero-slide {
    min-height: 760px;
  }

  .hero-copy h1 {
    font-size: 39px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .hero-visual img {
    margin: 0 auto;
  }

  .platform-icons {
    display: none;
  }

  .quick-cta {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .trusted-strip,
  .feature-strip,
  .services-grid,
  .project-grid,
  .timeline,
  .tech-icon-row {
    grid-template-columns: 1fr;
  }

  .trusted-strip span {
    text-align: center;
  }

  .project-card img {
    height: 150px;
  }
}
