.sourcing-rebuild .sr-hero {
  padding-top: 40px;
  padding-bottom: 44px;
}

.sourcing-rebuild .sr-hero__grid {
  align-items: start;
  gap: clamp(32px, 5vw, 72px);
}

.sourcing-rebuild .sr-hero__copy {
  padding-top: 24px;
}

.sourcing-rebuild .sr-hero-form {
  width: 100%;
  scroll-margin-top: 88px;
}

.sourcing-rebuild .sr-hero-form .inde_wewills,
.sourcing-rebuild .sr-hero-form .inde_wewill,
.sourcing-rebuild .sr-hero-form .inde_wewill3 {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.sourcing-rebuild .sr-hero-form .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sourcing-rebuild .sr-hero-form .inde_wewill {
  padding: 26px !important;
  border: 1px solid rgba(199, 218, 244, .85);
  border-radius: 20px;
  color: #172943;
  background: #fff !important;
  box-shadow: 0 22px 54px rgba(4, 22, 49, .24);
}

.sourcing-rebuild .sr-hero-form .inde_wewill1 {
  color: #173f6b !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  font-weight: 850 !important;
  line-height: 1.14 !important;
  text-align: left !important;
}

.sourcing-rebuild .sr-hero-form .inde_wewill2 {
  margin: 9px 0 20px !important;
  color: #5b6d83 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.sourcing-rebuild .sr-hero-form .inquiry-required-heading,
.sourcing-rebuild .sr-hero-form .inquiry-optional-heading,
.sourcing-rebuild .sr-hero-form .inquiry-optional-grid,
.sourcing-rebuild .sr-hero-form #budget-row,
.sourcing-rebuild .sr-hero-form #sample-notice {
  display: none !important;
}

.sourcing-rebuild .sr-hero-form .inquiry-required-grid {
  display: flex !important;
  flex-direction: column;
  gap: 12px !important;
}

.sourcing-rebuild .sr-hero-form .inde_wewill4_1,
.sourcing-rebuild .sr-hero-form .inde_wewill4_2,
.sourcing-rebuild .sr-hero-form .inquiry-privacy-cell,
.sourcing-rebuild .sr-hero-form .sr-contact-switch {
  width: 100% !important;
  margin: 0 !important;
}

.sourcing-rebuild .sr-hero-form .inde_wewill4_1_1,
.sourcing-rebuild .sr-hero-form .sr-contact-switch > span {
  margin-bottom: 6px !important;
  display: block;
  color: #263d59 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.35;
}

.sourcing-rebuild .sr-hero-form .inde_wewill4_1_2,
.sourcing-rebuild .sr-hero-form .inde_wewill4_2_1 {
  width: 100% !important;
  border: 1px solid #bdcce0 !important;
  border-radius: 9px !important;
  color: #172943 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.sourcing-rebuild .sr-hero-form .inde_wewill4_1_2 {
  height: 46px !important;
  padding: 0 13px !important;
}

.sourcing-rebuild .sr-hero-form .inde_wewill4_2_1 {
  min-height: 94px !important;
  padding: 12px 13px !important;
  resize: vertical;
}

.sourcing-rebuild .sr-hero-form .sr-contact-switch > div {
  padding: 4px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: #eaf1fb;
}

.sourcing-rebuild .sr-hero-form .sr-contact-switch button {
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  color: #49617d;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.sourcing-rebuild .sr-hero-form .sr-contact-switch button[aria-pressed="true"] {
  color: #204f9e;
  background: #fff;
  box-shadow: 0 3px 9px rgba(41, 78, 126, .13);
}

.sourcing-rebuild .sr-hero-form .sr-contact-field {
  display: none !important;
}

.sourcing-rebuild .sr-hero-form .sr-contact-field.is-active {
  display: block !important;
}

.sourcing-rebuild .sr-hero-form .inquiry-message-field {
  order: 4;
}

.sourcing-rebuild .sr-hero-form .inquiry-privacy-cell {
  order: 5;
  min-height: 0 !important;
}

.sourcing-rebuild .sr-hero-form .inquiry-privacy-consent {
  margin: 2px 0 0 !important;
  color: #52657d !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.sourcing-rebuild .sr-hero-form .inquiry-primary-submit {
  min-height: 52px !important;
  margin: 16px 0 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: #315fba !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  box-shadow: 0 10px 22px rgba(49, 95, 186, .24);
}

.sourcing-rebuild .sr-hero-form .inquiry-primary-submit:hover {
  background: #244c9e !important;
}

.sourcing-rebuild .sr-hero-form .sr-form-attempted input:invalid,
.sourcing-rebuild .sr-hero-form .sr-form-attempted textarea:invalid {
  border-color: #c93832 !important;
  box-shadow: 0 0 0 3px rgba(201, 56, 50, .12) !important;
}

.sourcing-rebuild .sr-conversion-trust {
  padding: 34px 24px 30px;
  border-bottom: 1px solid #dce6f4;
  background: #f7faff;
}

.sourcing-rebuild .sr-conversion-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sourcing-rebuild .sr-conversion-trust__grid > div {
  padding: 20px;
  border: 1px solid #d7e2f1;
  border-radius: 14px;
  background: #fff;
}

.sourcing-rebuild .sr-conversion-trust__grid span {
  color: #315fba;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.sourcing-rebuild .sr-conversion-trust__grid strong {
  margin: 7px 0 6px;
  display: block;
  color: #173f6b;
  font-size: 17px;
}

.sourcing-rebuild .sr-conversion-trust__grid p,
.sourcing-rebuild .sr-conversion-trust__note {
  margin: 0;
  color: #66788e;
  font-size: 13px;
  line-height: 1.5;
}

.sourcing-rebuild .sr-conversion-trust__note {
  margin-top: 15px;
  text-align: center;
}

.sr-mobile-leadbar {
  display: none;
}

.spain-ad-landing header .heade2,
.spain-ad-landing header .heade1_1,
.spain-ad-landing header .heade1_3,
.spain-ad-landing header .menubtn,
.spain-ad-landing .sourcing-rebuild .sr-sourcing-banner,
.spain-ad-landing .sourcing-rebuild .sr-real-services,
.spain-ad-landing .sourcing-rebuild .sr-nine-steps,
.spain-ad-landing .sourcing-rebuild .sr-cta {
  display: none !important;
}

.spain-ad-landing header .header {
  justify-content: space-between;
}

@media (max-width: 1020px) {
  .sourcing-rebuild .sr-hero {
    padding-top: 34px;
  }

  .sourcing-rebuild .sr-hero__copy {
    padding-top: 0;
  }

  .sourcing-rebuild .sr-conversion-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.sourcing-conversion-page {
    padding-bottom: 72px;
  }

  .sourcing-rebuild .sr-hero {
    padding: 28px 15px 34px;
  }

  .sourcing-rebuild .sr-hero__grid {
    gap: 24px;
  }

  .sourcing-rebuild .sr-hero-form {
    scroll-margin-top: 72px;
  }

  .sourcing-rebuild .sr-hero-form .inde_wewill {
    padding: 22px 17px !important;
    border-radius: 16px;
  }

  .sourcing-rebuild .sr-hero-form .inde_wewill1 {
    font-size: 28px !important;
  }

  .sourcing-rebuild .sr-conversion-trust {
    padding: 26px 15px;
  }

  .sourcing-rebuild .sr-conversion-trust__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .sourcing-rebuild .sr-conversion-trust__grid > div {
    padding: 16px;
  }

  .sr-mobile-leadbar {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 64px;
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -8px 28px rgba(12, 36, 70, .18);
    backdrop-filter: blur(10px);
  }

  .sr-mobile-leadbar a {
    min-height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .sr-mobile-leadbar__form {
    flex-direction: column;
    color: #fff !important;
    background: #315fba;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.1;
  }

  .sr-mobile-leadbar__form small {
    margin-top: 3px;
    font-size: 10px;
    font-weight: 650;
    opacity: .82;
  }

  .sr-mobile-leadbar__wa {
    padding: 0 13px;
    color: #237b46 !important;
    border: 1px solid #9bd3b2;
    background: #f0fbf4;
    font-size: 13px;
    font-weight: 800;
  }
}
