.hcfb-dpr {
  max-width: 720px;
  margin: 2rem auto;
  font-family: inherit;
}

.hcfb-dpr__card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

.hcfb-dpr__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.hcfb-dpr__intro {
  margin: 0 0 1.5rem;
  color: #555;
  font-size: 1rem;
}

.hcfb-dpr__form {
  display: grid;
  gap: 1rem;
}

.hcfb-dpr label {
  display: grid;
  gap: 0.4rem;
  font-weight: 700;
}

.hcfb-dpr input {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  font: inherit;
  padding: 0.85rem 1rem;
}

.hcfb-dpr button,
.hcfb-dpr__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #0b5cab;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  padding: 0.95rem 1.35rem;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.hcfb-dpr button:hover,
.hcfb-dpr__button:hover {
  transform: translateY(-1px);
  opacity: 0.94;
}

.hcfb-dpr button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.hcfb-dpr__link-button {
  background: transparent !important;
  color: #0b5cab !important;
  padding-left: 0 !important;
  justify-self: start;
}

.hcfb-dpr__alert {
  border-radius: 12px;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: #eef6ff;
  border: 1px solid #cfe7ff;
}

.hcfb-dpr__alert[data-type="error"] {
  background: #fff1f1;
  border-color: #ffc9c9;
}

.hcfb-dpr__alert[data-type="success"] {
  background: #f0fff4;
  border-color: #c8f5d2;
}

.hcfb-dpr__result {
  border-top: 1px solid #ededed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.hcfb-dpr__result h3 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}

.hcfb-dpr__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.hcfb-dpr__support {
  color: #555;
  font-size: 0.95rem;
  margin-top: 1rem;
}
