/* Keep all content visible before it enters the viewport; motion remains decorative. */
html {
  overflow-x: hidden;
}

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

.waitlist-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.brand-logo { gap: 8px; font-size: 20px; line-height: .85; }
.brand-logo img { width: 38px; height: 38px; object-fit: contain; }
.brand-logo b { color: var(--gold); font-weight: 600; }

@media (max-width: 430px) {
  .capability-orbit {
    width: 100%;
    margin-left: 0;
  }
}

.platform-availability {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.platform-availability p {
  margin: 0;
  color: #d7dce7;
  line-height: 1.45;
}

.play-store-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background: rgba(0, 0, 0, .78);
  color: #fff;
  box-shadow: 0 9px 24px rgba(0, 0, 0, .32);
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.play-store-link:hover {
  transform: translateY(-2px);
  border-color: rgba(94, 227, 202, .9);
  background: #050505;
}

.play-store-link:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.play-store-mark {
  color: #5ee3ca;
  font-size: 21px;
  line-height: 1;
}

.app-store-link:hover {
  border-color: rgba(231, 189, 114, .9);
}

.app-store-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1.5px solid #fff;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
}

.app-store-mark svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.play-store-link small,
.play-store-link strong {
  display: block;
}

.play-store-link small {
  font-size: 8px;
  letter-spacing: .12em;
}

.play-store-link strong {
  margin-top: 1px;
  font-size: 16px;
  line-height: 1;
}

.review-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(231, 189, 114, .65);
}

@media (max-width: 850px) {
  .platform-availability {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .play-store-link {
    transition: none;
  }
}
