/* GENERATED from the TradeLens landing App.css by tools/scope-tradelens-css.py. Do not edit by hand. */
.tl-scope {
  
  --navy: #2B2350;
  --navy-mid: #453A6E;
  --accent: #479C45;
  --accent-light: #6BBF67;
  --accent-pale: #EAF6E9;
  --white: #FFFFFF;
  --off-white: #F8FAFC;
  --slate: #F1F5F9;
  --ink: #201A3B;
  --ink-mid: #4B4468;
  --ink-soft: #746E8C;
  --green: #6BBF67;
  --green-pale: #EAF6E9;
  --red: #EF4444;
  --red-pale: #FEE2E2;
  --border: rgba(43,35,80,0.1);
  --shadow-sm: 0 1px 4px rgba(43,35,80,0.06);
  --shadow: 0 4px 24px rgba(43,35,80,0.1);
  --shadow-lg: 0 12px 48px rgba(43,35,80,0.14);
  --nav-h: 60px;
  --sticky-cta-h: 68px;
}
.tl-scope * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
.tl-scope { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
.tl-scope {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--off-white);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
}
.tl-scope { min-height: 100vh; padding-bottom: var(--sticky-cta-h); }
.tl-scope .th-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  padding: 0 5%;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.tl-scope .th-logo { margin-right: auto; }
.tl-scope .th-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 1.1rem;
  color: var(--navy); letter-spacing: -0.6px;
  display: flex; align-items: center; gap: 8px;
}
.tl-scope .th-logo-mark-img {
  width: 30px; height: 30px; border-radius: 7px; object-fit: contain; flex-shrink: 0;
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}
.tl-scope a.th-logo { text-decoration: none; }
.tl-scope .th-logo em { font-style: normal; color: var(--green); }
.tl-scope .th-nav-links { display: none; }
.tl-scope .th-nav-link {
  font-size: 0.83rem; font-weight: 600; color: var(--ink-mid);
  text-decoration: none; padding: 6px 2px; position: relative;
}
.tl-scope .th-nav-link.active { color: var(--navy); }
.tl-scope .th-nav-link.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; border-radius: 1px; background: var(--accent);
}
.tl-scope .th-nav-burger {
  width: 34px; height: 34px; margin-left: 10px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; flex-shrink: 0;
}
.tl-scope .th-nav-burger span { width: 18px; height: 2px; background: var(--navy); border-radius: 1px; transition: all .2s; }
.tl-scope .th-nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tl-scope .th-nav-burger.open span:nth-child(2) { opacity: 0; }
.tl-scope .th-nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.tl-scope .th-nav-drawer {
  position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 99;
  background: var(--white); border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow); padding: 10px 5% 18px;
  display: flex; flex-direction: column; gap: 4px;
  animation: tl-fadeUp 0.2s ease both;
}
.tl-scope .th-nav-drawer-link {
  padding: 12px 4px; font-size: 0.95rem; font-weight: 600;
  color: var(--ink-mid); text-decoration: none; border-bottom: 1px solid var(--border);
}
.tl-scope .th-nav-drawer-link.active { color: var(--accent); }
.tl-scope .th-nav-drawer .th-nav-cta { margin-top: 12px; text-align: center; }
.tl-scope .th-nav-cta {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
  color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  padding: 7px 8px 7px 16px; border-radius: 100px;
  text-decoration: none; white-space: nowrap;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 2px 10px rgba(7,27,46,.25);
}
.tl-scope .th-nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,139,83,.35); }
.tl-scope .th-nav-cta-arrow {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--white); color: var(--navy);
  font-size: 0.85rem; line-height: 1;
}
.tl-scope .th-s1-wrapper {
  background:
    radial-gradient(ellipse 65% 50% at 88% 6%, rgba(71,156,69,.14) 0%, transparent 70%),
    radial-gradient(ellipse 60% 45% at 6% 10%, rgba(43,35,80,.1) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(71,156,69,.06) 0%, transparent 70%),
    var(--off-white);
  position: relative; overflow: hidden;
}
.tl-scope .th-hero-graphic { display: none; }
.tl-scope .th-commodity-motif { display: none; }
.tl-scope .th-s1 {
  padding: calc(var(--nav-h) + 28px) 5.5% 48px;
  display: flex; flex-direction: column;
  gap: 36px; max-width: 1240px; margin: 0 auto;
}
.tl-scope .th-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Satisfy', cursive;
  font-size: 1.3rem; font-weight: 400;
  color: var(--accent); margin-bottom: 6px;
  animation: tl-fadeUp 0.5s ease both;
}
.tl-scope .th-eyebrow-line { display: none; }
.tl-scope .th-hero-h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 700; line-height: 1.15; letter-spacing: -0.01em;
  color: var(--navy); margin-bottom: 16px;
  max-width: 20ch;
  animation: tl-fadeUp 0.5s 0.1s ease both;
}
.tl-scope .th-route-loading { min-height: 70vh; }
.tl-scope .th-hero-h1 em { font-style: normal; color: var(--accent); }
.tl-scope .th-hero-h1 span {
  display: block;
  margin-top: 12px;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 500; line-height: 1.5; letter-spacing: 0;
  color: var(--ink-mid);
}
.tl-scope .th-hero-desc {
  font-size: 1rem; color: var(--ink-mid); line-height: 1.7;
  max-width: 520px; margin-bottom: 24px; font-weight: 400;
  animation: tl-fadeUp 0.5s 0.2s ease both;
}
.tl-scope .th-hero-outcomes {
  display: flex; flex-direction: column; gap: 10px;
  animation: tl-fadeUp 0.5s 0.3s ease both;
}
.tl-scope .th-outcome-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 15px; background: var(--white);
  border: 1px solid var(--border); border-radius: 12px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.tl-scope .th-outcome-item:hover { transform: translateX(4px); box-shadow: var(--shadow); }
