body.soarcho-download-page-body {
  width: 100%;
  margin: 0;
  background: #f5f9ff;
  color: #082454;
  font-family: Arial, Helvetica, sans-serif;
}

.soarcho-download-page-body #page,
.soarcho-download-page-body #content,
.soarcho-download-page-body main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soarcho-download-page-body .site-header,
.soarcho-download-page-body .site-footer {
  display: none;
}

.soarcho-download-page-body .site-content,
.soarcho-download-page-body .ast-container,
.soarcho-download-page-body .content-area,
.soarcho-download-page-body .site-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: none;
}

.soarcho-download-page-body .ast-container {
  display: block;
}

.soarcho-download-page * {
  box-sizing: border-box;
}

.soarcho-download-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 42%, #f5f9ff 100%);
}

.download-wrap {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.download-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(10, 45, 100, 0.06);
}

.download-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 22px;
}

.download-logo {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: #092454;
  line-height: 1;
  text-decoration: none;
}

.download-logo span {
  font-size: 28px;
  font-weight: 900;
}

.download-logo b,
.download-hero h1 span,
.download-nav a.is-active {
  color: #075eea;
}

.download-logo small {
  margin-top: 5px;
  color: #61728f;
  font-size: 10px;
}

.download-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(18px, 2.25vw, 38px);
  height: 68px;
  font-size: 13px;
  font-weight: 900;
}

.download-nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #082454;
  text-decoration: none;
}

.download-nav a.is-active {
  border-bottom: 2px solid #075eea;
}

.download-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #075eea;
  border-radius: 9px;
  background: #075eea;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 94, 234, 0.18);
}

.download-btn:hover {
  color: #fff;
}

.download-btn--small {
  min-height: 36px;
  border-radius: 20px;
}

.download-btn--outline {
  background: #fff;
  color: #075eea;
  box-shadow: none;
}

.download-btn--outline:hover {
  color: #075eea;
}

.download-hero {
  width: 100%;
  background: linear-gradient(90deg, #f7fbff 0%, #eef7ff 43%, #e7f3ff 100%);
}

.download-hero__grid {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 304px;
}

.download-hero__copy {
  padding: 36px 0 32px;
}

.download-hero__media {
  position: relative;
  overflow: hidden;
}

.download-hero__media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  z-index: 2;
  width: 180px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #f7fbff 0%,
    rgba(247, 251, 255, 0.92) 26%,
    rgba(238, 247, 255, 0.58) 62%,
    rgba(238, 247, 255, 0) 100%
  );
}

.download-breadcrumb {
  margin-bottom: 24px;
  color: #526786;
  font-size: 13px;
}

.download-breadcrumb span {
  margin: 0 10px;
  color: #8aa2c0;
}

.download-hero h1 {
  margin: 0 0 16px;
  color: #082454;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

.download-hero p {
  max-width: 500px;
  margin: 0 0 42px;
  color: #082454;
  font-size: 15px;
  line-height: 1.6;
}

.download-hero__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  max-width: 560px;
}

.download-hero__items img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(7, 94, 234, 0.16);
}

.download-hero__items strong {
  display: block;
  color: #082454;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.download-hero__items span {
  color: #273c61;
  font-size: 12px;
  line-height: 1.35;
}

.download-hero__image {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 304px;
  object-fit: cover;
  object-position: center right;
}

.download-section {
  padding: 18px 0;
}

.download-section-title {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.download-section-title img {
  width: 42px;
  height: 42px;
  border-radius: 6px;
}

.download-section-title h2 {
  margin: 0 0 6px;
  color: #082454;
  font-size: 24px;
  font-weight: 900;
}

.download-section-title p {
  margin: 0;
  color: #273c61;
  font-size: 13px;
}

.download-catalog-card,
.download-doc-card,
.download-help-bar {
  border: 1px solid #dce9fb;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 68, 145, 0.07);
}

.download-catalog-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.download-catalog-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  width: 100%;
  padding: 22px 30px;
}

.download-catalog-cover {
  width: 150px;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 10px 24px rgba(10, 45, 100, 0.12);
}

.download-catalog-card h3 {
  margin: 0 0 18px;
  color: #082454;
  font-size: 18px;
  font-weight: 900;
}

