:root {
  --xm-yellow: #ffd84d;
  --xm-yellow-strong: #f1b900;
  --xm-ink: #17202a;
  --xm-muted: #5b6573;
  --xm-line: #dfe4ea;
  --xm-paper: #ffffff;
  --xm-soft: #f5f7f9;
  --xm-blue: #1769e0;
  --xm-green: #16845b;
  --xm-red: #b83b3b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.seo-home,
body.seo-enhanced {
  color: var(--xm-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

body.seo-home {
  margin: 0;
  background: var(--xm-paper);
  line-height: 1.65;
}

.seo-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.seo-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 68px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--xm-line);
}

.seo-header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--xm-ink);
  font-weight: 800;
  text-decoration: none;
}

.seo-brand img {
  width: 106px;
  height: 38px;
  object-fit: contain;
}

.seo-brand span {
  padding-left: 12px;
  border-left: 1px solid var(--xm-line);
  font-size: 14px;
  font-weight: 700;
}

.seo-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.seo-nav a {
  color: #364150;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.seo-nav a:hover,
.seo-nav a:focus-visible {
  color: var(--xm-blue);
}

.seo-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--xm-ink);
  border-radius: 6px;
  color: var(--xm-ink);
  background: var(--xm-yellow);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.seo-button:hover,
.seo-button:focus-visible {
  color: var(--xm-ink);
  box-shadow: 0 6px 16px rgba(23, 32, 42, 0.14);
  transform: translateY(-1px);
}

.seo-button.secondary {
  background: var(--xm-paper);
  border-color: #abb4bf;
}

.seo-button.dark {
  color: #fff;
  background: var(--xm-ink);
}

.seo-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #f8fafc;
  background-image: url("/d/file/p/59fa47ed9fc9b7e523c162ac9c4d511c.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: 1px solid var(--xm-line);
}

.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0 42% 0 0;
  background: rgba(255, 255, 255, 0.96);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
}

.seo-hero-content {
  position: relative;
  z-index: 1;
  width: min(610px, 56%);
  padding: 78px 0 74px;
}

.seo-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 10px;
  border-left: 4px solid var(--xm-yellow-strong);
  color: #3e4855;
  background: #fff7d1;
  font-size: 14px;
  font-weight: 750;
}

.seo-hero h1 {
  max-width: 610px;
  margin: 22px 0 18px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.14;
  letter-spacing: 0;
}

.seo-hero h1 strong {
  color: var(--xm-blue);
}

.seo-hero-lead {
  max-width: 570px;
  margin: 0;
  color: #46515f;
  font-size: 19px;
  line-height: 1.85;
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.seo-hero-note {
  margin: 18px 0 0;
  color: #66717e;
  font-size: 13px;
}

.seo-facts {
  border-bottom: 1px solid var(--xm-line);
  background: var(--xm-ink);
  color: #fff;
}

.seo-facts-list {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-facts-list li {
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
}

.seo-facts-list li:first-child {
  padding-left: 0;
  border-left: 0;
}

.seo-facts-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--xm-yellow);
  font-size: 17px;
}

.seo-section {
  padding: 84px 0;
}

.seo-section.soft {
  background: var(--xm-soft);
  border-top: 1px solid var(--xm-line);
  border-bottom: 1px solid var(--xm-line);
}

.seo-section-heading {
  max-width: 730px;
  margin-bottom: 38px;
}

.seo-section-heading h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0;
}

.seo-section-heading p {
  margin: 0;
  color: var(--xm-muted);
  font-size: 17px;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.seo-feature {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--xm-line);
  border-radius: 6px;
  background: var(--xm-paper);
}

.seo-feature-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 6px;
  color: #fff;
  background: var(--xm-blue);
  font-size: 19px;
  font-weight: 850;
}

.seo-feature:nth-child(2) .seo-feature-mark {
  background: var(--xm-green);
}

.seo-feature:nth-child(3) .seo-feature-mark {
  color: var(--xm-ink);
  background: var(--xm-yellow);
}

.seo-feature h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.seo-feature p {
  margin: 0;
  color: var(--xm-muted);
}

.seo-product {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 44px;
  align-items: center;
}

.seo-product-media img {
  width: 100%;
  display: block;
  border: 1px solid var(--xm-line);
  border-radius: 6px;
  box-shadow: 0 20px 45px rgba(23, 32, 42, 0.12);
}

.seo-product-copy h2 {
  margin: 0 0 16px;
  font-size: 34px;
  line-height: 1.3;
}

.seo-product-copy p {
  color: var(--xm-muted);
  font-size: 16px;
}

