:root {
  --paper: #fcfcfc;
  --obsidian: #090a12;
  --void: #040407;
  --graphite: #101119;
  --surface: #141622;
  --surface-2: #191b29;
  --smoke: #7d7f8d;
  --ash: #a8aaba;
  --line: rgba(222, 223, 238, .14);
  --line-strong: rgba(97, 153, 246, .36);
  --blue: #6199f6;
  --blue-soft: #9cc2ff;
  --violet: #4f4f80;
  --warm: #d96a32;
  --radius: 24px;
  --max: 1280px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 7%, rgba(65, 73, 150, .26), transparent 27rem),
    radial-gradient(circle at 91% 26%, rgba(36, 89, 149, .20), transparent 30rem),
    linear-gradient(180deg, #090a13 0%, #06070d 52%, #0a0a12 100%);
  color: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  min-width: 320px;
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

body::selection {
  background: var(--blue);
  color: #08101d;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 99px;
  background: var(--paper);
  color: #080910;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .16;
  z-index: -1;
}

.ambient-a {
  width: 380px;
  height: 380px;
  background: #31438e;
  top: 8%;
  left: -180px;
}

.ambient-b {
  width: 430px;
  height: 430px;
  background: #184c78;
  top: 38%;
  right: -240px;
}

.section-shell {
  width: min(calc(100% - 56px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 100;
  transition: transform .3s ease;
}

.site-header.is-hidden {
  transform: translateY(-125%);
}

.nav-wrap {
  width: min(calc(100% - 48px), 1180px);
  min-height: 62px;
  margin: auto;
  padding: 8px 10px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(4, 4, 7, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 650;
  letter-spacing: -.3px;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #d5d6df;
  font-size: 14px;
}

.nav-links>a:not(.nav-pill) {
  position: relative;
}

.nav-links>a:not(.nav-pill)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: var(--paper);
  transition: right .25s ease;
}

.nav-links>a:not(.nav-pill):hover::after {
  right: 0;
}

.nav-pill,
.primary-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--paper);
  color: #0b0c14;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease;
}

.nav-pill:hover,
.primary-pill:hover {
  transform: translateY(-2px);
  background: #e8e9f1;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: white;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  margin: 5px auto;
  transition: transform .2s;
}

.hero {
  position: relative;
  min-height: auto;
  padding-top: 126px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 68% 32%, rgba(97, 153, 246, .13), transparent 24rem),
    radial-gradient(circle at 50% 100%, rgba(34, 55, 129, .22), transparent 35rem),
    linear-gradient(180deg, rgba(10, 0, 30, .55) 0%, rgba(2, 0, 10, .16) 45%, rgba(12, 29, 50, .25) 75%, transparent 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  gap: 56px;
  align-items: center;
  min-height: 700px;
}

.hero-copy {
  padding: 42px 0 80px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--blue-soft);
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-weight: 650;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(58px, 6.6vw, 94px);
  line-height: .92;
  letter-spacing: -.057em;
  font-weight: 420;
}

h1 em {
  font-style: normal;
  color: var(--blue-soft);
}

.hero-lead {
  max-width: 610px;
  margin: 32px 0 0;
  color: #d2d3dd;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.38;
  letter-spacing: -.025em;
}

.hero-support {
  max-width: 590px;
  margin: 14px 0 0;
  color: var(--smoke);
  font-size: 15px;
}

.store-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.store-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.095);
}

.store-button svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.store-button span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.store-button small {
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b0b3c5;
  letter-spacing: 0.2px;
}

.store-button .store-text-main {
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: -0.1px;
  color: #ffffff;
}

.store-coming-soon {
  font-size: 7px;
  text-transform: uppercase;
  color: rgb(192, 192, 192);
  margin-top: 1px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: 20px;
  color: #8d8f9e;
  font-size: 12px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-meta i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(97, 153, 246, .1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 9px rgba(97, 153, 246, 0);
  }
}

.product-stage {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.product-stage::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 153, 246, .14), rgba(79, 79, 128, .07) 42%, transparent 70%);
  filter: blur(5px);
}

.phone {
  position: relative;
  width: 344px;
  height: 684px;
  padding: 10px;
  border-radius: 46px;
  background: linear-gradient(145deg, #26283a, #080910 45%, #202235);
  border: 1px solid rgba(255, 255, 255, .2);
  transform: rotateY(-5deg) rotateX(2deg);
  transition: transform .3s ease;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 41px;
  border: 1px solid rgba(255, 255, 255, .07);
  pointer-events: none;
}

.phone-edge {
  position: absolute;
  top: 92px;
  left: -3px;
  width: 3px;
  height: 74px;
  border-radius: 3px 0 0 3px;
  background: #333547;
  box-shadow: 0 96px 0 #333547;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 37px;
  background: #f7f7f5;
  color: #171817;
}

.phone-screen::before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 10px;
  left: 50%;
  width: 86px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #0b0c11;
}


