.assd-work-hero {
  align-items: end;
  display: grid;
  min-height: clamp(22rem, 45vw, 34rem);
  overflow: hidden;
  position: relative;
}

.assd-work-hero__image,
.assd-work-hero__overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.assd-work-hero__image {
  object-fit: cover;
  object-position: center 43%;
}

.assd-work-hero__overlay {
  background:
    linear-gradient(180deg, rgba(0, 48, 87, 0.18) 0%, rgba(0, 48, 87, 0.88) 100%),
    linear-gradient(90deg, rgba(0, 48, 87, 0.62), rgba(0, 48, 87, 0.05));
}

.assd-work-hero__content {
  color: #fff;
  margin: 0 auto;
  max-width: 76rem;
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 4rem)
    clamp(3.5rem, 7vw, 6rem);
  position: relative;
  width: 100%;
  z-index: 1;
}

.assd-work-hero__content h1 {
  color: #fff;
  font-size: clamp(2.75rem, 6vw, 5rem);
  line-height: 1;
  max-width: 13ch;
}

.assd-work-hero__content p {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  margin-top: 1.25rem;
  max-width: 42rem;
}

.assd-work-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(7, 110, 195, 0.08), transparent 24rem),
    #f4f8fc;
  padding: clamp(4rem, 8vw, 7rem) 1.25rem;
}

.assd-work-layout {
  align-items: start;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 0.82fr) minmax(30rem, 1.18fr);
  margin: 0 auto;
  max-width: 76rem;
}

.assd-work-intro {
  color: #103153;
  position: sticky;
  top: 6rem;
}

