/* TraceSense — industrial / MES marketing layer (loads after style.css) */
body.ts-mes {
  --ts-ink: #0c1220;
  --ts-slate: #1a2332;
  --ts-line: rgba(12, 18, 32, 0.08);
  --ts-muted: #5c6470;
  --ts-surface: #eef1f6;
  --ts-accent-line: var(--theme-color1);
  --ts-font-mono: "IBM Plex Mono", ui-monospace, monospace;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}

.ts-mes .main-header.header-style-one {
  border-bottom: 1px solid var(--ts-line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.ts-mes .header-lower {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.ts-mes .header-lower .logo-box .logo img,
.ts-mes .sticky-header .logo img {
  max-height: 28px;
  width: auto;
  height: auto;
  display: block;
}

.ts-mes .mobile-menu .nav-logo img {
  max-height: 32px;
  width: auto;
  height: auto;
}

.ts-mes .sticky-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ts-line);
  box-shadow: 0 8px 32px rgba(12, 18, 32, 0.06);
}

.ts-mes .main-menu .navigation > li > a {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.ts-mes .sec-title .sub-title {
  font-family: var(--ts-font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 600;
}

.ts-mes .sec-title h2,
.ts-mes .sec-title h4 {
  letter-spacing: -0.02em;
  color: var(--ts-ink);
}

.ts-mes .services-section-four {
  background: linear-gradient(180deg, var(--ts-surface) 0%, #e8ecf3 100%);
  padding-top: 110px;
  padding-bottom: 100px;
  border-top: 1px solid var(--ts-line);
}

/* Homepage “Module detail” strip — FMS-style subtle grid, no flat grey box */
.ts-mes .services-section-four.ts-section-modules {
  position: relative;
  background: linear-gradient(180deg, #e4e9f1 0%, #ecf0f7 35%, #f5f7fb 100%);
  padding-top: 100px;
  padding-bottom: 96px;
}

.ts-mes .services-section-four.ts-section-modules::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(12, 18, 32, 0.04) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(12, 18, 32, 0.028) 0 1px, transparent 1px 52px);
  opacity: 0.55;
  pointer-events: none;
}

.ts-mes .services-section-four.ts-section-modules::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  background: radial-gradient(ellipse 90% 100% at 50% 0%, rgba(30, 90, 140, 0.09) 0%, transparent 72%);
  pointer-events: none;
}

.ts-mes .services-section-four.ts-section-modules .auto-container {
  position: relative;
  z-index: 1;
}

/* Calmer homepage strip — theme “anim-icons” off */
.ts-mes .services-section-four.ts-section-modules .ts-section-modules__decor {
  display: none !important;
}

.ts-mes .ts-module-detail-intro .sub-title {
  color: var(--theme-color1);
}

.ts-mes .ts-module-detail-intro h4 {
  font-size: clamp(1.35rem, 1.2vw + 1rem, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ts-mes .ts-module-intro {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-color);
  font-weight: 500;
}

.ts-mes .services-section-four .anim-icons {
  opacity: 0.35;
}

.ts-mes .service-block-six .inner-box {
  border-radius: 4px;
  border: 1px solid var(--ts-line);
  box-shadow: 0 12px 40px rgba(12, 18, 32, 0.06);
  background-image: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  text-align: left;
}

.ts-mes .service-block-six .icon-box:not(.icon-box--media) {
  border-radius: 3px 3px 0 0;
}

/* Full-width rectangular image strip — replaces circular thumbnails */
.ts-mes .service-block-six .icon-box.icon-box--media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -50px -35px 22px -35px;
  padding: 0;
  width: calc(100% + 70px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0a0f16;
  border-bottom: 1px solid rgba(12, 18, 32, 0.1);
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.ts-mes .service-block-six .icon-box.icon-box--media::after {
  display: none;
}

.ts-mes .service-block-six .ts-module-card-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 44%;
  max-height: 160px;
  overflow: hidden;
  background: #0a0f16;
}

.ts-mes .service-block-six .ts-module-card-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
}

@supports (aspect-ratio: 2.25 / 1) {
  .ts-mes .service-block-six .ts-module-card-media {
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 2.25 / 1;
    max-height: 160px;
  }
}

.ts-mes .service-block-six .inner-box:hover .ts-module-card-img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.ts-mes .service-block-six .ts-module-card-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--theme-color1);
  z-index: 3;
}

.ts-mes .service-block-six .ts-module-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 8, 14, 0.5) 100%);
  z-index: 2;
  pointer-events: none;
}

.ts-mes .service-block-six .inner-box:hover {
  border-color: rgba(223, 35, 19, 0.25);
  box-shadow: 0 20px 48px rgba(12, 18, 32, 0.1);
  transform: translateY(-6px);
}

.ts-mes .service-block-six .title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  color: var(--ts-ink);
  font-weight: 700;
}

.ts-mes .service-block-six .text {
  color: var(--ts-muted);
  text-align: left;
}

/* Whole card is a link — global a:hover { color: inherit } + theme hover can wash out text */
.ts-mes .service-block-six > a.service-card-link,
.ts-mes .service-block-six > a.service-card-link:visited {
  color: var(--ts-ink);
}

.ts-mes .service-block-six > a.service-card-link:hover,
.ts-mes .service-block-six > a.service-card-link:focus {
  color: var(--ts-ink);
}

.ts-mes .service-block-six .inner-box:hover .title,
.ts-mes .service-block-six .inner-box:hover .title a,
.ts-mes .service-block-six a.service-card-link:hover .title {
  color: var(--theme-color1) !important;
}

.ts-mes .service-block-six .inner-box:hover .text,
.ts-mes .service-block-six a.service-card-link:hover .text {
  color: var(--ts-muted) !important;
}

.ts-mes .service-block-six .inner-box:hover:before {
  height: 100% !important;
  opacity: 0 !important;
  pointer-events: none;
}

.ts-mes .service-block-six .title:hover {
  color: var(--theme-color1) !important;
}

