/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 22:35:38 */
/* ================================================================
   TRUCREATIVES B2B / LOCAL DOMINATION PAGE  (.tru-b2b)
   ----------------------------------------------------------------
   CONSOLIDATED STYLESHEET (single source of truth)
   ----------------------------------------------------------------
   DEPLOY: In the master CSS, REPLACE the three existing B2B blocks
   (base + v2 patch + v3 patch) with this one file. Find the comment
   "TRUCREATIVES B2B / LOCAL DOMINATION PAGE" and delete everything
   from there through the end of "B2B PATCH v3", then paste this in.
   ================================================================ */

/* ---- Wrapper, theme tokens, section bands ---- */
.tru-b2b {
  --tru-electric:      oklch(0.78 0.2 262);
  --tru-current:       oklch(0.82 0.14 225);
  --tru-electric-deep: oklch(0.42 0.12 265);
  --tru-neon:          oklch(0.9 0.22 145);
  --tru-bg:            oklch(0.1 0.025 265);
  --tru-fg:            oklch(0.97 0.01 260);
  --tru-card:          oklch(0.15 0.03 265);
  --tru-muted:         oklch(0.22 0.03 265);
  --tru-muted-fg:      oklch(0.65 0.03 260);
  --tru-border:        oklch(1 0 0 / 10%);
  --tru-primary:       oklch(0.72 0.19 262);
  --tru-primary-fg:    oklch(0.1 0.02 265);
  --tru-glow:          0 0 40px oklch(0.45 0.14 262 / 0.35);
  background-color: oklch(0.1 0.025 265) !important;
  color: oklch(0.97 0.01 260);
}
.tru-b2b .section-band,
.tru-b2b .section-band::before,
.tru-b2b .section-band::after {
  background-color: transparent !important;
  background-image: none !important;
}
.tru-b2b .section-band--soft     { background-color: oklch(0.12 0.028 265) !important; }
.tru-b2b .section-band--contrast { background-color: oklch(0.14 0.032 265) !important; }
.tru-b2b .section-band--deep     { background-color: oklch(0.09 0.022 265) !important; }
.tru-b2b .section-band--grid     { background-color: oklch(0.13 0.03 265) !important; }

/* ---- Shared utilities ---- */
.tru-b2b .tb-btn-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.tru-b2b .tb-btn-row--center { justify-content: center; }
.tru-b2b .tb-center-cta { text-align: center; margin-top: 3.5rem; }

/* ================================================================
   HERO
   ================================================================ */
.tru-b2b .tb-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; padding-block: 6rem; }
.tru-b2b .tb-hero h1 { font-family: var(--tru-font-heading); font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.1; letter-spacing: -0.02em; margin: 0.75rem 0 1.25rem; }
.tru-b2b .tb-hero__text > p { font-size: clamp(1rem, 1.4vw, 1.08rem); line-height: 1.68; color: var(--tru-muted-fg); max-width: 520px; margin-bottom: 2.25rem; }
.tru-b2b .tb-video-wrap { position: relative; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 0 80px oklch(0.72 0.16 228 / 0.18), 0 2px 40px rgba(0,0,0,0.4); }
.tru-b2b .tb-video { width: 100%; height: auto; display: block; }
.tru-b2b .tb-vid-controls { position: absolute; bottom: 1rem; right: 1rem; display: flex; gap: 0.5rem; z-index: 10; }
.tru-b2b .tb-vc-btn {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25); background: rgba(0,0,0,0.65);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s; padding: 0;
}
.tru-b2b .tb-vc-btn:hover { background: rgba(0,0,0,0.9); transform: scale(1.1); }

/* ================================================================
   METRICS STRIP
   ================================================================ */
