:root { --tg-primary: #0ba56a; --tg-primary-dark: #078857; --tg-heading: #111b24; --tg-body: #566b62; --tg-white: #fff; --tg-soft: #f7f9f7; --tg-border: #dce1e5; --tg-border-light: #cce8dc; --tg-accent-bg: #eaf7ef; }
.tg-main-wrap, .tg-main-wrap *, .tg-main-wrap *::before, .tg-main-wrap *::after { box-sizing: border-box; }
.internal-links { color: #008352 !important; font-weight: 700 !important; }
.tg-main-wrap { display: flex; flex-direction: column; color: var(--tg-body); background: var(--tg-white); font-family: "Inter", system-ui, -apple-system, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.tg-main-wrap h1, .tg-main-wrap p { margin: 0; }
.tg-main-wrap h1 { color: var(--tg-heading); font-size: 44px; font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; }
.tg-main-wrap .body-large { color: var(--tg-body); font-size: 18px; line-height: 1.65; }
.tg-container, .tg-main-wrap .container-xl-custom { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 80px; }
.tg-hero { order: 0; overflow: hidden; padding-block: 50px 70px; }
.tg-hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 56px; align-items: center; }
.tg-hero h1 { margin-bottom: 16px; }
.tg-hero .hero-subhead { color: #0ba56a; font-size: 18px; font-weight: 700; line-height: 1.4; margin-bottom: 14px; }
.tg-hero p { max-width: 540px; }
ul.tg-static-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid #e2ece6; list-style: none; }
ul.tg-static-highlights>li:last-child { grid-column: 1 / -1; }
ul.tg-static-highlights>li { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 0; color: #173b36; font-size: 14.5px; font-weight: 500; line-height: 1.35; }
ul.tg-static-highlights>li::before { content: none; }
ul.tg-static-highlights>li>.bi-check2-circle, ul.tg-static-highlights>li>i.tg-banner-tick { display: inline-block; flex: 0 0 auto; color: #0ba56a; font-size: 17px; line-height: 1.35; margin-right: 0; }
.tg-client-strip, .client-strip { order: 1; width: 100%; max-width: 100%; padding: 26px 0; background: #fff; border-top: 0; border-bottom: 1px solid #dce5e0; overflow: hidden; margin: 0; }
.tg-client-logo-marquee, .client-logo-marquee { display: flex; align-items: center; width: max-content; gap: 0; margin: 0; padding: 0; animation: tg-client-marquee 40s linear infinite; will-change: transform; }
.tg-client-logo-marquee:hover, .tg-client-logo-marquee:focus-within, .client-logo-marquee:hover, .client-logo-marquee:focus-within { animation-play-state: paused; }
.tg-client-logo-row, .client-logo-row { display: flex; align-items: center; gap: 100px; padding-right: 100px; min-width: 0; flex: 0 0 auto; flex-wrap: nowrap; }
.tg-client-logo-row[aria-hidden="true"], .client-logo-row[aria-hidden="true"] { display: flex; }
.tg-client-logo, .client-logo { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; min-height: 52px; }
.tg-client-logo img, .client-logo img { max-height: 44px; opacity: 0.85; display: block; }
@keyframes tg-client-marquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
.tg-toc-section { order: 2; display: none; padding: 32px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); background: #fafafa; }
.tg-toc-card { padding: 15px 25px; border: 1px solid #e6f5ee; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(0, 40, 22, 0.04); }
.tg-toc-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 0; border: 0; background: none; color: var(--tg-heading); font-family: "Inter", sans-serif; cursor: pointer; }
.tg-toc-trigger-text { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; }
.tg-toc-trigger-text svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--tg-primary); }
.tg-toc-arrow { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: #e6f5ee; color: var(--tg-primary-dark); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.tg-toc-arrow svg { width: 18px; height: 18px; }
.tg-toc-card.active .tg-toc-arrow { transform: rotate(180deg); }
.tg-toc-body { overflow: hidden; max-height: 0; transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
#toc-list-container.toc-expanded { max-height: 1400px; }
.tg-toc-nav { margin-top: 20px; padding: 20px 0 2px 20px; border-top: 1px solid #e6f5ee; border-left: 3px solid var(--tg-primary); }
.tg-toc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 0; padding: 0; list-style: none; }
.tg-toc-item { margin: 0; padding: 0; }
.tg-toc-link { display: flex; align-items: center; gap: 8px; padding: 4px 0; color: #475467; font-size: 14.5px; font-weight: 500; text-decoration: none; transition: color 0.2s ease; }
.tg-toc-link::before { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; margin-right: 4px; border-radius: 50%; background: var(--tg-primary); content: ""; }
.tg-toc-link:hover, .tg-toc-link:active { color: var(--tg-primary); text-decoration: none; }
.fs-section { order: 3; padding: 64px 0; scroll-margin-top: 100px; background: #fff; }
.fs-soft { background: #f7f9f7; }
.fs-head { display: grid; grid-template-columns: minmax(300px, 0.85fr) minmax(320px, 1.15fr); gap: 64px; align-items: center; margin-bottom: 40px; }
.fs-head h2 { margin: 0; color: #111b24; font-size: 32px; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.fs-head p { margin: 0; color: #566b62; font-size: 17px; font-weight: 400; line-height: 1.6; }
.fs-head p + p { margin-top: 10px; }
.fs-head-center { display: block; text-align: center; max-width: 820px; margin-inline: auto; margin-bottom: 40px; }
.fs-head-center h2, #faq .fs-head-center h2 { margin-bottom: 14px; color: #355e62; font-weight: 500; letter-spacing: -0.01em; }
.fs-head-center p { margin: 0; color: #566b62; font-size: 17px; line-height: 1.6; }
.rf-assess-widget { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: start; }
.rf-assess-items { display: flex; flex-direction: column; gap: 12px; }
.rf-assess-item { display: flex; align-items: center; gap: 16px; padding: 18px 22px; border: 1.5px solid var(--tg-border); border-radius: 14px; background: #fff; transition: all 0.25s ease; }
.rf-assess-item:hover { border-color: var(--tg-primary); transform: translateY(-2px); box-shadow: 0 4px 14px rgba(11, 165, 106, 0.08); }
.rf-assess-icon { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(7, 136, 87, 0.1); color: #078857; font-size: 16px; flex-shrink: 0; }
.rf-assess-item span.opt-text { color: #111b24; font-size: 16px; font-weight: 600; line-height: 1.4; }
.rf-assess-card { position: sticky; top: 110px; padding: 32px 30px; border-radius: 20px; background: #078857; color: #fff; box-shadow: 0 16px 36px rgba(7, 136, 87, 0.2); }
.rf-assess-tag { display: inline-block; padding: 4px 10px; border-radius: 6px; background: rgba(255, 255, 255, 0.2); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.rf-assess-card h3 { margin: 0 0 12px; color: #fff; font-size: 22px; font-weight: 700; line-height: 1.3; }
.rf-assess-card p.result-text { margin: 0 0 24px; color: #eaf7ef; font-size: 15.5px; line-height: 1.6; }
.rf-assess-cta-btn { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 0; border-radius: 10px; background: #fff; color: #078857; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; transition: all 0.2s ease; }
.rf-assess-cta-btn:hover { background: #eaf7ef; color: #078857; text-decoration: none; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }
.rf-sec-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 28px; border: 0; border-radius: 10px; background: #078857; color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: all 0.2s ease; }
.rf-sec-cta-btn:hover { background: #0ba56a; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(7, 136, 87, 0.25); text-decoration: none; }
.rf-sec-cta-btn-white { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 28px; border: 0; border-radius: 10px; background: #fff; color: #078857; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; transition: all 0.2s ease; }
.rf-sec-cta-btn-white:hover { background: #eaf7ef; color: #078857; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); text-decoration: none; }
.rf-sec-cta-wrap { text-align: center; margin-top: 36px; }
#how-turn-data .fs-head, #what-is-rfid-system .fs-head, #rfid-vs-barcode .fs-head, #why-transgenie .fs-head { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 36px; text-align: left; }
#how-turn-data .fs-head h2, #what-is-rfid-system .fs-head h2, #rfid-vs-barcode .fs-head h2, #why-transgenie .fs-head h2 { width: 100%; max-width: none; margin: 0; }
#how-turn-data .fs-head div, #what-is-rfid-system .fs-head div, #rfid-vs-barcode .fs-head div, #why-transgenie .fs-head p { width: 100%; max-width: 960px; }
#how-turn-data .fs-head div p+p, #what-is-rfid-system .fs-head div p+p, #rfid-vs-barcode .fs-head div p+p { margin-top: 10px; }
#how-turn-data .rf-subheading { margin-top: 28px; margin-bottom: 22px; text-align: left; }
.rf-subheading { margin-top: 40px; margin-bottom: 24px; text-align: center; }
.rf-subheading h3 { color: #111b24; font-size: 24px; font-weight: 700; margin: 0; }
.rf-pipeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 28px; }
.rf-pipeline-card { display: flex; flex-direction: column; padding: 24px 22px; border: 1px solid var(--tg-border); border-radius: 16px; background: #fff; transition: all 0.25s ease; position: relative; }
.rf-pipeline-card:hover { border-color: var(--tg-primary); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); }
.rf-step-num { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 8px; background: var(--tg-accent-bg); color: var(--tg-primary-dark); font-size: 13px; font-weight: 800; }
.rf-pipeline-card h4 { margin: 0 0 10px; color: #111b24; font-size: 18px; font-weight: 700; }
.rf-pipeline-card p { margin: 0; color: #566b62; font-size: 14.5px; line-height: 1.55; }
.rf-flow-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 18px 26px; border-radius: 14px; background: #111b24; color: #fff; font-size: 15px; font-weight: 600; text-align: center; }
.rf-flow-strip span.pill { padding: 4px 12px; border-radius: 6px; background: rgba(255, 255, 255, 0.12); color: #0ba56a; font-weight: 700; }
.rf-flow-strip span.arrow { color: #8bb39e; }
.rf-layers-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; margin: 40px 0 52px; }
.rf-flow-track { position: absolute; top: 34px; left: 16.66%; right: 16.66%; height: 2px; background: #cce8dc; z-index: 1; pointer-events: none; }
.rf-flow-indicator { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 26px; height: 26px; border-radius: 50%; background: #ffffff; border: 1.5px solid #0ba56a; color: #078857; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(11, 165, 106, 0.15); z-index: 2; transition: all 0.25s ease; }
.rf-flow-indicator.rf-ind-1 { left: 25%; }
.rf-flow-indicator.rf-ind-2 { left: 75%; }
.rf-layers-flow:hover .rf-flow-indicator { border-color: #078857; color: #05633f; box-shadow: 0 4px 12px rgba(11, 165, 106, 0.25); }
.rf-flow-step { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 2; transition: transform 0.25s ease; }
.rf-flow-step:hover { transform: translateY(-3px); }
.rf-flow-node { position: relative; z-index: 2; width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%; background: #ffffff; border: 2px solid #0ba56a; display: flex; align-items: center; justify-content: center; color: #078857; box-shadow: 0 0 0 7px #eaf7ef, 0 8px 24px rgba(11, 165, 106, 0.14); transition: all 0.28s ease; }
.rf-flow-step:hover .rf-flow-node { transform: scale(1.06); box-shadow: 0 0 0 10px #d8f1e3, 0 12px 28px rgba(11, 165, 106, 0.22); border-color: #078857; color: #05633f; }
.rf-flow-step.is-culmination .rf-flow-node { border-color: #078857; background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%); }
.rf-flow-num { position: absolute; top: -6px; right: -6px; background: #078857; color: #ffffff; font-size: 10.5px; font-weight: 800; padding: 2px 7px; border-radius: 999px; line-height: 1.2; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18); }
.rf-flow-body { display: flex; flex-direction: column; align-items: center; text-align: center; }
.rf-flow-badge { display: inline-block; padding: 4px 12px; border-radius: 999px; background: #eaf7ef; color: #078857; font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; }
.rf-flow-step h3 { margin: 0 0 10px; color: #111b24; font-size: 20px; font-weight: 700; transition: color 0.2s ease; }
.rf-flow-step:hover h3 { color: #078857; }
.rf-flow-step p { margin: 0; color: #566b62; font-size: 15px; line-height: 1.65; max-width: 330px; }
.rf-diff-box { padding: 36px 40px; border: 1.5px solid #cce8dc; border-radius: 22px; background: #fff; box-shadow: 0 8px 26px rgba(7, 136, 87, 0.06); }
.rf-diff-box h3 { margin: 0 0 24px; color: #111b24; font-size: 22px; font-weight: 700; text-align: center; }
.rf-diff-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.rf-diff-vs { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: #111b24; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.05em; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }
.rf-diff-col { padding: 24px 26px; border-radius: 14px; border: 1.5px solid #e2ece6; background: #fbfdfc; transition: all 0.25s ease; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.rf-diff-col:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04); }
.rf-diff-col.is-highlight { border-color: #0ba56a; background: linear-gradient(135deg, rgba(11, 165, 106, 0.07) 0%, rgba(11, 165, 106, 0.02) 100%); box-shadow: 0 4px 16px rgba(11, 165, 106, 0.08); }
.rf-diff-col h4 { margin: 0 0 10px; color: #111b24; font-size: 18px; font-weight: 700; }
.rf-diff-col.is-highlight h4 { color: #078857; }
.rf-diff-col p { margin: 0; color: #566b62; font-size: 14.5px; line-height: 1.6; }
.rf-console { display: grid; grid-template-columns: 280px 1fr; overflow: hidden; border: 1px solid var(--tg-border); border-radius: 18px; background: #fff; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04); }
.rf-console-nav { display: flex; flex-direction: column; padding: 12px; background: #111b24; gap: 4px; }
.rf-console-nav button { display: flex; align-items: center; gap: 12px; min-height: 42px; padding: 8px 14px; border: 0; border-radius: 8px; background: transparent; color: rgba(255, 255, 255, 0.75); font-family: "Inter", sans-serif; font-size: 14px; font-weight: 700; text-align: left; cursor: pointer; transition: all 0.25s ease; }
.rf-console-nav button:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }
.rf-console-nav button.is-active { background: #0ba56a; color: #fff; transform: translateX(4px); }
.rf-console-nav button span.num { display: grid; width: 24px; height: 24px; flex-shrink: 0; place-items: center; border-radius: 5px; background: rgba(255, 255, 255, 0.15); font-size: 10.5px; font-weight: 800; }
.rf-console-display { display: flex; align-items: center; padding: 24px 36px; background: #ffffff; min-height: 220px; }
.rf-console-panel { display: none; width: 100%; animation: rfFade 0.3s ease; }
.rf-console-panel.is-active { display: block; }
.rf-console-panel span.step-pill { display: none; }
.rf-console-panel h3 { margin: 0 0 10px; color: #111b24; font-size: 24px; font-weight: 700; line-height: 1.25; }
.rf-console-panel ul.rf-console-points { margin: 0 0 10px; padding: 0; list-style: none; }
.rf-console-panel p.lead, .rf-console-panel ul.rf-console-points li { position: relative; margin: 0 0 10px; padding-left: 20px; color: #111b24; font-size: 16px; font-weight: 600; line-height: 1.5; }
.rf-console-panel p.lead::before, .rf-console-panel ul.rf-console-points li::before { content: ""; position: absolute; top: 9px; left: 4px; width: 6px; height: 6px; border-radius: 50%; background-color: #111b24; }
.rf-console-panel p.body { margin: 0; color: #566b62; font-size: 15px; line-height: 1.6; }
.rf-banner-strip { margin-top: 16px; padding: 14px 20px; border-radius: 12px; background: var(--tg-accent-bg); border-left: 4px solid var(--tg-primary); color: #111b24; font-size: 14.5px; font-weight: 600; }
.rf-banner-strip strong { color: var(--tg-primary-dark); }
/* ============ SECTION 5: CAPABILITIES INTERACTIVE SHOWCASE ============ */
.rf-cap-showcase { margin-top: 36px; }
.rf-cap-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; padding: 10px; background: #f4f8f5; border: 1px solid #dce8e1; border-radius: 18px; }
.rf-cap-nav-btn { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 8px 16px; border-radius: 12px; border: 1.5px solid transparent; background: #ffffff; color: #566b62; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 700; white-space: nowrap; cursor: pointer; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03); transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
.rf-cap-nav-btn span.num { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; background: #eaf7ef; color: #078857; font-size: 11px; font-weight: 800; transition: all 0.25s; }
.rf-cap-nav-btn:hover { background: #ffffff; color: #111b24; border-color: #0ba56a; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(11, 165, 106, 0.12); }
.rf-cap-nav-btn.is-active { background: #0ba56a; color: #ffffff; border-color: #0ba56a; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(11, 165, 106, 0.26); }
.rf-cap-nav-btn.is-active span.num { background: rgba(255, 255, 255, 0.25); color: #ffffff; }
.rf-cap-display { position: relative; max-width: 920px; margin: 0 auto; background: #ffffff; border: 1.5px solid #d8e5df; border-radius: 22px; box-shadow: 0 16px 40px -12px rgba(11, 165, 106, 0.12), 0 4px 16px rgba(0, 0, 0, 0.03); overflow: hidden; }
.rf-cap-display-bar { height: 4px; background: linear-gradient(90deg, #0ba56a, #10b981); }
.rf-cap-panel { display: none; padding: 38px 44px 34px; }
.rf-cap-panel.is-active { display: block; animation: rfCapFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
@keyframes rfCapFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.rf-cap-panel-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.rf-cap-icon-box { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, #eaf7ef 0%, #d5f2e2 100%); border: 1.5px solid #cce8dc; color: #0ba56a; font-size: 24px; box-shadow: 0 4px 14px rgba(11, 165, 106, 0.15); }
.rf-cap-badge { font-size: 12px; font-weight: 800; letter-spacing: 0.08em; color: #078857; background: #f0fdf4; border: 1px solid #dcfce7; padding: 4px 12px; border-radius: 999px; }
.rf-cap-panel h3 { margin: 0 0 14px; color: #111b24; font-size: 24px; font-weight: 800; line-height: 1.3; }
.rf-cap-meta { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 8px 14px; margin-bottom: 20px; border-radius: 10px; background: #f4f8f5; border: 1px solid #e3ede6; color: #2e4d3f; font-size: 13.5px; font-weight: 600; line-height: 1.45; }
.rf-cap-meta span.rf-cap-sep { color: #8fa89b; font-weight: 400; }
.rf-cap-body { margin: 0; color: #4a5e55; font-size: 16px; line-height: 1.75; }
.rf-cap-footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 44px; background: #fbfdfc; border-top: 1px solid #e6eeea; gap: 16px; }
.rf-cap-step-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 6px 16px; border-radius: 10px; border: 1.5px solid #d8e5df; background: #ffffff; color: #375347; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; transition: all 0.25s ease; }
.rf-cap-step-btn:hover { border-color: #0ba56a; background: #0ba56a; color: #ffffff; box-shadow: 0 4px 12px rgba(11, 165, 106, 0.2); }
.rf-cap-indicators { display: flex; align-items: center; gap: 8px; }
.rf-cap-dot { width: 10px; height: 10px; border-radius: 999px; border: 0; background: #d8e5df; cursor: pointer; padding: 0; transition: all 0.25s ease; }
.rf-cap-dot:hover { background: #8fa89b; }
.rf-cap-dot.is-active { width: 28px; background: #0ba56a; box-shadow: 0 2px 8px rgba(11, 165, 106, 0.35); }
/* ============ TECHNICAL INSIGHT NEW UI ============ */
.rf-tech-insight { position: relative; margin-top: 36px; padding: 34px 40px; border-radius: 20px; background: linear-gradient(135deg, #0d1a22 0%, #132633 100%); border: 1px solid rgba(11, 165, 106, 0.35); box-shadow: 0 16px 36px -10px rgba(11, 165, 106, 0.18), 0 8px 24px rgba(0, 0, 0, 0.12); overflow: hidden; }
.rf-tech-insight::before { content: ""; position: absolute; top: -120px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(11, 165, 106, 0.22) 0%, transparent 70%); pointer-events: none; }
.rf-tech-insight::after { content: ""; position: absolute; bottom: -100px; left: 20%; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%); pointer-events: none; }
.rf-tech-insight-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr 1fr; gap: 36px; align-items: center; }
.rf-tech-insight-tag { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px; border-radius: 999px; background: rgba(11, 165, 106, 0.16); border: 1px solid rgba(11, 165, 106, 0.4); color: #22c55e; font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; }
.rf-tech-insight-main h3 { margin: 0 0 12px; color: #ffffff; font-size: 22px; font-weight: 800; line-height: 1.35; }
.rf-tech-insight-main p { margin: 0; color: #b3c9be; font-size: 15px; line-height: 1.65; }
.rf-tech-insight-factors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.rf-factor-chip { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: #f1f7f4; font-size: 13px; font-weight: 600; transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
.rf-factor-chip i { color: #0ba56a; font-size: 16px; flex-shrink: 0; transition: transform 0.25s ease; }
.rf-factor-chip:hover { background: rgba(11, 165, 106, 0.18); border-color: rgba(11, 165, 106, 0.5); transform: translateY(-2px); color: #ffffff; }
.rf-factor-chip:hover i { transform: scale(1.15); color: #22c55e; }
.rf-factor-workflow { grid-column: span 2; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border-radius: 10px; background: rgba(11, 165, 106, 0.12); border: 1px dashed rgba(11, 165, 106, 0.4); color: #6ee7b7; font-size: 12.5px; font-weight: 700; text-align: center; }
.rf-factor-workflow i { font-size: 15px; color: #34d399; }
.rf-deploy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-bottom: 28px; position: relative; }
.rf-deploy-card { position: relative; padding: 30px 24px; border: 1.5px solid #dce5e0; border-radius: 18px; background: #fff; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column; }
.rf-deploy-card:hover { border-color: #0ba56a; transform: translateY(-4px); box-shadow: 0 12px 28px -6px rgba(11, 165, 106, 0.16); }
.rf-deploy-arrow { position: absolute; top: 50%; right: -14px; transform: translate(50%, -50%); width: 36px; height: 36px; border-radius: 50%; background: #ffffff; border: 2px solid #0ba56a; color: #0ba56a; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; z-index: 5; box-shadow: 0 4px 12px rgba(11, 165, 106, 0.18); transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.rf-deploy-card:hover .rf-deploy-arrow { background: #0ba56a; color: #ffffff; transform: translate(50%, -50%) scale(1.1); box-shadow: 0 6px 18px rgba(11, 165, 106, 0.32); }
.rf-deploy-card h3 { margin: 0 0 12px; color: #111b24; font-size: 18px; font-weight: 700; line-height: 1.35; }
.rf-deploy-card p { margin: 0; color: #566b62; font-size: 14.5px; line-height: 1.6; }
.rf-deploy-footer { padding: 20px 26px; border-radius: 14px; background: #fbfdfc; border: 1px solid #dce5e0; text-align: center; color: #173b36; font-size: 15.5px; font-weight: 600; }
.rf-deploy-footer p { margin: 0 0 16px; }
/* ============ SECTION 7: WHAT YOU GAIN STREAM (NON-BOX UI) ============ */
.rf-gain-stream { display: flex; flex-direction: column; background: #ffffff; border: 1.5px solid #dce5e0; border-radius: 22px; overflow: hidden; box-shadow: 0 8px 30px -10px rgba(11, 165, 106, 0.08), 0 4px 16px rgba(0, 0, 0, 0.02); }
.rf-gain-row { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 26px 36px; border-bottom: 1px solid #edf3ef; transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1); background: #ffffff; }
.rf-gain-row:last-child { border-bottom: none; }
.rf-gain-row::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: #0ba56a; opacity: 0; transform: scaleY(0.4); transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1); }
.rf-gain-row:hover { background: linear-gradient(90deg, rgba(11, 165, 106, 0.04) 0%, #ffffff 60%); padding-left: 42px; }
.rf-gain-row:hover::before { opacity: 1; transform: scaleY(1); }
.rf-gain-row-badge { display: flex; align-items: center; flex-shrink: 0; }
.rf-gain-row-badge .icon-wrap { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #f0f7f3; border: 1px solid #dcebe1; color: #0ba56a; font-size: 22px; transition: all 0.28s ease; }
.rf-gain-row:hover .rf-gain-row-badge .icon-wrap { background: #0ba56a; color: #ffffff; transform: scale(1.08) rotate(3deg); box-shadow: 0 6px 16px rgba(11, 165, 106, 0.28); }
.rf-gain-row-main { display: grid; grid-template-columns: 290px 1fr; gap: 28px; align-items: center; }
.rf-gain-row-main h3 { margin: 0; color: #111b24; font-size: 18px; font-weight: 700; line-height: 1.4; letter-spacing: -0.01em; transition: color 0.25s ease; }
.rf-gain-row:hover .rf-gain-row-main h3 { color: #078857; }
.rf-gain-row-main p { margin: 0; color: #566b62; font-size: 14.5px; font-weight: 400; line-height: 1.6; }
.rf-gain-row-indicator { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #f0f7f3; color: #8da497; font-size: 18px; flex-shrink: 0; transition: all 0.25s ease; }
.rf-gain-row:hover .rf-gain-row-indicator { background: #0ba56a; color: #ffffff; transform: scale(1.1); box-shadow: 0 4px 12px rgba(11, 165, 106, 0.25); }
.rf-chain-hub { display: flex; flex-direction: column; gap: 24px; }
.rf-chain-nav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.rf-chain-tab { display: flex; flex-direction: column; align-items: center; padding: 14px 12px; border: 1.5px solid var(--tg-border); border-radius: 12px; background: #fff; cursor: pointer; transition: all 0.2s ease; text-align: center; }
.rf-chain-tab:hover { border-color: var(--tg-primary); background: #fcfefe; }
.rf-chain-tab.is-active { border-color: var(--tg-primary); background: var(--tg-accent-bg); box-shadow: 0 4px 14px rgba(11, 165, 106, 0.12); }
.rf-chain-tab span.num { font-size: 11px; font-weight: 800; color: #0ba56a; margin-bottom: 4px; }
.rf-chain-tab span.title { font-size: 15px; font-weight: 700; color: #111b24; line-height: 1.25; margin-bottom:0px; }
.rf-chain-panels { border: 1px solid var(--tg-border); border-radius: 20px; background: #fff; padding: 36px 40px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04); }
.rf-chain-panel { display: none; animation: rfFade 0.3s ease; }
.rf-chain-panel.is-active { display: block; }
.rf-chain-panel h3 { margin: 0 0 12px; color: #111b24; font-size: 24px; font-weight: 700; }
.rf-chain-panel p.lead { margin: 0 0 20px; color: #566b62; font-size: 16px; line-height: 1.6; }
.rf-chain-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.rf-chain-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 8px; background: var(--tg-accent-bg); border: 1px solid var(--tg-border-light); color: #078857; font-size: 14px; font-weight: 600; }
.rf-chain-chip::before { content: "✓"; font-weight: 800; font-size: 12px; }
.rf-industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.rf-ind-card:nth-child(7) { grid-column: 1 / -1; width: 100%; max-width: calc(50% - 10px); justify-self: center; margin: 0 auto; }
.rf-ind-card { padding: 26px 22px; border: 1px solid var(--tg-border); border-radius: 16px; background: #fff; transition: all 0.25s ease; }
.rf-ind-card:hover { border-color: var(--tg-primary); transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.rf-ind-card span.ind-num { color: #0ba56a; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; margin-bottom: 8px; display: block; }
.rf-ind-card h3 { margin: 0 0 12px; color: #111b24; font-size: 18px; font-weight: 700; line-height: 1.35; }
.rf-ind-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.rf-ind-tag { display: inline-block; padding: 3px 8px; border-radius: 5px; background: #f0f5f2; color: #2d4538; font-size: 12px; font-weight: 600; }
.rf-ind-card p { margin: 0; color: #566b62; font-size: 14.5px; line-height: 1.55; }
.rf-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--tg-border); border-radius: 18px; background: #fff; margin-bottom: 24px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03); }
table.rf-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 15px; }
table.rf-table th { padding: 16px 20px; background: #111b24; color: #fff; font-family: "Montserrat", sans-serif; font-size: 14.5px; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; }
table.rf-table td { padding: 16px 20px; border-top: 1px solid #edf2ef; color: #475467; font-size: 14.5px; line-height: 1.5; vertical-align: top; }
table.rf-table tr:nth-child(even) td { background: #fafcfa; }
table.rf-table td.factor { font-weight: 700; color: #111b24; white-space: nowrap; }
table.rf-table td.tg-col { font-weight: 600; color: #078857; background: #f4faf6 !important; }
.rf-table-note { padding: 18px 22px; border-radius: 12px; background: #eaf7ef; color: #173b36; font-size: 14.5px; line-height: 1.55; text-align: center; font-weight: 500; }
.rf-spotlight-card { padding: 48px 52px; border-radius: 22px; background: linear-gradient(135deg, #078857 0%, #0b6845 100%); color: #fff; box-shadow: 0 16px 36px rgba(7, 136, 87, 0.2); }
.rf-spotlight-card h2 { margin: 0 0 16px; color: #fff; font-size: 30px; font-weight: 700; line-height: 1.25; }
.rf-spotlight-card p.lead { margin: 0 0 16px; color: #f0fbf5; font-size: 18px; font-weight: 600; line-height: 1.55; }
.rf-spotlight-card p.body { margin: 0; color: #e1f5ec; font-size: 16px; line-height: 1.65; }
.rf-spotlight-card div:last-child { margin-top: 24px; }
.rf-integ-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 24px; }
.rf-integ-card { padding: 24px 20px; border: 1px solid var(--tg-border); border-radius: 16px; background: #fff; transition: all 0.25s ease; }
.rf-integ-card:hover { border-color: var(--tg-primary); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); }
.rf-integ-card span.sys-code { display: inline-block; padding: 4px 10px; margin-bottom: 12px; border-radius: 6px; background: var(--tg-accent-bg); color: #078857; font-size: 13px; font-weight: 800; }
.rf-integ-card h3, .rf-integ-card h4 { margin: 0 0 8px; color: #111b24; font-size: 17px; font-weight: 700; line-height: 1.35; }
.rf-integ-card p { margin: 0; color: #566b62; font-size: 14.5px; line-height: 1.55; }
.rf-integ-callout { padding: 32px 36px; border-radius: 18px; background: #111b24; color: #fff; text-align: center; }
.rf-integ-callout h3 { margin: 0 0 12px; color: #fff; font-size: 22px; font-weight: 700; }
.rf-integ-callout p { margin: 0 0 18px; color: #eaf7ef; font-size: 16px; line-height: 1.6; max-width: 780px; margin-inline: auto; }
.rf-integ-flow { display: inline-flex; align-items: center; gap: 12px; padding: 10px 20px; border-radius: 10px; background: rgba(255, 255, 255, 0.1); color: #0ba56a; font-size: 15px; font-weight: 700; }
/* ============ 13. WHY CHOOSE TRANSGENIE - NON-BOX TRACK UI ============ */
.rf-why-track { position: relative; max-width: 880px; margin: 0 auto 38px; display: flex; flex-direction: column; }
.rf-why-item { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 28px; padding: 0 0 24px; }
.rf-why-item:last-child { padding-bottom: 0; }
.rf-why-node { position: relative; display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.rf-why-icon-wrap { position: relative; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: #f0f7f3; border: 1.5px solid #dcebe1; color: #0ba56a; font-size: 22px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 4px 14px rgba(11, 165, 106, 0.08); }
.rf-why-item:hover .rf-why-icon-wrap { background: #0ba56a; border-color: #0ba56a; color: #ffffff; transform: scale(1.08) rotate(3deg); box-shadow: 0 8px 22px rgba(11, 165, 106, 0.32); }
.rf-why-line { position: absolute; top: 52px; bottom: -4px; left: 50%; transform: translateX(-50%); width: 2px; background: #d8e8de; transition: background 0.3s ease; }
.rf-why-item:hover .rf-why-line { background: #0ba56a; }
.rf-why-body { padding-top: 6px; padding-bottom: 22px; border-bottom: 1px solid #edf4f0; transition: transform 0.25s ease; }
.rf-why-item:last-child .rf-why-body { border-bottom: none; padding-bottom: 0; }
.rf-why-item:hover .rf-why-body { transform: translateX(6px); }
.rf-why-body h3 { margin: 0 0 8px; color: #111b24; font-size: 18px; font-weight: 700; line-height: 1.35; transition: color 0.25s ease; }
.rf-why-item:hover .rf-why-body h3 { color: #078857; }
.rf-why-body p { margin: 0; color: #566b62; font-size: 14.5px; line-height: 1.6; font-weight: 400; }
/* ============ SECTION 14: FAQ ============ */
#faq .fs-head-center h2 { color: #111b24; font-weight: 600; letter-spacing: -0.01em; }
.rf-faq-hub { max-width: 920px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.rf-faq-item { border: 1px solid var(--tg-border); border-radius: 14px; background: #fff; overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.rf-faq-item[open] { border-color: var(--tg-primary); box-shadow: 0 4px 16px rgba(11, 165, 106, 0.08); }
.rf-faq-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; cursor: pointer; list-style: none; user-select: none; }
.rf-faq-summary::-webkit-details-marker { display: none; }
.rf-faq-summary h3 { margin: 0; color: #111b24; font-size: 17px; font-weight: 700; line-height: 1.35; flex: 1; }
.rf-faq-toggle { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--tg-accent-bg); color: #078857; font-size: 18px; font-weight: 700; flex-shrink: 0; transition: transform 0.25s ease, background 0.25s ease; }
.rf-faq-item[open] .rf-faq-toggle { transform: rotate(45deg); background: #0ba56a; color: #fff; }
.rf-faq-body { padding: 0 24px 20px; }
.rf-faq-body p { margin: 0; color: #566b62; font-size: 15px; line-height: 1.6; }
@keyframes rfFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
@media (min-width: 992px) {
  .navbar #navMenus { transform: translateX(-24px); }
}
@media (max-width: 991px) {
  .tg-container, .tg-main-wrap .container-xl-custom { padding-inline: 48px; }
  .tg-main-wrap h1 { font-size: 34px; line-height: 1.2; }
  .tg-main-wrap .body-large { font-size: 16px; line-height: 1.6; }
  .tg-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .tg-hero-content, .tg-hero-content h1, .tg-hero-content p { max-width: none; }
  .tg-client-logo-row, .client-logo-row { gap: 44px; padding-right: 44px; }
  .tg-toc-section { display: block; padding: 20px 0; }
  .fs-section { padding: 56px 0; }
  .fs-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
  .fs-head h2 { font-size: 28px; line-height: 1.25; }
  .fs-head p { font-size: 16px; line-height: 1.6; }
  .rf-assess-widget { grid-template-columns: 1fr; gap: 24px; }
  .rf-assess-card { position: static; }
  .rf-pipeline-grid { grid-template-columns: repeat(2, 1fr); }
  .rf-flow-strip { padding: 14px 18px; gap: 8px 10px; font-size: 13.5px; }
  .rf-flow-strip span.pill { padding: 3px 10px; font-size: 12.5px; }
  .rf-layers-flow { display: flex; flex-direction: column; gap: 20px; padding-left: 0; margin: 24px 0 30px; }
  .rf-flow-track { top: 26px; bottom: 26px; left: 26px; transform: translateX(-50%); right: auto; width: 2px; height: auto; }
  .rf-flow-indicator { display: none; }
  .rf-flow-step { flex-direction: row; align-items: flex-start; text-align: left; gap: 16px; }
  .rf-flow-node { width: 52px; height: 52px; margin: 0; flex-shrink: 0; box-shadow: 0 0 0 5px #eaf7ef, 0 6px 16px rgba(11, 165, 106, 0.12); }
  .rf-flow-node svg { width: 20px; height: 20px; }
  .rf-flow-step:hover .rf-flow-node { transform: scale(1.04); box-shadow: 0 0 0 7px #d8f1e3, 0 8px 20px rgba(11, 165, 106, 0.18); }
  .rf-flow-body { align-items: flex-start; text-align: left; }
  .rf-flow-step h3 { font-size: 17px; margin: 0 0 4px; }
  .rf-flow-step p { max-width: 100%; font-size: 14px; line-height: 1.55; }
  .rf-diff-box { padding: 20px 18px; border-radius: 16px; }
  .rf-diff-box h3 { font-size: 19px; margin-bottom: 14px; }
  .rf-diff-grid { grid-template-columns: 1fr; gap: 10px; }
  .rf-diff-vs { width: 32px; height: 32px; font-size: 11px; margin: -4px auto; }
  .rf-diff-col { padding: 16px 18px; border-radius: 12px; }
  .rf-diff-col h4 { font-size: 16px; margin-bottom: 6px; }
  .rf-diff-col p { font-size: 13.5px; line-height: 1.5; }
  .rf-console { grid-template-columns: 1fr; }
  .rf-console-nav { flex-direction: row; overflow-x: auto; padding: 10px; }
  .rf-console-nav button { min-height: 38px; padding: 6px 12px; white-space: nowrap; font-size: 13px; }
  .rf-console-nav button.is-active { transform: none; }
  .rf-console-display { padding: 20px; min-height: auto; }
  .rf-cap-nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 6px; gap: 8px; margin-bottom: 16px; }
  .rf-cap-nav::-webkit-scrollbar { display: none; }
  .rf-cap-nav-btn { padding: 7px 14px; font-size: 13px; gap: 7px; border-radius: 8px; }
  .rf-cap-nav-btn span.num { font-size: 11px; padding: 2px 6px; }
  .rf-cap-panel { padding: 22px 20px 18px; border-radius: 16px; }
  .rf-cap-panel-header { margin-bottom: 12px; }
  .rf-cap-icon-box { width: 40px; height: 40px; font-size: 18px; border-radius: 10px; }
  .rf-cap-badge { font-size: 11.5px; padding: 4px 10px; }
  .rf-cap-panel h3 { font-size: 19px; margin: 0 0 10px; }
  .rf-cap-meta { padding: 6px 12px; margin-bottom: 12px; font-size: 12.5px; gap: 8px; }
  .rf-cap-body { font-size: 14px; line-height: 1.55; }
  .rf-cap-footer { padding: 12px 18px; }
  .rf-cap-step-btn { padding: 7px 14px; font-size: 13px; }
  .rf-cap-indicators { gap: 6px; }
  .rf-cap-dot { width: 7px; height: 7px; }
  .rf-cap-dot.is-active { width: 20px; }
  .rf-tech-insight { padding: 28px 24px; margin-top: 30px; }
  .rf-tech-insight-content { grid-template-columns: 1fr; gap: 22px; }
  .rf-deploy-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  /* 2x2 S-curve order: Row 1 has 1, 2; Row 2 has 4, 3 */
  .rf-deploy-card:nth-child(1) { grid-column: 1; grid-row: 1; }
  .rf-deploy-card:nth-child(2) { grid-column: 2; grid-row: 1; }
  .rf-deploy-card:nth-child(3) { grid-column: 2; grid-row: 2; }
  .rf-deploy-card:nth-child(4) { grid-column: 1; grid-row: 2; }
  /* 1 -> 2: Arrow points right to Card 2 */
  .rf-deploy-card:nth-child(1) .rf-deploy-arrow { top: 50%; right: -14px; bottom: auto; left: auto; transform: translate(50%, -50%); }
  .rf-deploy-card:nth-child(1):hover .rf-deploy-arrow { transform: translate(50%, -50%) scale(1.1); }
  /* 2 -> 3: Arrow points down to Card 3 (directly beneath Card 2) */
  .rf-deploy-card:nth-child(2) .rf-deploy-arrow { top: auto; bottom: -18px; left: 50%; right: auto; transform: translateX(-50%) rotate(90deg); }
  .rf-deploy-card:nth-child(2):hover .rf-deploy-arrow { transform: translateX(-50%) rotate(90deg) scale(1.1); }
  /* 3 -> 4: Arrow points left to Card 4 (directly to the left of Card 3) */
  .rf-deploy-card:nth-child(3) .rf-deploy-arrow { top: 50%; left: -14px; right: auto; bottom: auto; transform: translate(-50%, -50%) rotate(180deg); }
  .rf-deploy-card:nth-child(3):hover .rf-deploy-arrow { transform: translate(-50%, -50%) rotate(180deg) scale(1.1); }
  .rf-gain-row { grid-template-columns: auto 1fr auto; padding: 16px 20px; gap: 16px; border-radius: 14px; }
  .rf-gain-row:hover { padding-left: 22px; }
  .rf-gain-row-badge .icon-wrap { width: 40px; height: 40px; font-size: 18px; border-radius: 10px; }
  .rf-gain-row-main { grid-template-columns: 1fr; gap: 4px; }
  .rf-gain-row-main h3 { font-size: 16px; margin-bottom: 2px; }
  .rf-gain-row-main p { font-size: 13.5px; line-height: 1.5; }
  .rf-gain-row-indicator { width: 28px; height: 28px; font-size: 14px; }
  .rf-chain-hub { gap: 16px; }
  .rf-chain-nav { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .rf-chain-tab { padding: 10px 12px; border-radius: 10px; }
  .rf-chain-tab span.title { font-size: 13.5px; }
  .rf-chain-panels { padding: 24px 22px; border-radius: 16px; }
  .rf-chain-panel h3 { font-size: 19px; margin-bottom: 8px; }
  .rf-chain-panel p.lead { font-size: 14px; line-height: 1.55; margin-bottom: 14px; }
  .rf-chain-chips { gap: 8px; }
  .rf-chain-chip { padding: 6px 12px; font-size: 12.5px; border-radius: 6px; gap: 6px; }
  .rf-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .rf-ind-card:nth-child(7) { grid-column: span 2; max-width: calc(50% - 10px); width: 100%; margin: 0 auto; }
  .rf-integ-grid { grid-template-columns: repeat(2, 1fr); }
  .rf-integ-flow { font-size: 13.5px; padding: 8px 16px; gap: 8px; }
  .rf-spotlight-card { padding: 32px 28px; border-radius: 18px; }
  .rf-spotlight-card .rf-assess-tag { padding: 4px 9px; font-size: 10.5px; margin-bottom: 12px; }
  .rf-spotlight-card h2 { font-size: 24px !important; line-height: 1.28 !important; margin-bottom: 14px; }
  .rf-spotlight-card p.body { font-size: 14.5px; line-height: 1.55; margin-bottom: 12px; }
  .rf-spotlight-card p.body:last-of-type { margin-bottom: 0; }
  .rf-spotlight-card div:last-child { margin-top: 18px !important; }
  .rf-spotlight-card .rf-sec-cta-btn-white { min-height: 42px; padding: 10px 22px; font-size: 14px; border-radius: 8px; }
  .rf-sec-cta-btn { min-height: 42px; padding: 10px 22px; font-size: 14px; border-radius: 8px; }
  .rf-sec-cta-wrap { margin-top: 24px; }
  .rf-deploy-footer { padding: 16px 20px; font-size: 14px; }
  .rf-why-track { margin-bottom: 24px; }
  .rf-why-item { grid-template-columns: 44px 1fr; gap: 16px; padding: 0 0 14px; }
  .rf-why-icon-wrap { width: 44px; height: 44px; font-size: 19px; border-radius: 12px; }
  .rf-why-line { top: 44px; bottom: -2px; width: 2px; }
  .rf-why-body { padding-top: 2px; padding-bottom: 14px; }
  .rf-why-body h3 { font-size: 16px; margin: 0 0 4px; line-height: 1.35; }
  .rf-why-body p { font-size: 13.5px; line-height: 1.5; }
}
@media (max-width: 767px) {
  .tg-container, .tg-main-wrap .container-xl-custom { padding-inline: 18px; }
  .tg-main-wrap h1, .tg-hero h1 { font-size: 28px !important; line-height: 1.25 !important; }
  .tg-main-wrap .body-large, .tg-hero p { font-size: 15px !important; line-height: 1.55 !important; }
  .tg-hero { padding-block: 50px; }
  .fs-section { padding: 28px 0 !important; }
  .fs-head, #how-turn-data .fs-head, #what-is-rfid-system .fs-head, #rfid-vs-barcode .fs-head, #why-transgenie .fs-head { grid-template-columns: 1fr; gap: 7px !important; margin-bottom: 16px !important; }
  .fs-head-center { margin-bottom: 16px !important; }
  h2, .fs-head h2, .tg-main-wrap h2, .tg-section h2 { font-size: 24px !important; line-height: 1.28 !important; }
  .fs-head p { font-size: 14px !important; line-height: 1.5 !important; }
  h3, .fs-head h3, .tg-main-wrap h3 { font-size: 16px !important; line-height: 1.35 !important; }
  h4 { font-size: 15px !important; line-height: 1.35 !important; }
  p, .tg-hero p, .tg-main-wrap p, .tg-main-wrap .body-large { font-size: 15px !important; line-height: 1.55 !important; }
  .tg-toc-list { grid-template-columns: 1fr; }
  /* Section 1: Assessment Widget */
  .rf-assess-widget { grid-template-columns: 1fr; gap: 12px; }
  .tg-hero .hero-subhead { font-size:15px; }
  .rf-assess-items { gap: 8px; }
  .rf-assess-item { padding: 12px 14px; border-radius: 10px; }
  .rf-assess-icon { width: 32px; height: 32px; font-size: 15px; }
  .rf-assess-item span.opt-text { font-size: 13.5px; }
  .rf-assess-card { padding: 16px 14px; border-radius: 14px; }
  .rf-assess-card h3 { font-size: 17px !important; margin-bottom: 8px; }
  .rf-assess-card p.result-text { font-size: 13.5px !important; line-height: 1.5 !important; margin-bottom: 14px; }
  .rf-assess-cta-btn { min-height: 36px; padding: 7px 14px; font-size: 12px; border-radius: 8px; gap: 6px; }
  /* Section 2: Pipeline */
  .rf-pipeline-grid { grid-template-columns: 1fr; gap: 10px; }
  .rf-pipeline-card { padding: 14px 14px; border-radius: 12px; }
  .rf-pipeline-card h4 { font-size: 15px !important; margin-bottom: 4px; }
  .rf-pipeline-card p { font-size: 13px !important; line-height: 1.45 !important; }
  .rf-flow-strip { padding: 12px 10px; border-radius: 10px; gap: 5px 6px; font-size: 12px; line-height: 1.35; }
  .rf-flow-strip > span:first-child { width: 100%; display: block; margin-bottom: 4px; font-size: 12px; line-height: 1.35; color: rgba(255, 255, 255, 0.95); }
  .rf-flow-strip span.pill { padding: 3px 7px; border-radius: 5px; font-size: 11px; font-weight: 600; white-space: nowrap; }
  .rf-flow-strip span.arrow { font-size: 10px; color: #8bb39e; }
  .rf-layers-flow { display: flex; flex-direction: column; gap: 16px; padding-left: 0; margin: 18px 0 22px; }
  .rf-flow-track { top: 21px; bottom: 21px; left: 21px; transform: translateX(-50%); width: 2px; }
  .rf-flow-step { flex-direction: row; align-items: flex-start; text-align: left; gap: 12px; }
  .rf-flow-node { width: 42px; height: 42px; margin: 0; flex-shrink: 0; box-shadow: 0 0 0 4px #eaf7ef, 0 4px 12px rgba(11, 165, 106, 0.1); }
  .rf-flow-node svg { width: 18px; height: 18px; }
  .rf-flow-step h3 { font-size: 15.5px; margin-bottom: 2px; }
  .rf-flow-step p { font-size: 13px; line-height: 1.5; }
  .rf-diff-box { padding: 16px 14px; border-radius: 14px; }
  .rf-diff-box h3 { font-size: 16.5px; margin-bottom: 12px; }
  .rf-diff-grid { grid-template-columns: 1fr; gap: 8px; }
  .rf-diff-vs { width: 28px; height: 28px; font-size: 10px; margin: -4px auto; }
  .rf-diff-col { padding: 13px 14px; border-radius: 10px; }
  .rf-diff-col h4 { font-size: 14.5px; margin-bottom: 4px; }
  .rf-diff-col p { font-size: 12.5px; line-height: 1.45; }
  /* Section 4: Console Switcher */
  .rf-console { grid-template-columns: 1fr; border-radius: 16px; }
  .rf-console-nav { flex-direction: row; overflow-x: auto; padding: 6px; gap: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .rf-console-nav::-webkit-scrollbar { display: none; }
  .rf-console-nav button { min-height: 36px; padding: 6px 11px; font-size: 12px; border-radius: 6px; white-space: nowrap; }
  .rf-console-nav button span.num { font-size: 10px; padding: 1px 5px; }
  .rf-console-display { padding: 16px 14px; min-height: auto; }
  .rf-console-panel h3 { font-size: 17px !important; margin: 0 0 8px; }
  .rf-console-panel p.lead { font-size: 13.5px !important; line-height: 1.5 !important; margin-bottom: 10px; }
  .rf-console-panel ul.rf-console-points { gap: 6px; margin-bottom: 10px; }
  .rf-console-panel ul.rf-console-points li { font-size: 13px !important; line-height: 1.45 !important; }
  .rf-console-panel p.body { font-size: 13px !important; line-height: 1.5 !important; }
  .rf-cap-nav { padding: 4px; gap: 6px; margin-bottom: 12px; }
  .rf-cap-nav-btn { padding: 6px 10px; font-size: 12px; gap: 6px; border-radius: 6px; }
  .rf-cap-nav-btn span.num { font-size: 10px; padding: 1px 5px; }
  .rf-cap-panel { padding: 16px 14px 14px; border-radius: 14px; }
  .rf-cap-panel-header { margin-bottom: 8px; }
  .rf-cap-icon-box { width: 36px; height: 36px; font-size: 16px; border-radius: 8px; }
  .rf-cap-badge { font-size: 10.5px; padding: 3px 8px; }
  .rf-cap-panel h3 { font-size: 17px; margin: 0 0 8px; }
  .rf-cap-meta { font-size: 11.5px; padding: 4px 8px; margin-bottom: 10px; gap: 6px; }
  .rf-cap-body { font-size: 13px; line-height: 1.5; }
  .rf-cap-footer { padding: 10px 12px; }
  .rf-cap-step-btn span { display: none; }
  .rf-cap-step-btn { padding: 6px 10px; font-size: 12px; border-radius: 6px; }
  .rf-cap-indicators { gap: 4px; }
  .rf-cap-dot { width: 5px; height: 5px; }
  .rf-cap-dot.is-active { width: 14px; }
  .rf-tech-insight { padding: 22px 18px; margin-top: 24px; border-radius: 16px; }
  .rf-tech-insight-main h3 { font-size: 19px; }
  .rf-tech-insight-main p { font-size: 14px; }
  .rf-tech-insight-factors { grid-template-columns: 1fr; gap: 8px; }
  .rf-factor-workflow { grid-column: span 1; font-size: 12px; }
  .rf-deploy-grid { grid-template-columns: 1fr; gap: 20px; }
  .rf-deploy-card, .rf-deploy-card:nth-child(1), .rf-deploy-card:nth-child(2), .rf-deploy-card:nth-child(3), .rf-deploy-card:nth-child(4) { grid-column: auto !important; grid-row: auto !important; padding: 18px 16px; border-radius: 14px; }
  .rf-deploy-card h3 { font-size: 16px !important; margin-bottom: 6px; }
  .rf-deploy-card p { font-size: 13px !important; line-height: 1.45 !important; }
  .rf-deploy-arrow { width: 28px; height: 28px; font-size: 12px; }
  .rf-deploy-card:nth-child(1) .rf-deploy-arrow, .rf-deploy-card:nth-child(2) .rf-deploy-arrow, .rf-deploy-card:nth-child(3) .rf-deploy-arrow { top: auto; bottom: -14px; left: 50%; right: auto; transform: translateX(-50%) rotate(90deg); }
  .rf-deploy-card:nth-child(1):hover .rf-deploy-arrow, .rf-deploy-card:nth-child(2):hover .rf-deploy-arrow, .rf-deploy-card:nth-child(3):hover .rf-deploy-arrow { transform: translateX(-50%) rotate(90deg) scale(1.1); }
  .rf-deploy-footer { padding: 14px 14px; border-radius: 12px; font-size: 13px; margin-top: 18px; }
  .rf-deploy-footer p { margin: 0 0 12px !important; font-size: 13px !important; line-height: 1.45 !important; }
  .rf-gain-row { grid-template-columns: auto 1fr auto; gap: 12px; padding: 13px 14px; border-radius: 12px; }
  .rf-gain-row:hover { padding-left: 16px; }
  .rf-gain-row-badge .icon-wrap { width: 34px; height: 34px; font-size: 16px; border-radius: 8px; }
  .rf-gain-row-main { grid-template-columns: 1fr; gap: 2px; }
  .rf-gain-row-main h3 { font-size: 14.5px; margin-bottom: 2px; }
  .rf-gain-row-main p { font-size: 12.5px; line-height: 1.45; }
  .rf-gain-row-indicator { width: 24px; height: 24px; font-size: 12px; }
  .rf-chain-hub { gap: 10px; }
  .rf-chain-nav { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .rf-chain-tab { padding: 8px 8px; border-radius: 8px; }
  .rf-chain-tab span.title { font-size: 12px; }
  .rf-chain-panels { padding: 16px 14px; border-radius: 14px; }
  .rf-chain-panel h3 { font-size: 16.5px; margin-bottom: 6px; }
  .rf-chain-panel p.lead { font-size: 13px; line-height: 1.5; margin-bottom: 12px; }
  .rf-chain-chips { gap: 6px; }
  .rf-chain-chip { padding: 5px 10px; font-size: 11.5px; border-radius: 6px; gap: 5px; }
  /* Section 9: Industry Traceability Cards */
  .rf-industry-grid { grid-template-columns: 1fr; gap: 10px; }
  .rf-ind-card:nth-child(7) { grid-column: auto; max-width: none; margin: 0; }
  .rf-ind-card { padding: 14px 14px; border-radius: 12px; }
  .rf-ind-card span.ind-num { font-size: 10.5px; margin-bottom: 4px; }
  .rf-ind-card h3 { font-size: 15.5px !important; margin: 0 0 6px; }
  .rf-ind-tags { gap: 4px; margin-bottom: 8px; }
  .rf-ind-tag { padding: 2px 7px; font-size: 11px; border-radius: 4px; }
  .rf-ind-card p { font-size: 13px !important; line-height: 1.45 !important; }
  /* Section 10: Comparison Table */
  .rf-table-wrap { border-radius: 12px; margin-bottom: 16px; }
  table.rf-table th, table.rf-table td { padding: 10px 12px; font-size: 12.5px; }
  .rf-table-note { padding: 12px 14px; font-size: 12.5px; border-radius: 10px; }
  /* Section 12: System Integration */
  .rf-integ-grid { grid-template-columns: 1fr; gap: 10px; }
  .rf-integ-card { padding: 14px 14px; border-radius: 12px; }
  .rf-integ-card span.sys-code { font-size: 11px; padding: 3px 8px; margin-bottom: 6px; }
  .rf-integ-card h3, .rf-integ-card h4 { font-size: 15px !important; font-weight: 700 !important; margin-bottom: 4px !important; line-height: 1.35 !important; }
  .rf-integ-card p { font-size: 13px !important; line-height: 1.45 !important; }
  .rf-integ-callout { padding: 16px 12px; border-radius: 12px; }
  .rf-integ-callout h3 { font-size: 16.5px !important; margin-bottom: 6px; }
  .rf-integ-callout p { font-size: 13px !important; line-height: 1.45 !important; margin-bottom: 10px; }
  .rf-integ-flow { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 6px; padding: 6px 10px; border-radius: 8px; font-size: 11px; line-height: 1.35; max-width: 100%; }
  .rf-integ-flow span { white-space: nowrap; }
  .rf-spotlight-card { padding: 22px 18px; border-radius: 14px; }
  .rf-spotlight-card .rf-assess-tag { padding: 3px 8px; font-size: 10px; margin-bottom: 10px; }
  .rf-spotlight-card h2 { font-size: 20px !important; line-height: 1.28 !important; margin-bottom: 10px; }
  .rf-spotlight-card p.body { font-size: 13.5px; line-height: 1.5; margin-bottom: 10px; }
  .rf-spotlight-card p.body:last-of-type { margin-bottom: 0; }
  .rf-spotlight-card div:last-child { margin-top: 14px !important; text-align: center; }
  .rf-spotlight-card .rf-sec-cta-btn-white { min-height: 38px; padding: 8px 16px; font-size: 12px; border-radius: 8px; width: auto; max-width: 100%; display: inline-flex; justify-content: center; white-space: nowrap; }
  .rf-why-track { margin-bottom: 18px; }
  .rf-why-item { grid-template-columns: 36px 1fr; gap: 12px; padding-bottom: 10px; }
  .rf-why-icon-wrap { width: 36px; height: 36px; font-size: 16px; border-radius: 10px; }
  .rf-why-line { top: 36px; bottom: -2px; width: 2px; }
  .rf-why-body { padding-top: 0; padding-bottom: 10px; }
  .rf-why-body h3 { font-size: 15px; margin: 0 0 3px; line-height: 1.35; }
  .rf-why-body p { font-size: 12.5px; line-height: 1.45; }
  .rf-sec-cta-wrap { margin-top: 18px !important; }
  .rf-sec-cta-btn { min-height: 38px; padding: 8px 18px; font-size: 12.5px; font-weight: 700; gap: 6px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; max-width: 100%; white-space: nowrap; }
  .rf-sec-cta-btn-white { min-height: 38px; padding: 8px 16px; font-size: 12px; font-weight: 700; gap: 6px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; max-width: 100%; white-space: nowrap; }
  .rf-sec-cta-btn svg, .rf-sec-cta-btn i, .rf-sec-cta-btn-white svg, .rf-sec-cta-btn-white i, .rf-assess-cta-btn svg, .rf-assess-cta-btn i { font-size: 13px !important; width: 14px; height: 14px; flex-shrink: 0; }
  .tg-shared-demo-form button[type=submit] { padding: 9px 14px !important; font-size: 13.5px !important; min-height: 38px !important; border-radius: 8px !important; }
  /* Section 14: FAQ Hub */
  .rf-faq-hub { gap: 8px; }
  .rf-faq-item { border-radius: 10px; }
  .rf-faq-summary { padding: 12px 14px; gap: 10px; }
  .rf-faq-summary h3 { font-size: 14.5px !important; font-weight: 600 !important; line-height: 1.35 !important; margin: 0; }
  .rf-faq-toggle { width: 24px; height: 24px; font-size: 15px; }
  .rf-faq-body { padding: 0 14px 12px 14px; }
  .rf-faq-body p { font-size: 13.5px !important; line-height: 1.5 !important; }
}
@media (max-width: 420px) {
  h1, .tg-hero h1, .tg-main-wrap h1 { font-size: 26px !important; }
  h2, .fs-head h2, .tg-main-wrap h2, .tg-section h2 { font-size: 22px !important; }
  .rf-chain-nav { grid-template-columns: 1fr; }
  .rf-flow-strip { padding: 10px 8px; gap: 4px 5px; }
  .rf-flow-strip span.pill { padding: 2.5px 6px; font-size: 10px; }
  .rf-flow-strip span.arrow { font-size: 9px; }
  .rf-integ-flow { padding: 5px 8px; font-size: 10px; gap: 3px 5px; }
  .rf-sec-cta-btn, .rf-sec-cta-btn-white, .rf-spotlight-card .rf-sec-cta-btn-white { min-height: 35px; padding: 6px 14px; font-size: 11.5px; gap: 5px; }
  .rf-sec-cta-wrap { margin-top: 14px !important; }
  .rf-deploy-footer { padding: 12px 10px; font-size: 12.5px; }
  .rf-assess-cta-btn { min-height: 34px; padding: 6px 12px; font-size: 11.5px; gap: 5px; }
  .tg-shared-demo-form button[type=submit] { padding: 8px 12px !important; font-size: 13px !important; min-height: 36px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .tg-client-logo-marquee, .client-logo-marquee { animation: none; }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .sub-h1 { font-family: "Montserrat", sans-serif !important; }
:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .sub-h1) :is(a, span, strong, b, em) { font-family: inherit !important; }