.ts-mes .short-banner-six .banner-inner {
  background: linear-gradient(135deg, var(--ts-slate) 0%, #0f1724 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  box-shadow: 0 24px 48px rgba(12, 18, 32, 0.2);
  color: rgba(255, 255, 255, 0.88);
}

.ts-mes .short-banner-six .banner-inner p {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.ts-mes .short-banner-six .banner-inner h4 {
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.ts-mes .short-banner-six .theme-btn.btn-style-two {
  border-color: rgba(255, 255, 255, 0.35);
}

.ts-mes .project-section.style-two .sec-title.light h2 {
  letter-spacing: -0.02em;
}

/* Homepage — recent projects strip */
.ts-mes .project-section.ts-home-projects {
  position: relative;
  overflow: hidden;
  padding-top: 88px !important;
  padding-bottom: 96px !important;
  background: linear-gradient(180deg, #eef1f6 0%, #e4e9f1 35%, #f0f3f8 100%) !important;
  border-top: 1px solid var(--ts-line);
}

.ts-mes .project-section.ts-home-projects .ts-home-projects__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  background-image:
    repeating-linear-gradient(90deg, rgba(12, 18, 32, 0.035) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(0deg, rgba(12, 18, 32, 0.022) 0 1px, transparent 1px 44px);
}

.ts-mes .project-section.ts-home-projects .auto-container {
  position: relative;
  z-index: 1;
}

.ts-mes .ts-home-projects__header {
  margin-bottom: 36px;
}

.ts-mes .ts-home-projects .ts-home-projects__title .sub-title {
  color: var(--theme-color1);
}

.ts-mes .ts-home-projects .ts-home-projects__title h2 {
  color: var(--ts-ink) !important;
  font-size: clamp(1.75rem, 2vw + 1rem, 2.35rem);
  line-height: 1.2;
  margin-bottom: 0;
}

.ts-mes .ts-home-projects__lead {
  margin: 14px 0 0;
  max-width: 540px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ts-muted);
  font-weight: 500;
}

.ts-mes .ts-home-projects .project-block .inner-box {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(12, 18, 32, 0.1);
  -webkit-box-shadow: 0 18px 48px rgba(12, 18, 32, 0.1);
  box-shadow: 0 18px 48px rgba(12, 18, 32, 0.1);
}

.ts-mes .ts-home-projects .project-block .image-box .image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 10, 18, 0)), color-stop(45%, rgba(6, 10, 18, 0.2)), to(rgba(6, 10, 18, 0.88)));
  background: linear-gradient(180deg, rgba(6, 10, 18, 0) 0%, rgba(6, 10, 18, 0.2) 45%, rgba(6, 10, 18, 0.88) 100%);
}

.ts-mes .ts-home-projects .project-block .content-box .title a {
  color: #ffffff !important;
}

.ts-mes .ts-home-projects .project-block .content-box .cat {
  color: rgba(255, 255, 255, 0.82) !important;
}

.ts-mes .ts-home-projects .project-block .inner-box:hover .content-box .title a,
.ts-mes .ts-home-projects .project-block .inner-box:hover .content-box .cat {
  color: #ffffff !important;
}

.ts-mes .ts-home-projects .project-block .image-box .icon {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: rgba(8, 12, 20, 0.45);
}

.ts-mes .ts-home-projects .project-block .image-box .icon:hover {
  background: var(--theme-color1);
  color: #ffffff;
  border-color: var(--theme-color1);
}

.ts-mes .ts-home-projects .project-carousel .owl-dots .owl-dot {
  background-color: rgba(12, 18, 32, 0.25);
}

.ts-mes .ts-home-projects .project-carousel .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  opacity: 1;
}

.ts-mes .testimonial-section-four {
  background: #fff;
  border-top: 1px solid var(--ts-line);
}

.ts-mes .testimonial-block-four .inner-box {
  border-radius: 4px;
  border: 1px solid var(--ts-line);
  box-shadow: 0 8px 32px rgba(12, 18, 32, 0.05);
}

.ts-mes .clients-section {
  background: var(--ts-surface);
  border-top: 1px solid var(--ts-line);
}

.ts-mes .clients-section .sec-title h2 {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--ts-muted);
  font-weight: 600;
}

/* /modules/ index — matches homepage module cards */
.ts-mes .services-section-four.ts-modules-page {
  padding-top: 88px;
  padding-bottom: 100px;
}

