:root {
  --tx-max: 1280px;
  --tx-green: #0BA56A;
  --tx-green-dark: #078857;
  --tx-green-soft: #EAF7EF;
  --tx-green-line: #CFEBDD;
  --tx-ink: #111B24;
  --tx-muted: #707070;
  --tx-line: #DCE1E5;
  --tx-soft: #F7F9F7;
  --tx-white: #FFFFFF;
  --tx-shadow: 0 14px 34px rgba(17, 64, 45, 0.045);
  --tx-shadow-strong: 0 24px 60px rgba(17, 64, 45, 0.10);
  --tx-radius: 24px;
  --tx-small-radius: 14px;
}

html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: clip; }
body { font-family: "Inter", sans-serif; font-size: 17px; line-height: 1.6; color: var(--tx-ink); background: #ffffff; -webkit-font-smoothing: antialiased; }
.textile-page * { box-sizing: border-box; }
.textile-page img { max-width: 100%; display: block; }
.textile-page section { scroll-margin-top: 96px; }
.tx-wrap { max-width: var(--tx-max); margin: 0 auto; padding-left: 80px; padding-right: 80px; }
.tx-section { padding-top: 64px; padding-bottom: 64px; }
.tx-soft { background: var(--tx-soft); }
.tx-dark { background: var(--tx-soft); color: var(--tx-ink); overflow: hidden; }
.tx-eyebrow { font-size: 12.5px; font-weight: 600; color: var(--tx-green); line-height: normal; margin-bottom: 14px; display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.14em; background: transparent; border: none; padding: 0; }
.tx-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--tx-green); display: inline-block; }
/* Universal Heading Hierarchy - Standardized Across All Sections */
h1, .h1-style { font-size: clamp(28px, 5vw, 44px); line-height: 1.06; font-weight: 700; letter-spacing: -0.03em; color: var(--tx-ink); }
h2, .h2-style, .tx-section-head h2, .tx-why-sticky-info h2, .tx-final-cta h2 { font-size: clamp(22px, 4vw, 32px); line-height: 1.12; font-weight: 700; letter-spacing: -0.02em; color: var(--tx-ink); }
h3, .h3-style, .tx-why-card h3, .tx-benefit-grid h3, .tx-feature-grid h3, .tx-compliance-grid h3, .tx-stepper h3, .tx-pricing-grid h3, .tx-card-body h3, .tx-tab-info h3, .tx-showcase-body h3, .tx-matrix-card h3, .tx-impl-card h3, .tx-estimate-cta h3, .tx-case-grid h3 { font-size: 20px; line-height: 1.25; font-weight: 700; letter-spacing: -0.01em; color: var(--tx-ink); }
h4, .h4-style { font-size: 18px; line-height: 1.3; font-weight: 600; color: var(--tx-ink); }
.tx-final-cta h2, .tx-estimate-cta h3 { color: #ffffff; }

.tx-section-head { max-width: 820px; margin-bottom: 38px; }
.tx-section-head h2 { margin: 0 0 14px; }
.tx-section-head p { margin: 0; color: var(--tx-muted); font-size: 17px; line-height: 1.6; font-weight: 400; }
.tx-dark .tx-section-head h2 { color: var(--tx-ink); }
.tx-dark .tx-section-head p { color: var(--tx-muted); }
.tx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: all 0.25s ease; }
.tx-btn:hover { transform: translateY(-2px); }
.tx-btn-primary { background: var(--tx-green); color: #fff !important; border: 1px solid var(--tx-green); box-shadow: 0 6px 18px rgba(11,165,106,0.3); }
.tx-btn-primary:hover { background: var(--tx-green-dark); border-color: var(--tx-green-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(11,165,106,0.36); }
.tx-btn-secondary { background: #fff; color: var(--tx-ink) !important; border: 1px solid var(--tx-line); }
.tx-btn-secondary:hover { border-color: var(--tx-green); color: var(--tx-green) !important; background: rgba(11,165,106,0.04); transform: translateY(-2px); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

.tx-hero { padding: 120px 0 48px; background: linear-gradient(180deg, #FFFFFF 0%, #F4FAF6 100%); overflow: hidden; }
.tx-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.tx-hero-copy h1 { margin: 10px 0 18px; color: var(--tx-ink); font-size: clamp(28px, 5vw, 44px); line-height: 1.06; font-weight: 700; letter-spacing: -0.03em; }
.tx-hero-copy p { margin: 0; color: var(--tx-muted); font-size: 17px; line-height: 1.6; font-weight: 400; }
.tx-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.tx-hero-visual { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.tx-hero-img { width: 100%; max-width: 580px; height: auto; object-fit: contain; border-radius: 24px; box-shadow: var(--tx-shadow-strong); border: 1px solid rgba(10,31,61,.08); }
.tx-live-panel { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 18px; border-radius: 18px; color: var(--tx-ink); background: rgba(255,255,255,.94); border: 1px solid var(--tx-green-line); box-shadow: 0 18px 46px rgba(10,31,61,.14); backdrop-filter: blur(10px); }
.tx-live-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; font-size: 13px; color: var(--tx-muted); }
.tx-live-head span { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; color: var(--tx-ink); }
.tx-live-head i { color: var(--tx-green); }
.tx-live-head strong { color: var(--tx-green-dark); font-size: 13px; }
.tx-chip-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.tx-chip-track::before { content: ""; position: absolute; left: 8%; right: 8%; top: 20px; height: 2px; background: var(--tx-green-line); }
.tx-chip-line { position: absolute; left: 8%; top: 20px; width: 0; height: 2px; background: var(--tx-green); transition: width .5s ease; }
.tx-chip { position: relative; z-index: 1; min-width: 0; padding: 0; border: 0; background: transparent; color: var(--tx-muted); font-size: 11px; font-weight: 800; }
.tx-chip i { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin: 0 auto 8px; border-radius: 50%; background: #fff; border: 1px solid var(--tx-green-line); color: var(--tx-green-dark); transition: background .25s ease, box-shadow .25s ease; }
.tx-chip.active i { color: #fff; background: var(--tx-green); box-shadow: 0 0 0 6px rgba(11,165,106,.16); }

.tx-trust-strip { position: relative; border-top: 1px solid rgba(11,165,106,.16); border-bottom: 1px solid rgba(11,165,106,.16); padding: 22px 0; background: var(--tx-green-soft); overflow: hidden; mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); }
.tx-trust-strip:hover .tx-trust-rail { animation-play-state: paused; }
.tx-trust-rail { display: flex; align-items: center; width: max-content; animation: tx-trust-marquee 25s linear infinite; will-change: transform; }
.tx-trust-group { display: flex; align-items: center; flex-shrink: 0; }
.tx-trust-item { position: relative; display: flex; align-items: center; gap: 12px; white-space: nowrap; padding: 0 36px; color: var(--tx-ink); font-size: 15px; font-weight: 700; }
.tx-trust-item strong { color: var(--tx-green-dark); font-size: 26px; line-height: 1; font-weight: 850; letter-spacing: -0.02em; }
.tx-trust-item span { color: var(--tx-ink); font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.tx-trust-item::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 24px; background: rgba(11,165,106,.25); transform: translateY(-50%); }
@keyframes tx-trust-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* Sticky Left Info Column + Vertical Card Stack Right Side */
.tx-why-sticky-section { padding: 84px 0; }
.tx-why-sticky-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: flex-start; }

.tx-why-sticky-info { position: sticky; top: 110px; display: flex; flex-direction: column; justify-content: flex-start; }
.tx-why-sticky-info h2 { margin: 16px 0 16px; }
.tx-why-sticky-info p { margin: 0 0 14px; color: var(--tx-muted); font-size: 15.5px; line-height: 1.68; }

.tx-why-sticky-cards { display: flex; flex-direction: column; gap: 20px; }
.tx-why-card { padding: 28px 24px; border: 1px solid var(--tx-line); border-radius: var(--tx-radius); background: #fff; box-shadow: var(--tx-shadow); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.tx-why-card:hover { transform: translateY(-4px); border-color: var(--tx-green); box-shadow: var(--tx-shadow-strong); }

.tx-why-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.tx-why-card-num { font-size: 12.5px; font-weight: 850; color: var(--tx-green-dark); background: var(--tx-green-soft); padding: 5px 12px; border-radius: 8px; border: 1px solid var(--tx-green-line); }
.tx-why-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; color: var(--tx-green-dark); background: var(--tx-green-soft); font-size: 18px; }

.tx-why-card h3 { margin: 0 0 10px; }
.tx-why-card p { margin: 0; color: var(--tx-muted); font-size: 14.5px; line-height: 1.6; }

@media (max-width: 991px) {
  .tx-why-sticky-layout { grid-template-columns: 1fr; gap: 32px; }
  .tx-why-sticky-info { position: static; }
}

.tx-choose-track span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 16px; border-radius: 10px; color: var(--tx-green-dark); background: var(--tx-green-soft); font-size: 13px; font-weight: 850; }
.tx-benefit-grid h3, .tx-feature-grid h3, .tx-compliance-grid h3, .tx-stepper h3, .tx-pricing-grid h3 { margin: 0 0 9px; }
.tx-benefit-grid p, .tx-compliance-grid p, .tx-stepper p, .tx-pricing-grid p { margin: 0; color: var(--tx-muted); font-size: 14.5px; line-height: 1.62; }

/* Roadmap Stage Widget - Matching Image 2 Structure with TransGenie Palette */
.tx-roadmap-widget { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }

.tx-roadmap-timeline { position: relative; width: 100%; padding: 0; margin-bottom: 2px; }
.tx-timeline-line { position: absolute; top: 50%; left: 7%; right: 7%; height: 0; border-top: 2px dashed var(--tx-green-line); transform: translateY(-50%); z-index: 1; }
.tx-timeline-dots { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.tx-dot { display: inline-block; width: 15px; height: 15px; margin: 0 auto; border-radius: 50%; background: #fff; border: 2.5px solid #BDC7D1; transition: all .25s ease; cursor: pointer; }
.tx-dot:hover { border-color: var(--tx-green); transform: scale(1.1); }
.tx-dot.active { background: var(--tx-green); border-color: var(--tx-green-dark); box-shadow: 0 0 0 5px rgba(11,165,106,.22); transform: scale(1.2); }

.tx-roadmap-nav { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; padding: 8px 2px 10px; }
.tx-step-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 68px; padding: 12px 6px; border: 1px solid var(--tx-line); border-radius: 14px; background: #fff; color: var(--tx-ink); cursor: pointer; transition: all .25s ease; box-shadow: 0 6px 16px rgba(10,31,61,.03); }
.tx-step-num { font-size: 11px; font-weight: 850; color: var(--tx-muted); margin-bottom: 3px; letter-spacing: .06em; }
.tx-step-label { font-size: 13.5px; font-weight: 750; line-height: 1.25; text-align: center; }
.tx-step-btn:hover { border-color: var(--tx-green); transform: translateY(-3px); box-shadow: var(--tx-shadow); }
.tx-step-btn.active { background: var(--tx-green-soft); border-color: var(--tx-green); box-shadow: 0 8px 24px rgba(11,165,106,.18); transform: translateY(-2px); }
.tx-step-btn.active .tx-step-num { color: var(--tx-green-dark); }
.tx-step-btn.active .tx-step-label { color: var(--tx-ink); font-weight: 850; }

/* Premium Showcase Card UI */
.tx-roadmap-card { position: relative; display: flex; flex-direction: column; gap: 16px; padding: 28px 34px; border: 1px solid var(--tx-green-line); border-radius: 22px; background: linear-gradient(135deg, #ffffff 0%, #F2FAF5 100%); box-shadow: var(--tx-shadow-strong); overflow: hidden; transition: all .35s ease; }
.tx-roadmap-card::before { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: linear-gradient(180deg, var(--tx-green) 0%, var(--tx-green-dark) 100%); }

.tx-card-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tx-card-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: var(--tx-green-soft); border: 1px solid var(--tx-green-line); color: var(--tx-green-dark); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tx-green); box-shadow: 0 0 0 0 rgba(11,165,106,.6); animation: tx-pulse-green 2s infinite; }
@keyframes tx-pulse-green {
  0% { transform: scale(.95); box-shadow: 0 0 0 0 rgba(11,165,106,.6); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(11,165,106,0); }
  100% { transform: scale(.95); box-shadow: 0 0 0 0 rgba(11,165,106,0); }
}

.tx-card-subtitle { font-size: 12px; font-weight: 750; color: var(--tx-muted); text-transform: uppercase; letter-spacing: .06em; }
.tx-card-body { display: flex; flex-direction: column; gap: 14px; }
.tx-card-body h3 { margin: 0; text-transform: capitalize; }

.tx-card-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.tx-chip-item { display: inline-flex; align-items: center; gap: 9px; padding: 9px 18px; border-radius: 12px; background: #ffffff; border: 1px solid var(--tx-green-line); box-shadow: 0 4px 14px rgba(10,31,61,.04); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tx-chip-item:hover { transform: translateY(-2px); border-color: var(--tx-green); box-shadow: 0 8px 20px rgba(11,165,106,.14); }
.tx-chip-item i { color: var(--tx-green); font-size: 15px; }
.tx-chip-item span { font-size: 14.5px; font-weight: 750; color: var(--tx-ink); }

/* Interactive Feature Deck Section */
.tx-feature-deck { display: grid; grid-template-columns: 1fr 1.15fr; gap: 32px; align-items: center; }

.tx-feature-tabs { display: flex; flex-direction: column; width: 100%; align-items: stretch; gap: 8px; scrollbar-width: none; -ms-overflow-style: none; }
.tx-feature-tabs::-webkit-scrollbar { display: none; width: 0; height: 0; }
.tx-feature-tab-item { width: 100%; }
.tx-feature-tab { display: flex; align-items: center; gap: 16px; width: 100%; padding: 16px 20px; border: 1px solid var(--tx-line); border-radius: 16px; background: #ffffff; color: var(--tx-ink); text-align: left; cursor: pointer; transition: all .25s cubic-bezier(.16,1,.3,1); }
.tx-feature-tab:hover { border-color: var(--tx-green-line); background: #F9FCFA; transform: translateX(4px); }
.tx-feature-tab.active { background: var(--tx-green-soft); border-color: var(--tx-green-line); box-shadow: 0 8px 24px rgba(11,165,106,.12); }

.tx-tab-num { font-size: 13px; font-weight: 850; color: var(--tx-green-dark); padding: 4px 9px; border-radius: 6px; background: #ffffff; border: 1px solid var(--tx-green-line); }
.tx-tab-info { flex: 1; }
.tx-tab-info h3 { margin: 0; }
.tx-feature-tab.active .tx-tab-info h3 { color: var(--tx-green-dark); }
.tx-tab-arrow { font-size: 14px; color: var(--tx-muted); transition: transform .25s ease, color .25s ease; }
.tx-feature-tab:hover .tx-tab-arrow, .tx-feature-tab.active .tx-tab-arrow { color: var(--tx-green); transform: translateX(3px); }
.tx-tab-accordion-body { display: none; }

/* Feature Showcase Box */
.tx-feature-showcase { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 440px; padding: 40px 44px; border: 1px solid var(--tx-green-line); border-radius: 28px; background: linear-gradient(135deg, #ffffff 0%, #F2FAF5 100%); box-shadow: var(--tx-shadow-strong); overflow: hidden; transition: all .35s ease; }
.tx-feature-showcase::before { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: linear-gradient(180deg, var(--tx-green) 0%, var(--tx-green-dark) 100%); }

.tx-showcase-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.tx-showcase-badge { display: inline-flex; align-items: center; padding: 6px 16px; border-radius: 999px; background: var(--tx-green-soft); border: 1px solid var(--tx-green-line); color: var(--tx-green-dark); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.tx-showcase-icon-box { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 16px; color: #ffffff; background: var(--tx-green); box-shadow: 0 10px 24px rgba(11,165,106,.28); font-size: 26px; transition: transform .3s ease; }

.tx-showcase-body { margin-bottom: 32px; }
.tx-showcase-body h3 { margin: 0 0 16px; }
.tx-showcase-body p { margin: 0; font-size: 16.5px; color: var(--tx-muted); line-height: 1.7; max-width: 540px; }

.tx-showcase-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px dashed var(--tx-green-line); }
.tx-showcase-dots { display: flex; align-items: center; gap: 8px; }
.tx-sdot { width: 8px; height: 8px; border-radius: 999px; background: var(--tx-green-line); cursor: pointer; transition: all .25s ease; }
.tx-sdot.active { width: 24px; background: var(--tx-green); }

.tx-showcase-nav-btn { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--tx-green); background: var(--tx-green) !important; color: #ffffff !important; font-size: 16px; cursor: pointer; transition: all .2s ease; box-shadow: 0 4px 12px rgba(11,165,106,.2); }
.tx-showcase-nav-btn i { color: #ffffff !important; }
.tx-showcase-nav-btn:hover, .tx-showcase-nav-btn:focus { background: var(--tx-green-dark) !important; color: #ffffff !important; border-color: var(--tx-green-dark) !important; box-shadow: 0 6px 16px rgba(11,165,106,.35); transform: translateY(-2px); }
.tx-showcase-nav-btn:hover i, .tx-showcase-nav-btn:focus i { color: #ffffff !important; }

.tx-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tx-benefit-grid article { padding: 32px 28px; border: 1px solid var(--tx-line); border-radius: 20px; background: #ffffff; box-shadow: 0 10px 30px rgba(10,31,61,.04); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.tx-benefit-grid article:hover { transform: translateY(-6px); border-color: var(--tx-green-line); box-shadow: 0 16px 40px rgba(11,165,106,.12); }
.tx-benefit-grid i { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 12px; color: var(--tx-green-dark); background: var(--tx-green-soft); border: 1px solid var(--tx-green-line); font-size: 22px; transition: all .25s ease; }
.tx-benefit-grid article:hover i { color: #ffffff; background: var(--tx-green); border-color: var(--tx-green); }

/* Clean Compliance Deck UI */
.tx-compliance-matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tx-matrix-card { position: relative; display: flex; flex-direction: column; padding: 34px 30px; border: 1px solid var(--tx-line); border-radius: 24px; background: linear-gradient(180deg, #ffffff 0%, #F9FCFA 100%); box-shadow: 0 10px 30px rgba(10,31,61,.035); overflow: hidden; transition: all .3s cubic-bezier(.16,1,.3,1); }
.tx-matrix-card:hover { transform: translateY(-8px); border-color: var(--tx-green-line); box-shadow: 0 20px 48px rgba(11,165,106,.14); background: #ffffff; }

.tx-matrix-card h3 { margin: 0 0 14px; }
.tx-matrix-card p { margin: 0; font-size: 14.5px; color: var(--tx-muted); line-height: 1.7; flex: 1; }
.tx-matrix-bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--tx-green-soft) 0%, var(--tx-green) 100%); opacity: 0; transition: opacity .3s ease; }
.tx-matrix-card:hover .tx-matrix-bar { opacity: 1; }

.tx-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tx-pricing-grid article { padding: 24px; border: 1px solid var(--tx-line); border-radius: var(--tx-radius); background: #fff; box-shadow: 0 10px 30px rgba(10,31,61,.045); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.tx-pricing-grid article:hover { transform: translateY(-5px); border-color: var(--tx-green-line); box-shadow: var(--tx-shadow); }

.tx-two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
#solutions .tx-section-head { position: sticky; top: 100px; align-self: start; }
.tx-accordion, .tx-faq { display: flex; flex-direction: column; gap: 14px; }
.tx-accordion article, .tx-faq article { border: 1px solid var(--tx-line); border-radius: 18px; background: #ffffff; overflow: hidden; box-shadow: 0 8px 24px rgba(10,31,61,.03); transition: border-color .25s ease, box-shadow .25s ease; }
.tx-accordion article.open, .tx-faq article.open { border-color: var(--tx-green-line); box-shadow: 0 12px 32px rgba(11,165,106,.08); }
.tx-accordion button, .tx-faq button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; border: 0; background: transparent; color: var(--tx-ink); font-size: 17px; font-weight: 850; text-align: left; cursor: pointer; transition: color .2s ease; }
.tx-accordion button:hover, .tx-faq button:hover { color: var(--tx-green-dark); }
.tx-accordion button i, .tx-faq button i { color: var(--tx-green); font-size: 18px; transition: transform .28s cubic-bezier(.16,1,.3,1); }
.tx-accordion article.open button i, .tx-faq article.open button i { transform: rotate(180deg); }
.tx-accordion article > div { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.16,1,.3,1); }
.tx-accordion article.open > div { max-height: 600px; }
.tx-accordion article > div > p { margin: 0 26px 12px; color: var(--tx-muted); font-size: 14.5px; line-height: 1.65; }
.tx-accordion article > div > p + p { margin-top: 14px; margin-bottom: 6px; }
.tx-accordion p strong { color: var(--tx-ink); }
.tx-accordion ul { display: grid; gap: 10px; padding-left: 0; margin: 0 26px 22px; list-style: none; }
.tx-accordion li { position: relative; padding-left: 28px; color: var(--tx-ink); font-size: 14.5px; font-weight: 600; line-height: 1.6; }
.tx-accordion li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background-color: var(--tx-green); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 12px 12px; }

.tx-choose-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.tx-choose-header .tx-section-head { margin-bottom: 0; max-width: 780px; }
.tx-choose-controls { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.tx-nav-btn { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--tx-green); background: var(--tx-green) !important; color: #ffffff !important; font-size: 20px; cursor: pointer; box-shadow: 0 4px 14px rgba(11,165,106,.25); transition: all .25s ease; }
.tx-nav-btn i { color: #ffffff !important; }
.tx-nav-btn:hover, .tx-nav-btn:focus { background: var(--tx-green-dark) !important; border-color: var(--tx-green-dark) !important; color: #ffffff !important; box-shadow: 0 8px 20px rgba(11,165,106,.4); transform: translateY(-2px); }
.tx-nav-btn:hover i, .tx-nav-btn:focus i { color: #ffffff !important; }

.tx-choose-track { display: flex; gap: 20px; overflow-x: auto; padding: 6px 4px 20px; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.tx-choose-track::-webkit-scrollbar { display: none; }
.tx-choose-track article { flex: 0 0 340px; min-height: 270px; padding: 30px 26px; border: 1px solid var(--tx-line); border-radius: 20px; background: #ffffff; box-shadow: 0 8px 24px rgba(10,31,61,.04); transition: all .28s ease; }
.tx-choose-track article:hover { transform: translateY(-6px); border-color: var(--tx-green-line); box-shadow: 0 16px 40px rgba(11,165,106,.12); }
.tx-choose-track span { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: var(--tx-green-soft); color: var(--tx-green-dark); font-weight: 850; font-size: 14px; margin-bottom: 18px; }
/* Interactive Implementation Roadmap & Progress Bar */
.tx-impl-roadmap { display: flex; flex-direction: column; gap: 36px; }
.tx-impl-progress-wrap { position: relative; padding: 12px 0 16px; overflow-x: auto; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.tx-impl-progress-bar { position: absolute; top: 30px; left: 30px; right: 30px; height: 4px; background: var(--tx-line); border-radius: 999px; z-index: 1; }
.tx-impl-progress-fill { height: 100%; background: linear-gradient(90deg, var(--tx-green-soft) 0%, var(--tx-green) 100%); border-radius: 999px; transition: width .4s cubic-bezier(.16,1,.3,1); box-shadow: 0 0 12px rgba(11,165,106,.4); }

.tx-impl-steps { position: relative; display: flex; justify-content: space-between; width: 100%; min-width: 520px; z-index: 2; }
.tx-impl-step-btn { display: flex; flex-direction: column; align-items: center; gap: 8px; background: transparent; border: 0; cursor: pointer; padding: 0; transition: transform .25s ease; }
.tx-impl-step-btn:hover { transform: translateY(-3px); }

.tx-step-circle { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #ffffff; border: 2px solid var(--tx-line); color: var(--tx-muted); font-weight: 850; font-size: 14px; box-shadow: 0 4px 10px rgba(10,31,61,.06); transition: all .3s ease; }
.tx-impl-step-btn.done .tx-step-circle { background: var(--tx-green-soft); border-color: var(--tx-green-line); color: var(--tx-green-dark); }
.tx-impl-step-btn.done .tx-step-title { color: var(--tx-green-dark); font-weight: 750; }
.tx-impl-step-btn.active .tx-step-circle { background: var(--tx-green); border-color: var(--tx-green); color: #ffffff; box-shadow: 0 0 16px rgba(11,165,106,.4); transform: scale(1.15); }
.tx-step-title { font-size: 13px; font-weight: 750; color: var(--tx-muted); transition: color .25s ease; }
.tx-impl-step-btn.active .tx-step-title { color: var(--tx-green-dark); font-weight: 850; }
.tx-impl-grid { display: flex; flex-direction: column; max-width: 800px; margin: 0 auto; width: 100%; }
.tx-impl-card { position: relative; width: 100%; box-sizing: border-box; padding: 30px 32px; border: 1px solid var(--tx-line); border-radius: 22px; background: #ffffff; box-shadow: 0 8px 24px rgba(10,31,61,.035); transition: all .3s cubic-bezier(.16,1,.3,1); }
.tx-impl-card:hover { transform: translateY(-5px); border-color: var(--tx-green-line); box-shadow: 0 14px 36px rgba(11,165,106,.1); }
.tx-impl-card.active { border-color: var(--tx-green); box-shadow: 0 16px 40px rgba(11,165,106,.14); background: linear-gradient(180deg, #ffffff 0%, #F4FAF6 100%); transform: translateY(-6px); }
.tx-impl-badge { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; background: var(--tx-green-soft); color: var(--tx-green-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; transition: all .25s ease; }
.tx-impl-card.active .tx-impl-badge { background: var(--tx-green); color: #ffffff; }
.tx-impl-card h3 { margin: 0 0 12px; }
.tx-impl-card p { margin: 0; font-size: 14.5px; color: var(--tx-muted); line-height: 1.65; }
.tx-pricing-section { background: linear-gradient(180deg, #fff 0%, var(--tx-soft) 100%); }
.tx-pricing-grid strong { display: block; margin-bottom: 10px; color: var(--tx-green-dark); font-size: 24px; line-height: 1.2; }
.tx-note { margin: 18px 0 0; color: var(--tx-muted); font-size: 14px; line-height: 1.6; }
.tx-estimator { display: grid; grid-template-columns: 1.08fr .92fr; gap: 30px; margin-top: 34px; padding: 30px; border: 1px solid var(--tx-line); border-radius: 22px; background: #fff; box-shadow: var(--tx-shadow-strong); box-sizing: border-box; width: 100%; max-width: 100%; }
.tx-estimator-form { display: grid; gap: 24px; box-sizing: border-box; width: 100%; max-width: 100%; }
.tx-est-q p { margin: 0 0 12px; color: var(--tx-ink); font-weight: 800; }
.tx-options { display: flex; flex-wrap: wrap; gap: 10px; box-sizing: border-box; width: 100%; max-width: 100%; }
.tx-options button { box-sizing: border-box; min-height: 42px; padding: 10px 15px; border: 1px solid #AAB4BE; border-radius: 8px; background: #fff; color: var(--tx-ink); font-size: 14px; font-weight: 800; }
.tx-options button.selected { border-color: var(--tx-green); color: var(--tx-green-dark); background: var(--tx-green-soft); box-shadow: inset 0 0 0 1px var(--tx-green); }
.tx-est-result { display: flex; flex-direction: column; justify-content: center; padding: 26px; border-radius: 18px; color: var(--tx-ink); background: var(--tx-green-soft); border: 1px solid var(--tx-green-line); }
.tx-est-result span { color: var(--tx-green-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.tx-est-result strong { margin: 10px 0; color: var(--tx-ink); font-size: clamp(34px, 5vw, 52px); line-height: 1; font-weight: 850; }
.tx-est-result em { width: fit-content; margin-bottom: 14px; padding: 6px 10px; border-radius: 7px; color: #fff; background: var(--tx-green); font-style: normal; font-size: 13px; font-weight: 850; }
.tx-est-result p { margin: 0 0 22px; color: var(--tx-muted); font-size: 14px; line-height: 1.6; }
.tx-est-email { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.tx-est-email input { min-width: 0; height: 44px; border-radius: 8px; border: 1px solid var(--tx-green-line); padding: 0 13px; color: var(--tx-ink); background: #fff; }
.tx-est-email input::placeholder { color: var(--tx-muted); }
.tx-est-email button { height: 44px; padding: 0 16px; border: 0; border-radius: 8px; color: #fff; background: var(--tx-green); font-weight: 850; }
.tx-est-result small { display: block; min-height: 18px; margin-top: 10px; color: var(--tx-muted); font-size: 12px; }
/* Modern Estimate CTA Banner UI */
.tx-estimate-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 48px; padding: 44px 48px; border-radius: 24px; background: var(--tx-green); box-shadow: 0 16px 40px rgba(11,165,106,.2); overflow: hidden; }
.tx-estimate-cta::before { content: ""; position: absolute; top: -50%; right: -20%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 70%); pointer-events: none; }
.tx-cta-content { position: relative; z-index: 2; max-width: 700px; }
.tx-cta-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; border-radius: 999px; background: rgba(255,255,255,.2); backdrop-filter: blur(8px); color: #ffffff; font-size: 12.5px; font-weight: 800; letter-spacing: .03em; margin-bottom: 14px; border: 1px solid rgba(255,255,255,.3); }
.tx-estimate-cta h3 { margin: 0 0 12px; color: #ffffff; }
.tx-estimate-cta p { margin: 0; color: rgba(255,255,255,.94); font-size: 15.5px; line-height: 1.65; }
.tx-cta-action { position: relative; z-index: 2; flex-shrink: 0; }
.tx-cta-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; border-radius: 999px; background: #ffffff; color: var(--tx-green-dark); font-size: 15.5px; font-weight: 800; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.12); transition: transform .25s ease, box-shadow .25s ease; }
.tx-cta-btn i { font-size: 18px; color: var(--tx-green); transition: transform .25s ease; }
.tx-cta-btn:hover { background: #ffffff; color: var(--tx-green-dark); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,.2); }
.tx-cta-btn:hover i { transform: translateX(4px); }

.tx-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.tx-case-grid article { display: flex; flex-direction: column; border: 1px solid var(--tx-line); border-radius: 20px; overflow: hidden; background: #ffffff; box-shadow: 0 10px 30px rgba(10,31,61,.04); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.tx-case-grid article:hover { transform: translateY(-6px); border-color: var(--tx-green-line); box-shadow: 0 18px 44px rgba(11,165,106,.12); }
.tx-case-img-wrap { position: relative; width: 100%; height: 240px; padding: 14px; display: flex; align-items: center; justify-content: center; background: #ffffff; border-bottom: 1px solid var(--tx-line); overflow: hidden; }
.tx-case-grid img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; transition: transform .4s ease; }
.tx-case-grid article:hover img { transform: scale(1.04); }
.tx-case-grid div { display: flex; flex-direction: column; flex-grow: 1; padding: 26px 24px 28px; }
.tx-case-grid span { display: block; margin-bottom: 8px; color: var(--tx-green-dark); font-size: 12.5px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.tx-case-grid h3 { margin: 0 0 10px; }
.tx-case-grid p { margin: 0 0 20px; color: var(--tx-muted); font-size: 14.5px; line-height: 1.65; flex-grow: 1; }
.tx-case-grid a { display: inline-flex; align-items: center; gap: 8px; color: var(--tx-green-dark); font-weight: 850; font-size: 14.5px; text-decoration: none; transition: gap .2s ease; }
.tx-case-grid a:hover { gap: 12px; color: var(--tx-green); }

.tx-final-cta { padding: 72px 0; color: #fff; background: var(--tx-green); }
.tx-final-cta .tx-wrap { text-align: center; }
.tx-final-cta h2 { max-width: 820px; margin: 0 auto 14px; color: #fff; }
.tx-final-cta p { max-width: 760px; margin: 0 auto 26px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.7; }
.tx-final-cta .tx-btn { background: #ffffff; color: var(--tx-ink) !important; border: 1px solid #ffffff; box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
.tx-final-cta .tx-btn:hover { background: #111B24 !important; color: #ffffff !important; border-color: #111B24; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,0.25); }
#faq .tx-section-head { text-align: center; margin-left: auto; margin-right: auto; }
.tx-faq { max-width: 920px; display: flex; flex-direction: column; gap: 16px; margin: 0 auto; }
.tx-faq article { border: 1px solid var(--tx-line); border-radius: 16px; background: #ffffff; overflow: hidden; box-shadow: 0 4px 12px rgba(10,31,61,.02); transition: all .25s ease; }
.tx-faq article:hover { border-color: var(--tx-green-line); }
.tx-faq article.open { border-color: var(--tx-green-line); box-shadow: 0 8px 24px rgba(11,165,106,.08); background: #ffffff; }

.tx-faq article button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; border: 0; background: transparent; color: var(--tx-ink); font-size: 17.5px; font-weight: 850; text-align: left; cursor: pointer; transition: color .2s ease; }
.tx-faq article button:hover, .tx-faq article.open button { color: var(--tx-green-dark); }
.tx-faq article button i { font-size: 20px; color: var(--tx-green); transition: transform .3s ease; flex-shrink: 0; }
.tx-faq article.open button i { transform: rotate(45deg); color: var(--tx-green-dark); }

.tx-faq article div { display: none; padding: 0 28px 24px 28px; }
.tx-faq article.open div { display: block; }
.tx-faq article p { margin: 0; color: var(--tx-muted); font-size: 15.5px; line-height: 1.7; }
@media (max-width: 1199px) {
  .tx-wrap { padding-left: 40px; padding-right: 40px; }
  .tx-stage-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991px) {
  .tx-wrap { padding-left: 40px; padding-right: 40px; }
  .tx-hero { padding-top: 100px; padding-bottom: 70px; }
  .tx-hero-copy h1, h1 { font-size: clamp(26px, 4.2vw, 34px); }
  .tx-hero-grid, .tx-two-col, .tx-estimator { grid-template-columns: 1fr; }
  .tx-hero-visual { min-height: auto; justify-content: center; width: 100%; margin: 20px auto 0; }
  .tx-hero-img { max-width: 420px; height: auto; margin: 0 auto; display: block; }
  .tx-live-panel { max-width: 560px; }
  .tx-feature-deck, .tx-benefit-grid, .tx-compliance-matrix, .tx-impl-grid, .tx-pricing-grid, .tx-stepper, .tx-case-grid { grid-template-columns: 1fr; }
  .tx-impl-progress-wrap { padding: 12px 6px 14px; }
  .tx-impl-steps { min-width: 520px; }
  .tx-why-showcase { grid-template-columns: 1fr; }
  #solutions .tx-section-head { position: static; }
  .tx-roadmap-nav { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .tx-roadmap-timeline { display: none; }
  .tx-estimator { padding: 22px 20px; gap: 20px; border-radius: 18px; }
  .tx-est-result { padding: 20px 18px; border-radius: 14px; }
  .tx-est-result strong { font-size: clamp(22px, 4.5vw, 28px); margin: 6px 0; }
  .tx-est-result p { font-size: 13.5px; margin-bottom: 16px; }
  .tx-options button { min-height: 38px; padding: 8px 12px; font-size: 13px; }
  .tx-estimate-cta { padding: 24px 22px; flex-direction: column; align-items: flex-start; gap: 20px; border-radius: 18px; }
  .tx-pricing-grid strong { font-size: 20px; }
}
@media (max-width: 767px) {
  .tx-toc-section { display: block !important; padding: 20px 0; }
  .tx-toc-list { display: flex; flex-direction: column; width: 100%; }
  .tx-wrap { padding-left: 20px; padding-right: 20px; }
  .tx-section { padding-top: 40px; padding-bottom: 40px; }
  .tx-section-head { margin-bottom: 20px; }
  .tx-hero { padding: 105px 0 64px; }
  .tx-hero-copy h1, h1 { font-size: clamp(24px, 5vw, 30px); }
  h2, .h2-style, .tx-section-head h2, .tx-why-sticky-info h2, .tx-final-cta h2 { font-size: 24px; line-height: 1.2; }
  h3, .h3-style, .tx-why-card h3, .tx-benefit-grid h3, .tx-feature-grid h3, .tx-compliance-grid h3, .tx-stepper h3, .tx-pricing-grid h3, .tx-card-body h3, .tx-tab-info h3, .tx-showcase-body h3, .tx-matrix-card h3, .tx-impl-card h3, .tx-estimate-cta h3, .tx-case-grid h3 { font-size: 17.5px; line-height: 1.3; }
  p, .paragraph, .tx-hero-copy p, .tx-section-head p, .tx-tab-accordion-body p, .tx-why-card p, .tx-benefit-grid p, .tx-compliance-grid p, .tx-impl-card p, .tx-faq article p { font-size: 15px; line-height: 1.6; }
  .tx-choose-header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
  .tx-hero-visual { min-height: auto; display: flex; justify-content: center; width: 100%; margin: 16px auto 0; }
  .tx-hero-img { max-width: 100%; height: auto; margin: 0 auto; display: block; }
  .tx-live-panel { position: static; margin-top: 16px; }
  .tx-chip-track { gap: 4px; }
  .tx-chip span { display: none; }
  .tx-trust-strip { padding: 22px 0; }
  .tx-trust-rail { animation-duration: 20s; }
  .tx-trust-item { padding: 0 16px; gap: 8px; font-size: 14px; }
  .tx-trust-item strong { font-size: 20px; }
  .tx-trust-item span { font-size: 14px; }
  .tx-trust-item::after { height: 18px; }
  .tx-why-grid, .tx-benefit-grid, .tx-compliance-matrix, .tx-pricing-grid, .tx-stepper, .tx-case-grid, .tx-impl-grid, .tx-why-sticky-cards { grid-template-columns: 1fr; gap: 14px; }
  .tx-benefit-grid article { padding: 20px 18px; border-radius: 16px; }
  .tx-benefit-grid i { width: 40px; height: 40px; margin-bottom: 12px; font-size: 18px; border-radius: 10px; }
  .tx-why-card, .tx-matrix-card, .tx-impl-card, .tx-pricing-grid article { padding: 20px 18px; border-radius: 16px; }
  .tx-feature-showcase { display: none; }
  .tx-feature-tabs { width: 100%; align-items: stretch; max-height: none; gap: 12px; }
  .tx-feature-tab-item { width: 100%; box-sizing: border-box; border: 1px solid var(--tx-line); border-radius: 16px; background: #ffffff; overflow: hidden; transition: all .25s ease; }
  .tx-feature-tab-item.active:not(.closed) { border-color: var(--tx-green-line); box-shadow: 0 8px 24px rgba(11,165,106,.12); }
  .tx-feature-tab-item .tx-feature-tab { width: 100%; box-sizing: border-box; border: 0; border-radius: 0; box-shadow: none; }
  .tx-feature-tab-item.active:not(.closed) .tx-feature-tab { background: var(--tx-green-soft); }
  .tx-feature-tab-item.active:not(.closed) .tx-tab-arrow { transform: rotate(90deg); color: var(--tx-green); }
  .tx-tab-accordion-body { display: none; padding: 14px 20px 18px 20px; background: #ffffff; border-top: 1px solid var(--tx-green-line); }
  .tx-tab-accordion-body p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--tx-muted); }
  .tx-feature-tab-item.active:not(.closed) .tx-tab-accordion-body { display: block; }
  .tx-showcase-body h3 { font-size: 20px; }
  .tx-roadmap-nav { display: flex; overflow-x: auto; padding: 10px 4px 12px; scrollbar-width: thin; }
  .tx-step-btn { flex: 0 0 120px; }
  .tx-roadmap-card { gap: 14px; padding: 20px; }
  .tx-card-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .tx-card-chips { gap: 10px; }
  .tx-case-grid article { grid-template-columns: 1fr; }
  .tx-faq article button { padding: 18px 20px; font-size: 17px; }
  .tx-faq article div { padding: 0 20px 20px 20px; }
  .tx-case-grid img { height: 180px; }
  .tx-estimator { padding: 16px; gap: 14px; border-radius: 14px; box-sizing: border-box; width: 100%; max-width: 100%; overflow: hidden; }
  .tx-options { width: 100%; box-sizing: border-box; }
  .tx-options button { flex: 1 1 auto; max-width: 100%; box-sizing: border-box; }
  .tx-est-result { padding: 16px 14px; border-radius: 12px; box-sizing: border-box; width: 100%; max-width: 100%; }
  .tx-est-result strong { font-size: 22px; margin: 4px 0; }
  .tx-est-email { grid-template-columns: 1fr; gap: 8px; width: 100%; box-sizing: border-box; }
  .tx-est-email input, .tx-est-email button { height: 40px; font-size: 13.5px; width: 100%; box-sizing: border-box; }
  .tx-estimate-cta { padding: 22px 18px; margin-top: 24px; gap: 14px; border-radius: 16px; flex-direction: column; align-items: flex-start; }
  .tx-cta-badge { padding: 4px 10px; font-size: 11px; margin-bottom: 8px; }
  .tx-estimate-cta h3 { font-size: 18px; line-height: 1.25; margin-bottom: 6px; }
  .tx-estimate-cta p { font-size: 13.5px; line-height: 1.5; }
  .tx-cta-action { width: 100%; }
  .tx-cta-btn { width: 100%; box-sizing: border-box; justify-content: center; padding: 11px 18px; font-size: 14px; }
}
@media (max-width: 576px) {
  h2, .h2-style, .tx-section-head h2, .tx-why-sticky-info h2, .tx-final-cta h2 { font-size: 22px; }
  h3, .h3-style { font-size: 16.5px; }
  p, .paragraph, .tx-hero-copy p, .tx-section-head p { font-size: 14.5px; }
  .tx-est-result strong { font-size: 20px; }
  .tx-estimate-cta { padding: 18px 14px; gap: 12px; border-radius: 14px; }
  .tx-estimate-cta h3 { font-size: 17px; }
  .tx-estimate-cta p { font-size: 13px; }
  .tx-cta-btn { padding: 10px 14px; font-size: 13.5px; }
  .tx-why-grid, .tx-benefit-grid, .tx-compliance-matrix, .tx-pricing-grid, .tx-stepper, .tx-case-grid, .tx-impl-grid, .tx-why-sticky-cards { gap: 12px; }
  .tx-benefit-grid article, .tx-why-card, .tx-matrix-card, .tx-impl-card, .tx-pricing-grid article { padding: 16px 14px; border-radius: 14px; }
}
@media (max-width: 425px) {
  h2, .h2-style, .tx-section-head h2, .tx-why-sticky-info h2, .tx-final-cta h2 { font-size: 21px; }
  h3, .h3-style { font-size: 16px; }
  p, .paragraph, .tx-hero-copy p, .tx-section-head p { font-size: 14px; }
}
/* ── TABLE OF CONTENTS (MOBILE ONLY) ── */
.tx-toc-section { display: none; background-color: #FAFDFB; padding: 24px 0; border-bottom: 1px solid var(--tx-line); }
.tx-toc-card { max-width: 960px; margin: 0 auto; background: #ffffff; border: 1px solid var(--tx-green-line); border-radius: 16px; padding: 20px; box-shadow: 0 8px 24px rgba(11,165,106,.06); }
.tx-toc-trigger { width: 100%; background: none; border: none; display: flex; justify-content: space-between; align-items: center; padding: 0; color: var(--tx-ink); cursor: pointer; font-family: inherit; }
.tx-toc-trigger-text { font-size: 17px; font-weight: 700; display: flex; align-items: center; gap: 10px; color: var(--tx-ink); }
.tx-toc-trigger-text i { color: var(--tx-green); font-size: 20px; }
.tx-toc-arrow { width: 34px; height: 34px; background: var(--tx-green-soft); border-radius: 50%; color: var(--tx-green); display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.tx-toc-card.active .tx-toc-arrow { transform: rotate(180deg); }
.tx-toc-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.tx-toc-nav { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--tx-line); }
.tx-toc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.tx-toc-item { margin: 0; padding: 0; border-bottom: 1px solid var(--tx-line); }
.tx-toc-item:last-child { border-bottom: none; }
.tx-toc-link { display: flex; align-items: center; gap: 8px; font-size: 14.5px; color: var(--tx-muted); font-weight: 500; padding: 10px 4px; transition: color 0.2s ease; text-decoration: none; }
.tx-toc-link::before { content: ""; width: 6px; height: 6px; background-color: var(--tx-green); border-radius: 50%; display: inline-block; flex-shrink: 0; margin-right: 6px; }
.tx-toc-link:hover, .tx-toc-link:active { color: var(--tx-green); text-decoration: none; }
@media (prefers-reduced-motion: reduce) {
  .tx-trust-rail { animation: none; transform: none; }
}
@media (max-width: 480px) {
  .tx-actions, .tx-options { flex-direction: column; align-items: stretch; width: 100%; box-sizing: border-box; }
  .tx-btn, .tx-options button { width: 100%; box-sizing: border-box; }
}
