/* A self-contained homepage guide; shared catalog and slider styles stay intact. */
#content .atr-order-guide {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  min-width: 0;
  margin: 30px 0 38px;
  padding: 0 14px;
  color: #454b52;
  background: none;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-align: left;
}
#content .atr-order-guide *,
#content .atr-order-guide *::before,
#content .atr-order-guide *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}
#content .atr-order-guide__head { margin: 0 0 26px; }
#content .atr-order-guide__head h2 {
  margin: 0 0 12px;
  padding: 0;
  color: #17345d;
  background: none;
  font: 700 32px/1.25 'PT Sans', Arial, sans-serif;
  text-align: left;
  text-shadow: none;
}
#content .atr-order-guide__head p {
  max-width: 730px;
  margin: 0;
  color: #454b52;
  font: 400 17px/1.55 'PT Sans', Arial, sans-serif;
}
#content .atr-order-guide__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .atr-order-guide__step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  grid-template-rows: 48px 1fr;
  align-items: start;
  column-gap: 16px;
  row-gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 20px 22px 23px;
  border: 1px solid #cbd4d9;
  border-top: 3px solid #0783b3;
  border-radius: 6px;
  background: #f7f8f8;
  box-shadow: 0 2px 3px rgb(35 58 72 / 4%);
  text-align: left;
}
#content .atr-order-guide__step::before,
#content .atr-order-guide__step::after { content: none; }
#content .atr-order-guide__number {
  display: flex;
  align-items: baseline;
  align-self: center;
  gap: 7px;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0;
  color: #17345d;
  text-align: left;
}
#content .atr-order-guide__number span {
  color: #536772;
  font: 400 12px/1.25 'PT Sans', Arial, sans-serif;
  text-transform: uppercase;
}
#content .atr-order-guide__number strong { font: 700 30px/1 'PT Sans', Arial, sans-serif; }
#content .atr-order-guide__icon {
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  color: #007caf;
}
#content .atr-order-guide__icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; }
#content .atr-order-guide__drawing--mouse-pointer-click path:last-child { fill: #f8df83; }
#content .atr-order-guide__drawing--search circle { fill: #deedf3; }
#content .atr-order-guide__drawing--shopping-cart path:nth-of-type(2) { fill: #f8df83; }
#content .atr-order-guide__drawing--shopping-cart circle { fill: #fff; }
#content .atr-order-guide__drawing--clipboard-check rect { fill: #f8df83; }
#content .atr-order-guide__drawing--clipboard-check path:first-of-type { fill: #deedf3; }
#content .atr-order-guide__drawing--truck path:first-of-type { fill: #deedf3; }
#content .atr-order-guide__drawing--truck circle { fill: #fff; }
#content .atr-order-guide__body { grid-column: 1 / -1; grid-row: 2; min-width: 0; }
#content .atr-order-guide__body h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #17345d;
  background: none;
  font: 700 23px/1.25 'PT Sans', Arial, sans-serif;
  text-align: left;
  text-shadow: none;
  overflow-wrap: break-word;
}
#content .atr-order-guide__body p {
  margin: 0;
  padding: 0;
  color: #454b52;
  font: 400 17px/1.5 'PT Sans', Arial, sans-serif;
  text-align: left;
  overflow-wrap: break-word;
}
#content .atr-order-guide__body p + p { margin-top: 7px; }
#content .atr-order-guide__step:last-child {
  grid-column: 1 / -1;
  grid-template-columns: 78px minmax(0, 1fr) 56px;
  grid-template-rows: auto;
  align-items: center;
  gap: 20px;
  padding: 21px 22px;
  border-color: #dfcc87;
  border-top-color: #dfb630;
  background: #f5edcf;
}
#content .atr-order-guide__step:last-child .atr-order-guide__body { grid-column: 2; grid-row: 1; }
#content .atr-order-guide__step:last-child .atr-order-guide__body h3 { margin-bottom: 6px; }
#content .atr-order-guide__step:last-child .atr-order-guide__icon { grid-column: 3; width: 56px; height: 56px; }

@media (max-width: 640px) {
  #content .atr-order-guide { margin: 24px 0 30px; padding: 0 10px; }
  #content .atr-order-guide__head { margin-bottom: 22px; }
  #content .atr-order-guide__head h2 { font-size: 28px; }
  #content .atr-order-guide__steps { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  #content .atr-order-guide__step,
  #content .atr-order-guide__step:last-child {
    grid-template-columns: minmax(0, 1fr) 44px;
    grid-template-rows: 44px 1fr;
    align-items: start;
    gap: 14px;
    padding: 17px 18px 20px;
  }
  #content .atr-order-guide__number strong { font-size: 28px; }
  #content .atr-order-guide__icon,
  #content .atr-order-guide__step:last-child .atr-order-guide__icon { grid-column: 2; grid-row: 1; width: 44px; height: 44px; }
  #content .atr-order-guide__step:last-child .atr-order-guide__body { grid-column: 1 / -1; grid-row: 2; }
  #content .atr-order-guide__body h3 { font-size: 22px; }
}
@media (max-width: 360px) {
  #content .atr-order-guide { padding: 0 8px; }
  #content .atr-order-guide__head h2 { font-size: 26px; }
  #content .atr-order-guide__step,
  #content .atr-order-guide__step:last-child { padding-left: 15px; padding-right: 15px; }
}
