.st-stand-request {
  position: relative;
  padding: 2rem 0 1rem;
  overflow: hidden;
}

.st-stand-request::before,
.st-stand-request::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.st-stand-request::before {
  top: 3rem;
  left: -7rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(16, 163, 217, 0.16), rgba(16, 163, 217, 0));
}

.st-stand-request::after {
  right: -8rem;
  bottom: 7rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(36, 58, 107, 0.12), rgba(36, 58, 107, 0));
}

.st-stand-request .st-container {
  position: relative;
  z-index: 1;
}

.st-stand-request__hero {
  position: relative;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(13, 16, 35, 0.99), rgba(27, 26, 56, 0.98) 45%, rgba(36, 58, 107, 0.96) 100%);
  box-shadow: 0 28px 80px rgba(11, 17, 36, 0.24);
}

.st-stand-request__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 24%, rgba(16, 163, 217, 0.32), rgba(16, 163, 217, 0) 28%);
  pointer-events: none;
}

.st-stand-request__hero-media {
  position: relative;
  z-index: 1;
}

.st-stand-request__title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 12ch;
  color: #fff;
  text-align: center;
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.st-stand-request__lede {
  position: relative;
  z-index: 1;
  max-width: 60ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.st-stand-request__hero-media {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}

.st-stand-request__hero-image {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  object-fit: contain;
  object-position: center;
  box-shadow: 0 22px 48px rgba(10, 18, 38, 0.22);
}

.st-stand-request__card {
  position: relative;
  z-index: 2;
  margin-top: 1.4rem;
  padding: clamp(1.1rem, 2.2vw, 1.4rem);
  border-radius: 32px;
  border: 1px solid rgba(27, 26, 56, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(14px);
}

.st-stand-request__form {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border-radius: 28px;
  border: 1px solid rgba(27, 26, 56, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 14px 34px rgba(15, 23, 42, 0.05);
}

.st-stand-request__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.st-stand-request__field,
.st-stand-request__question {
  display: grid;
  gap: 0.55rem;
}

.st-stand-request__field--full,
.st-stand-request__question {
  grid-column: 1 / -1;
}

.st-stand-request__field span,
.st-stand-request__question legend,
.st-stand-request__consent {
  font-weight: 700;
  color: var(--text-main);
}

.st-stand-request__field span,
.st-stand-request__question legend {
  font-size: 14px;
}

.st-stand-request__question {
  margin: 0;
  padding: 0;
  border: 0;
}

.st-stand-request__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.st-stand-request__choice {
  position: relative;
  display: inline-flex;
}

.st-stand-request__choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.st-stand-request__choice span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 48px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(27, 26, 56, 0.1);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-main);
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.st-stand-request__choice.is-selected span {
  border-color: rgba(16, 163, 217, 0.32);
  background: linear-gradient(135deg, rgba(36, 58, 107, 0.96), rgba(16, 163, 217, 0.96));
  color: #fff;
  box-shadow: 0 14px 28px rgba(16, 163, 217, 0.18);
}

.st-stand-request__field select,
.st-stand-request__field input {
  width: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(27, 26, 56, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  color: var(--text-main);
  font: inherit;
  box-shadow: inset 0 1px 2px rgba(27, 26, 56, 0.03);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.st-stand-request__field select {
  appearance: none;
}

.st-stand-request__field select:focus,
.st-stand-request__field input:focus {
  outline: none;
  border-color: rgba(16, 163, 217, 0.52);
  box-shadow: 0 0 0 4px rgba(16, 163, 217, 0.12);
  background: #fff;
}

.st-stand-request__field input::placeholder {
  color: rgba(27, 26, 56, 0.42);
}

.st-stand-request__field.is-invalid input,
.st-stand-request__field.is-invalid select,
.st-stand-request__question.is-invalid .st-stand-request__choice span {
  border-color: rgba(185, 55, 80, 0.42);
}

.st-stand-request__field.is-invalid input,
.st-stand-request__field.is-invalid select {
  background: rgba(255, 246, 248, 0.96);
}

.st-stand-request__field--conditional[hidden] {
  display: none;
}

.st-stand-request__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 1.25rem;
  padding: 1rem 1rem 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(27, 26, 56, 0.08);
  background: rgba(243, 247, 251, 0.96);
  font-size: 14px;
  line-height: 1.55;
}

.st-stand-request__consent input {
  margin-top: 0.2rem;
  accent-color: var(--brand-blue);
}

.st-stand-request__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
}

.st-stand-request__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.45rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--brand-gradient-start), var(--brand-gradient-end));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(19, 53, 111, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.st-stand-request__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(19, 53, 111, 0.26);
}

.st-stand-request__submit.is-loading {
  cursor: wait;
  opacity: 0.86;
}

.st-stand-request__status {
  margin: 0;
  min-height: 1.5rem;
  font-size: 14px;
  font-weight: 700;
}

.st-stand-request__status.is-success {
  color: #0c7a53;
}

.st-stand-request__status.is-error {
  color: #b93750;
}

@media (max-width: 1100px) {
  .st-stand-request__card {
    margin-top: 1.25rem;
  }
}

@media (max-width: 760px) {
  .st-stand-request {
    padding-top: 1.2rem;
  }

  .st-stand-request__hero,
  .st-stand-request__card,
  .st-stand-request__form {
    border-radius: 24px;
  }

  .st-stand-request__card,
  .st-stand-request__form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .st-stand-request__hero {
    overflow: visible;
    padding: 1rem;
  }

  .st-stand-request__hero-image {
    min-height: 0;
  }

  .st-stand-request__grid {
    grid-template-columns: 1fr;
  }

  .st-stand-request__choices,
  .st-stand-request__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .st-stand-request__choice {
    width: 100%;
  }

  .st-stand-request__choice span,
  .st-stand-request__submit {
    width: 100%;
  }
}