.tru-b2b .tb-metrics-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; margin-top: 4rem; }
.tru-b2b .tb-metric {
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 1.25rem;
  padding: 2rem 1.5rem; text-align: center; display: flex; flex-direction: column; gap: 0.75rem;
  transition: border-color 0.3s, transform 0.28s;
}
.tru-b2b .tb-metric:hover { border-color: var(--tru-current); transform: translateY(-4px); }
.tru-b2b .tb-metric-num {
  font-family: var(--tru-font-heading); font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 900; line-height: 1.05;
  background: linear-gradient(135deg, var(--tru-electric), var(--tru-current));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.tru-b2b .tb-metric-label { font-size: 0.85rem; line-height: 1.55; color: var(--tru-muted-fg); }
.tru-b2b .tb-metrics-note { text-align: center; margin-top: 2.5rem; font-family: var(--tru-font-heading); font-size: 1.1rem; font-weight: 700; color: var(--tru-fg); }

/* ================================================================
   PAIN LIST
   ================================================================ */
.tru-b2b .tb-pain-list { list-style: none; padding: 0; margin: 3.5rem auto 0; max-width: 760px; display: flex; flex-direction: column; gap: 1rem; }
.tru-b2b .tb-pain-list li {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 0.875rem;
  padding: 1.2rem 1.5rem; font-size: 1rem; line-height: 1.55; color: var(--tru-fg);
  transition: border-color 0.3s;
}
.tru-b2b .tb-pain-list li:hover { border-color: #f05b5b; }
.tru-b2b .tb-pain-x { color: #f05b5b; flex-shrink: 0; margin-top: 0.15em; font-weight: 700; }
.tru-b2b .tb-pain-punch { text-align: center; margin-top: 2.5rem; font-family: var(--tru-font-heading); font-size: clamp(1.3rem, 2.5vw, 1.6rem); font-weight: 800; color: var(--tru-fg); }

/* ================================================================
   OLD WAY vs TRU WAY  +  RANKING BEFORE / AFTER
   ================================================================ */
.tru-b2b .tb-rank-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 4rem; }
.tru-b2b .tb-rank-card { position: relative; border-radius: 1.25rem; overflow: hidden; border: 1px solid var(--tru-border); background: var(--tru-card); }
.tru-b2b .tb-rank-card img { width: 100%; height: auto; display: block; }
.tru-b2b .tb-rank-badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 0.35rem 0.75rem; border-radius: 999px; backdrop-filter: blur(6px); color: #fff;
}
.tru-b2b .tb-rank-badge--before { background: rgba(220,60,60,0.85); }
.tru-b2b .tb-rank-badge--after { background: oklch(0.6 0.18 145 / 0.9); }

.tru-b2b .tb-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.tru-b2b .tb-compare-col { border-radius: 1.25rem; border: 1px solid var(--tru-border); overflow: hidden; }
.tru-b2b .tb-compare-col--old { background: var(--tru-card); }
.tru-b2b .tb-compare-col--new { background: linear-gradient(160deg, oklch(0.2 0.05 250 / 0.6), oklch(0.14 0.03 262 / 0.7)); border-color: oklch(0.82 0.14 225 / 0.3); }
.tru-b2b .tb-compare-head { padding: 1.25rem; text-align: center; font-family: var(--tru-font-heading); font-weight: 700; font-size: 1.1rem; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--tru-border); color: var(--tru-muted-fg); }
.tru-b2b .tb-compare-head--new { color: var(--tru-current); background: oklch(0.82 0.14 225 / 0.08); }
.tru-b2b .tb-compare-list { list-style: none; margin: 0; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.tru-b2b .tb-compare-list li { font-size: 0.95rem; line-height: 1.5; color: var(--tru-muted-fg); display: flex; align-items: flex-start; gap: 0.65rem; }
.tru-b2b .tb-compare-list--new li { color: var(--tru-fg); }
.tru-b2b .tb-c-chk { color: var(--tru-neon); font-weight: 700; flex-shrink: 0; margin-top: 0.1em; }

/* ================================================================
   AI ENGINE  (6 cards, 3x2 grid)
   ================================================================ */
.tru-b2b .tb-engine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 4rem; }
.tru-b2b .tb-engine-card {
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 1.25rem;
  padding: 2rem; transition: border-color 0.3s, transform 0.28s;
}
.tru-b2b .tb-engine-card:hover { border-color: var(--tru-current); transform: translateY(-4px); }
.tru-b2b .tb-engine-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.tru-b2b .tb-engine-card h3 { font-family: var(--tru-font-heading); font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; }
.tru-b2b .tb-engine-card p { font-size: 0.92rem; line-height: 1.65; color: var(--tru-muted-fg); }

