.commerce-hero,
.commerce-outcome,
.commerce-scenes,
.commerce-calculator,
.commerce-tools,
.commerce-pilot {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}

.commerce-hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: center;
  padding: 94px 0 82px;
}

.commerce-hero > *,
.commerce-source > *,
.commerce-output-list article > div {
  min-width: 0;
}

.commerce-kicker,
.commerce-scenes > header p,
.commerce-calculator-head > div > p,
.commerce-tools-copy > p,
.commerce-pilot > header p {
  margin: 0 0 20px;
  color: #647068;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
}

.commerce-hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: var(--seo-serif);
  font-size: clamp(52px, 6.2vw, 82px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .99;
  text-wrap: balance;
}

.commerce-intro {
  max-width: 560px;
  margin-top: 30px;
  color: var(--seo-muted);
  font-size: 16px;
  line-height: 1.85;
  text-wrap: pretty;
}

.commerce-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.commerce-primary {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding: 13px 17px;
  border-radius: 6px;
  color: #fff;
  background: #314d43;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(49, 77, 67, .16);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.commerce-primary:hover {
  background: #263e36;
  box-shadow: 0 16px 36px rgba(49, 77, 67, .22);
  transform: translateY(-2px);
}

.commerce-primary:active {
  transform: translateY(0) scale(.985);
}

.commerce-text-link {
  color: #52635d;
  font-size: 12px;
  font-weight: 600;
  text-underline-offset: 4px;
}

.commerce-disclosure {
  margin: 20px 0 0;
  color: #98958d;
  font-size: 10px;
}

.commerce-demo {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid #d9dcd6;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 8%, rgba(196, 217, 207, .62), transparent 30%),
    linear-gradient(145deg, #f8f8f4, #eaeee8);
  box-shadow: 0 30px 80px rgba(48, 62, 54, .13);
  overflow: hidden;
}

.commerce-demo {
  width: 100%;
  max-width: 100%;
}

.commerce-demo::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(63, 98, 87, .13) .6px, transparent .6px);
  background-size: 12px 12px;
  content: "";
  opacity: .3;
  pointer-events: none;
}

.commerce-demo figcaption {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 8px 15px;
  color: #687069;
  font-size: 10px;
}

.commerce-demo figcaption span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.commerce-demo figcaption i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5e8a79;
  box-shadow: 0 0 0 0 rgba(94, 138, 121, .35);
  animation: commerce-live 2s ease-out infinite;
}

.commerce-demo figcaption b {
  font-weight: 600;
}

.commerce-demo-stage {
  position: relative;
  min-height: 558px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  box-shadow: inset 0 1px 0 #fff;
  backdrop-filter: blur(16px);
}

.commerce-source {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 20px;
  align-items: center;
}

