/* TradesFolks 18.4.93 — Curated Sourcing Premium Blue System
   Uses the blue/navy side of the TradesFolks identity instead of yellow. */

.tf-homepage .curated-b2b-market{
  position:relative!important;
  padding:13px 0 17px!important;
  background:
    radial-gradient(circle at 85% 0%,rgba(7,91,199,.07),transparent 26%),
    linear-gradient(180deg,#f6f9fd 0%,#f2f6fb 100%)!important;
  overflow:hidden!important;
}
.tf-homepage .curated-b2b-market>.shell{
  width:calc(100% - 24px)!important;
  max-width:none!important;
  margin-inline:auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}

/* premium section heading */
.tf-homepage .curated-b2b-heading{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 10px!important;
}
.tf-homepage .curated-b2b-heading .eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  margin:0!important;
  color:#075bc7!important;
  font-size:6.8px!important;
  font-weight:900!important;
  letter-spacing:.105em!important;
}
.tf-homepage .curated-b2b-heading .eyebrow:before{
  content:""!important;
  width:18px!important;
  height:2px!important;
  border-radius:999px!important;
  background:#075bc7!important;
}
.tf-homepage .curated-b2b-heading h2{
  margin:0!important;
  color:#0b2343!important;
  font-size:25px!important;
  font-weight:900!important;
  line-height:1.03!important;
  letter-spacing:-.04em!important;
  text-align:right!important;
}

/* 4 enterprise cards */
.tf-homepage .curated-b2b-rail{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.tf-homepage .curated-b2b-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:0!important;
  padding:11px!important;
  overflow:hidden!important;
  border:1px solid #d8e4f1!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 6px 18px rgba(7,31,63,.045)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.tf-homepage .curated-b2b-card:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:3px!important;
  background:linear-gradient(90deg,#075bc7 0%,#0b2343 100%)!important;
}
.tf-homepage .curated-b2b-card:hover{
  transform:translateY(-3px)!important;
  border-color:#b9cfe7!important;
  box-shadow:0 14px 28px rgba(7,31,63,.09)!important;
}
.tf-homepage .curated-b2b-card h3{
  min-height:34px!important;
  margin:5px 0 9px!important;
  color:#0b2343!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
}

/* product tile matrix */
.tf-homepage .curated-b2b-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  width:100%!important;
  margin:0!important;
}
.tf-homepage .curated-b2b-item{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:0!important;
  padding:6px!important;
  overflow:hidden!important;
  border:1px solid #e1e9f2!important;
  border-radius:10px!important;
  background:#f8fbff!important;
  box-shadow:none!important;
  color:#0b2343!important;
  text-decoration:none!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}
.tf-homepage .curated-b2b-item:hover{
  transform:translateY(-1px)!important;
  border-color:#c3d6ea!important;
  background:#f1f7ff!important;
}
.tf-homepage .curated-b2b-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:96px!important;
  min-height:96px!important;
  margin:0 0 5px!important;
  padding:3px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:8px!important;
  background:#fff!important;
}
.tf-homepage .curated-b2b-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
.tf-homepage .curated-b2b-placeholder{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  border-radius:8px!important;
  background:linear-gradient(145deg,#edf4fb,#e2edf8)!important;
  color:#075bc7!important;
  font-size:12px!important;
  font-weight:900!important;
}
.tf-homepage .curated-b2b-item>strong{
  display:-webkit-box!important;
  min-height:25px!important;
  max-height:25px!important;
  margin:0!important;
  overflow:hidden!important;
  color:#172b48!important;
  font-size:8.1px!important;
  font-weight:800!important;
  line-height:1.2!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.tf-homepage .curated-b2b-item>small{
  display:none!important;
}

/* premium blue CTA */
.tf-homepage .curated-b2b-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  width:100%!important;
  min-height:31px!important;
  margin-top:9px!important;
  padding:0 10px!important;
  border:1px solid #c4d7eb!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#edf5ff 0%,#e1efff 100%)!important;
  color:#075bc7!important;
  font-size:7.2px!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-sizing:border-box!important;
}
.tf-homepage .curated-b2b-cta svg{
  width:13px!important;
  height:13px!important;
  flex:0 0 auto!important;
  transition:transform .16s ease!important;
}
.tf-homepage .curated-b2b-cta:hover{
  border-color:#9fc0e1!important;
  background:#dcecff!important;
}
.tf-homepage .curated-b2b-cta:hover svg{
  transform:translateX(2px)!important;
}

/* Subtle visual differentiation while remaining in blue family */
.tf-homepage .curated-b2b-card:nth-child(2):before{
  background:linear-gradient(90deg,#0b2343,#075bc7)!important;
}
.tf-homepage .curated-b2b-card:nth-child(3):before{
  background:linear-gradient(90deg,#075bc7,#4a89d7)!important;
}
.tf-homepage .curated-b2b-card:nth-child(4):before{
  background:linear-gradient(90deg,#163a68,#075bc7)!important;
}

/* large desktop */
@media(min-width:1536px){
  .tf-homepage .curated-b2b-image{
    height:104px!important;
    min-height:104px!important;
  }
}

/* laptop */
@media(min-width:1024px) and (max-width:1279px){
  .tf-homepage .curated-b2b-heading h2{
    font-size:22px!important;
  }
  .tf-homepage .curated-b2b-card{
    padding:9px!important;
  }
  .tf-homepage .curated-b2b-card h3{
    min-height:31px!important;
    font-size:11.5px!important;
  }
  .tf-homepage .curated-b2b-image{
    height:82px!important;
    min-height:82px!important;
  }
  .tf-homepage .curated-b2b-item>strong{
    font-size:7.3px!important;
  }
}

/* tablet */
@media(min-width:700px) and (max-width:1023px){
  .tf-homepage .curated-b2b-rail{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  .tf-homepage .curated-b2b-image{
    height:100px!important;
    min-height:100px!important;
  }
}

/* mobile: premium swipe rail */
@media(max-width:699px){
  .tf-homepage .curated-b2b-market{
    padding:10px 0 14px!important;
  }
  .tf-homepage .curated-b2b-market>.shell{
    width:100%!important;
    padding:0 7px!important;
  }
  .tf-homepage .curated-b2b-heading{
    display:block!important;
    margin-bottom:8px!important;
  }
  .tf-homepage .curated-b2b-heading h2{
    margin-top:4px!important;
    font-size:18px!important;
    text-align:left!important;
  }
  .tf-homepage .curated-b2b-rail{
    display:flex!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .tf-homepage .curated-b2b-rail::-webkit-scrollbar{
    display:none!important;
  }
  .tf-homepage .curated-b2b-card{
    flex:0 0 82vw!important;
    width:82vw!important;
    min-width:82vw!important;
    padding:9px!important;
    border-radius:13px!important;
    scroll-snap-align:start!important;
  }
  .tf-homepage .curated-b2b-card h3{
    min-height:0!important;
    margin:5px 0 7px!important;
    font-size:11px!important;
  }
  .tf-homepage .curated-b2b-image{
    height:92px!important;
    min-height:92px!important;
  }
  .tf-homepage .curated-b2b-cta{
    min-height:29px!important;
    margin-top:7px!important;
    font-size:6.7px!important;
  }
}
@media(max-width:360px){
  .tf-homepage .curated-b2b-card{
    flex-basis:86vw!important;
    width:86vw!important;
    min-width:86vw!important;
  }
}
