body.download-page {
  --download-ink: #17212b;
  --download-muted: #607080;
  --download-line: rgba(23, 33, 43, 0.11);
  --download-surface: rgba(255, 255, 255, 0.82);
  --download-green: #184e42;
  --download-purple: #7f57ea;
  --download-gold: #c8842f;
  --download-blue: #2f6f9f;
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 10%, rgba(127, 87, 234, 0.14), transparent 25%),
    radial-gradient(circle at 14% 18%, rgba(230, 178, 97, 0.22), transparent 26%),
    linear-gradient(180deg, #fffaf1 0%, #eef4f1 48%, #f5f7fb 100%);
}

.download-page .page-shell {
  max-width: 1180px;
  padding-bottom: 72px;
}

.download-header {
  position: sticky;
  top: 16px;
  z-index: 5;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(23, 33, 43, 0.08);
  backdrop-filter: blur(18px);
}

.download-layout {
  display: grid;
  gap: 24px;
}

.download-intro {
  min-height: 36svh;
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 255, 0.76));
  box-shadow: 0 34px 100px rgba(23, 33, 43, 0.12);
}

.download-intro .eyebrow {
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border: 1px solid rgba(24, 78, 66, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--download-green);
  font-weight: 800;
}

.download-intro h1 {
  max-width: 780px;
  margin: 0;
  color: var(--download-ink);
  font-size: clamp(38px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.download-summary {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--download-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.62;
}

.download-primary-actions,
.download-products {
  display: grid;
  gap: 14px;
}

.download-primary-actions {
  grid-template-columns: repeat(2, minmax(0, max-content));
  margin-top: 28px;
}

.download-button,
.download-store-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 54px;
  padding: 11px 18px;
  border-radius: 18px;
  font-weight: 800;
  line-height: 1.22;
  text-decoration: none;
}

.download-button:hover,
.download-button:focus-visible,
.download-store-link:hover,
.download-store-link:focus-visible {
  text-decoration: none;
}

.download-button .en,
.download-store-link .en {
  font-size: 12px;
  font-weight: 760;
}

.download-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--download-green), #2e7160);
  box-shadow: 0 18px 42px rgba(24, 78, 66, 0.22);
}

.download-button-primary .en {
  color: rgba(255, 255, 255, 0.82);
}

.download-button-muted {
  border: 1px solid var(--download-line);
  color: var(--download-muted);
  background: rgba(255, 255, 255, 0.76);
}

.download-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-product {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(118px, 38%) 1fr;
  gap: 18px;
  min-height: 230px;
  padding: 18px;
  border: 1px solid var(--download-line);
  border-radius: 24px;
  background: var(--download-surface);
  box-shadow: 0 24px 70px rgba(23, 33, 43, 0.08);
}

.download-product img {
  width: 100%;
  height: 100%;
  min-height: 194px;
  border-radius: 18px;
  object-fit: cover;
  object-position: top center;
  background: #f0ede8;
}

.download-product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.download-product-kicker {
  margin: 4px 0 12px;
  color: var(--download-green);
  font-weight: 840;
  line-height: 1.24;
}

.download-product h2 {
  margin: 0;
  color: var(--download-ink);
  font-size: 23px;
  line-height: 1.16;
  letter-spacing: 0;
}

.download-store-link {
  margin-top: auto;
  border: 1px solid rgba(24, 78, 66, 0.18);
  color: var(--download-green);
  background: rgba(255, 255, 255, 0.82);
}

.download-product-live .download-product-kicker,
.download-product-live .download-store-link {
  color: var(--download-gold);
}

.download-product-story .download-product-kicker,
.download-product-story .download-store-link {
  color: var(--download-purple);
}

@media (max-width: 980px) {
  .download-products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .download-page .page-shell {
    padding: 14px 12px 48px;
  }

  .download-header {
    position: static;
    align-items: flex-start;
  }

  .download-header .site-nav {
    width: 100%;
  }

  .download-header .site-nav a {
    flex: 1 1 140px;
  }

  .download-intro {
    min-height: auto;
    padding: 28px 20px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.84);
  }

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

  .download-button {
    width: 100%;
  }

  .download-product {
    grid-template-columns: 108px 1fr;
    gap: 14px;
    min-height: 190px;
    padding: 14px;
    border-radius: 20px;
  }

  .download-product img {
    min-height: 162px;
    border-radius: 15px;
  }

  .download-product h2 {
    font-size: 19px;
  }
}
