.h001ReadyCta {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-color: #e5e7eb;
  border-radius: 22px;
  display: grid;
  gap: 26px;
  grid-template-columns: 92px 1fr minmax(320px, 0.9fr);
  margin: 64px auto 0;
  padding: 34px 42px;
}

.h001ReadyCta__icon {
  align-items: center;
  background: #fff1e8;
  border-radius: 999px;
  display: flex;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.h001ReadyCta__icon img {
  height: 54px;
  width: 54px;
}

.h001ReadyCta h2 {
  color: #111827;
  font-size: 1.5rem;
  margin: 0 0 8px;
}

.h001ReadyCta p {
  color: #475569;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.h001ReadyCta__actions {
  display: grid;
  gap: 12px;
}

.h001ReadyCta__button {
  align-items: center;
  background: linear-gradient(100deg, #ff6a00, #ff2d7a);
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 1.06rem;
  font-weight: 900;
  justify-content: center;
  min-height: 64px;
  padding: 0 24px;
  text-decoration: none;
}

.h001ReadyCta__button span {
  margin-left: 18px;
}

.h001ReadyCta__secondary {
  color: #475569;
  font-weight: 900;
  justify-self: center;
  text-decoration: none;
}

.h001ReadyCta ul,
.h001ReadyFooter {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.h001ReadyFooter {
  gap: 70px;
  margin-top: 48px;
}

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

@media (max-width: 560px) {
  .h001ReadyCta {
    gap: 16px;
    margin-top: 24px;
    padding: 22px 20px;
    text-align: center;
  }

  .h001ReadyCta__icon {
    height: 62px;
    justify-self: center;
    width: 62px;
  }

  .h001ReadyCta__icon img {
    height: 34px;
    width: 34px;
  }

  .h001ReadyCta h2 {
    font-size: 1.25rem;
    margin-bottom: 6px;
  }

  .h001ReadyCta p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .h001ReadyCta__button {
    border-radius: 14px;
    font-size: 1rem;
    min-height: 56px;
    padding: 0 18px;
  }

  .h001ReadyCta ul {
    gap: 10px 14px;
    font-size: 0.9rem;
  }

  .h001ReadyFooter {
    display: none;
  }
}
