@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-80 .tc-wp-content-root img, .wpc-scope-80 .tc-wp-content-root video, .wpc-scope-80 .tc-wp-content-root svg, .wpc-scope-80 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section, .wpc-scope-80 .tc-wp-content-root .fg-barcode-section *{
  box-sizing: border-box;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-block{
  width: 100%;
  max-width: 100%;
  padding: 86px 22px;
  overflow: hidden;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-block-white{
  background: #fff;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-block-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 178, 101, 0.2), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(70, 130, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 100%);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-container{
  width: min(1220px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-heading{
  width: min(760px, 100%);
  max-width: 100%;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-heading h2{
  margin: 0;
  color: #131827;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-heading p{
  margin: 14px auto 0;
  color: #5d6678;
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card{
  --fg-accent: #f26b3a;
  --fg-accent-2: #ffb067;
  --fg-soft: rgba(242, 107, 58, 0.11);
  --fg-border: rgba(24, 32, 47, 0.1);
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--fg-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.86)),
    radial-gradient(circle at 10% 0%, var(--fg-soft), transparent 36%);
  box-shadow: 0 18px 46px rgba(24, 32, 47, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    transform 420ms ease,
    opacity 520ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:nth-child(2){
  --fg-accent: #2f8f7a;
  --fg-accent-2: #77d3b3;
  --fg-soft: rgba(47, 143, 122, 0.12);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:nth-child(3){
  --fg-accent: #5c6ee8;
  --fg-accent-2: #a6afff;
  --fg-soft: rgba(92, 110, 232, 0.12);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:nth-child(4){
  --fg-accent: #c45a91;
  --fg-accent-2: #f2a6c9;
  --fg-soft: rgba(196, 90, 145, 0.12);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:nth-child(5){
  --fg-accent: #b97818;
  --fg-accent-2: #ffd083;
  --fg-soft: rgba(185, 120, 24, 0.13);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:nth-child(6){
  --fg-accent: #2476a8;
  --fg-accent-2: #8bd3ff;
  --fg-soft: rgba(36, 118, 168, 0.12);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card.fg-barcode-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-shine{
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.7;
  transition: transform 260ms ease, opacity 260ms ease;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 45%, transparent);
  box-shadow: 0 24px 66px rgba(24, 32, 47, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:hover .fg-barcode-shine{
  opacity: 1;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--fg-accent);
  background: linear-gradient(145deg, #fff, var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 10px 22px rgba(24, 32, 47, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:hover .fg-barcode-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #151b2a;
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card p{
  margin: 13px 0 0;
  color: #606b7d;
  font-size: 0.98rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-card:hover .fg-barcode-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-process{
  padding-top: 76px;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  box-shadow: 0 14px 26px rgba(24, 32, 47, 0.14);
  font-size: 0.88rem;
  font-weight: 900;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-80 .tc-wp-content-root .fg-barcode-section .fg-barcode-process:hover .fg-barcode-step{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 36px rgba(24, 32, 47, 0.18);
}@media (min-width: 1200px){.tc-wp-content-root .fg-barcode-section .fg-barcode-block{
    padding: 96px 28px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading{
    margin-bottom: 42px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .fg-barcode-section .fg-barcode-block{
    padding: 78px 22px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading p{
    font-size: 1rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card{
    padding: 24px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-process{
    padding-top: 72px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fg-barcode-section .fg-barcode-block{
    padding: 64px 20px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card{
    padding: 23px;
    border-radius: 20px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card p{
    font-size: 0.95rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fg-barcode-section .fg-barcode-block{
    padding: 52px 16px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading p{
    font-size: 0.96rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card{
    padding: 22px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-icon{
    width: 50px;
    height: 50px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fg-barcode-section .fg-barcode-block{
    padding: 46px 14px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading p{
    font-size: 0.93rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-step{
    width: 44px;
    height: 44px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fg-barcode-section .fg-barcode-block{
    padding: 40px 12px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-heading p{
    font-size: 0.9rem;
    line-height: 1.65;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card{
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card p, .tc-wp-content-root .fg-barcode-section .fg-barcode-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-icon i{
    font-size: 1.1rem;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-process{
    padding-top: 66px;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-step{
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    font-size: 0.78rem;
  }}@media (max-width: 319px){.tc-wp-content-root .fg-barcode-section .fg-barcode-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .fg-barcode-section .fg-barcode-card, .tc-wp-content-root .fg-barcode-section .fg-barcode-card *, .tc-wp-content-root .fg-barcode-section .fg-barcode-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fg-barcode-section .fg-barcode-card, .tc-wp-content-root .fg-barcode-section .fg-barcode-card.fg-barcode-visible, .tc-wp-content-root .fg-barcode-section .fg-barcode-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-80 .tc-wp-content-root .fg-barcode-grid-how{}.wpc-scope-80 .tc-wp-content-root .fg-barcode-grid-what{}.wpc-scope-80 .tc-wp-content-root .fg-barcode-grid-why{}.wpc-scope-80 .tc-wp-content-root .fg-barcode-reveal{}.wpc-scope-80 .tc-wp-content-root .fg-barcode-tilt{}