.ts-mes .ts-modules-page-intro {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

.ts-mes .ts-modules-page-intro .sub-title {
  color: var(--theme-color1);
}

.ts-mes .ts-modules-page-intro h2 {
  font-size: clamp(1.5rem, 1.8vw + 1rem, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ts-ink);
  margin-bottom: 12px;
}

.ts-mes .ts-modules-page-intro .text,
.ts-mes .ts-modules-page-lead {
  color: var(--ts-muted);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 12px;
}

.ts-mes .ts-modules-empty {
  margin: 0;
  padding: 40px 20px;
  font-size: 16px;
  color: var(--ts-muted);
}

/* Homepage: customer logos sit under hero, above “Capabilities across your line” */
.ts-mes .clients-section.ts-home-clients {
  padding-top: 52px;
  padding-bottom: 44px;
  background: linear-gradient(180deg, #eef1f6 0%, #f6f8fb 55%, #fafbfc 100%);
  border-top: 1px solid rgba(12, 18, 32, 0.1);
}

.ts-mes .ts-home-clients .ts-home-clients__title {
  margin-bottom: 32px;
}

.ts-mes .ts-home-clients .sec-title .sub-title {
  display: block;
  margin-bottom: 6px;
}

.ts-mes .ts-home-clients .sec-title h2 {
  color: var(--ts-ink);
  font-size: clamp(1.35rem, 1.2vw + 1rem, 1.7rem);
  font-weight: 700;
}

/* Footer: full rules in “Site footer” block at end of file */

.ts-mes .theme-btn.btn-style-one {
  border-radius: 3px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.ts-mes .main-slider.hero-static .hero-content .title {
  font-family: var(--ts-font-mono);
}

.ts-mes .main-slider.hero-static .hero-actions .btn-style-three {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* —— FMS/MES hero background (CSS-only — control-room / plant-floor feel, no office photo) —— */
.ts-mes .main-slider.hero-static.ts-hero-fms-bg {
  background-color: #03060c;
}

.ts-mes .main-slider.ts-hero-fms-bg .ts-hero-fms-visual {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 110% 90% at 8% 100%, rgba(223, 35, 19, 0.24) 0%, transparent 55%),
    radial-gradient(ellipse 65% 50% at 90% 6%, rgba(35, 120, 185, 0.32) 0%, transparent 50%),
    linear-gradient(168deg, #02050a 0%, #0a1524 38%, #0f2740 68%, #081018 100%);
}

.ts-mes .ts-hero-fms-visual__mesh {
  position: absolute;
  inset: 0;
  display: block;
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 60px);
  opacity: 0.88;
  -webkit-mask-image: radial-gradient(ellipse 88% 78% at 42% 32%, #000 12%, transparent 68%);
  mask-image: radial-gradient(ellipse 88% 78% at 42% 32%, #000 12%, transparent 68%);
}

.ts-mes .ts-hero-fms-visual__scan {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(185deg, rgba(2, 5, 10, 0.35) 0%, transparent 42%),
    linear-gradient(0deg, rgba(2, 5, 10, 0.65) 0%, transparent 38%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 200px,
      rgba(255, 255, 255, 0.018) 200px,
      rgba(255, 255, 255, 0.018) 201px
    );
}

.ts-mes .main-slider.ts-hero-fms-bg .ts-hero-fms-visual::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 22%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, rgba(223, 35, 19, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(223, 35, 19, 0.5) 40%, transparent);
  opacity: 0.75;
  pointer-events: none;
}

.ts-mes .main-slider.ts-hero-fms-bg .ts-hero-fms-visual::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 55%;
  left: -20%;
  bottom: -8%;
  background: radial-gradient(ellipse closest-side, rgba(15, 40, 70, 0.45) 0%, transparent 70%);
  pointer-events: none;
}

.ts-mes .main-slider.hero-static.ts-hero-fms-bg .hero-content {
  position: relative;
  z-index: 2;
}

.ts-mes .main-slider.hero-static .hero-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 12px;
}

/* —— Foodmach-style homepage hero (large masthead) —— */
.ts-mes .main-slider.hero-static.ts-hero-foodmach {
  min-height: min(92vh, 900px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ts-mes .main-slider.hero-static.ts-hero-foodmach .hero-content {
  max-width: 920px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ts-mes .main-slider.hero-static.ts-hero-foodmach .hero-content h1 {
  font-size: clamp(2.25rem, 5vw + 0.5rem, 3.85rem);
  max-width: 22ch;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ts-mes .main-slider.hero-static.ts-hero-fms-bg.ts-hero-foodmach .hero-content h1 {
  max-width: 30ch;
}

.ts-mes .main-slider.hero-static .hero-stat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 22px;
  font-family: var(--ts-font-mono);
}

.ts-mes .main-slider.hero-static .hero-stat-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--theme-color1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .ts-mes .main-slider.hero-static.ts-hero-foodmach .hero-content {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}

/* —— Capability tile grid (Foodmach-style) —— */
.ts-capability-tiles {
  position: relative;
  padding: 72px 0 88px;
  background: linear-gradient(180deg, #e8ecf3 0%, #f4f6f9 45%, #ffffff 100%);
  border-top: 1px solid var(--ts-line);
  border-bottom: 1px solid var(--ts-line);
}

.ts-tiles-header {
  max-width: 720px;
  margin-bottom: 40px;
}

.ts-tiles-kicker {
  font-family: var(--ts-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color1);
  margin: 0 0 10px;
}

.ts-tiles-title {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: clamp(1.75rem, 2vw + 1rem, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ts-ink);
  margin: 0 0 12px;
  line-height: 1.2;
}

.ts-tiles-lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ts-muted);
  margin: 0;
  font-weight: 500;
  max-width: 52em;
}

.ts-tiles-row {
  margin-left: -12px;
  margin-right: -12px;
}

.ts-tiles-row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.ts-tile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 240px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: -webkit-transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  border: 1px solid var(--ts-line);
  -webkit-box-shadow: 0 10px 36px rgba(12, 18, 32, 0.07);
  box-shadow: 0 10px 36px rgba(12, 18, 32, 0.07);
}

.ts-tile:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 48px rgba(12, 18, 32, 0.12);
  box-shadow: 0 20px 48px rgba(12, 18, 32, 0.12);
  border-color: rgba(223, 35, 19, 0.25);
}

.ts-tile--light {
  background: #ffffff;
  color: var(--ts-ink);
}

.ts-tile--dark {
  background: linear-gradient(155deg, #0f1724 0%, #1a2332 55%, #121a28 100%);
  color: #f1f5f9;
  border-color: rgba(255, 255, 255, 0.08);
}

.ts-tile--dark .ts-tile-heading,
.ts-tile--dark .ts-tile-desc {
  color: inherit;
}

.ts-tile--dark .ts-tile-desc {
  color: rgba(241, 245, 249, 0.72);
}

.ts-tile-media {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 46%;
  min-height: 120px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.ts-tile--has-media {
  min-height: 300px;
}

.ts-tile--has-media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 46%;
  min-height: 120px;
  background: linear-gradient(180deg, rgba(12, 18, 32, 0.1) 0%, rgba(12, 18, 32, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}

.ts-tile--has-media.ts-tile--light::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(15, 23, 36, 0.75) 100%);
}

.ts-tile--has-media .ts-tile-heading {
  color: #ffffff;
}

.ts-tile--has-media .ts-tile-desc {
  color: rgba(255, 255, 255, 0.85);
}

.ts-tile--has-media .ts-tile-cta {
  color: #ffffff;
}

.ts-tile-body {
  position: relative;
  z-index: 2;
  padding: 26px 28px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.ts-tile--has-media .ts-tile-body {
  padding-top: 42%;
  min-height: 200px;
}

.ts-tile-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  background: rgba(223, 35, 19, 0.12);
  color: var(--theme-color1);
  border: 1px solid rgba(223, 35, 19, 0.2);
}

.ts-tile--dark .ts-tile-icon {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.ts-tile-heading {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  line-height: 1.3;
  color: inherit;
}

.ts-tile-desc {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 auto;
  padding-bottom: 16px;
  color: var(--ts-muted);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ts-tile--light .ts-tile-desc {
  color: var(--ts-muted);
}

.ts-tile-cta {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.ts-tile--dark .ts-tile-cta {
  color: rgba(255, 255, 255, 0.9);
}

.ts-tile:hover .ts-tile-cta i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.ts-tile-cta i {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  font-size: 0.85em;
}

/* —— Module detail pages (FMS / MES product layout — aligned with homepage module cards) —— */
.ts-mes .page-title.ts-module-page-title .title-outer {
  max-width: 920px;
}

.ts-mes .ts-module-kicker {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 14px;
  line-height: 1.4;
}

.ts-mes .ts-module-kicker-label {
  color: rgba(255, 255, 255, 0.55);
}

.ts-mes .ts-module-kicker-sep {
  margin: 0 0.35em;
  opacity: 0.6;
}

.ts-mes .ts-module-kicker a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ts-mes .ts-module-kicker a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.55);
}

.ts-mes .services-details.ts-module-detail {
  padding-top: 48px;
  padding-bottom: 110px;
  background: linear-gradient(180deg, #e8ecf4 0%, #f2f5f9 18%, #fafbfc 45%, #ffffff 100%);
  border-top: 1px solid var(--ts-line);
}

.ts-mes .services-details.ts-module-detail .container {
  max-width: 1180px;
}

.ts-mes .ts-module-hero-media {
  margin-bottom: 40px;
}

.ts-mes .ts-module-hero-media__frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(12, 18, 32, 0.12);
  background: #070b10;
  -webkit-box-shadow: 0 24px 56px rgba(12, 18, 32, 0.12);
  box-shadow: 0 24px 56px rgba(12, 18, 32, 0.12);
}

.ts-mes .ts-module-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(420px, 52vw);
  -o-object-fit: cover;
  object-fit: cover;
}

.ts-mes .ts-module-hero-media__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 40px);
  opacity: 0.45;
  mix-blend-mode: overlay;
}

.ts-mes .ts-module-hero-media__accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color1)), to(#c41e12));
  background: linear-gradient(90deg, var(--theme-color1), #c41e12);
  z-index: 2;
}

.ts-mes .ts-module-hero-media__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 8, 14, 0.08)), color-stop(55%, transparent), to(rgba(4, 8, 14, 0.35)));
  background: linear-gradient(180deg, rgba(4, 8, 14, 0.08) 0%, transparent 55%, rgba(4, 8, 14, 0.35) 100%);
  z-index: 1;
}

@media (min-width: 992px) {
  .ts-mes .ts-module-sidebar-col .ts-module-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
  }
}

.ts-mes .ts-module-sidebar .ts-module-sidebar-title {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ts-muted);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(12, 18, 32, 0.08);
}

.ts-mes .ts-module-sidebar-card {
  margin-bottom: 0;
}

.ts-mes .ts-module-sidebar .service-list ul {
  border-radius: 4px;
  border: 1px solid rgba(12, 18, 32, 0.1);
  background: #ffffff;
  -webkit-box-shadow: 0 10px 36px rgba(12, 18, 32, 0.06);
  box-shadow: 0 10px 36px rgba(12, 18, 32, 0.06);
}

.ts-mes .ts-module-sidebar .service-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ts-ink);
  border-bottom: 1px solid rgba(12, 18, 32, 0.06);
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ts-mes .ts-module-sidebar .service-list li a:hover {
  background: rgba(12, 18, 32, 0.03);
  color: var(--theme-color1);
}

