@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-101 .tc-wp-content-root img, .wpc-scope-101 .tc-wp-content-root video, .wpc-scope-101 .tc-wp-content-root svg, .wpc-scope-101 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap *, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap *::before, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap *::after{
  box-sizing: border-box;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #17211f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap section, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap div, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap article{
}
.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-section{
  position: relative;
  width: 100%;
  padding: 96px 22px;
  overflow: hidden;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-section-white{
  background: #fff;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-section-warm{
  background:
    linear-gradient(135deg, rgba(255, 248, 238, 0.96), rgba(246, 251, 247, 0.98)),
    radial-gradient(circle at 18% 18%, rgba(255, 184, 107, 0.16), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(57, 139, 124, 0.12), transparent 32%);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-head{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-head h2{
  margin: 0;
  color: #12211f;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-head p{
  margin: 14px auto 0;
  color: #5b6763;
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card{
  --fg-accent: #2f8c7c;
  --fg-accent-2: #f1a64e;
  --fg-soft: rgba(47, 140, 124, 0.1);
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(20, 38, 34, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.78), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 240, 0.88));
  box-shadow: 0 18px 45px rgba(26, 38, 35, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--fg-accent) 13%, transparent), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-accent-2) 18%, transparent), transparent 30%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  opacity: 0.75;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 280ms ease, opacity 280ms ease;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card.fg-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, rgba(20, 38, 34, 0.12));
  box-shadow: 0 26px 70px rgba(24, 42, 38, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:hover::before{
  opacity: 1;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-icon{
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--fg-accent);
  background: var(--fg-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fg-accent) 14%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-icon i{
  font-size: 1.38rem;
  line-height: 1;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:hover .fg-3dbarcode-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--fg-accent) 22%, transparent);
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: #162421;
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 760;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card p{
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #5b6763;
  font-size: 0.98rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fg-accent);
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 750;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:hover .fg-3dbarcode-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-accent) 82%, #101c1a);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-process-card{
  padding-top: 74px;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-step{
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: grid;
  width: 54px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--fg-accent) 22%, transparent);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-process-card:hover .fg-3dbarcode-step{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--fg-accent) 28%, transparent);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:nth-child(1){
  --fg-accent: #287f74;
  --fg-accent-2: #e5a144;
  --fg-soft: rgba(40, 127, 116, 0.11);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:nth-child(2){
  --fg-accent: #6d5bd0;
  --fg-accent-2: #2aa7a0;
  --fg-soft: rgba(109, 91, 208, 0.11);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:nth-child(3){
  --fg-accent: #b56b38;
  --fg-accent-2: #2f8c7c;
  --fg-soft: rgba(181, 107, 56, 0.11);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:nth-child(4){
  --fg-accent: #2f6ea5;
  --fg-accent-2: #d89446;
  --fg-soft: rgba(47, 110, 165, 0.11);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:nth-child(5){
  --fg-accent: #8b4f7a;
  --fg-accent-2: #60a87d;
  --fg-soft: rgba(139, 79, 122, 0.11);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-card:nth-child(6){
  --fg-accent: #526b2d;
  --fg-accent-2: #d18b58;
  --fg-soft: rgba(82, 107, 45, 0.11);
}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap .fg-3dbarcode-card, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap .fg-3dbarcode-icon, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap .fg-3dbarcode-step, .wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-wrap .fg-3dbarcode-cta{
  max-width: 100%;
}@media (min-width: 1200px){.tc-wp-content-root .fg-3dbarcode-section{
    padding: 104px 28px;
  }.tc-wp-content-root .fg-3dbarcode-container{
    max-width: 1200px;
  }.tc-wp-content-root .fg-3dbarcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fg-3dbarcode-card{
    padding: 32px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .fg-3dbarcode-section{
    padding: 88px 24px;
  }.tc-wp-content-root .fg-3dbarcode-container{
    max-width: 980px;
  }.tc-wp-content-root .fg-3dbarcode-head p{
    font-size: 1rem;
  }.tc-wp-content-root .fg-3dbarcode-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fg-3dbarcode-card{
    min-height: 250px;
    padding: 26px;
  }.tc-wp-content-root .fg-3dbarcode-process-card{
    padding-top: 70px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fg-3dbarcode-section{
    padding: 76px 20px;
  }.tc-wp-content-root .fg-3dbarcode-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .fg-3dbarcode-head p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .fg-3dbarcode-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fg-3dbarcode-card{
    min-height: 238px;
    padding: 24px;
  }.tc-wp-content-root .fg-3dbarcode-card h3{
    font-size: 1.1rem;
  }.tc-wp-content-root .fg-3dbarcode-card p{
    font-size: 0.95rem;
  }.tc-wp-content-root .fg-3dbarcode-icon{
    width: 54px;
    height: 54px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fg-3dbarcode-section{
    padding: 58px 16px;
  }.tc-wp-content-root .fg-3dbarcode-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .fg-3dbarcode-head p{
    font-size: 0.94rem;
    line-height: 1.6;
  }.tc-wp-content-root .fg-3dbarcode-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .fg-3dbarcode-card{
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .fg-3dbarcode-card h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .fg-3dbarcode-card p{
    font-size: 0.94rem;
  }.tc-wp-content-root .fg-3dbarcode-cta{
    opacity: 1;
    transform: none;
  }.tc-wp-content-root .fg-3dbarcode-process-card{
    padding-top: 66px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fg-3dbarcode-section{
    padding: 50px 14px;
  }.tc-wp-content-root .fg-3dbarcode-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .fg-3dbarcode-head p{
    font-size: 0.9rem;
    line-height: 1.56;
  }.tc-wp-content-root .fg-3dbarcode-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fg-3dbarcode-card{
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fg-3dbarcode-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .fg-3dbarcode-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .fg-3dbarcode-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fg-3dbarcode-icon i{
    font-size: 1.15rem;
  }.tc-wp-content-root .fg-3dbarcode-step{
    top: 18px;
    right: 18px;
    width: 48px;
    height: 38px;
    font-size: 0.82rem;
  }.tc-wp-content-root .fg-3dbarcode-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .fg-3dbarcode-cta{
    opacity: 1;
    transform: none;
    font-size: 0.88rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fg-3dbarcode-section{
    padding: 44px 12px;
  }.tc-wp-content-root .fg-3dbarcode-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .fg-3dbarcode-head p{
    font-size: 0.86rem;
    line-height: 1.52;
  }.tc-wp-content-root .fg-3dbarcode-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fg-3dbarcode-card{
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fg-3dbarcode-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .fg-3dbarcode-card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .fg-3dbarcode-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fg-3dbarcode-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .fg-3dbarcode-step{
    top: 16px;
    right: 16px;
    width: 44px;
    height: 34px;
    font-size: 0.78rem;
  }.tc-wp-content-root .fg-3dbarcode-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .fg-3dbarcode-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }}@media (max-width: 319px){.tc-wp-content-root .fg-3dbarcode-section{
    padding: 38px 10px;
  }.tc-wp-content-root .fg-3dbarcode-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .fg-3dbarcode-card{
    min-height: 0;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .fg-3dbarcode-wrap *, .tc-wp-content-root .fg-3dbarcode-wrap *::before, .tc-wp-content-root .fg-3dbarcode-wrap *::after{
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }.tc-wp-content-root .fg-3dbarcode-card, .tc-wp-content-root .fg-3dbarcode-card.fg-is-visible, .tc-wp-content-root .fg-3dbarcode-card:hover{
    transform: none !important;
    opacity: 1;
  }.tc-wp-content-root .fg-3dbarcode-cta{
    opacity: 1;
    transform: none;
  }}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-how-grid{}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-reveal{}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-what-grid{}.wpc-scope-101 .tc-wp-content-root .fg-3dbarcode-why-grid{}