.commerce-source-art {
  position: relative;
  height: 132px;
  border-radius: 14px 14px 6px 14px;
  background: linear-gradient(180deg, #b9d5d7 0 47%, #d8d2b9 48% 57%, #718d7d 58% 100%);
  box-shadow: 0 13px 28px rgba(51, 73, 65, .13);
  overflow: hidden;
}

.commerce-sun {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f2df9c;
  box-shadow: 0 0 24px rgba(242, 223, 156, .8);
}

.commerce-mountain {
  position: absolute;
  bottom: 53px;
  width: 0;
  height: 0;
  border-right: 54px solid transparent;
  border-bottom: 58px solid #718b7d;
  border-left: 54px solid transparent;
}

.commerce-mountain-one {
  left: -18px;
}

.commerce-mountain-two {
  left: 56px;
  border-right-width: 65px;
  border-bottom-color: #5c776a;
  border-left-width: 65px;
  transform: scale(.84);
  transform-origin: bottom;
}

.commerce-window {
  position: absolute;
  right: 17px;
  bottom: 11px;
  width: 48px;
  height: 39px;
  border: 6px solid rgba(244, 240, 225, .9);
  border-bottom-width: 12px;
  background: rgba(173, 207, 213, .82);
}

.commerce-source small {
  color: #6c766f;
  font-size: 10px;
}

.commerce-source h2 {
  margin: 8px 0 7px;
  font-family: var(--seo-serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}

.commerce-source p {
  margin: 0;
  color: #8b8b84;
  font-size: 10px;
}

.commerce-understand {
  position: relative;
  margin: 30px 0 22px 52px;
  padding-left: 32px;
}

.commerce-understand::before {
  position: absolute;
  top: -17px;
  bottom: -15px;
  left: 0;
  width: 1px;
  background: #c8d2cb;
  content: "";
}

.commerce-understand::after {
  position: absolute;
  top: 7px;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55796c;
  box-shadow: 0 0 0 6px #edf2ee;
  content: "";
  animation: commerce-node 2.4s ease-in-out infinite;
}

.commerce-understand > span {
  color: #68756d;
  font-size: 10px;
}

.commerce-understand > div {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 9px;
}

.commerce-understand b {
  padding: 6px 9px;
  border: 1px solid #d8ded9;
  border-radius: 5px;
  color: #4d6159;
  background: #f5f7f4;
  font-size: 10px;
  font-weight: 600;
  animation: commerce-tag 5.6s ease-in-out infinite;
}

.commerce-output-list {
  display: grid;
  gap: 8px;
}

.commerce-output-list article {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 10px 14px;
  border: 1px solid #e0e2dd;
  border-radius: 9px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 7px 18px rgba(56, 70, 62, .05);
  opacity: .58;
  transform: translateX(0);
  animation: commerce-output 8s ease-in-out infinite;
}

.commerce-output-list article[data-step="2"] { animation-delay: 2s; }
.commerce-output-list article[data-step="3"] { animation-delay: 4s; }
.commerce-output-list article[data-step="4"] { animation-delay: 6s; }

.commerce-output-list article > span {
  color: #9a9c95;
  font-family: var(--seo-serif);
  font-size: 19px;
}

.commerce-output-list h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
}

.commerce-output-list p {
  margin: 4px 0 0;
  color: #858880;
  font-size: 10px;
}

.commerce-output-list article > i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #5d8173;
  font-size: 10px;
  font-style: normal;
}

.commerce-outcome {
  display: grid;
  grid-template-columns: 1fr 50px 1.15fr 1fr 1fr;
  align-items: stretch;
  margin-bottom: 132px;
  border-block: 1px solid var(--seo-line);
}

.commerce-outcome article {
  display: grid;
  min-width: 0;
  min-height: 160px;
  padding: 23px 20px 20px;
  align-content: space-between;
}

.commerce-outcome article + article {
  border-left: 1px solid var(--seo-line);
}

.commerce-outcome > i {
  display: grid;
  place-items: center;
  color: #9a9a93;
  font-size: 10px;
  font-style: normal;
}

.commerce-outcome span,
.commerce-outcome small {
  color: #85837c;
  font-size: 10px;
}