.seo-check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.seo-check-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
  font-weight: 650;
}

.seo-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--xm-green);
  font-weight: 900;
}

.seo-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  counter-reset: step;
  border-top: 1px solid var(--xm-line);
  border-bottom: 1px solid var(--xm-line);
}

.seo-step {
  min-height: 185px;
  padding: 28px 24px;
  border-left: 1px solid var(--xm-line);
}

.seo-step:first-child {
  border-left: 0;
}

.seo-step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  margin-bottom: 22px;
  color: var(--xm-blue);
  font-size: 14px;
  font-weight: 900;
}

.seo-step h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.seo-step p {
  margin: 0;
  color: var(--xm-muted);
  font-size: 14px;
}

.seo-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.seo-article-card {
  overflow: hidden;
  border: 1px solid var(--xm-line);
  border-radius: 6px;
  background: var(--xm-paper);
}

.seo-article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-bottom: 1px solid var(--xm-line);
}

.seo-article-body {
  padding: 20px;
}

.seo-article-body time {
  color: #77818e;
  font-size: 13px;
}

.seo-article-body h3 {
  min-height: 56px;
  margin: 8px 0 10px;
  font-size: 19px;
  line-height: 1.45;
}

.seo-article-body h3 a {
  color: var(--xm-ink);
  text-decoration: none;
}

.seo-article-body h3 a:hover {
  color: var(--xm-blue);
}

.seo-article-body p {
  margin: 0;
  color: var(--xm-muted);
  font-size: 14px;
}

.seo-faq {
  max-width: 850px;
}

.seo-faq details {
  border-top: 1px solid var(--xm-line);
}

.seo-faq details:last-child {
  border-bottom: 1px solid var(--xm-line);
}

.seo-faq summary {
  padding: 21px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
}

.seo-faq p {
  margin: -6px 0 22px;
  color: var(--xm-muted);
}

.seo-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 44px;
  border-left: 6px solid var(--xm-yellow-strong);
  background: var(--xm-ink);
  color: #fff;
}

.seo-contact h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 30px;
}

.seo-contact p {
  margin: 0;
  color: #cbd2da;
}

.seo-contact-id {
  color: var(--xm-yellow);
  font-size: 24px;
  font-weight: 900;
}

.seo-footer {
  padding: 30px 0;
  color: #69737f;
  background: #fff;
  border-top: 1px solid var(--xm-line);
  font-size: 13px;
}

.seo-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.seo-footer a {
  color: #4d5864;
}

body.seo-enhanced .logo {
  display: block;
}

body.seo-enhanced .logo img {
  max-width: 130px;
}

body.seo-enhanced .entry-copyright {
  border-left: 4px solid var(--xm-yellow-strong);
  background: #fffaf0;
}

body.seo-enhanced .entry-content {
  color: #303946;
  font-size: 16px;
  line-height: 1.9;
}

body.seo-enhanced .entry-content img {
  height: auto;
}

body.seo-enhanced .entry-title {
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .seo-nav {
    gap: 16px;
  }

  .seo-nav a:not(.seo-button) {
    display: none;
  }

  .seo-hero {
    min-height: 600px;
    align-items: flex-end;
    background-position: 62% top;
    background-size: auto 54%;
  }

  .seo-hero::before {
    inset: 38% 0 0;
    clip-path: none;
  }

  .seo-hero-content {
    width: 100%;
    padding: 265px 0 48px;
  }

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

  .seo-facts-list,
  .seo-feature-grid,
  .seo-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-product {
    grid-template-columns: 1fr;
  }

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

  .seo-step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--xm-line);
  }

  .seo-step:nth-child(4) {
    border-top: 1px solid var(--xm-line);
  }
}

@media (max-width: 620px) {
  .seo-container {
    width: min(100% - 28px, 1180px);
  }

  .seo-header-inner {
    gap: 12px;
  }

  .seo-brand img {
    width: 82px;
  }

  .seo-brand span {
    display: none;
  }

  .seo-nav .seo-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .seo-hero {
    min-height: 650px;
    background-position: 58% top;
    background-size: auto 42%;
  }

  .seo-hero::before {
    inset: 31% 0 0;
  }

  .seo-hero-content {
    padding: 225px 0 42px;
  }

  .seo-hero h1 {
    margin-top: 16px;
    font-size: 34px;
  }

  .seo-hero-lead {
    font-size: 16px;
  }

  .seo-facts-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 14px 0;
  }

  .seo-facts-list li,
  .seo-facts-list li:first-child {
    padding: 10px 12px;
    border-left: 0;
  }

  .seo-section {
    padding: 58px 0;
  }

  .seo-section-heading h2,
  .seo-product-copy h2 {
    font-size: 28px;
  }

  .seo-feature-grid,
  .seo-article-grid,
  .seo-steps {
    grid-template-columns: 1fr;
  }

  .seo-step,
  .seo-step:nth-child(3),
  .seo-step:nth-child(4) {
    border-top: 1px solid var(--xm-line);
    border-left: 0;
  }

  .seo-step:first-child {
    border-top: 0;
  }

  .seo-article-body h3 {
    min-height: 0;
  }

  .seo-contact {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .seo-footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .seo-button {
    transition: none;
  }
}

