
/* TradesFolks 18.3.91 — Sourcing Solutions & Business Growth Services */
body:has(.tf-home-v3) :where(.tf-sourcing-solutions,.tf-business-growth-services){
  padding:30px 0;
  background:#fff;
}
body:has(.tf-home-v3) .tf-business-growth-services{background:#f5f7fb}
body:has(.tf-home-v3) :where(.tf-sourcing-solutions,.tf-business-growth-services)>.shell{
  width:calc(100% - 48px);
  max-width:none;
  margin-inline:auto;
}
.tf-service-section-head{
  display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px
}
.tf-service-section-head>div{max-width:900px}
.tf-service-section-head span{
  display:block;margin-bottom:6px;color:#0b63ce;font-size:11px;font-weight:900;letter-spacing:.13em
}
.tf-service-section-head h2{
  margin:0;color:#071b46;font-size:clamp(26px,2.1vw,38px);line-height:1.05;letter-spacing:-.035em
}
.tf-service-section-head p{
  margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.6
}
.tf-service-section-head>a{
  flex:0 0 auto;border:1px solid #d9e1ec;border-radius:11px;background:#fff;color:#075dc4;
  padding:11px 15px;text-decoration:none;font-size:12px;font-weight:900
}
.tf-service-card-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px
}
.tf-service-card{
  min-width:0;overflow:hidden;border:1px solid #dfe5ee;border-radius:20px;background:#fff;
  box-shadow:0 10px 28px rgba(7,27,70,.055)
}
.tf-service-card-hero{
  position:relative;display:flex;min-height:278px;flex-direction:column;justify-content:flex-end;
  padding:24px;color:#fff;text-decoration:none;background:#1b3155;background-size:cover;background-position:center
}
.tf-service-card-hero:not(.has-image){
  background:#102a50
}
.tf-service-card-hero span{
  display:inline-flex;align-self:flex-start;margin-bottom:auto;border:1px solid rgba(255,255,255,.38);
  border-radius:999px;padding:6px 9px;background:rgba(7,27,70,.30);font-size:9px;font-weight:900;letter-spacing:.11em
}
.tf-service-card-hero h3{
  margin:0 0 10px;color:#fff;font-size:clamp(23px,1.55vw,32px);line-height:1.08;letter-spacing:-.025em;
  text-shadow:0 2px 18px rgba(0,0,0,.25)
}
.tf-service-card-hero p{
  margin:0 0 16px;color:rgba(255,255,255,.93);font-size:13px;line-height:1.45
}
.tf-service-card-hero>b{font-size:12px;color:#ffd15a}
.tf-service-mini-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:16px 12px 18px
}
.tf-service-mini-grid>a{
  min-width:0;text-align:center;text-decoration:none;color:#334155
}
.tf-service-mini-image{
  width:76px;height:76px;max-width:100%;margin:0 auto 9px;display:grid;place-items:center;overflow:hidden;
  border-radius:50%;background:#f4f6f8;border:1px solid #edf0f4
}
.tf-service-mini-image img{
  width:100%;height:100%;object-fit:contain;padding:6px
}
.tf-service-mini-image i{
  font-style:normal;font-weight:900;color:#f4b82f
}
.tf-service-mini-grid strong{
  display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;
  color:#475569;font-size:12px;line-height:1.35;font-weight:700
}
.tf-service-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(7,27,70,.09)}
.tf-service-card,.tf-service-card-hero{transition:.18s ease}

@media(max-width:1280px){
  .tf-service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tf-service-card-hero{min-height:250px}
}
@media(max-width:760px){
  body:has(.tf-home-v3) :where(.tf-sourcing-solutions,.tf-business-growth-services){padding:22px 0}
  body:has(.tf-home-v3) :where(.tf-sourcing-solutions,.tf-business-growth-services)>.shell{
    width:calc(100% - 24px)
  }
  .tf-service-section-head{display:block;margin-bottom:14px}
  .tf-service-section-head h2{font-size:27px}
  .tf-service-section-head>a{display:inline-flex;margin-top:12px}
  .tf-service-card-grid{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:1px 1px 12px;
    scrollbar-width:none
  }
  .tf-service-card-grid::-webkit-scrollbar{display:none}
  .tf-service-card{
    flex:0 0 min(86vw,360px);scroll-snap-align:start;border-radius:17px
  }
  .tf-service-card-hero{min-height:230px;padding:20px}
  .tf-service-card-hero h3{font-size:25px}
  .tf-service-mini-image{width:66px;height:66px}
  .tf-service-mini-grid{padding:14px 9px 16px}
}