/* ================================================================
   INDUSTRY CARDS  (2 cards)
   ================================================================ */
.tru-b2b .tb-industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 4rem; }
.tru-b2b .tb-industry-card {
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 1.25rem;
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color 0.3s, transform 0.28s;
}
.tru-b2b .tb-industry-card:hover { border-color: var(--tru-current); transform: translateY(-4px); }
.tru-b2b .tb-industry-img { width: 100%; height: 220px; overflow: hidden; }
.tru-b2b .tb-industry-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tru-b2b .tb-industry-body { padding: 1.75rem; }
.tru-b2b .tb-industry-tag {
  display: inline-flex; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--tru-current); border: 1px solid oklch(0.82 0.14 225 / 0.4); border-radius: 999px;
  padding: 0.35rem 0.85rem; margin-bottom: 1.25rem;
}
.tru-b2b .tb-industry-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.85rem; }
.tru-b2b .tb-industry-list li { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.95rem; line-height: 1.55; color: var(--tru-muted-fg); }
.tru-b2b .tb-i-chk { color: var(--tru-neon); font-weight: 700; flex-shrink: 0; margin-top: 0.1em; }

/* ================================================================
   CERTIFIED & TRUSTED PARTNERS BAND
   ================================================================ */
.tru-b2b .tb-trust-band { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.tru-b2b .tb-trust-section { text-align: center; }
.tru-b2b .tb-trust-label {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--tru-muted-fg); margin-bottom: 1.75rem;
}
.tru-b2b .tb-trust-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;
  gap: 2rem 3rem; max-width: 1100px; margin: 0 auto;
}
.tru-b2b .tb-trust-logo {
  height: 56px; width: auto; max-width: 220px; object-fit: contain;
  opacity: 0.88; filter: brightness(1.1); transition: opacity 0.25s;
}
.tru-b2b .tb-trust-logo:hover { opacity: 1; }

/* ================================================================
   CASE STUDIES  (4 cards, single row, redesigned with metrics strip)
   ================================================================ */
.tru-b2b .tb-cs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 4rem; }
.tru-b2b .tb-cs-card {
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 1.25rem;
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color 0.3s, transform 0.28s, box-shadow 0.3s;
}
.tru-b2b .tb-cs-card:hover {
  border-color: var(--tru-current); transform: translateY(-5px);
  box-shadow: 0 18px 48px oklch(0.5 0.16 262 / 0.18);
}
.tru-b2b .tb-cs-cover { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: oklch(0.12 0.03 265); }
.tru-b2b .tb-cs-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tru-b2b .tb-cs-body { padding: 1.35rem; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.tru-b2b .tb-cs-tag {
  display: inline-flex; align-self: flex-start;
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--tru-current); border: 1px solid oklch(0.82 0.14 225 / 0.4);
  border-radius: 999px; padding: 0.3rem 0.75rem;
}
.tru-b2b .tb-cs-name { font-family: var(--tru-font-heading); font-size: 1.2rem; font-weight: 700; margin: 0; color: var(--tru-fg); }
.tru-b2b .tb-cs-desc { font-size: 0.86rem; line-height: 1.6; color: var(--tru-muted-fg); flex: 1; }
.tru-b2b .tb-cs-metrics {
  display: flex; gap: 0.75rem; padding: 0.85rem 0.9rem;
  border-radius: 0.875rem; background: rgba(0,0,0,0.3); border: 1px solid var(--tru-border);
  margin-top: 0.25rem;
}
.tru-b2b .tb-cs-metric { flex: 1; display: flex; flex-direction: column; gap: 0.2rem; }
.tru-b2b .tb-cs-ml { font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--tru-muted-fg); }
.tru-b2b .tb-cs-mv {
  font-family: var(--tru-font-heading); font-size: 1.1rem; font-weight: 800;
  background: linear-gradient(135deg, var(--tru-electric), var(--tru-current));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.1;
}
.tru-b2b .tb-cs-mv--accent { font-size: 0.95rem; font-weight: 700; }
.tru-b2b .tb-cs-link {
  margin-top: 0.5rem; font-size: 0.86rem; font-weight: 700;
  color: var(--tru-current); text-decoration: none; transition: color 0.2s;
}
.tru-b2b .tb-cs-link:hover { color: var(--tru-electric); }