/* Download center */
body.seo-download-page {
  margin: 0;
  background: var(--xm-paper);
  color: var(--xm-ink);
  line-height: 1.7;
}

.download-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  color: #697482;
  font-size: 13px;
}

.download-breadcrumb a {
  color: #465260;
  text-decoration: none;
}

.download-breadcrumb a:hover,
.download-breadcrumb a:focus-visible {
  color: var(--xm-blue);
}

.download-hero {
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid var(--xm-line);
  background: #f7f9fb;
}

.download-hero-grid {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 64px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.download-hero-copy h1 {
  max-width: 640px;
  margin: 20px 0 18px;
  color: var(--xm-ink);
  font-size: 48px;
  line-height: 1.16;
  letter-spacing: 0;
}

.download-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #4e5967;
  font-size: 18px;
}

.download-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.download-hero-copy .download-hero-note {
  margin-top: 20px;
  color: #707b88;
  font-size: 13px;
}

.download-hero-media {
  min-width: 0;
}

.download-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: contain;
  border: 1px solid #cfd6de;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(25, 35, 46, 0.13);
}

.download-collection-hero .download-hero-media img {
  max-width: 520px;
  margin-left: auto;
}

.download-fact-band {
  border-bottom: 1px solid var(--xm-line);
  background: #fff;
}

.download-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.download-facts > div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 24px;
  border-left: 1px solid var(--xm-line);
}

.download-facts > div:last-child {
  border-right: 1px solid var(--xm-line);
}

.download-facts span {
  color: #75808d;
  font-size: 12px;
}

.download-facts strong {
  margin-top: 4px;
  color: #222d38;
  font-size: 15px;
}

.download-content-shell {
  max-width: 940px;
  padding-top: 10px;
  padding-bottom: 70px;
}

.download-copy-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--xm-line);
}

.download-copy-section:last-child {
  border-bottom: 0;
}

.download-intro {
  margin: 0 0 28px;
  color: #3d4855;
  font-size: 18px;
  line-height: 1.85;
}

.download-action-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 28px 30px;
  border: 1px solid #cfd6de;
  border-top: 5px solid var(--xm-yellow-strong);
  border-radius: 6px;
  background: #fff;
}

.download-label {
  color: var(--xm-blue);
  font-size: 12px;
  font-weight: 800;
}

.download-action-box h2 {
  margin: 5px 0 6px;
  font-size: 24px;
  letter-spacing: 0;
}

.download-action-box p {
  max-width: 620px;
  margin: 0;
  color: #5b6573;
  font-size: 14px;
}

.download-action-box code {
  color: #27323d;
  font-family: Consolas, "Microsoft YaHei", monospace;
}

.download-primary-button {
  min-width: 170px;
}

.download-notice {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--xm-yellow-strong);
  background: #fff9df;
}

.download-notice strong {
  display: block;
  margin-bottom: 4px;
}

.download-notice p {
  margin: 0;
  color: #59636e;
  font-size: 14px;
}

.download-section-heading {
  max-width: 740px;
  margin-bottom: 28px;
}

.download-section-heading > span {
  color: var(--xm-blue);
  font-size: 13px;
  font-weight: 800;
}

.download-section-heading h2 {
  margin: 5px 0 8px;
  color: var(--xm-ink);
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
}

.download-section-heading p {
  margin: 0;
  color: #66717e;
}

.download-steps {
  counter-reset: download-step;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--xm-line);
  list-style: none;
}

.download-steps li {
  counter-increment: download-step;
  position: relative;
  min-height: 150px;
  padding: 30px 28px 26px 64px;
  border-right: 1px solid var(--xm-line);
  border-bottom: 1px solid var(--xm-line);
}

.download-steps li:nth-child(2n) {
  border-right: 0;
}

.download-steps li::before {
  content: counter(download-step);
  position: absolute;
  top: 30px;
  left: 20px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--xm-ink);
  background: var(--xm-yellow);
  font-size: 13px;
  font-weight: 900;
}

