.home-notice-only {
  grid-template-columns: minmax(0, 1fr);
}

.home .home-notices > span {
  font-size: 11px;
}

.home .home-notices h2 {
  font-size: 25px;
}

.home-how-to {
  margin: 74px 0 28px;
  padding: 42px;
  border: 1px solid #d9e9f8;
  border-radius: 22px;
  background: #f7fbff;
}

.home-how-to header > span {
  color: #1684e5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.home-how-to header > span {
  font-family: "Luckiest Guy", sans-serif;
  font-weight: 400;
  letter-spacing: .045em;
}

.home-how-to h2 {
  margin: 8px 0 26px;
  color: #172438;
  font-size: clamp(26px, 2.2vw, 32px);
  line-height: 1.22;
  letter-spacing: -.055em;
}

.home-how-to ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.home-how-to li {
  display: grid;
  min-width: 0;
  min-height: 142px;
  padding: 18px;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  border: 1px solid #dceaf7;
  border-radius: 18px;
  background: #fff;
}

.home-how-to-visual {
  position: relative;
  display: grid;
  width: 78px;
  height: 104px;
  min-height: 104px;
  overflow: hidden;
  place-items: center;
  align-self: center;
  border-radius: 13px;
  background: #eaf5ff;
}

.home-how-to-step {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 7px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 21px;
  border-radius: 999px;
  background: #339cff;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
}

.home-how-to-service-grid {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 9px 7px;
  box-sizing: border-box;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 5px;
  background: linear-gradient(145deg, #f6fbff, #dff1ff);
}

.home-how-to-service-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  object-fit: contain;
}

.home-how-to-service-grid img:last-child {
  grid-column: 1 / -1;
  width: 50%;
  justify-self: center;
}

.home-how-to-poster-grid {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 7px;
  box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  background: #172438;
}

.home-how-to-poster-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 7px;
  object-fit: cover;
  filter: saturate(.9) brightness(.84);
}

.home-how-to-visual-verified {
  background: linear-gradient(145deg, #eaf6ff, #cfeaff);
}

.home-how-to-visual-verified img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.home-how-to-copy {
  min-width: 0;
  align-self: center;
}

.home-how-to-copy b {
  display: block;
  color: #253449;
  font-size: 14px;
  line-height: 1.4;
}

.home-how-to-copy p {
  margin: 7px 0 0;
  color: #748296;
  font-size: 12px;
  line-height: 1.6;
}

.home-how-to li > .home-how-to-visual {
  align-self: center;
}

.home-how-to li > .home-how-to-visual,
.home-how-to li > .home-how-to-visual img {
  user-select: none;
  -webkit-user-drag: none;
}

.home-how-to li > .home-how-to-visual img {
  color: transparent;
}

.home-how-to li > .home-how-to-visual {
  color: #1684e5;
}

.home-how-to > a {
  display: inline-flex;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 17px;
  align-items: center;
  gap: 9px;
  border-radius: 11px;
  background: #339cff;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.usage-guide-page {
  min-height: 75vh;
  padding-bottom: 80px;
  background: #fff;
}

.usage-guide-hero {
  padding: 52px 0 48px;
  border-bottom: 1px solid #dce9f5;
  background: #f4f9ff;
}

.usage-guide-hero > .wrap {
  display: grid;
  width: min(var(--mg-pc-content-max, 1000px), calc(100% - 40px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 48px;
  align-items: end;
}

.usage-guide-eyebrow,
.usage-guide-heading > div > span,
.usage-guide-step-body > span,
.usage-guide-note > div > span {
  color: #1684e5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.usage-guide-hero h1 {
  max-width: 680px;
  margin: 10px 0 14px;
  color: #152438;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.13;
  letter-spacing: -.065em;
}

.usage-guide-hero h1 b {
  color: #1684e5;
  font-weight: 900;
}

.usage-guide-hero p {
  max-width: 620px;
  margin: 0;
  color: #65758a;
  font-size: 15px;
  line-height: 1.7;
}

.usage-guide-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 10px;
  border: 1px solid #cfe3f5;
  border-radius: 20px;
  background: rgba(255, 255, 255, .8);
  list-style: none;
}

.usage-guide-overview li {
  position: relative;
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 8px;
  padding: 11px 5px 10px;
  color: #32475f;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.usage-guide-overview li:not(:last-child)::after {
  position: absolute;
  top: 18px;
  right: -5px;
  width: 10px;
  height: 2px;
  background: #a9d2f5;
  content: "";
}

.usage-guide-overview i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #339cff;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .04em;
}

.usage-guide-content {
  padding-top: 42px;
}

.usage-guide-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.usage-guide-heading h2 {
  margin: 7px 0 0;
  color: #172438;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  letter-spacing: -.055em;
}

.usage-guide-heading > p {
  margin: 0 0 2px;
  color: #7a899b;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.usage-guide-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usage-guide-steps::before {
  position: absolute;
  z-index: 0;
  top: 39px;
  right: 14%;
  left: 14%;
  height: 2px;
  background: #cce5f9;
  content: "";
}

.usage-guide-steps > li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-top: 20px;
}

.usage-guide-step-marker {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 13px;
  background: #339cff;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  transform: translateX(-50%);
}

.usage-guide-steps article {
  display: flex;
  height: 100%;
  min-width: 0;
  padding: 42px 22px 23px;
  box-sizing: border-box;
  flex-direction: column;
  border: 1px solid #dce8f4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(39, 91, 135, .06);
}

.usage-guide-step-body {
  min-width: 0;
}