/* ================================================================
   PRICING  (3 plans, monthly/annual toggle)
   ================================================================ */
.tru-b2b .tb-pricing-toggle {
  display: flex; width: max-content; margin: 2.5rem auto 0;
  padding: 0.35rem; gap: 0.25rem;
  border-radius: 999px; border: 1px solid var(--tru-border);
  background: rgba(0,0,0,0.4); backdrop-filter: blur(12px);
}
.tru-b2b .tb-pt-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 0; background: transparent; color: var(--tru-muted-fg);
  font-size: 0.9rem; font-weight: 700; padding: 0.7rem 1.5rem;
  border-radius: 999px; cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.tru-b2b .tb-pt-btn:hover { color: var(--tru-fg); }
.tru-b2b .tb-pt-btn.is-active {
  background: linear-gradient(135deg, var(--tru-electric), var(--tru-current));
  color: #fff;
  box-shadow: 0 0 22px oklch(0.55 0.18 262 / 0.4);
}
.tru-b2b .tb-pt-save {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 0.15rem 0.5rem; border-radius: 999px;
  background: oklch(0.9 0.22 145 / 0.18); color: var(--tru-neon);
}
.tru-b2b .tb-pt-btn.is-active .tb-pt-save { background: rgba(0,0,0,0.2); color: #fff; }

/* Show/hide by mode (no text-swap JS) */
.tru-b2b .tb-pricing[data-mode="monthly"] [data-show-on="annual"] { display: none !important; }
.tru-b2b .tb-pricing[data-mode="annual"] [data-show-on="monthly"] { display: none !important; }

.tru-b2b .tb-pricing {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  margin-top: 3rem; align-items: stretch;
}
.tru-b2b .tb-plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 1.5rem;
  padding: 2.25rem 1.75rem;
  transition: border-color 0.3s, transform 0.28s, box-shadow 0.3s;
}
.tru-b2b .tb-plan:hover { border-color: var(--tru-current); transform: translateY(-5px); box-shadow: 0 18px 48px oklch(0.5 0.16 262 / 0.15); }
.tru-b2b .tb-plan--popular {
  border-color: oklch(0.82 0.14 225 / 0.4);
  background: linear-gradient(180deg, oklch(0.2 0.05 250 / 0.55), oklch(0.13 0.03 262 / 0.7));
  box-shadow: 0 0 60px oklch(0.5 0.18 262 / 0.2);
}
.tru-b2b .tb-plan--partner {
  background: linear-gradient(180deg, oklch(0.18 0.05 280 / 0.55), oklch(0.12 0.03 270 / 0.7));
  border-color: oklch(0.72 0.16 280 / 0.35);
}
.tru-b2b .tb-plan-badge {
  position: absolute; top: -0.85rem; left: 50%; transform: translateX(-50%);
  white-space: nowrap; font-size: 0.65rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  padding: 0.4rem 1rem; border-radius: 999px;
  background: linear-gradient(135deg, var(--tru-electric), var(--tru-current));
  color: #fff; box-shadow: 0 0 24px oklch(0.55 0.18 262 / 0.5);
}
.tru-b2b .tb-plan-tag {
  display: inline-flex; align-self: flex-start;
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--tru-current); border: 1px solid oklch(0.82 0.14 225 / 0.4);
  border-radius: 999px; padding: 0.35rem 0.85rem; margin-bottom: 1rem;
}
.tru-b2b .tb-plan-head { margin-bottom: 1.5rem; }
.tru-b2b .tb-plan-name { font-family: var(--tru-font-heading); font-size: 1.55rem; font-weight: 800; margin: 0 0 0.45rem; color: var(--tru-fg); }
.tru-b2b .tb-plan-blurb { font-size: 0.92rem; line-height: 1.55; color: var(--tru-muted-fg); }
.tru-b2b .tb-plan-pricewrap { display: flex; align-items: baseline; gap: 0.35rem; }
.tru-b2b .tb-plan-price { font-family: var(--tru-font-heading); font-size: 3rem; font-weight: 800; line-height: 1; color: var(--tru-fg); }
.tru-b2b .tb-plan-per { font-size: 1rem; color: var(--tru-muted-fg); }
.tru-b2b .tb-plan-billed { margin-top: 0.4rem; font-size: 0.78rem; font-weight: 600; color: var(--tru-current); }
.tru-b2b .tb-plan-setup { margin-top: 0.5rem; font-size: 0.82rem; color: var(--tru-muted-fg); }

