.category-tabs .tab:is(
  [data-category="product"],
  [data-category="mechanical"],
  [data-category="analysis"]
) {
  background: #eef5ff;
  border-color: #bfd3ed;
  color: #0b4fb3;
}

.category-tabs .tab:is(
  [data-category="product"],
  [data-category="mechanical"],
  [data-category="analysis"]
):is(:hover, :focus-visible) {
  background: #dfeeff;
  border-color: #78a7df;
}

.category-tabs .tab:is(
  [data-category="product"],
  [data-category="mechanical"],
  [data-category="analysis"]
).active {
  background: #0b4fb3;
  border-color: #0b4fb3;
  color: #fff;
}

.category-tabs .tab:is(
  [data-category="press"],
  [data-category="press-die"],
  [data-category="forming"]
) {
  background: #fff5e8;
  border-color: #ebcda5;
  color: #9a5300;
}

.category-tabs .tab:is(
  [data-category="press"],
  [data-category="press-die"],
  [data-category="forming"]
):is(:hover, :focus-visible) {
  background: #ffead0;
  border-color: #d99b50;
}

.category-tabs .tab:is(
  [data-category="press"],
  [data-category="press-die"],
  [data-category="forming"]
).active {
  background: #c76800;
  border-color: #c76800;
  color: #fff;
}
.service-directory{padding-bottom:24px;background:#f8fafc}.service-directory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-directory-grid a{display:flex;min-height:112px;flex-direction:column;justify-content:space-between;padding:19px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(15,35,68,.05);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.service-directory-grid a:is([href*="press-die-design"],[href*="sheet-metal-forming-analysis"]){background:var(--press-bg);border-color:var(--press-border);color:var(--press-color)}.service-directory-grid a:is([href*="press-die-design"],[href*="sheet-metal-forming-analysis"]) span{color:var(--press-strong)}.service-directory-grid a:is([href*="structural-analysis"],[href*="product-design"]){background:var(--product-bg);border-color:var(--product-border);color:var(--product-color)}.service-directory-grid a:is([href*="structural-analysis"],[href*="product-design"]) span{color:var(--product-strong)}.service-directory-grid a:hover,.service-directory-grid a:focus-visible{transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,35,68,.1);outline:none}.service-directory-grid a:is([href*="press-die-design"],[href*="sheet-metal-forming-analysis"]):is(:hover,:focus-visible){background:var(--press-hover);border-color:var(--press-strong)}.service-directory-grid a:is([href*="structural-analysis"],[href*="product-design"]):is(:hover,:focus-visible){background:var(--product-hover);border-color:#78a7df}.service-directory-grid strong{color:inherit;font-size:19px}.service-directory-grid span{font-size:13px;font-weight:800}@media(max-width:900px){.service-directory-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.service-directory-grid{grid-template-columns:1fr}}
