/* Mobile-first form */
label {
  font-weight: 600;
  color: var(--ink);
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

select,
textarea,
.form-select,
.form-control {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: var(--ink);
  border-radius: 14px;
  min-height: 48px;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  margin-bottom: 0.75rem;
}

.form-select:focus,
.form-control:focus {
  border-color: rgba(70, 190, 210, 0.7);
  box-shadow: 0 0 0 3px rgba(90, 200, 220, 0.2);
  background: rgba(255, 255, 255, 0.85);
  color: var(--ink);
}

.form-select option { color: #111; }
textarea.form-control { min-height: 120px; }

.btn-submit,
.btn-download,
.btn-pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
}

.btn-submit,
.btn-pdf {
  background: linear-gradient(135deg, #8ee0ef, #45c4c8 50%, #3aa8b8);
  color: #fff;
}

.btn-download {
  background: linear-gradient(135deg, #a8c8f5, #6aa8e8 55%, #4f8fd4);
  color: #fff;
}

.reward-actions {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reward-title {
  color: var(--aqua-deep);
  font-family: var(--font-display);
  text-shadow: none;
}

@media (min-width: 769px) {
  select,
  textarea,
  .form-select,
  .form-control {
    min-height: 52px;
    border-radius: 16px;
  }

  .btn-submit,
  .btn-download,
  .btn-pdf { min-height: 52px; }
}

@media (max-width: 768px) {
  .stage-body:has(> .hada) {
    padding-bottom: 4.25rem;
  }

  .stage-copy.small {
    font-size: 0.95rem;
    margin-bottom: 0.85rem !important;
  }
}