.tru-b2b .tb-plan-cta {
  display: flex; align-items: center; justify-content: center;
  margin-top: 1.5rem; padding: 1rem 1.5rem; border-radius: 999px;
  border: 1.5px solid color-mix(in oklch, var(--tru-electric), transparent 45%);
  background: transparent; color: #fff;
  font-size: 0.95rem; font-weight: 700; text-decoration: none; cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
}
.tru-b2b .tb-plan-cta:hover {
  background: rgba(255,255,255,0.06);
  border-color: color-mix(in oklch, var(--tru-electric), transparent 20%);
  transform: translateY(-1px);
}
.tru-b2b .tb-plan-cta--filled {
  background: linear-gradient(135deg, var(--tru-electric), var(--tru-current));
  border-color: transparent;
  box-shadow: 0 0 30px oklch(0.55 0.18 262 / 0.4);
}
.tru-b2b .tb-plan-cta--filled:hover {
  background: linear-gradient(135deg, var(--tru-electric), var(--tru-current));
  box-shadow: 0 0 42px oklch(0.58 0.2 262 / 0.55);
  transform: translateY(-2px);
}
.tru-b2b .tb-plan-feathead { margin-top: 1.75rem; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--tru-muted-fg); }
.tru-b2b .tb-plan-feats { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: 0.85rem; flex: 1; }
.tru-b2b .tb-plan-feats li { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.92rem; line-height: 1.5; color: var(--tru-fg); }
.tru-b2b .tb-plan-chk { flex-shrink: 0; color: var(--tru-neon); font-weight: 700; margin-top: 0.1em; }

.tru-b2b .tb-plan-partner-body p { font-size: 0.92rem; line-height: 1.6; color: var(--tru-muted-fg); margin-bottom: 0.85rem; }
.tru-b2b .tb-plan-partner-note { font-size: 0.82rem !important; color: var(--tru-muted-fg) !important; font-style: italic; }

/* ================================================================
   TESTIMONIALS  (5 owner cards: 3 top, 2 centered)
   ================================================================ */
.tru-b2b .tb-rating { margin-top: 1.5rem; display: inline-flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; justify-content: center; }
.tru-b2b .tb-rating-txt { font-size: 0.92rem; color: var(--tru-muted-fg); }
.tru-b2b .tb-rating-txt b { color: var(--tru-fg); }
.tru-b2b .tb-stars { color: #facc15; letter-spacing: 0.1em; font-size: 0.95rem; }
.tru-b2b .tb-testi-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.tru-b2b .tb-testi:nth-child(1),
.tru-b2b .tb-testi:nth-child(2),
.tru-b2b .tb-testi:nth-child(3) { grid-column: span 2; }
.tru-b2b .tb-testi--c:nth-child(4) { grid-column: 2 / 4; }
.tru-b2b .tb-testi--c:nth-child(5) { grid-column: 4 / 6; }
.tru-b2b .tb-testi {
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 1.25rem;
  padding: 1.75rem; display: flex; flex-direction: column; gap: 1rem;
  transition: border-color 0.3s, transform 0.28s;
}
.tru-b2b .tb-testi:hover { border-color: var(--tru-current); transform: translateY(-3px); }
.tru-b2b .tb-testi p { font-size: 0.92rem; line-height: 1.7; color: var(--tru-muted-fg); font-style: italic; flex: 1; }
.tru-b2b .tb-testi-by { display: flex; align-items: center; gap: 0.85rem; padding-top: 1.1rem; border-top: 1px solid var(--tru-border); margin-top: auto; }
.tru-b2b .tb-testi-by img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--tru-border); }
.tru-b2b .tb-testi-by strong { display: block; font-size: 0.9rem; font-weight: 700; color: var(--tru-fg); }
.tru-b2b .tb-testi-by span { font-size: 0.76rem; color: var(--tru-muted-fg); display: block; margin-top: 0.1rem; }