.ts-mes .ts-module-sidebar .service-list li a.current {
  background: -webkit-gradient(linear, left top, right top, from(rgba(223, 35, 19, 0.09)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(223, 35, 19, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  border-left: 3px solid var(--theme-color1);
  padding-left: 13px;
  font-weight: 700;
  color: var(--ts-ink);
}

.ts-mes .ts-module-sidebar .service-list li a i {
  font-size: 11px;
  opacity: 0.55;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.ts-mes .ts-module-sidebar .service-list li a:hover i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  opacity: 0.85;
}

.ts-mes .ts-module-article .inner-box {
  background: #ffffff;
  border: 1px solid rgba(12, 18, 32, 0.1);
  border-radius: 4px;
  padding: 36px 40px 44px;
  -webkit-box-shadow: 0 12px 40px rgba(12, 18, 32, 0.05);
  box-shadow: 0 12px 40px rgba(12, 18, 32, 0.05);
}

@media (max-width: 767px) {
  .ts-mes .ts-module-article .inner-box {
    padding: 24px 20px 32px;
  }
}

.ts-mes .ts-module-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ts-ink);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(12, 18, 32, 0.08);
}

.ts-mes .ts-module-lead p {
  margin-bottom: 0.75em;
}

.ts-mes .ts-module-lead p:last-child {
  margin-bottom: 0;
}

.ts-mes .ts-module-placeholder {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ts-muted);
  font-style: italic;
}

.ts-mes .ts-module-heading {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ts-ink);
  margin: 2rem 0 1rem;
}

.ts-mes .ts-module-heading:first-child {
  margin-top: 0;
}

.ts-mes .ts-module-body .text {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ts-ink);
  margin-bottom: 1.25rem;
}

.ts-mes .ts-module-body .text p {
  margin-bottom: 1rem;
}

.ts-mes .ts-module-figure {
  margin: 1.5rem 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(12, 18, 32, 0.08);
  background: #f4f6f9;
}

.ts-mes .ts-module-figure img {
  width: 100%;
  display: block;
}

.ts-mes .ts-module-image-text {
  padding: 24px 22px;
  background: linear-gradient(180deg, #f6f8fb 0%, #fafbfc 100%);
  border: 1px solid rgba(12, 18, 32, 0.08);
  border-radius: 4px;
}

.ts-mes .ts-module-image-text .text {
  margin-bottom: 0;
}

/* —— Site footer (FMS / industrial — replaces generic dark footer) —— */
.ts-mes .main-footer.ts-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #050810 0%, #0c1524 42%, #081018 100%);
}

.ts-mes .main-footer.ts-footer .ts-footer__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 48px);
  opacity: 0.45;
}

.ts-mes .ts-footer .widgets-section {
  position: relative;
  z-index: 1;
  padding: 76px 0 52px;
}

.ts-mes .ts-footer .footer-column {
  margin-bottom: 36px;
}

.ts-mes .ts-footer .widget-title {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  padding-bottom: 14px;
  margin-bottom: 18px;
  line-height: 1.3;
}

.ts-mes .ts-footer .widget-title::before,
.ts-mes .ts-footer .widget-title::after {
  display: none !important;
}

.ts-mes .ts-footer .widget-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ts-mes .ts-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.ts-mes .ts-footer-logo img {
  max-width: 88px;
  width: 100%;
  height: auto;
  display: block;
}

.ts-mes .ts-footer-tagline {
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 22px;
  max-width: 380px;
}

.ts-mes .ts-footer-cert {
  margin-bottom: 22px;
}

.ts-mes .ts-footer-cert img {
  max-height: 52px;
  width: auto;
  opacity: 0.95;
}

.ts-mes .ts-footer .social-icon-two.ts-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.ts-mes .ts-footer .social-icon-two.ts-footer-social li {
  margin: 0;
}

.ts-mes .ts-footer .social-icon-two.ts-footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ts-mes .ts-footer .social-icon-two.ts-footer-social a:hover {
  background: rgba(223, 35, 19, 0.22);
  border-color: rgba(223, 35, 19, 0.5);
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.ts-mes .ts-footer-apps {
  margin-top: 4px;
}

.ts-mes .ts-footer-app-link {
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ts-mes .ts-footer-app-link:hover {
  opacity: 0.92;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.ts-mes .ts-footer-app-link img {
  height: 40px;
  width: auto;
  display: block;
}

.ts-mes .ts-footer .about-widget .text {
  color: rgba(255, 255, 255, 0.72);
}

.ts-mes .ts-footer .user-links li {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 11px;
  font-size: 15px;
}

.ts-mes .ts-footer .user-links li a {
  color: rgba(255, 255, 255, 0.88);
  padding-left: 0 !important;
}

.ts-mes .ts-footer .user-links li a:hover {
  color: #ffffff;
  padding-left: 6px !important;
}

.ts-mes .ts-footer .user-links li a::before {
  display: none !important;
}

.ts-mes .ts-footer-address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 18px;
}

.ts-mes .ts-footer .contact-widget .contact-info.ts-footer-contact-list li {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.ts-mes .ts-footer .contact-widget .contact-info.ts-footer-contact-list li a {
  color: rgba(255, 255, 255, 0.95);
}

.ts-mes .ts-footer .contact-widget .contact-info.ts-footer-contact-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ts-mes .ts-footer .contact-widget .contact-info.ts-footer-contact-list li i {
  color: var(--theme-color1);
  top: 2px;
}

.ts-mes .ts-footer-note {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.42);
  margin: 22px 0 0;
  max-width: 280px;
}

.ts-mes .ts-footer .footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}

.ts-mes .ts-footer .footer-bottom .inner-container {
  padding: 22px 15px !important;
  text-align: left !important;
  border-top: none !important;
  background: transparent !important;
}

.ts-mes .ts-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px 28px;
  padding: 22px 0;
}

.ts-mes .ts-footer .copyright-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.48) !important;
}

.ts-mes .ts-footer .copyright-text a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
}

.ts-mes .ts-footer .copyright-text a:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ts-mes .ts-footer-legal-note {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--ts-font-mono);
  color: rgba(255, 255, 255, 0.38);
}

@media (max-width: 767px) {
  .ts-mes .ts-footer .widgets-section {
    padding: 56px 0 40px;
  }

  .ts-mes .ts-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* —— Platform jigsaw map (homepage centrepiece) —— */
.ts-platform-jigsaw {
  position: relative;
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #eef1f6 0%, #f4f6f9 100%);
  border-bottom: 1px solid var(--ts-line);
}

.ts-platform-jigsaw__header {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
}

.ts-platform-jigsaw__kicker {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color1);
  margin: 0 0 10px;
}

.ts-platform-jigsaw__header h2 {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: clamp(1.65rem, 2vw + 1rem, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ts-ink);
  margin: 0 0 12px;
  line-height: 1.15;
}

.ts-platform-jigsaw__lead {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ts-muted);
  margin: 0;
}

.ts-platform-jigsaw__grid--core {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, minmax(140px, auto));
  max-width: 720px;
}

.ts-platform-jigsaw__grid--core .ts-platform-jigsaw__piece--production {
  grid-column: 1;
  grid-row: 1 / 3;
}

