
/* Industry Collections Compact Premium v1
   CSS-only density pass: existing live industry data, links and icons stay authoritative. */
.tf-homepage .tf-industry-compact-v1{
  padding:36px 0!important;
  border-radius:0!important;
}
.tf-homepage .tf-industry-compact-v1 .shell{max-width:1480px!important}
.tf-homepage .tf-industry-compact-v1 h2{
  font-size:clamp(30px,2.55vw,42px)!important;
  line-height:1.04!important;letter-spacing:-.035em!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="head"]{margin-bottom:18px!important}
.tf-homepage .tf-industry-compact-v1 [class*="grid"]{
  gap:12px!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="card"]{
  min-height:190px!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  box-shadow:0 8px 22px rgba(8,38,83,.045)!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="card"] [class*="icon"]{
  width:44px!important;height:44px!important;min-width:44px!important;
  border-radius:13px!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="card"] svg{
  width:21px!important;height:21px!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="card"] h3{
  margin-top:18px!important;margin-bottom:4px!important;
  font-size:17px!important;line-height:1.18!important;letter-spacing:-.018em!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="card"] p{
  margin:0!important;font-size:11px!important;line-height:1.4!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="card"] [class*="action"],
.tf-homepage .tf-industry-compact-v1 [class*="card"] [class*="footer"]{
  margin-top:12px!important;padding-top:10px!important;
}
.tf-homepage .tf-industry-compact-v1 [class*="card"] [class*="action"]{
  font-size:10.5px!important;font-weight:850!important;
}
@media(hover:hover) and (pointer:fine){
 .tf-homepage .tf-industry-compact-v1 [class*="card"]{
   transition:transform .18s ease,box-shadow .18s ease!important;
 }
 .tf-homepage .tf-industry-compact-v1 [class*="card"]:hover{
   transform:translateY(-2px)!important;
   box-shadow:0 13px 28px rgba(8,38,83,.075)!important;
 }
}
@media(max-width:980px){
 .tf-homepage .tf-industry-compact-v1{padding:30px 0!important}
 .tf-homepage .tf-industry-compact-v1 [class*="grid"]{
   grid-template-columns:repeat(2,minmax(0,1fr))!important;
 }
 .tf-homepage .tf-industry-compact-v1 [class*="card"]{min-height:170px!important}
}
@media(max-width:640px){
 .tf-homepage .tf-industry-compact-v1{padding:24px 0!important}
 .tf-homepage .tf-industry-compact-v1 h2{font-size:clamp(27px,8vw,34px)!important}
 .tf-homepage .tf-industry-compact-v1 [class*="grid"]{
   grid-template-columns:1fr!important;gap:8px!important;
 }
 .tf-homepage .tf-industry-compact-v1 [class*="card"]{
   min-height:0!important;padding:14px 15px!important;border-radius:15px!important;
 }
 .tf-homepage .tf-industry-compact-v1 [class*="card"] h3{
   margin-top:12px!important;font-size:16px!important;
 }
 .tf-homepage .tf-industry-compact-v1 [class*="card"] [class*="icon"]{
   width:40px!important;height:40px!important;min-width:40px!important;
 }
}
@media(prefers-reduced-motion:reduce){
 .tf-homepage .tf-industry-compact-v1 [class*="card"]{transition:none!important}
}

/* Industry background image option v1 */
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image{
  position:relative!important;isolation:isolate!important;overflow:hidden!important;
  background-image:linear-gradient(180deg,rgba(5,27,55,.12) 0%,rgba(5,27,55,.34) 46%,rgba(5,27,55,.88) 100%),var(--tf-industry-bg)!important;
  background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;
  border-color:rgba(255,255,255,.34)!important;
}
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image .tf-industry-enterprise-kicker,
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image .tf-industry-enterprise-content h3,
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image .tf-industry-enterprise-content p,
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image .tf-industry-enterprise-content>b{
  color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.28)!important;
}
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image .tf-industry-enterprise-icon{
  background:rgba(255,255,255,.92)!important;backdrop-filter:blur(8px)!important;
  box-shadow:0 6px 18px rgba(0,0,0,.11)!important;
}
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image .tf-industry-enterprise-index{
  background:rgba(255,255,255,.90)!important;backdrop-filter:blur(8px)!important;
}
.tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image .tf-industry-enterprise-content{
  border-color:rgba(255,255,255,.25)!important;
}
@media(hover:hover) and (pointer:fine){
 .tf-homepage .tf-industry-compact-v1 .tf-industry-enterprise-card.has-bg-image:hover{
   box-shadow:0 16px 34px rgba(8,38,83,.18)!important;
 }
}
