@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-106 .tc-wp-content-root img, .wpc-scope-106 .tc-wp-content-root video, .wpc-scope-106 .tc-wp-content-root svg, .wpc-scope-106 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-content, .wpc-scope-106 .tc-wp-content-root .cognex-bg-content *{
  box-sizing: border-box;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-content section, .wpc-scope-106 .tc-wp-content-root .cognex-bg-content div, .wpc-scope-106 .tc-wp-content-root .cognex-bg-content article{
  max-width: 100%;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-section{
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  position: relative;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-section-white{
  background: #fff;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-section-warm{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 189, 112, 0.22), transparent 32%),
    radial-gradient(circle at 86% 24%, rgba(90, 143, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fff3e6 100%);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-heading-wrap{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-kicker{
  display: inline-block;
  margin: 0 0 10px;
  color: #b45f1a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-content h2{
  margin: 0;
  color: #18202b;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-subtitle{
  margin: 14px auto 0;
  max-width: 680px;
  color: #627083;
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card{
  --fg-accent: #f97316;
  --fg-accent-2: #2563eb;
  --fg-soft: rgba(249, 115, 22, 0.12);
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 278px;
  position: relative;
  isolation: isolate;
  padding: 28px;
  border: 1px solid rgba(31, 41, 51, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.88));
  box-shadow: 0 18px 44px rgba(22, 34, 51, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--fg-soft), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-accent) 20%, transparent), transparent 38%);
  opacity: 0.76;
  pointer-events: none;
  transition: opacity 0.28s ease;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.24);
  transform-origin: left;
  opacity: 0.75;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card.cognex-bg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, rgba(31, 41, 51, 0.14));
  box-shadow: 0 26px 68px rgba(22, 34, 51, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card:hover::before{
  opacity: 1;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-icon{
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--fg-accent);
  background: linear-gradient(145deg, #fff, var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.86), 0 14px 30px rgba(22, 34, 51, 0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card:hover .cognex-bg-icon{
  color: #fff;
  background: linear-gradient(145deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-content h3{
  margin: 0 0 12px;
  color: #202a36;
  font-size: 1.16rem;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fg-accent), transparent);
  transition: width 0.28s ease;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card:hover h3::after{
  width: 72px;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card p{
  margin: 0;
  color: #5d6979;
  font-size: 0.96rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fg-accent);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
  opacity: 0.16;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-card:hover .cognex-bg-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-accent) 78%, #111827);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-process{
  padding-top: 32px;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, var(--fg-accent), var(--fg-accent-2));
  box-shadow: 0 14px 32px color-mix(in srgb, var(--fg-accent) 24%, transparent);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-process:hover .cognex-bg-step{
  transform: translateY(-4px) scale(1.06) rotate(3deg);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--fg-accent) 34%, transparent);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid .cognex-bg-card:nth-child(1){
  --fg-accent: #f97316;
  --fg-accent-2: #ef4444;
  --fg-soft: rgba(249, 115, 22, 0.13);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid .cognex-bg-card:nth-child(2){
  --fg-accent: #0ea5e9;
  --fg-accent-2: #2563eb;
  --fg-soft: rgba(14, 165, 233, 0.12);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid .cognex-bg-card:nth-child(3){
  --fg-accent: #10b981;
  --fg-accent-2: #059669;
  --fg-soft: rgba(16, 185, 129, 0.12);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid .cognex-bg-card:nth-child(4){
  --fg-accent: #a855f7;
  --fg-accent-2: #6366f1;
  --fg-soft: rgba(168, 85, 247, 0.11);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid .cognex-bg-card:nth-child(5){
  --fg-accent: #f59e0b;
  --fg-accent-2: #d97706;
  --fg-soft: rgba(245, 158, 11, 0.13);
}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid .cognex-bg-card:nth-child(6){
  --fg-accent: #14b8a6;
  --fg-accent-2: #0891b2;
  --fg-soft: rgba(20, 184, 166, 0.12);
}@media (min-width: 1200px){.tc-wp-content-root .cognex-bg-section{
    padding: 92px 28px;
  }.tc-wp-content-root .cognex-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .cognex-bg-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .cognex-bg-section{
    padding: 78px 24px;
  }.tc-wp-content-root .cognex-bg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .cognex-bg-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .cognex-bg-subtitle{
    font-size: 0.99rem;
  }.tc-wp-content-root .cognex-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .cognex-bg-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cognex-bg-section{
    padding: 64px 20px;
  }.tc-wp-content-root .cognex-bg-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .cognex-bg-subtitle{
    font-size: 0.96rem;
  }.tc-wp-content-root .cognex-bg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .cognex-bg-card{
    min-height: 254px;
    padding: 23px;
  }.tc-wp-content-root .cognex-bg-content h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .cognex-bg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cognex-bg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .cognex-bg-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .cognex-bg-subtitle{
    font-size: 0.93rem;
    line-height: 1.65;
  }.tc-wp-content-root .cognex-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .cognex-bg-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .cognex-bg-icon{
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }.tc-wp-content-root .cognex-bg-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cognex-bg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .cognex-bg-kicker{
    font-size: 0.72rem;
  }.tc-wp-content-root .cognex-bg-subtitle{
    font-size: 0.9rem;
    line-height: 1.62;
  }.tc-wp-content-root .cognex-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .cognex-bg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 19px;
  }.tc-wp-content-root .cognex-bg-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .cognex-bg-icon i{
    font-size: 1.18rem;
  }.tc-wp-content-root .cognex-bg-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .cognex-bg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .cognex-bg-step{
    width: 42px;
    height: 42px;
    top: 18px;
    right: 18px;
    border-radius: 14px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cognex-bg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .cognex-bg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .cognex-bg-kicker{
    font-size: 0.68rem;
  }.tc-wp-content-root .cognex-bg-subtitle{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .cognex-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .cognex-bg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .cognex-bg-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .cognex-bg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .cognex-bg-content h3{
    font-size: 0.98rem;
    line-height: 1.32;
  }.tc-wp-content-root .cognex-bg-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .cognex-bg-step{
    width: 38px;
    height: 38px;
    top: 16px;
    right: 16px;
    border-radius: 13px;
    font-size: 0.76rem;
  }.tc-wp-content-root .cognex-bg-cta{
    font-size: 0.82rem;
  }}@media (max-width: 319px){.tc-wp-content-root .cognex-bg-section{
    padding: 34px 10px;
  }.tc-wp-content-root .cognex-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cognex-bg-card{
    min-height: auto;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .cognex-bg-card, .tc-wp-content-root .cognex-bg-card::before, .tc-wp-content-root .cognex-bg-card::after, .tc-wp-content-root .cognex-bg-icon, .tc-wp-content-root .cognex-bg-cta, .tc-wp-content-root .cognex-bg-step, .tc-wp-content-root .cognex-bg-content h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .cognex-bg-card, .tc-wp-content-root .cognex-bg-card.cognex-bg-visible, .tc-wp-content-root .cognex-bg-card:hover{
    transform: none !important;
  }}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid-how{}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid-what{}.wpc-scope-106 .tc-wp-content-root .cognex-bg-grid-why{}.wpc-scope-106 .tc-wp-content-root .cognex-bg-reveal{}