.ts-platform-jigsaw__grid--core .ts-platform-jigsaw__piece--quality {
  grid-column: 2;
  grid-row: 1;
}

.ts-platform-jigsaw__grid--core .ts-platform-jigsaw__piece--stock {
  grid-column: 2;
  grid-row: 2;
}

.ts-platform-jigsaw__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, minmax(118px, auto));
  gap: 5px;
  max-width: 980px;
  margin: 0 auto;
  padding: 12px;
  filter: drop-shadow(0 16px 40px rgba(12, 18, 32, 0.1));
}

.ts-platform-jigsaw__piece {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 18px 16px;
  border-radius: 3px;
  text-decoration: none !important;
  color: #ffffff !important;
  overflow: visible;
  transition: transform 200ms ease, filter 200ms ease;
  z-index: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ts-platform-jigsaw__piece:hover {
  transform: translateY(-2px);
  z-index: 2;
  filter: brightness(1.05);
}

.ts-platform-jigsaw__tab {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.ts-platform-jigsaw__tab--bump {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: inherit;
}

.ts-platform-jigsaw__tab--socket {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8ecf2;
  box-shadow: inset 0 2px 5px rgba(12, 18, 32, 0.1);
}

.ts-platform-jigsaw__tab--right.ts-platform-jigsaw__tab--bump { top: 50%; right: -11px; transform: translateY(-50%); }
.ts-platform-jigsaw__tab--left.ts-platform-jigsaw__tab--socket { top: 50%; left: -11px; transform: translateY(-50%); }
.ts-platform-jigsaw__tab--bottom.ts-platform-jigsaw__tab--bump { bottom: -11px; left: 50%; transform: translateX(-50%); }
.ts-platform-jigsaw__tab--top.ts-platform-jigsaw__tab--socket { top: -11px; left: 50%; transform: translateX(-50%); }

.ts-platform-jigsaw__piece--production { grid-column: 1 / 3; grid-row: 1 / 3; background: linear-gradient(145deg, #1a2332 0%, #0f1724 100%); }
.ts-platform-jigsaw__piece--quality { grid-column: 3 / 4; grid-row: 1 / 2; background: linear-gradient(145deg, #b91c1c 0%, #991b1b 100%); }
.ts-platform-jigsaw__piece--stock { grid-column: 3 / 4; grid-row: 2 / 3; background: linear-gradient(145deg, #2d3748 0%, #1e2938 100%); }
.ts-platform-jigsaw__piece--cmms { grid-column: 1 / 2; grid-row: 3 / 4; background: linear-gradient(145deg, #374151 0%, #253040 100%); }
.ts-platform-jigsaw__piece--training { grid-column: 2 / 3; grid-row: 3 / 4; background: linear-gradient(145deg, #1e3a5f 0%, #152a45 100%); }
.ts-platform-jigsaw__piece--oee { grid-column: 3 / 4; grid-row: 3 / 4; background: linear-gradient(145deg, #4a5568 0%, #2d3748 100%); }
.ts-platform-jigsaw__piece--dispatch { grid-column: 1 / 3; grid-row: 4 / 5; background: linear-gradient(145deg, #9f1239 0%, #881337 100%); }
.ts-platform-jigsaw__piece--yield { grid-column: 3 / 4; grid-row: 4 / 5; background: linear-gradient(145deg, #166534 0%, #14532d 100%); }

.ts-platform-jigsaw__title {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ts-platform-jigsaw__piece--production .ts-platform-jigsaw__title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
}

.ts-platform-jigsaw__list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  flex: 1 1 auto;
}

.ts-platform-jigsaw__list li {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 4px;
}

.ts-platform-jigsaw__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.ts-platform-jigsaw__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-family: var(--ts-font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ts-platform-jigsaw__piece:hover .ts-platform-jigsaw__more { color: #fff; gap: 10px; }

.ts-platform-jigsaw__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 980px;
  margin: 24px auto 0;
}

.ts-platform-jigsaw__legend-item {
  padding: 7px 16px;
  border-radius: 999px;
  font-family: var(--ts-font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--ts-line);
  background: #fff;
  color: var(--ts-muted);
}

@media (max-width: 767px) {
  .ts-platform-jigsaw { padding: 40px 0 48px; }
  .ts-platform-jigsaw__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
  }
  .ts-platform-jigsaw__piece--production,
  .ts-platform-jigsaw__piece--quality,
  .ts-platform-jigsaw__piece--stock,
  .ts-platform-jigsaw__piece--cmms,
  .ts-platform-jigsaw__piece--training,
  .ts-platform-jigsaw__piece--oee,
  .ts-platform-jigsaw__piece--dispatch,
  .ts-platform-jigsaw__piece--yield { grid-column: 1 / -1; grid-row: auto; }
  .ts-platform-jigsaw__tab { display: none; }
}

/* —— Proof strip (outcome-led case studies) —— */
.ts-proof-strip {
  padding: 56px 0;
  background: #0f1724;
  color: #f1f5f9;
}

.ts-proof-strip__header {
  text-align: center;
  margin-bottom: 36px;
}

.ts-proof-strip__kicker {
  font-family: var(--ts-font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(223, 35, 19, 0.95);
  margin: 0 0 10px;
}

.ts-proof-strip__header h2 {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: clamp(1.5rem, 2vw + 0.75rem, 2rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.ts-proof-strip__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .ts-proof-strip__grid { grid-template-columns: repeat(3, 1fr); }
}

.ts-proof-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none !important;
  color: inherit !important;
  transition: background 180ms ease, border-color 180ms ease;
}

.ts-proof-card__link:hover {
  background: rgba(223, 35, 19, 0.1);
  border-color: rgba(223, 35, 19, 0.35);
}

.ts-proof-card__stat {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.ts-proof-card__stat-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(241, 245, 249, 0.75);
  margin: 0 0 16px;
  line-height: 1.35;
}

.ts-proof-card__client {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.ts-proof-card__quote {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(241, 245, 249, 0.72);
  margin: 0 0 auto;
  font-style: normal;
  border: none;
  padding: 0;
}

.ts-proof-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: var(--ts-font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.65);
}

.ts-proof-card__link:hover .ts-proof-card__cta { color: #fff; }

.ts-proof-strip__footer {
  text-align: center;
  margin: 28px 0 0;
}

.ts-proof-strip__footer a {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.85) !important;
  text-decoration: none !important;
}

/* —— Industry image tiles —— */
.ts-industry-tiles {
  padding: 72px 0;
  background: #fff;
}

.ts-industry-tiles__header {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.ts-industry-tiles__kicker {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color1);
  margin: 0 0 10px;
}

.ts-industry-tiles__header h2 {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: clamp(1.65rem, 2vw + 1rem, 2.25rem);
  font-weight: 700;
  color: var(--ts-ink);
  margin: 0 0 12px;
}

.ts-industry-tiles__lead {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ts-muted);
  margin: 0;
}

.ts-industry-tiles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 768px) {
  .ts-industry-tiles__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

@media (min-width: 1200px) {
  .ts-industry-tiles__grid { grid-template-columns: repeat(4, 1fr); }
}

.ts-industry-tile {
  position: relative;
  display: block;
  min-height: 160px;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .ts-industry-tile { min-height: 200px; }
}

.ts-industry-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.ts-industry-tile:hover .ts-industry-tile__img { transform: scale(1.04); }

.ts-industry-tile__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #1a2332 0%, #2d3748 100%);
  font-size: 2.25rem;
  color: rgba(223, 35, 19, 0.9);
}

.ts-industry-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(15, 23, 36, 0.88) 100%);
}

.ts-industry-tile__label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.ts-industry-tiles__footer {
  text-align: center;
  margin: 32px 0 0;
}

.ts-industry-tiles__footer a {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ts-ink) !important;
  text-decoration: none !important;
}

/* —— Solutions strip —— */
.ts-solutions-strip {
  padding: 56px 0 72px;
  background: #f4f6f9;
  border-bottom: 1px solid var(--ts-line);
}

.ts-solutions-strip__header {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
}

.ts-solutions-strip__kicker {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color1);
  margin: 0 0 10px;
}

.ts-solutions-strip__header h2 {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: clamp(1.5rem, 2vw + 0.75rem, 2rem);
  font-weight: 700;
  color: var(--ts-ink);
  margin: 0 0 10px;
}

.ts-solutions-strip__lead {
  font-size: 15px;
  color: var(--ts-muted);
  margin: 0;
}

.ts-solutions-strip__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ts-solutions-strip__grid { grid-template-columns: repeat(3, 1fr); }
}

.ts-solutions-strip__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border-radius: 6px;
  border: 1px solid var(--ts-line);
  background: #fff;
  text-decoration: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.ts-solutions-strip__card:hover {
  border-color: rgba(223, 35, 19, 0.35);
  box-shadow: 0 8px 24px rgba(12, 18, 32, 0.08);
}

.ts-solutions-strip__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f4f6f9;
  color: var(--theme-color1);
  font-size: 18px;
}

.ts-solutions-strip__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ts-solutions-strip__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ts-ink);
  line-height: 1.3;
}

.ts-solutions-strip__tagline {
  font-size: 13px;
  color: var(--ts-muted);
  line-height: 1.4;
}

.ts-solutions-strip__arrow {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--ts-muted);
}

.ts-solutions-strip__footer {
  text-align: center;
  margin: 24px 0 0;
}

.ts-solutions-strip__footer a {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ts-ink) !important;
  text-decoration: none !important;
}

/* Project carousel outcome badge */
.ts-project-outcome {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(223, 35, 19, 0.95);
}

.ts-project-outcome strong {
  display: block;
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.ts-mes .ts-home-projects .project-block .content-box .ts-project-outcome strong {
  color: #fff;
}

.ts-mes .ts-home-projects .project-block .content-box .ts-project-outcome span {
  color: rgba(241, 245, 249, 0.75);
}

/* —— Homepage showcase (legacy duo — kept for reference) —— */
.ts-showcase {
  position: relative;
  padding: 72px 0 88px;
  background: linear-gradient(180deg, #eef1f6 0%, #f8fafc 40%, #ffffff 100%);
  border-bottom: 1px solid var(--ts-line);
}

.ts-showcase__intro {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.ts-showcase__kicker {
  font-family: var(--ts-font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color1);
  margin: 0 0 12px;
}

.ts-showcase__heading {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: clamp(1.85rem, 2.2vw + 1rem, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ts-ink);
  margin: 0 0 14px;
  line-height: 1.15;
}

.ts-showcase__subheading {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ts-muted);
  margin: 0;
  font-weight: 500;
}

/* —— Interlocking jigsaw duo (industries + solutions) —— */
.ts-jigsaw-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ts-jigsaw-duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
  filter: drop-shadow(0 20px 48px rgba(12, 18, 32, 0.12));
}

@media (min-width: 992px) {
  .ts-jigsaw-duo {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
  }
}

.ts-jigsaw-piece {
  position: relative;
  color: #f1f5f9;
  min-height: 100%;
}

.ts-jigsaw-piece__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  min-height: 100%;
}

@media (min-width: 992px) {
  .ts-jigsaw-piece__inner {
    padding: 40px 36px 36px;
  }
}

.ts-jigsaw-piece__mesh {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
}

.ts-jigsaw-piece--industries {
  background: linear-gradient(155deg, #0f1724 0%, #1a2332 58%, #121a28 100%);
  border-radius: 8px;
}

.ts-jigsaw-piece--solutions {
  background: linear-gradient(155deg, #121a28 0%, #1e2938 52%, #0f1724 100%);
  border-radius: 8px;
}

@media (min-width: 992px) {
  .ts-jigsaw-piece--industries {
    clip-path: url(#ts-jigsaw-left);
    border-radius: 0;
    z-index: 2;
  }

  .ts-jigsaw-piece--solutions {
    clip-path: url(#ts-jigsaw-right);
    border-radius: 0;
    margin-left: -2.5%;
    z-index: 1;
  }

  .ts-jigsaw-piece--industries .ts-jigsaw-piece__inner {
    padding-right: 48px;
  }

  .ts-jigsaw-piece--solutions .ts-jigsaw-piece__inner {
    padding-left: 48px;
  }
}

@media (max-width: 991px) {
  .ts-jigsaw-piece--industries {
    clip-path: url(#ts-jigsaw-top);
  }

  .ts-jigsaw-piece--solutions {
    clip-path: url(#ts-jigsaw-bottom);
    margin-top: -2%;
  }

  .ts-jigsaw-piece--industries .ts-jigsaw-piece__inner {
    padding-bottom: 44px;
  }

  .ts-jigsaw-piece--solutions .ts-jigsaw-piece__inner {
    padding-top: 44px;
  }
}

/* Outcomes bento — retained for reuse */
.ts-showcase-outcomes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-bottom: 56px;
  border: 1px solid var(--ts-line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--ts-line);
  box-shadow: 0 16px 48px rgba(12, 18, 32, 0.06);
}

@media (min-width: 768px) {
  .ts-showcase-outcomes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .ts-showcase-outcomes {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ts-showcase-outcome {
  position: relative;
  padding: 28px 28px 28px 32px;
  background: #ffffff;
  transition: background 200ms ease;
}

.ts-showcase-outcome:hover {
  background: #fafbfc;
}

.ts-showcase-outcome__num {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: var(--ts-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(12, 18, 32, 0.18);
}

.ts-showcase-outcome__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(223, 35, 19, 0.12) 0%, rgba(223, 35, 19, 0.05) 100%);
  color: var(--theme-color1);
  font-size: 17px;
}

.ts-showcase-outcome__title {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ts-ink);
  margin: 0 0 8px;
  line-height: 1.35;
  padding-right: 28px;
}

.ts-showcase-outcome__text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ts-muted);
  margin: 0;
  max-width: 36ch;
}

/* Panel content inside jigsaw pieces */
.ts-showcase-panel__header {
  margin-bottom: 24px;
}

.ts-showcase-panel__kicker {
  font-family: var(--ts-font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(223, 35, 19, 0.95);
  margin: 0 0 10px;
}

.ts-showcase-panel__title {
  font-family: var(--title-font, "Outfit", sans-serif);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.25;
}

.ts-showcase-panel__lead {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(241, 245, 249, 0.72);
  margin: 0;
  font-weight: 500;
  max-width: 38ch;
}

/* Industries list */
.ts-showcase-industries {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

@media (min-width: 576px) {
  .ts-showcase-industries {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
  }
}

.ts-showcase-industries__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 4px;
  color: rgba(241, 245, 249, 0.92) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  transition: background 160ms ease, color 160ms ease;
}

.ts-showcase-industries__link:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.ts-showcase-industries__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(223, 35, 19, 0.95);
  font-size: 13px;
}

.ts-showcase-industries__label {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.3;
}

.ts-showcase-industries__chev {
  flex-shrink: 0;
  font-size: 10px;
  opacity: 0.35;
  transition: opacity 160ms ease, transform 160ms ease;
}

.ts-showcase-industries__link:hover .ts-showcase-industries__chev {
  opacity: 0.85;
  transform: translateX(2px);
}

/* Solution cards inside panel */
.ts-showcase-solutions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
  margin-bottom: 20px;
}

.ts-showcase-solution {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none !important;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ts-showcase-solution:hover {
  background: rgba(223, 35, 19, 0.12);
  border-color: rgba(223, 35, 19, 0.35);
  transform: translateY(-2px);
}

.ts-showcase-solution__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(223, 35, 19, 0.95);
  font-size: 17px;
}

.ts-showcase-solution__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ts-showcase-solution__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
}

.ts-showcase-solution__tagline {
  font-size: 13px;
  font-weight: 500;
  color: rgba(241, 245, 249, 0.62);
  line-height: 1.45;
}

.ts-showcase-solution__arrow {
  flex-shrink: 0;
  font-size: 12px;
  color: rgba(241, 245, 249, 0.4);
  transition: color 180ms ease, transform 180ms ease;
}

.ts-showcase-solution:hover .ts-showcase-solution__arrow {
  color: #ffffff;
  transform: translateX(3px);
}

.ts-showcase-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--ts-font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.85) !important;
  text-decoration: none !important;
  padding-top: 4px;
  transition: gap 180ms ease, color 180ms ease;
}

.ts-showcase-panel__cta:hover {
  gap: 12px;
  color: #ffffff !important;
}

@media (max-width: 575px) {
  .ts-showcase {
    padding: 56px 0 64px;
  }

  .ts-showcase-outcome {
    padding: 22px 20px 22px 24px;
  }

  .ts-jigsaw-piece__inner {
    padding: 28px 22px 24px;
  }
}

/* —— Industry landing pages —— */
.ts-industries-listing {
  padding-bottom: 88px;
}

.ts-industry-block {
  margin-bottom: 36px;
}

.ts-industry-block__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ts-ink);
  margin: 0 0 14px;
}

.ts-industry-block--highlight {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid rgba(223, 35, 19, 0.2);
  background: linear-gradient(180deg, rgba(223, 35, 19, 0.04) 0%, #ffffff 100%);
}

.ts-industry-sidebar-lead {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ts-muted);
  margin-bottom: 16px;
}

.ts-industry-outcome-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ts-industry-outcome-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ts-ink);
  margin-bottom: 12px;
}

.ts-industry-outcome-list li i {
  color: var(--theme-color1);
  margin-top: 3px;
  flex-shrink: 0;
}

.ts-industry-detail-row {
  margin-top: 32px;
}

.ts-industry-sidebar {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .ts-industry-sidebar {
    margin-bottom: 0;
  }
}

/* —— Solution listing & detail pages —— */
.ts-solutions-listing {
  padding-bottom: 88px;
}

.ts-solution-card__tagline {
  font-size: 13px;
  font-weight: 600;
  color: var(--theme-color1);
  margin: 0 0 8px;
  line-height: 1.4;
}

.ts-solution-tagline {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--theme-color1);
  margin: 8px 0 0;
  line-height: 1.45;
  max-width: 42em;
}

