.download-page {
  --download-shadow: 0 22px 58px rgba(15, 48, 37, 0.12);
  --download-shadow-soft: 0 12px 30px rgba(15, 48, 37, 0.08);
  background: #f4f7f5;
}

.download-page [hidden] {
  display: none !important;
}

.download-page section[id] {
  scroll-margin-top: 84px;
}

.download-page .site-brand,
.download-page .site-nav a,
.download-page .footer-bottom nav a,
.install-privacy {
  min-height: 44px;
}

.download-page .site-nav a,
.download-page .footer-bottom nav a {
  display: inline-flex;
  align-items: center;
}

.download-page .footer-bottom nav a {
  min-width: 44px;
  justify-content: center;
}

.download-header .header-inner {
  min-height: 72px;
}

.download-header .nav-toggle {
  min-width: 68px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.download-header .site-nav a[aria-current="page"] {
  color: var(--green);
  background: var(--green-soft);
}

.download-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #edf5f1;
}

.download-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  border-left: 1px solid rgba(8, 127, 91, 0.1);
  background: #e3f0ea;
}

.download-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 750px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(450px, 0.8fr);
  align-items: center;
  gap: 76px;
  padding-block: 74px 82px;
}

.download-hero-copy {
  max-width: 650px;
}

.download-product-line,
.install-app-line {
  display: flex;
  align-items: center;
  gap: 15px;
}

.download-product-line > img,
.install-app-line > img {
  flex: 0 0 auto;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 61, 46, 0.2);
}

.download-product-line .eyebrow {
  margin: 0;
}

.download-hero h1 {
  max-width: 650px;
  margin: 31px 0 0;
  font-size: clamp(50px, 5.4vw, 74px);
  line-height: 1.02;
  font-weight: 850;
}

.download-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.download-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: #42564e;
  font-size: 19px;
  line-height: 1.62;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.hero-store-actions {
  margin-top: 34px;
}

.store-badge {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-badge:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.store-badge img {
  width: auto;
  height: 50px;
  max-width: none;
}

.store-badge-google img {
  height: 63px;
  margin: -7px -8px;
}

.platform-ios .store-badge-apple,
.platform-android .store-badge-google {
  filter: drop-shadow(0 10px 18px rgba(6, 61, 46, 0.2));
}

.android-coming-soon {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 17px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: #41534c;
  background: rgba(255, 255, 255, 0.72);
}

.android-coming-soon > .icon {
  color: var(--green);
  font-size: 22px;
}

.android-coming-soon > span {
  display: grid;
  line-height: 1.1;
}

.android-coming-soon strong {
  font-size: 13px;
}

.android-coming-soon small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.platform-message {
  min-height: 22px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.download-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.download-assurances li {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 19px;
  border-left: 1px solid var(--line-strong);
}

.download-assurances li:first-child {
  padding-left: 0;
  border-left: 0;
}

.download-assurances .icon {
  color: var(--green);
  font-size: 21px;
}

.download-assurances span {
  display: grid;
  line-height: 1.12;
}

.download-assurances strong {
  font-size: 13px;
}

.download-assurances small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.download-hero-proof {
  min-width: 0;
}

.proof-console {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--download-shadow);
}

.proof-console > header {
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 4px 16px;
  border-bottom: 1px solid var(--line);
}

.proof-console > header > span img {
  border-radius: 8px;
}

.proof-console > header p {
  display: grid;
  margin: 0;
}

.proof-console > header small,
.proof-console > header b {
  color: var(--green);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0;
}

.proof-console > header strong {
  margin-top: 3px;
  font-size: 14px;
}

.proof-console > header b {
  padding: 6px 8px;
  border: 1px solid rgba(8, 127, 91, 0.22);
  border-radius: 5px;
  background: var(--green-soft);
}

.proof-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  margin-top: 18px;
  isolation: isolate;
}

.proof-screen-main {
  position: relative;
  z-index: 2;
  width: 282px;
  height: 482px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf9;
  box-shadow: 0 16px 38px rgba(15, 48, 37, 0.11);
  animation: proof-main-float 7s ease-in-out infinite;
  will-change: transform;
}

.proof-screen-main img,
.proof-screen-secondary img {
  width: 100%;
  height: auto;
}

.proof-screen-secondary {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 135px;
  height: 287px;
  overflow: hidden;
  border: 7px solid #ffffff;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 48, 37, 0.17);
  will-change: transform;
}

.proof-screen-secondary span {
  position: absolute;
  z-index: 1;
  right: 6px;
  bottom: 6px;
  left: 6px;
  padding: 5px 7px;
  border-radius: 5px;
  color: #ffffff;
  background: rgba(6, 61, 46, 0.9);
  font-size: 8px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.proof-temperature {
  left: 8px;
  transform: translate3d(0, -50%, 0) rotate(-3deg);
  animation: proof-temperature-float 8s ease-in-out infinite;
}

.proof-management {
  right: 8px;
  transform: translate3d(0, -50%, 0) rotate(3deg);
  animation: proof-management-float 8.5s ease-in-out infinite;
}

@keyframes proof-main-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}

