.as-request-page {
  background: #f5f7fb;
  color: #132033;
  min-height: 100vh;
}

.as-request-hero {
  background: linear-gradient(135deg, #10233f 0%, #1b5d9d 100%);
  color: #ffffff;
  padding: 86px 20px 72px;
}

.as-request-hero__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.as-request-kicker {
  margin: 0 0 12px;
  color: #9ed1ff;
  font-size: 15px;
  font-weight: 700;
}

.as-request-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.15;
}

.as-request-hero p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: #dcecff;
  font-size: 18px;
  line-height: 1.65;
}

.as-request-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: -36px auto 80px;
}

.submit-banner {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
  border: 1px solid #b8e0c3;
  border-radius: 8px;
  background: #ecfff0;
  color: #11562b;
  padding: 18px 20px;
}

.submit-banner span {
  color: #356b46;
  line-height: 1.5;
}

.submit-banner a {
  color: #134777;
  font-weight: 900;
}

.submit-banner--error {
  border-color: #f1b4af;
  background: #fff0ef;
  color: #8a1f17;
}

.submit-banner--error span {
  color: #7a332e;
}

.as-call-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(27, 93, 157, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(12, 32, 54, 0.08);
  padding: clamp(18px, 2.5vw, 26px);
}

.as-call-card div {
  display: grid;
  gap: 7px;
}

.as-call-card strong {
  color: #132033;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
}

.as-call-card span {
  color: #53647a;
  line-height: 1.55;
}

.as-call-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border-radius: 6px;
  background: #f45a1f;
  color: #ffffff;
  font-weight: 900;
  padding: 0 22px;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(244, 90, 31, 0.24);
  transition: transform 0.2s ease, background 0.2s ease;
}

.as-call-button:hover {
  background: #d94813;
  transform: translateY(-2px);
}

.as-call-button strong,
.as-call-button span {
  color: inherit;
  font-size: 17px;
  line-height: 1;
}

.as-request-form {
  display: grid;
  gap: 18px;
}

.form-section {
  border: 1px solid #dce2eb;
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 34px);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.section-heading span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1b5d9d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.section-heading h2 {
  margin: 0;
  color: #132033;
  font-size: 23px;
  line-height: 1.25;
}

.field-grid,
.upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  min-width: 0;
}

.field-grid label,
.full-field,
.upload-box {
  display: grid;
  gap: 9px;
  color: #37465b;
  font-size: 15px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  background: #ffffff;
  color: #132033;
  font: inherit;
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  min-height: 132px;
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #1b5d9d;
  box-shadow: 0 0 0 3px rgba(27, 93, 157, 0.15);
  outline: 0;
}

.upload-box {
  border: 1px dashed #9ab0c9;
  border-radius: 8px;
  background: #f8fbff;
  padding: 18px;
}

.upload-box input {
  min-height: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.upload-box small {
  color: #66758a;
  font-weight: 500;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 8px 0 0;
}

.form-actions a,
.form-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  padding: 0 20px;
  text-decoration: none;
}

.form-actions a {
  border: 1px solid #cfd8e3;
  background: #ffffff;
  color: #27364a;
}

.form-actions button {
  border: 0;
  background: #1b5d9d;
  color: #ffffff;
  cursor: pointer;
}

.form-actions button:hover {
  background: #134777;
}

.as-request-form.is-submitting {
  cursor: wait;
}

.as-request-form.is-submitting .form-section,
.as-request-form.is-submitting .form-actions {
  opacity: 0.62;
  pointer-events: none;
}

.as-submit-locked {
  cursor: wait;
}

.form-actions button:disabled {
  background: #7a8ba1;
  cursor: wait;
}

.submit-lock {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(10, 22, 38, 0.42);
  padding: 20px;
}

.submit-lock[hidden] {
  display: none;
}

.submit-lock__panel {
  display: grid;
  gap: 8px;
  width: min(360px, 100%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(10, 22, 38, 0.22);
  color: #132033;
  padding: 24px;
  text-align: center;
}

.submit-lock__panel strong {
  font-size: 20px;
}

.submit-lock__panel span {
  color: #53647a;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .as-request-hero {
    padding: 64px 18px 58px;
  }

  .field-grid,
  .upload-grid {
    grid-template-columns: 1fr;
  }

  .as-call-card {
    align-items: stretch;
    flex-direction: column;
  }

  .as-call-button {
    width: 100%;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}
