.facilyse-pro-request {
  color: #0f2a32;
  margin: 0 auto;
  max-width: 1120px;
  padding: 24px 0 46px;
}

.facilyse-pro-request__hero {
  background: linear-gradient(135deg, #0f2a32 0%, #0584a0 100%);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 22px;
  padding: 32px 28px;
}

.facilyse-pro-request__eyebrow {
  color: #d8f4fb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.facilyse-pro-request h1 {
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.facilyse-pro-request__hero p:last-child {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  max-width: 860px;
}

.facilyse-pro-request__steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.facilyse-pro-request__step {
  background: #fff;
  border: 1px solid #d8e8ee;
  border-radius: 8px;
  padding: 18px;
}

.facilyse-pro-request__step span {
  align-items: center;
  background: #0584a0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  margin-bottom: 10px;
  width: 36px;
}

.facilyse-pro-request__step strong {
  color: #0f2a32;
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.facilyse-pro-request__step p {
  line-height: 1.5;
  margin: 0;
}

.facilyse-pro-request__form,
.facilyse-pro-request__success {
  background: #fff;
  border: 1px solid #d8e8ee;
  border-radius: 8px;
  padding: 24px;
}

.facilyse-pro-request__success {
  background: #f5fbfd;
  border-color: #c7e8f0;
}

.facilyse-pro-request__success h2 {
  color: #0584a0;
  font-size: 26px;
  margin: 0 0 12px;
}

.facilyse-pro-request__success p {
  line-height: 1.65;
  margin: 0 0 10px;
}

.facilyse-pro-request__errors {
  background: #fff3f2;
  border: 1px solid #f0b9b3;
  border-radius: 8px;
  color: #7c2118;
  margin-bottom: 18px;
  padding: 16px 18px;
}

.facilyse-pro-request__errors ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.facilyse-pro-request fieldset {
  border: 1px solid #d8e8ee;
  border-radius: 8px;
  margin: 0 0 18px;
  padding: 20px;
}

.facilyse-pro-request legend {
  border: 0;
  color: #0584a0;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 14px;
  padding: 0;
}

.facilyse-pro-request__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.facilyse-pro-request__field--wide {
  grid-column: 1 / -1;
}

.facilyse-pro-request label {
  color: #0f2a32;
  display: block;
  font-weight: 700;
  margin: 0;
}

.facilyse-pro-request label span {
  display: block;
  margin-bottom: 6px;
}

.facilyse-pro-request input[type="text"],
.facilyse-pro-request input[type="email"],
.facilyse-pro-request input[type="tel"],
.facilyse-pro-request input[type="url"],
.facilyse-pro-request select,
.facilyse-pro-request input[type="file"] {
  background: #fff;
  border: 1px solid #cbd9de;
  border-radius: 6px;
  color: #0f2a32;
  display: block;
  font-size: 15px;
  height: 46px;
  line-height: 24px;
  padding: 10px 12px;
  width: 100%;
}

.facilyse-pro-request select {
  appearance: auto;
}

.facilyse-pro-request textarea {
  background: #fff;
  border: 1px solid #cbd9de;
  border-radius: 6px;
  color: #0f2a32;
  display: block;
  font-size: 15px;
  padding: 10px 12px;
  width: 100%;
}

.facilyse-pro-request textarea {
  line-height: 1.5;
  min-height: 130px;
}

.facilyse-pro-request input:focus,
.facilyse-pro-request select:focus,
.facilyse-pro-request textarea:focus {
  border-color: #0584a0;
  box-shadow: 0 0 0 3px rgba(5, 132, 160, 0.12);
  outline: 0;
}

.facilyse-pro-request__notice {
  align-items: center;
  background: #f5fbfd;
  border: 1px solid #c7e8f0;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 16px;
}

.facilyse-pro-request__notice p {
  line-height: 1.55;
  margin: 0;
}

.facilyse-pro-request__notice a,
.facilyse-pro-request__actions button {
  background: #0f2a32;
  border: 1px solid #0f2a32;
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  padding: 12px 18px;
  text-decoration: none !important;
  white-space: nowrap;
}

.facilyse-pro-request__notice a:hover,
.facilyse-pro-request__actions button:hover {
  background: #0584a0;
  border-color: #0584a0;
  color: #fff !important;
}

.facilyse-pro-request__check {
  align-items: flex-start;
  display: flex !important;
  gap: 10px;
  line-height: 1.45;
}

.facilyse-pro-request__check input {
  accent-color: #0584a0;
  flex: 0 0 auto;
  margin-top: 4px;
}

.facilyse-pro-request__check span {
  margin: 0 !important;
}

.facilyse-pro-request__products > span {
  color: #0f2a32;
  display: block;
  font-weight: 800;
  margin: 0 0 10px;
}

.facilyse-pro-request__products > div {
  display: grid;
  gap: 10px 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.facilyse-pro-request__hint {
  color: #50626a;
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.facilyse-pro-request__captcha {
  background: #f5fbfd;
}

.facilyse-pro-request__recaptcha-widget {
  min-height: 78px;
}

.facilyse-pro-request__actions {
  display: flex;
  justify-content: center;
}

.facilyse-pro-request__privacy {
  color: #50626a;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 16px;
  text-align: center;
}

.facilyse-pro-request__trap {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}

@media (max-width: 767px) {
  .facilyse-pro-request {
    padding: 14px 0 30px;
  }

  .facilyse-pro-request__hero {
    padding: 24px 18px;
  }

  .facilyse-pro-request h1 {
    font-size: 28px;
  }

  .facilyse-pro-request__steps,
  .facilyse-pro-request__grid,
  .facilyse-pro-request__products > div {
    grid-template-columns: 1fr;
  }

  .facilyse-pro-request__notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .facilyse-pro-request__notice a,
  .facilyse-pro-request__actions button {
    width: 100%;
  }
}
