.funnel-page {
  background: var(--paper-clean);
}

.funnel-hero {
  padding: clamp(86px, 10vw, 144px) var(--gutter) clamp(70px, 8vw, 112px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.funnel-hero-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.funnel-product {
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.funnel-hero h1 {
  max-width: 12ch;
  font-size: clamp(62px, 9vw, 118px);
}

.funnel-hero > .funnel-hero-inner > p:last-child {
  max-width: 620px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.purchase-section,
.platform-section,
.pricing-page-section,
.pricing-article {
  padding: var(--section) var(--gutter);
}

.offer-layout,
.platform-inner,
.pricing-page-inner,
.pricing-article-inner {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(64px, 10vw, 150px);
  align-items: start;
}

.purchase-offer h2,
.download-lead h2,
.pricing-page-section h2 {
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 630;
  line-height: 1;
  letter-spacing: -0.055em;
}

.offer-intro {
  max-width: 540px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.benefit-list {
  margin: 52px 0 38px;
  list-style: none;
  border-top: 1px solid var(--line);
}

.benefit-list li {
  padding: 19px 0;
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.benefit-list strong {
  font-size: 16px;
  font-weight: 630;
}

.benefit-list span {
  color: var(--ink-soft);
  font-size: 15px;
}

.purchase-button {
  min-width: min(100%, 310px);
}

.purchase-terms,
.legal-note,
.platform-requirements,
.comparison-note {
  margin-top: 16px;
  color: var(--ink-faint);
  font-size: 13px;
}

.checkout-assurance {
  max-width: 42ch;
  color: var(--ink-faint);
  font-size: 13px;
  line-height: 1.5;
}

.purchase-notes {
  border-top: 1px solid var(--line);
}

.purchase-notes section {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
}

.purchase-notes h2 {
  font-size: 25px;
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.purchase-notes p {
  margin-top: 12px;
  color: var(--ink-soft);
  line-height: 1.62;
}

.purchase-notes a,
.legal-note a,
.pricing-article a {
  border-bottom: 1px solid currentColor;
}

.purchase-notes section > a {
  width: fit-content;
  margin-top: 17px;
  display: inline-flex;
  gap: 8px;
  color: var(--ink);
  font-weight: 610;
}

.download-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(60px, 10vw, 140px);
  align-items: start;
}

.download-copy > p {
  max-width: 550px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.55;
}

.download-copy > .release-summary {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.62;
}

.release-summary strong {
  color: var(--ink);
  font-weight: 650;
}

.download-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
}

.release-facts {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.release-facts > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.release-facts dt {
  color: var(--ink-faint);
  font-size: 12px;
  font-weight: 600;
}

.release-facts dd {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.download-verification {
  margin-top: 16px;
  color: var(--ink-faint);
  font-size: 13px;
}

.download-verification summary {
  width: fit-content;
  min-height: 30px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 610;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.download-verification p {
  margin-top: 10px;
}

.download-verification a {
  border-bottom: 1px solid currentColor;
  color: var(--ink);
}

.download-hash {
  display: block;
  max-width: 100%;
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: var(--ink-soft);
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  line-height: 1.55;
}

.download-object {
  position: relative;
  height: clamp(390px, 42vw, 500px);
  overflow: hidden;
  border-block: 1px solid rgb(17 18 20 / 0.16);
  background: #aaa9a6;
  isolation: isolate;
}

.download-object .product-stage__icon img {
  object-position: 60% 52%;
}

.download-object .product-stage__window {
  top: 7%;
  left: 4%;
  width: 56%;
  border-radius: 16px;
  box-shadow: 0 22px 44px rgb(17 18 20 / 0.22), 0 2px 6px rgb(17 18 20 / 0.16);
  transform: rotate(-0.8deg);
}

.download-object .product-stage__recorder {
  right: 6%;
  bottom: 8%;
  width: 58%;
  border-radius: 15px;
  box-shadow: 0 18px 36px rgb(17 18 20 / 0.28), 0 2px 5px rgb(17 18 20 / 0.18);
}

.platform-section {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.install-section {
  padding: var(--section) var(--gutter);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.install-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(52px, 9vw, 130px);
  align-items: start;
}

.install-heading h2 {
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 630;
  line-height: 1;
  letter-spacing: -0.05em;
}

.install-heading p {
  max-width: 38ch;
  margin-top: 20px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.install-steps {
  list-style: none;
  border-top: 1px solid var(--line);
}

.install-steps li {
  display: grid;
  grid-template-columns: minmax(92px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.install-steps strong {
  font-weight: 650;
}

.install-steps span,
.install-recovery li,
.install-recovery p {
  color: var(--ink-soft);
}

.install-recovery {
  grid-column: 2;
  padding-top: 4px;
}

.install-recovery h3 {
  font-size: 21px;
  font-weight: 630;
  letter-spacing: -0.03em;
}

.install-recovery ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.install-recovery li + li {
  margin-top: 10px;
}

.install-recovery p {
  margin-top: 16px;
  font-size: 14px;
}

.install-recovery a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.platform-inner > h2 {
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 630;
  line-height: 1;
  letter-spacing: -0.05em;
}

.platform-list {
  margin-top: 54px;
  border-top: 1px solid var(--line);
}

.platform-row {
  padding: 28px 0 32px;
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1.2fr) minmax(230px, 0.65fr);
  gap: 34px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.platform-row h3 {
  font-size: 25px;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.platform-row > p {
  color: var(--ink-soft);
  line-height: 1.62;
}

.waitlist-form {
  display: flex;
  gap: 8px;
}

.waitlist-form input[type="email"] {
  min-width: 0;
  flex: 1;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
}

.waitlist-form button {
  min-height: 44px;
  padding: 11px 15px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 620;
}

.pricing-page-section {
  background: var(--white);
}

.single-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(58px, 10vw, 150px);
  align-items: end;
}

.single-price .price-copy p {
  max-width: 600px;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.55;
}

.price-actions {
  display: grid;
  gap: 17px;
  justify-items: start;
}

.price-actions .button {
  width: 100%;
}

.free-line {
  margin-top: clamp(64px, 8vw, 110px);
  padding: 28px 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.free-line h3 {
  font-size: 24px;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.free-line p {
  color: var(--ink-soft);
  line-height: 1.6;
}

.pricing-article {
  border-top: 1px solid var(--line);
  background: var(--paper-clean);
}

.pricing-article-inner {
  max-width: 920px;
}

.pricing-article h2 {
  margin: 64px 0 17px;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 630;
  line-height: 1.08;
  letter-spacing: -0.048em;
}

.pricing-article h2:first-child {
  margin-top: 0;
}

.pricing-article p {
  margin-top: 13px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.comparison-scroll {
  margin-top: 34px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--ink-faint) transparent;
  -webkit-overflow-scrolling: touch;
}

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

.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border-top: 1px solid var(--line);
}

.comparison-table th,
.comparison-table td {
  padding: 16px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
}

.comparison-table thead th {
  color: var(--ink-faint);
  font-size: 12px;
  font-weight: 600;
}

.comparison-table tbody th {
  font-weight: 620;
}

.comparison-table td {
  color: var(--ink-soft);
}

@media (max-width: 860px) {
  .offer-layout,
  .download-lead,
  .single-price,
  .install-inner {
    grid-template-columns: 1fr;
  }

  .install-recovery {
    grid-column: auto;
  }

  .purchase-notes {
    margin-top: 18px;
  }

  .download-object {
    max-width: 620px;
    height: clamp(430px, 65vw, 520px);
  }

  .platform-row {
    grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1fr);
  }

  .platform-row form,
  .platform-row .platform-action {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .funnel-hero {
    padding-top: 72px;
  }

  .benefit-list li,
  .platform-row,
  .free-line,
  .release-facts > div,
  .install-steps li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .platform-row form,
  .platform-row .platform-action {
    grid-column: auto;
    margin-top: 12px;
  }

  .waitlist-form {
    flex-direction: column;
  }

  .download-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-actions .button,
  .purchase-button,
  .price-actions .button {
    width: 100%;
  }

  .download-object {
    height: 430px;
  }

  .download-object .product-stage__icon img {
    object-position: 65% 51%;
  }

  .download-object .product-stage__window {
    top: 5%;
    left: 4%;
    width: 72%;
  }

  .download-object .product-stage__recorder {
    right: auto;
    bottom: 7%;
    left: 9%;
    width: 82%;
  }

  .comparison-scroll-help {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 22px 0 -16px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    color: var(--ink-faint);
    font-size: 13px;
    line-height: 1.45;
  }
}
