.h001Create--ready {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 111, 15, 0.12), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(14, 165, 233, 0.08), transparent 30%),
    #fffaf6;
  padding-bottom: 32px;
}

.h001Ready {
  margin: 40px auto 0;
  max-width: 1080px;
  min-width: 0;
}

.h001Ready__grid {
  align-items: start;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  min-width: 0;
}

.h001Ready__story {
  padding: 60px 0 0 54px;
}

.h001Ready__burst {
  align-items: center;
  background: #fff0e6;
  border-radius: 999px;
  color: #ff5a0a;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 900;
  height: 76px;
  justify-content: center;
  margin-bottom: 28px;
  width: 76px;
}

.h001Ready__burst::before {
  background: #ff5a0a;
  border-radius: 999px;
  content: "";
  height: 22px;
  width: 22px;
}

.h001Ready h1 {
  color: #111827;
  font-size: clamp(3rem, 6vw, 4.6rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px;
}

.h001Ready h1 span {
  color: #ff5a0a;
}

.h001Ready__story > p {
  color: #475569;
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 34px;
  max-width: 370px;
}

.h001ReadyAi,
.h001ReadySteps,
.h001ReadySafe,
.h001ReadyCta,
.h001PhonePanel {
  border: 1px solid rgba(255, 90, 10, 0.13);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.h001ReadyAi {
  background: rgba(255, 247, 237, 0.78);
  border-radius: 16px;
  margin-bottom: 28px;
  padding: 24px;
}

.h001ReadyAi h2 {
  color: #f25a0b;
  font-size: 1.05rem;
  margin: 0 0 16px;
}

.h001ReadyAi ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.h001ReadyAi li,
.h001ReadyCta li,
.h001ReadyFooter span {
  color: #475569;
  font-weight: 800;
}

.h001ReadyAi li::before,
.h001ReadyCta li::before {
  border: 2px solid #ff5a0a;
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 9px;
  margin-right: 10px;
  width: 9px;
}

.h001ReadySteps {
  background: #fff;
  border-color: #e5e7eb;
  border-radius: 16px;
  counter-reset: step;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0 0 24px;
  padding: 20px 24px;
}

.h001ReadySteps li {
  display: grid;
  gap: 2px 16px;
  grid-template-columns: 34px 1fr;
  padding: 10px 0;
  position: relative;
}

.h001ReadySteps li + li::before {
  background: #e5e7eb;
  content: "";
  height: 22px;
  left: 16px;
  position: absolute;
  top: -11px;
  width: 2px;
}

.h001ReadySteps span {
  align-items: center;
  align-self: start;
  background: #ff5a0a;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.h001ReadySteps .isNow span {
  background: #fff;
  border: 2px solid #ff5a0a;
  color: #ff5a0a;
}

.h001ReadySteps strong {
  color: #111827;
  font-size: 0.98rem;
  grid-column: 2;
}

.h001ReadySteps small {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 700;
  grid-column: 2;
  line-height: 1.35;
  max-width: 260px;
}

.h001ReadySafe {
  align-items: start;
  background: #ecfdf5;
  border-color: #bbf7d0;
  border-radius: 16px;
  display: flex;
  gap: 14px;
  padding: 20px;
}

.h001ReadySafe span {
  border: 2px solid #16a34a;
  border-radius: 999px;
  flex: 0 0 28px;
  height: 28px;
  margin-top: 2px;
  width: 28px;
}

.h001ReadySafe strong {
  color: #166534;
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.h001ReadySafe p {
  color: #166534;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 980px) {
  .h001Ready__grid {
    grid-template-columns: 1fr;
  }

  .h001Ready__story {
    padding: 20px 0 0;
  }
}

@media (max-width: 560px) {
  .h001Create--ready {
    overflow-x: hidden;
    padding: 16px;
  }

  .h001Ready {
    margin-top: 28px;
    min-width: 0;
  }

  .h001Ready--done {
    inline-size: min(100%, calc(100vw - 32px));
    inline-size: min(100%, calc(100svw - 32px));
    inline-size: min(100%, calc(100dvw - 32px));
    margin-top: 20px;
    max-inline-size: calc(100vw - 32px);
    max-inline-size: calc(100svw - 32px);
    max-inline-size: calc(100dvw - 32px);
  }

  .h001Ready--done .h001Ready__grid {
    gap: 0;
    inline-size: 100%;
    max-inline-size: 100%;
    min-width: 0;
  }

  .h001Ready--done .h001Ready__story,
  .h001Ready--done .h001PhonePanel > h2,
  .h001Ready--done .h001PhonePanel > p,
  .h001Ready--done .h001ReadyEdit {
    display: none;
  }

  .h001Ready--done .h001PhonePanel {
    background: transparent;
    border: 0;
    box-shadow: none;
    inline-size: 100%;
    max-inline-size: 100%;
    min-width: 0;
    padding: 0;
  }

  .h001Ready h1 {
    font-size: 3rem;
  }
}