.tl-scope .th-outcome-icon {
  width: 34px; height: 34px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.tl-scope .th-outcome-icon.shield { background: var(--red-pale); }
.tl-scope .th-outcome-icon.target { background: var(--green-pale); }
.tl-scope .th-outcome-icon.chart { background: var(--slate); }
.tl-scope .th-outcome-text strong {
  display: block; font-size: 0.85rem; font-weight: 700;
  color: var(--navy); margin-bottom: 3px;
}
.tl-scope .th-outcome-text span { font-size: 0.78rem; color: var(--ink-soft); line-height: 1.5; }
.tl-scope .th-download-panel {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 20px; padding: 26px 22px;
  box-shadow: var(--shadow-lg);
  animation: tl-fadeUp 0.5s 0.15s ease both;
  scroll-margin-top: calc(var(--nav-h) + 12px);
  position: relative;
}
.tl-scope .th-download-panel::before {
  content: ''; position: absolute; inset: -2px; z-index: -1; border-radius: 22px;
  background: linear-gradient(135deg, var(--accent), var(--green));
  opacity: .18; filter: blur(18px);
}
.tl-scope .th-download-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.64rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--green); background: var(--green-pale);
  padding: 5px 12px; border-radius: 100px; margin-bottom: 14px;
}
.tl-scope .th-download-panel h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.55rem; font-weight: 700;
  letter-spacing: -0.02em; color: var(--navy);
  line-height: 1.2; margin-bottom: 6px;
}
.tl-scope .th-download-sub {
  font-size: 0.83rem; color: var(--ink-soft);
  line-height: 1.6; margin-bottom: 4px;
}
.tl-scope .th-form-divider { height: 1px; background: var(--border); margin: 16px 0; }
.tl-scope .th-store-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.tl-scope .th-store-badges--dark { justify-content: center; margin-bottom: 14px; }
.tl-scope .th-store-badge {
  flex: 1 1 150px;
  display: inline-flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid)); color: var(--white);
  border-radius: 11px; padding: 9px 14px;
  text-decoration: none; min-height: 46px;
  transition: transform .2s, box-shadow .2s;
}
.tl-scope .th-store-badge:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,139,83,.32); }
.tl-scope .th-store-badge-icon { display: flex; flex-shrink: 0; }
.tl-scope .th-store-badge-text { display: flex; flex-direction: column; line-height: 1.15; }
.tl-scope .th-store-badge-text em { font-style: normal; font-size: 0.55rem; letter-spacing: 0.4px; opacity: 0.75; }
.tl-scope .th-store-badge-text strong { font-size: 0.88rem; font-weight: 700; letter-spacing: -0.2px; }
.tl-scope .th-qr-row { display: none; align-items: center; gap: 14px; }
.tl-scope .th-qr-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.tl-scope .th-qr-caption { display: flex; flex-direction: column; gap: 2px; }
.tl-scope .th-qr-caption strong { font-size: 0.82rem; color: var(--navy); }
.tl-scope .th-qr-caption span { font-size: 0.72rem; color: var(--ink-soft); line-height: 1.4; }
.tl-scope .th-download-note {
  text-align: center; font-size: 0.7rem;
  color: var(--ink-soft); margin-top: 14px; line-height: 1.5;
}
.tl-scope .th-sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  height: var(--sticky-cta-h);
  background: rgba(255,255,255,0.97); backdrop-filter: blur(16px);
  border-top: 1px solid var(--border); box-shadow: 0 -6px 24px rgba(30,41,59,.1);
  display: flex; align-items: center; gap: 10px;
  padding: 0 5%;
}
.tl-scope .th-sticky-cta-label { flex-shrink: 0; }
.tl-scope .th-sticky-cta-label strong { display: block; font-size: 0.78rem; color: var(--navy); font-weight: 700; }
.tl-scope .th-sticky-cta-label span { font-size: 0.66rem; color: var(--ink-soft); }
.tl-scope .th-sticky-cta-btns { display: flex; gap: 8px; margin-left: auto; }
.tl-scope .th-sticky-icon-btn {
  width: 42px; height: 42px; border-radius: 11px;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tl-scope .th-ticker {
  display: flex; align-items: center; gap: 14px;
  background: var(--navy); overflow: hidden;
  padding: 10px 0;
}
.tl-scope .th-ticker-badge {
  display: flex; align-items: center; gap: 6px; flex-shrink: 0;
  padding: 5px 16px 5px 5%; font-size: 0.66rem; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: rgba(255,255,255,.85);
  position: relative; z-index: 2; background: var(--navy);
}
.tl-scope .th-ticker-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent-light);
}
.tl-scope .th-ticker-track {
  display: flex; gap: 36px; flex-shrink: 0;
  animation: tl-tickerScroll 30s linear infinite;
  position: relative; z-index: 1;
}
@keyframes tl-tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.tl-scope .th-ticker-group { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.tl-scope .th-ticker-country {
  display: flex; align-items: center; gap: 6px; flex-shrink: 0; white-space: nowrap;
  font-size: 0.68rem; font-weight: 700; letter-spacing: .3px; text-transform: uppercase;
  color: var(--accent-light); background: rgba(255,255,255,.08); padding: 4px 12px; border-radius: 999px;
}
.tl-scope .th-ticker-item {
  display: flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 0.78rem; color: rgba(255,255,255,.85);
}
.tl-scope .th-ticker-item strong { color: var(--white); font-weight: 600; }
.tl-scope .th-trust-bar { padding: 40px 5.5%; background: var(--slate); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tl-scope .th-trust-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; }
.tl-scope .th-trust-tile { text-align: left; }
.tl-scope .th-trust-icon {
  width: 46px; height: 46px; border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 14px;
  background: var(--accent-pale);
  border: 1px solid rgba(0,139,83,.14);
  box-shadow: 0 4px 14px rgba(0,139,83,.1);
}
.tl-scope .th-trust-tile:nth-child(2n) .th-trust-icon { background: var(--green-pale); box-shadow: 0 4px 14px rgba(16,183,127,.15); }
.tl-scope .th-trust-title { font-size: 0.85rem; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.tl-scope .th-trust-desc { font-size: 0.74rem; color: var(--ink-soft); line-height: 1.5; }
.tl-scope .th-s2 {
  padding: 56px 5.5%; position: relative; overflow: hidden;
  background: linear-gradient(155deg, #071B2E 0%, #0A2A3E 60%, #08545A 130%);
}
.tl-scope .th-s2::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(16,183,127,.05) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(16,183,127,.05) 1px,transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, black 0%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, black 0%, transparent 75%);
}
.tl-scope .th-s2-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }
.tl-scope .th-s2 .th-section-eyebrow { color: var(--accent-light); }
.tl-scope .th-s2 .th-section-h2 { color: var(--white); }
.tl-scope .th-s2 .th-section-desc { color: rgba(255,255,255,.55); }
.tl-scope .th-section-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Satisfy', cursive;
  font-size: 1.3rem; font-weight: 400;
  color: var(--accent); margin-bottom: 6px;
}
.tl-scope .th-section-eyebrow::after { content: none; }
.tl-scope .th-section-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.7rem, 6vw, 2.6rem);
  font-weight: 700; letter-spacing: -0.02em;
  line-height: 1.12; color: var(--navy); margin-bottom: 12px;
}
.tl-scope .th-section-desc {
  font-size: 0.92rem; color: var(--ink-mid);
  line-height: 1.7; max-width: 540px; margin-bottom: 32px;
}
.tl-scope .th-outcomes-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.tl-scope .th-outcome-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 18px; padding: 26px 22px;
  position: relative; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.tl-scope .th-outcome-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tl-scope .th-outcome-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.tl-scope .th-outcome-card.fraud::before { background: linear-gradient(90deg, var(--red), rgba(239,68,68,.4)); }