@keyframes proof-temperature-float {
  0%, 100% { transform: translate3d(0, -50%, 0) rotate(-3deg); }
  50% { transform: translate3d(0, calc(-50% - 6px), 0) rotate(-2deg); }
}

@keyframes proof-management-float {
  0%, 100% { transform: translate3d(0, -50%, 0) rotate(3deg); }
  50% { transform: translate3d(0, calc(-50% + 6px), 0) rotate(2deg); }
}

.proof-console > footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--green-deep);
}

.proof-console > footer .icon {
  font-size: 23px;
}

.proof-console > footer span {
  display: grid;
}

.proof-console > footer strong {
  font-size: 12px;
}

.proof-console > footer small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.download-proof-strip {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.download-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.download-proof-grid article {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 24px;
  border-left: 1px solid var(--line);
}

.download-proof-grid article:first-child {
  border-left: 0;
}

.download-icon-well {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  color: var(--green);
  background: var(--green-soft);
}

.download-icon-well .icon {
  width: 21px;
  height: 21px;
}

.download-proof-grid article:nth-child(2) .download-icon-well {
  color: var(--blue);
  background: var(--blue-soft);
}

.download-proof-grid article:nth-child(3) .download-icon-well {
  color: var(--amber);
  background: var(--amber-soft);
}

.download-proof-grid span {
  display: grid;
  line-height: 1.2;
}

.download-proof-grid strong {
  font-size: 14px;
}

.download-proof-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.download-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: 80px;
}

.download-section-heading h2,
.growing-copy h2,
.access-copy h2,
.download-faq h2,
.install-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.03;
  font-weight: 840;
}

.download-section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--download-shadow-soft);
}

.outcome-grid article {
  position: relative;
  min-height: 380px;
  padding: 38px 34px;
  border-left: 1px solid var(--line);
}

.outcome-grid article:first-child {
  border-left: 0;
}

.outcome-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #a2aea9;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0;
}

.outcome-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: var(--green-soft);
}

.outcome-icon .icon {
  width: 27px;
  height: 27px;
}

.outcome-grid article:nth-child(2) .outcome-icon {
  color: var(--blue);
  background: var(--blue-soft);
}

.outcome-grid article:nth-child(3) .outcome-icon {
  color: var(--amber);
  background: var(--amber-soft);
}

.outcome-grid h3 {
  max-width: 280px;
  margin: 26px 0 0;
  font-size: 25px;
  line-height: 1.17;
}

.outcome-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.outcome-grid article > strong {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}

.product-proof-section {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.workflow-list {
  margin-top: 78px;
  border-top: 1px solid var(--line-strong);
}

.workflow-item {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: 90px;
  padding-block: 72px;
  border-bottom: 1px solid var(--line-strong);
}

.workflow-reverse .workflow-copy {
  grid-column: 2;
  grid-row: 1;
}

.workflow-reverse .workflow-pair {
  grid-column: 1;
  grid-row: 1;
}

.workflow-copy > span {
  color: var(--green);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0;
}

.workflow-copy h3 {
  max-width: 510px;
  margin: 17px 0 0;
  font-size: clamp(32px, 3.6vw, 49px);
  line-height: 1.08;
}

.workflow-copy p {
  max-width: 560px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.workflow-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-copy li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #3e5049;
  background: #f7f9f8;
  font-size: 11px;
  font-weight: 720;
}

.workflow-item > figure,
.workflow-pair figure {
  width: 294px;
  max-height: 592px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #f8faf9;
  box-shadow: var(--download-shadow);
}

.workflow-item figure img {
  width: 100%;
  height: auto;
}

.workflow-pair {
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-pair figure {
  width: 235px;
  max-height: 500px;
}

.workflow-pair figure:first-child {
  margin-right: -34px;
  transform: translateY(-20px);
}

.workflow-pair figure:last-child {
  margin-left: -5px;
  transform: translateY(34px);
}

.growing-section {
  padding-block: 116px;
  color: #ffffff;
  background: var(--green-deep);
}

.growing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.72fr);
  align-items: center;
  gap: 92px;
}

.growing-copy h2 {
  max-width: 650px;
}

