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

.rh-contact-page {
  width: 100%;
  min-height: 320px;
}

.rh-contact-hero {
  background: #f5f5f5;
  padding: 3rem 1.5rem 2rem;
}

.rh-contact-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}

.rh-contact-hero__title {
  margin: 0 0 0.75rem;
  font-size: 2.25rem;
  font-weight: 300;
  color: #333;
}

.rh-contact-hero__lead {
  margin: 0;
  font-size: 1.125rem;
  color: #555;
  line-height: 1.6;
}

.rh-contact-form-section {
  padding: 2rem 1.5rem 4rem;
  background: #fff;
}

.rh-contact-form-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.rh-contact-alert {
  padding: 1rem 1.25rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.rh-contact-alert--success {
  background: #e8f5e9;
  color: #1b5e20;
  border: 1px solid #a5d6a7;
}

.rh-contact-alert--error {
  background: #ffebee;
  color: #b71c1c;
  border: 1px solid #ef9a9a;
}

.rh-contact-alert--info {
  background: #e3f2fd;
  color: #0d47a1;
  border: 1px solid #90caf9;
}

.rh-contact-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.rh-contact-fieldset:disabled .rh-contact-field label,
.rh-contact-fieldset:disabled .rh-contact-field input,
.rh-contact-fieldset:disabled .rh-contact-field textarea {
  opacity: 0.65;
  cursor: not-allowed;
}

.rh-contact-submit:disabled {
  background: #9e9e9e;
  cursor: not-allowed;
}

.rh-contact-submit:disabled:hover {
  background: #9e9e9e;
}

.rh-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.rh-contact-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.rh-contact-field input,
.rh-contact-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  background: #fff;
}

.rh-contact-field input:focus,
.rh-contact-field textarea:focus {
  outline: 2px solid #cf142b;
  outline-offset: 1px;
  border-color: #cf142b;
}

.rh-contact-field textarea {
  resize: vertical;
  min-height: 160px;
}

.rh-contact-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.rh-contact-submit {
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #cf142b;
  border: none;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: background 0.2s;
}

.rh-contact-submit:hover {
  background: #a61022;
}

.rh-contact-submit:focus {
  outline: 2px solid #333;
  outline-offset: 2px;
}
