:root {
  --home-status-gap: 38px;
  --home-quick-offset: 28px;
  --home-fact-gap: 24px;
  --home-stage-min-width: 760px;
}

.hero-preview__copy .badge-row {
  margin-top: 24px;
}

.hero-store-pill {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 7px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.hero-store-pill svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.home-status {
  position: relative;
  z-index: 8;
  margin-top: -34px;
}

.home-status__track {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: var(--home-status-gap);
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-bg);
  color: var(--color-text-muted);
  box-shadow: var(--shadow-float);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  scrollbar-width: none;
  white-space: nowrap;
}

.home-status__track::-webkit-scrollbar {
  display: none;
}

.home-status__track span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.home-status__track span:not(:first-child)::before {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-panel-rose);
  content: "";
}

.feature-copy .button {
  margin-top: 10px;
}

.device-store-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  margin-top: 28px;
  padding: 30px;
  align-items: center;
  border-radius: var(--radius-card);
  background: var(--color-bg);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
}

.device-store-row p {
  max-width: 760px;
  color: var(--color-text-muted);
}

.text-link {
  color: var(--color-accent-dark);
  font-weight: 800;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.quick-card {
  position: relative;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card-lg);
  background: var(--color-bg);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
}

.quick-card--offset {
  margin-top: var(--home-quick-offset);
}

.quick-card__number {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: var(--radius-md);
  background: var(--gradient-accent);
  color: var(--color-on-dark);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 800;
  box-shadow: var(--shadow-button-light);
}

.quick-card p {
  color: var(--color-text-muted);
}

.quick-footer {
  display: flex;
  margin-top: 40px;
  padding: 28px 30px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: var(--radius-card);
  background: var(--color-panel-rose);
  color: var(--color-text);
}

.quick-footer p {
  max-width: 750px;
  margin: 0;
}

.home-fact-pills {
  margin-bottom: 32px;
}

.home-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--home-fact-gap);
}

.home-facts .card {
  height: 100%;
}

.home-facts .card p:not(.kicker) {
  color: var(--color-text-muted);
}

.home-faq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.home-question-links {
  margin-top: 30px;
}

.section-tail-link {
  display: flex;
  margin-top: 38px;
  justify-content: center;
}

.hero-motion-paused .hero-cap {
  animation-play-state: paused;
}

@media (max-width: 1180px) {
  .home-status {
    margin-top: -28px;
  }

  .home-status__track {
    justify-content: flex-start;
  }

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

  .quick-card--offset {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .device-store-row,
  .home-facts,
  .home-faq {
    grid-template-columns: 1fr;
  }

  .device-store-row .app-store-button {
    justify-self: start;
  }

  .quick-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .home-status {
    margin-top: -22px;
  }

  .home-status__track {
    min-height: 62px;
    gap: 24px;
    padding-inline: 22px;
    border-radius: var(--radius-md);
  }

  .device-store-row,
  .quick-card,
  .quick-footer {
    padding: 24px;
  }

  .hero-preview__copy .badge-row {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .home-status__track {
    padding-inline: 18px;
  }

  .device-store-row {
    gap: 24px;
  }

  .device-store-row .app-store-button {
    width: 100%;
    justify-content: center;
  }

  .quick-footer .button {
    width: 100%;
  }

  .home-question-links .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero-stage {
    min-width: var(--home-stage-min-width);
  }

  .quick-card,
  .device-store-row {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cap {
    animation: none;
  }
}