.home-download {
  height: 900px;
  padding: 68px 0 58px;
  background-color: #f8fbff;
  background-image: url("/images/homepage/download-section-background-1920x900.png");
  background-position: center;
  background-size: cover;
}

.home-download .home-container {
  width: min(1280px, calc(100% - 96px));
}

.home-download-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-download-heading {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 56px;
}

.home-download-heading-copy {
  flex: 0 0 auto;
  margin-left: 24px;
}

.home-download-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #0b67f5;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .025em;
}

.home-download-content > h2,
.home-download-heading h2 {
  margin: 0;
  color: #071b42;
  text-align: left;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -.045em;
}

.home-download-description {
  display: block;
  margin: 12px 0 0;
  color: #61708a;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: .035em;
}

.home-release-status {
  min-width: 0;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 40px;
  color: #697892;
  font-size: 15px;
  line-height: 1;
}

.home-release-status::before {
  content: "";
  height: 1px;
  min-width: 80px;
  flex: 1;
  margin-right: 10px;
  background: #cbd8eb;
}

.home-release-status > span {
  width: 9px;
  height: 9px;
  margin-top: -1px;
  border-radius: 50%;
  background: #0b67f5;
  box-shadow: 0 0 0 5px rgba(11, 103, 245, .08);
}

.home-release-status strong {
  margin-top: -1px;
  font-weight: 600;
  white-space: nowrap;
}

.home-download-grid {
  width: 100%;
  max-width: none;
  height: 576px;
  margin: 33px 0 0;
  display: grid;
  grid-template-columns: 590px minmax(0, 1fr);
  gap: 24px;
}

.home-download-panel.home-download-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 34px 42px 33px;
  border: 1px solid #b9d4fb;
  border-radius: 20px;
  background-color: rgba(238, 246, 255, .86);
  background-image: url("/images/homepage/download-section-background-1920x900.png");
  background-position: 35% center;
  background-size: auto 110%;
  box-shadow: 0 18px 42px rgba(62, 104, 165, .12);
}

.home-download-product {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-windows-tile {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  flex: 0 0 80px;
  border: 1px solid #d4e3f7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .58);
  color: #0b67f5;
  font-size: 45px;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .55);
}

.home-download-product-copy {
  min-width: 0;
  flex: 1;
}

.home-download-product-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-download-product-title h3 {
  margin: 0;
  color: #071b42;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  white-space: nowrap;
}

.home-download-product-title span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: #ddecff;
  color: #0b67f5;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.home-version-block {
  margin-top: 28px;
}

.home-version-label {
  color: #5d6d87;
  font-size: 14px;
  line-height: 1.2;
}

.home-version {
  margin: 7px 0 8px;
  color: #1264ed;
  font-size: 60px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.045em;
}

.home-version-block p {
  margin: 0;
  color: #5d6d87;
  font-size: 16px;
  line-height: 1.5;
}

.home-download-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 35px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid #cbdcf2;
  list-style: none;
}

.home-download-specs li {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #4e607c;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.home-download-specs li + li {
  border-left: 1px solid #c7d6ea;
}

.home-download-specs i {
  color: #0b67f5;
  font-size: 28px;
}

.home-download-card .home-primary-button {
  width: 100%;
  min-height: 77px;
  margin-top: auto;
  border-radius: 11px;
  background: #0b67f5;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 13px 28px rgba(11, 103, 245, .24);
}

.home-download-card .home-primary-button:hover {
  background: #0759dc;
  transform: translateY(-1px);
}

.home-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 13px 0 0;
  color: #65758e;
  font-size: 14px;
  line-height: 1.3;
  transform: translateY(14px);
}

.home-security-note i {
  color: #0b67f5;
}

.home-release-column {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: 466px 91px;
  gap: 19px;
}

.home-update-panel {
  height: auto;
  padding: 0 34px;
  border: 1px solid #d4dfef;
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 13px 34px rgba(38, 72, 124, .09);
}

.home-update-heading {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid #ccd8e9;
}

.home-update-heading h3 {
  position: relative;
  margin: 0;
  color: #071b42;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
}

.home-update-heading h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 60px;
  height: 2px;
  background: #0b67f5;
}

.home-update-meta {
  display: flex;
  align-items: center;
  color: #344661;
  font-size: 15px;
  line-height: 1.2;
}

.home-update-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 26px;
  white-space: nowrap;
}

.home-update-meta > span + span {
  border-left: 1px solid #d5deeb;
  font-weight: 700;
}

.home-update-meta i {
  color: #52647f;
  font-size: 18px;
}

.home-update-meta strong {
  font-weight: 500;
}

.home-update-list {
  height: calc(100% - 82px);
  margin: 0;
  padding: 0 10px 0 0;
  display: block;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-color: #9fbde9 transparent;
  scrollbar-width: thin;
  list-style: none;
}

.home-update-list::-webkit-scrollbar {
  width: 7px;
}

.home-update-list::-webkit-scrollbar-track {
  background: transparent;
}

.home-update-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #9fbde9;
}

.home-release-entry {
  padding: 18px 4px 19px;
  border-bottom: 1px solid #d5deeb;
}

.home-release-entry:last-child {
  border-bottom: 0;
}

.home-release-entry-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.home-release-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-release-identity h4 {
  margin: 0;
  color: #17315c;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
}

.home-release-entry.is-current .home-release-identity h4 {
  color: #0b67f5;
}

.home-release-identity span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #0b67f5;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.home-release-entry-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: #73819a;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}

.home-release-entry-meta > * + *::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-right: 12px;
  background: #d4deeb;
  vertical-align: -1px;
}

