.landing-page .landing-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 32px;min-height:84px}
.landing-header .brand{flex:0 0 auto;white-space:nowrap}
.landing-header .brand small{white-space:nowrap}
.landing-header .header-links{display:flex;align-items:center;gap:22px;margin-left:auto;flex-shrink:0}
.landing-header .header-links a{white-space:nowrap;font-size:13px;line-height:20px;padding:10px 0}
.landing-header nav{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;flex-wrap:nowrap;gap:10px;margin:0}
.landing-header #myProfileButton,.landing-header #notifications,.landing-header #identity,.landing-header #adminButton{display:none!important}
.landing-header #account,.landing-header .portal-entry{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid #dfe4dd;border-radius:9px;margin:0;font-size:13px;font-weight:600;line-height:20px;white-space:nowrap;text-decoration:none;box-shadow:none;transform:none}
.landing-header #account{background:#fff;color:#37463d}
.landing-header #account:hover{background:#f0f3ed;border-color:#a9b8ac}
.landing-header .portal-entry{background:#183c30;border-color:#183c30;color:#fff}
.landing-header .portal-entry:hover{background:#28523f}
.landing-page[data-signed-in=true] .guest-professional-link{display:none}
@media(max-width:820px){.landing-page .landing-header{flex-wrap:wrap;gap:14px;padding:18px 24px}.landing-header nav{margin-left:auto}.landing-header .header-links{order:3;flex-basis:100%;justify-content:center;gap:28px;padding-top:8px;margin:0;border-top:1px solid #edf0e9}}
@media(max-width:520px){.landing-page .landing-header{padding:16px 18px;gap:14px}.landing-header .brand{font-size:26px}.landing-header .brand svg{width:30px;height:36px}.landing-header .brand small{font-size:6px;letter-spacing:1.4px}.landing-header nav{gap:7px}.landing-header #account,.landing-header .portal-entry{font-size:12px;padding:10px 12px}.landing-header .header-links{gap:22px}}
@media(max-width:400px){.landing-header nav{flex-basis:100%;justify-content:flex-start;margin:0}.landing-header nav>*{flex:1}.landing-header .header-links{justify-content:flex-start;gap:18px}.landing-header .header-links a{font-size:12px}}