.announce-bar { background: var(--blue); color: rgba(255,255,255,.95); text-align: center; padding: 10px 16px; font-size: .88rem; font-weight: 600; }
.announce-bar a { color: #fff; text-decoration: none; font-weight: 800; }
.nav { background: var(--white); border-bottom: 1px solid #e5e7eb; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.nav-link { color: var(--text); font-weight: 600; font-size: 14px; letter-spacing: .01em; text-decoration: none; }
.nav-link:hover { color: var(--blue); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.pn-nav-logo { display: inline-flex; align-items: center; text-decoration: none; }
.pn-nav-logo img { height: 52px; width: auto; display: block; }
.nav-cta-group { display: flex; gap: 8px; align-items: center; }
.nav-cta-group .btn { box-sizing: border-box; height: 42px; padding: 0 18px; font-size: .85rem; line-height: 1; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius, 10px); font-weight: 700; text-decoration: none; white-space: nowrap; }
.btn-navy { background: #bfdbfe; color: var(--blue-dk, #003c92); border: 2px solid #bfdbfe; }
.btn-navy:hover { background: #93c5fd; border-color: #93c5fd; color: var(--blue-dk, #003c92); }
.btn-orange { background: var(--green, #0061e8); color: #fff; border: 2px solid var(--green, #0061e8); }
.btn-orange:hover { background: var(--green-dk, #0050c0); border-color: var(--green-dk, #0050c0); color: #fff; }
.phone-icon { color: var(--blue-dk, #003c92); font-style: normal; margin-right: 4px; }
@media (max-width: 980px) { .nav-links { display: none; } }
