/* Download page: product-page verification before device instructions. */
#store, #verify, #iphone, #ipad, #restore, #price, #purchase-faq {
  scroll-margin-top: var(--nav-h);
}
.download-hero {
  padding-top: 84px;
  padding-bottom: 84px;
  overflow-x: clip;
}
.download-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, .75fr);
  gap: 64px;
  align-items: center;
}
.download-hero h1 {
  margin-top: 24px;
}
.download-hero__gradient {
  background: var(--grad-text);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.download-hero__button {
  min-height: 72px;
  margin-top: 28px;
  padding-inline: 30px;
}
.download-hero__button svg {
  width: 27px;
  height: 27px;
}
.download-hero__button .store-button__lines strong {
  font-size: 18px;
}
.download-hero__lead {
  max-width: 55ch;
  margin-top: 27px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.85;
}
.download-hero__facts {
  margin-top: 25px;
}
.store-note {
  min-width: 0;
  padding: 28px;
  border: 1px solid transparent;
  border-radius: var(--r-card);
  background: linear-gradient(var(--bg), var(--bg)) padding-box, var(--grad-edge) border-box;
  box-shadow: var(--shadow-card);
}
.store-note__heading {
  display: flex;
  align-items: center;
  gap: 14px;
}
.store-note__heading img {
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
}
.store-note__heading strong,
.store-note__heading span {
  display: block;
}
.store-note__heading strong {
  font-size: 19px;
  font-weight: 500;
}
.store-note__heading span {
  color: var(--text-muted);
  font-size: 13px;
}
.store-note__list {
  margin-top: 24px;
}
.store-note__list li {
  display: flex;
  gap: 17px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid var(--border-soft);
}
.store-note__list li > span {
  flex-shrink: 0;
  color: var(--accent-dark);
  font: 13px var(--font-mono);
}
.store-note__list strong {
  font-weight: 500;
}
.store-note__list p {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 13px;
}
.download-hero__bottom {
  margin-top: 68px;
}
.download-hero__bottom .toc {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.download-text {
  max-width: 79ch;
  min-width: 0;
}
.download-text h2 {
  margin-top: 36px;
}
.download-text p,
.verify-content > p,
.restore-steps > p {
  margin-top: 20px;
  line-height: 1.95;
}
.download-text p {
  color: var(--text-muted);
}
.download-text p strong {
  color: var(--text);
  font-weight: 500;
}
.download-text a,
.restore-steps a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: .2em;
}
.verify-intro {
  max-width: 75ch;
  margin-top: 18px;
  color: var(--on-dark-muted);
  line-height: 1.85;
}
.verify-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: 44px;
  align-items: start;
  margin-top: 38px;
}
.verify-content {
  min-width: 0;
}
.verify-content > p {
  color: var(--on-dark-muted);
}
.verify-facts {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  background: var(--bg);
  color: var(--text);
  box-shadow: var(--shadow-card);
}
.verify-facts__row {
  padding: 20px 24px;
}
.verify-facts__row + .verify-facts__row {
  border-top: 1px solid var(--border);
}
.verify-facts__row > span {
  color: var(--accent-dark);
  font: 13px var(--font-mono);
}
.verify-facts__row p {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.8;
}
.verify-facts__row strong {
  color: var(--text);
  font-weight: 500;
  overflow-wrap: anywhere;
}
.verify-shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  padding: 23px;
  border: 1px solid var(--on-dark-muted);
  border-radius: var(--r-card);
}
.verify-shots .official-shot {
  min-width: 0;
  width: 100%;
  max-width: 245px;
}
.verify-shots .official-shot figcaption {
  color: var(--on-dark-muted);
}
.device-section__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.device-section__heading .section-title {
  margin-top: 8px;
}
.device-section__mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-inner);
  background: var(--bg);
  color: var(--accent-dark);
}
.device-section__mark svg {
  width: 42px;
  height: 42px;
}
.device-section .download-text > p:first-child {
  margin-top: 0;
}
.device-section .callout p {
  margin-top: 6px;
}
.restore-layout,
.price-layout {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 72px;
}
.restore-lead {
  max-width: 34ch;
  margin-top: 22px;
  color: var(--on-dark-muted);
  line-height: 1.85;
}
.restore-step {
  display: flex;
  gap: 22px;
  padding-top: 26px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--on-dark-muted);
}
.restore-step:first-child {
  padding-top: 0;
}
.restore-step > span {
  flex-shrink: 0;
  color: var(--on-dark-muted);
  font: 14px var(--font-mono);
}
.restore-step h3 {
  font-size: 21px;
}
.restore-step p {
  margin-top: 10px;
  color: var(--on-dark-muted);
  line-height: 1.85;
}
.restore-steps > p {
  color: var(--on-dark-muted);
}
.section--dark .restore-steps a {
  color: var(--on-dark);
}
.price-layout .download-text > p:first-child {
  margin-top: 0;
}
.purchase-faq {
  max-width: 920px;
  margin-top: 38px;
  padding-inline: 28px;
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  background: var(--bg);
}
.purchase-faq .faq-item:last-child {
  border-bottom: 0;
}
.purchase-faq .faq-item__answer p {
  line-height: 1.85;
}
@media (max-width: 960px) {
  .download-hero__layout,
  .verify-layout,
  .restore-layout,
  .price-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .store-note {
    max-width: 620px;
  }
  .verify-shots {
    max-width: 590px;
  }
}
@media (max-width: 640px) {
  .download-hero {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .download-hero__button {
    width: 100%;
    min-height: 62px;
    padding-inline: 13px;
  }
  .download-hero__button .store-button__lines strong {
    font-size: 15px;
  }
  .download-hero__lead {
    font-size: 15px;
  }
  .download-hero__bottom {
    margin-top: 46px;
  }
  .store-note {
    padding: 21px;
  }
  .verify-shots {
    gap: 10px;
    padding: 12px;
  }
  .verify-shots .official-shot figcaption {
    font-size: 12px;
  }
  .device-section__mark {
    width: 52px;
    height: 52px;
  }
  .device-section__mark svg {
    width: 35px;
    height: 35px;
  }
  .purchase-faq {
    padding-inline: 18px;
  }
}
@media (max-width: 370px) {
  .verify-shots {
    grid-template-columns: 1fr;
  }
  .verify-shots .official-shot {
    max-width: 240px;
  }
}