.metop-contact-solution,
.metop-contact-solution * {
  box-sizing: border-box;
}

.metop-contact-solution {
  background: #ffffff;
  display: grid !important;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  min-height: calc(100svh - 76px);
  width: 100%;
}

.metop-contact-solution h1,
.metop-contact-solution h2,
.metop-contact-solution p {
  margin: 0;
}

.metop-contact-solution .elementor-widget {
  margin: 0;
}

.metop-contact-solution__visual-panel {
  background: #090b0f;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  position: relative;
}

.metop-contact-solution__visual,
.metop-contact-solution__visual .elementor-widget-container,
.metop-contact-solution__visual img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.metop-contact-solution__visual img {
  filter: saturate(0.82) contrast(1.04);
  object-fit: cover;
  object-position: 54% center;
}

.metop-contact-solution__visual-panel::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.4), rgba(5, 7, 11, 0.14) 36%, rgba(5, 7, 11, 0.94) 86%),
    linear-gradient(90deg, rgba(5, 7, 11, 0.34), rgba(5, 7, 11, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.metop-contact-solution__visual-copy {
  bottom: 0;
  color: #ffffff;
  display: flex !important;
  flex-direction: column;
  left: 0;
  padding: clamp(42px, 5vw, 74px);
  position: absolute;
  right: 0;
  z-index: 2;
}

.metop-contact-solution__eyebrow .elementor-heading-title,
.metop-contact-solution__form-eyebrow .elementor-heading-title {
  color: #7f98ff !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.metop-contact-solution__visual-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.18;
  margin-top: 16px;
  max-width: 640px;
}

.metop-contact-solution__visual-description {
  margin-top: 20px !important;
  max-width: 660px;
}

.metop-contact-solution__visual-description p {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 15px;
  line-height: 1.82;
}

.metop-contact-solution__steps {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.metop-contact-solution__steps > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 94px;
  padding: 17px 15px;
}

.metop-contact-solution__steps > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.metop-contact-solution__steps strong {
  color: #7f98ff;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.metop-contact-solution__steps span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.55;
}

.metop-contact-solution__direct {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
}

.metop-contact-solution__direct span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.metop-contact-solution__direct a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}

.metop-contact-solution__direct a:hover,
.metop-contact-solution__direct a:focus-visible {
  color: #8ba2ff;
}

.metop-contact-solution__form-panel {
  align-self: center;
  display: flex !important;
  flex-direction: column;
  margin: 0 auto;
  max-width: 820px;
  padding: 66px clamp(42px, 6vw, 92px) 72px;
  width: 100%;
}

.metop-contact-solution__form-title .elementor-heading-title {
  color: #111319 !important;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 580;
  letter-spacing: 0;
  line-height: 1.16;
  margin-top: 13px;
}

.metop-contact-solution__form-description {
  margin-top: 18px !important;
  max-width: 700px;
}

.metop-contact-solution__form-description p {
  color: #6b707a !important;
  font-size: 14px;
  line-height: 1.75;
}

.metop-contact-solution .metop-contact-form-wrap {
  margin: 34px 0 0;
  max-width: none;
}

.metop-contact-solution .metop-contact-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 20px;
  padding: 0;
}

.metop-contact-solution .metop-form-grid {
  gap: 18px 20px;
}

.metop-contact-solution .metop-contact-form label {
  color: #262932;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.metop-contact-solution .metop-contact-form label > span {
  color: #0033ff;
}

.metop-contact-solution .metop-contact-form input,
.metop-contact-solution .metop-contact-form select,
.metop-contact-solution .metop-contact-form textarea {
  background: #ffffff;
  border: 1px solid #d9dce3;
  border-radius: 6px;
  color: #171920;
  font-size: 14px;
  min-height: 46px;
  padding: 11px 13px;
}

.metop-contact-solution .metop-contact-form input::placeholder,
.metop-contact-solution .metop-contact-form textarea::placeholder {
  color: #a1a5ad;
}

.metop-contact-solution .metop-contact-form input:focus,
.metop-contact-solution .metop-contact-form select:focus,
.metop-contact-solution .metop-contact-form textarea:focus {
  border-color: #0033ff;
  box-shadow: 0 0 0 3px rgba(0, 51, 255, 0.09);
}

.metop-contact-solution .metop-contact-form textarea {
  min-height: 116px;
}

.metop-contact-solution .metop-form-field--wide {
  grid-column: 1 / -1;
}

.metop-contact-solution .metop-contact-form .metop-form-consent {
  color: #777b84;
  font-size: 12px;
  line-height: 1.65;
}

.metop-contact-solution .metop-contact-form button {
  background: #0033ff;
  border-color: #0033ff;
  justify-self: stretch;
  min-height: 50px;
  width: 100%;
}

.metop-contact-solution .metop-contact-form button:hover,
.metop-contact-solution .metop-contact-form button:focus-visible {
  background: #0027c7;
  border-color: #0027c7;
}

.metop-contact-solution .metop-form-notice {
  margin-bottom: 20px;
}

.metop-contact-solution .elementor-element.e-con > .e-con-inner {
  display: contents !important;
}

@media (max-width: 1080px) {
  .metop-contact-solution {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  }

  .metop-contact-solution__visual-copy {
    padding: 38px 32px;
  }

  .metop-contact-solution__steps {
    grid-template-columns: 1fr;
  }

  .metop-contact-solution__steps > div {
    flex-direction: row;
    min-height: 0;
    padding: 12px 0;
  }

  .metop-contact-solution__steps > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .metop-contact-solution__form-panel {
    padding: 58px 38px 64px;
  }
}

@media (max-width: 760px) {
  .metop-contact-solution {
    display: flex !important;
    flex-direction: column;
  }

  .metop-contact-solution__visual-panel {
    min-height: 470px;
  }

  .metop-contact-solution__visual img {
    object-position: 50% center;
  }

  .metop-contact-solution__visual-copy {
    padding: 32px 20px;
  }

  .metop-contact-solution__visual-title .elementor-heading-title {
    font-size: 29px;
  }

  .metop-contact-solution__visual-description p {
    font-size: 13px;
  }

  .metop-contact-solution__steps {
    display: none;
  }

  .metop-contact-solution__form-panel {
    padding: 48px 20px 64px;
  }

  .metop-contact-solution__form-title .elementor-heading-title {
    font-size: 34px;
  }

  .metop-contact-solution .metop-form-grid {
    grid-template-columns: 1fr;
  }

  .metop-contact-solution .metop-form-field--wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-contact-solution .metop-contact-form input,
  .metop-contact-solution .metop-contact-form select,
  .metop-contact-solution .metop-contact-form textarea,
  .metop-contact-solution .metop-contact-form button {
    transition: none;
  }
}