.screen-switcher {
  display: none;
}

.feature-ticker {
  margin-top: 42px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .018);
}

.feature-ticker>div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 14px 0;
  animation: ticker 32s linear infinite;
  color: #8d8f9e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.feature-ticker i {
  color: var(--blue);
  font-style: normal;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.app-splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0 L40 10 L30 20 L20 10 Z M0 30 L10 40 L20 30 L10 20 Z M30 40 L40 50 L30 60 L20 50 Z M40 30 L50 40 L60 30 L50 20 Z M15 15 L25 15 L25 25 L15 25 Z M35 15 L45 15 L45 25 L35 25 Z M15 35 L25 35 L25 45 L15 45 Z M35 35 L45 35 L45 45 L35 45 Z' fill='%236199f6' fill-opacity='0.015' fill-rule='evenodd'/%3E%3C/svg%3E");
  padding: 20px;
  box-sizing: border-box;
}

.app-splash img {
  width: 106px;
  height: 106px;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
}

.app-splash span {
  font-size: 26px;
  font-weight: 750;
  letter-spacing: -0.5px;
  color: #090a12;
  margin-bottom: 22px;
  font-family: var(--font);
}

.splash-loader {
  display: flex;
  gap: 7px;
}

@media (max-width: 600px) {
  .hero-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-copy .eyebrow {
    justify-content: center;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 15vw, 68px);
    text-align: center;
  }

  .hero-lead {
    font-size: 18px;
    text-align: center;
  }

  .hero-support {
    text-align: center;
  }

  .store-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-meta {
    justify-content: center;
  }
}








.splash-loader span {
  width: 8px;
  height: 8px;

  border-radius: 50%;
  background-color: var(--blue);
  animation: splash-pulse 1.2s infinite ease-in-out both;
}

.splash-loader span:nth-child(1) {
  animation-delay: -0.32s;
}

.splash-loader span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes splash-pulse {

  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0.3;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.features {
  padding-top: 50px;
  padding-bottom: 80px;
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: end;
}

.section-intro .eyebrow {
  grid-column: 1 / -1;
}

h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 430;
}

.section-intro>p:last-child {
  margin: 0;
  max-width: 480px;
  color: var(--smoke);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 80px;
}

.feature-item {
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(97, 153, 246, .28);
  border-radius: 50%;
  color: var(--blue);
}

.feature-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item h3 {
  margin: 0;
  font-size: 19px;
  letter-spacing: -.02em;
  font-weight: 600;
}

.feature-item p {
  margin: 11px 0 0;
  color: var(--smoke);
  font-size: 14px;
}



.mission {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mission-panel {
  position: relative;
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(97, 153, 246, .23);
  border-radius: 30px;
  background: radial-gradient(circle at 17% 60%, rgba(188, 94, 43, .26), transparent 22rem), linear-gradient(135deg, #0c0d16, #121522 60%, #0a0b12);
}

.mission-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, .025) 48%, transparent 65%);
}

.mission-mark {
  display: grid;
  place-items: center;
  padding: 50px;
}

.mission-mark img {
  width: min(310px, 90%);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 27%;
  mix-blend-mode: screen;
  opacity: .92;
}

.mission-copy {
  align-self: center;
  padding: 70px 70px 70px 20px;
}

.mission-copy h2 {
  max-width: 720px;
}

.mission-copy>p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--ash);
  font-size: 17px;
}

.mission-links {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}

.text-link {
  color: #d3d5e0;
  font-size: 14px;
}

.text-link span {
  color: var(--blue);
}

.launch-section {
  padding-bottom: 120px;
}

.launch-card {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding: 58px;
  border-radius: 26px;
  color: #0a0b12;
  background: var(--paper);
}

.launch-card .eyebrow {
  color: #3669ae;
}

.launch-card .eyebrow span {
  background: #3669ae;
}

.launch-card h2 {
  max-width: 770px;
  font-size: clamp(38px, 4.5vw, 58px);
}

.launch-card p:not(.eyebrow) {
  margin: 16px 0 0;
  color: #656775;
}

.primary-pill.light {
  flex: 0 0 auto;
  min-height: 50px;
  border: 1px solid #101118;
  background: #101118;
  color: white;
}

.primary-pill.light:hover {
  background: #262834;
}

.site-footer {
  position: relative;
  z-index: 150;
  padding: 66px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #050609;
}