.commerce-outcome strong {
  font-family: var(--seo-serif);
  font-size: clamp(43px, 4.8vw, 64px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .85;
  font-variant-numeric: tabular-nums;
}

.commerce-outcome .is-highlight {
  color: #f6f5f0;
  background: #365448;
}

.commerce-outcome .is-highlight span,
.commerce-outcome .is-highlight small {
  color: #c7d4cd;
}

.commerce-scenes {
  padding-bottom: 136px;
}

.commerce-scenes > header,
.commerce-pilot > header {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 55px;
  margin-bottom: 54px;
  padding-top: 18px;
  border-top: 1px solid var(--seo-ink);
}

.commerce-scenes > header h2,
.commerce-calculator-head h2,
.commerce-tools-copy h2,
.commerce-pilot > header h2 {
  max-width: 770px;
  margin: 0;
  font-family: var(--seo-serif);
  font-size: clamp(38px, 4.2vw, 52px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.08;
  text-wrap: balance;
}

.commerce-scenes > div {
  border-top: 1px solid var(--seo-line);
}

.commerce-scenes article {
  display: grid;
  grid-template-columns: 52px minmax(230px, .8fr) minmax(340px, 1.2fr);
  gap: 36px;
  padding: 30px 3px 34px;
  border-bottom: 1px solid var(--seo-line);
}

.commerce-scenes article > span {
  padding-top: 4px;
  color: #a19f98;
  font-size: 10px;
}

.commerce-scenes h3 {
  margin: 0 0 12px;
  font-family: var(--seo-serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -.035em;
}

.commerce-scenes article p {
  margin: 0;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.75;
}

.commerce-scene-solution {
  padding: 18px 22px 20px;
  border-radius: 5px 18px 18px 18px;
  background: #f0f3ef;
}

.commerce-scene-solution > b {
  display: block;
  margin-bottom: 7px;
  color: #506258;
  font-size: 10px;
}

.commerce-scene-solution > strong {
  display: block;
  margin-top: 13px;
  color: #365448;
  font-size: 12px;
}

#commerce-savings {
  padding: 95px 0 108px;
  border-block: 1px solid #dce4de;
  background:
    radial-gradient(circle at 8% 0, rgba(196, 215, 205, .38), transparent 27%),
    #eef2ee;
  scroll-margin-top: 30px;
}

.commerce-calculator-head {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 72px;
  align-items: end;
}

.commerce-calculator-head label {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  color: #647068;
  font-size: 11px;
}

.commerce-calculator-head label strong {
  color: #314d43;
  font-family: var(--seo-serif);
  font-size: 25px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.commerce-calculator input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  height: 3px;
  margin: 10px 0 2px;
  appearance: none;
  border-radius: 3px;
  background: #bbc9c1;
  cursor: pointer;
}

.commerce-calculator input[type="range"]::-webkit-slider-thumb {
  width: 21px;
  height: 21px;
  appearance: none;
  border: 4px solid #f4f6f3;
  border-radius: 50%;
  background: #365448;
  box-shadow: 0 4px 12px rgba(49, 77, 67, .24);
}

.commerce-calculator input[type="range"]:focus-visible {
  outline: 3px solid rgba(54, 84, 72, .24);
  outline-offset: 8px;
}

.commerce-calculator-head label > span {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
}

.commerce-calculator-head label i {
  color: #8b968f;
  font-size: 9px;
  font-style: normal;
}

.commerce-time-result {
  display: grid;
  grid-template-columns: 1fr 48px 1fr 1.18fr;
  align-items: stretch;
  margin-top: 55px;
  border-block: 1px solid #cbd6cf;
}

.commerce-time-result > div {
  display: grid;
  min-height: 150px;
  padding: 21px 18px;
  align-content: space-between;
}

.commerce-time-result > div + div {
  border-left: 1px solid #cbd6cf;
}

.commerce-time-result > i {
  display: grid;
  place-items: center;
  color: #87938c;
  font-style: normal;
}

.commerce-time-result span,
.commerce-time-result small {
  color: #718078;
  font-size: 10px;
}

.commerce-time-result strong {
  font-family: var(--seo-serif);
  font-size: clamp(27px, 3vw, 41px);
  font-weight: 500;
  letter-spacing: -.045em;
  font-variant-numeric: tabular-nums;
}

.commerce-time-result .commerce-time-saved {
  color: #fff;
  background: #365448;
}

.commerce-time-saved span,
.commerce-time-saved small {
  color: #c8d5ce;
}

.commerce-breakdown {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 26px;
}

.commerce-breakdown article {
  padding: 22px 24px 8px;
  border: 1px solid #d4ddd7;
  border-radius: 8px;
  background: rgba(255, 255, 255, .48);
}

.commerce-breakdown article.is-after {
  background: rgba(255, 255, 255, .74);
}

.commerce-breakdown header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 17px;
}

.commerce-breakdown header span {
  color: #6f7d75;
  font-size: 10px;
}

.commerce-breakdown header strong {
  color: #40584e;
  font-family: var(--seo-serif);
  font-size: 20px;
  font-weight: 500;
}

.commerce-breakdown ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.commerce-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
  border-top: 1px solid #d8dfda;
  color: #66756d;
  font-size: 11px;
}

.commerce-breakdown li b {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.commerce-estimate-note {
  max-width: 720px;
  margin: 18px 0 0;
  color: #7f8b84;
  font-size: 10px;
  line-height: 1.6;
}

.commerce-tools {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 86px;
  padding-block: 136px;
}

.commerce-tools-copy {
  padding-top: 17px;
  border-top: 1px solid var(--seo-ink);
}

.commerce-tools-copy > div {
  max-width: 430px;
  margin-top: 27px;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.8;
}

.commerce-tool-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--seo-ink);
}

.commerce-tool-grid article {
  min-height: 260px;
  padding: 20px 22px 25px;
  border-bottom: 1px solid var(--seo-line);
}

.commerce-tool-grid article:nth-child(even) {
  border-left: 1px solid var(--seo-line);
}

.commerce-tool-grid article > span {
  color: #9d9a93;
  font-size: 9px;
}