.assd-work-eyebrow {
  color: #e31937;
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.assd-work-intro h2,
.assd-work-form-heading h2 {
  color: #003057;
}

.assd-work-intro h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.assd-work-intro__copy {
  color: #3d4d5d;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-top: 1.5rem;
}

.assd-work-intro h3 {
  color: #003057;
  font-size: 1.3rem;
  margin-top: 2.25rem;
}

.assd-work-benefits {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin-top: 1.25rem;
  padding: 0;
}

.assd-work-benefits li {
  align-items: flex-start;
  color: #3d4d5d;
  display: flex;
  gap: 0.8rem;
  line-height: 1.55;
  margin: 0;
}

.assd-work-check {
  align-items: center;
  background: #e9f2fa;
  border-radius: 50%;
  color: #076ec3;
  display: inline-flex;
  flex: 0 0 1.7rem;
  height: 1.7rem;
  justify-content: center;
  margin-top: 0.05rem;
  width: 1.7rem;
}

.assd-work-check svg {
  fill: none;
  height: 1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 1rem;
}

.assd-work-email {
  background: #003057;
  border-radius: 0.85rem;
  color: #fff;
  display: grid;
  gap: 0.3rem;
  margin-top: 2.5rem;
  padding: 1.25rem 1.4rem;
}

.assd-work-email strong {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.assd-work-email span {
  font-size: 0.92rem;
}

.assd-work-email a,
.assd-work-noscript a,
.assd-work-error-fallback a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.assd-work-form-card {
  background: #fff;
  border: 1px solid rgba(16, 49, 83, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3.5rem rgba(16, 49, 83, 0.12);
  overflow: hidden;
}

.assd-work-form-heading {
  border-bottom: 1px solid #dce8f1;
  padding: clamp(1.75rem, 4vw, 2.75rem);
}

.assd-work-form-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.assd-work-form-heading > p:not(.assd-work-required-note) {
  color: #536678;
  line-height: 1.65;
  margin-top: 0.8rem;
}

.assd-work-required-note {
  color: #667788;
  font-size: 0.8rem;
  margin-top: 1rem;
}

.assd-work-form {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  position: relative;
}

.assd-work-fields {
  display: grid;
  gap: 1.4rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.assd-work-field {
  min-width: 0;
}

.assd-work-field--full {
  grid-column: 1 / -1;
}

.assd-work-field > label:not(.assd-work-consent) {
  color: #103153;
  font-family: Outfit, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.assd-required {
  color: #e31937;
  margin-left: 0.18em;
}

.assd-work-field input:not([type="checkbox"]):not([type="file"]),
.assd-work-field textarea {
  appearance: none;
  background: #fff;
  border: 1px solid #bdccd8;
  border-radius: 0.55rem;
  color: #102c45;
  display: block;
  font: inherit;
  margin: 0;
  min-height: 3.15rem;
  padding: 0.75rem 0.9rem;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
  width: 100%;
}

.assd-work-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.assd-work-field input::placeholder,
.assd-work-field textarea::placeholder {
  color: #7c8995;
  opacity: 1;
}

.assd-work-field input:focus,
.assd-work-field textarea:focus {
  border-color: #076ec3;
  box-shadow: 0 0 0 3px rgba(7, 110, 195, 0.14);
  outline: 0;
}

.assd-work-field input[aria-invalid="true"],
.assd-work-field textarea[aria-invalid="true"] {
  border-color: #c4152f;
}

.assd-work-file-control {
  align-items: center;
  background: #f7fafc;
  border: 1px dashed #9fb3c3;
  border-radius: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  min-height: 4.25rem;
  padding: 0.8rem;
}

.assd-work-file-control:focus-within {
  border-color: #076ec3;
  box-shadow: 0 0 0 3px rgba(7, 110, 195, 0.14);
}

.assd-work-file-control input[type="file"] {
  color: #536678;
  font-size: 0.88rem;
  margin: 0;
  max-width: 100%;
}

.assd-work-file-control input[type="file"]::file-selector-button {
  background: #e9f2fa;
  border: 0;
  border-radius: 0.4rem;
  color: #003057;
  cursor: pointer;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  margin-right: 0.8rem;
  padding: 0.65rem 0.85rem;
}

.assd-work-file-name {
  color: #3d4d5d;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.assd-work-hint {
  color: #667788;
  display: block;
  font-size: 0.78rem;
  margin-top: 0.45rem;
}

.assd-field-error {
  color: #bd1730;
  display: block;
  font-size: 0.78rem;
  min-height: 1.15rem;
  padding-top: 0.3rem;
}

.assd-work-consent {
  align-items: flex-start;
  color: #3d4d5d;
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
  gap: 0.7rem;
  line-height: 1.55;
  margin: 0;
}

.assd-work-consent input {
  accent-color: #076ec3;
  flex: 0 0 auto;
  height: 1.15rem;
  margin: 0.18rem 0 0;
  width: 1.15rem;
}

.assd-work-consent input:focus-visible {
  outline: 3px solid rgba(7, 110, 195, 0.25);
  outline-offset: 2px;
}

.assd-work-submit {
  align-items: center;
  background: #e31937;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 0.85rem;
  min-height: 3.25rem;
  padding: 0.8rem 1.5rem;
  transition:
    background-color 150ms ease,
    transform 150ms ease;
}

.assd-work-submit:hover:not(:disabled) {
  background: #bd1730;
  transform: translateY(-1px);
}

.assd-work-submit:focus-visible {
  outline: 3px solid rgba(227, 25, 55, 0.24);
  outline-offset: 3px;
}

.assd-work-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.assd-work-spinner {
  animation: assd-work-spin 700ms linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  border-top-color: #fff;
  display: none;
  height: 1rem;
  width: 1rem;
}

.assd-work-form[data-submitting="true"] .assd-work-spinner {
  display: block;
}

.assd-work-status,
.assd-work-error-fallback,
.assd-work-noscript {
  border-radius: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
}

.assd-work-status:empty {
  display: none;
}

.assd-work-status[data-state="success"] {
  background: #e7f6ed;
  color: #146334;
}

.assd-work-status[data-state="error"] {
  background: #fff0f2;
  color: #8f1326;
}

.assd-work-error-fallback,
.assd-work-noscript {
  background: #003057;
  color: #fff;
}

.assd-work-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

@keyframes assd-work-spin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 991px) {
  .assd-work-layout {
    grid-template-columns: 1fr;
    max-width: 46rem;
  }

  .assd-work-intro {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  .assd-work-hero__content h1 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .assd-work-fields {
    grid-template-columns: 1fr;
  }

  .assd-work-field--full {
    grid-column: auto;
  }

  .assd-work-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assd-work-field input,
  .assd-work-field textarea,
  .assd-work-submit {
    transition: none;
  }
}