.ts-solution-detail-row {
  margin-top: 32px;
}

/* Homepage SaaS pricing + embedded contact */
.ts-pricing {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #f4f7fa 0%, #fff 100%);
}

.ts-pricing__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 991px) {
  .ts-pricing__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.ts-pricing__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: 0 8px 32px rgba(26, 35, 50, 0.06);
}

.ts-pricing__kicker,
.ts-pricing__form-kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin: 0 0 12px;
}

.ts-pricing__card h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 16px;
  line-height: 1.2;
}

.ts-pricing__price {
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 16px;
  line-height: 1.15;
}

.ts-pricing__price strong {
  color: var(--theme-color1);
}

.ts-pricing__value {
  font-size: 1.12rem;
  font-weight: 600;
  color: #1a2332;
  margin: 0 0 14px;
  line-height: 1.45;
  max-width: 38em;
}

.ts-pricing__lead {
  font-size: 0.98rem;
  color: #5a6578;
  margin: 0 0 24px;
  line-height: 1.55;
  max-width: 38em;
}

.ts-pricing__included {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  padding: 14px 16px;
  margin: 0 0 24px;
  background: rgba(0, 102, 153, 0.06);
  border: 1px solid rgba(0, 102, 153, 0.15);
  border-radius: 8px;
  font-size: 0.95rem;
  color: #3d4a5c;
  line-height: 1.45;
}

