.blitz-downloads-page {
  --downloads-ink: #12171d;
  --downloads-muted: #5e6872;
  --downloads-line: #dce1e5;
  --downloads-surface: #f4f6f7;
  --downloads-cyan: #08a9e2;
  background: #fff;
  color: var(--downloads-ink);
}

.downloads-center {
  width: 100%;
  overflow: hidden;
}

.downloads-hero {
  height: clamp(500px, 42vw, 620px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  background: var(--downloads-surface);
  border-bottom: 1px solid var(--downloads-line);
}

.downloads-hero__copy {
  box-sizing: border-box;
  width: min(100%, 720px);
  align-self: center;
  justify-self: end;
  padding: 72px clamp(38px, 5vw, 84px);
}

.downloads-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #087fae;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.downloads-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--downloads-cyan);
}

.downloads-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--downloads-ink);
  font-size: clamp(44px, 4.4vw, 70px);
  font-weight: 720;
  line-height: 1.02;
}

.downloads-hero__lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--downloads-muted);
  font-size: 18px;
  font-weight: 460;
  line-height: 1.65;
}

.downloads-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.downloads-hero__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #39434d;
  font-size: 13px;
  font-weight: 620;
}

.downloads-hero__meta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--downloads-cyan);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.downloads-hero__media {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #eceff1;
}

.downloads-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--downloads-surface) 0, rgba(244, 246, 247, 0) 18%);
  pointer-events: none;
}

.downloads-hero__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(820px, 55vw, 1120px);
  max-width: none;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
}

.downloads-library {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 96px;
}

.downloads-library__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.downloads-library__heading h2 {
  margin: 0;
  color: var(--downloads-ink);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 710;
  line-height: 1.05;
}

.downloads-library__heading p {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--downloads-muted);
  font-size: 16px;
  line-height: 1.6;
}

.downloads-library__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: #2d3943;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.downloads-library__status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #21a86b;
  box-shadow: 0 0 0 4px rgba(33, 168, 107, 0.12);
}

.downloads-product {
  border-top: 1px solid var(--downloads-line);
}

.downloads-product__head {
  min-height: 118px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--downloads-line);
}

.downloads-product__head img {
  width: 84px;
  height: 84px;
  display: block;
  object-fit: contain;
}

.downloads-product__head span {
  display: block;
  margin-bottom: 5px;
  color: #087fae;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.downloads-product__head h3 {
  margin: 0;
  color: var(--downloads-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.download-row {
  min-height: 122px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(128px, auto);
  align-items: center;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--downloads-line);
}

.download-row__icon {
  width: 42px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd2d8;
  border-radius: 4px;
  background: #fff;
  color: #087fae;
  font-size: 10px;
  font-weight: 780;
  line-height: 1;
}

.download-row__icon--app {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: var(--downloads-ink);
  color: #fff;
  font-size: 15px;
}

.download-row__content h4 {
  margin: 0;
  color: var(--downloads-ink);
  font-size: 18px;
  font-weight: 680;
  line-height: 1.25;
}

.download-row__content p {
  max-width: 720px;
  margin: 7px 0 0;
  color: var(--downloads-muted);
  font-size: 14px;
  line-height: 1.55;
}

.download-row__content small {
  display: block;
  margin-top: 8px;
  color: #7b858e;
  font-size: 11px;
  font-weight: 580;
}

.download-row__action {
  min-width: 124px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid #bfc7ce;
  border-radius: 5px;
  background: #fff;
  color: var(--downloads-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms, color 160ms, background-color 160ms;
}

.download-row__action:hover,
.download-row__action:focus-visible {
  border-color: #087fae;
  background: #f3fbfe;
  color: #087fae;
  outline: 0;
}

.download-row__action svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.downloads-assistance {
  background: #11171d;
  color: #fff;
}

.downloads-assistance__inner {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 auto;
}

.downloads-assistance article {
  min-height: 260px;
  display: grid;
  align-content: center;
  padding: 52px clamp(0px, 4vw, 54px) 52px 0;
}

.downloads-assistance article + article {
  padding-right: 0;
  padding-left: clamp(30px, 4vw, 54px);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.downloads-assistance span {
  color: #4bc6ed;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.downloads-assistance h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 680;
  line-height: 1.2;
}

.downloads-assistance p {
  max-width: 500px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.downloads-assistance a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.downloads-assistance a::after {
  content: "\2192";
  color: var(--downloads-cyan);
  font-size: 18px;
}

.downloads-assistance a:hover,
.downloads-assistance a:focus-visible {
  color: #5dd2f6;
  outline: 0;
}

@media (max-width: 900px) {
  .downloads-hero {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .downloads-hero__copy {
    width: 100%;
    justify-self: stretch;
    padding: 64px 24px 52px;
  }

  .downloads-hero__media {
    height: clamp(300px, 56vw, 420px);
    min-height: 0;
  }

  .downloads-hero__media img {
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center 68%;
  }

  .downloads-hero__media::after {
    background: linear-gradient(180deg, var(--downloads-surface) 0, rgba(244, 246, 247, 0) 18%);
  }
}

@media (max-width: 640px) {
  .downloads-hero__copy {
    padding: 48px 20px 42px;
  }

  .downloads-hero h1 {
    font-size: 40px;
  }

  .downloads-hero__lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .downloads-hero__meta {
    display: grid;
    gap: 11px;
    margin-top: 26px;
  }

  .downloads-hero__media {
    height: 280px;
    min-height: 0;
  }

  .downloads-library {
    width: calc(100% - 40px);
    padding: 58px 0 68px;
  }

  .downloads-library__heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
  }

  .downloads-library__heading h2 {
    font-size: 34px;
  }

  .downloads-product__head {
    min-height: 96px;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .downloads-product__head img {
    width: 64px;
    height: 64px;
  }

  .download-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0 24px;
  }

  .download-row__icon {
    width: 38px;
    height: 46px;
  }

  .download-row__icon--app {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .download-row__content h4 {
    font-size: 17px;
  }

  .download-row__action {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 46px;
  }

  .downloads-assistance__inner {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
  }

  .downloads-assistance article,
  .downloads-assistance article + article {
    min-height: 0;
    padding: 42px 0;
  }

  .downloads-assistance article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-row__action {
    transition: none;
  }
}