.footer-grid {
  display: grid;
  grid-template-columns: .8fr 1.3fr .8fr;
  gap: 50px;
  align-items: start;
}

.footer-brand {
  display: flex;
  gap: 13px;
  align-items: center;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.footer-brand span {
  display: grid;
}

.footer-brand strong {
  font-size: 17px;
}

.footer-brand small {
  color: #797b89;
  font-size: 10px;
}

.footer-grid>p {
  margin: 0;
  color: #777987;
  font-size: 12px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  color: #aaaeba;
  font-size: 12px;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  color: #656775;
  font-size: 10px;
}

.developer-credit {
  font-family: Consolas, SFMono-Regular, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  font-size: 11px;
}

.developer-credit a {
  color: var(--blue-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.developer-credit a:hover {
  color: var(--blue);
}

.toast {
  position: fixed;
  z-index: 300;
  left: 50%;
  bottom: 24px;
  min-width: 280px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(12, 13, 20, .94);
  color: white;
  backdrop-filter: blur(16px);
  transform: translate(-50%, 160%);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

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

.toast span {
  color: #8f92a1;
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.bottom-blur {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  z-index: 99;
  user-select: none;
  -webkit-user-select: none;
  background: transparent;
  -webkit-mask-image: linear-gradient(to top, black 20%, transparent);
  mask-image: linear-gradient(to top, black 20%, transparent);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}

@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: 1fr 440px;
    gap: 24px;
  }

  .phone {
    width: 316px;
    height: 630px;
  }

  .product-stage {
    min-height: 650px;
  }

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

  .mission-copy {
    padding-right: 45px;
  }

  .orbit-note {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 8px;
  }

  .nav-wrap {
    border-radius: 24px;
    min-height: 58px;
  }

  .menu-button {
    display: block;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: 68px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 20px;
    background: rgba(5, 5, 9, .96);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: .2s;
  }

  .nav-links.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .nav-links .nav-pill {
    margin-top: 7px;
  }

  .hero {
    padding-top: 104px;
  }

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

  .hero-copy {
    padding-bottom: 30px;
  }

  .product-stage {
    min-height: 690px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-intro .eyebrow {
    grid-column: auto;
  }

  .section-intro>p:last-child {
    max-width: 620px;
  }

  .mission-panel {
    grid-template-columns: 1fr;
  }

  .mission-mark {
    padding-bottom: 0;
  }

  .mission-mark img {
    width: 230px;
  }

  .mission-copy {
    padding: 30px 34px 50px;
  }

  .launch-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .section-shell {
    width: min(calc(100% - 36px), var(--max));
  }

  .brand span {
    font-size: 15px;
  }

  .hero-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 15vw, 68px);
    text-align: center;
  }

  .hero-lead {
    font-size: 18px;
    text-align: center;
  }

  .hero-support {
    text-align: center;
  }

  .store-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-meta {
    justify-content: center;
  }

  .store-button {
    min-width: 0;
    min-height: auto;
    padding: 6px 12px;
    gap: 8px;
    border-radius: 8px;
  }

  .store-button svg {
    width: 20px;
    height: 20px;
  }

  .store-button small {
    font-size: 7px;
  }

  .store-button .store-text-main {
    font-size: 12px;
  }

  .primary-pill {
    display: inline-flex;
    min-height: auto;
    padding: 12px 24px;
    border-radius: 18px;
    line-height: 1.35;
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }

  .product-stage {
    min-height: 620px;
    margin-inline: -5px;
  }

  .phone {
    width: 285px;
    height: 566px;
    border-radius: 40px;
    transform: none;
    display: block;
  }

  .phone-screen {
    border-radius: 32px;
  }

  .phone-screen::before {
    width: 74px;
    height: 20px;
  }

  .orbit-note {
    display: none !important;
  }

  .screen-switcher {
    display: none !important;
  }

  .feature-ticker {
    margin-top: 18px;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 55px;
  }

  .section-intro {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-intro>p:last-child {
    margin-inline: auto;
  }

  .feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feature-icon {
    margin-inline: auto;
  }

  .mission {
    padding-block: 85px;
  }

  .mission-mark {
    padding: 34px 34px 0;
    display: flex;
    justify-content: center;
  }

  .mission-copy {
    padding: 30px 24px 38px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mission-copy>p:not(.eyebrow) {
    font-size: 15px;
  }

  .mission-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .launch-section {
    padding-bottom: 85px;
  }

  .launch-card {
    padding: 30px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .launch-card div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .launch-card p:not(.eyebrow) {
    text-align: center;
  }

  .footer-grid {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .bottom-blur {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}