.sw-h45-nav { position: absolute; top: 0; left: 0; right: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: 1.6rem clamp(2rem, 4vw, 4rem); border-bottom: 1px solid rgba(10, 24, 40, 0.10); background: transparent; font-family: 'Inter', sans-serif; }
.sw-h45-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.sw-h45-logo-mark { position: relative; width: 38px; height: 38px; background: #1E64C8; color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 800; border-radius: 8px; overflow: hidden; }
.sw-h45-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.sw-h45-logo[data-mode="image"] .sw-h45-logo-img { display: block; }
.sw-h45-logo[data-mode="image"] .sw-h45-logo-letter { display: none; }
.sw-h45-brand { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 19px; letter-spacing: 0.5px; color: #0A1828; }
.sw-h45-links { display: flex; gap: 2.4rem; list-style: none; margin: 0; padding: 0; font-size: 0.85rem; color: #5A6B7A; font-weight: 500; }
.sw-h45-links a { color: inherit; text-decoration: none; transition: color 0.2s; }
.sw-h45-links a:hover { color: #1E64C8; }
.sw-h45-emergency { display: inline-flex; align-items: center; font-size: 0.84rem; letter-spacing: 0; color: #FFFFFF; text-decoration: none; padding: 9px 22px; background: #1E64C8; border: 1px solid #1E64C8; border-radius: 8px; font-weight: 700; transition: all 0.2s; }
.sw-h45-emergency:hover { background: #0F4798; border-color: #0F4798; }
@media (max-width: 900px) { .sw-h45-links { display: none; } .sw-h45-nav { padding: 1.2rem 1.5rem; } }
