.tone-coral { background: #ffe9e2; }

.space-state-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.space-state-options label { cursor: pointer; }
.space-state-options input { position: absolute; opacity: 0; pointer-events: none; }
.space-state-options label > span {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  min-height: 98px;
  align-content: center;
  padding: 17px;
  border: 1px solid #d6e7e0;
  border-radius: 18px;
  background: #fbfefc;
}

.step-card.needs-attention {
  border-color: #d95b52;
  box-shadow: 0 0 0 3px rgba(217, 91, 82, .12), 0 12px 30px rgba(122, 53, 45, .08);
}

.selection-error-message {
  margin: -7px 0 16px;
  padding: 10px 12px;
  border-radius: 11px;
  background: #fff0ee;
  color: #b52f29;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}
.space-state-options input:checked + span { border-color: #20aa89; background: linear-gradient(145deg, #effff8, #f9fffc); box-shadow: inset 0 0 0 1px #20aa89, 0 8px 18px rgba(18,136,105,.08); }
.space-state-options i { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #e5f8f1; font-style: normal; font-size: 21px; }
.space-state-options strong { font-size: 15px; align-self: end; }
.space-state-options small { margin-top: 5px; color: #72847f; font-size: 11px; line-height: 1.45; }
.occupancy-help { margin: 12px 2px 0; color: #7c8c88; font-size: 11px; line-height: 1.6; }

.minimum-order-notice { margin: 18px 0 0; padding: 20px 24px; border: 1px solid #efcf72; border-radius: 20px; background: linear-gradient(120deg,#fff6d5,#fffdf5 55%,#effcf6); box-shadow: 0 10px 25px rgba(127,96,17,.07); }
.minimum-order-notice span { display: inline-flex; margin-bottom: 9px; padding: 5px 9px; border-radius: 9px; background: #0b8068; color: #fff; font-size: 11px; font-weight: 900; }
.minimum-order-notice strong { display: block; color: #5f4709; font-size: 18px; letter-spacing: -.35px; }
.minimum-order-notice p { margin: 8px 0 0; color: #77683e; font-size: 13px; line-height: 1.65; }

.scope-note.single-note { grid-template-columns: 1fr; }

.estimate-panel .minimum-order-notice {
  margin: 0 0 18px;
  padding: 15px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,248,219,.96));
  box-shadow: none;
}

.estimate-panel .minimum-order-notice span {
  margin-bottom: 7px;
  font-size: 10px;
}

.estimate-panel .minimum-order-notice strong {
  font-size: 15px;
  line-height: 1.45;
}

.estimate-panel .minimum-order-notice p {
  font-size: 11.5px;
  line-height: 1.55;
}

.estimate-panel h2.selection-confirm-title {
  margin: 10px 0 8px;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -.5px;
}

.window-notice { margin: -2px 0 22px; padding: 17px 18px; border: 1px solid #efd07a; border-radius: 17px; background: linear-gradient(120deg,#fff8dc,#fffdf5); }
.window-notice span { display: inline-block; margin-right: 8px; padding: 4px 8px; border-radius: 8px; background: #f4b83f; color: #fff; font-size: 11px; font-weight: 900; }
.window-notice strong { font-size: 14px; color: #72520a; }
.window-notice p { margin: 7px 0 0; color: #8a7748; font-size: 12px; line-height: 1.55; }
.addon-title { margin: 0 0 11px; font-size: 15px; color: #174e46; }
.addon-title small { margin-left: 6px; color: #ce7d16; font-size: 11px; font-weight: 700; }
.appliance-title { margin-top: 24px; padding-top: 20px; border-top: 1px solid #deebe6; }

.quantity-control em { margin-right: 5px; color: #ef6e18; font-size: 11px; font-style: normal; font-weight: 900; white-space: nowrap; }
.service-copy strong, .addon-card b { display: none; }

.count-card-grid, .fridge-count-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.count-card, .fridge-count-card { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 11px; align-items: center; padding: 16px; border: 1px solid #dcebe5; border-radius: 18px; background: linear-gradient(130deg,#fbfffd,#f2f9ff); }
.count-card.is-selected { border-color: #69c5ad; background: #f0fff8; box-shadow: 0 8px 22px rgba(27,137,108,.1); }
.appliance-scope { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.appliance-scope p { margin: 0; padding: 11px 13px; border-radius: 13px; background: #f1f7fa; color: #6c817d; font-size: 11px; line-height: 1.5; }
.appliance-scope strong { color: #176b5c; }

.fridge-choice { margin-top: 18px; padding: 17px; border: 1px solid #d8e8e2; border-radius: 18px; background: #f9fcfb; }
.choice-heading { display: flex; align-items: baseline; gap: 9px; margin-bottom: 12px; }
.choice-heading strong { font-size: 15px; }
.choice-heading span { color: #7c8e89; font-size: 11px; }
.fridge-count-card { grid-template-columns: 48px minmax(0,1fr); align-items: start; background: #fff; }
.fridge-count-card .service-icon { grid-row: 1 / 4; }
.state-quantity-row { grid-column: 2; display: grid; grid-template-columns: 1fr 30px 22px 30px; gap: 7px; align-items: center; padding-top: 9px; border-top: 1px dashed #dce8e4; }
.state-quantity-row em { color: #ef6e18; font-size: 11px; font-style: normal; font-weight: 900; }
.state-quantity-row button { width: 30px; height: 30px; border: 1px solid #c9e0d8; border-radius: 10px; background: #fff; color: var(--deep); font-size: 18px; cursor: pointer; }
.state-quantity-row output { text-align: center; font-weight: 900; }
.state-quantity-row.is-selected { color: var(--green); }
.fridge-choice > p { margin: 11px 2px 0; color: #7d8c88; font-size: 11px; line-height: 1.5; }
.estimate-benefit[hidden] { display: none; }
.estimate-benefit + .estimate-benefit { margin-top: 8px; }
.addon-card[hidden] { display: none; }

@media (max-width: 760px) {
  .space-state-options, .count-card-grid, .fridge-count-grid, .appliance-scope { grid-template-columns: 1fr; }
  .choice-heading { align-items: flex-start; flex-direction: column; }
  .count-card { grid-template-columns: 42px 1fr; }
  .count-card .quantity-control { grid-column: 1 / -1; }
  .quantity-control em { margin-right: auto; }
}

/* 상단 소개 영역은 선택 화면을 더 빨리 볼 수 있도록 세로 여백만 압축합니다. */
.partial-hero {
  min-height: 205px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.partial-hero h1 { margin-top: 12px; margin-bottom: 9px; }
.partial-hero p { line-height: 1.5; }
.hero-points { margin-top: 13px; }
.hero-points span { padding-top: 7px; padding-bottom: 7px; }
.hero-visual { height: 150px; }

@media (max-width: 600px) {
  .partial-hero { padding: 18px 20px; }
  .hero-kicker { padding: 5px 11px; }
  .partial-hero h1 { margin: 10px 0 7px; font-size: 32px; }
  .partial-hero p { line-height: 1.45; }
  .hero-points { margin-top: 11px; }
  .hero-points span { padding: 6px 10px; }
}

/* 작은 범위 설명도 모바일에서 또렷하게 읽히도록 크기와 대비를 높입니다. */
.space-state-options small,
.service-copy p,
.addon-card small,
.step-heading p,
.window-notice p,
.appliance-scope p,
.choice-heading span,
.fridge-choice > p,
.scope-note p,
.occupancy-help {
  color: #526d67;
  font-weight: 500;
}
.space-state-options small { font-size: 13px; line-height: 1.55; }
.service-copy p { font-size: 13px; line-height: 1.55; }
.addon-card small,
.window-notice p,
.appliance-scope p,
.choice-heading span,
.fridge-choice > p,
.scope-note p,
.occupancy-help { font-size: 12px; }

/* Larger custom calendar with weekend and handless-day markers. */
.partial-date-picker { position: relative; }
.partial-date-button { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; width: 100%; height: 54px; padding: 6px 14px; border: 1px solid #cfe2db; border-radius: 13px; background: #fbfefc; color: var(--ink); text-align: left; cursor: pointer; }
.partial-date-button > span { display: grid !important; place-items: center; width: 36px; height: 36px; margin: 0 !important; border-radius: 11px; background: #e9f8f2; font-size: 19px !important; }
.partial-date-button b { font-size: 14px; }
.partial-date-button em { color: #08775f; font-size: 11px; font-style: normal; font-weight: 850; }
.partial-date-button[aria-expanded="true"] { border-color: #15a27e; box-shadow: 0 0 0 3px rgba(21, 162, 126, .12); }
.partial-calendar { position: absolute; z-index: 60; top: 63px; left: 0; width: min(390px, calc(100vw - 40px)); padding: 19px; border: 1px solid #c8e0d7; border-radius: 21px; background: #fff; box-shadow: 0 24px 58px rgba(15, 67, 56, .22); }
.partial-calendar[hidden] { display: none; }
.partial-calendar-head { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: 9px; }
.partial-calendar-head strong { text-align: center; font-size: 17px; }
.partial-calendar-head button, .partial-calendar-close { border: 1px solid #d2e5de; background: #f5fbf8; color: #08745d; font-weight: 900; cursor: pointer; }
.partial-calendar-head button { width: 40px; height: 38px; border-radius: 11px; font-size: 24px; }
.partial-calendar-week, .partial-calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.partial-calendar-week { margin: 15px 0 6px; color: #6e817b; font-size: 12px; font-weight: 800; text-align: center; }
.partial-calendar-week span { display: block; margin: 0; font-size: 12px; }
.partial-calendar-week span:first-child, .partial-calendar-week span:last-child { color: #d64c42; }
.partial-calendar-days > span { display: block; aspect-ratio: 1; margin: 0; }
.partial-calendar-days button { position: relative; display: grid; place-content: center; gap: 1px; aspect-ratio: 1; padding: 2px; border: 0; border-radius: 12px; background: transparent; color: #24463f; font-size: 14px; font-weight: 800; cursor: pointer; }
.partial-calendar-days button:hover:not(:disabled) { background: #edf9f5; }
.partial-calendar-days button.is-weekend { color: #d64c42; }
.partial-calendar-days button.is-today { box-shadow: inset 0 0 0 1px #93cbbb; }
.partial-calendar-days button.is-selected { background: #07896c; color: #fff; box-shadow: 0 7px 16px rgba(7, 137, 108, .24); }
.partial-calendar-days button:disabled { color: #c8cfcc; cursor: not-allowed; }
.partial-calendar-days button small { display: block; min-height: 10px; color: #df4037; font-size: 9px; font-weight: 950; line-height: 1; }
.partial-calendar-days button.is-selected small { color: #ffe79b; }
.partial-calendar-guide { display: flex; align-items: center; gap: 13px; margin-top: 10px; color: #647b74; font-size: 11px; font-weight: 750; }
.partial-calendar-guide span { display: inline-flex !important; align-items: center; gap: 5px; margin: 0 !important; font-size: 11px !important; }
.partial-calendar-guide i { width: 9px; height: 9px; border-radius: 50%; background: #d64c42; }
.partial-calendar-guide b { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 6px; background: #fff1d4; color: #d13d33; font-size: 9px; }
.partial-calendar-close { width: 100%; height: 38px; margin-top: 12px; border-radius: 11px; }
.partial-calendar-notice { margin: 9px 1px 0; padding: 9px 10px; border-radius: 10px; background: #fff8e8; color: #775719; font-size: 10.5px; font-weight: 750; line-height: 1.5; text-align: center; }

@media (max-width: 600px) {
  .partial-calendar { position: fixed; top: 50%; left: 50%; width: min(370px, calc(100vw - 24px)); padding: 17px; transform: translate(-50%, -50%); box-shadow: 0 0 0 100vmax rgba(10, 46, 39, .34), 0 24px 58px rgba(15, 67, 56, .24); }
  .partial-calendar-days button { font-size: 14px; }
}

@media (max-width: 600px) {
  .space-state-options small,
  .service-copy p { font-size: 13px; }
  .addon-card small,
  .window-notice p,
  .appliance-scope p,
  .fridge-choice > p,
  .scope-note p,
  .occupancy-help { font-size: 12.5px; line-height: 1.55; }
}

/* Keep the desktop selection summary visible throughout long cleaning forms. */
@media (min-width: 901px) {
  .partial-layout,
  .partial-content {
    overflow: visible;
  }

  .estimate-panel {
    align-self: start;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .42) transparent;
  }

  .estimate-panel::-webkit-scrollbar {
    width: 7px;
  }

  .estimate-panel::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, .38);
  }
}

/* 2026-09-05: 부분청소 페이지를 읽기 편한 밀도로 압축합니다. */
.partial-header { height: 72px; padding-top: 6px; padding-bottom: 6px; }
.partial-page { margin-top: 16px; margin-bottom: 48px; }
.partial-hero { min-height: 168px; padding: 18px clamp(22px, 4vw, 48px); border-radius: 24px; }
.hero-kicker { padding: 5px 11px; }
.partial-hero h1 { margin: 8px 0 7px; }
.partial-hero p { line-height: 1.45; }
.hero-points { gap: 6px; margin-top: 9px; }
.hero-points span { padding: 5px 9px; }
.hero-visual { width: 175px; height: 122px; }
.hero-visual span { font-size: 56px; }
.hero-visual b { padding: 8px 11px; }
.partial-layout { gap: 16px; margin-top: 14px; }
.partial-content { gap: 12px; }
.step-card { padding: 18px 20px; }
.step-heading { gap: 10px; margin-bottom: 13px; }
.step-heading > span { width: 32px; height: 32px; }
.space-state-options { gap: 8px; }
.space-state-options label > span { min-height: 76px; padding: 12px; }
.occupancy-help { margin-top: 8px; padding-top: 8px; }
.service-grid { gap: 8px; }
.service-card { gap: 9px; padding: 11px 12px; }
.service-icon { width: 44px; height: 44px; }
.service-grid > .service-card:last-child:nth-child(odd),
.addon-grid > .addon-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.window-notice { margin: 0 0 14px; padding: 12px 14px; }
.addon-title { margin-bottom: 8px; }
.addon-grid { gap: 7px; }
.addon-card { padding: 10px 11px; }
.appliance-title { margin-top: 16px; padding-top: 14px; }
.count-card-grid, .fridge-card-grid { gap: 8px; }
.count-card, .fridge-card { padding: 11px 12px; }
.appliance-scope { gap: 7px; margin-top: 7px; }
.appliance-scope p { padding: 8px 10px; }
.fridge-choice { margin-top: 12px; padding: 12px; }
.choice-heading { margin-bottom: 8px; }
.fridge-choice > p { margin-top: 8px; }
.state-only-row { padding-top: 6px; }
.schedule-card input, .schedule-card select { height: 44px; }
.partial-date-button { height: 48px; }
.scope-note > div { padding: 14px 16px; }
.estimate-panel { padding: 18px; }
.minimum-order-notice { margin-bottom: 12px; padding: 11px 12px; }
.estimate-lines { gap: 7px; margin-top: 14px; }
.estimate-divider { margin: 14px 0 10px; }
.estimate-next { height: 46px; margin-top: 12px; }
.estimate-reset { height: 34px; }

@media (max-width: 600px) {
  .partial-header { height: 64px; }
  .partial-page { width: calc(100% - 14px); margin-top: 8px; margin-bottom: 30px; }
  .partial-hero { min-height: 0; padding: 14px; border-radius: 18px; }
  .partial-hero h1 { margin: 7px 0 5px; font-size: 28px; }
  .hero-points { margin-top: 8px; }
  .partial-layout { gap: 9px; margin-top: 9px; }
  .partial-content { gap: 9px; }
  .step-card { padding: 14px 12px; border-radius: 16px; }
  .step-heading { margin-bottom: 10px; }
  .space-state-options label > span { min-height: 68px; padding: 10px 11px; }
  .service-card { padding: 10px; }
  .quantity-control { margin-top: -7px; }
  .window-notice { margin-bottom: 10px; padding: 10px 11px; }
  .addon-card { padding: 9px 10px; }
  .appliance-title { margin-top: 12px; padding-top: 11px; }
  .count-card, .fridge-card { padding: 10px; }
  .fridge-choice { margin-top: 9px; padding: 10px; }
  .scope-note > div { padding: 12px; }
  .estimate-panel { padding: 14px; }
}

/* 2026-09-05: 단순 이모지 대신 작업 범위를 바로 알아보는 실사 사진을 사용합니다. */
.hero-visual {
  width: min(38vw, 430px);
  height: 140px;
  overflow: hidden;
  border-radius: 22px;
  background: #e9f5f0;
  box-shadow: 0 13px 30px rgba(18, 89, 73, .15);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual b { right: 10px; bottom: 10px; background: rgba(6, 86, 71, .92); }

.space-state-options label > span { grid-template-columns: 64px 1fr; }
.space-state-photo {
  grid-row: 1 / 3;
  width: 64px;
  height: 58px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 5px 14px rgba(17, 91, 75, .12);
}

.addon-card { grid-template-columns: 62px minmax(0, 1fr); min-height: 76px; padding-right: 38px; }
.addon-card .checkmark { position: absolute; top: 10px; right: 10px; }
#partialAddonGrid:has([data-occupied-only][hidden]) > .addon-card:last-child { grid-column: auto; }
.addon-photo,
.product-photo {
  display: block;
  width: 62px;
  height: 58px;
  border-radius: 13px;
  object-fit: cover;
  background: #eef7f3;
  box-shadow: 0 5px 14px rgba(17, 91, 75, .11);
}
.count-card,
.fridge-count-card { grid-template-columns: 62px minmax(0, 1fr) auto; }
.fridge-count-card { grid-template-columns: 62px minmax(0, 1fr); }
.fridge-count-card .product-photo { grid-row: 1 / 4; height: 76px; }

@media (max-width: 900px) {
  .partial-hero { align-items: stretch; flex-direction: column; }
  .hero-visual { display: block; width: 100%; height: 132px; margin-top: 12px; }
}

@media (max-width: 600px) {
  .hero-visual { height: 112px; border-radius: 15px; }
  .space-state-options label > span { grid-template-columns: 58px 1fr; }
  .space-state-photo { width: 58px; height: 54px; }
  .addon-card { grid-template-columns: 58px minmax(0, 1fr); min-height: 70px; }
  .addon-photo,
  .product-photo { width: 58px; height: 54px; border-radius: 11px; }
  .count-card { grid-template-columns: 58px 1fr; }
  .fridge-count-card { grid-template-columns: 58px minmax(0, 1fr); }
}

/* 공간 상태를 놓치지 않도록 마스코트가 잠깐 나타나 안내합니다. */
.space-state-card { position: relative; overflow: visible; }
#partialServiceSection { position: relative; overflow: visible; }
.occupancy-mascot-guide {
  position: absolute;
  z-index: 12;
  top: 10px;
  right: 8px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translate(18px, 12px) scale(.55);
  transform-origin: right bottom;
  filter: drop-shadow(0 10px 15px rgba(10, 77, 64, .18));
}
.occupancy-mascot-guide[hidden] { display: none; }
.occupancy-mascot-guide.is-showing { animation: occupancy-guide-pop 4.8s cubic-bezier(.22, .9, .3, 1) both; }
.occupancy-mascot-guide img {
  width: 72px;
  height: 80px;
  object-fit: contain;
  transform-origin: 55% 90%;
  animation: occupancy-mascot-wave .7s .45s ease-in-out 2;
}
.occupancy-guide-bubble {
  position: relative;
  width: 212px;
  margin-bottom: 47px;
  padding: 10px 13px;
  border: 2px solid #22a789;
  border-radius: 17px 17px 5px 17px;
  background: rgba(255, 255, 255, .98);
  color: #075d51;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: -.25px;
  box-shadow: 0 9px 24px rgba(18, 98, 81, .16);
}
.occupancy-guide-bubble::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -2px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #22a789;
  border-bottom: 2px solid #22a789;
  background: #fff;
  transform: rotate(35deg) skew(-12deg);
}
.service-mascot-guide {
  top: 6px;
  right: auto;
  left: 50%;
  flex-direction: row-reverse;
  transform-origin: left bottom;
}
.service-mascot-guide .occupancy-guide-bubble { width: 205px; }
.service-mascot-guide .occupancy-guide-bubble {
  border-radius: 17px 17px 17px 5px;
}
.service-mascot-guide .occupancy-guide-bubble::after {
  right: auto;
  left: -9px;
  border-right: 0;
  border-bottom: 2px solid #22a789;
  border-left: 2px solid #22a789;
  transform: rotate(-35deg) skew(12deg);
}

@keyframes occupancy-guide-pop {
  0% { opacity: 0; transform: translate(20px, 15px) scale(.5); }
  11% { opacity: 1; transform: translate(-2px, -3px) scale(1.08); }
  17%, 78% { opacity: 1; transform: translate(0, 0) scale(1); }
  88% { opacity: 1; transform: translate(0, -4px) scale(1.03); }
  100% { opacity: 0; transform: translate(16px, -10px) scale(.62); }
}
@keyframes occupancy-mascot-wave {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(-7deg) translateY(-3px); }
}

@media (max-width: 600px) {
  .occupancy-mascot-guide { top: 83px; right: 3px; }
  .occupancy-mascot-guide img { width: 60px; height: 68px; }
  .occupancy-guide-bubble {
    width: min(205px, calc(100vw - 150px));
    margin-bottom: 40px;
    padding: 9px 11px;
    font-size: 12px;
  }
  .service-mascot-guide {
    top: 72px;
    right: 3px;
    left: auto;
    flex-direction: row;
    transform-origin: right bottom;
  }
  .service-mascot-guide .occupancy-guide-bubble {
    border-radius: 17px 17px 5px 17px;
  }
  .service-mascot-guide .occupancy-guide-bubble::after {
    right: -9px;
    left: auto;
    border-right: 2px solid #22a789;
    border-bottom: 2px solid #22a789;
    border-left: 0;
    transform: rotate(35deg) skew(-12deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .occupancy-mascot-guide.is-showing { animation-duration: 5.4s; }
  .occupancy-mascot-guide img { animation: none; }
}

/* 각 단계 숫자에 눈에 거슬리지 않는 반짝임을 더합니다. */
.step-heading > span {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: linear-gradient(110deg, #075d51 0%, #075d51 35%, #35c4a1 48%, #075d51 61%, #075d51 100%);
  background-size: 260% 100%;
  box-shadow: 0 5px 13px rgba(7, 93, 81, .2);
  animation: step-number-shine 2.8s ease-in-out infinite;
  will-change: background-position, box-shadow;
}
.step-heading > span::after {
  content: "✦";
  position: absolute;
  z-index: 2;
  top: -9px;
  right: -7px;
  color: #f4c84d;
  font-size: 13px;
  line-height: 1;
  text-shadow: 0 0 7px rgba(255, 218, 91, .9);
  animation: step-number-twinkle 1.4s ease-in-out infinite;
  will-change: opacity, transform;
}
.step-card:nth-of-type(2) .step-heading > span::after { animation-delay: .25s; }
.step-card:nth-of-type(3) .step-heading > span::after { animation-delay: .5s; }
.step-card:nth-of-type(4) .step-heading > span::after { animation-delay: .75s; }

@keyframes step-number-shine {
  0%, 34% { background-position: 100% 0; box-shadow: 0 5px 13px rgba(7, 93, 81, .18); }
  58% { background-position: 0 0; box-shadow: 0 5px 16px rgba(36, 188, 151, .38); }
  100% { background-position: 0 0; box-shadow: 0 5px 13px rgba(7, 93, 81, .18); }
}
@keyframes step-number-twinkle {
  0%, 100% { opacity: .2; transform: scale(.55) rotate(0deg); }
  48% { opacity: 1; transform: scale(1.15) rotate(24deg); }
}

@media (prefers-reduced-motion: reduce) {
  .step-heading > span { animation-duration: 4.8s; }
  .step-heading > span::after { animation-duration: 2.6s; }
}