.download-steps strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
}

.download-steps p {
  margin: 0;
  color: #606b77;
  font-size: 14px;
}

.download-setting-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--xm-line);
}

.download-setting-list > div {
  padding: 24px 26px;
  border-right: 1px solid var(--xm-line);
  border-bottom: 1px solid var(--xm-line);
}

.download-setting-list > div:nth-child(2n) {
  border-right: 0;
}

.download-setting-list strong {
  font-size: 16px;
}

.download-setting-list p {
  margin: 6px 0 0;
  color: #606b77;
  font-size: 14px;
}

.download-faq {
  border-top: 1px solid var(--xm-line);
  border-bottom: 1px solid var(--xm-line);
}

.download-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--xm-line);
  background: var(--xm-line);
}

.download-guide-grid a {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  color: var(--xm-ink);
  background: #fff;
  text-decoration: none;
}

.download-guide-grid a:hover,
.download-guide-grid a:focus-visible {
  background: #fff9df;
}

.download-guide-grid span {
  color: var(--xm-blue);
  font-size: 12px;
  font-weight: 800;
}

.download-guide-grid strong {
  margin-top: 6px;
  font-size: 16px;
}

.download-overview-band {
  color: #fff;
  background: var(--xm-ink);
}

.download-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.download-overview > div {
  min-height: 190px;
  padding: 36px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.download-overview > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.download-overview span {
  color: var(--xm-yellow);
  font-size: 13px;
  font-weight: 900;
}

.download-overview h2 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
}

.download-overview p {
  margin: 0;
  color: #c7d0d9;
  font-size: 14px;
}

.download-list-row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 18px;
  border: 1px solid #cfd6de;
  border-radius: 6px;
  color: var(--xm-ink);
  background: #fff;
  text-decoration: none;
}

.download-list-row:hover,
.download-list-row:focus-visible {
  border-color: #909baa;
  color: var(--xm-ink);
}

.download-list-row img {
  width: 230px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.download-list-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.download-list-copy strong {
  margin: 5px 0 7px;
  font-size: 19px;
}

.download-list-copy small {
  color: #687380;
  font-size: 14px;
}

.download-list-action {
  min-width: 92px;
  padding: 10px 14px;
  border: 1px solid var(--xm-ink);
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.download-policy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--xm-line);
  border-bottom: 1px solid var(--xm-line);
}

.download-policy p {
  margin: 0;
  padding: 24px 26px;
  border-right: 1px solid var(--xm-line);
  color: #586370;
  font-size: 14px;
}

.download-policy p:last-child {
  border-right: 0;
}

.download-policy strong {
  color: var(--xm-ink);
}

@media (max-width: 900px) {
  .download-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .download-hero-media {
    max-width: 720px;
  }

  .download-collection-hero .download-hero-media img {
    margin-left: 0;
  }

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

  .download-facts > div:nth-child(2) {
    border-right: 1px solid var(--xm-line);
  }

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

  .download-overview > div,
  .download-overview > div:last-child {
    min-height: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .download-list-row {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .download-list-row img {
    width: 180px;
  }

  .download-list-action {
    grid-column: 2;
    justify-self: start;
  }

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

  .download-policy p,
  .download-policy p:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--xm-line);
  }

  .download-policy p:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .download-breadcrumb {
    min-height: 44px;
  }

  .download-hero-grid {
    min-height: 0;
    gap: 28px;
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .download-hero-copy h1 {
    margin-top: 16px;
    font-size: 34px;
  }

  .download-hero-copy > p {
    font-size: 16px;
  }

  .download-hero-actions {
    flex-direction: column;
  }

  .download-hero-actions .seo-button {
    width: 100%;
  }

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

  .download-facts > div,
  .download-facts > div:nth-child(2),
  .download-facts > div:last-child {
    min-height: 76px;
    padding-left: 18px;
    border-right: 1px solid var(--xm-line);
    border-bottom: 1px solid var(--xm-line);
  }

  .download-copy-section {
    padding: 46px 0;
  }

  .download-action-box {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
  }

  .download-primary-button {
    width: 100%;
  }

  .download-section-heading h2 {
    font-size: 27px;
  }

  .download-steps,
  .download-setting-list,
  .download-guide-grid {
    grid-template-columns: 1fr;
  }

  .download-steps li,
  .download-steps li:nth-child(2n),
  .download-setting-list > div,
  .download-setting-list > div:nth-child(2n) {
    border-right: 0;
  }

  .download-list-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .download-list-row img {
    width: 100%;
  }

  .download-list-action {
    grid-column: 1;
    width: 100%;
  }
}
