.ts-site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border-bottom: 1px solid var(--border-subtle); }
.ts-site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); padding-top: var(--space-3); padding-bottom: var(--space-3); }
.ts-site-header__logo img { height: 32px; display: block; }
.ts-site-header__logo span { font-family: var(--font-brand); font-weight: var(--weight-extrabold); font-size: var(--fs-h5); color: var(--text-brand); }
.ts-site-header__actions { display: flex; align-items: center; gap: var(--space-5); }
.ts-site-header__phone { display: flex; align-items: center; gap: var(--space-2); font-family: var(--font-support); font-weight: var(--weight-semibold); color: var(--text-secondary); text-decoration: none; }
.ts-site-header__phone svg { width: 16px; height: 16px; }
.ts-site-header__cta { padding: .6rem 1.25rem; font-size: var(--fs-body-sm); }
@media (max-width: 600px) { .ts-site-header__phone { display: none; } }