.growing-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.growing-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.growing-points > span {
  min-height: 132px;
  display: grid;
  align-content: center;
  padding: 18px 18px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.growing-points > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.growing-points .icon {
  margin-bottom: 15px;
  color: #8ce5c0;
  font-size: 24px;
}

.growing-points strong {
  font-size: 13px;
}

.growing-points small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.chain-board {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.chain-board > header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.chain-board > header > span {
  display: grid;
}

.chain-board > header small {
  color: var(--green);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0;
}

.chain-board > header strong {
  margin-top: 4px;
  font-size: 15px;
}

.chain-board > header b {
  padding: 6px 9px;
  border-radius: 5px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 10px;
}

.chain-row {
  min-height: 83px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px 22px;
  border-bottom: 1px solid var(--line);
}

.chain-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 14px;
  font-weight: 840;
}

.chain-avatar.blue {
  color: var(--blue);
  background: var(--blue-soft);
}

.chain-avatar.amber {
  color: var(--amber);
  background: var(--amber-soft);
}

.chain-row p {
  display: grid;
  margin: 0;
}

.chain-row strong {
  font-size: 13px;
}

.chain-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.chain-row em {
  padding: 6px 9px;
  border-radius: 5px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 9px;
  font-style: normal;
  font-weight: 780;
}

.chain-row em.attention {
  color: var(--amber);
  background: var(--amber-soft);
}

.chain-board > footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  background: #f5f8f6;
}

.chain-board > footer .icon {
  color: var(--green);
  font-size: 24px;
}

.chain-board > footer span {
  display: grid;
}

.chain-board > footer strong {
  font-size: 12px;
}

.chain-board > footer small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.access-section {
  background: #edf4f0;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.62fr);
  align-items: center;
  gap: 100px;
}

.access-copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.access-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 43px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.access-notes > span {
  min-height: 105px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-content: center;
  padding: 18px 22px;
  border-left: 1px solid var(--line-strong);
}

.access-notes > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.access-notes .icon {
  grid-row: 1 / 3;
  color: var(--green);
  font-size: 23px;
}

.access-notes strong {
  font-size: 13px;
}

.access-notes small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.access-card {
  padding: 31px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--download-shadow);
}

.access-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.access-card > header span {
  color: var(--green);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0;
}

.access-card > header b {
  padding: 6px 8px;
  border-radius: 5px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 9px;
}

.access-price {
  display: flex;
  align-items: flex-end;
  gap: 13px;
  margin-top: 25px;
}

.access-price strong {
  font-size: 57px;
  line-height: 0.9;
}

.access-price span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.access-card > p {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.access-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.access-card li {
  position: relative;
  padding-left: 23px;
  color: #405149;
  font-size: 12px;
  font-weight: 650;
}

.access-card li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--green);
  border-radius: 50%;
}

