:root {
  --nwpa-ink: #183344;
  --nwpa-muted: #586b76;
  --nwpa-primary: #086778;
  --nwpa-border: #dce5e8;
  --nwpa-surface: #f3f7f7;
  --bs-primary: #086778;
  --bs-primary-rgb: 8, 103, 120;
  --bs-link-color: #086778;
  --bs-link-hover-color: #034653;
  --bs-body-font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --bs-body-color: #183344;
}
html { min-height: 100%; font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; background: #fff; font-family: var(--bs-body-font-family); line-height: 1.7; -webkit-font-smoothing: antialiased; }
body > .container-fluid { flex: 1; }
::selection { background: #c7e9e5; color: #183344; }
h1, h2, h3, h4, .h2, .h4, .h5 { color: var(--nwpa-ink); font-weight: 650; line-height: 1.22; letter-spacing: -.025em; text-wrap: balance; }
h1, .section h2:not([class*="h"]) { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); margin-bottom: 1.25rem; }
.section h2:not([class*="h"]) { font-size: clamp(1.9rem, 3.4vw, 2.75rem); }
h2.h5 { font-size: 1.125rem; padding-bottom: .8rem; border-bottom: 1px solid var(--nwpa-border); }
h2.h4 { font-size: 1.35rem; }
p { margin-bottom: 1.15rem; }
a { text-underline-offset: .22em; text-decoration-thickness: 1px; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #168a9c; outline-offset: 4px; }
.text-muted, .text-secondary { color: var(--nwpa-muted) !important; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.23rem); font-weight: 400; line-height: 1.8; }
.small, small { font-size: .875rem; }
.eyebrow { margin-bottom: 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section-tint { background: var(--nwpa-surface); }
.section p:not(.eyebrow):not(.small) { max-width: 72ch; }
body > header { position: sticky; top: 0; z-index: 1030; }
.navbar { padding: 1rem 0; transition: box-shadow .2s ease; }
.navbar.is-scrolled { box-shadow: 0 6px 24px #18334412 !important; }
.navbar-brand { color: var(--nwpa-ink) !important; font-size: 1.65rem; letter-spacing: -.045em; line-height: 1.1; margin-right: 1.5rem; }
.brand-subtitle { display: block; max-width: 13rem; margin-top: .4rem; color: var(--nwpa-muted); font-size: .61rem; font-weight: 500; line-height: 1.5; letter-spacing: .025em; white-space: normal; }
.nav-link { padding: .6rem .65rem !important; border-radius: .4rem; font-size: .8825rem; font-weight: 600; white-space: nowrap; transition: color .2s, background-color .2s; }
.nav-link:hover, .nav-link.is-active { color: var(--nwpa-primary) !important; background: #eaf4f3; }
.navbar-toggler { padding: .6rem; border-color: var(--nwpa-border); }
.btn { --bs-btn-font-weight: 600; --bs-btn-border-radius: .45rem; padding: .75rem 1.25rem; font-size: .92rem; line-height: 1.5; transition: background-color .2s, color .2s, box-shadow .2s, transform .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 5px 14px #18334414; }
.btn:active { transform: translateY(0); }
.btn-sm { padding: .6rem .85rem; font-size: .8rem; white-space: nowrap; }
.btn-lg { padding: .95rem 1.5rem; font-size: 1rem; }
.btn-primary { --bs-btn-bg: #086778; --bs-btn-border-color: #086778; --bs-btn-hover-bg: #054f5d; --bs-btn-hover-border-color: #054f5d; --bs-btn-active-bg: #034653; --bs-btn-active-border-color: #034653; --bs-btn-disabled-bg: #086778; --bs-btn-disabled-border-color: #086778; }
.btn-outline-primary { --bs-btn-color: #086778; --bs-btn-border-color: #086778; --bs-btn-hover-bg: #086778; --bs-btn-hover-border-color: #086778; --bs-btn-active-bg: #054f5d; --bs-btn-active-border-color: #054f5d; }
.hero-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(ellipse at 95% 0, #177b8266, transparent 60%), #103d4b; }
.hero-section::after { content: ""; position: absolute; width: 30rem; height: 30rem; right: -17rem; bottom: -20rem; border: 1px solid #ffffff29; border-radius: 50%; box-shadow: 0 0 0 4rem #ffffff05, 0 0 0 8rem #ffffff05; pointer-events: none; }
.hero-section .container { position: relative; z-index: 1; }
.hero-section h1 { max-width: 17ch; color: #fff; font-size: clamp(2.6rem, 5.1vw, 4.65rem); line-height: 1.12; letter-spacing: -.035em; }
.hero-section .eyebrow, .contact-section .eyebrow { color: #afd9d6; }
.hero-section .lead { max-width: 52ch; margin: 1.5rem 0 2rem; color: #dce8ec; }
.hero-panel { padding: 1.8rem; border: 1px solid #ffffff30; border-radius: .8rem; background: #ffffff06; }
.journey-list { margin: 0 0 1.5rem; padding: 0; list-style: none; }
.journey-list li { display: flex; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid #ffffff22; font-size: .95rem; }
.journey-list li:last-child { border-bottom: 0; }
.journey-list span { color: #a8dcd5; font-size: .75rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.hero-panel > a { font-size: .9rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; color: #c2d7dc; font-size: .82rem; }
.hero-trust strong { color: white; font-weight: 600; }
.benefit-card { height: 100%; padding: clamp(1.5rem, 3vw, 2.2rem); background: white; border: 1px solid var(--nwpa-border); border-radius: .75rem; }
.benefit-card h3 { font-size: 1.2rem; margin-bottom: .8rem; }
.benefit-card p { color: var(--nwpa-muted); }
.interactive-card { position: relative; transition: transform .25s, box-shadow .25s, border-color .25s; }
.interactive-card:hover, .interactive-card:focus-within { transform: translateY(-5px); border-color: #78b6bb; box-shadow: 0 12px 30px #1833440d; }
.interactive-card h3 a { color: inherit; text-decoration: none; }
.interactive-card p { margin-bottom: 1rem; padding-right: .5rem; }
.card-index { display: block; margin-bottom: 1.7rem; color: var(--nwpa-primary); font-size: .75rem; font-weight: 600; letter-spacing: .06em; font-variant-numeric: tabular-nums; }
.card-arrow { display: block; text-align: right; color: var(--nwpa-primary); font-size: 1.3rem; transition: transform .2s; }
.interactive-card:hover .card-arrow { transform: translate(3px, -3px); }
.steps { display: grid; gap: .5rem; }
.step { display: flex; gap: 1.25rem; padding: 1.4rem 0; border-bottom: 1px solid var(--nwpa-border); }
.step:last-child { border-bottom: 0; }
.step > span { display: grid; flex: 0 0 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; background: #e5f1ef; color: var(--nwpa-primary); font-weight: 600; }
.step h3 { margin: .15rem 0 .5rem; font-size: 1.15rem; }
.step p { margin: 0; color: var(--nwpa-muted); }
.notice { padding: 1.75rem; background: #fcf8ef; border-left: 3px solid #b5934c; border-radius: .3rem; color: #5c5546; font-size: .95rem; }
.narrow-content { max-width: 880px; }
.accordion-item { margin-bottom: .75rem; overflow: hidden; border: 1px solid var(--nwpa-border) !important; border-radius: .5rem !important; }
.accordion-button { padding: 1.4rem; font-size: 1rem; font-weight: 600; color: var(--nwpa-ink); line-height: 1.5; }
.accordion-button:not(.collapsed) { color: var(--nwpa-primary); background: #eaf4f3; box-shadow: none; }
.accordion-body { padding: 1.4rem; color: var(--nwpa-muted); }
.form-label { margin-bottom: .45rem; font-size: .88rem; font-weight: 600; }
.form-control, .form-select { min-height: 3rem; padding: .7rem .9rem; border-color: #c8d6dc; border-radius: .4rem; font-size: 1rem; line-height: 1.5; transition: border-color .2s, box-shadow .2s; }
.form-control:hover, .form-select:hover { border-color: #8ea8b3; }
.form-control:focus, .form-select:focus, .form-check-input:focus { border-color: #168a9c; box-shadow: 0 0 0 .2rem #168a9c22; }
.form-check-input:checked { background-color: var(--nwpa-primary); border-color: var(--nwpa-primary); }
.input-validation-error { border-color: #b42335; }
.field-validation-error { display: block; margin-top: .35rem; font-size: .85rem; }
.validation-summary-valid { display: none; }
.password-field { position: relative; }
.password-field input { padding-right: 4.8rem; }
.password-toggle { position: absolute; right: .35rem; top: .35rem; bottom: .35rem; border: 0; border-radius: .25rem; background: #edf5f4; color: var(--nwpa-primary); padding: 0 .65rem; font-size: .8rem; font-weight: 600; }
.password-toggle:hover { background: #dcecea; }
.table { --bs-table-color: var(--nwpa-ink); --bs-table-border-color: var(--nwpa-border); font-size: .92rem; }
.table > :not(caption) > * > * { padding: 1rem; }
.table th { font-size: .78rem; font-weight: 600; letter-spacing: .04em; background: var(--nwpa-surface); }
.contact-section { background: #103d4b; color: #dce8ec; }
.contact-section h2 { color: white; }
.footer { position: static; width: 100%; border-top: 1px solid var(--nwpa-border); font-size: .82rem; line-height: 1.8; white-space: normal; }
.footer .d-flex > span { flex: 1; }
.footer a { display: inline-block; margin: .15rem .2rem; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 1100; padding: .7rem 1rem; background: white; color: var(--nwpa-primary); border-radius: .3rem; }
.skip-link:focus { top: 1rem; }
.back-to-top { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 1020; box-shadow: 0 5px 20px #18334426; }
[data-reveal] { opacity: 1; }
.reveal-ready { opacity: 0; transform: translateY(14px); transition: opacity .5s, transform .5s; }
.reveal-ready.is-visible { opacity: 1; transform: none; }
@media (max-width: 1399.98px) { .navbar-nav { padding: 1rem 0 .25rem; align-items: stretch !important; gap: .25rem; } .navbar-nav .ms-lg-2, .navbar-nav .ms-lg-1 { margin-left: 0 !important; } .navbar-nav .btn { width: 100%; margin-top: .35rem; } }
@media (max-width: 767.98px) { .hero-panel { margin-top: .5rem; } .hero-trust { flex-direction: column; } .navbar { padding: .8rem 0; } .section { padding: 3.5rem 0; } .back-to-top { right: .75rem; bottom: .75rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } .reveal-ready { opacity: 1; transform: none; } .interactive-card:hover, .interactive-card:focus-within, .btn:hover { transform: none; } }

/* Display the supplied artwork at its original proportions, framing out its white margins. */
.brand-logo { display: inline-block; flex-shrink: 0; padding: 0; line-height: 1; border-radius: .25rem; }
.logo-frame { position: relative; display: block; width: 250px; aspect-ratio: 1650 / 610; overflow: hidden; background: #fff; }
.logo-frame img { position: absolute; display: block; width: 107.5152%; max-width: none; height: auto; left: -3.6364%; top: -22.9508%; }
.navbar .brand-logo { margin-right: 1.5rem; }
.footer .footer-brand { display: inline-block; margin: 2rem 0 0; padding: .75rem; background: white; border: 1px solid var(--nwpa-border); border-radius: .5rem; }
.footer-brand .logo-frame { width: 300px; }
@media (min-width: 1400px) { .navbar > .container { max-width: 1600px; padding-inline: 1.5rem; } .navbar .nav-link { padding-inline: .5rem !important; } }
@media (max-width: 575.98px) { .navbar .logo-frame { width: clamp(190px, 61vw, 250px); } .navbar .brand-logo { margin-right: .5rem; } .footer-brand .logo-frame { width: min(280px, 74vw); } }

.legal-feature { border-top: 3px solid var(--nwpa-primary); }
.legal-category-list { padding-left: 1.2rem; }
.legal-category-list li { margin-bottom: .45rem; }
.legal-process { list-style: none; counter-reset: legal-step; padding: 0; margin-top: 2rem; }
.legal-process > li { counter-increment: legal-step; position: relative; margin-left: 1.2rem; padding: 0 0 2rem 2.8rem; border-left: 1px solid var(--nwpa-border); }
.legal-process > li::before { content: counter(legal-step); position: absolute; left: -1.2rem; top: 0; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; color: var(--nwpa-primary); background: #e5f1ef; font-weight: 600; }
.legal-process > li:last-child { border: 0; }
.legal-process h3 { font-size: 1.1rem; padding-top: .3rem; }
.legal-faq details { padding: 1.2rem 1.4rem; margin-bottom: .75rem; border: 1px solid var(--nwpa-border); border-radius: .5rem; background: white; }
.legal-faq summary { font-weight: 600; cursor: pointer; }
.legal-faq details[open] summary { color: var(--nwpa-primary); margin-bottom: 1rem; }
.legal-member-info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 1.5rem; background: var(--nwpa-surface); border-radius: .6rem; }
.legal-member-info dt { font-size: .8rem; color: var(--nwpa-muted); }
.legal-member-info dd { margin-bottom: 0; overflow-wrap: anywhere; }
.legal-status { display: inline-block; padding: .3rem .7rem; background: #e5f1ef; border-radius: .35rem; font-size: .8rem; font-weight: 600; }
.legal-number { overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.preserve-lines { white-space: pre-wrap; overflow-wrap: anywhere; }
.policy-section { padding: 1.5rem 0; border-bottom: 1px solid var(--nwpa-border); }
.policy-editor { font-family: ui-monospace, Consolas, monospace; font-size: .9rem; line-height: 1.6; }
@media (max-width: 575.98px) { .legal-member-info { grid-template-columns: 1fr; } .legal-process > li { padding-left: 2rem; } }
@media (max-width: 575.98px) { .container > .row.g-5 { --bs-gutter-x: 1.5rem; } }