.tl-scope .th-outcome-card.match::before { background: linear-gradient(90deg, var(--accent), var(--green)); }
.tl-scope .th-oc-num { font-size: 0.6rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 13px; }
.tl-scope .th-oc-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.tl-scope .th-oc-title { font-family: 'Poppins', sans-serif; font-size: 1.28rem; font-weight: 700; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 9px; line-height: 1.25; }
.tl-scope .th-oc-desc { font-size: 0.85rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: 16px; }
.tl-scope .th-oc-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tl-scope .th-oc-tag { font-size: 0.68rem; font-weight: 600; padding: 4px 11px; border-radius: 100px; }
.tl-scope .fraud .th-oc-tag { background: var(--red-pale); color: var(--red); }
.tl-scope .match .th-oc-tag { background: var(--accent-pale); color: var(--accent); }
.tl-scope .th-oc-compare { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 7px; }
.tl-scope .th-oc-compare-row { display: flex; align-items: flex-start; gap: 9px; font-size: 0.8rem; color: var(--ink-mid); line-height: 1.45; }
.tl-scope .th-oc-compare-row .ci { flex-shrink: 0; }
.tl-scope .th-s2 .th-outcome-card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.tl-scope .th-s2 .th-outcome-card:hover { background: rgba(255,255,255,.06); box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.tl-scope .th-s2 .th-oc-num { color: rgba(255,255,255,.35); }
.tl-scope .th-s2 .th-oc-title { color: var(--white); }
.tl-scope .th-s2 .th-oc-desc { color: rgba(255,255,255,.6); }
.tl-scope .th-s2 .fraud .th-oc-tag { background: rgba(239,68,68,.15); color: #FF8080; }
.tl-scope .th-s2 .match .th-oc-tag { background: rgba(16,183,127,.15); color: var(--accent-light); }
.tl-scope .th-s2 .th-oc-compare { border-top-color: rgba(255,255,255,.1); }
.tl-scope .th-s2 .th-oc-compare-row { color: rgba(255,255,255,.6); }
.tl-scope .th-features { padding: 56px 5.5%; background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.tl-scope .th-features-inner { max-width: 1180px; margin: 0 auto; }
.tl-scope .th-feature-tabs {
  display: flex; gap: 8px; margin-top: 6px; margin-bottom: 24px;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding-bottom: 2px;
}
.tl-scope .th-feature-tabs::-webkit-scrollbar { display: none; }
.tl-scope .th-feature-tab {
  flex-shrink: 0; white-space: nowrap;
  font-family: 'Poppins', sans-serif; font-size: 0.8rem; font-weight: 600;
  color: var(--ink-mid); background: var(--white);
  border: 1px solid var(--border); border-radius: 100px;
  padding: 9px 16px; cursor: pointer; transition: all .2s;
}
.tl-scope .th-feature-tab.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.tl-scope .th-feature-panel {
  display: flex; flex-direction: column; gap: 22px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 22px; padding: 22px; box-shadow: var(--shadow);
}
.tl-scope .th-feature-copy h3 { font-family: 'Poppins', sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 10px; line-height: 1.25; }
.tl-scope .th-feature-copy p { font-size: 0.87rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: 16px; }
.tl-scope .th-feature-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.tl-scope .th-feature-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.83rem; color: var(--navy-mid); font-weight: 500; }
.tl-scope .th-feature-check {
  width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem; font-weight: 800; color: var(--white);
  background: var(--accent); margin-top: 1px;
}
.tl-scope .accent-green .th-feature-check { background: var(--green); }
.tl-scope .accent-red .th-feature-check { background: var(--red); }
.tl-scope .accent-accent .th-feature-tab.active, .tl-scope .accent-green .th-feature-tab.active { border-color: transparent; }
.tl-scope .th-mock-frame {
  border-radius: 16px; overflow: hidden;
  background: var(--slate); border: 1px solid var(--border);
}
.tl-scope .th-mock-topbar { display: flex; gap: 5px; padding: 10px 12px; background: var(--white); border-bottom: 1px solid var(--border); }
.tl-scope .th-mock-topbar span { width: 8px; height: 8px; border-radius: 50%; background: var(--border); }
.tl-scope .th-mock-topbar span:first-child { background: var(--red); opacity: .5; }
.tl-scope .th-mock-topbar span:nth-child(2) { background: #F59E0B; opacity: .5; }
.tl-scope .th-mock-topbar span:nth-child(3) { background: var(--green); opacity: .5; }
.tl-scope .th-mock-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; min-height: 220px; background: var(--slate); }
.tl-scope .th-mock-search { display: flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 9px 12px; font-size: 0.76rem; color: var(--ink-soft); }
.tl-scope .th-mock-search-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.tl-scope .th-mock-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.tl-scope .th-mock-chip { font-size: 0.66rem; font-weight: 600; color: var(--ink-soft); background: var(--white); border: 1px solid var(--border); padding: 4px 10px; border-radius: 100px; }
.tl-scope .th-mock-chip.active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.tl-scope .th-mock-row { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 9px 10px; }
.tl-scope .th-mock-row.compact { padding: 10px 12px; }
.tl-scope .th-mock-avatar { width: 30px; height: 30px; border-radius: 8px; background: var(--accent-pale); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.8rem; flex-shrink: 0; }
.tl-scope .th-mock-row-text { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.tl-scope .th-mock-row-text strong { font-size: 0.76rem; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tl-scope .th-mock-row-text span { font-size: 0.68rem; color: var(--ink-soft); }
.tl-scope .th-mock-badge { font-size: 0.64rem; font-weight: 700; padding: 4px 9px; border-radius: 100px; flex-shrink: 0; }
.tl-scope .th-mock-badge.green { background: var(--green-pale); color: var(--green); }
.tl-scope .th-mock-badge.accent { background: var(--accent-pale); color: var(--accent); }
.tl-scope .th-mock-badge.red { background: var(--red-pale); color: var(--red); }
.tl-scope .th-mock-app-header { display: flex; align-items: center; gap: 10px; }
.tl-scope .th-mock-menu { font-size: 0.9rem; color: var(--ink-mid); flex-shrink: 0; }
.tl-scope .th-mock-app-title { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.tl-scope .th-mock-app-title strong { font-size: 0.78rem; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tl-scope .th-mock-app-title span { font-size: 0.62rem; color: var(--ink-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tl-scope .th-mock-badge.small { font-size: 0.56rem; padding: 3px 7px; }
.tl-scope .th-mock-badge.slate { background: var(--slate); color: var(--ink-mid); }
.tl-scope .th-mock-toggle { display: flex; background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 3px; gap: 3px; }
.tl-scope .th-mock-toggle span { flex: 1; text-align: center; font-size: 0.7rem; font-weight: 600; color: var(--ink-soft); padding: 6px; border-radius: 7px; }
.tl-scope .th-mock-toggle span.active { background: var(--accent-pale); color: var(--accent); }
.tl-scope .th-mock-filter-list { display: flex; flex-direction: column; gap: 6px; }
.tl-scope .th-mock-filter-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.tl-scope .th-mock-filter-row-split .th-mock-filter-field { padding: 9px 10px; }
.tl-scope .th-mock-search-icon-btn {
  display: flex; align-items: center; justify-content: center; white-space: nowrap;
  background: var(--accent); color: var(--white); border-radius: 10px; font-size: 0.7rem; font-weight: 700;
  padding: 10px; grid-column: 1 / -1;
}
@media (min-width: 640px) {
.tl-scope .th-mock-filter-row-split { grid-template-columns: 5fr 5fr 2fr; }
.tl-scope .th-mock-search-icon-btn { padding: 0 10px; grid-column: auto; }
}
.tl-scope .th-mock-filter-field {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  background: var(--white); border: 1px solid var(--border); border-radius: 10px;
  padding: 9px 12px; font-size: 0.72rem; font-weight: 600; color: var(--navy);
}
.tl-scope .th-mock-filter-field.select { color: var(--ink-soft); font-weight: 500; }
.tl-scope .th-mock-x { color: var(--ink-soft); font-size: 0.68rem; }
.tl-scope .th-mock-chevron { color: var(--ink-soft); font-size: 0.7rem; }
.tl-scope .th-mock-cta-btn {
  text-align: center; background: var(--accent); color: var(--white);
  font-size: 0.74rem; font-weight: 700; padding: 10px; border-radius: 9px;
}
.tl-scope .th-mock-cta-btn.small {
  padding: 8px; font-size: 0.68rem; margin-top: 4px;
  background: var(--white); color: var(--accent); border: 1.5px solid var(--accent);
}
.tl-scope .th-mock-found { font-size: 0.7rem; font-weight: 700; color: var(--accent); }
.tl-scope .th-mock-buyer-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.tl-scope .th-mock-buyer-head { display: flex; align-items: flex-start; gap: 10px; }
.tl-scope .th-mock-buyer-head strong { font-size: 0.74rem; color: var(--navy); line-height: 1.3; }
.tl-scope .th-mock-buyer-avatar {
  width: 30px; height: 30px; border-radius: 8px; background: var(--slate);
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0;
}
.tl-scope .th-mock-buyer-name-wrap { display: flex; flex-direction: column; gap: 5px; flex: 1; min-width: 0; }
.tl-scope .th-mock-buyer-badges { display: flex; gap: 5px; }
.tl-scope .th-mock-badge.unlocked { background: var(--green-pale); color: var(--green); }
.tl-scope .th-mock-buyer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 6px; }
.tl-scope .th-mock-buyer-grid div { display: flex; flex-direction: column; gap: 2px; }
.tl-scope .th-mock-buyer-grid span { font-size: 0.58rem; color: var(--ink-soft); }
.tl-scope .th-mock-buyer-grid strong { font-size: 0.7rem; color: var(--navy); }
.tl-scope .th-mock-social-proof { display: flex; align-items: center; gap: 5px; font-size: 0.66rem; font-weight: 600; color: var(--accent); }
.tl-scope .th-mock-value-col { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; flex-shrink: 0; }
.tl-scope .th-mock-value-col strong { font-size: 0.74rem; color: var(--navy); white-space: nowrap; }
.tl-scope .th-mock-change { font-size: 0.62rem; font-weight: 700; }
.tl-scope .th-mock-change.up { color: var(--green); }
.tl-scope .th-mock-change.down { color: var(--red); }
.tl-scope .th-mock-section-label {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.5px; color: var(--ink-soft);
}
.tl-scope .th-mock-country-toggle { display: flex; gap: 8px; }
.tl-scope .th-mock-country-card {
  flex: 1; text-align: center; font-size: 0.7rem; font-weight: 600; color: var(--ink-mid);
  background: var(--white); border: 1px solid var(--border); border-radius: 9px; padding: 8px;
}
.tl-scope .th-mock-country-card.active { border-color: var(--accent); color: var(--accent); background: var(--accent-pale); }
.tl-scope .th-mock-pill-row { display: flex; gap: 6px; flex-wrap: wrap; }
.tl-scope .th-mock-chart { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; }
.tl-scope .th-mock-chart svg { width: 100%; height: 56px; display: block; }
.tl-scope .th-mock-chart polyline { fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.tl-scope .th-mock-chart-range { display: flex; justify-content: space-between; font-size: 0.6rem; color: var(--ink-soft); margin-top: 4px; }
.tl-scope .th-mock-summary-card {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px;
}
.tl-scope .th-mock-summary-card strong { font-size: 1.1rem; color: var(--navy); display: block; }
.tl-scope .th-mock-summary-card span:not(.th-mock-change) { font-size: 0.62rem; color: var(--ink-soft); }
.tl-scope .th-why { padding: 52px 5.5%; background: var(--off-white); }
.tl-scope .th-why-inner { max-width: 1100px; margin: 0 auto; }
.tl-scope .th-why-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; }
.tl-scope .th-why-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 24px;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.tl-scope .th-why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tl-scope .th-why-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 16px;
  background: var(--accent-pale);
  border: 1px solid rgba(0,139,83,.14);
  box-shadow: 0 4px 14px rgba(0,139,83,.1);
}
.tl-scope .th-why-card:nth-child(2) .th-why-icon { background: var(--red-pale); box-shadow: 0 4px 14px rgba(239,68,68,.12); }
.tl-scope .th-why-card:nth-child(3) .th-why-icon { background: var(--green-pale); box-shadow: 0 4px 14px rgba(16,183,127,.15); }
.tl-scope .th-why-card:nth-child(4) .th-why-icon { background: var(--slate); }
.tl-scope .th-why-card h3 { font-family: 'Poppins', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; letter-spacing: -0.02em; }
.tl-scope .th-why-card p { font-size: 0.83rem; color: var(--ink-mid); line-height: 1.6; }
.tl-scope .th-stats { padding: 44px 5.5%; background: var(--navy); }
.tl-scope .th-stats-inner { max-width: 1100px; margin: 0 auto; }
.tl-scope .th-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: center; }
.tl-scope .th-stat-tile { display: flex; flex-direction: column; gap: 4px; }
.tl-scope .th-stat-value { font-family: 'Poppins', sans-serif; font-size: 2rem; font-weight: 700; color: var(--white); letter-spacing: -0.02em; }
.tl-scope .th-stat-label { font-size: 0.74rem; color: rgba(255,255,255,.55); font-weight: 500; }
.tl-scope .th-testimonials { padding: 52px 5.5%; background: var(--off-white); }
.tl-scope .th-testimonials-inner { max-width: 1100px; margin: 0 auto; }
.tl-scope .th-testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }
.tl-scope .th-testimonial-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--border); border-left: 3px solid var(--accent);
  border-radius: 16px; padding: 24px 24px 22px;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; position: relative;
}
.tl-scope .th-testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tl-scope .th-testimonial-quote-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.2rem; line-height: 1; color: var(--accent-light);
  height: 26px; margin-bottom: 6px;
}
.tl-scope .th-testimonial-quote {
  font-size: 0.95rem; color: var(--navy); line-height: 1.7; font-weight: 500;
  margin-bottom: 18px; flex: 1;
}
.tl-scope .th-testimonial-foot { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.tl-scope .th-testimonial-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; background: var(--accent-pale);
}
.tl-scope .th-testimonial-who { display: flex; flex-direction: column; }
.tl-scope .th-testimonial-who strong { font-size: 0.82rem; font-weight: 700; color: var(--navy); }
.tl-scope .th-testimonial-who span { font-size: 0.72rem; color: var(--ink-soft); }
.tl-scope .th-testimonial-outcome {
  align-self: flex-start;
  font-size: 0.74rem; font-weight: 700; color: var(--accent);
  background: var(--accent-pale); border-radius: 100px; padding: 6px 13px;
}
.tl-scope .th-faq { padding: 52px 5.5% 60px; background: var(--slate); border-top: 1px solid var(--border); }
.tl-scope .th-faq-inner { max-width: 760px; margin: 0 auto; }
.tl-scope .th-faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.tl-scope .th-faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.tl-scope .th-faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  text-align: left; background: none; border: none; cursor: pointer;
  padding: 15px 16px; font-family: 'Poppins', sans-serif;
  font-size: 0.87rem; font-weight: 600; color: var(--navy);
}
.tl-scope .th-faq-item.open .th-faq-question { color: var(--accent); }
.tl-scope .th-faq-icon {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--slate); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700; line-height: 1;
}
.tl-scope .th-faq-item.open .th-faq-icon { background: var(--accent-pale); color: var(--accent); }
.tl-scope .th-faq-answer {
  padding: 0 16px 16px; font-size: 0.83rem; color: var(--ink-mid);
  line-height: 1.7; animation: tl-fadeUp .3s ease both;
}
.tl-scope .th-s3 {
  padding: 60px 5.5% 52px; text-align: center; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #071B2E 0%, #08545A 55%, #008B53 100%);
}
.tl-scope .th-s3-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(0,139,83,.12) 0%, transparent 65%); pointer-events: none; }
.tl-scope .th-s3-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,139,83,.06) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(0,139,83,.06) 1px,transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
  pointer-events: none;
}
.tl-scope .th-s3-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.tl-scope .th-s3-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: 'Satisfy', cursive; font-size: 1.4rem; font-weight: 400; color: var(--accent-light); margin-bottom: 10px; }
.tl-scope .th-s3-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.9rem, 7vw, 3.2rem);
  font-weight: 700; letter-spacing: -0.02em;
  line-height: 1.12; color: var(--white); margin-bottom: 16px;
}
.tl-scope .th-s3-h2 em { font-style: normal; color: var(--accent-light); }
.tl-scope .th-s3-sub { font-size: 0.92rem; color: rgba(255,255,255,.5); line-height: 1.7; margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
.tl-scope .th-s3-pillars { display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; margin-bottom: 32px; }
.tl-scope .th-s3-pillar {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  padding: 8px 15px; border-radius: 100px; font-size: 0.76rem; font-weight: 500; color: rgba(255,255,255,.7);
}
.tl-scope .th-s3-pillar .pi { color: var(--accent); }
.tl-scope .th-s3-note { margin-top: 16px; font-size: 0.72rem; color: rgba(255,255,255,.28); }
.tl-scope .th-s3-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: var(--white);
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.92rem;
  padding: 13px 30px; border-radius: 100px; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.tl-scope .th-s3-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(71,156,69,.4); }
