@media (max-width: 980px) {
  .e8CreateStepIcon--3 .material-symbols-rounded {
    color: #20c997;
  }

  .e8CreateStepNumber {
    align-items: center;
    background: #fff7ed;
    border: 1px solid rgba(255, 105, 24, 0.36);
    border-radius: 999px;
    color: #172033;
    display: flex;
    font-size: 0.82rem;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    margin: -6px 0 8px -5px;
    width: 28px;
  }

  .e8CreateSteps strong {
    color: #172033;
    display: block;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.25;
  }

  .e8CreateSteps small {
    display: none;
  }

  .e8CreateTip,
  .e8CreateUploadDivider {
    display: none;
  }

  .e8Create .h001Ready--upload .h001UploadPanel {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.72);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    margin: 4px 0 92px;
    padding: 24px;
    position: relative;
    text-align: center;
  }

  .e8Create .h001UploadPanel .h001Upload {
    gap: 14px;
  }

  .e8Create .h001UploadPanel .h001UploadDrop {
    background: rgba(255, 250, 245, 0.26);
    border: 1.5px dashed #ffb39b;
    border-radius: 12px;
    min-height: 206px;
    padding: 18px;
  }

  .e8Create .h001UploadPanel .h001UploadDrop__icon {
    box-shadow: 0 12px 24px rgba(255, 45, 122, 0.18);
    height: 58px;
    width: 58px;
  }

  .e8Create .h001UploadPanel .h001UploadDrop__icon::before {
    height: 4px;
    width: 26px;
  }

  .e8Create .h001UploadPanel .h001UploadDrop__icon::after {
    height: 26px;
    width: 4px;
  }

  .e8Create .h001UploadPanel .h001UploadDrop strong {
    color: #111827;
    font-size: 1.03rem;
    line-height: 1.2;
    margin-top: 8px;
  }

  .e8Create .h001UploadPanel .h001UploadDrop small {
    color: #111827;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .e8Create .h001UploadHint {
    color: #65758c;
    font-size: 0.86rem;
    line-height: 1.35;
    margin-top: 8px;
    max-width: 390px;
  }

  .e8Create .h001CameraButton {
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid #ff9d7b;
    border-radius: 9px;
    color: #ff5a1f;
    font-size: 0.98rem;
    gap: 8px;
    min-height: 48px;
  }

  .e8Create .h001CameraButton .material-symbols-rounded {
    font-size: 24px;
  }

  .e8Create .h001UploadPanel .h001CreateButton {
    border-radius: 9px;
    box-shadow: none;
    font-size: 1.05rem;
    min-height: 56px;
    padding: 12px 18px;
    white-space: normal;
  }

  .e8CreateUploadNotes {
    color: #66768d;
    display: grid;
    gap: 14px;
    justify-items: center;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 28px);
  }

  .e8CreateUploadNotes p {
    align-items: center;
    display: flex;
    font-size: 0.9rem;
    font-weight: 850;
    gap: 8px;
    margin: 0;
  }

  .e8CreateUploadNotes p:first-child {
    display: none;
  }

  .e8CreateUploadNotes .material-symbols-rounded {
    color: #64748b;
    font-size: 20px;
  }

  .e8CreateFeatureBand {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    display: block;
    margin: 16px auto 0;
    padding: 16px 14px 18px;
  }

  .e8CreateFeatureBand h2 {
    color: #405064;
    font-size: 0.95rem;
    line-height: 1.3;
    margin: 0 0 16px;
    text-align: center;
  }

  .e8CreateFeatureBand ul {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .e8CreateFeatureBand li:nth-child(5) {
    display: none;
  }

  .e8CreateFeatureBand li {
    align-items: center;
    color: #243247;
    display: grid;
    gap: 7px;
    justify-items: center;
    min-width: 0;
    text-align: center;
  }

  .e8CreateFeatureBand .material-symbols-rounded {
    color: #ff5a1f;
    font-size: 26px;
  }

  .e8CreateFeatureBand strong {
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.18;
  }
}
