.pilot-beta-page {
  min-height: 100vh;
}

.pilot-beta-completion {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(59, 99, 72, 0.28);
  border-radius: 8px;
  background: #eef5e9;
}

.pilot-beta-completion > span {
  color: #b74f37;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pilot-beta-completion h3,
.pilot-beta-completion p {
  margin: 0;
}

.pilot-beta-completion h3 {
  color: #163f31;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.15;
}

.pilot-beta-completion label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: #294f42;
  font-weight: 700;
  line-height: 1.35;
}

.pilot-beta-completion input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #1f6049;
}

.pilot-beta-completion button {
  min-height: 46px;
  border: 0;
  border-radius: 7px;
  background: #174f3d;
  color: #fffdf4;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.pilot-beta-completion button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.pilot-beta-completion button.is-complete {
  background: #527345;
}

.pilot-beta-completion p {
  color: #557064;
  font-size: 0.82rem;
  line-height: 1.4;
}

.pilot-beta-completion p.is-success {
  color: #185c3c;
  font-weight: 800;
}

.pilot-beta-completion p.is-error {
  color: #a13b2f;
  font-weight: 800;
}

.pilot-beta-error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pilot-beta-error-actions a {
  margin: 0;
}

@media (max-width: 800px) {
  .pilot-beta-completion {
    padding: 15px;
  }
}
