

.download-page::before,
.download-page::after {
  display: none;
}

.download-page .site-top {
  max-width: none;
  margin: 0;
  padding: clamp(1rem, 3vw, 1.75rem) clamp(1.25rem, 4vw, 2.5rem) 0;
}

.download-main {
  max-width: none;
  margin: 0;
}

.download-hero {
  position: relative;
  overflow: hidden;
  max-width: 72rem;
  margin: 0.7rem auto 0;
  padding: clamp(1.45rem, 4vw, 2.75rem) 0 clamp(1.1rem, 3vw, 1.75rem);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.download-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.download-hero__inner {
  position: relative;
  max-width: 34rem;
}

.download-hero__inner::after {
  content: "";
  display: block;
  width: clamp(5rem, 12vw, 8rem);
  height: 0.28rem;
  margin-top: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--theme-primary), rgba(var(--theme-base-rgb), 0.85));
  box-shadow: 0 10px 22px rgba(var(--theme-primary-rgb), 0.22);
}

.download-hero__eyebrow {
  margin: 0;
  color: rgba(237, 247, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.download-hero__title {
  margin: 0.55rem 0 0;
  max-width: 31rem;
  color: var(--text-primary);
  font-size: clamp(2.2rem, 5vw, 3.55rem);
  font-weight: 700;
  line-height: 1.1;
}

.download-hero__text {
  max-width: 31rem;
  margin: 1rem 0 0;
  color: var(--text-secondary);
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
  line-height: 1.8;
}

.download-hero__visual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 31rem;
}

.download-feature {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 88% 6%, rgba(var(--theme-primary-rgb), 0.14) 0 5rem, transparent 9rem),
    linear-gradient(145deg, rgba(20, 58, 94, 0.94) 0%, rgba(10, 32, 57, 0.96) 100%);
  color: var(--text-primary);
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.18);
  box-shadow:
    0 24px 48px rgba(2, 10, 20, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.download-feature__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 9rem;
  gap: 1rem;
  align-items: start;
}

.download-feature__eyebrow {
  margin: 0 0 0.5rem;
  color: #ff8a4f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.download-feature__title {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(1.6rem, 3vw, 2.05rem);
  line-height: 1.15;
}

.download-feature__text {
  margin: 0.9rem 0 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
}

.download-feature__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  min-height: 4rem;
  margin-top: 1.7rem;
  padding: 0.95rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #e56b2a 0%, var(--theme-primary) 58%, #9f3609 100%);
  color: #ffffff;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(var(--theme-primary-rgb), 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.download-feature__button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 20px 34px rgba(var(--theme-primary-rgb), 0.34);
}

.download-feature__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.download-feature__button-icon {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 0.2rem 0.2rem;
  position: relative;
  flex-shrink: 0;
}

.download-feature__button-icon::before,
.download-feature__button-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.download-feature__button-icon::before {
  top: -0.85rem;
  width: 0.16rem;
  height: 1.05rem;
}

.download-feature__button-icon::after {
  top: -0.24rem;
  width: 0.7rem;
  height: 0.7rem;
  clip-path: polygon(50% 100%, 0 35%, 27% 35%, 27% 0, 73% 0, 73% 35%, 100% 35%);
}

.download-feature__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin-top: 1.15rem;
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 600;
}

.download-feature__windows {
  width: 1.05rem;
  height: 1.05rem;
  background:
    linear-gradient(90deg, transparent 46%, #ffffff 46% 56%, transparent 56%),
    linear-gradient(0deg, transparent 46%, #ffffff 46% 56%, transparent 56%),
    var(--theme-base);
  transform: perspective(1rem) rotateY(-12deg);
}

.download-feature__dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(var(--theme-base-light-rgb), 0.45);
}

.download-feature__requirements {
  margin-top: 1.45rem;
  padding: 1.1rem;
  border-radius: 0.8rem;
  background: rgba(var(--theme-region-rgb), 0.72);
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.16);
  text-align: center;
}

.download-feature__requirements p {
  margin: 0;
  color: rgba(237, 247, 255, 0.66);
  font-size: 0.86rem;
  font-weight: 700;
}

.download-feature__requirements a {
  display: inline-block;
  margin-top: 0.28rem;
  color: #ff8a4f;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.download-feature__requirements a::after {
  content: " ->";
}

.demo-request {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(1.3rem, 4vw, 2.5rem);
  align-items: center;
  max-width: 72rem;
  margin: 1.6rem auto 0;
  padding: clamp(1.35rem, 4vw, 2.25rem);
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.2);
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at 88% 14%, rgba(var(--theme-primary-rgb), 0.2) 0 7rem, transparent 14rem),
    radial-gradient(circle at 10% 88%, rgba(var(--theme-base-rgb), 0.26) 0 8rem, transparent 15rem),
    linear-gradient(145deg, rgba(20, 58, 94, 0.92) 0%, rgba(8, 27, 49, 0.94) 100%);
  box-shadow:
    0 22px 44px rgba(2, 10, 20, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.demo-request::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.35rem;
  background: linear-gradient(90deg, var(--theme-base) 0%, var(--theme-primary) 100%);
}

.demo-request__copy,
.demo-request__panel {
  position: relative;
  z-index: 1;
}

.demo-request__eyebrow {
  margin: 0;
  color: #ff8a4f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.demo-request__title {
  max-width: 35rem;
  margin: 0.55rem 0 0;
  color: var(--text-primary);
  font-size: clamp(1.6rem, 3.4vw, 2.25rem);
  line-height: 1.15;
}

.demo-request__text {
  max-width: 40rem;
  margin: 0.85rem 0 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.7;
}

