.wmp-build-consult-202607 {
  width: 100%;
  padding: 70px 20px;
  background: linear-gradient(135deg, #f6f7f9 0%, #eef1f5 100%);
  box-sizing: border-box;
}

.wmp-build-consult-wrap {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 34px;
  align-items: stretch;
}

.wmp-build-consult-info {
  position: relative;
  padding: 46px 40px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(31, 41, 55, 0.96), rgba(17, 24, 39, 0.96)),
    radial-gradient(circle at top right, rgba(233, 67, 53, 0.22), transparent 40%);
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  box-sizing: border-box;
}

.wmp-build-consult-info::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(233, 67, 53, 0.16);
}

.wmp-build-consult-logo {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 170px;
  max-height: 72px;
  display: block;
  margin: 0 0 30px;
  object-fit: contain;
}

.wmp-build-consult-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fca5a5;
  font-weight: 700;
}

.wmp-build-consult-info h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 900;
  color: #ffffff;
}

.wmp-build-consult-desc {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.86);
}

.wmp-build-consult-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wmp-build-consult-list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
}

.wmp-build-consult-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #e94335;
  color: #ffffff;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  font-weight: 800;
}

.wmp-build-consult-form-card {
  padding: 38px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
  box-sizing: border-box;
}

.wmp-build-consult-form-head {
  margin-bottom: 26px;
}

.wmp-build-consult-form-head h3 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
  color: #111827;
}

.wmp-build-consult-form-head p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.wmp-build-consult-form-head span,
.wmp-build-consult-field label span {
  color: #e53935;
}

.wmp-build-consult-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wmp-build-consult-field {
  display: flex;
  flex-direction: column;
}

.wmp-build-consult-field label {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  color: #1f2937;
}

.wmp-build-consult-field input,
.wmp-build-consult-field select,
.wmp-build-consult-field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #d8dde6;
  border-radius: 12px;
  background: #f9fafb;
  color: #111827;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.wmp-build-consult-field input:focus,
.wmp-build-consult-field select:focus,
.wmp-build-consult-field textarea:focus {
  border-color: #e94335;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(233, 67, 53, 0.11);
}

.wmp-build-consult-field textarea {
  resize: vertical;
  min-height: 150px;
}

.wmp-build-consult-full {
  grid-column: 1 / -1;
}

.wmp-build-consult-captcha {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 86px;
  gap: 10px;
  align-items: center;
}

.wmp-bcf-js-captcha-question {
  min-height: 50px;
  padding: 0 14px;
  border-radius: 12px;
  background: #111827;
  color: #ffffff;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.wmp-bcf-js-refresh-captcha {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: #374151;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.wmp-bcf-js-refresh-captcha:hover {
  background: #111827;
}

.wmp-build-consult-error {
  margin: 8px 0 0;
  font-size: 14px;
  color: #e53935;
}

.wmp-build-consult-submit {
  margin-top: 26px;
  text-align: center;
}

.wmp-build-consult-submit button {
  width: 100%;
  max-width: 260px;
  padding: 15px 32px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f05245, #d9362a);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(233, 67, 53, 0.28);
}

.wmp-build-consult-submit button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(233, 67, 53, 0.34);
}

.wmp-build-consult-submit button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.wmp-build-consult-success {
  margin: 14px 0 0;
  font-size: 14px;
  color: #15803d;
  font-weight: 700;
}

@media (max-width: 980px) {
  .wmp-build-consult-wrap {
    grid-template-columns: 1fr;
  }

  .wmp-build-consult-info {
    padding: 38px 32px;
  }

  .wmp-build-consult-info h2 {
    font-size: 34px;
  }
}

@media (max-width: 680px) {
  .wmp-build-consult-202607 {
    padding: 42px 14px;
  }

  .wmp-build-consult-info,
  .wmp-build-consult-form-card {
    border-radius: 18px;
  }

  .wmp-build-consult-info {
    padding: 32px 24px;
  }

  .wmp-build-consult-logo {
    max-width: 145px;
    margin-bottom: 24px;
  }

  .wmp-build-consult-info h2 {
    font-size: 29px;
  }

  .wmp-build-consult-form-card {
    padding: 26px 20px;
  }

  .wmp-build-consult-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wmp-build-consult-captcha {
    grid-template-columns: 1fr;
  }

  .wmp-bcf-js-captcha-question,
  .wmp-bcf-js-refresh-captcha {
    width: 100%;
  }

  .wmp-build-consult-submit button {
    max-width: none;
  }
}

@media (max-width: 420px) {
  .wmp-build-consult-info h2 {
    font-size: 26px;
  }

  .wmp-build-consult-form-head h3 {
    font-size: 23px;
  }

  .wmp-build-consult-desc,
  .wmp-build-consult-field input,
  .wmp-build-consult-field select,
  .wmp-build-consult-field textarea {
    font-size: 14px;
  }
}