.usage-guide-step-body > span {
  color: #1684e5;
  font-size: 10px;
  letter-spacing: .1em;
}

.usage-guide-steps h3 {
  margin: 8px 0 10px;
  color: #1b293d;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -.05em;
}

.usage-guide-steps p {
  margin: 0;
  color: #637286;
  font-size: 13px;
  line-height: 1.65;
}

.usage-guide-steps ul {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.usage-guide-steps ul li {
  position: relative;
  padding-left: 16px;
  color: #4e5f74;
  font-size: 12px;
  line-height: 1.5;
}

.usage-guide-steps ul li::before {
  position: absolute;
  top: .62em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #339cff;
  content: "";
}

.usage-guide-note {
  display: grid;
  margin-top: 20px;
  padding: 25px 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-radius: 20px;
  background: #15263d;
  color: #fff;
}

.usage-guide-note h2 {
  margin: 6px 0 7px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -.045em;
}

.usage-guide-note p {
  max-width: 650px;
  margin: 0;
  color: #d6e4f2;
  font-size: 12px;
  line-height: 1.6;
}

.usage-guide-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.usage-guide-checks li {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid rgba(151, 207, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #edf7ff;
  font-size: 11px;
  font-weight: 750;
}

.usage-guide-note > a {
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #339cff;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.usage-guide-note > a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .82);
  outline-offset: 3px;
}

@media (max-width: 800px) {
  .home-how-to {
    margin: 48px 16px 22px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .home-how-to h2 {
    margin: 7px 0 20px;
    font-size: 16px;
  }

  .home-how-to ol {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .home-how-to li {
    min-height: 88px;
    padding: 13px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    border-radius: 15px;
  }

  .home-how-to-visual {
    width: 62px;
    height: 82px;
    min-height: 82px;
    border-radius: 11px;
  }

  .home-how-to-step {
    top: 6px;
    left: 6px;
    width: 24px;
    height: 19px;
    font-size: 9px;
  }

  .home-how-to-service-grid {
    padding: 7px 5px;
    gap: 4px;
  }

  .home-how-to-service-grid img {
    padding: 2px;
    border-radius: 6px;
  }

  .home-how-to-poster-grid {
    padding: 5px;
    gap: 2px;
  }

  .home-how-to-poster-grid img {
    border-radius: 5px;
  }

  .home-how-to-visual-verified img {
    width: 44px;
    height: 44px;
  }

  .home-how-to-copy b {
    font-size: 13px;
  }

  .home-how-to li:nth-child(-n + 2) .home-how-to-copy b {
    font-size: 12.5px;
  }

  .home-how-to-copy p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.58;
  }

  .home-how-to > a {
    width: 100%;
    justify-content: center;
  }

  .usage-guide-page {
    padding-bottom: 48px;
  }

  .usage-guide-hero {
    padding: 36px 0 30px;
  }

  .usage-guide-hero > .wrap {
    display: block;
    width: auto;
    margin-inline: 20px;
  }

  .usage-guide-hero h1 {
    margin-top: 8px;
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .usage-guide-hero p {
    font-size: 13px;
    line-height: 1.65;
  }

  .usage-guide-overview {
    margin-top: 24px;
    border-radius: 16px;
  }

  .usage-guide-overview li {
    gap: 6px;
    padding: 9px 3px 8px;
    font-size: 10px;
  }

  .usage-guide-overview i {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-size: 9px;
  }

  .usage-guide-overview li:not(:last-child)::after {
    top: 17px;
  }

  .usage-guide-content {
    width: calc(100% - 32px);
    padding-top: 30px;
  }

  .usage-guide-heading {
    display: block;
    margin-bottom: 18px;
  }

  .usage-guide-heading h2 {
    margin-top: 6px;
    font-size: 23px;
  }

  .usage-guide-heading > p {
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
  }

  .usage-guide-steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-left: 17px;
  }

  .usage-guide-steps::before {
    top: 18px;
    bottom: 18px;
    left: 8px;
    width: 2px;
    height: auto;
    right: auto;
  }

  .usage-guide-steps > li {
    padding-top: 0;
  }

  .usage-guide-step-marker {
    top: 18px;
    left: -9px;
    width: 34px;
    height: 34px;
    border-width: 4px;
    border-radius: 11px;
    font-size: 9px;
  }

  .usage-guide-steps article {
    min-height: 0;
    padding: 20px 16px 19px 22px;
    border-radius: 16px;
  }

  .usage-guide-step-body > span {
    font-size: 9px;
  }

  .usage-guide-steps h3 {
    margin-top: 7px;
    font-size: 19px;
  }

  .usage-guide-steps p {
    font-size: 12px;
    line-height: 1.6;
  }

  .usage-guide-steps ul {
    margin-top: 14px;
    gap: 7px;
  }

  .usage-guide-steps ul li {
    padding-left: 14px;
    font-size: 11px;
  }

  .usage-guide-steps ul li::before {
    width: 5px;
    height: 5px;
  }

  .usage-guide-note {
    margin-top: 16px;
    padding: 21px 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
    border-radius: 16px;
  }

  .usage-guide-note h2 {
    font-size: 20px;
  }

  .usage-guide-note p {
    font-size: 11px;
  }

  .usage-guide-checks {
    gap: 5px;
    margin-top: 12px;
  }

  .usage-guide-checks li {
    min-height: 26px;
    padding: 0 8px;
    font-size: 10px;
  }

  .usage-guide-note > a {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .usage-guide-page * {
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
}