.commerce-tool-visual {
  position: relative;
  width: 100%;
  height: 72px;
  margin: 24px 0 20px;
  border-radius: 6px;
  background: #eff1ed;
  overflow: hidden;
}

.commerce-tool-visual i {
  position: absolute;
  display: block;
  border-radius: 4px;
  background: #759084;
  opacity: .8;
}

.commerce-tool-visual i:nth-child(1) {
  top: 14px;
  bottom: 14px;
  left: 16px;
  width: 28%;
}

.commerce-tool-visual i:nth-child(2) {
  top: 16px;
  right: 17px;
  width: 51%;
  height: 11px;
  background: #b8c5be;
}

.commerce-tool-visual i:nth-child(3) {
  right: 31px;
  bottom: 16px;
  width: 37%;
  height: 21px;
  background: #d1d9d4;
}

.commerce-tool-grid article[data-tool="1"] .commerce-tool-visual i:first-child {
  width: 22%;
  border-radius: 12px 12px 3px 3px;
}

.commerce-tool-grid article[data-tool="2"] .commerce-tool-visual {
  background-image: linear-gradient(90deg, transparent 48%, #d6ddd8 48% 50%, transparent 50%);
}

.commerce-tool-grid article[data-tool="3"] .commerce-tool-visual i:first-child {
  width: 44px;
  border-radius: 50%;
}

.commerce-tool-grid h3 {
  margin: 0 0 8px;
  font-family: var(--seo-serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.03em;
}

.commerce-tool-grid p {
  margin: 0;
  color: var(--seo-muted);
  font-size: 11px;
  line-height: 1.65;
}

.commerce-pilot {
  padding-bottom: 135px;
}

.commerce-pilot ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--seo-line);
  list-style: none;
}

.commerce-pilot li {
  min-height: 168px;
  padding: 22px 20px 26px;
}

.commerce-pilot li + li {
  border-left: 1px solid var(--seo-line);
}

.commerce-pilot li strong {
  display: block;
  margin-bottom: 47px;
  color: #52665d;
  font-size: 10px;
}

.commerce-pilot li span {
  color: var(--seo-muted);
  font-size: 12px;
  line-height: 1.65;
}

.commerce-pilot-check {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 22px;
  flex-wrap: wrap;
}

.commerce-pilot-check span {
  margin-right: 7px;
  color: #8a8880;
  font-size: 10px;
}

.commerce-pilot-check b {
  padding: 7px 10px;
  border: 1px solid #d8dad4;
  border-radius: 4px;
  color: #52665d;
  background: #f5f5f1;
  font-size: 10px;
  font-weight: 600;
}

.commerce-next {
  padding-top: 122px;
}

@keyframes commerce-live {
  70% { box-shadow: 0 0 0 8px rgba(94, 138, 121, 0); }
  100% { box-shadow: 0 0 0 0 rgba(94, 138, 121, 0); }
}

@keyframes commerce-node {
  0%, 100% { transform: scale(.8); }
  50% { transform: scale(1.18); }
}

