/* ============ TOKENS ============ */
:root { --tg-primary: #0BA56A; --tg-primary-dark: #078857; --tg-primary-soft: #EAF7EF; --tg-teal: #0E7C86; --tg-teal-soft: #E8F4F5; --tg-heading: #111B24; --tg-body: #566B62; --tg-border: #DCE1E5; --tg-white: #FFFFFF; --tg-background-soft: #F7F9F7; --tg-background-muted: #F3F6F4; --tg-warning: #B7791F; --tg-warning-soft: #FBF3E4; --tg-danger: #C0392B; --tg-danger-soft: #FBEBEA; }
/* ============ RESET & BASE ============ */
.tg-main-wrap *,
.tg-main-wrap *::before,
.tg-main-wrap *::after { box-sizing: border-box; }
.tg-main-wrap { font-family: "Inter", system-ui, -apple-system, sans-serif; color: var(--tg-body); background: var(--tg-white); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.tg-main-wrap img { max-width: 100%; display: block; }
.tg-main-wrap ul,
.tg-main-wrap ol { margin: 0; padding: 0; list-style: none; }
.tg-main-wrap a { color: inherit; text-decoration: none; }
.tg-main-wrap button { font-family: inherit; cursor: pointer; background: none; border: none; color: inherit; }
.tg-main-wrap h1,
.tg-main-wrap h2,
.tg-main-wrap h3,
.tg-main-wrap p { margin: 0; }
.tg-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
/* ============ TYPE ============ */
.tg-main-wrap h1 { font-size: clamp(36px, 4vw, 44px); line-height: 1.1; font-weight: 700; letter-spacing: -0.03em; color: var(--tg-heading); }
.tg-main-wrap h2 { font-size: 32px; line-height: 1.15; font-weight: 700; letter-spacing: -0.02em; color: var(--tg-heading); }
.tg-main-wrap h3 { font-size: 20px; line-height: 1.25; font-weight: 600; letter-spacing: -0.01em; color: var(--tg-heading); }
.tg-main-wrap p,
.tg-main-wrap .body-text { font-size: 17px; line-height: 1.6; color: var(--tg-body); }
.tg-main-wrap .body-large { font-size: 18px; line-height: 1.65; color: var(--tg-body); }
.tg-main-wrap .small-text { font-size: 14px; line-height: 1.5; color: var(--tg-body); }
.tg-main-wrap :is(h1, h2, h3, h4, h5, h6)+p { margin-top: 16px; }
.tg-main-wrap .eyebrow { font-size: 12.5px; line-height: 1.2; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tg-primary); margin: 0 0 12px; }
/* ============ LAYOUT ============ */
.tg-container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 80px; }
.tg-section { padding-block: 64px; }
.tg-section--soft { background: var(--tg-background-soft); }
.tg-section--muted { background: var(--tg-background-muted); }
.tg-section-label { max-width: 900px; }
.tg-section-label h2 { margin-bottom: 16px; }
.tg-section-label--side { border-left: 3px solid var(--tg-primary); padding-left: 20px; }
/* ============ BUTTONS ============ */
.tg-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 12px 24px; font-weight: 600; font-size: 14px; line-height: 1.2; transition: 250ms ease; min-height: 44px; white-space: nowrap; text-decoration: none; }
.tg-btn--sm { padding: 10px 20px; font-size: 14px; }
.tg-btn--primary { background: var(--tg-primary); color: #fff !important; }
.tg-btn--primary:hover { background: var(--tg-primary-dark); color: #fff !important; }
.tg-btn--ghost { background: transparent; color: var(--tg-heading) !important; border: 1px solid var(--tg-border); }
.tg-btn--ghost:hover { border-color: var(--tg-primary); color: var(--tg-primary) !important; }
/* ============ STATE PILLS ============ */
.tg-state { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; border: 1px solid transparent; }
.tg-state::before { content: ""; width: 7px; height: 7px; border-radius: 50%; flex: none; }
.tg-state--verified,
.tg-state--ok { background: var(--tg-primary-soft); color: var(--tg-primary-dark); border-color: rgba(11, 165, 106, 0.25); }
.tg-state--verified::before,
.tg-state--ok::before { background: var(--tg-primary); }
.tg-state--pending,
.tg-state--waiting { background: var(--tg-warning-soft); color: var(--tg-warning); border-color: rgba(183, 121, 31, 0.25); }
.tg-state--pending::before,
.tg-state--waiting::before { background: var(--tg-warning); }
.tg-state--bad { background: var(--tg-danger-soft); color: var(--tg-danger); border-color: rgba(192, 57, 43, 0.2); }
.tg-state--bad::before { background: var(--tg-danger); }
.tg-ok { color: var(--tg-primary-dark); }
/* ============ TABLE OF CONTENTS ============ */
.tg-toc-section { display: none; background-color: #fafafa; padding: 32px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.tg-toc-section .container-xl-custom { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 80px; }
.tg-toc-card { max-width: 100%; margin: 0 auto; background: #ffffff; border: 1px solid #e6f5ee; border-radius: 16px; padding: 24px; box-shadow: 0 8px 24px rgba(0, 40, 22, 0.04); }
.tg-toc-trigger { width: 100%; background: none; border: none; display: flex; justify-content: space-between; align-items: center; padding: 0; color: var(--tg-heading); cursor: pointer; font-family: 'Inter', sans-serif; }
.tg-toc-trigger-text { font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.tg-toc-trigger-text svg { width: 22px; height: 22px; color: var(--tg-primary); flex-shrink: 0; }
.tg-toc-arrow { width: 36px; height: 36px; background: #e6f5ee; border-radius: 50%; color: var(--tg-primary-dark); display: flex; align-items: center; justify-content: center; 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 { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
#toc-list-container.toc-expanded { max-height: 1200px; }
.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 { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; }
.tg-toc-item { margin: 0; padding: 0; }
.tg-toc-link { display: flex; align-items: center; gap: 8px; font-size: 14.5px; color: #475467; font-weight: 500; padding: 4px 0; transition: color 0.2s ease; text-decoration: none; }
.tg-toc-link::before { content: ""; width: 7px; height: 7px; background-color: var(--tg-primary); border-radius: 50%; display: inline-block; flex-shrink: 0; margin-right: 4px; }
.tg-toc-link:hover,
.tg-toc-link:active { color: var(--tg-primary); text-decoration: none; }
.tg-hero-badges { width: 100%; overflow: hidden; padding: 18px 0; background: var(--tg-primary-soft); border-top: 1px solid rgba(11, 165, 106, 0.16); border-bottom: 1px solid rgba(11, 165, 106, 0.16); }
.tg-hero-badges-track { display: flex; width: max-content; direction: ltr; will-change: transform; animation: tg-trust-marquee 28s linear infinite normal; }
.tg-hero-badges-group { display: flex; align-items: center; flex-shrink: 0; }
.tg-hero-badges-group li { display: flex; align-items: center; flex-shrink: 0; gap: 10px; white-space: nowrap; padding: 0 26px; color: var(--tg-heading); font-size: 16px; font-weight: 600; line-height: 1.4; border-right: 1px solid rgba(17, 27, 36, 0.1); }
.tg-hero-badges-group li::before { content: "✓"; display: grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border-radius: 50%; background: var(--tg-primary); color: #fff; font-size: 12px; font-weight: 800; line-height: 1; }
@keyframes tg-trust-marquee {
from { transform: translate3d(0, 0, 0); }
to { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
.tg-hero-badges-track { animation-play-state: paused; }
}
@media (max-width: 767px) {
.tg-hero-badges-track { animation-duration: 22s; }
}

/* ============ LOT TRACEABILITY PAGE ============ */
.lt-hero{padding:90px 0 72px;background:radial-gradient(circle at 85% 5%,#dff8eb 0,transparent 32%),linear-gradient(135deg,#f8fcfa,#eff9f3);overflow:hidden}.lt-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.lt-hero-copy h1{font-size:clamp(42px,5vw,66px);max-width:720px}.lt-hero-copy h1 span{color:var(--tg-primary)}.lt-hero-copy>.body-large{max-width:640px;margin-top:22px}.lt-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.lt-actions .tg-btn{padding:15px 26px}.lt-actions .tg-btn span{margin-left:10px}.lt-text-link{font-size:14px;font-weight:700;color:var(--tg-heading)!important}.lt-text-link span{margin-left:6px;color:var(--tg-primary)}.lt-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:35px;margin-top:40px;border-top:1px solid #d8e5dd}.lt-proof>span{font-size:21px;font-weight:750;color:var(--tg-heading)}.lt-proof small{display:block;font-size:10px;line-height:1.35;margin-top:3px;text-transform:uppercase;letter-spacing:.05em;color:#76857e;font-weight:600}.lt-dashboard{background:#fff;border:1px solid #dcebe3;border-radius:22px;padding:25px;box-shadow:0 30px 65px rgba(22,75,48,.13);position:relative}.lt-dashboard:before{content:"";position:absolute;inset:10% -25px -25px 22%;background:#bcebd2;border-radius:25px;z-index:-1;opacity:.55}.lt-dash-top,.lt-lot-head,.lt-alert{display:flex;align-items:center}.lt-dash-top{justify-content:space-between;margin-bottom:20px}.lt-dash-top small,.lt-lot-card small,.lt-dash-stats small,.lt-alert small{display:block;font-size:10px;letter-spacing:.06em;color:#829087}.lt-dash-top strong{display:block;font-size:18px;color:var(--tg-heading);margin-top:2px}.lt-lot-card{border:1px solid #e1e9e4;border-radius:14px;padding:18px}.lt-lot-head{gap:10px}.lt-lot-head .tg-state{margin-left:auto}.lt-lot-head strong{display:block;color:var(--tg-heading);font-size:14px}.lt-box{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--tg-primary-soft);color:var(--tg-primary);font-size:19px}.lt-route{display:flex;align-items:center;margin:27px 8px 8px}.lt-route i{width:13px;height:13px;border:3px solid var(--tg-primary);border-radius:50%;background:#fff}.lt-route b{height:3px;flex:1;background:var(--tg-primary)}.lt-route-labels{display:flex;justify-content:space-between;font-size:9px;color:#697970}.lt-dash-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:13px 0}.lt-dash-stats>div{background:#f7faf8;border-radius:12px;padding:13px}.lt-dash-stats strong{display:block;color:var(--tg-heading);font-size:15px;margin:4px 0}.lt-dash-stats em{display:block;color:var(--tg-primary);font-style:normal;font-size:9px}.lt-alert{gap:11px;padding:13px;border-radius:12px;background:var(--tg-primary-soft)}.lt-alert>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--tg-primary);color:#fff}.lt-alert strong{display:block;font-size:12px;color:var(--tg-heading)}.lt-alert time{font-size:9px;margin-left:auto;color:#829087}.lt-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.lt-split p+p{margin-top:18px}.lt-center{text-align:center;max-width:780px;margin:0 auto 42px}.lt-switcher{margin-top:42px;background:#fff;border:1px solid #dfe8e2;border-radius:18px;overflow:hidden;box-shadow:0 15px 40px rgba(15,55,34,.06)}.lt-tab-list{display:grid;grid-template-columns:1fr 1fr;background:#edf4f0;padding:7px}.lt-tab-list button{padding:16px;border-radius:11px;font-weight:700;font-size:16px}.lt-tab-list button.active{background:#fff;color:var(--tg-primary);box-shadow:0 4px 14px rgba(30,70,48,.08)}.lt-tab-list span{margin-right:8px}.lt-tab-panel{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;padding:42px}.lt-tab-panel small,.lt-solution-label{font-size:12px;letter-spacing:.12em;font-weight:700;color:var(--tg-primary)}.lt-tab-panel h3{font-size:27px;margin:9px 0}.lt-tab-panel aside{border-left:1px solid #dfe8e2;padding-left:35px}.lt-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lt-card-grid article,.lt-feature-grid article{padding:28px;border:1px solid #e1e8e4;border-radius:15px;background:#fff;transition:.25s}.lt-card-grid article:hover,.lt-feature-grid article:hover{transform:translateY(-4px);border-color:#a9dfc4;box-shadow:0 15px 35px rgba(25,75,49,.08)}.lt-card-grid article>span,.lt-feature-grid article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--tg-primary-soft);color:var(--tg-primary);font-weight:800;margin-bottom:20px}.lt-card-grid p,.lt-feature-grid p{font-size:14px;margin-top:9px}.lt-challenges{background:#0d251c;color:#d9e8e0}.lt-challenges h2,.lt-challenges h3{color:#fff}.lt-challenges .lt-center p{color:#a9beb4}.lt-challenge-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:30px}.lt-challenge-list{display:flex;flex-direction:column;gap:9px}.lt-challenge-list button{display:flex;text-align:left;align-items:center;gap:15px;padding:15px 18px;border:1px solid #294439;border-radius:12px;color:#b7c9c0;transition:.2s}.lt-challenge-list button.active{background:#153b2c;border-color:#2bb77c;color:#fff}.lt-challenge-list button>span{font-size:10px;color:#63cda0}.lt-challenge-list strong,.lt-challenge-list small{display:block}.lt-challenge-list small{font-size:11px;color:#829b90;margin-top:3px}.lt-challenge-list b{margin-left:auto}.lt-solution{background:#fff;color:var(--tg-body);border-radius:18px;padding:34px}.lt-solution h3{color:var(--tg-heading);font-size:25px;margin:13px 0}.lt-solution-icon{width:52px;height:52px;display:grid;place-items:center;background:var(--tg-primary-soft);color:var(--tg-primary);border-radius:12px;font-size:24px;margin-top:20px}.lt-solution ul{margin:20px 0!important;display:grid;gap:8px}.lt-solution li{font-size:13px}.lt-solution li:before{content:"✓";color:var(--tg-primary);font-weight:800;margin-right:9px}.lt-solution a{color:var(--tg-primary);font-weight:700;font-size:13px}.lt-inline-cta{margin-top:35px;padding:25px 30px;border-radius:15px;background:#183c2e;display:flex;justify-content:space-between;align-items:center}.lt-inline-cta span{font-size:10px;letter-spacing:.1em;color:#5bd19f}.lt-inline-cta h3{font-size:19px;margin-top:4px}.lt-table-wrap{overflow-x:auto;border:1px solid #dfe7e2;border-radius:16px}.lt-table-wrap table{width:100%;border-collapse:collapse;font-size:14px}.lt-table-wrap th,.lt-table-wrap td{padding:17px 22px;text-align:left;border-bottom:1px solid #e6ece8}.lt-table-wrap th{background:#112a20;color:#fff}.lt-table-wrap th:last-child{background:var(--tg-primary)}.lt-table-wrap td:first-child{font-weight:700;color:var(--tg-heading)}.lt-table-wrap td:nth-child(2){color:#a14c43}.lt-table-wrap td:nth-child(3){color:#087d52;font-weight:600;background:#f2fbf6}.lt-table-wrap tr:last-child td{border-bottom:0}.lt-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dce6e0;border:1px solid #dce6e0;border-radius:16px;overflow:hidden}.lt-timeline article{padding:26px;background:#fff;min-height:210px;position:relative}.lt-timeline b{position:absolute;right:20px;top:17px;color:#dbe9e1;font-size:25px}.lt-timeline article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--tg-primary-soft);color:var(--tg-primary);margin-bottom:22px}.lt-timeline p{font-size:13px;margin-top:10px}.lt-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.lt-feature-grid article{display:flex;gap:18px}.lt-feature-grid article>span{flex:0 0 42px;margin:0}.lt-tech{background:#F7F9F7}.lt-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lt-tech-grid article{padding:28px;background:#fff;border-radius:15px}.lt-tech-grid article>span{font-size:26px;color:var(--tg-primary)}.lt-tech-grid small{display:block;color:var(--tg-primary);font-size:9px;letter-spacing:.11em;font-weight:700;margin:17px 0 7px}.lt-tech-grid p{font-size:13px;margin-top:9px}.lt-inline-dark{background:#103226}.lt-industries{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.lt-industries article{text-align:center;padding:27px 18px;border:1px solid #e0e8e3;border-radius:14px}.lt-industries span{font-size:28px;color:var(--tg-primary);display:block;margin-bottom:14px}.lt-industries p{font-size:12px;margin-top:8px}
/* ============ NEW INDUSTRY SHOWCASE SECTION ============ */
.lt-industry-explorer{margin-top:10px}
.lt-ind-tabs{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:36px}
.lt-ind-tab-btn{padding:10px 22px;border-radius:999px;border:1px solid var(--tg-border);background:var(--tg-white);color:var(--tg-body);font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;outline:none}
.lt-ind-tab-btn:hover{border-color:var(--tg-primary);color:var(--tg-primary-dark);background:var(--tg-primary-soft)}
.lt-ind-tab-btn.active{background:var(--tg-primary);color:#fff;border-color:var(--tg-primary);box-shadow:0 6px 18px rgba(11,165,106,.25)}
.lt-ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.lt-ind-card{position:relative;background:#fff;border:1px solid #e1e9e4;border-radius:20px;padding:30px 24px 26px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s cubic-bezier(.2,.8,.2,1),border-color .3s ease,box-shadow .3s ease;overflow:hidden}
.lt-ind-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--tg-primary),#38c98b);opacity:0;transition:opacity .3s ease}
.lt-ind-card:hover{transform:translateY(-8px);border-color:rgba(11,165,106,.4);box-shadow:0 22px 48px rgba(11,165,106,.12)}
.lt-ind-card:hover::before{opacity:1}
.lt-ind-card-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:22px}
.lt-ind-icon-box{width:52px;height:52px;border-radius:14px;background:var(--tg-primary-soft);color:var(--tg-primary-dark);display:grid;place-items:center;transition:transform .3s ease,background .3s ease,color .3s ease}
.lt-ind-card:hover .lt-ind-icon-box{transform:scale(1.08) rotate(-3deg);background:var(--tg-primary);color:#fff;box-shadow:0 8px 20px rgba(11,165,106,.3)}
.lt-ind-icon-box svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lt-ind-badge{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:#f0f7f3;color:var(--tg-primary-dark);border:1px solid rgba(11,165,106,.18);white-space:nowrap}
.lt-ind-card h3{font-size:21px;font-weight:700;color:var(--tg-heading);margin-bottom:8px}
.lt-ind-card p{font-size:14px;line-height:1.6;color:var(--tg-body);margin-bottom:20px;flex:1}
.lt-ind-link{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--tg-primary-dark);text-decoration:none!important;transition:gap .25s ease,color .25s ease}
.lt-ind-link span{font-size:14px;transition:transform .25s ease}
.lt-ind-card:hover .lt-ind-link{color:var(--tg-primary);gap:9px}
.lt-ind-card:hover .lt-ind-link span{transform:translate(3px,-3px)}
.lt-ind-card.hidden{display:none!important}
@media(max-width:1199px){.lt-ind-grid{grid-template-columns:repeat(3,1fr)}}.lt-reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.lt-reasons article{padding:25px;background:#fff;border-radius:13px;border-left:3px solid var(--tg-primary)}.lt-reasons b{font-size:11px;color:var(--tg-primary)}.lt-reasons h3{margin:12px 0 7px}.lt-reasons p{font-size:13px}.lt-final-cta{text-align:center;padding:75px 0;background:#0d251c}.lt-final-cta h2{color:#fff;max-width:720px;margin:auto}.lt-final-cta p{color:#aac0b5;margin:16px 0 26px}.lt-final-cta .tg-btn{background:#fff;color:#0b8f5c!important}.lt-faq-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.lt-faq details{border-bottom:1px solid #dfe7e2;padding:0}.lt-faq summary{list-style:none;cursor:pointer;padding:19px 0;font-weight:700;color:var(--tg-heading);display:flex;justify-content:space-between;gap:20px}.lt-faq summary::-webkit-details-marker{display:none}.lt-faq summary span{color:var(--tg-primary);font-size:22px;transition:.2s}.lt-faq details[open] summary span{transform:rotate(45deg)}.lt-faq details p{font-size:14px;padding:0 36px 19px 0}
@media(max-width:991px){.tg-container,.tg-toc-section .container-xl-custom{padding-inline:32px}.lt-hero-grid{grid-template-columns:1fr;gap:50px}.lt-split{gap:40px}.lt-card-grid,.lt-tech-grid,.lt-reasons{grid-template-columns:repeat(2,1fr)}.lt-timeline,.lt-industries{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.tg-container,.tg-toc-section .container-xl-custom{padding-inline:20px}.tg-section{padding-block:52px}.tg-main-wrap h2{font-size:28px}.lt-hero{padding:60px 0 50px}.lt-hero-copy h1{font-size:39px}.lt-proof{grid-template-columns:repeat(2,1fr)}.lt-split,.lt-tab-panel,.lt-challenge-layout,.lt-faq-wrap{grid-template-columns:1fr}.lt-tab-panel{gap:25px;padding:28px}.lt-tab-panel aside{border-left:0;border-top:1px solid #dfe8e2;padding:22px 0 0}.lt-card-grid,.lt-tech-grid,.lt-reasons,.lt-feature-grid{grid-template-columns:1fr}.lt-timeline,.lt-industries{grid-template-columns:1fr}.lt-inline-cta{align-items:flex-start;flex-direction:column;gap:20px}.lt-faq-wrap{gap:30px}.lt-dashboard{padding:16px}.lt-actions{flex-wrap:wrap}.lt-center{text-align:left}.lt-tech-grid article{padding:24px}}
/* Typography and spacing parity with tuna-traceability-software */
.lt-hero{padding-block:105px 70px}.lt-hero-copy h1{font-size:clamp(36px,4vw,44px);font-weight:700;line-height:1.1}.lt-hero-cta-copy{margin-top:26px;padding-left:18px;border-left:3px solid var(--tg-primary)}.tg-main-wrap .lt-hero-cta-copy h2{display:block;margin:0;color:var(--tg-heading);font-size:17px!important;line-height:1.35;font-weight:700}.tg-main-wrap .lt-hero-cta-copy p{margin-top:6px;font-size:14px;line-height:1.55}.lt-hero-cta-copy+.lt-actions{margin-top:18px}.lt-center{margin-bottom:35px}.lt-card-grid article{padding:32px 28px}.lt-feature-grid article{padding:28px}.lt-final-cta{padding-block:64px 88px}
.lt-stats-strip{width:100%;overflow:hidden;padding:18px 0;background:var(--tg-primary-soft);border-top:1px solid rgba(11,165,106,.16);border-bottom:1px solid rgba(11,165,106,.16)}.lt-stats-track{display:flex;width:max-content;will-change:transform;animation:lt-stats-marquee 24s linear infinite}.lt-stats-group{display:flex;width:max(100vw,1000px);align-items:center;justify-content:space-around;flex-shrink:0}.lt-stats-group>div{display:flex;align-items:center;gap:9px;flex-shrink:0;padding:0 30px;border-right:1px solid rgba(17,27,36,.1);white-space:nowrap}.lt-stats-group strong{color:var(--tg-heading);font-size:20px;font-weight:800;line-height:1.4}.lt-stats-group strong:before{content:"✓";display:inline-grid;width:20px;height:20px;margin-right:10px;place-items:center;border-radius:50%;background:var(--tg-primary);color:#fff;font-size:12px;font-weight:800;line-height:1;vertical-align:2px}.lt-stats-group span{color:var(--tg-heading);font-size:16px;font-weight:600;line-height:1.4;letter-spacing:0;text-transform:none}@keyframes lt-stats-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.lt-stats-track{animation-duration:60s}}
.lt-benefits{overflow:hidden;background:#fff}.lt-benefits-intro{max-width:880px;margin-bottom:35px}.lt-benefit-explorer{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:64px;align-items:stretch;border-top:1px solid var(--tg-border);border-bottom:1px solid var(--tg-border)}.lt-benefit-nav{display:flex;flex-direction:column}.lt-benefit-nav button{position:relative;display:grid;grid-template-columns:38px 1fr 24px;gap:12px;align-items:center;min-height:66px;padding:12px 4px;text-align:left;border-bottom:1px solid var(--tg-border);color:var(--tg-body);transition:padding .25s ease,color .25s ease}.lt-benefit-nav button:last-child{border-bottom:0}.lt-benefit-nav button:before{content:"";position:absolute;left:0;top:50%;width:3px;height:0;background:var(--tg-primary);transform:translateY(-50%);transition:height .25s ease}.lt-benefit-nav button:hover,.lt-benefit-nav button.active{padding-left:18px;color:var(--tg-heading)}.lt-benefit-nav button.active:before{height:38px}.lt-benefit-nav button>span{font-size:11px;font-weight:800;color:var(--tg-primary);letter-spacing:.08em}.lt-benefit-nav button strong{font-size:15px;font-weight:600}.lt-benefit-nav button b{font-size:18px;font-weight:400;color:var(--tg-primary);opacity:0;transform:translate(-6px,6px);transition:.25s}.lt-benefit-nav button.active b{opacity:1;transform:none}.lt-benefit-stage{position:relative;min-height:430px;display:flex;align-items:center;padding:48px 44px 48px 250px;background:linear-gradient(135deg,#f4fbf7,#e7f7ef);overflow:hidden}.lt-benefit-stage:after{content:"TRACE / ACT / IMPROVE";position:absolute;right:-18px;top:30px;color:rgba(11,165,106,.08);font-size:38px;font-weight:800;letter-spacing:.08em;writing-mode:vertical-rl}.lt-benefit-orbit{position:absolute;left:20px;top:50%;width:190px;height:190px;border:1px solid rgba(11,165,106,.24);border-radius:50%;transform:translateY(-50%);display:grid;place-items:center}.lt-benefit-orbit:before,.lt-benefit-orbit:after{content:"";position:absolute;border:1px solid rgba(11,165,106,.15);border-radius:50%}.lt-benefit-orbit:before{inset:18px}.lt-benefit-orbit:after{inset:38px}.lt-benefit-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--tg-primary)}.lt-benefit-orbit i:nth-child(1){top:12px;left:53px}.lt-benefit-orbit i:nth-child(2){right:2px;top:91px}.lt-benefit-orbit i:nth-child(3){bottom:18px;left:31px}.lt-benefit-orbit span{position:relative;z-index:2;display:grid;width:72px;height:72px;place-items:center;border-radius:50%;background:var(--tg-heading);color:#fff;font-size:28px;box-shadow:0 14px 30px rgba(17,27,36,.18);animation:lt-benefit-pulse 2.8s ease-in-out infinite}.lt-benefit-panels{position:relative;z-index:1;max-width:510px}.lt-benefit-panels article{animation:lt-benefit-reveal .35s ease}.lt-benefit-panels small{color:var(--tg-primary);font-size:11px;font-weight:800;letter-spacing:.12em}.lt-benefit-panels h3{margin:12px 0 16px;font-size:30px;color:var(--tg-heading)}.lt-benefit-panels p{font-size:17px;line-height:1.7}.lt-benefit-progress{position:absolute;left:250px;right:44px;bottom:28px;height:2px;background:rgba(11,165,106,.14)}.lt-benefit-progress span{display:block;width:16.666%;height:100%;background:var(--tg-primary);transition:width .35s ease}@keyframes lt-benefit-reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes lt-benefit-pulse{50%{transform:scale(1.06);box-shadow:0 18px 38px rgba(11,165,106,.25)}}
@media(max-width:1199px){.tg-container{padding-inline:36px}}
.lt-benefit-stage::after{display:none}
@media(max-width:991px){.tg-toc-section{display:block}}
.lt-stats-group{width:max-content;min-width:100vw}
@media(max-width:991px){.tg-main-wrap .lt-hero{padding-block:56px 52px}.tg-main-wrap .lt-hero-copy>.body-large{margin-top:18px}.tg-main-wrap .lt-hero-cta-copy{margin-top:22px}.tg-main-wrap .lt-actions{margin-top:16px}}
@media(max-width:767px){.tg-main-wrap .lt-hero{padding-block:42px 40px}.tg-main-wrap .lt-hero-copy>.body-large{margin-top:16px}.tg-main-wrap .lt-hero-cta-copy{margin-top:20px;padding-left:14px}.tg-main-wrap .lt-actions{margin-top:14px}}
@media(max-width:991px){.tg-main-wrap .lt-feature-console{min-height:340px;padding:22px 30px 28px}.tg-main-wrap .lt-feature-console-top{padding-bottom:13px}.tg-main-wrap .lt-feature-console-icon{width:56px;height:56px;margin:22px 0 18px;border-radius:14px}.tg-main-wrap .lt-feature-console-icon svg{width:29px;height:29px}.tg-main-wrap .lt-feature-panels h3{margin:7px 0 10px;font-size:23px}.tg-main-wrap .lt-feature-panels p{font-size:15px;line-height:1.6}.tg-main-wrap .lt-feature-console-foot{left:30px;right:30px;bottom:18px}}
@media(max-width:767px){.tg-main-wrap .lt-feature-console{min-height:320px;padding:18px 18px 25px}.tg-main-wrap .lt-feature-console-icon{width:50px;height:50px;margin:18px 0 15px}.tg-main-wrap .lt-feature-console-icon svg{width:26px;height:26px}.tg-main-wrap .lt-feature-panels h3{margin:6px 0 9px;font-size:20px!important}.tg-main-wrap .lt-feature-panels p{font-size:14px!important;line-height:1.55}.tg-main-wrap .lt-feature-console-foot{left:18px;right:18px;bottom:15px}.tg-main-wrap .lt-feature-console-foot>span{display:none}}
.lt-tab-list button{display:flex;align-items:center;justify-content:center}
.tg-main-wrap .lt-faq-index{grid-template-columns:repeat(2,1fr)}.tg-main-wrap .lt-faq-index button{min-height:76px;border-right:1px solid var(--tg-border)!important;border-bottom:1px solid var(--tg-border)!important}.tg-main-wrap .lt-faq-index button:nth-child(2n){border-right:0!important}.tg-main-wrap .lt-faq-index button:last-child{border-bottom:0!important}.tg-main-wrap .lt-faq-index strong{font-size:13px;line-height:1.45}
.lt-faq-answer-mark{display:none!important}.tg-main-wrap .lt-faq-answer{grid-template-columns:1fr}.tg-main-wrap .lt-faq-answer-foot{left:48px}@media(max-width:767px){.tg-main-wrap .lt-faq-answer-foot{left:20px}}
.lt-tab-list button span{display:inline-block;width:21px;height:21px;margin-right:9px;background:currentColor;font-size:0;vertical-align:-5px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.lt-tab-list button:first-child span{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E")}.lt-tab-list button:last-child span{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m15.5 15.5 5 5M8 8h5M8 11h3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m15.5 15.5 5 5M8 8h5M8 11h3'/%3E%3C/svg%3E")}
.lt-workflow-nav button{pointer-events:auto;cursor:pointer}
.lt-industry-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--tg-border)}.lt-industry-list article{position:relative;display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:122px;padding:23px 24px;border-bottom:1px solid var(--tg-border);transition:background-color .25s ease,padding .25s ease}.lt-industry-list article:nth-child(odd){border-right:1px solid var(--tg-border)}.lt-industry-list article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--tg-primary);transform:scaleY(0);transition:transform .25s ease}.lt-industry-list article:hover{padding-left:34px;background:var(--tg-primary-soft)}.lt-industry-list article:hover:before{transform:scaleY(1)}.lt-industry-list article>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--tg-border);color:var(--tg-primary);font-size:11px;font-weight:800;transition:.25s}.lt-industry-list article:hover>span{border-color:var(--tg-primary);background:var(--tg-primary);color:#fff;transform:rotate(-8deg)}.lt-industry-list h3{margin:0 0 7px;font-size:19px}.lt-industry-list p{font-size:13.5px}.lt-industry-list article>b{align-self:start;margin-top:5px;color:#b1c0b8;font-size:9px;font-weight:800;letter-spacing:.09em;transition:color .25s}.lt-industry-list article:hover>b{color:var(--tg-primary-dark)}
@media(max-width:991px){.lt-industry-list article{grid-template-columns:46px 1fr}.lt-industry-list article>b{display:none}}
@media(max-width:767px){.lt-industry-list{grid-template-columns:1fr}.lt-industry-list article:nth-child(odd){border-right:0}.lt-industry-list article{min-height:105px;padding:20px 12px;gap:12px}.lt-industry-list article:hover{padding-left:20px}.lt-industry-list h3{font-size:18px!important}.lt-industry-list p{font-size:14px!important}}
.lt-faq-new{background:linear-gradient(180deg,#fff,var(--tg-background-soft))}.lt-faq-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:35px}.lt-faq-heading>p{padding-bottom:5px}.lt-faq-desk{border:1px solid var(--tg-border);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 16px 45px rgba(17,27,36,.055)}.lt-faq-index{display:grid;grid-template-columns:repeat(3,1fr);background:var(--tg-background-soft);border-bottom:1px solid var(--tg-border)}.lt-faq-index button{position:relative;display:flex;min-height:62px;padding:14px 18px;align-items:center;gap:12px;text-align:left;border-right:1px solid var(--tg-border);border-bottom:1px solid var(--tg-border);transition:.22s}.lt-faq-index button:nth-child(3n){border-right:0}.lt-faq-index button:nth-last-child(-n+3){border-bottom:0}.lt-faq-index button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--tg-primary);transform:scaleX(0);transition:transform .25s ease}.lt-faq-index button:hover,.lt-faq-index button.active{background:#fff}.lt-faq-index button.active:after{transform:scaleX(1)}.lt-faq-index span{display:grid;width:27px;height:27px;flex:0 0 27px;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--tg-border);color:var(--tg-primary);font-size:9px;font-weight:800;transition:.22s}.lt-faq-index button.active span{background:var(--tg-primary);border-color:var(--tg-primary);color:#fff}.lt-faq-index strong{font-size:12.5px;color:var(--tg-heading)}.lt-faq-answer{position:relative;display:grid;grid-template-columns:100px 1fr;gap:30px;min-height:320px;padding:45px 48px 70px;background:#fff}.lt-faq-answer-mark{display:grid;width:76px;height:76px;place-items:center;border-radius:50%;background:var(--tg-heading);color:#fff;font-size:29px;font-weight:800;box-shadow:0 12px 28px rgba(17,27,36,.17)}.lt-faq-panels{max-width:820px}.lt-faq-panels article{animation:lt-benefit-reveal .35s ease}.lt-faq-panels small{font-size:10px;font-weight:800;letter-spacing:.12em;color:var(--tg-primary)}.lt-faq-panels h3{margin:10px 0 16px;font-size:25px}.lt-faq-panels p{font-size:16px;line-height:1.7}.lt-faq-answer-foot{position:absolute;left:178px;right:48px;bottom:28px;display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid var(--tg-border);font-size:12px}.lt-faq-answer-foot span{color:var(--tg-body)}.lt-faq-answer-foot a{color:var(--tg-primary-dark);font-weight:700}
@media(max-width:767px){.lt-faq-heading{grid-template-columns:1fr;gap:12px;margin-bottom:28px}.lt-faq-index{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.lt-faq-index::-webkit-scrollbar{display:none}.lt-faq-index button{flex:0 0 170px;scroll-snap-align:start;border-bottom:0}.lt-faq-answer{grid-template-columns:1fr;gap:20px;min-height:410px;padding:28px 20px 78px}.lt-faq-answer-mark{width:55px;height:55px;font-size:22px}.lt-faq-panels h3{font-size:21px!important}.lt-faq-panels p{font-size:15px!important}.lt-faq-answer-foot{left:20px;right:20px;bottom:22px}}

/* Restore the original centered industry card layout. */
.tg-main-wrap .lt-industry-explorer{margin-top:0}
.tg-main-wrap #industries .lt-center .eyebrow{display:none}
.tg-main-wrap .lt-ind-tabs{display:none}
.tg-main-wrap .lt-ind-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.tg-main-wrap .lt-ind-card{min-height:220px;padding:28px 18px;align-items:center;justify-content:center;text-align:center;border:1px solid #e0e8e3;border-radius:14px;background:#fff;box-shadow:none;transform:none}
.tg-main-wrap .lt-ind-card::before,.tg-main-wrap .lt-ind-badge,.tg-main-wrap .lt-ind-link{display:none}
.tg-main-wrap .lt-ind-card:hover{transform:translateY(-4px);border-color:#a9dfc4;box-shadow:0 15px 35px rgba(25,75,49,.08)}
.tg-main-wrap .lt-ind-card-header{width:auto;margin:0 0 14px;justify-content:center}
.tg-main-wrap .lt-ind-icon-box{width:42px;height:42px;border-radius:0;background:transparent;color:var(--tg-primary);box-shadow:none}
.tg-main-wrap .lt-ind-card:hover .lt-ind-icon-box{transform:none;background:transparent;color:var(--tg-primary);box-shadow:none}
.tg-main-wrap .lt-ind-icon-box svg{width:28px;height:28px}
.tg-main-wrap .lt-ind-icon-box svg.lt-ind-icon-seafood{stroke-width:3.8}
.tg-main-wrap .lt-ind-icon-box svg.lt-ind-icon-meat{stroke-width:34}
.tg-main-wrap .lt-ind-card h3{margin:0;color:var(--tg-heading);font-size:20px;font-weight:700}
.tg-main-wrap .lt-ind-card p{flex:0;margin:10px 0 0;color:var(--tg-body);font-size:13px;line-height:1.55}
@media(max-width:991px){.tg-main-wrap .lt-ind-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tg-main-wrap .lt-ind-card{min-height:190px;padding:24px 16px}}
@media(max-width:575px){.tg-main-wrap .lt-ind-grid{grid-template-columns:1fr}.tg-main-wrap .lt-ind-card{min-height:175px}}

/* Compact content-heavy interactive sections on phones. */
.lt-pain-title{margin:6px 0 20px;color:var(--tg-heading);font-size:23px;font-weight:700;line-height:1.3}
.lt-pain-panel>small{color:var(--tg-primary);font-size:10px;font-weight:800;letter-spacing:.12em}
@media(max-width:767px){
  .tg-main-wrap .lt-table-wrap{position:relative;width:100%;overflow-x:auto;border-radius:12px;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}
  .tg-main-wrap .lt-table-wrap table{width:700px;min-width:700px;table-layout:fixed;font-size:12.5px}
  .tg-main-wrap .lt-table-wrap th,.tg-main-wrap .lt-table-wrap td{padding:13px 14px;line-height:1.45;vertical-align:top;overflow-wrap:normal;word-break:normal}
  .tg-main-wrap .lt-table-wrap th:nth-child(1),.tg-main-wrap .lt-table-wrap td:nth-child(1){position:sticky;left:0;width:170px;z-index:2}
  .tg-main-wrap .lt-table-wrap th:nth-child(1){z-index:4;background:#112a20}
  .tg-main-wrap .lt-table-wrap td:nth-child(1){background:#fff;box-shadow:1px 0 0 #e6ece8}
  .tg-main-wrap .lt-table-wrap th:nth-child(2),.tg-main-wrap .lt-table-wrap td:nth-child(2){width:215px}
  .tg-main-wrap .lt-table-wrap th:nth-child(3),.tg-main-wrap .lt-table-wrap td:nth-child(3){width:315px}

  .tg-main-wrap .lt-switcher{margin-top:24px;border-radius:14px}
  .tg-main-wrap .lt-tab-list{padding:5px}
  .tg-main-wrap .lt-tab-list button{min-height:62px;padding:10px 8px;font-size:14px;line-height:1.35}
  .tg-main-wrap .lt-tab-list button span{width:18px;height:18px;margin-right:6px}
  .tg-main-wrap .lt-tab-panel{gap:18px;padding:22px 18px}
  .tg-main-wrap .lt-tab-panel small{font-size:8px}
  .tg-main-wrap .lt-tab-panel h3{margin:7px 0 9px;font-size:20px!important}
  .tg-main-wrap .lt-tab-panel p{font-size:13.5px!important;line-height:1.5}
  .tg-main-wrap .lt-tab-panel aside{padding-top:16px}

  .tg-main-wrap .lt-benefit-nav button{min-width:185px;min-height:52px;padding:9px 10px;grid-template-columns:28px 1fr 16px;gap:8px}
  .tg-main-wrap .lt-benefit-nav button:hover,.tg-main-wrap .lt-benefit-nav button.active{padding-left:12px}
  .tg-main-wrap .lt-benefit-nav button strong{font-size:12px;line-height:1.3}
  .tg-main-wrap .lt-benefit-stage{min-height:315px;padding:128px 18px 38px}
  .tg-main-wrap .lt-benefit-orbit{top:16px;width:98px;height:98px}
  .tg-main-wrap .lt-benefit-orbit::before{inset:12px}
  .tg-main-wrap .lt-benefit-orbit::after{inset:25px}
  .tg-main-wrap .lt-benefit-orbit span{width:47px;height:47px}
  .tg-main-wrap .lt-benefit-orbit span svg{width:25px;height:25px}
  .tg-main-wrap .lt-benefit-orbit i{width:6px;height:6px}
  .tg-main-wrap .lt-benefit-orbit i:nth-child(2){top:46px}
  .tg-main-wrap .lt-benefit-panels small{font-size:8px}
  .tg-main-wrap .lt-benefit-panels h3{margin:7px 0 9px;font-size:20px!important}
  .tg-main-wrap .lt-benefit-panels p{font-size:13.5px!important;line-height:1.5}
  .tg-main-wrap .lt-benefit-progress{left:18px;right:18px;bottom:20px}

  .tg-main-wrap .lt-problem-lines article,.tg-main-wrap .lt-problem-lines article:nth-child(2n){min-height:0;padding:16px 8px;gap:12px}
  .tg-main-wrap .lt-problem-lines article::before{width:36px;height:36px;flex-basis:36px;margin:0;font-size:10px}
  .tg-main-wrap .lt-problem-lines h3{font-size:17px!important}
  .tg-main-wrap .lt-problem-lines p{margin-top:5px;font-size:13px!important;line-height:1.45}

  .tg-main-wrap .lt-pain-picker{gap:18px;margin-top:25px;padding:18px 14px;border-radius:16px}
  .tg-main-wrap .lt-pain-heading h3{margin:7px 0 8px;font-size:19px!important}
  .tg-main-wrap .lt-pain-heading p{font-size:13.5px!important}
  .tg-main-wrap .lt-pain-grid{gap:8px}
  .tg-main-wrap .lt-pain-grid button{min-height:56px;padding:9px 11px;grid-template-columns:34px 1fr 15px;gap:9px;border-radius:11px}
  .tg-main-wrap .lt-pain-grid button>span{width:32px;height:32px;border-radius:8px}
  .tg-main-wrap .lt-pain-grid svg{width:19px;height:19px}
  .tg-main-wrap .lt-pain-grid strong{font-size:12.5px}
  .tg-main-wrap .lt-challenges .lt-inline-cta{margin-top:18px;padding:19px 16px;gap:13px;border-radius:13px}
  .tg-main-wrap .lt-challenges .lt-inline-cta h3{font-size:18px!important}
  .tg-main-wrap .lt-challenges .lt-inline-cta p{margin-top:5px;font-size:13.5px!important}

  .tg-main-wrap .lt-pain-overlay{padding:14px}
  .tg-main-wrap .lt-pain-modal{padding:22px 18px;border-radius:16px}
  .tg-main-wrap .lt-pain-close{right:12px;top:12px;width:28px!important;height:28px!important}
  .tg-main-wrap .lt-pain-modal-icon{width:43px;height:43px;margin-bottom:14px}
  .tg-main-wrap .lt-pain-title{margin:5px 0 14px;font-size:19px!important}
  .tg-main-wrap .lt-pain-remedies{gap:7px;margin-bottom:16px}
  .tg-main-wrap .lt-pain-remedies div{padding:9px 11px;font-size:12.5px}
  .tg-main-wrap .lt-pain-done{padding:9px!important}

  .tg-main-wrap .lt-tech-grid,.tg-main-wrap .lt-reasons,.tg-main-wrap .lt-ind-grid{gap:10px}
  .tg-main-wrap .lt-tech-grid article{padding:18px 20px;border-radius:12px}
  .tg-main-wrap .lt-tech-grid article>span{width:36px;height:36px;font-size:10px}
  .tg-main-wrap .lt-tech-grid small{margin:12px 0 5px;font-size:8px}
  .tg-main-wrap .lt-tech-grid h3{font-size:18px!important}
  .tg-main-wrap .lt-tech-grid p{margin-top:7px;font-size:13.5px!important;line-height:1.5}

  .tg-main-wrap .lt-reasons article{padding:18px 20px;border-radius:11px}
  .tg-main-wrap .lt-reasons article h3{margin:8px 0 5px;font-size:18px!important}
  .tg-main-wrap .lt-reasons article p{font-size:13.5px!important;line-height:1.5}

  .tg-main-wrap .lt-ind-card{min-height:130px;padding:17px 15px;border-radius:12px}
  .tg-main-wrap .lt-ind-card-header{margin-bottom:8px}
  .tg-main-wrap .lt-ind-icon-box{width:34px;height:34px}
  .tg-main-wrap .lt-ind-icon-box svg{width:23px;height:23px}
  .tg-main-wrap .lt-ind-card h3{font-size:18px!important}
  .tg-main-wrap .lt-ind-card p{margin-top:6px;font-size:13px!important;line-height:1.45}

  .tg-main-wrap .lt-feature-index button{flex-basis:165px;min-height:56px;padding:9px 10px}
  .tg-main-wrap .lt-feature-index button strong{font-size:12px;line-height:1.25}
  .tg-main-wrap .lt-feature-console{min-height:285px;padding:16px 18px 24px}
  .tg-main-wrap .lt-feature-console-top{padding-bottom:10px}
  .tg-main-wrap .lt-feature-console-icon{width:44px;height:44px;margin:15px 0 13px;border-radius:11px}
  .tg-main-wrap .lt-feature-console-icon::after{inset:-6px;border-radius:16px}
  .tg-main-wrap .lt-feature-console-icon svg{width:24px;height:24px}
  .tg-main-wrap .lt-feature-panels small{font-size:8px}
  .tg-main-wrap .lt-feature-panels h3{margin:5px 0 8px;font-size:19px!important}
  .tg-main-wrap .lt-feature-panels p{font-size:13px!important;line-height:1.48}
  .tg-main-wrap .lt-feature-console-foot{left:18px;right:18px;bottom:14px}

  .tg-main-wrap .lt-workflow-nav button{flex-basis:104px;min-height:82px;padding:12px 6px 10px;gap:7px}
  .tg-main-wrap .lt-workflow-nav button strong{font-size:10px;line-height:1.3}
  .tg-main-wrap .lt-workflow-visual{min-height:205px}
  .tg-main-wrap .lt-workflow-rings{width:105px;height:105px}
  .tg-main-wrap .lt-workflow-rings::before{inset:13px}
  .tg-main-wrap .lt-workflow-rings::after{inset:27px}
  .tg-main-wrap .lt-workflow-rings>span{width:52px;height:52px}
  .tg-main-wrap .lt-workflow-rings svg{width:25px;height:25px}
  .tg-main-wrap .lt-workflow-visual>small{margin-top:13px;font-size:8px}
  .tg-main-wrap .lt-workflow-meter{margin-top:7px}
  .tg-main-wrap .lt-workflow-panels{padding:22px 20px}
  .tg-main-wrap .lt-workflow-panels h3{margin:7px 0 9px;font-size:20px!important}
  .tg-main-wrap .lt-workflow-panels p{font-size:13.5px!important;line-height:1.5}
  .tg-main-wrap .lt-workflow-controls{margin-top:18px}
  .tg-main-wrap .lt-workflow-controls button{padding:8px 13px;font-size:11px}
}

/* FAQ mobile: two readable questions per row with a compact answer panel. */
.lt-faq-mobile{display:none}
@media(max-width:767px){
  .tg-main-wrap .lt-faq-desk{display:none}
  .tg-main-wrap .lt-faq-mobile{display:block;border-top:1px solid var(--tg-border)}
  .tg-main-wrap .lt-faq-mobile details{border-bottom:1px solid var(--tg-border);background:#fff}
  .tg-main-wrap .lt-faq-mobile summary{display:grid;grid-template-columns:30px minmax(0,1fr) 24px;gap:10px;align-items:center;padding:17px 4px;list-style:none;cursor:pointer;color:var(--tg-heading)}
  .tg-main-wrap .lt-faq-mobile summary::-webkit-details-marker{display:none}
  .tg-main-wrap .lt-faq-mobile summary>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--tg-border);border-radius:50%;color:var(--tg-primary);font-size:9px;font-weight:800}
  .tg-main-wrap .lt-faq-mobile summary>strong{font-size:14px;line-height:1.4;font-weight:700}
  .tg-main-wrap .lt-faq-mobile summary>i{position:relative;width:22px;height:22px;border-radius:50%;background:var(--tg-primary-soft)}
  .tg-main-wrap .lt-faq-mobile summary>i::before,.tg-main-wrap .lt-faq-mobile summary>i::after{content:"";position:absolute;left:6px;right:6px;top:10px;height:2px;background:var(--tg-primary);transition:transform .2s ease}
  .tg-main-wrap .lt-faq-mobile summary>i::after{transform:rotate(90deg)}
  .tg-main-wrap .lt-faq-mobile details[open] summary>i::after{transform:rotate(0)}
  .tg-main-wrap .lt-faq-mobile details[open] summary>span{border-color:var(--tg-primary);background:var(--tg-primary);color:#fff}
  .tg-main-wrap .lt-faq-mobile-answer{padding:0 38px 18px;color:var(--tg-body);font-size:14px;line-height:1.65}
  .tg-main-wrap .lt-faq-desk{border-radius:16px}
  .tg-main-wrap .lt-faq-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;scroll-snap-type:none}
  .tg-main-wrap .lt-faq-index button{width:100%;min-width:0;min-height:72px;display:grid;grid-template-columns:27px minmax(0,1fr);padding:11px 12px;gap:9px;border-right:1px solid var(--tg-border)!important;border-bottom:1px solid var(--tg-border)!important;scroll-snap-align:none}
  .tg-main-wrap .lt-faq-index button:nth-child(2n){border-right:0!important}
  .tg-main-wrap .lt-faq-index button:nth-last-child(-n+2){border-bottom:0!important}
  .tg-main-wrap .lt-faq-index strong{min-width:0;font-size:12px;line-height:1.35;overflow-wrap:anywhere}
  .tg-main-wrap .lt-faq-answer{display:block;min-height:0;padding:26px 20px 22px}
  .tg-main-wrap .lt-faq-panels{max-width:none}
  .tg-main-wrap .lt-faq-panels small{font-size:9px}
  .tg-main-wrap .lt-faq-panels h3{margin:9px 0 12px;font-size:20px!important;line-height:1.35}
  .tg-main-wrap .lt-faq-panels p{font-size:14px!important;line-height:1.6}
  .tg-main-wrap .lt-faq-answer-foot{position:static;margin-top:22px;padding-top:14px;gap:12px;flex-wrap:wrap}
}
.lt-inline-cta h3{margin:0;color:#fff;font-size:19px;line-height:1.35}.tg-main-wrap .lt-inline-cta p{margin-top:7px;color:#b8cec5;font-size:14px;line-height:1.55}.lt-challenges .lt-inline-cta h3{color:var(--tg-heading)}.tg-main-wrap .lt-challenges .lt-inline-cta p{color:var(--tg-body)}.lt-inline-dark h3{color:#fff!important}.tg-main-wrap .lt-inline-dark p{color:#b8cec5!important}.lt-final-cta h3{max-width:720px;margin:auto;color:#fff;font-size:32px;line-height:1.15;font-weight:700;letter-spacing:-.02em}
.lt-features{background:#fff}.lt-feature-explorer{display:grid;grid-template-columns:minmax(310px,.78fr) minmax(0,1.22fr);gap:54px;align-items:stretch;border-top:1px solid var(--tg-border);border-bottom:1px solid var(--tg-border)}.lt-feature-index{display:grid;grid-template-columns:1fr 1fr;align-content:center;padding:22px 0}.lt-feature-index button{position:relative;display:grid;grid-template-columns:30px 1fr 18px;gap:10px;align-items:center;min-height:76px;padding:13px 14px;text-align:left;border-bottom:1px solid var(--tg-border);color:var(--tg-body);transition:.22s}.lt-feature-index button:nth-last-child(-n+2){border-bottom:0}.lt-feature-index button:nth-child(odd){border-right:1px solid var(--tg-border)}.lt-feature-index button:before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--tg-primary);transition:width .3s ease}.lt-feature-index button:hover,.lt-feature-index button.active{background:var(--tg-primary-soft);color:var(--tg-heading)}.lt-feature-index button.active:before{width:100%}.lt-feature-index button span{font-size:10px;font-weight:800;color:var(--tg-primary);letter-spacing:.07em}.lt-feature-index button strong{font-size:13px;line-height:1.35;font-weight:650}.lt-feature-index button b{color:var(--tg-primary);opacity:0;transition:.2s}.lt-feature-index button:hover b,.lt-feature-index button.active b{opacity:1;transform:translateX(3px)}.lt-feature-console{position:relative;min-height:455px;padding:30px 42px 34px;background:linear-gradient(145deg,#102b21,#0b2018);color:#fff;overflow:hidden}.lt-feature-console:before{content:"";position:absolute;width:360px;height:360px;right:-110px;top:-130px;border:1px solid rgba(78,215,155,.12);border-radius:50%;box-shadow:0 0 0 45px rgba(78,215,155,.035),0 0 0 90px rgba(78,215,155,.025)}.lt-feature-console-top{position:relative;display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}.lt-feature-console-top>span,.lt-feature-console-foot>span{font-size:9px;font-weight:800;letter-spacing:.14em;color:#81a396}.lt-feature-console-top i{font-size:9px;font-style:normal;font-weight:700;color:#43d49a}.lt-feature-console-icon{position:relative;display:grid;width:70px;height:70px;place-items:center;margin:38px 0 24px;border:1px solid rgba(70,213,151,.35);border-radius:18px;background:rgba(70,213,151,.09);color:#52dda4}.lt-feature-console-icon:after{content:"";position:absolute;inset:-9px;border:1px solid rgba(70,213,151,.12);border-radius:24px}.lt-feature-console-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.lt-feature-panels{position:relative;max-width:650px}.lt-feature-panels article{animation:lt-benefit-reveal .35s ease}.lt-feature-panels small{font-size:10px;font-weight:800;letter-spacing:.12em;color:#52dda4}.lt-feature-panels h3{margin:9px 0 14px;color:#fff;font-size:28px}.lt-feature-panels p{color:#b8cec5;font-size:16px;line-height:1.7}.lt-feature-console-foot{position:absolute;left:42px;right:42px;bottom:28px;display:flex;align-items:center;gap:25px}.lt-feature-console-foot>div{height:2px;flex:1;background:rgba(255,255,255,.12)}.lt-feature-console-foot i{display:block;width:12.5%;height:100%;background:#4bd99f;transition:width .35s ease}
.tg-main-wrap .lt-inline-link{color:var(--tg-primary-dark);font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}.tg-main-wrap .lt-inline-link:hover{color:var(--tg-primary)}
.lt-tech-grid article>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--tg-primary-soft);color:var(--tg-primary-dark);font-size:12px;font-weight:800;letter-spacing:.06em}
.lt-benefit-orbit span svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.lt-benefit-orbit span svg path,.lt-benefit-orbit span svg rect{vector-effect:non-scaling-stroke}
.lt-problem-lines{counter-reset:lt-problem}.lt-problem-lines article{position:relative;counter-increment:lt-problem}.lt-problem-lines article::after{content:"0" counter(lt-problem);position:absolute;top:29px;right:20px;color:#cbd9d1;font-size:13px;font-weight:800;letter-spacing:.08em}
.lt-problem-lines article>span{display:none!important}.lt-problem-lines article::after{content:none}.lt-problem-lines article::before{content:"0" counter(lt-problem);display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;margin-bottom:18px;border-radius:50%;background:var(--tg-danger-soft);color:var(--tg-danger);font-size:12px;font-weight:800;letter-spacing:.06em}
.lt-problem-lines article{overflow:hidden;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}.lt-problem-lines article::before{transition:background-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}.lt-problem-lines article h3{transition:color .25s ease}.lt-problem-lines article:hover{z-index:1;background:var(--tg-primary-soft);transform:translateY(-5px);box-shadow:0 14px 30px rgba(11,165,106,.1)}.lt-problem-lines article:hover::before{background:var(--tg-primary);color:#fff;transform:scale(1.08);box-shadow:0 7px 16px rgba(11,165,106,.24)}.lt-problem-lines article:hover h3{color:var(--tg-primary-dark)}
.lt-workflow{background:#fff;border:1px solid var(--tg-border);border-radius:22px;overflow:hidden;box-shadow:0 14px 40px rgba(17,27,36,.05)}.lt-workflow-nav{position:relative;display:grid;grid-template-columns:repeat(8,1fr);padding:0 14px;border-bottom:1px solid var(--tg-border)}.lt-workflow-nav:before{content:"";position:absolute;left:6.25%;right:6.25%;top:29px;height:1px;background:var(--tg-border)}.lt-workflow-nav button{position:relative;z-index:1;display:flex;min-width:0;min-height:108px;padding:18px 7px 14px;flex-direction:column;align-items:center;gap:9px;text-align:center}.lt-workflow-nav button span{display:grid;width:24px;height:24px;place-items:center;border:2px solid var(--tg-border);border-radius:50%;background:#fff;color:var(--tg-body);font-size:9px;font-weight:800;transition:.25s}.lt-workflow-nav button strong{font-size:11px;line-height:1.35;color:var(--tg-body);font-weight:600;transition:.25s}.lt-workflow-nav button:hover span,.lt-workflow-nav button.active span{border-color:var(--tg-primary);background:var(--tg-primary);color:#fff;box-shadow:0 0 0 5px var(--tg-primary-soft)}.lt-workflow-nav button:hover strong,.lt-workflow-nav button.active strong{color:var(--tg-primary-dark)}.lt-workflow-stage{display:grid;grid-template-columns:.72fr 1.28fr;min-height:340px}.lt-workflow-visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#0e2b20,#164532);color:#fff;overflow:hidden}.lt-workflow-visual:before{content:"";position:absolute;inset:-60%;background:repeating-radial-gradient(circle,transparent 0 36px,rgba(255,255,255,.035) 37px 38px)}.lt-workflow-rings{position:relative;display:grid;width:150px;height:150px;place-items:center;border:1px solid rgba(86,220,159,.28);border-radius:50%}.lt-workflow-rings:before,.lt-workflow-rings:after{content:"";position:absolute;border:1px solid rgba(86,220,159,.2);border-radius:50%}.lt-workflow-rings:before{inset:18px}.lt-workflow-rings:after{inset:36px}.lt-workflow-rings>i{position:absolute;width:7px;height:7px;border-radius:50%;background:#38c98b}.lt-workflow-rings>i:first-child{left:16px;top:30px}.lt-workflow-rings>i:nth-child(2){right:6px;bottom:42px}.lt-workflow-rings>span{position:relative;z-index:1;display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:#fff;color:var(--tg-primary-dark);box-shadow:0 12px 26px rgba(0,0,0,.22)}.lt-workflow-rings svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lt-workflow-visual>small{position:relative;margin-top:20px;color:#77dcb3;font-size:9px;font-weight:800;letter-spacing:.14em}.lt-workflow-meter{position:relative;width:150px;height:3px;margin-top:9px;background:rgba(255,255,255,.15)}.lt-workflow-meter span{display:block;width:12.5%;height:100%;background:#42d49a;transition:width .35s ease}.lt-workflow-visual>b{position:relative;margin-top:8px;font-size:10px;letter-spacing:.1em}.lt-workflow-panels{display:flex;padding:50px;flex-direction:column;justify-content:center}.lt-workflow-panels article{max-width:610px;animation:lt-benefit-reveal .35s ease}.lt-workflow-panels article>small{color:var(--tg-primary);font-size:10px;font-weight:800;letter-spacing:.13em}.lt-workflow-panels h3{margin:10px 0 15px;font-size:29px}.lt-workflow-panels p{font-size:17px;line-height:1.7}.lt-workflow-controls{display:flex;gap:10px;margin-top:32px}.lt-workflow-controls button{padding:9px 17px;border:1px solid var(--tg-border);border-radius:999px;color:var(--tg-heading);font-size:12px;font-weight:700;transition:.2s}.lt-workflow-controls button:last-child{border-color:var(--tg-primary);background:var(--tg-primary);color:#fff}.lt-workflow-controls button:hover:not(:disabled){transform:translateY(-2px)}.lt-workflow-controls button:disabled{opacity:.35;cursor:not-allowed}
.lt-challenges{background:var(--tg-background-soft);color:var(--tg-body)}.lt-challenges h2,.lt-challenges h3{color:var(--tg-heading)}.lt-challenge-intro{max-width:900px;margin-bottom:35px}.lt-problem-lines{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--tg-border);border-bottom:1px solid var(--tg-border)}.lt-problem-lines article{padding:26px 20px;border-right:1px solid var(--tg-border)}.lt-problem-lines article:last-child{border-right:0}.lt-problem-lines article>span{display:grid;width:42px;height:42px;place-items:center;margin-bottom:18px;border-radius:50%;color:var(--tg-danger);background:var(--tg-danger-soft)}.lt-problem-lines svg,.lt-pain-grid svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lt-problem-lines h3{font-size:17px}.lt-problem-lines p{font-size:13.5px;margin-top:9px}.lt-pain-picker{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;align-items:start;margin-top:42px;padding:36px;background:#fff;border:1px solid var(--tg-border);border-radius:22px}.lt-pain-heading>span{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--tg-primary)}.lt-pain-heading h3{margin:10px 0 12px;font-size:25px}.lt-pain-heading p{font-size:14px}.lt-pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lt-pain-grid button{display:grid;grid-template-columns:40px 1fr 18px;gap:11px;align-items:center;min-height:68px;padding:12px 14px;text-align:left;border:1px solid var(--tg-border);border-radius:13px;background:var(--tg-background-soft);transition:.2s}.lt-pain-grid button:first-child{grid-column:1/-1}.lt-pain-grid button:hover{transform:translateY(-2px);border-color:rgba(11,165,106,.45);box-shadow:0 9px 22px rgba(17,27,36,.07)}.lt-pain-grid button>span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:var(--tg-primary-soft);color:var(--tg-primary-dark)}.lt-pain-grid strong{font-size:13.5px;color:var(--tg-heading)}.lt-pain-grid b{color:var(--tg-primary);font-size:17px;transition:transform .2s}.lt-pain-grid button:hover b{transform:translateX(3px)}.lt-challenges .lt-inline-cta{background:#e5f5ec;border:1px solid rgba(11,165,106,.18)}.lt-challenges .lt-inline-cta span{color:var(--tg-primary-dark)}.lt-challenges .lt-inline-cta h3{color:var(--tg-heading)}.lt-pain-overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(10,25,19,.58);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.22s}.lt-pain-overlay.open{opacity:1;visibility:visible}.lt-pain-modal{position:relative;width:min(430px,100%);padding:30px;background:#fff;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.24);transform:translateY(12px) scale(.96);transition:.25s}.lt-pain-overlay.open .lt-pain-modal{transform:none}.lt-pain-close{position:absolute;right:16px;top:16px;width:32px;height:32px!important;min-height:0!important;padding:0!important;border-radius:50%;background:var(--tg-background-muted)!important;font-size:21px!important}.lt-pain-modal-icon{display:grid;width:50px;height:50px;place-items:center;margin-bottom:18px;border-radius:13px;background:var(--tg-primary-soft);color:var(--tg-primary)}.lt-pain-modal-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.lt-pain-modal>small{color:var(--tg-primary);font-size:10px;font-weight:800;letter-spacing:.12em}.lt-pain-modal h3{margin:6px 0 20px;font-size:23px}.lt-pain-remedies{display:grid;gap:8px;margin-bottom:22px}.lt-pain-remedies div{display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:10px;background:var(--tg-background-soft);font-size:13.5px;font-weight:600;color:var(--tg-heading)}.lt-pain-remedies div:before{content:"✓";display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:var(--tg-primary);color:#fff;font-size:11px}.lt-pain-done{width:100%;padding:11px;border-radius:11px!important;background:var(--tg-heading)!important;color:#fff!important;font-size:13px!important;font-weight:700}
@media(max-width:991px){
  .tg-container{padding-inline:24px}.tg-section{padding-block:52px}.lt-hero{padding-block:105px 52px}
  .tg-main-wrap h1,.lt-hero h1{font-size:34px!important;font-weight:800;line-height:1.2}
  .tg-main-wrap h2,.tg-section-label h2{font-size:28px!important;font-weight:700;line-height:1.25;margin-bottom:12px}
  .tg-main-wrap h3{font-size:20px!important;font-weight:700;line-height:1.3}
  .tg-main-wrap h4{font-size:18px!important;font-weight:600;line-height:1.35}
  .tg-main-wrap p,.tg-main-wrap .body-text,.tg-main-wrap .body-large,.tg-main-wrap .small-text{font-size:16px!important;line-height:1.6}
  .tg-main-wrap :is(h1,h2,h3,h4,h5,h6)+p{margin-top:14px}.tg-btn{padding:11px 20px;min-height:42px;font-size:13.5px;font-weight:600}
  .tg-toc-section .container-xl-custom{padding-inline:40px}.lt-hero-grid{gap:40px}.lt-final-cta{padding-block:50px 70px}.lt-benefit-explorer{grid-template-columns:1fr;gap:0}.lt-benefit-nav{display:grid;grid-template-columns:repeat(3,1fr)}.lt-benefit-nav button{border-right:1px solid var(--tg-border);padding:12px}.lt-benefit-nav button:hover,.lt-benefit-nav button.active{padding-left:18px}.lt-benefit-stage{min-height:360px}.lt-problem-lines{grid-template-columns:repeat(2,1fr)}.lt-problem-lines article{border-bottom:1px solid var(--tg-border)}.lt-problem-lines article:nth-child(2n){border-right:0}.lt-pain-picker{grid-template-columns:1fr;gap:25px}.lt-workflow-nav{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.lt-workflow-nav::-webkit-scrollbar{display:none}.lt-workflow-nav:before{display:none}.lt-workflow-nav button{flex:0 0 130px;scroll-snap-align:start;border-right:1px solid var(--tg-border)}.lt-workflow-stage{grid-template-columns:.8fr 1.2fr}.lt-workflow-panels{padding:36px}.lt-feature-explorer{grid-template-columns:1fr;gap:0}.lt-feature-index{grid-template-columns:repeat(4,1fr);padding:0}.lt-feature-index button{border-right:1px solid var(--tg-border);border-bottom:1px solid var(--tg-border)}.lt-feature-index button:nth-last-child(-n+2){border-bottom:0}.lt-feature-console{min-height:410px}
}
@media(max-width:767px){
  .tg-container{padding-inline:18px}.tg-section{padding-block:40px}.lt-hero{padding-block:92px 40px}
  .tg-hero-badges{padding:14px 0}.tg-hero-badges-group li{gap:8px;padding:0 18px;font-size:14px}
  .tg-main-wrap h1,.lt-hero h1{font-size:28px!important;font-weight:800;line-height:1.2}
  .tg-main-wrap h2,.tg-section-label h2{font-size:24px!important;font-weight:700;line-height:1.28;margin-bottom:0px}
  .tg-main-wrap h3{font-size:18px!important;font-weight:700;line-height:1.35}.tg-main-wrap h4{font-size:16px!important;font-weight:600;line-height:1.35}
  .tg-main-wrap p,.tg-main-wrap .body-text,.tg-main-wrap .body-large,.tg-main-wrap .small-text{font-size:15px!important;line-height:1.55}
  .tg-main-wrap :is(h1,h2,h3,h4,h5,h6)+p{margin-top:12px}
  .tg-btn{width:auto!important;max-width:max-content!important;display:inline-flex!important;padding:10px 20px;font-size:13px;font-weight:600;white-space:nowrap}
  .tg-toc-section{display:block;padding:20px 0}.tg-toc-section .container-xl-custom{padding-inline:16px}.tg-toc-card{padding:16px}.tg-toc-trigger-text{font-size:16px}.tg-toc-trigger-text svg{width:20px;height:20px}.tg-toc-arrow{width:32px;height:32px}.tg-toc-nav{margin-top:16px;padding:16px 0 2px 16px}.tg-toc-list{grid-template-columns:1fr;gap:10px}.tg-toc-link{padding:6px 0;font-size:14px}
  .lt-final-cta{padding-block:20px 30px}.lt-center{margin-bottom:28px}.lt-stats-strip{padding:14px 0}.lt-stats-track{animation-duration:18s}.lt-stats-group>div{gap:7px;padding:0 20px}.lt-stats-group strong{font-size:16px}.lt-stats-group strong:before{width:18px;height:18px;margin-right:8px;font-size:11px}.lt-stats-group span{font-size:14px}.lt-benefit-explorer{display:block}.lt-benefit-nav{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.lt-benefit-nav::-webkit-scrollbar{display:none}.lt-benefit-nav button{min-width:225px;min-height:58px;scroll-snap-align:start}.lt-benefit-nav button:before{top:auto;bottom:0;width:0;height:3px;transform:none}.lt-benefit-nav button.active:before{width:100%;height:3px}.lt-benefit-stage{min-height:390px;padding:165px 22px 48px}.lt-benefit-orbit{top:20px;left:50%;width:125px;height:125px;transform:translateX(-50%)}.lt-benefit-orbit:after{inset:28px}.lt-benefit-orbit span{width:56px;height:56px;font-size:22px}.lt-benefit-orbit i:nth-child(2){top:58px}.lt-benefit-panels h3{font-size:23px!important}.lt-benefit-progress{left:22px;right:22px;bottom:25px}.lt-problem-lines{grid-template-columns:1fr}.lt-problem-lines article,.lt-problem-lines article:nth-child(2n){display:flex;gap:15px;border-right:0}.lt-problem-lines article>span{flex:0 0 42px;margin:0}.lt-pain-picker{padding:22px 16px}.lt-pain-grid{grid-template-columns:1fr}.lt-pain-grid button:first-child{grid-column:auto}.lt-challenges .lt-inline-cta{margin-top:24px}.lt-pain-modal{padding:25px 20px}.lt-workflow-nav button{flex-basis:112px;min-height:92px}.lt-workflow-stage{grid-template-columns:1fr}.lt-workflow-visual{min-height:245px}.lt-workflow-rings{width:120px;height:120px}.lt-workflow-panels{padding:30px 22px}.lt-workflow-panels h3{font-size:23px!important}.lt-workflow-panels p{font-size:15px!important}.lt-workflow-controls{margin-top:24px}.lt-feature-index{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.lt-feature-index::-webkit-scrollbar{display:none}.lt-feature-index button{flex:0 0 205px;min-height:64px;scroll-snap-align:start}.lt-feature-console{min-height:440px;padding:24px 22px 30px}.lt-feature-console-icon{margin-top:30px}.lt-feature-panels h3{font-size:23px!important}.lt-feature-panels p{font-size:15px!important}.lt-feature-console-foot{left:22px;right:22px;bottom:22px}
}
@media(max-width:380px){
    .tg-main-wrap h1,.lt-hero h1{font-size:26px!important;}
}

/* FAQ accordion across desktop, tablet, and mobile. */
.tg-main-wrap .lt-faq-desk{display:none}
.tg-main-wrap .lt-faq-mobile{display:block;max-width:1050px;margin-inline:auto;border-top:1px solid var(--tg-border);background:#fff}
.tg-main-wrap .lt-faq-mobile details{border-bottom:1px solid var(--tg-border);background:#fff}
.tg-main-wrap .lt-faq-mobile summary{display:grid;grid-template-columns:34px minmax(0,1fr) 26px;gap:14px;align-items:center;padding:20px 6px;list-style:none;cursor:pointer;color:var(--tg-heading);transition:background-color .25s ease,color .25s ease}
.tg-main-wrap .lt-faq-mobile summary::-webkit-details-marker{display:none}
.tg-main-wrap .lt-faq-mobile summary:hover{background:var(--tg-background-soft)}
.tg-main-wrap .lt-faq-mobile summary>span{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--tg-border);border-radius:50%;color:var(--tg-primary);font-size:10px;font-weight:800;transition:background-color .25s ease,border-color .25s ease,color .25s ease}
.tg-main-wrap .lt-faq-mobile summary>strong{font-size:16px;line-height:1.4;font-weight:700}
.tg-main-wrap .lt-faq-mobile summary>i{position:relative;width:24px;height:24px;border-radius:50%;background:var(--tg-primary-soft);transition:transform .3s ease .06s,background-color .3s ease}
.tg-main-wrap .lt-faq-mobile summary>i::before,.tg-main-wrap .lt-faq-mobile summary>i::after{content:"";position:absolute;left:7px;right:7px;top:11px;height:2px;background:var(--tg-primary);transition:transform .3s ease .06s}
.tg-main-wrap .lt-faq-mobile summary>i::after{transform:rotate(90deg)}
.tg-main-wrap .lt-faq-mobile details[open] summary>i::after{transform:rotate(0)}
.tg-main-wrap .lt-faq-mobile details[open] summary>span{border-color:var(--tg-primary);background:var(--tg-primary);color:#fff}
.tg-main-wrap .lt-faq-mobile-answer{padding:0 54px 22px;color:var(--tg-body);font-size:15px;line-height:1.7;animation:lt-faq-answer-in .38s ease .1s both}
@keyframes lt-faq-answer-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@media(max-width:767px){
  .tg-main-wrap .lt-faq-mobile summary{grid-template-columns:30px minmax(0,1fr) 24px;gap:10px;padding:16px 4px}
  .tg-main-wrap .lt-faq-mobile summary>span{width:28px;height:28px;font-size:9px}
  .tg-main-wrap .lt-faq-mobile summary>strong{font-size:14px}
  .tg-main-wrap .lt-faq-mobile summary>i{width:22px;height:22px}
  .tg-main-wrap .lt-faq-mobile summary>i::before,.tg-main-wrap .lt-faq-mobile summary>i::after{left:6px;right:6px;top:10px}
  .tg-main-wrap .lt-faq-mobile-answer{padding:0 38px 18px;font-size:14px;line-height:1.65}
}
@media(prefers-reduced-motion:reduce){.tg-main-wrap .lt-faq-mobile-answer{animation:none}.tg-main-wrap .lt-faq-mobile summary>i,.tg-main-wrap .lt-faq-mobile summary>i::after{transition:none}}

/* Increase only the injected recent-post titles by 2px. */
#blog-scroll .popular-posts .card .title a{font-size:calc(1em + 2px);font-weight: 600;}

@media(min-width:992px){
  .tg-main-wrap .lt-features{padding-block:40px}
  .tg-main-wrap .lt-features .lt-center{margin-bottom:20px}
  .tg-main-wrap .lt-feature-index{grid-template-rows:repeat(4,1fr);align-content:stretch;padding:0}
  .tg-main-wrap .lt-feature-index button{min-height:64px;padding:10px 12px}
  .tg-main-wrap .lt-feature-console{display:flex;min-height:320px;flex-direction:column;justify-content:center;padding:24px 30px 38px}
  .tg-main-wrap .lt-feature-console-top{padding-bottom:9px}
  .tg-main-wrap .lt-feature-console-icon{width:48px;height:48px;margin:0 0 12px;border-radius:12px}
  .tg-main-wrap .lt-feature-console-icon::after{inset:-6px;border-radius:17px}
  .tg-main-wrap .lt-feature-console-icon svg{width:25px;height:25px}
  .tg-main-wrap .lt-feature-panels h3{margin:5px 0 8px;font-size:22px}
  .tg-main-wrap .lt-feature-panels p{font-size:14px;line-height:1.5}
  .tg-main-wrap .lt-feature-console-foot{left:30px;right:30px;bottom:15px}
}