.tl-scope .th-webinar { padding: 60px 5.5% 52px; background: linear-gradient(135deg, #071B2E 0%, #08545A 55%, #008B53 100%); text-align: center; position: relative; overflow: hidden; }
.tl-scope .th-webinar-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: 7px 16px; border-radius: 100px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; color: var(--white); margin-bottom: 20px;
}
.tl-scope .th-footer { padding: 40px 5.5% 24px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.07); }
.tl-scope .th-footer .th-logo { color: var(--white); }
.tl-scope .th-footer-grid { display: flex; flex-direction: column; gap: 28px; max-width: 1180px; margin: 0 auto 28px; }
.tl-scope .th-footer-brand p { font-size: 0.78rem; color: rgba(255,255,255,.4); line-height: 1.6; margin-top: 10px; max-width: 320px; }
.tl-scope .th-footer-col { display: flex; flex-direction: column; gap: 10px; }
.tl-scope .th-footer-col span { font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 2px; }
.tl-scope .th-footer-col a { font-size: 0.83rem; color: rgba(255,255,255,.65); text-decoration: none; }
.tl-scope .th-footer-col a:hover { color: var(--accent-light); }
.tl-scope .th-footer-bottom { max-width: 1180px; margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); text-align: center; color: rgba(255,255,255,.28); font-size: 0.72rem; }
.tl-scope .th-inline-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 22px; font-size: 0.85rem; font-weight: 700;
  color: var(--accent); text-decoration: none;
}
.tl-scope .th-inline-link:hover { color: var(--navy); }
.tl-scope .th-page-hero {
  padding: calc(var(--nav-h) + 36px) 5.5% 40px;
  background:
    radial-gradient(ellipse 55% 60% at 92% 0%, rgba(0,139,83,.12) 0%, transparent 70%),
    radial-gradient(ellipse 45% 50% at 0% 100%, rgba(8,84,90,.1) 0%, transparent 70%),
    var(--off-white);
}
.tl-scope .th-page-hero-inner { max-width: 760px; margin: 0 auto; text-align: left; }
.tl-scope .th-service-details { padding: 8px 5.5% 56px; background: var(--off-white); }
.tl-scope .th-service-details-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 16px; }
.tl-scope .th-whats-new .th-s3-inner { max-width: 1100px; }
.tl-scope .th-service-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 26px;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.tl-scope .th-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tl-scope .th-service-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 16px;
  background: var(--green-pale);
}
.tl-scope .th-service-card:nth-child(2) .th-service-icon { background: var(--accent-pale); }
.tl-scope .th-service-card h3 { font-family: 'Poppins', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; letter-spacing: -0.02em; }
.tl-scope .th-service-card p { font-size: 0.85rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: 14px; }
.tl-scope .th-oc-tag.service { background: var(--slate); color: var(--navy-mid); }
.tl-scope .th-whats-new-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 12px; text-align: left; }
.tl-scope .th-whats-new-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 20px;
  transition: transform .25s, background .25s, border-color .25s;
}
.tl-scope .th-whats-new-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.08); border-color: rgba(16,183,127,.35); }
.tl-scope .th-whats-new-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 14px;
  background: rgba(16,183,127,.15);
}
.tl-scope .th-whats-new-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.tl-scope .th-whats-new-card p { font-size: 0.8rem; color: rgba(255,255,255,.55); line-height: 1.6; }
.tl-scope .th-trust-strip { padding: 20px 5.5%; background: var(--green-pale); }
.tl-scope .th-trust-strip-inner { max-width: 1000px; margin: 0 auto; display: flex; align-items: flex-start; gap: 12px; }
.tl-scope .th-trust-strip-icon { font-size: 1.1rem; flex-shrink: 0; }
.tl-scope .th-trust-strip-inner p { font-size: 0.8rem; color: var(--navy-mid); line-height: 1.6; }
.tl-scope .th-trust-strip-inner strong { color: var(--navy); }
.tl-scope .th-about-p { font-size: 0.92rem; color: var(--ink-mid); line-height: 1.8; margin-bottom: 16px; max-width: 680px; }
.tl-scope .th-about-quote {
  margin-top: 28px; padding: 18px 20px; background: var(--white);
  border-left: 3px solid var(--green); border-radius: 0 12px 12px 0;
  font-size: 0.92rem; color: var(--navy); font-weight: 500; line-height: 1.7;
}
.tl-scope .th-about-quote em { font-style: italic; color: var(--green); }
.tl-scope .th-outcomes-grid.three { grid-template-columns: 1fr; }
.tl-scope .th-compare { padding: 52px 5.5%; background: var(--white); }
.tl-scope .th-compare-inner { max-width: 980px; margin: 0 auto; }
.tl-scope .th-compare-table {
  margin-top: 28px; border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; background: var(--white);
}
.tl-scope .th-compare-head {
  display: none;
}
.tl-scope .th-compare-row {
  display: flex; flex-direction: column; gap: 10px;
  padding: 16px 18px; border-bottom: 1px solid var(--border);
}
.tl-scope .th-compare-row:last-child { border-bottom: none; }
.tl-scope .th-compare-row:nth-child(even) { background: var(--off-white); }
.tl-scope .th-compare-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--ink-soft);
}
.tl-scope .th-compare-old, .tl-scope .th-compare-new {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.86rem; line-height: 1.5;
}
.tl-scope .th-compare-old, .tl-scope .th-compare-new { font-style: normal; }
.tl-scope .th-compare-old em, .tl-scope .th-compare-new em { font-weight: 700; flex-shrink: 0; }
.tl-scope .th-compare-old { color: var(--ink-mid); }
.tl-scope .th-compare-old em { color: var(--red); }
.tl-scope .th-compare-new { color: var(--navy); font-weight: 500; }
.tl-scope .th-compare-new em { color: var(--accent); }
.tl-scope .th-usecases { padding: 52px 5.5%; background: var(--off-white); }
.tl-scope .th-usecases-inner { max-width: 1180px; margin: 0 auto; }
.tl-scope .th-usecases-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 8px; }
.tl-scope .th-usecase-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 24px;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.tl-scope .th-usecase-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tl-scope .th-usecase-tag {
  display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 13px;
}
.tl-scope .th-usecase-icon {
  width: 46px; height: 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 14px;
  background: var(--accent-pale);
}
.tl-scope .th-usecase-card:nth-child(2) .th-usecase-icon { background: var(--green-pale); }
.tl-scope .th-usecase-card:nth-child(3) .th-usecase-icon { background: var(--red-pale); }
.tl-scope .th-usecase-card h3 { font-family: 'Poppins', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; letter-spacing: -0.02em; }
.tl-scope .th-usecase-card > p { font-size: 0.83rem; color: var(--ink-soft); font-style: italic; line-height: 1.6; margin-bottom: 14px; }
.tl-scope .th-usecase-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.tl-scope .th-usecase-card li {
  font-size: 0.82rem; color: var(--ink-mid); line-height: 1.5; padding-left: 16px; position: relative;
}
.tl-scope .th-usecase-card li::before { content: '•'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.tl-scope .th-contact { padding: 8px 5.5% 60px; background: var(--off-white); }
.tl-scope .th-contact-inner { max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 18px; }
.tl-scope .th-contact-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 30px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
}
.tl-scope .th-contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tl-scope .th-contact-icon {
  width: 52px; height: 52px; border-radius: 15px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 14px;
  background: var(--accent-pale);
}
.tl-scope .th-contact-card:nth-child(2) .th-contact-icon { background: var(--green-pale); }
.tl-scope .th-contact-card h3 { font-family: 'Poppins', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.tl-scope .th-contact-card p { font-size: 0.84rem; color: var(--ink-soft); margin-bottom: 14px; }
.tl-scope .th-contact-link { font-size: 0.95rem; font-weight: 700; color: var(--accent); text-decoration: none; word-break: break-all; }
.tl-scope .th-pricing { padding: 8px 5.5% 12px; background: var(--off-white); }
.tl-scope .th-pricing-inner { max-width: 1140px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.tl-scope .th-price-card { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 26px 24px; position: relative; }
.tl-scope .th-price-card.featured {
  background: linear-gradient(160deg, #071B2E 0%, #08545A 100%); border-color: var(--green);
  box-shadow: 0 16px 44px rgba(16,183,127,.22);
}
.tl-scope .th-price-badge {
  position: absolute; top: -12px; right: 22px;
  background: var(--green); color: var(--white); font-size: 0.66rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; padding: 5px 12px; border-radius: 100px;
}
.tl-scope .th-price-name { font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.tl-scope .th-price-card.featured .th-price-name { color: rgba(255,255,255,.5); }
.tl-scope .th-price-tagline { font-family: 'Poppins', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 18px; }
.tl-scope .th-price-card.featured .th-price-tagline { color: rgba(255,255,255,.85); }
.tl-scope .th-price-amount { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tl-scope .th-price-was { font-size: 0.95rem; color: var(--ink-soft); text-decoration: line-through; }
.tl-scope .th-price-card.featured .th-price-was { color: rgba(255,255,255,.35); }
.tl-scope .th-price-now { font-size: 2.1rem; font-weight: 800; color: var(--navy); letter-spacing: -1px; }
.tl-scope .th-price-card.featured .th-price-now { color: var(--white); }
.tl-scope .th-price-period { font-size: 0.82rem; color: var(--ink-soft); }
.tl-scope .th-price-card.featured .th-price-period { color: rgba(255,255,255,.5); }
.tl-scope .th-price-highlight {
  display: inline-block; background: var(--green-pale); color: var(--green);
  font-size: 0.76rem; font-weight: 700; padding: 7px 14px; border-radius: 10px; margin-bottom: 18px;
}
.tl-scope .th-price-card.featured .th-price-highlight { background: rgba(16,183,127,.15); }
.tl-scope .th-price-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.tl-scope .th-price-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.85rem; color: var(--navy-mid); font-weight: 500; }
.tl-scope .th-price-card.featured .th-price-features li { color: rgba(255,255,255,.85); }
.tl-scope .th-price-features .th-feature-check { background: var(--green); }
.tl-scope .th-price-note { font-size: 0.74rem; color: var(--ink-soft); font-style: italic; }
.tl-scope .th-price-card.featured .th-price-note { color: rgba(255,255,255,.4); }
.tl-scope .th-price-fineprint { text-align: center; font-size: 0.74rem; color: var(--ink-soft); margin-top: 24px; }
.tl-scope .th-footer-bottom p { color: rgba(255,255,255,.3); margin-bottom: 8px; line-height: 1.6; }
@keyframes tl-fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tl-pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
@media (min-width: 640px) {
.tl-scope .th-outcomes-grid { grid-template-columns: 1fr 1fr; }
.tl-scope .th-outcomes-grid.three { grid-template-columns: 1fr 1fr; }
.tl-scope .th-why-grid { grid-template-columns: 1fr 1fr; }
.tl-scope .th-trust-inner { grid-template-columns: repeat(4, 1fr); }
.tl-scope .th-store-badge { flex: 0 1 180px; }
.tl-scope .th-qr-row { display: flex; }
.tl-scope .th-whats-new-grid { grid-template-columns: 1fr 1fr; }
.tl-scope .th-usecases-grid { grid-template-columns: 1fr 1fr; }
.tl-scope .th-contact-inner { grid-template-columns: 1fr 1fr; }
.tl-scope .th-service-details-inner { grid-template-columns: 1fr 1fr; align-items: start; }
.tl-scope .th-pricing-inner { flex-direction: row; align-items: stretch; }
.tl-scope .th-price-card { flex: 1; }
}
@media (min-width: 960px) {
.tl-scope { --nav-h: 68px; }
.tl-scope { padding-bottom: 0; }
.tl-scope .th-sticky-cta { display: none; }
.tl-scope .th-nav { padding: 0 6%; gap: 28px; }
.tl-scope .th-logo { font-size: 1.3rem; margin-right: auto; }
.tl-scope .th-logo-mark-img { width: 34px; height: 34px; }
.tl-scope .th-nav-links { display: flex; align-items: center; gap: 26px; }
.tl-scope .th-nav-burger, .tl-scope .th-nav-drawer { display: none; }
.tl-scope .th-s1 {
    flex-direction: row; align-items: center;
    padding: calc(var(--nav-h) + 40px) 6% 90px;
    gap: 72px;
  }
.tl-scope .th-s1 > div:first-child { flex: 1.15; }
.tl-scope .th-download-panel { flex: 0.85; position: sticky; top: calc(var(--nav-h) + 24px); padding: 34px 30px; z-index: 2; }
.tl-scope .th-hero-graphic {
    display: block; position: absolute; z-index: 1; pointer-events: none;
    top: 50%; right: -6%; width: 640px; height: 640px;
    transform: translateY(-50%);
    opacity: .85;
  }
.tl-scope .th-commodity-motif {
    display: block; position: absolute; z-index: 1; pointer-events: none;
    inset: 0;
  }
.tl-scope .th-commodity-chip {
    position: absolute; width: 40px; height: 40px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem; background: var(--white);
    border: 1px solid var(--border); box-shadow: var(--shadow);
    opacity: 0;
    animation: tl-commodityIn 0.6s ease forwards, tl-commodityBob 4s ease-in-out infinite;
  }
@keyframes tl-commodityIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
@keyframes tl-commodityBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
.tl-scope .th-hero-desc { margin-bottom: 34px; }
.tl-scope .th-download-note { margin-top: 11px; }
.tl-scope .th-trust-bar { padding: 64px 6%; }
.tl-scope .th-trust-inner { gap: 32px; }
.tl-scope .th-trust-icon { font-size: 1.9rem; }
.tl-scope .th-s2 { padding: 96px 6%; }
.tl-scope .th-compare { padding: 88px 6%; }
.tl-scope .th-compare-head {
    display: grid; grid-template-columns: 180px 1fr 1fr; gap: 18px;
    padding: 14px 18px; background: var(--off-white); border-bottom: 1px solid var(--border);
  }
.tl-scope .th-compare-head .old, .tl-scope .th-compare-head .new {
    font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  }
.tl-scope .th-compare-head .old { color: var(--ink-soft); }
.tl-scope .th-compare-head .new { color: var(--accent); }
.tl-scope .th-compare-row {
    display: grid; grid-template-columns: 180px 1fr 1fr; gap: 18px;
    align-items: center; padding: 18px;
  }
.tl-scope .th-features { padding: 96px 6%; }
.tl-scope .th-why { padding: 88px 6%; }
.tl-scope .th-why-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tl-scope .th-stats { padding: 60px 6%; }
.tl-scope .th-stats-grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
.tl-scope .th-stat-value { font-size: 2.6rem; }
.tl-scope .th-testimonials { padding: 88px 6%; }
.tl-scope .th-testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tl-scope .th-webinar { padding: 96px 6% 80px; }
.tl-scope .th-faq { padding: 88px 6% 100px; }
.tl-scope .th-s3 { padding: 96px 6% 80px; }
.tl-scope .th-footer { padding: 56px 6% 28px; }
.tl-scope .th-feature-panel { flex-direction: row; align-items: stretch; padding: 32px; gap: 40px; }
.tl-scope .th-feature-copy { flex: 0.9; display: flex; flex-direction: column; justify-content: center; }
.tl-scope .th-mock-frame { flex: 1.1; }
.tl-scope .th-feature-copy h3 { font-size: 1.55rem; }
.tl-scope .th-footer-grid { flex-direction: row; justify-content: space-between; gap: 40px; }
.tl-scope .th-footer-col { min-width: 140px; }
.tl-scope .th-page-hero { padding: calc(var(--nav-h) + 60px) 6% 56px; }
.tl-scope .th-service-details { padding: 8px 6% 96px; }
.tl-scope .th-whats-new-grid { grid-template-columns: repeat(5, 1fr); gap: 16px; }
.tl-scope .th-usecases { padding: 88px 6%; }
.tl-scope .th-usecases-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tl-scope .th-outcomes-grid.three { grid-template-columns: repeat(3, 1fr); }
.tl-scope .th-contact { padding: 8px 6% 100px; }
.tl-scope .th-pricing { padding: 8px 6% 20px; }
}
@media (min-width: 1200px) {
.tl-scope .th-s1 { max-width: 1240px; margin: 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
.tl-scope .th-hero-eyebrow, .tl-scope .th-hero-h1, .tl-scope .th-hero-desc, .tl-scope .th-hero-outcomes, .tl-scope .th-download-panel, .tl-scope .th-faq-answer {
    animation: none;
  }
}
.tl-scope .th-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s cubic-bezier(.22, 1, .36, 1),
              transform .55s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}
.tl-scope .th-reveal.is-visible { opacity: 1; transform: none; }
.tl-scope .th-reveal-hover.is-visible { transition: transform .2s ease; }
.tl-scope .th-reveal-hover.is-visible:hover { transform: translateY(-4px); }
.tl-scope .thg-arc {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
  animation: tl-thgDraw 1.1s ease-out forwards;
}
@keyframes tl-thgDraw { to { stroke-dashoffset: 0; opacity: .55; } }
.tl-scope .thg-node {
  opacity: 0;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: center;
  animation: tl-thgPop .4s ease forwards;
}
@keyframes tl-thgPop { to { opacity: 1; transform: scale(1); } }
.tl-scope .thg-ping, .tl-scope .thg-node-ping {
  transform-box: fill-box;
  transform-origin: center;
  animation: tl-thgPing 2s ease-out infinite;
}
.tl-scope .thg-node-ping { opacity: 0; }
@keyframes tl-thgPing {
  0% { transform: scale(1); opacity: .55; }
  100% { transform: scale(3.4); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
.tl-scope .th-reveal { opacity: 1; transform: none; transition: none; }
.tl-scope .thg-arc { opacity: .55; stroke-dashoffset: 0; animation: none; }
.tl-scope .thg-node { opacity: 1; transform: none; animation: none; }
.tl-scope .thg-ping, .tl-scope .thg-node-ping { animation: none; opacity: 0; }
}
.tl-scope .th-notfound { text-align: center; }
.tl-scope .th-notfound-code {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(3.5rem, 12vw, 6rem);
  font-weight: 700; line-height: 1;
  color: var(--accent); opacity: .9;
  margin-bottom: 8px;
}
.tl-scope .th-notfound .th-section-desc { margin-left: auto; margin-right: auto; }
.tl-scope .th-notfound-links {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px 22px; margin-top: 28px;
}
.tl-scope .th-howto { padding: 56px 5.5%; background: var(--off-white); }
.tl-scope .th-howto-inner { max-width: 1100px; margin: 0 auto; }
.tl-scope .th-howto-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px;
}
.tl-scope .th-howto-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 16px;
  padding: 22px 20px; box-shadow: var(--shadow-sm);
}
.tl-scope .th-howto-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.tl-scope .th-howto-icon {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; background: var(--accent-pale);
}
.tl-scope .th-howto-card-head h3 {
  font-family: 'Poppins', sans-serif; font-size: 1.05rem; font-weight: 700;
  color: var(--navy); letter-spacing: -0.01em;
}
.tl-scope .th-howto-steps { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.tl-scope .th-howto-steps li { display: flex; gap: 11px; font-size: 0.82rem; color: var(--ink-mid); line-height: 1.55; }
.tl-scope .th-howto-step-num {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.68rem; font-weight: 700;
  color: var(--accent); background: var(--accent-pale);
}
@media (min-width: 760px) {
.tl-scope .th-howto { padding: 80px 6%; }
.tl-scope .th-howto-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.tl-scope .th-nav-cta { border: none; cursor: pointer; font-family: 'Poppins', sans-serif; }
.tl-scope .th-s3-cta-btn { border: none; cursor: pointer; }
.tl-scope .th-nav--minimal { gap: 10px; }
.tl-scope .th-nav-applink {
  flex-shrink: 0; white-space: nowrap;
  display: inline-flex; align-items: center;
  font-size: 0.78rem; font-weight: 700; color: var(--navy);
  text-decoration: none;
  padding: 7px 16px; border-radius: 100px;
  border: 1.5px solid var(--border); background: var(--white);
  transition: border-color .2s, color .2s;
}
.tl-scope .th-nav-applink:hover { border-color: var(--accent); color: var(--accent); }
.tl-scope .th-nav--minimal .th-nav-cta { flex-shrink: 0; }
@media (max-width: 560px) {
.tl-scope .th-nav--minimal .th-logo-text { display: none; }
.tl-scope .th-nav--minimal .th-nav-cta { font-size: 0.74rem; padding: 7px 7px 7px 13px; }
.tl-scope .th-nav-applink { font-size: 0.74rem; padding: 6px 12px; }
}
@media (max-width: 360px) {
.tl-scope .th-nav--minimal { gap: 7px; padding: 0 3.5%; }
.tl-scope .th-nav-applink { font-size: 0.72rem; padding: 6px 10px; }
}
.tl-scope .th-webinar-hero { padding-top: calc(var(--nav-h) + 44px); }
.tl-scope .th-webinar-hero-inner { max-width: 720px; }
.tl-scope .th-webinar-cta-row { margin-top: 6px; }
.tl-scope .th-webinar-host-line {
  margin-top: 18px; font-size: 0.8rem; color: rgba(255,255,255,.5);
}
.tl-scope .th-webinar-host-line strong { color: var(--white); font-weight: 600; }
.tl-scope .th-webinar-focus {
  max-width: 440px; margin: 14px auto 0; padding: 9px 16px;
  background: rgba(107,191,103,.12); border: 1px solid rgba(107,191,103,.32);
  border-radius: 10px;
  font-size: 0.82rem; font-weight: 600; line-height: 1.5;
  color: var(--accent-light);
}
.tl-scope .th-webinar-focus span { margin-right: 4px; }
.tl-scope .th-webinar-session-label {
  margin-top: 10px; font-size: 0.74rem; font-weight: 500;
  color: rgba(255,255,255,.42); letter-spacing: 0.01em;
}
.tl-scope .th-host { padding: 56px 5.5%; background: var(--off-white); }
.tl-scope .th-host-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px;
}
.tl-scope .th-host-photo {
  width: 180px; height: 186px; flex-shrink: 0;
  border-radius: 20px; object-fit: cover; object-position: center 12%;
  background: var(--accent-pale); border: 1px solid var(--border); box-shadow: var(--shadow);
}
.tl-scope .th-host-copy .th-section-eyebrow { justify-content: center; }
.tl-scope .th-host-role { font-size: 0.9rem; font-weight: 600; color: var(--accent); margin-bottom: 12px; }
.tl-scope .th-host-bio { font-size: 0.9rem; color: var(--ink-mid); line-height: 1.75; max-width: 560px; }
.tl-scope .th-webinar-perk {
  display: flex; align-items: flex-start; gap: 9px;
  max-width: 460px; margin: 16px auto 0; padding: 12px 16px;
  background: rgba(107,191,103,.12); border: 1px solid rgba(107,191,103,.38);
  border-radius: 12px; text-align: left;
  font-size: 0.8rem; line-height: 1.55; color: rgba(255,255,255,.82);
}
.tl-scope .th-webinar-perk strong { color: var(--accent-light); font-weight: 700; }
.tl-scope .th-perks { padding: 8px 5.5% 56px; background: var(--off-white); }
.tl-scope .th-perks-inner { max-width: 1000px; margin: 0 auto; }
.tl-scope .th-perks-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
.tl-scope .th-perk-card {
  background: var(--accent-pale); border: 1px solid rgba(71,156,69,.25);
  border-radius: 16px; padding: 24px;
}
.tl-scope .th-perk-icon {
  width: 44px; height: 44px; border-radius: 12px; background: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 12px;
}
.tl-scope .th-perk-card h3 {
  font-family: 'Poppins', sans-serif; font-size: 1.05rem; font-weight: 700;
  color: var(--navy); letter-spacing: -0.02em; margin-bottom: 7px;
}
.tl-scope .th-perk-card p { font-size: 0.85rem; color: var(--ink-mid); line-height: 1.65; }
.tl-scope .th-perks .th-section-h2 em { font-style: normal; color: var(--accent); }
.tl-scope .th-countdown { margin: 28px auto 26px; max-width: 400px; }
.tl-scope .th-countdown-caption {
  display: block; text-align: center; margin-bottom: 12px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.45);
}
.tl-scope .th-countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.tl-scope .th-countdown-cell {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 12px 4px; border-radius: 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
}
.tl-scope .th-countdown-num {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: clamp(1.4rem, 6vw, 1.9rem); line-height: 1; color: var(--white);
  font-variant-numeric: tabular-nums;
}
.tl-scope .th-countdown-unit {
  font-size: 0.6rem; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: rgba(255,255,255,.5);
}
.tl-scope .th-countdown--live {
  padding: 18px 20px; border-radius: 16px;
  background: rgba(71,156,69,.12); border: 1px solid rgba(107,191,103,.4);
  text-align: center;
}
.tl-scope .th-countdown-live-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: .5px;
  text-transform: uppercase; color: var(--accent-light); margin-bottom: 8px;
}
.tl-scope .th-countdown-live-note {
  font-size: 0.78rem; color: rgba(255,255,255,.6); line-height: 1.6; margin-bottom: 8px;
}
.tl-scope .th-countdown-live-timer {
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.85rem;
  color: var(--accent-light); font-variant-numeric: tabular-nums;
}
.tl-scope .th-webinar-agenda {
  display: flex; flex-direction: column; gap: 14px;
  margin-top: 28px; max-width: 820px; text-align: left;
}
.tl-scope .th-webinar-agenda-item {
  display: flex; gap: 16px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; padding: 20px; box-shadow: var(--shadow-sm);
}
.tl-scope .th-webinar-agenda-num {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 700;
  color: var(--white); background: var(--accent);
}
.tl-scope .th-webinar-agenda-item h3 {
  font-family: 'Poppins', sans-serif; font-size: 1.02rem; font-weight: 700;
  color: var(--navy); letter-spacing: -0.01em; margin-bottom: 5px;
}
.tl-scope .th-webinar-agenda-item p { font-size: 0.85rem; color: var(--ink-mid); line-height: 1.65; }
.tl-scope .th-audience { padding: 56px 5.5%; background: var(--off-white); }
.tl-scope .th-audience-inner { max-width: 1100px; margin: 0 auto; }
.tl-scope .th-audience-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
.tl-scope .th-audience-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 16px; padding: 24px; box-shadow: var(--shadow-sm);
}
.tl-scope .th-audience-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 12px; background: var(--accent-pale);
}
.tl-scope .th-audience-card h3 {
  font-family: 'Poppins', sans-serif; font-size: 1.1rem; font-weight: 700;
  color: var(--navy); letter-spacing: -0.02em; margin-bottom: 7px;
}
.tl-scope .th-audience-card p { font-size: 0.85rem; color: var(--ink-mid); line-height: 1.65; }
.tl-scope .th-webinar-register .th-s3-h2 em { font-style: normal; color: var(--accent-light); }
.tl-scope .th-webinar-app-cta { padding: 40px 5.5%; background: var(--navy); }
.tl-scope .th-webinar-app-cta-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center;
}
.tl-scope .th-webinar-app-cta h3 {
  font-family: 'Poppins', sans-serif; font-size: 1.15rem; font-weight: 700;
  color: var(--white); margin-bottom: 4px;
}
.tl-scope .th-webinar-app-cta p { font-size: 0.85rem; color: rgba(255,255,255,.5); }
.tl-scope .th-sticky-register-btn {
  margin-left: auto; flex-shrink: 0; border: none; cursor: pointer;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.8rem;
  color: var(--white); background: linear-gradient(135deg, var(--accent), var(--green));
  padding: 11px 18px; border-radius: 100px; white-space: nowrap;
}
@media (min-width: 640px) {
.tl-scope .th-audience-grid { grid-template-columns: repeat(3, 1fr); }
.tl-scope .th-perks-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 760px) {
.tl-scope .th-webinar-app-cta-inner { flex-direction: row; justify-content: space-between; text-align: left; }
.tl-scope .th-host-inner { flex-direction: row; align-items: center; text-align: left; gap: 44px; }
.tl-scope .th-host-copy .th-section-eyebrow { justify-content: flex-start; }
.tl-scope .th-host-photo { width: 200px; height: 206px; }
}
@media (min-width: 960px) {
.tl-scope .th-audience { padding: 80px 6%; }
.tl-scope .th-perks { padding: 8px 6% 80px; }
.tl-scope .th-host { padding: 80px 6%; }
.tl-scope .th-webinar-app-cta { padding: 56px 6%; }
}