.home-release-items {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.home-release-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.home-release-item-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 7px;
  background: #e8f1ff;
  color: #0b67f5;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.home-release-item-category.tone-2 {
  background: #e7f7f7;
  color: #129a9e;
}

.home-release-item-category.tone-3 {
  background: #f0ebff;
  color: #7653d6;
}

.home-release-item-copy {
  min-width: 0;
}

.home-release-item-copy strong {
  display: block;
  overflow: hidden;
  color: #14294f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-release-item-copy p {
  margin: 3px 0 0;
  color: #697892;
  font-size: 12px;
  line-height: 1.45;
}

.home-update-list > li {
  min-height: 0;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid #d5deeb;
}

.home-update-list > li:last-child {
  border-bottom: 0;
}

.home-update-number {
  color: #78a7ef;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.04em;
}

.home-update-list > li:nth-child(3) .home-update-number {
  color: #9d89e8;
}

.home-update-copy {
  min-width: 0;
}

.home-update-title {
  display: flex;
  align-items: center;
  gap: 30px;
}

.home-update-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: #e8f1ff;
  color: #0b67f5;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.home-update-category.tone-2 {
  background: #e7f7f7;
  color: #129a9e;
}

.home-update-category.tone-3 {
  background: #f0ebff;
  color: #7653d6;
}

.home-update-title strong {
  overflow: hidden;
  color: #071b42;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-update-copy p {
  margin: 8px 0 0;
  color: #66758d;
  font-size: 14px;
  line-height: 1.45;
}

.home-version-history {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 0 30px;
  border: 1px solid #d4dfef;
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 28px rgba(38, 72, 124, .07);
}

.home-version-history > strong {
  color: #071b42;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.home-version-track {
  min-width: 0;
  display: flex;
  align-items: center;
  color: #66758d;
  font-size: 14px;
}

.home-version-track > span {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.home-version-track i {
  width: 15px;
  height: 15px;
  border: 1px solid #ccd6e5;
  border-radius: 50%;
  background: #eef2f7;
}

.home-version-track .is-current i {
  border-color: #0b67f5;
  background: #0b67f5;
  box-shadow: 0 0 0 5px rgba(11, 103, 245, .08);
}

.home-version-track .is-current > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-version-track b {
  font-weight: 600;
}

.home-version-track .is-current b,
.home-version-track .is-current small {
  color: #0b67f5;
}

.home-version-track small {
  font-size: 12px;
}

.home-version-track-line {
  height: 1px;
  min-width: 60px;
  flex: 1;
  margin: 0 12px;
  background: #becbe0;
}

.home-update-link {
  grid-column: auto;
  grid-row: auto;
  align-self: center;
  justify-self: end;
  margin: 0;
  color: #0b67f5 !important;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

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

@media (max-width: 1200px) {
  .home-download .home-container {
    width: calc(100% - 64px);
  }

  .home-release-status {
    min-width: 360px;
  }

  .home-download-grid {
    grid-template-columns: minmax(420px, 44%) minmax(0, 1fr);
  }

  .home-download-panel.home-download-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-update-title {
    gap: 12px;
  }

  .home-update-list > li {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .home-update-number {
    font-size: 44px;
  }

  .home-update-category {
    min-width: 72px;
  }

  .home-version-history {
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .home-download {
    height: auto;
    min-height: 900px;
    padding: 54px 0;
  }

  .home-download .home-container {
    width: calc(100% - 40px);
  }

  .home-download-heading {
    display: block;
    min-height: 0;
  }

  .home-release-status {
    min-width: 0;
    justify-content: flex-start;
    margin: 26px 0 0;
    padding-top: 14px;
  }

  .home-download-grid {
    height: auto;
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .home-download-panel.home-download-card {
    min-height: 560px;
  }

  .home-release-column {
    height: auto;
    grid-template-rows: auto auto;
  }

  .home-update-panel {
    min-height: 470px;
  }

  .home-version-history {
    min-height: 92px;
  }
}

@media (max-width: 600px) {
  .home-download {
    padding: 44px 0;
  }

  .home-download .home-container {
    width: calc(100% - 28px);
  }

  .home-download-content > h2,
  .home-download-heading h2 {
    font-size: 34px;
  }

  .home-download-description {
    font-size: 15px;
  }

  .home-release-status {
    font-size: 14px;
  }

  .home-download-panel.home-download-card {
    min-height: 540px;
    padding: 26px 22px 22px;
  }

  .home-windows-tile {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    font-size: 36px;
  }

  .home-download-product-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .home-download-product-title h3 {
    font-size: 21px;
  }

  .home-version {
    font-size: 56px;
  }

  .home-download-specs li {
    padding: 0 7px;
    font-size: 12px;
  }

  .home-download-card .home-primary-button {
    min-height: 62px;
    font-size: 20px;
  }

  .home-update-panel {
    min-height: 500px;
    padding: 0 20px;
  }

  .home-update-heading {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .home-update-heading h3::after {
    display: none;
  }

  .home-update-meta {
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
  }

  .home-update-meta > span {
    padding: 0;
  }

  .home-update-meta > span + span {
    padding-left: 14px;
  }

  .home-update-list > li {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .home-update-number {
    font-size: 35px;
  }

  .home-update-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .home-update-title strong {
    font-size: 16px;
  }

  .home-update-copy p {
    margin-top: 5px;
    font-size: 12px;
  }

  .home-version-history {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 16px 20px;
  }

  .home-version-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .home-update-link {
    grid-column: 2;
    grid-row: 1;
    font-size: 12px;
  }

  .home-version-track-line {
    min-width: 22px;
  }
}
