.certificate-page {
  padding: 3rem 0;
}
.certificate-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.certificate-intro h1 {
  margin-bottom: 1rem;
}
.certificate-intro p {
  font-size: 1.125rem;
  color: var(--udb-gray-700);
}

.certificate-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: var(--udb-white);
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.certificate-form-wrapper h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.certificate-form-wrapper > p {
  text-align: center;
  color: var(--udb-gray-700);
  margin-bottom: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.qual-description {
  font-size: 0.8125rem;
  color: var(--udb-gray-700);
  margin-top: 0.25rem;
  font-style: italic;
}

.certificate-preview {
  margin-top: 2rem;
  text-align: center;
}
.certificate-preview p {
  font-size: 0.875rem;
  color: var(--udb-gray-400);
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .form-row { grid-template-columns: 1fr; }
  .certificate-form-wrapper { padding: 1.5rem; }
}
