.ts-hero-topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 30; }
.ts-hero-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); flex-wrap: wrap; padding-top: var(--space-5); padding-bottom: var(--space-5); }
.ts-hero-topbar__logo { height: 40px; width: auto; display: block; }
.ts-hero-topbar__logo--text { font-family: var(--font-brand); font-weight: var(--weight-extrabold); font-size: var(--fs-h5); color: var(--text-inverse); }
.ts-hero-topbar__cta { padding: .8rem 1.6rem; font-size: .9375rem; }
@media (max-width: 600px) { .ts-hero-topbar__logo { height: 30px; } .ts-hero-topbar__cta { padding: .65rem 1.1rem; font-size: .8125rem; } }
