/* TheOldBear — marketing / marketplace premium layer (loads after public-suite.css) */
.tb-mp-hero {
  max-width: 68ch;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.tb-mp-title {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 0 0 14px;
}
.tb-mp-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 60ch;
}
.tb-mp-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.tb-mp-panel {
  border-radius: 20px;
  padding: clamp(16px, 2.5vw, 22px);
}
.tb-mp-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.tb-mp-cat {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--tb-line, #e2e8f0);
  background: var(--tb-surface, #fff);
  color: inherit;
  text-decoration: none;
}
.tb-mp-cat.is-active {
  background: var(--brand, #0d9488);
  border-color: transparent;
  color: #fff;
}
.tb-mp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}
.tb-mp-card {
  background: var(--tb-surface, #fff);
  border: 1px solid var(--tb-line, #e2e8f0);
  border-radius: var(--tb-radius-lg, 18px);
  padding: 18px 18px 16px;
  box-shadow: var(--tb-shadow-sm, 0 4px 12px rgba(15, 23, 42, 0.06));
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.tb-mp-card-k {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tb-muted, #64748b);
  margin-bottom: 8px;
}
.tb-mp-card-title {
  font-size: 1.1rem;
  margin: 0 0 6px;
  line-height: 1.25;
}
.tb-mp-card-sum {
  flex: 1;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--tb-muted, #475569);
}
.tb-mp-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tb-mp-empty {
  grid-column: 1 / -1;
}
.tb-mp-trust .tb-mp-h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}
.tb-mp-list {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.65;
  color: var(--tb-muted, #475569);
}
.tb-mp-list li {
  margin-bottom: 8px;
}

/* Blog article polish */
.blog-post-page .blog-body.rte {
  font-size: 1.05rem;
  line-height: 1.75;
}
.blog-post-page .blog-body.rte p {
  margin: 0 0 1rem;
}
.blog-post-featured-img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 18px;
  margin: 0 0 var(--tb-space-5);
  border: 1px solid var(--line, #e2e8f0);
}

/* --- Sales conversion layer (homepage, pricing, book-demo) --- */
.split-highlight {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
  background: var(--tb-surface, #fff);
  border: 1px solid var(--tb-line, #e2e8f0);
  border-radius: clamp(20px, 2vw, 28px);
  padding: clamp(18px, 2.5vw, 28px);
  box-shadow: var(--tb-shadow, 0 8px 30px rgba(15, 23, 42, 0.08));
}
.split-highlight--reverse {
  grid-template-columns: 1.05fr 1fr;
}
.split-highlight--reverse > :first-child {
  order: 2;
}
.split-highlight--reverse > .split-highlight__media {
  order: 1;
}
.split-highlight__media .tb-mshot {
  width: 100%;
}
@media (max-width: 900px) {
  .split-highlight,
  .split-highlight--reverse {
    grid-template-columns: 1fr;
  }
  .split-highlight--reverse > :first-child,
  .split-highlight--reverse > .split-highlight__media {
    order: unset;
  }
}

.section--sales-connect {
  background: linear-gradient(180deg, var(--tb-surface-subtle, #f8fafc) 0%, transparent 100%);
  border-block: 1px solid var(--tb-line, #e2e8f0);
}
.tb-sales-connect__inner {
  max-width: 980px;
  margin: 0 auto;
}
.tb-sales-connect__title {
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  line-height: 1.2;
}
.tb-sales-connect__lead {
  margin: 0 0 18px;
}
.tb-sales-connect__bullets {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--tb-muted, #475569);
  line-height: 1.6;
}
.tb-sales-connect__bullets li {
  margin-bottom: 10px;
}

.tb-role-grid--dense {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: var(--tb-space-6, 24px);
}
.tb-role-grid--dense .tb-role-card {
  min-height: 100%;
}

.tb-mshot-ac-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 4px 10px;
  border-bottom: 1px solid var(--tb-line, #e2e8f0);
  margin-bottom: 10px;
}
.tb-mshot-ac-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 12px;
}
.tb-mshot-ac-metrics strong {
  display: block;
  font-size: 1.15rem;
  color: var(--tb-ink, #0f172a);
}
.tb-mshot-table--ac .tb-mshot-tr {
  grid-template-columns: 1.6fr 0.35fr 0.65fr;
}

.tb-sales-cta-bar {
  position: sticky;
  bottom: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--tb-line, #e2e8f0);
  padding: 10px 0;
  margin-top: var(--tb-space-8, 32px);
}
.tb-sales-cta-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tb-sales-cta-bar__text {
  margin: 0;
  font-size: 14px;
  color: var(--tb-ink-secondary, #334155);
}
.tb-sales-cta-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.btn--sm-pad {
  padding-inline: 14px;
}

.trust-band.trust-band--sales {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px 20px;
  align-items: start;
  justify-items: center;
  text-align: center;
  padding: 16px 20px;
  border-radius: var(--tb-radius-lg, 16px);
  border: 1px solid var(--tb-line, #e2e8f0);
  background: var(--tb-surface-subtle, #f8fafc);
  font-size: 14px;
  line-height: 1.45;
}
.trust-band--sales a {
  color: var(--tb-brand, #0d9488);
  font-weight: 700;
  text-decoration: none;
}
.trust-band--sales a:hover {
  text-decoration: underline;
}

.tb-offers-micro {
  padding: clamp(14px, 2vw, 18px) clamp(16px, 2.5vw, 22px);
  border: 1px solid var(--tb-line, #e2e8f0);
  background: linear-gradient(180deg, #fff 0%, var(--tb-surface-subtle, #f8fafc) 100%);
  box-shadow: var(--tb-shadow-sm, 0 4px 14px rgba(15, 23, 42, 0.05));
}
.tb-offers-micro a {
  font-weight: 700;
  color: var(--tb-brand, #0d9488);
  text-decoration: none;
}
.tb-offers-micro a:hover {
  text-decoration: underline;
}

.price-card--featured {
  border-color: var(--tb-brand, #0d9488);
  box-shadow: 0 12px 40px rgba(13, 148, 136, 0.12);
  position: relative;
}
.price-card--featured::before {
  content: "Popular";
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tb-brand, #0d9488);
}

/* Homepage / pricing — demo CTA strip */
.tb-demo-cta-bar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(14px, 2vw, 18px);
  padding: clamp(16px, 2.2vw, 22px) clamp(18px, 2.5vw, 24px);
  border-radius: var(--tb-radius-lg, 18px);
  box-shadow: var(--tb-shadow-sm, 0 4px 16px rgba(15, 23, 42, 0.06));
}
.tb-demo-cta-bar .tb-offer-cta-trio__row {
  justify-content: flex-start;
}
.tb-demo-cta-bar__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.tb-demo-cta-bar__copy strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Pricing — four tiers */
.tb-pricing-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
  align-items: stretch;
}
.tb-pricing-grid-4 .price-card {
  height: 100%;
}
@media (max-width: 1180px) {
  .tb-pricing-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .tb-pricing-grid-4 {
    grid-template-columns: 1fr;
  }
}

.tb-pricing-matrix-wrap {
  border-radius: var(--tb-radius-lg, 16px);
  overflow: auto;
  border: 1px solid var(--tb-line, #e2e8f0);
}
.tb-pricing-matrix th,
.tb-pricing-matrix td {
  text-align: center;
  font-size: 14px;
}
.tb-pricing-matrix td:first-child,
.tb-pricing-matrix th:first-child {
  text-align: left;
  font-weight: 600;
}

.tb-sales-final-cta {
  box-shadow: var(--tb-shadow-md, 0 10px 36px rgba(15, 23, 42, 0.08));
}

/* Site-wide marketing pre-footer CTA */
.tb-prefooter-cta {
  background: linear-gradient(135deg, var(--tb-surface-subtle, #f1f5f9) 0%, #e0f2fe 100%);
  border-top: 1px solid var(--tb-line, #e2e8f0);
  padding: clamp(20px, 3vw, 28px) 0;
  margin-top: clamp(24px, 4vw, 48px);
}
.tb-prefooter-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tb-prefooter-cta__inner--stack {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.tb-prefooter-cta__inner--stack .tb-prefooter-cta__copy {
  max-width: 56ch;
  margin-inline: auto;
}
.tb-prefooter-cta__trio .tb-offer-cta-trio__row {
  justify-content: center;
}
.tb-prefooter-cta__actions--secondary {
  justify-content: center;
}
.tb-prefooter-cta__title {
  display: block;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--tb-ink, #0f172a);
  margin: 0 0 4px;
}
.tb-prefooter-cta__sub {
  margin: 0;
  font-size: 14px;
  max-width: 52ch;
}
.tb-prefooter-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
@media (max-width: 720px) {
  .tb-prefooter-cta__actions {
    justify-content: flex-start;
  }
}

/* Homepage — product strip + four pillars */
/* #product-visibility: deliberate 1 / 2 / 3 column grid (no auto-fit narrow lanes) */
#product-visibility {
  overflow-x: hidden;
}
#product-visibility .section-head {
  margin-bottom: clamp(14px, 2.5vw, 22px);
}
.tb-home-shot-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(20px, 3.5vw, 32px);
  margin-top: clamp(12px, 2vw, 24px);
}
@media (min-width: 768px) {
  .tb-home-shot-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 34px);
  }
}
/* Wide desktop only: three abreast — keeps laptops on 2 cols for wider previews */
@media (min-width: 1320px) {
  .tb-home-shot-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 2.8vw, 36px);
  }
}
.tb-home-shot-cell {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.6vw, 14px);
  min-width: 0;
  height: 100%;
}
.tb-home-shot-label {
  margin: 0;
  flex: 0 0 auto;
  min-height: 3em;
  display: flex;
  align-items: flex-end;
  font-size: clamp(12px, 1.05vw, 13px);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--tb-muted, #64748b);
}
.tb-home-shot-fig {
  margin: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: clamp(232px, 52vw, 310px);
  border-radius: var(--tb-radius-lg, 16px);
  overflow: hidden;
  border: 1px solid var(--tb-line, #e2e8f0);
  background: var(--tb-surface, #fff);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 40px rgba(15, 23, 42, 0.08);
}
.tb-home-shot-fig .tb-mshot {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: clamp(10.5px, 1.05vw, 12px);
}
.tb-home-shot-fig .tb-mshot__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding: clamp(9px, 1.2vw, 14px) clamp(10px, 1.4vw, 16px) clamp(10px, 1.4vw, 16px);
}
/* Chrome: keep “Sample data” pill off the title row (scoped to this strip only) */
#product-visibility .tb-home-shot-fig .tb-mshot__chrome {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  row-gap: 6px;
  padding: 9px 12px;
  flex-shrink: 0;
}
#product-visibility .tb-home-shot-fig .tb-mshot__dots {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}
#product-visibility .tb-home-shot-fig .tb-mshot__title {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  font-size: 11px;
  line-height: 1.35;
}
#product-visibility .tb-home-shot-fig .tb-mshot__pill {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  font-size: 10px;
  padding: 3px 9px;
}

.tb-home-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-top: clamp(8px, 1.5vw, 16px);
}
.tb-home-pillar__title {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  letter-spacing: -0.02em;
}
.tb-home-pillar__copy {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--tb-ink-secondary, #334155);
}
.tb-home-pillar__shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
.tb-home-pillar__fig {
  margin: 0;
  border-radius: var(--tb-radius-md, 12px);
  overflow: hidden;
  border: 1px solid var(--tb-line, #e2e8f0);
  background: var(--tb-surface-subtle, #f8fafc);
}
.tb-home-pillar__fig .tb-mshot {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
}
.tb-home-pillar__fig .tb-mshot__body {
  min-height: 120px;
  padding: 8px;
}
.tb-home-pillar__foot {
  margin: 12px 0 0;
}
@media (max-width: 1100px) {
  .tb-home-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .tb-home-pillars {
    grid-template-columns: 1fr;
  }
  .tb-home-pillar__shots {
    grid-template-columns: 1fr;
  }
}

.blog-topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}
.blog-topic-chips a {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--tb-line, #e2e8f0);
  background: var(--tb-surface, #fff);
  color: inherit;
  text-decoration: none;
}
.blog-topic-chips a:hover {
  border-color: var(--brand, #0d9488);
}

.tb-mp-intents {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
  margin-bottom: clamp(24px, 3vw, 36px);
}
.tb-mp-intent {
  background: var(--tb-surface, #fff);
  border: 1px solid var(--tb-line, #e2e8f0);
  border-radius: var(--tb-radius-lg, 18px);
  padding: clamp(16px, 2.2vw, 22px);
  box-shadow: var(--tb-shadow-sm, 0 4px 12px rgba(15, 23, 42, 0.06));
}
.tb-mp-intent h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.tb-mp-intent p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--tb-muted, #64748b);
}
@media (max-width: 900px) {
  .tb-mp-intents {
    grid-template-columns: 1fr;
  }
}

/* Training / presentation / resources marketing pages */
.tb-services-page .tb-svc-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}
.tb-services-page .tb-svc-pillar h3 {
  margin-top: 0;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
@media (max-width: 720px) {
  .tb-services-page .tb-svc-pillar-grid {
    grid-template-columns: 1fr;
  }
}

.tb-services-page .tb-svc-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}
.tb-services-page .tb-svc-type-card h3 {
  margin-top: 0;
  font-size: 1.05rem;
}
@media (max-width: 720px) {
  .tb-services-page .tb-svc-type-grid {
    grid-template-columns: 1fr;
  }
}

.tb-resources-page .tb-resource-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px);
}
.tb-resources-page .tb-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: var(--tb-shadow-sm, 0 4px 14px rgba(15, 23, 42, 0.06));
}
.tb-resources-page .tb-resource-card__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.tb-resources-page .tb-resource-card__desc {
  flex: 1;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 720px) {
  .tb-resources-page .tb-resource-card-grid {
    grid-template-columns: 1fr;
  }
}

.tb-resources-page .tb-pdf-pack-section {
  margin-bottom: var(--tb-space-8, 2.5rem);
}
.tb-resources-page .tb-pdf-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-top: var(--tb-space-4, 1.25rem);
}
.tb-resources-page .tb-pdf-pack-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(18px, 2vw, 22px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--tb-shadow-sm, 0 4px 18px rgba(15, 23, 42, 0.07));
  border-radius: 14px;
  background: #fff;
}
.tb-resources-page .tb-pdf-pack-card__shot {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  margin-bottom: 10px;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #f0fdfa 0%, #f8fafc 48%, #ecfeff 100%);
}
.tb-resources-page .tb-pdf-pack-card__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tb-resources-page .tb-pdf-pack-card__title {
  margin: 0 0 6px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.tb-resources-page .tb-pdf-pack-card__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--tb-muted, #64748b);
  flex: 1;
}
.tb-resources-page .tb-pdf-pack-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
@media (max-width: 960px) {
  .tb-resources-page .tb-pdf-pack-grid {
    grid-template-columns: 1fr;
  }
}

.tb-home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 22px);
  margin-top: clamp(8px, 1.5vw, 16px);
}
.tb-home-services-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 100%;
  padding: clamp(18px, 2.2vw, 22px);
  box-shadow: var(--tb-shadow-sm, 0 4px 14px rgba(15, 23, 42, 0.06));
}
.tb-home-services-card__title {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.tb-home-services-card__copy {
  margin: 0;
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 960px) {
  .tb-home-services-grid {
    grid-template-columns: 1fr;
  }
}

/* Standard commercial CTA trio */
.tb-offer-cta-trio__row {
  justify-content: flex-start;
}
.tb-home-final-cta-trio .tb-offer-cta-trio__row,
.tb-resources-cta-panel .tb-offer-cta-trio__row,
.demo-cta-trio-bar .tb-offer-cta-trio__row {
  justify-content: center;
}

/* Homepage — choose your support (3 paths) */
.tb-home-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 22px);
  margin-top: clamp(10px, 2vw, 18px);
}
.tb-home-choose-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 2.2vw, 24px);
  min-height: 100%;
  border: 1px solid var(--tb-line, #e2e8f0);
  box-shadow: var(--tb-shadow-sm, 0 4px 18px rgba(15, 23, 42, 0.06));
}
.tb-home-choose-card--accent {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 12px 36px rgba(13, 148, 136, 0.1);
}
.tb-home-choose-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--tb-surface-subtle, #f1f5f9);
  color: var(--tb-muted, #64748b);
  margin-bottom: 10px;
}
.tb-home-choose-card--accent .tb-home-choose-card__badge {
  background: rgba(13, 148, 136, 0.12);
  color: var(--tb-brand, #0d9488);
}
.tb-home-choose-card__title {
  margin: 0 0 10px;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}
.tb-home-choose-card__what,
.tb-home-choose-card__who,
.tb-home-choose-card__act {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
}
.tb-home-choose-card__what {
  color: var(--tb-ink, #0f172a);
}
.tb-home-choose-card__cta {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tb-home-choose-trio-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1020px) {
  .tb-home-choose-grid {
    grid-template-columns: 1fr;
  }
}

/* Training — delivery comparison */
.tb-training-deliver-wrap {
  border-radius: var(--tb-radius-lg, 16px);
  border: 1px solid var(--tb-line, #e2e8f0);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tb-training-deliver-table td:first-child,
.tb-training-deliver-table th:first-child {
  text-align: left;
  font-weight: 600;
}
.tb-training-price-band {
  border-left: 4px solid var(--tb-brand, #0d9488);
}
.tb-training-quote-panel {
  box-shadow: var(--tb-shadow-sm, 0 4px 18px rgba(15, 23, 42, 0.07));
}

/* Resources — category blocks & icons */
.tb-resource-cat-block {
  border-top: 1px solid var(--tb-line, #e2e8f0);
  padding-top: var(--tb-space-6);
}
.tb-resource-cat-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.tb-resource-cat-head {
  margin-bottom: clamp(14px, 2vw, 20px);
  max-width: 70ch;
}
.tb-resource-cat-title {
  margin: 6px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--tb-ink-secondary, #334155);
}
.tb-res-card__iconwrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(14, 165, 233, 0.1));
  color: var(--tb-brand, #0d9488);
}
.tb-res-card__iconwrap svg {
  display: block;
}
.tb-resource-card__value {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--tb-ink, #0f172a);
  line-height: 1.45;
}
.tb-resources-disclaimer {
  text-align: center;
  max-width: 64ch;
  margin: 0 auto var(--tb-space-8);
  padding: 12px 16px;
  border-radius: var(--tb-radius-md, 12px);
  background: var(--tb-surface-subtle, #f8fafc);
  border: 1px solid var(--tb-line, #e2e8f0);
}
.tb-resources-cta-panel {
  text-align: center;
  padding: clamp(22px, 3vw, 32px) clamp(18px, 2.5vw, 28px);
}

/* Demo hub — commercial launcher (not slide-deck marketing) */
.tb-demo-sell-page {
  padding-top: clamp(12px, 2vw, 24px);
}
.tb-demo-sell-notice {
  margin-bottom: clamp(16px, 2.5vw, 22px);
}
.tb-demo-sell-header {
  margin-bottom: clamp(18px, 2.8vw, 28px);
  max-width: 72ch;
}
.tb-demo-sell-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 14px;
}
.tb-demo-sell-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(13, 148, 136, 0.12);
  color: var(--tb-brand, #0d9488);
  border: 1px solid rgba(13, 148, 136, 0.22);
}
.tb-demo-sell-strip-meta {
  font-size: 13px;
  color: var(--tb-muted, #64748b);
  line-height: 1.45;
}
.tb-demo-sell-title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--tb-ink, #0f172a);
}
.tb-demo-sell-lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--tb-ink-secondary, #334155);
  max-width: 62ch;
}
.tb-demo-sell-instant {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: clamp(14px, 2vw, 20px);
  max-width: 72ch;
}
.tb-demo-sell-instant__btn {
  flex-shrink: 0;
}
.tb-demo-sell-instant__meta {
  flex: 1 1 200px;
  line-height: 1.45;
}
.tb-demo-sell-panel {
  padding: clamp(18px, 2.8vw, 26px);
  border-radius: var(--tb-radius-lg, 18px);
  box-shadow: var(--tb-shadow-sm, 0 6px 22px rgba(15, 23, 42, 0.07));
}
.tb-demo-sell-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
}
.tb-demo-sell-panel-grid--single {
  grid-template-columns: minmax(0, 1fr);
}
.tb-demo-sell-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px 16px;
}
.tb-demo-sell-form-actions--inline {
  margin-top: 0;
  flex-direction: row;
  align-items: center;
}
.tb-demo-sell-inline-links a {
  white-space: nowrap;
}
.tb-demo-sell-foot {
  margin-top: clamp(22px, 3vw, 32px);
  padding-top: clamp(18px, 2.5vw, 26px);
  border-top: 1px solid var(--tb-line, #e2e8f0);
  text-align: center;
}
.tb-demo-sell-foot .tb-demo-sell-next-links {
  margin-top: 14px;
}
.tb-demo-sell-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 13px;
}
.tb-demo-sell-form-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.tb-demo-sell-hint {
  margin: 0;
  max-width: 48ch;
}

.tb-demo-entry-roles {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.tb-demo-entry-roles__legend {
  padding: 0;
  margin-bottom: 12px;
}

.tb-demo-entry-role-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

@media (min-width: 520px) {
  .tb-demo-entry-role-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tb-demo-entry-role {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: var(--tb-radius-md, 14px);
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: var(--tb-surface, #fff);
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--tb-ink, #0f172a);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.tb-demo-entry-role:hover {
  border-color: rgba(148, 163, 184, 0.55);
}

.tb-demo-entry-role:has(input:checked) {
  border-color: rgba(13, 148, 136, 0.42);
  box-shadow: 0 0 0 1px rgba(13, 148, 136, 0.1);
}

.tb-demo-entry-role input[type="radio"] {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  accent-color: var(--tb-brand, #0d9488);
}

.tb-demo-entry-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.tb-demo-entry-actions__primary {
  min-height: 48px;
  padding-inline: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
}

.tb-demo-entry-actions__secondary {
  min-height: 48px;
  padding-inline: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
}

.tb-demo-sell-form .tb-demo-entry-hint {
  margin-top: 16px;
  max-width: 56ch;
  line-height: 1.55;
}
.tb-demo-sell-aside-title {
  margin: 6px 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tb-demo-sell-aside-list {
  margin: 0 0 14px;
  padding-left: 1.2rem;
  color: var(--tb-ink-secondary, #334155);
  font-size: 14px;
  line-height: 1.55;
}
.tb-demo-sell-aside-list li {
  margin-bottom: 8px;
}
.tb-demo-sell-next-title {
  margin: 6px 0 8px;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}
.tb-demo-sell-next-copy {
  margin: 0 0 16px;
  max-width: 60ch;
  font-size: 14px;
  line-height: 1.55;
}
.tb-demo-sell-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .tb-demo-sell-panel-grid {
    grid-template-columns: 1fr;
  }
  .tb-demo-sell-form-actions--inline {
    width: 100%;
  }
  .tb-demo-sell-form-actions--inline .btn {
    width: 100%;
  }
}

/* ---------- Marketing footer (dark band, four columns) ---------- */
.footer.tb-footer-marketing {
  margin-top: 0;
  padding: clamp(48px, 7vw, 80px) 0 clamp(28px, 4vw, 40px);
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #94a3b8;
  background: linear-gradient(180deg, #0f172a 0%, #111c2e 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.footer.tb-footer-marketing .tb-footer-marketing__inner {
  gap: clamp(32px, 5vw, 48px);
}

.footer.tb-footer-marketing .tb-footer-marketing__grid {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
  grid-template-columns: 1fr;
}

@media (min-width: 560px) {
  .footer.tb-footer-marketing .tb-footer-marketing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer.tb-footer-marketing .tb-footer-marketing__brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .footer.tb-footer-marketing .tb-footer-marketing__grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .footer.tb-footer-marketing .tb-footer-marketing__brand {
    grid-column: auto;
  }
}

.footer.tb-footer-marketing .tb-footer-marketing__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s ease;
}

.footer.tb-footer-marketing .tb-footer-marketing__brand-link:hover {
  opacity: 0.92;
}

.footer.tb-footer-marketing .tb-footer-marketing__logo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.footer.tb-footer-marketing .tb-footer-marketing__name {
  display: inline-block;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f1f5f9;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer.tb-footer-marketing .tb-footer-marketing__brand-link:hover .tb-footer-marketing__name {
  color: #fff;
}

.footer.tb-footer-marketing .tb-footer-marketing__tagline {
  margin: 0;
  max-width: 38ch;
  font-size: 0.8125rem;
  line-height: 1.55;
  font-weight: 500;
  color: #94a3b8;
}

.footer.tb-footer-marketing .tb-footer-marketing__heading {
  margin-bottom: 14px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cbd5e1;
}

.footer.tb-footer-marketing .tb-footer-marketing__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer.tb-footer-marketing .tb-footer-marketing__links li {
  margin: 0;
}

.footer.tb-footer-marketing .tb-footer-marketing__links a {
  display: inline-block;
  padding: 5px 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer.tb-footer-marketing .tb-footer-marketing__links a:hover {
  color: #e2e8f0;
}

.footer.tb-footer-marketing .tb-footer-marketing__meta {
  margin-top: 0;
  padding-top: clamp(24px, 3.5vw, 32px);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #64748b;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}

/* === TheOldBear premium marketing header system (3-zone + sticky + mobile bar) === */
.topbar--marketing-premium.topbar--marketing {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.97);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.topbar--marketing-premium.topbar--marketing.is-header-scrolled {
  border-bottom-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.07);
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .topbar--marketing-premium.topbar--marketing {
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    backdrop-filter: saturate(140%) blur(10px);
    background: rgba(255, 255, 255, 0.82);
  }

  .topbar--marketing-premium.topbar--marketing.is-header-scrolled {
    -webkit-backdrop-filter: saturate(165%) blur(14px);
    backdrop-filter: saturate(165%) blur(14px);
    background: rgba(255, 255, 255, 0.9);
  }
}

.topbar--marketing-premium .tb-header-premium__inner {
  transition: padding 0.2s ease, gap 0.2s ease;
}

.topbar--marketing-premium:not(.is-header-scrolled) .tb-header-premium__inner {
  padding-top: max(var(--tb-space-4), env(safe-area-inset-top, 0px));
  padding-bottom: var(--tb-space-4);
}

.topbar--marketing-premium.is-header-scrolled .tb-header-premium__inner {
  padding-top: max(var(--tb-space-2), env(safe-area-inset-top, 0px));
  padding-bottom: var(--tb-space-2);
}

/* LEFT (mobile: brand | trial + menu) */
.topbar--marketing-premium .tb-header-premium__zone--left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--tb-space-3);
  width: 100%;
  min-width: 0;
}

.topbar--marketing-premium .tb-header-premium__mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.topbar--marketing-premium .tb-header-premium__mobile-trial {
  padding: 8px 14px !important;
  min-height: 40px !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
}

.topbar--marketing-premium .tb-header-premium__brand.site-brand {
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.topbar--marketing-premium .tb-header-premium__mark {
  flex-shrink: 0;
  border-radius: 11px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.topbar--marketing-premium .tb-header-premium__tagline {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--tb-muted);
}

/* CENTRE NAV */
.topbar--marketing-premium .nav-marketing-desktop {
  flex-wrap: nowrap;
  gap: 3px;
}

.topbar--marketing-premium .nav-marketing-desktop > a.tb-nav-priority-demo:not(.is-active) {
  color: var(--tb-brand-ink);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.topbar--marketing-premium details.nav-more > summary {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
}

.topbar--marketing-premium details.nav-more > summary:focus-visible {
  outline: none;
  box-shadow: var(--tb-focus-ring, 0 0 0 2px #fff, 0 0 0 4px rgba(13, 148, 136, 0.45));
  border-radius: var(--tb-radius-full);
}

.topbar--marketing-premium details.nav-more > summary::after {
  content: "";
  display: inline-block;
  width: 0.28em;
  height: 0.28em;
  margin-left: 0.12em;
  margin-top: 0.04em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.45;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.topbar--marketing-premium details.nav-more[open] > summary::after {
  transform: rotate(-135deg);
  margin-top: 0.1em;
  opacity: 0.65;
}

.topbar--marketing-premium .nav-marketing-desktop > a,
.topbar--marketing-premium .nav-marketing-desktop > details.nav-more > summary {
  padding: 10px 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.014em;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.topbar--marketing-premium .nav-marketing-desktop > a:hover,
.topbar--marketing-premium .nav-marketing-desktop > details.nav-more > summary:hover {
  background: rgba(15, 23, 42, 0.05);
  color: var(--tb-ink);
}

.topbar--marketing-premium .nav-marketing-desktop > a.is-active {
  background: rgba(13, 148, 136, 0.12);
  color: var(--tb-brand-ink);
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.22);
}

.topbar--marketing-premium .nav-more.nav-more--contains-active > summary {
  color: var(--tb-brand-ink);
  background: rgba(13, 148, 136, 0.09);
}

.topbar--marketing-premium details.nav-more[open] > summary {
  background: rgba(15, 23, 42, 0.04);
  color: var(--tb-ink);
}

/* MORE — grouped dropdown */
.topbar--marketing-premium .nav-more-panel--grouped {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 10px;
  min-width: min(500px, 92vw);
  max-width: min(540px, 94vw);
  padding: var(--tb-space-4);
  border-radius: var(--tb-radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: var(--tb-surface, #fff);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
}

.topbar--marketing-premium .nav-more-panel__label {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tb-muted);
  margin: 0 0 8px;
  padding: 0 var(--tb-space-2);
}

.topbar--marketing-premium .nav-more-panel__group {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.topbar--marketing-premium .nav-more-panel--grouped a {
  font-weight: 500;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.topbar--marketing-premium .nav-more-panel--grouped a:hover,
.topbar--marketing-premium .nav-more-panel--grouped a:focus-visible {
  background: rgba(15, 23, 42, 0.04);
  color: var(--tb-ink);
  outline: none;
}

.topbar--marketing-premium .nav-more-panel--grouped a.is-active {
  background: rgba(13, 148, 136, 0.08);
  color: var(--tb-brand-ink);
  font-weight: 600;
}

@media (max-width: 920px) {
  .topbar--marketing-premium .nav-more-panel--grouped {
    grid-template-columns: 1fr;
    min-width: min(260px, 88vw);
    max-width: min(300px, 90vw);
  }
}

/* RIGHT — CTA cluster */
.topbar--marketing-premium .topbar-actions--marketing {
  gap: 8px;
  align-items: center;
}

.topbar--marketing-premium .topbar-actions--marketing .btn-marketing-header {
  padding: 10px 18px;
  min-height: 40px;
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
  border-radius: var(--tb-radius-full);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.topbar--marketing-premium .btn-marketing-header--login {
  padding-inline: 12px;
  border-color: transparent;
  color: var(--tb-muted);
}

.topbar--marketing-premium .btn-marketing-header--login:hover {
  color: var(--tb-ink);
  background: rgba(15, 23, 42, 0.04);
}

.topbar--marketing-premium .btn-marketing-header--trial {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.topbar--marketing-premium .btn-marketing-header--trial:hover {
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.28);
}

.topbar--marketing-premium .btn-marketing-header--demo:hover {
  background: rgba(15, 23, 42, 0.03);
  border-color: rgba(100, 116, 139, 0.45);
  color: var(--tb-ink);
}

/* Mobile drawer */
.topbar--marketing .tb-header-premium__drawer-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.topbar--marketing .tb-header-premium__drawer-primary {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--tb-space-3);
  margin-bottom: var(--tb-space-2);
  border-bottom: 1px solid var(--tb-line);
}

.topbar--marketing .tb-header-premium__drawer-primary + .pub-nav-drawer-kicker {
  margin-top: var(--tb-space-2);
}

.topbar--marketing .tb-header-premium__drawer-scroll a.tb-nav-priority-demo {
  font-weight: 600;
  color: var(--tb-brand-ink);
}

.topbar--marketing .pub-nav-drawer.tb-header-premium__drawer {
  z-index: 100;
}

#pub-nav-toggle:checked ~ .pub-nav-drawer.tb-header-premium__drawer {
  animation: tbHeaderDrawerIn 0.22s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes tbHeaderDrawerIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.topbar--marketing .pub-nav-drawer-kicker {
  margin: var(--tb-space-3) 0 var(--tb-space-2);
  padding: 0 var(--tb-space-2);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--tb-muted);
}

.topbar--marketing .pub-nav-drawer-btn--secondary {
  width: 100%;
  min-height: 48px;
  justify-content: center;
}

/* Mobile: show wordmark, hide long tagline to protect tap targets */
@media (max-width: 760px) {
  .topbar--marketing-premium .tb-header-premium__brand .brand-text.site-brand__text {
    display: flex !important;
    flex-direction: column;
    min-width: 0;
  }

  .topbar--marketing-premium .tb-header-premium__tagline {
    display: none;
  }

  .topbar--marketing-premium .site-brand__title .brand-title__full {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .topbar--marketing-premium .tb-header-premium__mark {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 761px) {
  .topbar--marketing-premium .tb-header-premium__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, auto) minmax(0, 1.1fr);
    align-items: center;
    column-gap: clamp(18px, 2.8vw, 32px);
    row-gap: var(--tb-space-2);
    padding-left: 0;
    padding-right: 0;
  }

  .topbar--marketing-premium .tb-header-premium__zone--left {
    grid-column: 1;
    width: auto;
    justify-self: start;
    justify-content: flex-start;
  }

  .topbar--marketing-premium .tb-header-premium__zone--left .brand {
    flex: 0 1 auto;
    min-width: 0;
  }

  .topbar--marketing-premium .tb-header-premium__zone--center {
    grid-column: 2;
    justify-self: center;
    flex: 0 1 auto !important;
  }

  .topbar--marketing-premium .tb-header-premium__zone--right {
    grid-column: 3;
    justify-self: end;
  }

  .topbar--marketing-premium .brand-text.site-brand__text {
    display: flex;
  }

  .topbar--marketing-premium .site-brand__title .brand-title__full {
    font-size: clamp(1.05rem, 0.9vw + 0.85rem, 1.22rem);
    font-weight: 700;
    letter-spacing: -0.03em;
  }
}

/* -------------------------------------------------------------------------
   Premium dark chrome for CSS product shots (tb-mshot) — matches homepage
   hero + features “depth” pages (no raster assets).
   ------------------------------------------------------------------------- */
.tb-hp-hero__visual-inner--dark .tb-mshot,
.tb-site--marketing-depth .hero-showcase .tb-mshot,
.tb-site--marketing-depth .section--sales-focus .tb-mshot,
.tb-site--marketing-depth .tb-md-focus-shot .tb-mshot {
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(165deg, #1e293b 0%, #0f172a 52%, #020617 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 26px 64px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(45, 212, 191, 0.07);
}

.tb-hp-hero__visual-inner--dark .tb-mshot__chrome,
.tb-site--marketing-depth .hero-showcase .tb-mshot__chrome,
.tb-site--marketing-depth .section--sales-focus .tb-mshot__chrome,
.tb-site--marketing-depth .tb-md-focus-shot .tb-mshot__chrome {
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  color: #94a3b8;
}

.tb-hp-hero__visual-inner--dark .tb-mshot__title,
.tb-site--marketing-depth .hero-showcase .tb-mshot__title,
.tb-site--marketing-depth .section--sales-focus .tb-mshot__title,
.tb-site--marketing-depth .tb-md-focus-shot .tb-mshot__title {
  color: #e2e8f0;
}

.tb-hp-hero__visual-inner--dark .tb-mshot__pill,
.tb-site--marketing-depth .hero-showcase .tb-mshot__pill,
.tb-site--marketing-depth .section--sales-focus .tb-mshot__pill,
.tb-site--marketing-depth .tb-md-focus-shot .tb-mshot__pill {
  background: rgba(45, 212, 191, 0.12);
  color: #5eead4;
  border: 1px solid rgba(45, 212, 191, 0.22);
}

.tb-hp-hero__visual-inner--dark .tb-mshot__body,
.tb-site--marketing-depth .hero-showcase .tb-mshot__body,
.tb-site--marketing-depth .section--sales-focus .tb-mshot__body,
.tb-site--marketing-depth .tb-md-focus-shot .tb-mshot__body {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

/* Features & long-form marketing: full-bleed dark hero + elevated modules */
.tb-site--marketing-depth main.section {
  padding-top: 0;
  background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 28%, #f8fafc 100%);
}

.tb-site--marketing-depth .container > .hero.hero--marketing {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(28px, 4vw, 44px);
  padding: clamp(48px, 8vw, 96px) clamp(20px, 4vw, 36px) clamp(40px, 6vw, 72px);
  box-sizing: border-box;
  background:
    radial-gradient(92% 72% at 14% 0%, rgba(13, 148, 136, 0.2) 0%, transparent 46%),
    linear-gradient(165deg, #0f172a 0%, #111c33 48%, #0b1222 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.tb-site--marketing-depth .container > .hero.hero--marketing .hero-grid {
  max-width: 1140px;
  margin: 0 auto;
}

.tb-site--marketing-depth .hero--marketing .eyebrow {
  color: #5eead4;
}

.tb-site--marketing-depth .hero--marketing .marketing-hero-title {
  color: #f8fafc;
}

.tb-site--marketing-depth .hero--marketing .lead,
.tb-site--marketing-depth .hero--marketing .hero-lead-tight {
  color: #cbd5e1;
}

.tb-site--marketing-depth .hero-showcase {
  border: 1px solid rgba(94, 234, 212, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 28px 72px rgba(2, 8, 23, 0.45);
}

.tb-site--marketing-depth .hero-float {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
  color: #f1f5f9;
}

.tb-site--marketing-depth .hero-float strong {
  color: #f8fafc;
}

.tb-site--marketing-depth .hero-float span {
  color: #94a3b8;
}

.tb-site--marketing-depth .hero-float__eyebrow {
  color: #5eead4;
}

.tb-site--marketing-depth .section--sales-focus {
  background:
    radial-gradient(80% 50% at 50% 0%, rgba(45, 212, 191, 0.1) 0%, transparent 48%),
    linear-gradient(165deg, #0f172a 0%, #111c33 55%, #0a0f1c 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 24px 56px rgba(2, 8, 23, 0.25);
}

.tb-site--marketing-depth .section--sales-focus .kicker {
  color: #5eead4;
}

.tb-site--marketing-depth .section--sales-focus h2 {
  color: #f8fafc;
}

.tb-site--marketing-depth .section--sales-focus .lead {
  color: #cbd5e1;
}

.tb-site--marketing-depth .section--sales-focus .tb-module-filmstrip__cap {
  color: #94a3b8;
}

.tb-site--marketing-depth .section-stack .card.panel {
  border-radius: clamp(18px, 1.8vw, 22px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 10px 36px rgba(15, 23, 42, 0.07);
}

.tb-site--marketing-depth .mock-card {
  border-radius: clamp(18px, 1.8vw, 22px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 14px 40px rgba(15, 23, 42, 0.09);
  border-color: rgba(148, 163, 184, 0.35);
}

.tb-site--marketing-depth .mock-card__media {
  background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #020617 100%);
}

.tb-site--marketing-depth .tb-md-focus-shot {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(18px, 2.8vw, 26px);
  border-radius: clamp(20px, 2.2vw, 26px);
  background:
    radial-gradient(70% 55% at 40% 0%, rgba(45, 212, 191, 0.1) 0%, transparent 55%),
    linear-gradient(165deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 24px 56px rgba(2, 8, 23, 0.38);
}

.tb-sales-final-cta--premium-dark {
  background:
    radial-gradient(75% 55% at 50% 0%, rgba(45, 212, 191, 0.12) 0%, transparent 50%),
    linear-gradient(165deg, #0f172a 0%, #111c33 52%, #0a0f1c 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: #e2e8f0;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 22px 52px rgba(2, 8, 23, 0.32);
}

.tb-sales-final-cta--premium-dark h2 {
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.tb-sales-final-cta--premium-dark .muted {
  color: #cbd5e1 !important;
}

.tb-sales-final-cta--premium-dark .btn.btn-light {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.32);
  color: #f1f5f9;
}

.tb-sales-final-cta--premium-dark .btn.btn-light:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(226, 232, 240, 0.48);
  color: #fff;
}

@media (max-width: 760px) {
  .tb-site--marketing-depth .hero-float {
    background: rgba(15, 23, 42, 0.88);
  }
}
