.downloads-page {
  background: #f8faf9;
}

.download-hero {
  padding-top: 70px;
  padding-bottom: 72px;
}

.download-kicker {
  margin: 0 0 18px;
  color: #a66e18;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.download-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 72px;
}

.download-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #071314;
  font-size: clamp(54px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

html[dir="rtl"] .download-hero h1 {
  letter-spacing: 0;
}

.download-hero-layout > p {
  margin: 0 0 7px;
  color: #60726e;
  font-size: 18px;
  line-height: 1.75;
}

.download-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 112px;
}

.download-card {
  display: flex;
  min-height: 580px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid #d9e2df;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(7, 19, 20, 0.055);
}

.download-card--primary {
  border-color: rgba(8, 62, 58, 0.2);
  background: linear-gradient(145deg, #ffffff 50%, #f1f7f5);
}

.download-card-heading,
.download-card-footer,
.product-meta {
  display: flex;
  align-items: center;
}

.download-card-heading {
  justify-content: space-between;
  gap: 20px;
}

.product-icon,
.connector-icon {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  place-items: center;
  border-radius: 19px;
  background: #071a1b;
}

.product-icon img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 19px;
  object-fit: contain;
  image-rendering: auto;
}

.connector-icon {
  overflow: hidden;
}

.connector-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-meta {
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  text-align: end;
}

html[dir="rtl"] .product-meta {
  align-items: flex-start;
  text-align: start;
}

.product-meta b {
  color: #17302e;
  font-size: 13px;
}

.product-meta small {
  color: #7b8b87;
  font-size: 12px;
}

.download-card-copy {
  margin-top: 58px;
}

.download-card h2 {
  margin: 0;
  color: #071314;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

html[dir="rtl"] .download-card h2 {
  letter-spacing: 0;
}

.download-card-copy p {
  max-width: 600px;
  margin: 22px 0 0;
  color: #63736f;
  font-size: 17px;
  line-height: 1.72;
}

.download-card ul {
  display: grid;
  gap: 13px;
  margin: 32px 0 48px;
  padding: 0;
  color: #334a46;
  list-style: none;
}

.download-card li {
  position: relative;
  padding-inline-start: 24px;
  font-size: 14px;
  line-height: 1.55;
}

.download-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  inset-inline-start: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b98a3c;
}

.download-card-footer {
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e1e7e5;
}

.download-card-footer > span {
  display: grid;
  gap: 4px;
}

.download-card-footer > span b {
  color: #102422;
  font-size: 16px;
}

.download-card-footer > span small {
  color: #7b8b87;
  font-size: 11px;
}

.download-button,
.details-button,
.download-support > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid #071a1b;
  border-radius: 12px;
  background: #071a1b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.download-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.details-button {
  border-color: #c4d1cd;
  background: transparent;
  color: #102422;
}

.details-button:hover {
  border-color: #8aa39c;
  background: #edf4f2;
  transform: translateY(-2px);
}

.details-button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

html[dir="rtl"] .details-button svg {
  transform: scaleX(-1);
}

.download-button:hover,
.download-support > a:hover {
  background: #123330;
  transform: translateY(-2px);
}

.download-button svg,
.download-support svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.download-button--secondary {
  border-color: #b9cac5;
  background: #ffffff;
  color: #102422;
}

.download-button--secondary:hover {
  background: #f0f5f3;
}

.installation {
  padding-top: 108px;
  padding-bottom: 108px;
  border-top: 1px solid #dfe7e4;
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.install-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 0 34px;
}

.install-steps li:first-child { padding-inline-start: 0; }
.install-steps li:last-child { padding-inline-end: 0; }
.install-steps li + li { border-inline-start: 1px solid #dfe7e4; }

.install-steps > li > span {
  color: #b98a3c;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.install-steps h3 {
  margin: 0 0 10px;
  color: #0b1b1a;
  font-size: 21px;
}

.install-steps p {
  margin: 0;
  color: #657671;
  font-size: 14px;
  line-height: 1.65;
}

.download-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 100px;
  padding: 48px;
  border-radius: 24px;
  background: #0a1d1d;
  color: #ffffff;
}

.download-support .download-kicker {
  margin-bottom: 10px;
  color: #d5ac65;
}

.download-support h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(28px, 3.4vw, 45px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

html[dir="rtl"] .download-support h2 { letter-spacing: 0; }

.download-support > a {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, 0.22);
  background: #ffffff;
  color: #0a1d1d;
}

.download-support > a:hover { background: #eef4f2; }

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

  .download-hero-layout { gap: 28px; }
  .download-hero-layout > p { max-width: 720px; }
  .download-card { min-height: 540px; }
}

@media (max-width: 720px) {
  .download-hero {
    padding-top: 54px;
    padding-bottom: 48px;
  }

  .download-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .download-products { padding-bottom: 80px; }
  .download-card { min-height: 0; padding: 25px; border-radius: 18px; }
  .download-card-copy { margin-top: 42px; }
  .download-card-footer { align-items: stretch; flex-direction: column; }
  .download-card-actions { align-items: stretch; flex-direction: column; }
  .download-button,
  .details-button { width: 100%; }
  .installation { padding-top: 76px; padding-bottom: 76px; }
  .install-steps { grid-template-columns: 1fr; gap: 30px; margin-top: 46px; }
  .install-steps li { padding: 0 0 30px; }
  .install-steps li + li { border-inline-start: 0; border-top: 1px solid #dfe7e4; padding-top: 30px; }
  .download-support { align-items: stretch; flex-direction: column; margin-bottom: 70px; padding: 30px 24px; }
  .download-support > a { width: 100%; }
}
