/* Service request page — layout + intro lead text */
.contact-body.service-request-page main.contact-main {
  max-width: 760px !important;
  align-items: flex-start !important;
  padding-top: 1.25rem !important;
  padding-bottom: 2rem !important;
}

.service-request-page .form-page {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}

.service-request-page .form-page-subtitle.form-page-lead {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
  line-height: 1.55;
}

/* Success dialog (replaces window.alert) */
body.sr-dialog-open {
  overflow: hidden;
}

.sr-submit-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(8, 12, 24, 0.72);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.sr-submit-overlay[hidden] {
  display: none !important;
}

.sr-submit-dialog {
  width: 100%;
  max-width: 22rem;
  padding: 1.5rem 1.35rem 1.35rem;
  background: var(--surface, #151d2e);
  border: 1px solid var(--border, rgba(255, 255, 255, 0.12));
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.sr-submit-title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.sr-submit-body {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-muted, #b8c4dc);
}

.sr-submit-dismiss {
  width: 100%;
  justify-content: center;
}