.download-catalog-card p {
  max-width: 330px;
  margin: 0 0 18px;
  color: #273c61;
  font-size: 13px;
  line-height: 1.6;
}

.download-catalog-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.download-catalog-card li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #082454;
  font-size: 13px;
}

.download-catalog-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #075eea;
}

.download-catalog-card .download-btn {
  min-width: 170px;
  margin-right: 12px;
}

.download-catalog-card div > span {
  color: #61728f;
  font-size: 13px;
}

.download-statement-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.download-statement-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.download-statement-card__head img {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 9px;
}

.download-statement-card__head h3 {
  margin-bottom: 10px;
}

.download-statement-card__head p {
  max-width: none;
  margin-bottom: 0;
}

.download-statement-card__body p {
  max-width: none;
  margin: 0 0 12px;
  color: #61728f;
  font-size: 14px;
  line-height: 1.72;
}

.download-statement-card__body p:last-child {
  margin-bottom: 0;
}

.download-statement-card__body strong {
  color: #075eea;
  font-weight: 900;
}

.download-doc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.download-doc-card {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 170px;
  padding: 18px 22px;
}

.download-doc-card > div {
  min-width: 0;
}

.download-doc-card img {
  width: 80px;
  height: 105px;
  border-radius: 4px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 45, 100, 0.12);
}

.download-doc-card--certificate {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  min-height: 160px;
  padding: 18px;
}

.download-doc-card--certificate img {
  width: 112px;
  height: 92px;
  padding: 4px;
  border: 1px solid rgba(30, 99, 255, 0.1);
  object-fit: contain;
}

.download-doc-card--certificate .download-btn {
  width: 100%;
  min-width: 0;
  max-width: 120px;
  box-sizing: border-box;
  justify-self: start;
}

.download-doc-card h3 {
  margin: 0 0 12px;
  color: #082454;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.download-doc-card p {
  margin: 0 0 20px;
  color: #273c61;
  font-size: 13px;
}

.download-doc-card .download-btn {
  min-height: 34px;
  min-width: 145px;
  padding: 0 14px;
}

.download-help-section {
  padding: 4px 0 20px;
}

.download-help-bar {
  display: grid;
  grid-template-columns: 80px 1fr 210px 240px 170px;
  gap: 22px;
  align-items: center;
  padding: 22px 36px;
  background: #f1f7ff;
}

.download-help-folder {
  width: 56px;
  height: 56px;
}

.download-help-bar h2 {
  margin: 0 0 8px;
  color: #082454;
  font-size: 18px;
  font-weight: 900;
}

.download-help-bar p {
  margin: 0;
  color: #273c61;
  font-size: 13px;
}

.download-help-bar > a:not(.download-btn) {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  color: #075eea;
  text-decoration: none;
}

.download-help-bar > a:not(.download-btn) img {
  width: 42px;
  height: 42px;
  grid-row: span 2;
  border-radius: 6px;
}

.download-help-bar span {
  color: #075eea;
  font-size: 13px;
  font-weight: 900;
}

.download-help-bar small {
  color: #61728f;
  font-size: 11px;
}

.download-footer {
  margin-top: 0;
}

.soarcho-download-page .soarcho-media--empty,
.soarcho-download-page .soarcho-icon-img--empty {
  display: block;
  background: #eaf3ff;
}

@media (max-width: 1180px) {
  .download-nav {
    display: none;
  }

  .download-doc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .download-help-bar {
    grid-template-columns: 70px 1fr;
  }
}

@media (max-width: 760px) {
  .download-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .download-header__actions span,
  .download-hero__media {
    display: none;
  }

  .download-hero__grid,
  .download-hero__items,
  .download-catalog-row,
  .download-catalog-card,
  .download-doc-grid,
  .download-doc-card,
  .download-help-bar {
    grid-template-columns: 1fr;
  }

  .download-statement-card__head {
    flex-direction: column;
  }

  .download-hero h1 {
    font-size: 36px;
  }

  .download-catalog-cover,
  .download-doc-card img {
    width: 100%;
    height: auto;
    max-height: 240px;
  }

  .download-doc-card--certificate {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .download-doc-card--certificate img {
    width: 100%;
    max-width: 220px;
    height: 140px;
    margin: 0 auto;
  }

  .download-btn {
    width: 100%;
  }
}
