
/* TradesFolks 18.3.92 — RFQ block matched to supplied reference.
   Existing admin-uploaded RFQ background image is reused. */
body:has(.tf-home-v3) .easy-sourcing-section{
  padding:24px 0!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid{
  position:relative!important;
  display:block!important;
  width:calc(100% - 48px)!important;
  max-width:none!important;
  min-height:540px!important;
  margin-inline:auto!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:26px!important;
  background:#e8e8e8!important;
  box-shadow:0 12px 34px rgba(15,35,66,.08)!important;
}
body:has(.tf-home-v3) .easy-sourcing-visual{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  width:100%!important;
  min-height:100%!important;
  height:100%!important;
  display:block!important;
  padding:0!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-color:#e7e8ea!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual{
  background-color:#e7e8ea!important;
}
body:has(.tf-home-v3) .easy-sourcing-visual:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:
    linear-gradient(90deg,
      rgba(245,246,248,.94) 0%,
      rgba(245,246,248,.88) 23%,
      rgba(245,246,248,.55) 42%,
      rgba(245,246,248,.10) 58%,
      rgba(245,246,248,0) 72%
    )!important;
  pointer-events:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-visual:after{display:none!important}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-art{
  display:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy{
  position:absolute!important;
  z-index:2!important;
  left:4.2%!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:min(47%,680px)!important;
  max-width:none!important;
  color:#202020!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy .eyebrow{
  display:inline-block!important;
  margin:0 0 24px!important;
  padding:6px 8px!important;
  background:#b9d9ff!important;
  color:#202020!important;
  font-size:0!important;
  letter-spacing:0!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy .eyebrow:after{
  content:"EASY SOURCING"!important;
  font-size:clamp(28px,2.25vw,44px)!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy h2{
  display:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy>p{
  max-width:600px!important;
  margin:0 0 34px!important;
  color:#555!important;
  font-size:clamp(17px,1.28vw,22px)!important;
  line-height:1.45!important;
  font-weight:600!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy ul{
  display:block!important;
  margin:0 0 48px!important;
  padding:0!important;
  list-style:none!important;
  color:#555!important;
  font-size:clamp(16px,1.12vw,20px)!important;
  line-height:1.62!important;
  font-weight:600!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy li{
  padding:0!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy li:before{
  display:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-copy>a{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#202020!important;
  font-size:17px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-form-card{
  position:relative!important;
  z-index:3!important;
  width:40%!important;
  min-width:560px!important;
  max-width:800px!important;
  min-height:0!important;
  margin:40px 3.1% 40px auto!important;
  padding:34px 34px 30px!important;
  border:0!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 14px 36px rgba(0,0,0,.10)!important;
}
body:has(.tf-home-v3) .easy-sourcing-form-card .eyebrow,
body:has(.tf-home-v3) .easy-sourcing-form-card>p{
  display:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-form-card h2{
  margin:0 0 18px!important;
  color:#202020!important;
  font-size:clamp(30px,2vw,42px)!important;
  line-height:1.08!important;
  font-weight:500!important;
  letter-spacing:-.025em!important;
}
body:has(.tf-home-v3) .easy-rfq-form{
  display:grid!important;
  gap:16px!important;
}
body:has(.tf-home-v3) .easy-rfq-form label{
  display:block!important;
}
body:has(.tf-home-v3) .easy-rfq-form label>span{
  display:none!important;
}
body:has(.tf-home-v3) .easy-rfq-form input,
body:has(.tf-home-v3) .easy-rfq-form select,
body:has(.tf-home-v3) .easy-rfq-form textarea{
  width:100%!important;
  border:1px solid #d4dce6!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#222!important;
  font-size:17px!important;
  padding-inline:16px!important;
}
body:has(.tf-home-v3) .easy-rfq-form input::placeholder,
body:has(.tf-home-v3) .easy-rfq-form textarea::placeholder{
  color:#aaa!important;
  opacity:1!important;
}
body:has(.tf-home-v3) .easy-rfq-form input,
body:has(.tf-home-v3) .easy-rfq-form select{
  height:58px!important;
}
body:has(.tf-home-v3) .easy-rfq-form textarea{
  min-height:118px!important;
  padding-top:15px!important;
  resize:none!important;
}
body:has(.tf-home-v3) .easy-rfq-row{
  display:grid!important;
  grid-template-columns:1fr 1.08fr!important;
  gap:14px!important;
}
body:has(.tf-home-v3) .easy-rfq-form button{
  justify-self:start!important;
  width:auto!important;
  min-width:0!important;
  height:46px!important;
  margin-top:6px!important;
  padding:0 24px!important;
  border:1.5px solid #202020!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#202020!important;
  box-shadow:none!important;
  font-size:17px!important;
  font-weight:500!important;
}
body:has(.tf-home-v3) .easy-rfq-form button:hover{
  background:#f4f4f4!important;
  color:#111!important;
}
@media(max-width:1280px){
  body:has(.tf-home-v3) .easy-sourcing-grid{
    min-height:500px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-form-card{
    width:43%!important;
    min-width:480px!important;
    margin:32px 2.4% 32px auto!important;
    padding:28px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy{
    left:4%!important;
    width:46%!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy ul{
    margin-bottom:34px!important;
  }
}
@media(max-width:980px){
  body:has(.tf-home-v3) .easy-sourcing-grid{
    min-height:0!important;
    padding:0!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-visual{
    position:relative!important;
    min-height:430px!important;
    height:430px!important;
    background-position:center center!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-visual:before{
    background:linear-gradient(90deg,rgba(245,246,248,.94),rgba(245,246,248,.72) 52%,rgba(245,246,248,.15))!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy{
    left:28px!important;
    width:min(62%,560px)!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-form-card{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:-44px 20px 20px!important;
    padding:28px!important;
  }
}
@media(max-width:640px){
  body:has(.tf-home-v3) .easy-sourcing-section{padding:12px 0!important}
  body:has(.tf-home-v3) .easy-sourcing-grid{
    width:calc(100% - 24px)!important;
    border-radius:20px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-visual{
    height:390px!important;
    min-height:390px!important;
    background-position:center!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-visual:before{
    background:linear-gradient(180deg,rgba(245,246,248,.92) 0%,rgba(245,246,248,.76) 62%,rgba(245,246,248,.20) 100%)!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy{
    left:20px!important;
    right:20px!important;
    top:30px!important;
    transform:none!important;
    width:auto!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy .eyebrow{
    margin-bottom:18px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy .eyebrow:after{
    font-size:28px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy>p{
    margin-bottom:22px!important;
    font-size:15px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-copy ul{
    margin-bottom:24px!important;
    font-size:14px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-form-card{
    margin:-26px 10px 10px!important;
    padding:22px 16px!important;
    border-radius:18px!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-form-card h2{
    font-size:28px!important;
  }
  body:has(.tf-home-v3) .easy-rfq-row{
    grid-template-columns:1fr!important;
  }
  body:has(.tf-home-v3) .easy-rfq-form input,
  body:has(.tf-home-v3) .easy-rfq-form select{
    height:52px!important;
    font-size:15px!important;
  }
  body:has(.tf-home-v3) .easy-rfq-form textarea{
    min-height:105px!important;
    font-size:15px!important;
  }
  body:has(.tf-home-v3) .easy-rfq-form button{
    width:100%!important;
  }
}


/* 18.3.93 — force canonical RFQ artwork from root /uploads (NO /public dependency). */
body:has(.tf-home-v3) .easy-sourcing-visual{
  background-image:url("/uploads/home/rfq-sourcing/rfq-sourcing-20260820001005-f65f3e9a.png")!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}


/* 18.3.94 — definitive RFQ artwork render.
   Put the canonical image on the whole section canvas instead of the inner
   visual layer, and reduce the previous opaque scrim that was hiding it. */
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background{
  background-image:url("/uploads/home/rfq-sourcing/rfq-sourcing-20260820001005-f65f3e9a.png")!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-color:#e7e8ea!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual{
  background:none!important;
  background-image:none!important;
  background-color:transparent!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual:before{
  background:
    linear-gradient(90deg,
      rgba(247,248,250,.78) 0%,
      rgba(247,248,250,.64) 22%,
      rgba(247,248,250,.30) 39%,
      rgba(247,248,250,.08) 52%,
      rgba(247,248,250,0) 64%
    )!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-copy .eyebrow:after,
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-copy>p,
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-copy ul,
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-copy>a{
  color:#242424!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-copy .eyebrow:after{
  color:#10203b!important;
}
@media(max-width:980px){
  body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background{
    background-position:center center!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual:before{
    background:linear-gradient(90deg,rgba(247,248,250,.80),rgba(247,248,250,.48) 48%,rgba(247,248,250,.08) 72%)!important;
  }
}
@media(max-width:640px){
  body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background{
    background-position:center top!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual:before{
    background:linear-gradient(180deg,rgba(247,248,250,.82) 0%,rgba(247,248,250,.58) 52%,rgba(247,248,250,.10) 100%)!important;
  }
}


/* Sprint 18.3.95 — structural RFQ image layer.
   The artwork is a real <img>, not a CSS background, so later background
   shorthands cannot erase it. */
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background{
  position:relative!important;
  isolation:isolate!important;
  background:#e7e8ea!important;
  background-image:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-background-image{
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:inherit!important;
  pointer-events:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-background-scrim{
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  pointer-events:none!important;
  border-radius:inherit!important;
  background:linear-gradient(90deg,
    rgba(247,248,250,.84) 0%,
    rgba(247,248,250,.70) 20%,
    rgba(247,248,250,.36) 36%,
    rgba(247,248,250,.10) 52%,
    rgba(247,248,250,0) 66%
  )!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual{
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  background:none!important;
  background-image:none!important;
  background-color:transparent!important;
  pointer-events:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual:before,
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-visual:after{
  display:none!important;
  content:none!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-copy{
  pointer-events:auto!important;
}
body:has(.tf-home-v3) .easy-sourcing-grid.has-rfq-background .easy-sourcing-form-card{
  position:relative!important;
  z-index:4!important;
}
@media(max-width:980px){
  body:has(.tf-home-v3) .easy-sourcing-background-image{
    object-position:center center!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-background-scrim{
    background:linear-gradient(90deg,
      rgba(247,248,250,.86) 0%,
      rgba(247,248,250,.64) 48%,
      rgba(247,248,250,.10) 76%
    )!important;
  }
}
@media(max-width:640px){
  body:has(.tf-home-v3) .easy-sourcing-background-image{
    object-position:center top!important;
  }
  body:has(.tf-home-v3) .easy-sourcing-background-scrim{
    background:linear-gradient(180deg,
      rgba(247,248,250,.88) 0%,
      rgba(247,248,250,.64) 50%,
      rgba(247,248,250,.14) 100%
    )!important;
  }
}
