.ww-contact-form {
  gap: 1.05rem;
}

.ww-contact-form select,
.ww-contact-form input[type="file"] {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(18, 61, 154, 0.16);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  outline: none;
  font: inherit;
  font-weight: 300;
}

.ww-contact-form select:focus,
.ww-contact-form input[type="file"]:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(18, 61, 154, 0.08);
}

.ww-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-hint {
  display: block;
  color: #781414;
  font-size: 0.78rem;
  line-height: 1.35;
}

.ww-form-job-reference {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(18, 61, 154, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(9, 36, 95, 0.055);
}

.ww-contact-form .ww-form-job-reference {
  margin-top: 0;
}

.ww-form-job-reference span {
  color: var(--blue);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ww-form-job-reference strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.35;
}

.ww-contact-visual,
.ww-partner-visual {
  position: relative;
  margin: 1.6rem 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--blue-soft);
  box-shadow: 0 20px 62px rgba(9, 36, 95, 0.1);
}

.ww-contact-visual {
  min-height: 240px;
}

.ww-contact-visual img,
.ww-partner-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.ww-contact-visual::after,
.ww-partner-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6, 16, 38, 0.66));
  pointer-events: none;
}

.ww-contact-visual figcaption,
.ww-partner-visual figcaption {
  position: absolute;
  z-index: 1;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.45;
}

.ww-partner-visual {
  min-height: clamp(220px, 28vw, 360px);
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
}

.partner-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ww-contact-showcase-section {
  background: #fff;
}

.ww-contact-showcase-section::before {
  display: none;
}

.ww-contact-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.08fr);
  gap: clamp(2.5rem, 5vw, 4.6rem);
  align-items: start;
}

.ww-contact-showcase__info {
  position: static;
}

.ww-contact-image-card {
  position: relative;
  aspect-ratio: 374 / 250;
  margin: 0 0 clamp(2rem, 4vw, 2.6rem);
  overflow: hidden;
  border-radius: 18px;
  background: #e9eef8;
  box-shadow: 0 18px 52px rgba(9, 36, 95, 0.1);
}

.ww-contact-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ww-contact-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(6, 16, 38, 0.72)),
    linear-gradient(90deg, rgba(6, 16, 38, 0.06), transparent 48%);
}

.ww-contact-image-card figcaption {
  position: absolute;
  z-index: 1;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.ww-contact-image-card__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.ww-contact-showcase h2 {
  max-width: 360px;
  margin: 0 0 1.8rem;
  color: #05070d;
  font-size: clamp(2.45rem, 4vw, 2.5rem);
  line-height: 1.08;
  font-weight: 600;
}

.ww-contact-list {
  display: grid;
  gap: 1.5rem;
}

.ww-contact-list__item {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.ww-contact-list__icon {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #eef3fb;
  color: #1d49a7;
}

.ww-contact-list__icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ww-contact-list__item span:not(.ww-contact-list__icon) {
  display: block;
  margin-bottom: 0.45rem;
  color: #435472;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ww-contact-list__item p {
  margin: 0;
  color: #020713;
  font-size: 1rem;
  line-height: 1.62;
}

.ww-contact-list__item a {
  color: inherit;
}

.ww-contact-reply-card {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 1.6rem 1.75rem;
  border: 1px solid #dce5f4;
  border-radius: 8px;
  background: #f5f8fd;
}

.ww-contact-reply-card strong {
  display: block;
  margin-bottom: 0.85rem;
  color: #020713;
  font-size: 0.94rem;
}

.ww-contact-reply-card p {
  margin: 0;
  color: #435472;
  font-size: 0.92rem;
  line-height: 1.6;
}

.ww-contact-form--modern {
  align-self: start;
  gap: 1.25rem;
  padding: clamp(2rem, 3.5vw, 2.8rem);
  border: 1px solid #dce5f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(9, 36, 95, 0.08);
}

.ww-contact-form--modern label {
  gap: 0.65rem;
  color: #061026;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
}

.ww-contact-form--modern label span {
  color: #5f6673;
  font-weight: 400;
}

.ww-contact-form--modern input,
.ww-contact-form--modern select {
  min-height: 46px;
  border-color: #dbe4f2;
  border-radius: 55555555px;
  color: #1d2a44;
  background: #fff;
  font-size: 0.94rem;
}

.ww-contact-form--modern textarea {
  min-height: 46px;
  border-color: #dbe4f2;
  border-radius: 20px;
  color: #1d2a44;
  background: #fff;
  font-size: 0.94rem;
}



.ww-contact-form--modern input::placeholder,
.ww-contact-form--modern textarea::placeholder {
  color: #526079;
}

.ww-contact-form--modern textarea {
  min-height: 140px;
  line-height: 1.55;
}

.ww-contact-form--modern .consent {
  margin-top: 0.1rem;
  font-size: 0.86rem !important;
  line-height: 1.45;
}

.ww-contact-form--modern .consent input {
  width: 16px;
  height: 16px;
  border-color: #dbe4f2;
}

.ww-contact-form--modern .btn {
  width: fit-content;
  min-width: 188px;
  min-height: 48px;
  padding-inline: 1.7rem;
  border-radius: 12px;
  background: #1d49a7;
  font-weight: 700;
  box-shadow: none;
}

@media (max-width: 640px) {
  .ww-form-row {
    grid-template-columns: 1fr;
  }

  .ww-contact-visual {
    min-height: 210px;
  }
}

@media (max-width: 980px) {
  .ww-contact-showcase {
    grid-template-columns: 1fr;
  }

  .ww-contact-showcase h2 {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .ww-contact-showcase {
    gap: 2rem;
  }

  .ww-contact-image-card {
    border-radius: 14px;
  }

  .ww-contact-form--modern {
    padding: 1.15rem;
    border-radius: 14px;
  }

  .ww-contact-form--modern .btn {
    width: 100%;
  }
}