@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-82 .tc-wp-content-root img, .wpc-scope-82 .tc-wp-content-root video, .wpc-scope-82 .tc-wp-content-root svg, .wpc-scope-82 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section, .wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section *, .wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section *::before, .wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section *::after{
  box-sizing: border-box;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section{
  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;
  background: #fff;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-area, .wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-container, .wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-area{
  position: relative;
  padding: 92px 20px;
  overflow: hidden;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-area-white{
  background: #fff;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-area-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 187, 116, 0.2), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(76, 154, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf9 100%);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-container{
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-header{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-kicker{
  display: inline-block;
  margin: 0 0 12px;
  color: #b75f18;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section h2{
  margin: 0;
  color: #151922;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-header p{
  margin: 14px auto 0;
  color: #637083;
  font-size: 1.02rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
  display: grid;
  gap: 24px;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-card-a: #f97316;
  --fg-card-b: #2563eb;
  --fg-card-soft: rgba(249, 115, 22, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(31, 41, 55, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 132px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.88));
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  isolation: isolate;
  overflow: hidden;
  will-change: transform;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--fg-card-soft), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.72), transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: -1;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card::after{
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--fg-card-a), var(--fg-card-b));
  opacity: 0.55;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card.fgfb-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:hover{
  border-color: color-mix(in srgb, var(--fg-card-a) 42%, rgba(31, 41, 55, 0.12));
  box-shadow: 0 26px 70px rgba(18, 24, 38, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:hover::before{
  opacity: 1;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-icon{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--fg-card-a);
  background: linear-gradient(145deg, #fff, var(--fg-card-soft));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 12px 28px rgba(31,41,55,0.08);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:hover .fgfb-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-card-a), var(--fg-card-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #17202d;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--fg-card-a), var(--fg-card-b));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.28s ease;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card p{
  margin: 14px 0 0;
  color: #667386;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-card-a);
  font-size: 0.86rem;
  font-weight: 780;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:hover .fgfb-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--fg-card-b);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card-tilt{
  transform-style: preserve-3d;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card-tilt .fgfb-icon, .wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card-tilt h3, .wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card-tilt p{
  transform: translateZ(14px);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-process{
  padding-top: 34px;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-badge{
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  max-width: 100%;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-card-a), var(--fg-card-b));
  box-shadow: 0 14px 30px var(--fg-card-soft);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-process:hover .fgfb-badge{
  transform: translateY(-4px) rotate(4deg) scale(1.06);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--fg-card-a) 26%, transparent);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:nth-child(1){
  --fg-card-a: #f97316;
  --fg-card-b: #0ea5e9;
  --fg-card-soft: rgba(249, 115, 22, 0.14);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:nth-child(2){
  --fg-card-a: #14b8a6;
  --fg-card-b: #6366f1;
  --fg-card-soft: rgba(20, 184, 166, 0.14);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:nth-child(3){
  --fg-card-a: #ec4899;
  --fg-card-b: #f59e0b;
  --fg-card-soft: rgba(236, 72, 153, 0.13);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:nth-child(4){
  --fg-card-a: #8b5cf6;
  --fg-card-b: #22c55e;
  --fg-card-soft: rgba(139, 92, 246, 0.13);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:nth-child(5){
  --fg-card-a: #06b6d4;
  --fg-card-b: #ef4444;
  --fg-card-soft: rgba(6, 182, 212, 0.13);
}.wpc-scope-82 .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:nth-child(6){
  --fg-card-a: #84cc16;
  --fg-card-b: #2563eb;
  --fg-card-soft: rgba(132, 204, 22, 0.13);
}@media (min-width: 1200px){.tc-wp-content-root .fg-fake-barcode-section .fgfb-area{
    padding: 104px 28px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-container{
    max-width: 1220px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .fg-fake-barcode-section .fgfb-area{
    padding: 88px 24px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-container{
    max-width: 980px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
    padding: 25px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header p{
    font-size: 0.98rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fg-fake-barcode-section .fgfb-area{
    padding: 72px 22px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
    padding: 24px;
    min-height: 230px;
  }.tc-wp-content-root .fg-fake-barcode-section h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fg-fake-barcode-section .fgfb-area{
    padding: 58px 16px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header p{
    font-size: 0.94rem;
    line-height: 1.65;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
    padding: 22px;
    min-height: auto;
    border-radius: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fg-fake-barcode-section .fgfb-area{
    padding: 50px 14px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header p{
    font-size: 0.9rem;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-badge{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 0.82rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fg-fake-barcode-section .fgfb-area{
    padding: 44px 12px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-kicker{
    font-size: 0.7rem;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-header p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
    padding: 18px;
    min-height: auto;
    border-radius: 18px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card p{
    font-size: 0.86rem;
  }.tc-wp-content-root .fg-fake-barcode-section h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 14px;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-badge{
    width: 38px;
    height: 38px;
    top: 16px;
    right: 16px;
    border-radius: 12px;
    font-size: 0.78rem;
  }}@media (max-width: 319px){.tc-wp-content-root .fg-fake-barcode-section .fgfb-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .fg-fake-barcode-section .fgfb-card, .tc-wp-content-root .fg-fake-barcode-section .fgfb-card::before, .tc-wp-content-root .fg-fake-barcode-section .fgfb-icon, .tc-wp-content-root .fg-fake-barcode-section .fgfb-cta, .tc-wp-content-root .fg-fake-barcode-section .fgfb-badge, .tc-wp-content-root .fg-fake-barcode-section h3{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card, .tc-wp-content-root .fg-fake-barcode-section .fgfb-card.fgfb-visible, .tc-wp-content-root .fg-fake-barcode-section .fgfb-card:hover{
    transform: none !important;
  }.tc-wp-content-root .fg-fake-barcode-section .fgfb-card{
    opacity: 1;
  }}.wpc-scope-82 .tc-wp-content-root .fgfb-grid-how{}.wpc-scope-82 .tc-wp-content-root .fgfb-grid-what{}.wpc-scope-82 .tc-wp-content-root .fgfb-grid-why{}.wpc-scope-82 .tc-wp-content-root .fgfb-reveal{}