.demo-request__panel {
  display: grid;
  gap: 1rem;
  justify-items: stretch;
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.18);
  background:
    linear-gradient(145deg, rgba(13, 38, 68, 0.78) 0%, rgba(8, 27, 49, 0.72) 100%);
  box-shadow:
    0 16px 30px rgba(2, 10, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.demo-request__media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 0.85rem;
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.18);
  background:
    linear-gradient(145deg, rgba(var(--theme-base-rgb), 0.18), rgba(13, 38, 68, 0.48));
  box-shadow:
    0 10px 18px rgba(2, 10, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.demo-request__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.06);
}

.demo-request__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.75rem;
  padding: 0.9rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #e56b2a 0%, var(--theme-primary) 58%, #9f3609 100%);
  color: #ffffff;
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 16px 30px rgba(var(--theme-primary-rgb), 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.demo-request__button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    0 20px 34px rgba(var(--theme-primary-rgb), 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.demo-request__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.demo-request__button-icon {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.demo-request__button-icon::before {
  content: "";
  position: absolute;
  left: 0.39rem;
  top: 0.25rem;
  width: 0;
  height: 0;
  border-top: 0.22rem solid transparent;
  border-bottom: 0.22rem solid transparent;
  border-left: 0.35rem solid currentColor;
}

.demo-request__note {
  margin: 0;
  color: rgba(237, 247, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
}


.install-section {
  margin-top: 1.6rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  background:
    linear-gradient(
      160deg,
      rgba(20, 58, 94, 0.94) 0%,
      rgba(13, 38, 68, 0.92) 52%,
      rgba(8, 27, 49, 0.94) 100%
    );
  border-radius: 1.75rem;
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.18);
  box-shadow:
    0 18px 34px rgba(2, 10, 20, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: clamp(1.4rem, 4vw, 2.25rem) 0 2.1rem;
}

.install-section__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.2rem);
}

.install-section__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237, 247, 255, 0.62);
}

.install-section__title {
  margin: 0.55rem 0 0;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  color: var(--text-primary);
}

.install-section__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.05rem;
}

.install-step {
  padding: 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.16);
  background:
    linear-gradient(145deg, rgba(20, 58, 94, 0.82) 0%, rgba(10, 32, 57, 0.86) 100%);
}

.install-step__media {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 0.9rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.18);
  background:
    linear-gradient(145deg, rgba(var(--theme-base-rgb), 0.18), rgba(13, 38, 68, 0.48));
  box-shadow:
    0 8px 16px rgba(2, 10, 20, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.install-step__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
}

.install-step__number {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ff8a4f;
}

.install-step__title {
  margin: 0.45rem 0 0;
  font-size: 1.02rem;
  color: var(--text-primary);
}

.install-step__text {
  margin: 0.4rem 0 0;
  color: var(--text-secondary);
}

.download-help-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  max-width: 72rem;
  margin: 1.6rem auto 0;
  padding: clamp(1.45rem, 4vw, 2.35rem);
  border-radius: 1.55rem;
  border: 1px solid rgba(var(--theme-base-light-rgb), 0.18);
  background:
    radial-gradient(circle at 12% 30%, rgba(var(--theme-primary-rgb), 0.14) 0 8rem, transparent 16rem),
    radial-gradient(circle at 92% 70%, rgba(var(--theme-base-rgb), 0.3) 0 10rem, transparent 18rem),
    linear-gradient(150deg, rgba(8, 27, 49, 0.95) 0%, rgba(15, 45, 76, 0.92) 100%);
  box-shadow:
    0 24px 48px rgba(2, 10, 20, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.download-help-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.28rem;
  background: linear-gradient(90deg, var(--theme-primary), rgba(var(--theme-base-rgb), 0.8));
}

.download-help-cta__content {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.download-help-cta__eyebrow {
  margin: 0;
  color: rgba(237, 247, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.download-help-cta__title {
  margin: 0.5rem 0 0;
  color: var(--text-primary);
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  line-height: 1.12;
}

.download-help-cta__text {
  margin: 0.55rem 0 0;
  color: var(--text-secondary);
  font-size: clamp(0.95rem, 1.7vw, 1.05rem);
  line-height: 1.65;
}

.download-help-cta__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: linear-gradient(135deg, #e56b2a 0%, var(--theme-primary) 58%, #9f3609 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(var(--theme-primary-rgb), 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.download-help-cta__button:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow: 0 16px 28px rgba(var(--theme-primary-rgb), 0.34);
}

.download-help-cta__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}


@media (max-width: 72rem) {
  .download-hero__grid {
    grid-template-columns: 1fr;
  }

  .download-hero__inner {
    max-width: 42rem;
  }

  .download-hero__visual {
    width: 100%;
    max-width: 31rem;
    margin: 0 auto;
  }

  .install-section__steps {
    grid-template-columns: 1fr;
  }

  .demo-request {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 52rem) {
  .download-hero {
    text-align: center;
  }

  .download-hero__text {
    margin-left: auto;
    margin-right: auto;
  }

  .download-hero__inner {
    margin: 0 auto;
  }

  .download-hero__inner::after {
    margin-left: auto;
    margin-right: auto;
  }

  .download-feature {
    text-align: left;
  }

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

  .download-feature__mark {
    min-height: 7.5rem;
    max-width: 12rem;
    margin: -0.4rem auto 0;
    width: 100%;
  }

  .download-feature__icon {
    right: 2.2rem;
    width: 6rem;
    height: 6rem;
    font-size: 3.6rem;
  }

  .download-feature__text {
    max-width: none;
  }

  .download-feature__button {
    min-height: 3.65rem;
  }

  .download-feature__requirements {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .demo-request {
    text-align: center;
  }

  .demo-request__text {
    margin-left: auto;
    margin-right: auto;
  }

  .download-help-cta {
    text-align: center;
  }

  .download-help-cta__button {
    width: 100%;
  }
}
