@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-124 .tc-wp-content-root img, .wpc-scope-124 .tc-wp-content-root video, .wpc-scope-124 .tc-wp-content-root svg, .wpc-scope-124 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap, .wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap *{
  box-sizing: border-box;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1b2430;
  background: #fff;
  line-height: 1.6;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section{
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 84px 20px;
  overflow: hidden;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section-white{
  background: #fff;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section-warm{
  background:
    linear-gradient(135deg, rgba(255, 247, 237, 0.92), rgba(249, 250, 251, 0.98) 52%, rgba(236, 253, 245, 0.8)),
    #fff7ed;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-container{
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: #111827;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6472;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card{
  --fg-accent: #0f766e;
  --fg-accent-soft: rgba(15, 118, 110, 0.12);
  --fg-accent-line: rgba(15, 118, 110, 0.24);
  --fg-mx: 50%;
  --fg-my: 35%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 258px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 249, 0.78));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    opacity 520ms ease,
    background 260ms ease;
  transform-style: preserve-3d;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--fg-accent-soft), transparent 40%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--fg-accent-soft), transparent 34%);
  opacity: 0.55;
  z-index: -1;
  transition: opacity 260ms ease;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--fg-accent), transparent);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:hover{
  border-color: var(--fg-accent-line);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
  transform: translateY(-6px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:hover::before{
  opacity: 0.9;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:hover::after{
  opacity: 0.8;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--fg-accent-soft);
  color: var(--fg-accent);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transition:
    transform 260ms ease,
    background-color 260ms ease,
    color 260ms ease,
    box-shadow 260ms ease;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:hover .lpnbarcode-icon{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  background: var(--fg-accent);
  color: #fff;
  box-shadow: 0 16px 34px var(--fg-accent-soft);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card h3{
  position: relative;
  margin: 22px 0 10px;
  padding-bottom: 10px;
  color: #111827;
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 750;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--fg-accent);
  transition: width 260ms ease;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:hover h3::after{
  width: 86px;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card p{
  margin: 0;
  color: #5f6876;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.42;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:hover .lpnbarcode-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card-tilt{
  perspective: 900px;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-process-card{
  padding-top: 76px;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-step-badge{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  max-width: calc(100% - 48px);
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #111827;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
  transition: transform 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-process-card:hover .lpnbarcode-step-badge{
  transform: translateY(-3px) scale(1.08);
  background: var(--fg-accent);
  box-shadow: 0 18px 38px var(--fg-accent-soft);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:nth-child(1){
  --fg-accent: #0f766e;
  --fg-accent-soft: rgba(15, 118, 110, 0.13);
  --fg-accent-line: rgba(15, 118, 110, 0.34);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:nth-child(2){
  --fg-accent: #b45309;
  --fg-accent-soft: rgba(180, 83, 9, 0.13);
  --fg-accent-line: rgba(180, 83, 9, 0.34);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:nth-child(3){
  --fg-accent: #2563eb;
  --fg-accent-soft: rgba(37, 99, 235, 0.12);
  --fg-accent-line: rgba(37, 99, 235, 0.31);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:nth-child(4){
  --fg-accent: #be123c;
  --fg-accent-soft: rgba(190, 18, 60, 0.11);
  --fg-accent-line: rgba(190, 18, 60, 0.3);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:nth-child(5){
  --fg-accent: #6d28d9;
  --fg-accent-soft: rgba(109, 40, 217, 0.11);
  --fg-accent-line: rgba(109, 40, 217, 0.3);
}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:nth-child(6){
  --fg-accent: #047857;
  --fg-accent-soft: rgba(4, 120, 87, 0.12);
  --fg-accent-line: rgba(4, 120, 87, 0.32);
}@media (min-width: 1200px){.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section{
    padding: 96px 28px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-container{
    width: min(1220px, 100%);
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section{
    padding: 78px 22px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-container{
    width: min(1040px, 100%);
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block p{
    font-size: 0.98rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section{
    padding: 66px 20px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block p{
    font-size: 0.96rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card{
    min-height: 238px;
    padding: 23px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section{
    padding: 54px 16px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block p{
    font-size: 0.94rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-process-card{
    padding-top: 68px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section{
    padding: 46px 14px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block p{
    font-size: 0.9rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card{
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.08rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-step-badge{
    width: 42px;
    height: 42px;
    top: 20px;
    right: 20px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-section{
    padding: 40px 12px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-heading-block p{
    font-size: 0.86rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 1rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card h3{
    margin-top: 18px;
    font-size: 0.96rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card p, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-step-badge{
    width: 38px;
    height: 38px;
    top: 18px;
    right: 18px;
    border-radius: 12px;
    font-size: 0.78rem;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card::before, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card::after, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-icon, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-cta, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-step-badge, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card.is-visible, .tc-wp-content-root .lpnbarcode-editorial-wrap .lpnbarcode-card:hover{
    transform: none !important;
  }}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-grid-how{}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-grid-what{}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-grid-why{}.wpc-scope-124 .tc-wp-content-root .lpnbarcode-reveal{}