@keyframes commerce-tag {
  0%, 18%, 100% { background: #f5f7f4; transform: translateY(0); }
  25%, 45% { background: #e0ebe5; transform: translateY(-2px); }
}

@keyframes commerce-output {
  0%, 18%, 100% { opacity: .58; transform: translateX(0); }
  24%, 44% { opacity: 1; transform: translateX(5px); box-shadow: 0 10px 26px rgba(50, 77, 66, .12); }
  50% { opacity: .58; transform: translateX(0); }
}

@media (max-width: 900px) {
  .commerce-hero,
  .commerce-outcome,
  .commerce-scenes,
  .commerce-calculator,
  .commerce-tools,
  .commerce-pilot {
    width: min(100% - 40px, 720px);
  }

  .commerce-hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .commerce-hero h1 {
    max-width: 680px;
  }

  .commerce-demo {
    max-width: 640px;
  }

  .commerce-outcome {
    grid-template-columns: 1fr 42px 1fr;
  }

  .commerce-outcome article:nth-of-type(3),
  .commerce-outcome article:nth-of-type(4) {
    border-top: 1px solid var(--seo-line);
  }

  .commerce-outcome article:nth-of-type(3) {
    grid-column: 1 / 3;
  }

  .commerce-outcome article:nth-of-type(4) {
    grid-column: 3;
  }

  .commerce-scenes > header,
  .commerce-pilot > header {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .commerce-scenes article {
    grid-template-columns: 42px 1fr;
  }

  .commerce-scene-solution {
    grid-column: 2;
  }

  .commerce-calculator-head {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .commerce-time-result {
    grid-template-columns: 1fr 42px 1fr;
  }

  .commerce-time-saved {
    grid-column: 1 / -1;
    border-top: 1px solid #cbd6cf;
    border-left: 0 !important;
  }

  .commerce-tools {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .commerce-pilot ol {
    grid-template-columns: 1fr 1fr;
  }

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

  .commerce-pilot li:nth-child(4) {
    border-top: 1px solid var(--seo-line);
  }
}

@media (max-width: 560px) {
  .commerce-hero,
  .commerce-outcome,
  .commerce-scenes,
  .commerce-calculator,
  .commerce-tools,
  .commerce-pilot {
    width: calc(100% - 40px);
  }

  .commerce-hero {
    display: block;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-inline: 20px;
    gap: 52px;
    padding: 60px 0 64px;
  }

  .commerce-hero-copy,
  .commerce-intro {
    width: 100%;
    max-width: 100%;
  }

  .commerce-hero h1 {
    font-size: 49px;
  }

  .commerce-intro {
    font-size: 14px;
  }

  .commerce-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .commerce-demo {
    margin-top: 52px;
    padding: 9px;
    border-radius: 20px;
  }

  .commerce-demo-stage {
    min-height: 545px;
    padding: 13px;
  }

  .commerce-source {
    grid-template-columns: minmax(90px, 108px) minmax(0, 1fr);
    gap: 14px;
  }

  .commerce-source-art {
    height: 112px;
  }

  .commerce-source h2 {
    font-size: 20px;
  }

  .commerce-understand {
    margin-left: 20px;
  }

  .commerce-output-list article {
    grid-template-columns: 29px 1fr auto;
    padding-inline: 10px;
  }

  .commerce-outcome {
    grid-template-columns: 1fr 32px 1fr;
    margin-bottom: 90px;
  }

  .commerce-outcome article {
    min-height: 135px;
    padding: 18px 12px;
  }

  .commerce-outcome strong {
    font-size: 41px;
  }

  .commerce-outcome article:nth-of-type(3),
  .commerce-outcome article:nth-of-type(4) {
    grid-column: auto;
  }

  .commerce-scenes {
    padding-bottom: 90px;
  }

  .commerce-scenes article {
    grid-template-columns: 34px 1fr;
    gap: 22px 10px;
  }

  .commerce-scenes h3 {
    font-size: 24px;
  }

  #commerce-savings {
    padding-block: 75px;
  }

  .commerce-calculator-head label {
    grid-template-columns: 1fr;
  }

  .commerce-calculator-head label strong {
    justify-self: start;
  }

  .commerce-time-result {
    grid-template-columns: 1fr;
  }

  .commerce-time-result > i {
    height: 32px;
    transform: rotate(90deg);
  }

  .commerce-time-result > div,
  .commerce-time-saved {
    grid-column: 1;
    min-height: 126px;
    border-top: 1px solid #cbd6cf;
    border-left: 0 !important;
  }

  .commerce-breakdown {
    grid-template-columns: 1fr;
  }

  .commerce-tools {
    padding-block: 92px;
  }

  .commerce-tool-grid {
    grid-template-columns: 1fr;
  }

  .commerce-tool-grid article:nth-child(even) {
    border-left: 0;
  }

  .commerce-pilot {
    padding-bottom: 90px;
  }

  .commerce-pilot ol {
    grid-template-columns: 1fr;
  }

  .commerce-pilot li {
    display: grid;
    grid-template-columns: 58px 1fr;
    min-height: auto;
    gap: 12px;
    padding: 19px 6px;
  }

  .commerce-pilot li + li,
  .commerce-pilot li:nth-child(3),
  .commerce-pilot li:nth-child(4) {
    border-top: 1px solid var(--seo-line);
    border-left: 0;
  }

  .commerce-pilot li strong {
    margin: 0;
  }

  .commerce-next {
    padding-top: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commerce-demo figcaption i,
  .commerce-understand::after,
  .commerce-understand b,
  .commerce-output-list article {
    animation: none;
  }
}