.access-card-action {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
  padding: 0 20px;
  border: 1px solid #063d2e;
  border-radius: 6px;
  color: #ffffff !important;
  background: var(--green-deep);
  box-shadow: 0 10px 24px rgba(6, 61, 46, 0.18);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.access-card-action:hover {
  color: #ffffff !important;
  background: var(--green);
  box-shadow: 0 13px 28px rgba(6, 61, 46, 0.24);
  transform: translateY(-1px);
}

.access-card-action .icon {
  color: #b8f1dc;
  font-size: 19px;
  transition: transform 180ms ease;
}

.access-card-action:hover .icon {
  transform: translateX(4px);
}

.access-card-action:focus-visible {
  outline: 3px solid rgba(8, 127, 91, 0.28);
  outline-offset: 3px;
}

.access-card > small {
  display: block;
  margin-top: 13px;
  color: var(--faint);
  font-size: 9px;
  line-height: 1.5;
}

.download-faq {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.download-faq-layout {
  gap: 94px;
}

.download-faq .faq-intro > p:not(.eyebrow) {
  max-width: 510px;
}

.install-section {
  padding-block: 94px;
  color: #ffffff;
  background: #052f24;
}

.install-layout {
  display: block;
}

.install-copy {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.install-app-line {
  display: inline-flex;
  text-align: left;
}

.install-app-line span {
  display: grid;
}

.install-app-line small {
  color: #8ce5c0;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0;
}

.install-app-line strong {
  max-width: 480px;
  margin-top: 4px;
  font-size: 16px;
}

.install-copy h2 {
  font-size: clamp(46px, 5vw, 68px);
}

.install-copy > p {
  max-width: 650px;
  margin: 23px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.final-store-actions {
  justify-content: center;
  margin-top: 31px;
}

.install-section .android-coming-soon {
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.install-section .android-coming-soon small {
  color: rgba(255, 255, 255, 0.6);
}

.install-privacy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #9ee8ca;
  font-size: 12px;
  font-weight: 680;
  text-decoration: none;
}

.install-privacy:hover {
  color: #ffffff;
}

.mobile-install-bar {
  position: fixed;
  z-index: 180;
  right: 14px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 14px;
  min-height: 68px;
  display: none;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 10px 11px;
  border: 1px solid rgba(199, 212, 206, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 48px rgba(15, 48, 37, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
  transition: opacity 180ms ease, transform 220ms ease, visibility 220ms;
}

.mobile-install-bar.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-install-bar > img {
  border-radius: 8px;
}

.mobile-install-bar > span {
  min-width: 0;
  display: grid;
}

.mobile-install-bar strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-install-bar small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.mobile-install-bar > a {
  min-width: 70px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.download-footer {
  padding-bottom: 20px;
}

.store-credits {
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .download-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.75fr);
    gap: 46px;
  }

  .proof-console {
    min-height: 0;
  }

  .proof-stage {
    min-height: 450px;
  }

  .proof-screen-main {
    width: 250px;
    height: 430px;
  }

  .proof-screen-secondary {
    width: 118px;
    height: 250px;
  }

  .download-assurances li {
    padding-inline: 13px;
  }

  .outcome-grid article {
    padding-inline: 26px;
  }

  .outcome-grid article > strong {
    right: 26px;
    left: 26px;
  }

  .workflow-item,
  .growing-layout,
  .access-layout {
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .download-hero::before {
    display: none;
  }

  .download-hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-block: 66px 78px;
  }

  .download-hero-copy {
    max-width: 720px;
  }

  .download-hero-proof {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .download-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .download-proof-grid article:nth-child(3) {
    border-left: 0;
  }

  .download-proof-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .download-section-heading,
  .growing-layout,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .download-section-heading,
  .growing-layout,
  .access-layout {
    gap: 45px;
  }

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

  .outcome-grid article {
    min-height: 300px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .outcome-grid article:first-child {
    border-top: 0;
  }

  .workflow-item {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .workflow-item .workflow-copy,
  .workflow-item > figure,
  .workflow-reverse .workflow-copy,
  .workflow-reverse .workflow-pair {
    grid-column: 1;
    grid-row: auto;
  }

  .workflow-item > figure,
  .workflow-pair {
    grid-row: 1;
  }

  .workflow-copy {
    grid-row: 2;
  }

  .growing-copy,
  .access-copy {
    max-width: 720px;
  }

  .chain-board,
  .access-card {
    width: min(100%, 570px);
  }

}

@media (max-width: 700px) {
  .download-page {
    padding-bottom: 94px;
  }

  .download-page .section-pad {
    padding-block: 64px;
  }

  .download-header .header-inner {
    min-height: 64px;
  }

  .download-header .site-nav {
    top: 64px;
  }

  .download-hero-grid {
    min-height: 0;
    gap: 42px;
    padding-block: 36px 50px;
  }

  .download-product-line > img {
    width: 52px;
    height: 52px;
  }

  .download-hero h1 {
    margin-top: 22px;
    font-size: 40px;
    line-height: 1.04;
  }

  .download-lead {
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-store-actions {
    margin-top: 27px;
  }

  .download-assurances {
    margin-top: 24px;
  }

  .download-assurances {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .download-assurances li {
    min-height: 78px;
    display: grid;
    justify-items: start;
    align-content: center;
    gap: 7px;
    padding-inline: 12px;
  }

  .download-assurances li:first-child {
    padding-left: 0;
  }

  .download-assurances .icon {
    font-size: 18px;
  }

  .download-assurances strong {
    font-size: 11px;
  }

  .download-assurances small {
    font-size: 8px;
    line-height: 1.35;
  }

  .proof-console {
    width: calc(100% - 10px);
    min-height: 0;
  }

  .proof-console > header {
    grid-template-columns: 38px 1fr;
  }

  .proof-console > header b {
    display: none;
  }

  .proof-screen-main {
    width: 198px;
    height: 340px;
  }

  .proof-stage {
    min-height: 360px;
    margin-top: 14px;
  }

  .proof-screen-secondary {
    width: 92px;
    height: 193px;
  }

  .proof-temperature {
    left: 4px;
  }

  .proof-management {
    right: 4px;
  }

  .proof-console > footer {
    margin-top: 14px;
  }

  .download-proof-grid article {
    min-height: 90px;
    padding: 15px;
  }

  .download-icon-well {
    width: 36px;
    height: 36px;
  }

  .download-icon-well .icon {
    width: 18px;
    height: 18px;
  }

  .download-proof-grid strong {
    font-size: 12px;
  }

  .download-proof-grid small {
    font-size: 9px;
  }

  .download-section-heading h2,
  .growing-copy h2,
  .access-copy h2,
  .download-faq h2 {
    font-size: 36px;
  }

  .download-section-heading > p,
  .growing-copy > p:not(.eyebrow),
  .access-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .outcome-grid {
    margin-top: 34px;
  }

  .outcome-grid article {
    min-height: 0;
    padding: 27px 25px;
  }

  .outcome-grid article > strong {
    position: static;
    display: block;
    margin-top: 22px;
  }

  .workflow-list {
    margin-top: 36px;
  }

  .workflow-item {
    gap: 34px;
    padding-block: 42px;
  }

  .workflow-copy h3 {
    font-size: 30px;
  }

  .workflow-copy p {
    margin-top: 18px;
    font-size: 16px;
  }

  .workflow-copy ul {
    margin-top: 23px;
  }

  .workflow-item > figure {
    width: min(235px, 76%);
    max-height: 455px;
  }

  .workflow-pair {
    min-height: 390px;
  }

  .workflow-pair figure {
    width: min(175px, 49%);
    max-height: 360px;
  }

  .growing-section {
    padding-block: 64px;
  }

  .growing-points {
    grid-template-columns: 1fr;
  }

  .growing-points > span,
  .growing-points > span:first-child {
    min-height: 82px;
    grid-template-columns: 38px 1fr;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0;
  }

  .growing-points > span:first-child {
    border-top: 0;
  }

  .growing-points .icon {
    grid-row: 1 / 3;
    margin: 0;
  }

  .chain-row {
    grid-template-columns: 42px 1fr;
    min-height: 76px;
    padding: 13px 17px;
  }

  .chain-row em {
    grid-column: 2;
    justify-self: start;
  }

  .access-notes {
    grid-template-columns: 1fr;
  }

  .access-notes > span,
  .access-notes > span:first-child {
    padding-left: 0;
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .access-notes > span:first-child {
    border-top: 0;
  }

  .access-card {
    padding: 25px 21px;
  }

  .access-card > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .install-section {
    padding-block: 58px;
  }

  .install-copy h2 {
    font-size: 40px;
  }

  .mobile-install-bar {
    display: grid;
  }

  .store-credits {
    padding-bottom: 5px;
  }

  .download-footer .footer-top {
    min-height: 128px;
  }

  .download-footer .footer-bottom {
    min-height: 112px;
  }
}

@media (max-width: 430px) {
  .download-page .site-shell {
    width: min(100% - 28px, 1180px);
  }

  .download-hero h1 {
    font-size: 36px;
  }

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

  .final-store-actions {
    align-items: center;
  }

  .android-coming-soon {
    width: 166px;
  }

  .download-assurances {
    grid-template-columns: 1fr;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
  }

  .download-assurances li,
  .download-assurances li:first-child {
    min-height: 60px;
    display: flex;
    padding: 10px 2px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .download-assurances li:first-child {
    border-top: 0;
  }

  .download-assurances .icon {
    width: 28px;
    font-size: 20px;
    text-align: center;
  }

  .download-assurances strong {
    font-size: 12px;
  }

  .download-assurances small {
    font-size: 10px;
  }

  .proof-console {
    min-height: 0;
    padding: 13px;
  }

  .proof-stage {
    min-height: 304px;
    margin-top: 12px;
  }

  .proof-screen-main {
    width: 166px;
    height: 286px;
  }

  .proof-screen-secondary {
    width: 84px;
    height: 176px;
  }

  .proof-temperature {
    left: 6px;
  }

  .proof-management {
    right: 6px;
  }

  .proof-console > footer {
    min-height: 50px;
  }

  .proof-console > footer small {
    display: none;
  }

  .download-proof-grid article {
    min-height: 82px;
    align-items: center;
    flex-direction: row;
    gap: 9px;
    padding: 12px 10px;
  }

  .download-proof-grid small {
    line-height: 1.35;
  }

  .outcome-grid h3 {
    font-size: 22px;
  }

  .download-section-heading h2,
  .growing-copy h2,
  .access-copy h2,
  .download-faq h2 {
    font-size: 34px;
  }

  .workflow-pair {
    min-height: 370px;
  }

  .workflow-pair figure {
    width: 148px;
  }

  .workflow-pair figure:first-child {
    margin-right: -42px;
  }

  .chain-board > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .access-price strong {
    font-size: 50px;
  }

  .access-card {
    padding: 22px 18px;
  }

  .install-app-line {
    align-items: flex-start;
  }

  .install-app-line > img {
    width: 48px;
    height: 48px;
  }

  .install-copy h2 {
    font-size: 38px;
  }

  .mobile-install-bar {
    right: 9px;
    left: 9px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .proof-screen-main,
  .proof-screen-secondary,
  .download-page .store-badge {
    animation: none;
    transition: none;
  }

  .download-page .store-badge:hover {
    transform: none;
  }

  .mobile-install-bar {
    transition: none;
  }
}

/* Product appeal layer: inspection-ready precision */
.download-page {
  --product-ink: #0b2119;
  --product-green: #0a7657;
  --product-green-bright: #20a879;
  --product-mint: #9aebc8;
  --product-blue: #2467ad;
  --product-amber: #c77608;
  --product-shadow: 0 24px 70px rgba(4, 41, 30, 0.14);
  background: #f6f9f7;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", "Segoe UI", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

.download-page * {
  letter-spacing: 0;
}

.download-page h1,
.download-page h2,
.download-page h3,
.download-page strong,
.download-page b {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", "Segoe UI", sans-serif;
  font-variation-settings: "wght" 760;
  text-wrap: balance;
}

.download-scroll-progress {
  position: fixed;
  z-index: 260;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: #21b27f;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.download-header {
  border-bottom-color: rgba(6, 61, 46, 0.1);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  backdrop-filter: saturate(150%) blur(16px);
}

.download-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 42px rgba(4, 41, 30, 0.1);
}

.download-header .nav-cta {
  border: 1px solid #063d2e;
  box-shadow: 0 8px 20px rgba(6, 61, 46, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.download-header .nav-cta:hover {
  box-shadow: 0 12px 26px rgba(6, 61, 46, 0.24);
  transform: translateY(-2px);
}

.download-hero {
  min-height: 780px;
  overflow: hidden;
  border-bottom: 0;
  color: #ffffff;
  background: #073f32;
  isolation: isolate;
}

.download-hero::before {
  z-index: -2;
  width: 43%;
  border-left-color: rgba(255, 255, 255, 0.08);
  background: #0a513f;
}

.download-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 72px;
  right: 3.5%;
  width: min(42vw, 620px);
  height: min(42vw, 620px);
  border-top: 1px solid rgba(154, 235, 200, 0.17);
  border-right: 1px solid rgba(154, 235, 200, 0.17);
  transform: rotate(8deg);
}

.download-hero-grid {
  min-height: 780px;
  grid-template-columns: minmax(0, 0.98fr) minmax(450px, 0.82fr);
  gap: 44px;
  padding-block: 70px 76px;
}

.download-product-line > img {
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.download-hero .eyebrow {
  color: #a8efd0;
}

.download-hero .eyebrow > span {
  background: #6fddb0;
}

.download-hero h1 {
  max-width: 720px;
  margin-top: 34px;
  color: #ffffff;
  font-size: clamp(50px, 4.5vw, 66px);
  font-weight: 780;
  line-height: 0.99;
}

.download-hero h1 em {
  color: var(--product-mint);
}

.download-lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.download-hero .platform-message {
  color: rgba(255, 255, 255, 0.62);
}

.download-hero .android-coming-soon {
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.download-hero .android-coming-soon small {
  color: rgba(255, 255, 255, 0.62);
}

.download-hero .download-assurances {
  border-color: rgba(255, 255, 255, 0.18);
}

.download-hero .download-assurances li {
  border-color: rgba(255, 255, 255, 0.16);
}

.download-hero .download-assurances .icon {
  color: #84e2bb;
}

.download-hero .download-assurances strong {
  color: #ffffff;
}

.download-hero .download-assurances small {
  color: rgba(255, 255, 255, 0.58);
}

.download-hero-proof {
  perspective: 1500px;
}

.proof-console {
  --scene-rx: 0deg;
  --scene-ry: 0deg;
  width: min(100%, 550px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: rotateX(var(--scene-rx)) rotateY(var(--scene-ry));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
}

.proof-console > header {
  position: relative;
  z-index: 5;
  width: calc(100% - 28px);
  min-height: 68px;
  margin-inline: auto;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: var(--product-ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: translateZ(48px);
}

.proof-console > header strong {
  font-size: 15px;
}

.proof-console > header b {
  color: var(--product-green);
}

.proof-stage {
  min-height: 520px;
  margin-top: -5px;
  perspective: 1500px;
  transform-style: preserve-3d;
}

.proof-screen-main {
  width: 284px;
  height: 484px;
  border: 10px solid #111b17;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.16);
  animation: product-main-float 7s ease-in-out infinite;
  transform-style: preserve-3d;
}

.proof-screen-main img {
  border-radius: 22px;
}

.proof-screen-secondary {
  width: 138px;
  height: 288px;
  border: 7px solid #17231f;
  border-radius: 23px;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.3);
  opacity: 0.95;
}

.proof-screen-secondary img {
  border-radius: 15px;
}

.proof-temperature {
  left: 2px;
  animation: product-temperature-float 8s ease-in-out infinite;
}

.proof-management {
  right: 2px;
  animation: product-management-float 8.6s ease-in-out infinite;
}

.proof-screen-secondary span {
  right: 9px;
  bottom: 9px;
  left: 9px;
  background: rgba(6, 61, 46, 0.94);
}

.proof-console > footer {
  position: relative;
  z-index: 5;
  width: calc(100% - 68px);
  min-height: 62px;
  margin: -24px auto 0;
  padding-inline: 16px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: var(--product-ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: translateZ(38px);
}

.proof-console > footer .icon {
  color: var(--product-green);
}

.proof-console > footer small {
  color: #61736b;
}

@keyframes product-main-float {
  0%, 100% { transform: translate3d(0, 0, 46px) rotateY(-4deg) rotateX(1deg); }
  50% { transform: translate3d(0, -10px, 58px) rotateY(-1deg) rotateX(0deg); }
}

@keyframes product-temperature-float {
  0%, 100% { transform: translate3d(0, -49%, 2px) rotateY(11deg) rotateZ(-4deg); }
  50% { transform: translate3d(0, calc(-49% - 8px), 12px) rotateY(8deg) rotateZ(-3deg); }
}

@keyframes product-management-float {
  0%, 100% { transform: translate3d(0, -48%, 1px) rotateY(-11deg) rotateZ(4deg); }
  50% { transform: translate3d(0, calc(-48% + 8px), 11px) rotateY(-8deg) rotateZ(3deg); }
}

.download-proof-strip {
  position: relative;
  z-index: 6;
  border: 0;
  background: #f6f9f7;
}

.download-proof-grid {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--product-shadow);
  transform: translateY(-34px);
}

.download-proof-grid article {
  transition: background-color 180ms ease;
}

.download-proof-grid article:hover {
  background: #f7fbf9;
}

.download-section-heading h2,
.growing-copy h2,
.access-copy h2,
.download-faq h2,
.install-copy h2 {
  color: var(--product-ink);
  font-weight: 780;
  line-height: 1.01;
}

.download-benefits {
  padding-top: 92px;
  background: #f6f9f7;
}

.outcome-grid {
  gap: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.outcome-grid article {
  overflow: hidden;
  border: 1px solid var(--line-strong) !important;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(4, 41, 30, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.outcome-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--product-green-bright);
}

.outcome-grid article:nth-child(2)::before {
  background: var(--product-blue);
}

.outcome-grid article:nth-child(3)::before {
  background: var(--product-amber);
}

.outcome-grid article:hover {
  box-shadow: 0 24px 56px rgba(4, 41, 30, 0.13);
  transform: translateY(-7px);
}

.outcome-grid h3 {
  color: var(--product-ink);
}

.product-proof-section {
  border-top: 0;
}

.workflow-list {
  display: grid;
  gap: 28px;
  border-top: 0;
}

.workflow-item {
  min-height: 610px;
  padding: 58px 66px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #f7faf8;
  box-shadow: 0 18px 48px rgba(4, 41, 30, 0.07);
}

.workflow-copy h3 {
  color: var(--product-ink);
  font-weight: 760;
}

.workflow-item > figure,
.workflow-pair figure {
  border: 8px solid #15211c;
  border-radius: 25px;
  box-shadow: 0 28px 68px rgba(4, 41, 30, 0.22);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.workflow-item > figure {
  transform: rotateY(-5deg) rotateX(1deg);
}

.workflow-item:hover > figure {
  box-shadow: 0 34px 78px rgba(4, 41, 30, 0.28);
  transform: translateY(-6px) rotateY(-2deg) rotateX(0deg);
}

.workflow-pair figure:first-child {
  transform: translateY(-20px) rotate(-3deg);
}

.workflow-pair figure:last-child {
  transform: translateY(34px) rotate(3deg);
}

.growing-section {
  position: relative;
  overflow: hidden;
  background: #063d2e;
}

.growing-section::after {
  content: "";
  position: absolute;
  top: 44px;
  right: 5%;
  width: 340px;
  height: 220px;
  border-top: 1px solid rgba(154, 235, 200, 0.18);
  border-right: 1px solid rgba(154, 235, 200, 0.18);
  transform: rotate(7deg);
}

.growing-layout {
  position: relative;
  z-index: 1;
}

.growing-copy h2,
.install-copy h2 {
  color: #ffffff;
}

.chain-board {
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.32);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.chain-board:hover {
  box-shadow: 0 38px 94px rgba(0, 0, 0, 0.38);
  transform: perspective(1100px) translateY(-5px) rotateY(-1deg) rotateX(0deg);
}

.access-section {
  background: #edf5f1;
}

.access-card {
  box-shadow: 0 28px 72px rgba(4, 41, 30, 0.15);
  transform: perspective(1100px) rotateY(-3deg);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.access-card:hover {
  box-shadow: 0 34px 84px rgba(4, 41, 30, 0.2);
  transform: perspective(1100px) translateY(-5px) rotateY(0deg);
}

.download-faq {
  background: #f8faf9;
}

.download-faq .faq-item {
  border-color: var(--line-strong);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(4, 41, 30, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.download-faq .faq-item:hover {
  box-shadow: 0 14px 34px rgba(4, 41, 30, 0.09);
  transform: translateX(4px);
}

.install-section {
  position: relative;
  overflow: hidden;
  background: #052f24;
}

.install-section::before,
.install-section::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 150px;
  border-color: rgba(154, 235, 200, 0.18);
  pointer-events: none;
}

.install-section::before {
  top: 32px;
  left: 4%;
  border-top: 1px solid;
  border-left: 1px solid;
}

.install-section::after {
  right: 4%;
  bottom: 32px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.install-copy {
  position: relative;
  z-index: 1;
}

.store-badge {
  transition: transform 200ms ease, filter 200ms ease, box-shadow 200ms ease;
}

.store-badge:hover {
  filter: brightness(1.08);
  transform: translateY(-4px) scale(1.015);
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 620ms ease var(--reveal-delay, 0ms), transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1080px) {
  .download-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.82fr);
    gap: 42px;
  }

  .proof-stage {
    min-height: 480px;
  }

  .proof-screen-main {
    width: 260px;
    height: 446px;
  }

  .proof-screen-secondary {
    width: 122px;
    height: 254px;
  }

  .workflow-item {
    padding-inline: 44px;
  }
}

@media (max-width: 900px) {
  .download-hero {
    min-height: 0;
  }

  .download-hero::before {
    display: block;
    width: 100%;
    height: 44%;
    top: auto;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .download-hero::after {
    top: auto;
    right: -5%;
    bottom: 7%;
    width: 72vw;
    height: 45vw;
  }

  .download-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 62px 84px;
  }

  .download-hero-copy {
    max-width: 760px;
  }

  .download-hero-proof {
    width: min(100%, 600px);
  }

  .proof-stage {
    min-height: 520px;
  }

  .download-proof-grid {
    transform: translateY(-26px);
  }

  .outcome-grid {
    gap: 14px;
  }

  .workflow-item {
    padding: 46px 38px;
  }

  .workflow-item > figure {
    transform: none;
  }

  .access-card,
  .chain-board {
    transform: none;
  }
}

@media (max-width: 700px) {
  .download-hero-grid {
    gap: 44px;
    padding-block: 42px 64px;
  }

  .download-hero h1 {
    margin-top: 24px;
    font-size: 43px;
    line-height: 1.01;
  }

  .download-lead {
    font-size: 16px;
  }

  .proof-console {
    width: 100%;
  }

  .proof-console > header {
    width: calc(100% - 18px);
  }

  .proof-stage {
    min-height: 390px;
  }

  .proof-screen-main {
    width: 212px;
    height: 364px;
    border-width: 8px;
    border-radius: 26px;
  }

  .proof-screen-main img {
    border-radius: 18px;
  }

  .proof-screen-secondary {
    width: 96px;
    height: 202px;
    border-width: 5px;
    border-radius: 18px;
  }

  .proof-temperature {
    left: 0;
  }

  .proof-management {
    right: 0;
  }

  .proof-console > footer {
    width: calc(100% - 38px);
    margin-top: -16px;
  }

  .download-proof-grid {
    transform: translateY(-20px);
  }

  .outcome-grid article:hover,
  .download-faq .faq-item:hover,
  .store-badge:hover {
    transform: none;
  }

  .workflow-item {
    padding: 30px 22px;
  }

  .workflow-item > figure,
  .workflow-pair figure {
    border-width: 6px;
    border-radius: 21px;
  }
}

@media (max-width: 430px) {
  .download-hero h1 {
    font-size: 39px;
  }

  .download-hero .hero-store-actions {
    flex-direction: row;
    gap: 8px;
    margin-top: 25px;
  }

  .download-hero .store-badge {
    min-height: 44px;
  }

  .download-hero .store-badge img {
    height: 44px;
  }

  .download-hero .store-badge-google img {
    height: 56px;
  }

  .download-hero .android-coming-soon {
    width: 150px;
    min-height: 44px;
    padding-inline: 12px;
  }

  .download-hero .platform-message {
    margin-top: 10px;
    font-size: 11px;
  }

  .download-hero .download-assurances {
    margin-top: 17px;
    border-bottom: 0;
  }

  .download-hero .download-assurances li:nth-child(n + 2) {
    display: none;
  }

  .download-hero::before {
    height: 42%;
  }

  .proof-console > header {
    grid-template-columns: 36px 1fr;
    min-height: 61px;
    padding: 10px 12px;
  }

  .proof-console > header strong {
    font-size: 13px;
  }

  .proof-stage {
    min-height: 332px;
  }

  .proof-screen-main {
    width: 182px;
    height: 313px;
  }

  .proof-screen-secondary {
    width: 82px;
    height: 174px;
  }

  .proof-temperature {
    left: 3px;
  }

  .proof-management {
    right: 3px;
  }

  .proof-screen-secondary span {
    right: 5px;
    bottom: 6px;
    left: 5px;
    padding-inline: 4px;
    font-size: 7px;
  }

  .proof-console > footer {
    width: calc(100% - 22px);
    min-height: 56px;
  }

  .download-proof-grid {
    border-radius: 8px;
  }

  .workflow-item {
    padding: 26px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-console,
  .proof-screen-main,
  .proof-screen-secondary,
  .outcome-grid article,
  .workflow-item > figure,
  .workflow-pair figure,
  .chain-board,
  .access-card,
  .download-faq .faq-item,
  .store-badge,
  [data-reveal] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
  }
}
