.h001DoneCta.isExpanded .h001DoneCta__button {
  display: none;
}

.h001SaveOptions {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 90, 10, 0.14);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  display: grid;
  gap: 16px;
  padding: 24px;
  width: 100%;
}

.h001SaveOptions[hidden] {
  display: none;
}

.h001SaveOptions h2 {
  color: #111827;
  font-size: clamp(1.4rem, 5vw, 2rem);
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.h001SaveOptions > p {
  color: #475569;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 auto;
  max-inline-size: 560px;
  text-align: center;
}

.h001SaveOptions__actions {
  display: grid;
  gap: 10px;
}

.h001SaveAgreement {
  align-items: flex-start;
  background: #fff7ed;
  border: 1px solid rgba(255, 106, 0, 0.18);
  border-radius: 16px;
  color: #475569;
  display: flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 10px;
  line-height: 1.35;
  padding: 12px 14px;
  text-align: left;
}

.h001SaveAgreement.isAgreementError {
  animation: h001AgreementNudge 0.22s ease;
  background: #fef2f2;
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
  color: #991b1b;
}

.h001SaveAgreement input {
  accent-color: #f97316;
  flex: 0 0 auto;
  height: 18px;
  margin-top: 1px;
  width: 18px;
}

.h001SaveAgreement a {
  color: #c2410c;
  margin-left: 4px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.h001SaveAgreement.isAgreementError a {
  color: #b42318;
}

@keyframes h001AgreementNudge {
  0%,
  100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-3px);
  }
  70% {
    transform: translateX(3px);
  }
}

.h001SaveOption {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  color: #111827;
  display: flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  position: relative;
  text-decoration: none;
}

.h001SaveOption--telegram {
  background: linear-gradient(100deg, #ff6a00, #ff2d7a);
  border: 0;
  color: #fff;
}

.h001SaveOption:disabled {
  color: #64748b;
  cursor: not-allowed;
}

.h001SaveOption.isAgreementLocked {
  filter: grayscale(0.12);
  opacity: 0.72;
}

.h001SaveOption small {
  background: #f1f5f9;
  border-radius: 999px;
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  right: 12px;
}

.h001SaveOptions__benefits {
  color: #475569;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.h001SaveOptions__status {
  background: #fff7ed;
  border-radius: 14px;
  color: #c2410c !important;
  font-weight: 900;
  margin: 0;
  padding: 12px 14px;
  text-align: center;
}

.h001SaveOptions__benefits li {
  font-weight: 800;
}

@media (max-width: 560px) {
  .h001SaveOptions {
    border-radius: 18px;
    padding: 20px 16px;
  }

  .h001SaveOption {
    min-height: 54px;
  }

  .h001SaveOptions__benefits {
    gap: 8px 12px;
  }
}