.ts-pricing__included-label {
  font-family: var(--ts-font-mono, ui-monospace, monospace);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-color1);
}

.ts-pricing__included strong {
  color: #1a2332;
  font-size: 1.02rem;
}

.ts-pricing__included-detail {
  flex: 1 1 100%;
  font-size: 0.88rem;
  color: #5a6578;
}

@media (min-width: 576px) {
  .ts-pricing__included-detail {
    flex: 1 1 auto;
  }
}

.ts-pricing__tiers {
  margin: 0 0 24px;
  padding-top: 20px;
  border-top: 1px solid #e8edf2;
}

.ts-pricing__tiers-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a6578;
  margin: 0 0 10px;
}

.ts-pricing__tiers-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.ts-pricing__tiers-table th,
.ts-pricing__tiers-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #e8edf2;
}

.ts-pricing__tiers-table th {
  font-weight: 600;
  color: #5a6578;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ts-pricing__tiers-table td:last-child {
  font-weight: 600;
  color: #1a2332;
  text-align: right;
}

.ts-pricing__tiers-table tbody tr:last-child td {
  border-bottom: none;
}

.ts-pricing__tiers-note {
  font-size: 0.82rem;
  color: #5a6578;
  margin: 10px 0 0;
  line-height: 1.45;
}

.ts-pricing__features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.ts-pricing__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.98rem;
  color: #3d4a5c;
  line-height: 1.45;
}

.ts-pricing__features li::before {
  content: "✔";
  color: var(--theme-color1);
  font-size: 0.85rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.ts-pricing__note {
  font-size: 0.92rem;
  color: #5a6578;
  line-height: 1.55;
  margin: 0 0 28px;
  padding-top: 20px;
  border-top: 1px solid #e8edf2;
}

.ts-pricing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ts-pricing__actions .theme-btn {
  flex: 1 1 auto;
  min-width: 140px;
  text-align: center;
}

.ts-pricing__form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(26, 35, 50, 0.04);
}

.ts-pricing__form-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 8px;
}

.ts-pricing__form-lead {
  font-size: 0.92rem;
  color: #5a6578;
  margin: 0 0 24px;
  line-height: 1.5;
}

.ts-pricing__form .ts-contact-field {
  margin-bottom: 14px;
}

