/* TEK HDF – Header Articles v1.0.2 */
.tek-header { position: sticky; top: 0; z-index: 999; background: #062f33; color: #ffffff; width: 100%; box-sizing: border-box; }
.tek-header__inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; min-height: 64px; }
.tek-header__left { display: flex; align-items: center; min-width: 0; }
.tek-header__brand { color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1rem; line-height: 1; }
.tek-header__left img { max-height: 36px; height: auto; width: auto; display: block; }
.tek-header__right { display: flex; align-items: center; }
.tek-header__cta { background: #28cd78; color: #ffffff; padding: 14px 28px; border-radius: 9999px; text-decoration: none; font-weight: 600; font-size: 1.05rem; line-height: 1; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.tek-header__cta:hover, .tek-header__cta:focus { opacity: 0.9; }
.tek-header__cta:focus-visible, .tek-header__brand:focus-visible, .tek-header__left a:focus-visible { outline: 2px solid #28cd78; outline-offset: 2px; }
@media (max-width: 480px) {
	.tek-header__inner { padding: 10px 12px; min-height: 56px; gap: 12px; }
	.tek-header__left img { max-height: 30px; }
	.tek-header__cta { padding: 12px 22px; font-size: 1rem; }
}