/* ================================================================
   FAQ  (native details/summary accordion)
   ================================================================ */
.tru-b2b .tb-faq { max-width: 820px; margin: 4rem auto 0; display: flex; flex-direction: column; gap: 1rem; }
.tru-b2b .tb-faq-item {
  background: var(--tru-card); border: 1px solid var(--tru-border); border-radius: 1rem;
  overflow: hidden; transition: border-color 0.3s;
}
.tru-b2b .tb-faq-item:hover { border-color: oklch(0.82 0.14 225 / 0.4); }
.tru-b2b .tb-faq-item[open] { border-color: var(--tru-current); }
.tru-b2b .tb-faq-item summary {
  list-style: none; cursor: pointer; padding: 1.35rem 1.6rem;
  font-family: var(--tru-font-heading); font-size: 1rem; font-weight: 700; color: var(--tru-fg);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  -webkit-appearance: none;
}
.tru-b2b .tb-faq-item summary::-webkit-details-marker { display: none; }
.tru-b2b .tb-faq-item summary::after {
  content: "+"; flex-shrink: 0; font-size: 1.4rem; font-weight: 400; color: var(--tru-current);
  line-height: 1; transition: transform 0.25s ease;
}
.tru-b2b .tb-faq-item[open] summary::after { transform: rotate(45deg); }
.tru-b2b .tb-faq-a { padding: 0 1.6rem 1.5rem; font-size: 0.95rem; line-height: 1.7; color: var(--tru-muted-fg); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .tru-b2b .tb-metrics-grid { grid-template-columns: repeat(3, 1fr); }
  .tru-b2b .tb-engine-grid { grid-template-columns: repeat(2, 1fr); }
  .tru-b2b .tb-cs-grid { grid-template-columns: repeat(2, 1fr); }
  .tru-b2b .tb-pricing { grid-template-columns: 1fr 1fr; }
  .tru-b2b .tb-plan--partner { grid-column: 1 / -1; max-width: 600px; margin: 0 auto; width: 100%; }
  .tru-b2b .tb-trust-logo { height: 46px; }
}
@media (max-width: 768px) {
  .tru-b2b .tb-hero { grid-template-columns: 1fr; text-align: center; padding-block: 5rem; gap: 3rem; }
  .tru-b2b .tb-hero__text > p { margin-inline: auto; }
  .tru-b2b .tb-btn-row { justify-content: center; }
  .tru-b2b .tb-metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .tru-b2b .tb-rank-row { grid-template-columns: 1fr; }
  .tru-b2b .tb-compare { grid-template-columns: 1fr; }
  .tru-b2b .tb-engine-grid { grid-template-columns: 1fr; }
  .tru-b2b .tb-industry-grid { grid-template-columns: 1fr; }
  .tru-b2b .tb-cs-grid { grid-template-columns: 1fr; }
  .tru-b2b .tb-pricing { grid-template-columns: 1fr; }
  .tru-b2b .tb-plan--partner { max-width: 100%; }
  .tru-b2b .tb-plan-price { font-size: 2.5rem; }
  .tru-b2b .tb-trust-row { gap: 1.5rem 2rem; }
  .tru-b2b .tb-trust-logo { height: 40px; }
  .tru-b2b .tb-testi-grid { grid-template-columns: 1fr; }
  .tru-b2b .tb-testi:nth-child(1),
  .tru-b2b .tb-testi:nth-child(2),
  .tru-b2b .tb-testi:nth-child(3),
  .tru-b2b .tb-testi--c:nth-child(4),
  .tru-b2b .tb-testi--c:nth-child(5) { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .tru-b2b .tb-metrics-grid { grid-template-columns: 1fr; }
  .tru-b2b .tb-btn-row { flex-direction: column; width: 100%; }
  .tru-b2b .tb-btn-row .tru-btn { width: 100%; justify-content: center; text-align: center; }
}