.ts-pricing__form .ts-contact-field__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3d4a5c;
  margin-bottom: 6px;
}

.ts-pricing__form .form-control {
  width: 100%;
  border: 1px solid #d8dfe8;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.95rem;
}

.ts-pricing__form .form-control:focus {
  border-color: var(--theme-color1);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.12);
}

.ts-pricing__form .ts-contact-field--hidden {
  display: none;
}

.ts-pricing__form-submit {
  margin-top: 8px;
}

.ts-pricing__form-submit .theme-btn {
  width: 100%;
}

.ts-pricing__form #form-result {
  margin-bottom: 16px;
}

.ts-product-contact__form #form-result,
.contact-details #form-result {
  margin-bottom: 16px;
}

.contact-details #form-result.alert-danger,
.ts-product-contact__form #form-result.alert-danger,
.ts-pricing__form #form-result.alert-danger {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 0.92rem;
}

.contact-details #form-result.alert-success,
.ts-product-contact__form #form-result.alert-success,
.ts-pricing__form #form-result.alert-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 0.92rem;
}

.ts-contact-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-details .ts-contact-field {
  margin-bottom: 14px;
}

.contact-details .ts-contact-field__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3d4a5c;
  margin-bottom: 6px;
}

.contact-details select.form-control {
  width: 100%;
  border: 1px solid #d8dfe8;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.95rem;
  background: #fff;
}

/* Dedicated module product landings (e.g. CMMS) */
.ts-product-hero {
  position: relative;
  padding: 88px 0 72px;
  overflow: hidden;
  background: #0f1724;
  color: #fff;
}

.ts-product-hero__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ts-product-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(0, 102, 153, 0.35), transparent),
    linear-gradient(135deg, #0f1724 0%, #1a2a3d 100%);
}

.ts-product-hero__content {
  position: relative;
  max-width: 42em;
}

.ts-product-hero__kicker {
  font-family: var(--ts-font-mono, ui-monospace, monospace);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 14px;
}

.ts-product-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.15;
}

.ts-product-hero__lead,
.ts-product-hero__lead p {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 28px;
}

.ts-product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.ts-product-hero__note {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.ts-product-body {
  padding: 56px 0;
  background: #fff;
}

.ts-product-body__inner {
  max-width: 800px;
}

.ts-product-body__heading {
  font-size: 1.5rem;
  margin: 32px 0 12px;
  color: #1a2332;
}

.ts-product-body__figure {
  margin: 24px 0;
}

.ts-product-body__row {
  margin: 32px 0;
}

.ts-cmms-pricing {
  padding: 72px 0;
  background: linear-gradient(180deg, #f4f7fa 0%, #fff 100%);
}

.ts-cmms-pricing__header {
  max-width: 40em;
  margin-bottom: 40px;
}

.ts-cmms-pricing__kicker {
  font-family: var(--ts-font-mono, ui-monospace, monospace);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin: 0 0 10px;
}

.ts-cmms-pricing__header h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 12px;
}

.ts-cmms-pricing__lead {
  font-size: 0.98rem;
  color: #5a6578;
  line-height: 1.55;
  margin: 0;
}

.ts-cmms-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

@media (max-width: 991px) {
  .ts-cmms-pricing__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

.ts-cmms-plan {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(26, 35, 50, 0.04);
}

.ts-cmms-plan--featured {
  border-color: var(--theme-color1);
  box-shadow: 0 8px 32px rgba(0, 102, 153, 0.12);
}

.ts-cmms-plan__badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin: 0 0 10px;
}

.ts-cmms-plan__name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 8px;
}

.ts-cmms-plan__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 20px;
}

.ts-cmms-plan__price strong {
  color: var(--theme-color1);
}

.ts-cmms-plan__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  flex: 1 1 auto;
}

.ts-cmms-plan__features li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 0.92rem;
  color: #3d4a5c;
  line-height: 1.45;
}

.ts-cmms-plan__features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--theme-color1);
  font-size: 0.8rem;
}

.ts-cmms-plan .theme-btn {
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.ts-product-contact {
  padding: 64px 0 80px;
  background: #fff;
}

.ts-product-contact__card {
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(26, 35, 50, 0.04);
}

.ts-product-contact__kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin: 0 0 8px;
}

.ts-product-contact__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 8px;
}

.ts-product-contact__lead {
  font-size: 0.92rem;
  color: #5a6578;
  margin: 0 0 24px;
  line-height: 1.5;
}

.ts-product-contact__form .ts-contact-field {
  margin-bottom: 14px;
}

.ts-product-contact__form .ts-contact-field__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3d4a5c;
  margin-bottom: 6px;
}

.ts-product-contact__form .form-control {
  width: 100%;
  border: 1px solid #d8dfe8;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.95rem;
}

.ts-product-contact__form .theme-btn {
  width: 100%;
  margin-top: 8px;
}

/* MaintainSense multi-site branding */
.ts-brand-wordmark {
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--theme-color1);
  line-height: 1.1;
}

.ts-brand-wordmark--compact {
  font-size: 1.15rem;
}

.ts-brand-wordmark--footer {
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 12px;
}

.ts-mes.ts-maintainsense .header-lower .logo-box .logo img,
.ts-mes.ts-maintainsense .sticky-header .logo img {
  max-height: none;
}

.ts-maintainsense-nav__platform a {
  font-weight: 600;
}

.ts-product-hero__platform-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-left: 0.35em;
}

.ts-product-hero__platform-link:hover {
  color: #fff;
}

.ts-footer--maintainsense .ts-footer-tagline {
  max-width: 28em;
}

/* CMMS SEO sections (MaintainSense) */
.ts-cmms-features {
  padding: 64px 0;
  background: #fff;
  border-bottom: 1px solid #e8edf2;
}

.ts-cmms-features__header {
  max-width: 40em;
  margin-bottom: 36px;
}

.ts-cmms-features__kicker,
.ts-cmms-faq__kicker {
  font-family: var(--ts-font-mono, ui-monospace, monospace);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-color1);
  margin: 0 0 10px;
}

.ts-cmms-features__header h2,
.ts-cmms-faq__header h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 12px;
}

.ts-cmms-features__lead {
  font-size: 0.98rem;
  color: #5a6578;
  line-height: 1.55;
  margin: 0;
}

.ts-cmms-features__lead p {
  margin: 0;
}

.ts-cmms-features__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .ts-cmms-features__grid {
    grid-template-columns: 1fr;
  }
}

.ts-cmms-features__grid h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 8px;
}

.ts-cmms-features__grid p {
  font-size: 0.92rem;
  color: #5a6578;
  line-height: 1.5;
  margin: 0;
}

.ts-cmms-faq {
  padding: 64px 0;
  background: #f4f7fa;
}

.ts-cmms-faq__list {
  margin: 0;
  max-width: 48em;
}

.ts-cmms-faq__item {
  padding: 20px 0;
  border-bottom: 1px solid #e2e8f0;
}

.ts-cmms-faq__item:last-child {
  border-bottom: none;
}

.ts-cmms-faq__item dt {
  font-size: 1.02rem;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 8px;
}

.ts-cmms-faq__item dd {
  font-size: 0.95rem;
  color: #5a6578;
  line-height: 1.55;
  margin: 0;
}


