.hero-preview__copy strong {
  color: var(--color-text);
}

.hero-device-label {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--color-text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-device-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-device-link,
.hero-store-pill {
  display: inline-flex;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-pill);
  background: var(--color-panel);
  color: var(--color-text);
  box-shadow: var(--shadow-soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-device-link:hover,
.hero-store-pill:hover {
  border-color: var(--color-frame-soft);
  color: var(--color-accent-strong);
}

.hero-device-link svg {
  width: 23px;
  height: 23px;
}

.hero-store-pill {
  background: var(--color-accent-soft);
  color: var(--color-accent-strong);
}

.hero-store-pill svg {
  width: 17px;
  height: 17px;
}

.verify-card__logo {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-soft);
}

.home-status {
  padding-top: 0;
  padding-bottom: 0;
  border-block: 1px solid var(--color-line);
  background: var(--color-panel);
}

.home-status__track {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow-x: auto;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  scrollbar-width: thin;
}

.home-status__track span {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
}

.home-status__track span + span {
  padding-left: 26px;
}

.home-status__track span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  transform: translateY(-50%);
}

.tab-layout {
  grid-template-rows: auto;
}

.tab-panel {
  grid-column: 2;
  grid-row: 1;
}

.tab-panel h3 {
  margin-top: 18px;
}

.tab-panel__intro {
  line-height: 1.85;
}

.device-section-head,
.blog-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.device-section-head .section-heading,
.blog-section-head .section-heading {
  margin-bottom: 0;
}

.device-card__description,
.device-card__more,
.device-card__name {
  display: block;
}

.device-card__description {
  line-height: 1.72;
}

.device-card__more {
  margin-top: 10px;
  color: var(--color-accent-strong);
  font-size: 0.84rem;
  font-weight: 700;
}

.device-note {
  margin-top: 22px;
  margin-bottom: 0;
  color: var(--color-text-muted);
  text-align: center;
}

.section-link {
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}

.section-link a,
.blog-all-link {
  font-weight: 750;
  text-decoration: none;
}

.quick-steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 27px;
  width: 1px;
  background: var(--color-line);
}

.quick-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  padding-bottom: 52px;
}

.quick-step:last-child {
  padding-bottom: 0;
}

.quick-step__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid var(--color-accent-soft);
  border-radius: var(--radius-pill);
  background: var(--color-panel);
  color: var(--color-accent-strong);
  box-shadow: var(--shadow-tight);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 800;
}

.quick-step__body {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-xl);
  background: var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.quick-step__body h3 {
  margin-top: 16px;
}

.quick-step__body p {
  margin-top: 0;
  margin-bottom: 1em;
  color: var(--color-text-muted);
}

.quick-step__body p:last-child {
  margin-bottom: 0;
}

.quickstart-link {
  margin-top: 38px;
  padding-left: 98px;
}

.facts-layout {
  display: grid;
  gap: 18px;
}

.fact-block {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-xl);
  background: var(--color-panel);
  box-shadow: var(--shadow-soft);
}

.fact-block__index {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: var(--radius-lg);
  background: var(--color-accent-soft);
  color: var(--color-accent-strong);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 800;
}

.fact-block p {
  margin-top: 0;
  margin-bottom: 1em;
  color: var(--color-text-muted);
}

.fact-block p:last-child {
  margin-bottom: 0;
}

.fact-block strong {
  color: var(--color-text);
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.question-grid .card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.question-grid p {
  margin-top: 0;
  color: var(--color-text-muted);
}

.question-grid a {
  margin-top: auto;
  padding-top: 12px;
  font-weight: 700;
  text-decoration: none;
}

.blog-all-link {
  flex-shrink: 0;
  padding-bottom: 8px;
}

@media (max-width: 1100px) {
  .hero-preview__copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .tab-panel {
    grid-column: 1;
    grid-row: 2;
  }

  .device-section-head,
  .blog-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .question-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .hero-preview__grid {
    gap: 30px;
    padding-top: 36px;
  }

  .hero-preview__copy h1 {
    margin-top: 18px;
  }

  .hero-preview__actions {
    margin-top: 22px;
  }

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

  .hero-stage-wrap {
    margin-top: 4px;
  }

  .rules-card__list li {
    font-size: 0.67rem;
  }

  .home-status__track {
    min-height: 62px;
  }

  .quick-steps::before {
    left: 21px;
  }

  .quick-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 34px;
  }

  .quick-step__number {
    width: 44px;
    height: 44px;
  }

  .quick-step__body {
    border-radius: var(--radius-lg);
  }

  .quickstart-link {
    padding-left: 58px;
  }

  .fact-block {
    grid-template-columns: minmax(0, 1fr);
  }

  .fact-block__index {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 390px) {
  .hero-device-link,
  .hero-store-pill {
    padding-inline: 11px;
    font-size: 0.78rem;
  }

  .quick-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .quick-steps::before {
    left: 18px;
  }

  .quick-step__number {
    width: 38px;
    height: 38px;
    font-size: 0.68rem;
  }

  .quick-step__body {
    padding: 20px;
  }

  .quickstart-link {
    padding-left: 48px;
  }
}