/* Paul Nogueira Business Financial Health Check v3.4.0 */

/* WordPress-safe wrapper and element reset. */
.pnbhc {
  width: min(1240px, 100%);
  margin: clamp(24px, 4vw, 48px) auto;
  color: var(--ink-900);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  container-name: pnbhc;
  container-type: inline-size;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pnbhc,
.pnbhc *,
.pnbhc *::before,
.pnbhc *::after { box-sizing: border-box; }
.pnbhc h1,
.pnbhc h2,
.pnbhc h3,
.pnbhc p,
.pnbhc ul,
.pnbhc ol,
.pnbhc fieldset { text-transform: none; }
.pnbhc button,
.pnbhc input,
.pnbhc summary { font: inherit; }
.pnbhc button { margin: 0; appearance: none; -webkit-appearance: none; letter-spacing: normal; text-transform: none; }
.pnbhc fieldset { min-width: 0; }
.pnbhc svg { display: block; }
.pnbhc .fhc-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.pnbhc .fhc-secondary:disabled {
  cursor: not-allowed;
  opacity: .45;
  transform: none;
}
.pnbhc .fhc-result__fineprint a {
  color: var(--blue-700);
  font-weight: 700;
  text-underline-offset: 3px;
}

.pnbhc {
color-scheme: light;
  --navy-950: #071c2b;
  --navy-900: #0b2639;
  --navy-800: #12354b;
  --blue-700: #145f96;
  --blue-600: #1874b8;
  --blue-100: #e9f3fa;
  --blue-050: #f4f9fc;
  --ink-900: #142330;
  --ink-700: #405160;
  --ink-600: #5d6d79;
  --ink-500: #74828d;
  --line: #d8e1e8;
  --line-strong: #bccbd6;
  --surface: #ffffff;
  --surface-soft: #f5f7f9;
  --surface-blue: #edf5fa;
  --green: #147a56;
  --green-soft: #e9f7f1;
  --amber: #a45b09;
  --amber-soft: #fff5e6;
  --red: #b43434;
  --red-soft: #fff0f0;
  --shadow-lg: 0 28px 70px rgba(7, 28, 43, .14);
  --shadow-md: 0 16px 36px rgba(7, 28, 43, .09);
}

.pnbhc * {
box-sizing: border-box;
}

.pnbhc button,
.pnbhc input,
.pnbhc summary {
font: inherit;
}

.pnbhc a {
color: inherit;
}

.pnbhc button,
.pnbhc a,
.pnbhc summary,
.pnbhc label {
-webkit-tap-highlight-color: transparent;
}

.pnbhc button:focus-visible,
.pnbhc a:focus-visible,
.pnbhc input:focus-visible,
.pnbhc summary:focus-visible {
outline: 3px solid rgba(24, 116, 184, .42);
  outline-offset: 3px;
}

.pnbhc [hidden] {
display: none !important;
}

.pnbhc .fhc {
overflow: hidden;
  border: 1px solid rgba(188, 203, 214, .78);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

/* ---------- Start screen ---------- */

.pnbhc .fhc-start {
display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(420px, .93fr);
  min-height: 720px;
}

.pnbhc .fhc-intro {
position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(46px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(75, 164, 219, .23), transparent 17rem),
    radial-gradient(circle at 15% 100%, rgba(24, 116, 184, .20), transparent 22rem),
    linear-gradient(145deg, var(--navy-950), var(--navy-800));
}

.pnbhc .fhc-intro::after {
content: "";
  position: absolute;
  right: -110px;
  bottom: -155px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 56px rgba(255,255,255,.025),
    0 0 0 112px rgba(255,255,255,.018);
  pointer-events: none;
}

.pnbhc .fhc-intro__top,
.pnbhc .fhc-intro__content,
.pnbhc .fhc-intro__footer {
position: relative; z-index: 1;
}

.pnbhc .fhc-intro__top {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(54px, 7vw, 88px);
}

.pnbhc .fhc-wordmark {
display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .025em;
}

.pnbhc .fhc-wordmark__mark {
display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  background: rgba(255,255,255,.09);
  font-size: 13px;
  font-weight: 850;
}

.pnbhc .fhc-top-link {
color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.pnbhc .fhc-top-link:hover {
color: #fff; text-decoration: underline; text-underline-offset: 4px;
}

.pnbhc .fhc-kicker {
display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 6px 11px;
  border: 1px solid rgba(151, 211, 246, .28);
  border-radius: 999px;
  color: #cce9fa;
  background: rgba(20, 95, 150, .18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pnbhc .fhc-intro h1 {
max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(43px, 5.1vw, 66px);
  font-weight: 735;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.pnbhc .fhc-intro__lead {
max-width: 650px;
  margin: 24px 0 0;
  color: rgba(240,247,251,.80);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.58;
}

.pnbhc .fhc-facts {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 700px;
  margin: 38px 0 0;
}

.pnbhc .fhc-fact {
min-width: 0;
  padding: 15px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(8px);
}

.pnbhc .fhc-fact strong {
display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.pnbhc .fhc-fact span {
display: block;
  margin-top: 4px;
  color: rgba(233,243,249,.63);
  font-size: 12px;
  line-height: 1.35;
}

.pnbhc .fhc-intro__footer {
display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: auto;
  padding-top: 48px;
  color: rgba(236,245,250,.76);
  font-size: 13px;
  line-height: 1.55;
}

.pnbhc .fhc-intro__footer svg {
flex: 0 0 auto; margin-top: 1px;
}

.pnbhc .fhc-intro__footer strong {
color: #fff;
}

.pnbhc .fhc-intro__footer a {
color: #fff;
  font-weight: 750;
  text-underline-offset: 3px;
}

.pnbhc .fhc-start-panel {
display: flex;
  align-items: center;
  padding: clamp(34px, 4.5vw, 64px);
  background: #fff;
}

.pnbhc .fhc-start-card {
width: 100%;
}

.pnbhc .fhc-panel-label {
display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pnbhc .fhc-panel-label::before {
content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-600);
  box-shadow: 0 0 0 5px var(--blue-100);
}

.pnbhc .fhc-start-card h2 {
margin: 0;
  color: var(--ink-900);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 735;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.pnbhc .fhc-start-card__intro {
margin: 14px 0 0;
  color: var(--ink-600);
  font-size: 15px;
  line-height: 1.65;
}

.pnbhc .fhc-checks {
display: grid;
  gap: 13px;
  margin: 26px 0 24px;
  padding: 0;
  list-style: none;
}

.pnbhc .fhc-checks li {
display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  color: var(--ink-700);
  font-size: 14px;
  line-height: 1.48;
}

.pnbhc .fhc-checks__icon {
display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  color: var(--blue-700);
  background: var(--blue-100);
}

.pnbhc .fhc-checks strong {
color: var(--ink-900);
}

.pnbhc .fhc-disclosure {
margin: 0 0 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pnbhc .fhc-disclosure summary {
position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 2px;
  color: var(--ink-900);
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.pnbhc .fhc-disclosure summary::-webkit-details-marker {
display: none;
}

.pnbhc .fhc-disclosure summary::after {
content: "+";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 18px;
  font-weight: 500;
}

.pnbhc .fhc-disclosure[open] summary::after {
content: "−";
}

.pnbhc .fhc-disclosure__body {
max-height: 260px;
  overflow: auto;
  margin: 0 0 16px;
  padding: 0 14px 2px 2px;
  color: var(--ink-600);
  font-size: 12.5px;
  line-height: 1.62;
  scrollbar-width: thin;
}

.pnbhc .fhc-disclosure__body p {
margin: 0 0 11px;
}

.pnbhc .fhc-disclosure__body strong {
color: var(--ink-900);
}

.pnbhc .fhc-confirm {
position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: var(--ink-700);
  background: var(--surface-soft);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
  transition: .18s ease;
}

.pnbhc .fhc-confirm:hover {
border-color: #8fb0c7; background: var(--blue-050);
}

.pnbhc .fhc-confirm:has(input:checked) {
border-color: rgba(20,95,150,.58); background: var(--surface-blue);
}

.pnbhc .fhc-confirm input {
width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--blue-700);
}

.pnbhc .fhc-primary,
.pnbhc .fhc-secondary,
.pnbhc .fhc-ghost {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

.pnbhc .fhc-primary {
border: 1px solid var(--navy-900);
  color: #fff;
  background: var(--navy-900);
  box-shadow: 0 9px 20px rgba(11, 38, 57, .18);
}

.pnbhc .fhc-primary:hover {
background: #071f30; transform: translateY(-1px); box-shadow: 0 12px 24px rgba(11,38,57,.22);
}

.pnbhc .fhc-primary:active {
transform: translateY(0);
}

.pnbhc .fhc-primary--wide {
width: 100%;
}

.pnbhc .fhc-secondary {
border: 1px solid var(--line-strong);
  color: var(--navy-900);
  background: #fff;
}

.pnbhc .fhc-secondary:hover {
border-color: #8da7b9; background: var(--surface-soft);
}

.pnbhc .fhc-ghost {
min-height: 44px;
  padding-inline: 10px;
  border: 0;
  color: var(--ink-600);
  background: transparent;
}

.pnbhc .fhc-ghost:hover {
color: var(--navy-900); background: var(--surface-soft);
}

.pnbhc .fhc-start-card__note {
margin: 12px 0 0;
  color: var(--ink-500);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.pnbhc .fhc-error {
min-height: 20px;
  margin: 0 0 10px;
  color: var(--red);
  font-size: 12.5px;
  font-weight: 700;
}

/* ---------- Assessment screen ---------- */

.pnbhc .fhc-assessment {
display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 690px;
}

.pnbhc .fhc-rail {
display: flex;
  flex-direction: column;
  padding: 38px 28px 30px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 139, 196, .22), transparent 16rem),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
}

.pnbhc .fhc-rail__brand {
margin-bottom: 48px;
}

.pnbhc .fhc-rail > .fhc-rail__count:first-child {
  margin-top: 4px;
}

.pnbhc .fhc-rail__count {
margin: 0;
  color: #cde6f5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pnbhc .fhc-rail__number {
display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 7px 0 15px;
}

.pnbhc .fhc-rail__number strong {
color: #fff;
  font-size: 38px;
  font-weight: 730;
  letter-spacing: -.04em;
  line-height: 1;
}

.pnbhc .fhc-rail__number span {
color: rgba(255,255,255,.53); font-size: 14px;
}

.pnbhc .fhc-progress {
display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
  margin-bottom: 36px;
}

.pnbhc .fhc-progress span {
height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.17);
}

.pnbhc .fhc-progress span.is-done {
background: #77c0ed;
}

.pnbhc .fhc-progress span.is-current {
background: #fff;
}

.pnbhc .fhc-sections {
display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pnbhc .fhc-section {
display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 9px 8px;
  border-radius: 9px;
  color: rgba(232,243,249,.52);
  font-size: 12.5px;
  line-height: 1.35;
}

.pnbhc .fhc-section__dot {
display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: rgba(255,255,255,.55);
  font-size: 10px;
  font-weight: 800;
}

.pnbhc .fhc-section.is-current {
color: #fff; background: rgba(255,255,255,.08);
}

.pnbhc .fhc-section.is-current .fhc-section__dot {
border-color: #fff; color: var(--navy-900); background: #fff;
}

.pnbhc .fhc-section.is-complete {
color: rgba(232,243,249,.78);
}

.pnbhc .fhc-section.is-complete .fhc-section__dot {
border-color: #63b2e4; color: #071c2b; background: #75c3ee;
}

.pnbhc .fhc-rail__bottom {
margin-top: auto;
  padding-top: 34px;
  color: rgba(232,243,249,.59);
  font-size: 11.5px;
  line-height: 1.5;
}

.pnbhc .fhc-rail__bottom strong {
color: rgba(255,255,255,.9);
}

.pnbhc .fhc-rail__bottom a {
color: #fff; font-weight: 700; text-underline-offset: 3px;
}

.pnbhc .fhc-question-panel {
display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(38px, 5vw, 68px);
  background: #fff;
}

.pnbhc .fhc-mobile-progress {
display: none;
}

.pnbhc .fhc-question__top {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(50px, 7vw, 82px);
}

.pnbhc .fhc-question__area {
margin: 0;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.pnbhc .fhc-question__privacy {
display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink-500);
  font-size: 12px;
}

.pnbhc .fhc-question h2 {
max-width: 800px;
  margin: 0;
  color: var(--ink-900);
  font-size: clamp(31px, 3.45vw, 46px);
  font-weight: 710;
  letter-spacing: -.04em;
  line-height: 1.13;
}

.pnbhc .fhc-question__hint {
margin: 17px 0 0;
  color: var(--ink-600);
  font-size: 14px;
  line-height: 1.55;
}

.pnbhc .fhc-options {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 38px 0 0;
  padding: 0;
  border: 0;
}

.pnbhc .fhc-option {
position: relative; display: block;
}

.pnbhc .fhc-option input {
position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pnbhc .fhc-option__content {
position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 100px;
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  transition: .17s ease;
}

.pnbhc .fhc-option__icon {
display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink-500);
  background: var(--surface-soft);
  font-size: 15px;
  font-weight: 850;
}

.pnbhc .fhc-option__copy strong {
display: block;
  color: var(--ink-900);
  font-size: 18px;
  line-height: 1.2;
}

.pnbhc .fhc-option__copy span {
display: block;
  margin-top: 5px;
  color: var(--ink-500);
  font-size: 12px;
  line-height: 1.35;
}

.pnbhc .fhc-option:hover .fhc-option__content {
border-color: #8ea9bc; background: var(--blue-050); transform: translateY(-1px);
}

.pnbhc .fhc-option input:checked + .fhc-option__content {
border: 2px solid var(--blue-700);
  padding: 21px;
  background: var(--surface-blue);
  box-shadow: 0 0 0 4px rgba(20,95,150,.09);
}

.pnbhc .fhc-option input:checked + .fhc-option__content .fhc-option__icon {
border-color: var(--blue-700);
  color: #fff;
  background: var(--blue-700);
}

.pnbhc .fhc-option input:focus-visible + .fhc-option__content {
outline: 3px solid rgba(24,116,184,.42);
  outline-offset: 3px;
}

.pnbhc .fhc-question__message {
min-height: 22px;
  margin: 14px 0 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 750;
}

.pnbhc .fhc-question__footer {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 46px;
}

.pnbhc .fhc-question__footer .fhc-primary {
min-width: 164px;
}

.pnbhc .fhc-question__footer .fhc-secondary {
min-width: 118px;
}

/* ---------- Results ---------- */

.pnbhc .fhc-result {
background: #fff;
}

.pnbhc .fhc-result__header {
display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(42px, 5vw, 66px);
  color: #fff;
  background:
    radial-gradient(circle at 95% 0%, rgba(67, 162, 220, .22), transparent 18rem),
    linear-gradient(140deg, var(--navy-950), var(--navy-800));
}

.pnbhc .fhc-result__eyebrow {
margin: 0 0 12px;
  color: #b9dcf1;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pnbhc .fhc-result__header h2 {
max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(35px, 4vw, 52px);
  font-weight: 710;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.pnbhc .fhc-result__header p:last-child {
max-width: 780px;
  margin: 17px 0 0;
  color: rgba(238,247,252,.75);
  font-size: 16px;
  line-height: 1.58;
}

.pnbhc .fhc-status {
display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}

.pnbhc .fhc-status__inner {
display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  color: #fff;
  background: var(--amber);
  box-shadow: 0 0 0 12px rgba(255,255,255,.075);
  font-size: 38px;
  font-weight: 800;
}

.pnbhc .fhc-result[data-result="green"] .fhc-status__inner {
background: var(--green);
}

.pnbhc .fhc-result[data-result="red"] .fhc-status__inner {
background: var(--red);
}

.pnbhc .fhc-result__body {
padding: clamp(34px, 5vw, 62px);
}

.pnbhc .fhc-result-grid {
display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 24px;
}

.pnbhc .fhc-result-card {
padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.pnbhc .fhc-result-card--soft {
background: var(--surface-soft);
}

.pnbhc .fhc-result-card__label {
margin: 0 0 10px;
  color: var(--blue-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.pnbhc .fhc-result-card h3 {
margin: 0;
  color: var(--ink-900);
  font-size: 25px;
  font-weight: 720;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.pnbhc .fhc-result-card p {
margin: 13px 0 0;
  color: var(--ink-600);
  font-size: 14px;
  line-height: 1.65;
}

.pnbhc .fhc-contact-card {
padding: 28px;
  border-radius: 16px;
  color: #fff;
  background: var(--navy-900);
  box-shadow: var(--shadow-md);
}

.pnbhc .fhc-contact-card__label {
margin: 0 0 10px;
  color: #b9dcf1;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pnbhc .fhc-contact-card h3 {
margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 720;
  letter-spacing: -.025em;
}

.pnbhc .fhc-contact-card p {
margin: 12px 0 23px;
  color: rgba(238,247,252,.72);
  font-size: 14px;
  line-height: 1.58;
}

.pnbhc .fhc-contact-card__actions {
display: grid; gap: 10px;
}

.pnbhc .fhc-contact-card .fhc-primary {
color: var(--navy-900); border-color: #fff; background: #fff; box-shadow: none;
}

.pnbhc .fhc-contact-card .fhc-primary:hover {
background: #edf5fa;
}

.pnbhc .fhc-contact-card .fhc-secondary {
color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06);
}

.pnbhc .fhc-contact-card .fhc-secondary:hover {
background: rgba(255,255,255,.11);
}

.pnbhc .fhc-deadline {
display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  margin: 24px 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(180,52,52,.28);
  border-radius: 15px;
  background: var(--red-soft);
}

.pnbhc .fhc-deadline__icon {
display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #fff;
  background: var(--red);
  font-weight: 850;
}

.pnbhc .fhc-deadline h3 {
margin: 0; color: #7d2222; font-size: 17px;
}

.pnbhc .fhc-deadline p {
margin: 7px 0 0; color: #7f4545; font-size: 13px; line-height: 1.58;
}

.pnbhc .fhc-result__foot {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.pnbhc .fhc-answer-review {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.pnbhc .fhc-answer-review > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: var(--ink-900);
  cursor: pointer;
  list-style: none;
}

.pnbhc .fhc-answer-review > summary::-webkit-details-marker {
  display: none;
}

.pnbhc .fhc-answer-review > summary strong,
.pnbhc .fhc-answer-review > summary small {
  display: block;
}

.pnbhc .fhc-answer-review > summary strong {
  font-size: 17px;
}

.pnbhc .fhc-answer-review > summary small {
  margin-top: 4px;
  color: var(--ink-600);
  font-size: 13px;
}

.pnbhc .fhc-answer-review__toggle::before {
  content: '+';
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--blue-700);
  background: var(--surface-soft);
  font-size: 22px;
  font-weight: 700;
}

.pnbhc .fhc-answer-review[open] .fhc-answer-review__toggle::before {
  content: '\2212';
}

.pnbhc .fhc-answer-review__content {
  padding: 4px 22px 22px;
  border-top: 1px solid var(--line);
}

.pnbhc .fhc-answer-group h3 {
  margin: 22px 0 8px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.pnbhc .fhc-answer-group ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pnbhc .fhc-answer-group li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.pnbhc .fhc-answer-group li.is-warning {
  margin: 0 -10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
  background: #fff8eb;
}

.pnbhc .fhc-result[data-result="red"] .fhc-answer-group li.is-warning {
  background: var(--red-soft);
}

.pnbhc .fhc-answer-group li p {
  margin: 0;
  color: var(--ink-600);
  font-size: 13px;
  line-height: 1.5;
}

.pnbhc .fhc-answer-row__actions {
  display: flex;
  align-items: center;
}

.pnbhc .fhc-answer-badge {
  min-width: 46px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--ink-600);
  background: var(--surface-soft);
  font-size: 12px;
  text-align: center;
}

.pnbhc .fhc-answer-badge.is-warning {
  color: #714b00;
  background: #ffe7b5;
}

.pnbhc .fhc-result[data-result="red"] .fhc-answer-badge.is-warning {
  color: #7d2222;
  background: #f6cfd1;
}

@media (max-width: 720px) {
  .pnbhc .fhc-answer-review > summary {
    padding: 17px 16px;
  }
  .pnbhc .fhc-answer-review__content {
    padding: 2px 16px 18px;
  }
  .pnbhc .fhc-answer-group li {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .pnbhc .fhc-answer-row__actions {
    justify-content: flex-start;
  }
}

.pnbhc .fhc-result__fineprint {
max-width: 760px;
  margin: 0;
  color: var(--ink-500);
  font-size: 11.5px;
  line-height: 1.55;
}

.pnbhc .fhc-result__notice {
  max-width: 820px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink-600);
  background: var(--surface-soft);
  font-size: 12.5px;
  line-height: 1.58;
}

.pnbhc .fhc-result__notice p {
  margin: 0;
}

.pnbhc .fhc-result__notice p + p {
  margin-top: 7px;
}

.pnbhc .fhc-result__notice strong {
  color: var(--ink-900);
}

.pnbhc .fhc-result__notice a {
  color: var(--blue-700);
  font-weight: 750;
  text-underline-offset: 3px;
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .pnbhc .fhc-start {
grid-template-columns: 1fr;
  }

  .pnbhc .fhc-intro {
min-height: 520px;
  }

  .pnbhc .fhc-intro__top {
margin-bottom: 54px;
  }

  .pnbhc .fhc-start-panel {
padding: 44px;
  }

  .pnbhc .fhc-assessment {
grid-template-columns: 210px minmax(0,1fr);
  }

  .pnbhc .fhc-rail {
padding-inline: 20px;
  }

  .pnbhc .fhc-question-panel {
padding: 42px;
  }

  .pnbhc .fhc-result-grid {
grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pnbhc .fhc {
border: 0; border-radius: 0; box-shadow: none;
  }

  .pnbhc .fhc-start {
min-height: 100vh;
  }

  .pnbhc .fhc-intro {
min-height: auto; padding: 30px 22px 36px;
  }

  .pnbhc .fhc-intro__top {
margin-bottom: 48px;
  }

  .pnbhc .fhc-top-link {
font-size: 12px;
  }

  .pnbhc .fhc-intro h1 {
font-size: clamp(39px, 12.5vw, 54px);
  }

  .pnbhc .fhc-intro__lead {
font-size: 16px;
  }

  .pnbhc .fhc-facts {
grid-template-columns: 1fr; gap: 8px; margin-top: 28px;
  }

  .pnbhc .fhc-fact {
display: grid; grid-template-columns: 105px 1fr; gap: 8px; padding: 12px 13px;
  }

  .pnbhc .fhc-fact span {
margin-top: 1px;
  }

  .pnbhc .fhc-intro__footer {
padding-top: 32px;
  }

  .pnbhc .fhc-start-panel {
padding: 34px 22px 40px;
  }

  .pnbhc .fhc-start-card h2 {
font-size: 30px;
  }

  .pnbhc .fhc-assessment {
display: block; min-height: 100vh;
  }

  .pnbhc .fhc-rail {
display: none;
  }

  .pnbhc .fhc-question-panel {
min-height: 100vh; padding: 26px 20px 24px;
  }

  .pnbhc .fhc-mobile-progress {
display: block; margin-bottom: 42px;
  }

  .pnbhc .fhc-mobile-progress__row {
display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px;
  }

  .pnbhc .fhc-mobile-progress__row strong {
color: var(--navy-900); font-size: 13px;
  }

  .pnbhc .fhc-mobile-progress__row span {
color: var(--ink-500); font-size: 12px;
  }

  .pnbhc .fhc-mobile-progress .fhc-progress {
margin: 0;
  }

  .pnbhc .fhc-progress span {
background: #dce6ec;
  }

  .pnbhc .fhc-progress span.is-done {
background: #75b8df;
  }

  .pnbhc .fhc-progress span.is-current {
background: var(--navy-900);
  }

  .pnbhc .fhc-question__top {
margin-bottom: 28px;
  }

  .pnbhc .fhc-question__privacy {
display: none;
  }

  .pnbhc .fhc-question h2 {
font-size: clamp(29px, 8vw, 38px);
  }

  .pnbhc .fhc-options {
grid-template-columns: 1fr; gap: 11px; margin-top: 28px;
  }

  .pnbhc .fhc-option__content {
min-height: 84px; padding: 17px;
  }

  .pnbhc .fhc-option input:checked + .fhc-option__content {
padding: 16px;
  }

  .pnbhc .fhc-question__footer {
position: sticky; bottom: 0; z-index: 3; margin: auto -20px -24px; padding: 15px 20px calc(15px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  }

  .pnbhc .fhc-question__footer .fhc-primary {
min-width: 0; flex: 1;
  }

  .pnbhc .fhc-question__footer .fhc-secondary {
min-width: 106px;
  }

  .pnbhc .fhc-result__header {
grid-template-columns: 1fr; padding: 38px 22px;
  }

  .pnbhc .fhc-status {
width: 100px; height: 100px;
  }

  .pnbhc .fhc-status__inner {
width: 68px; height: 68px; font-size: 28px;
  }

  .pnbhc .fhc-result__body {
padding: 28px 20px 36px;
  }

  .pnbhc .fhc-result-card,
  .pnbhc .fhc-contact-card {
padding: 23px 20px;
  }

  .pnbhc .fhc-result__foot {
align-items: stretch; flex-direction: column;
  }

  .pnbhc .fhc-result__foot .fhc-secondary {
width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pnbhc *,
  .pnbhc *::before,
  .pnbhc *::after {
scroll-behavior: auto !important; transition: none !important;
  }
}

@media (max-width: 720px) {
  .pnbhc { width: 100%; margin: 0 auto; }
}

/* Respond to the actual shortcode width as well as the viewport width. */
@container pnbhc (max-width: 980px) {
.pnbhc .fhc-start {
grid-template-columns: 1fr;
  }

  .pnbhc .fhc-intro {
min-height: 520px;
  }

  .pnbhc .fhc-intro__top {
margin-bottom: 54px;
  }

  .pnbhc .fhc-start-panel {
padding: 44px;
  }

  .pnbhc .fhc-assessment {
grid-template-columns: 210px minmax(0,1fr);
  }

  .pnbhc .fhc-rail {
padding-inline: 20px;
  }

  .pnbhc .fhc-question-panel {
padding: 42px;
  }

  .pnbhc .fhc-result-grid {
grid-template-columns: 1fr;
  }
}

@container pnbhc (max-width: 720px) {
.pnbhc .fhc {
border: 0; border-radius: 0; box-shadow: none;
  }

  .pnbhc .fhc-start {
min-height: 100vh;
  }

  .pnbhc .fhc-intro {
min-height: auto; padding: 30px 22px 36px;
  }

  .pnbhc .fhc-intro__top {
margin-bottom: 48px;
  }

  .pnbhc .fhc-top-link {
font-size: 12px;
  }

  .pnbhc .fhc-intro h1 {
font-size: clamp(39px, 12.5vw, 54px);
  }

  .pnbhc .fhc-intro__lead {
font-size: 16px;
  }

  .pnbhc .fhc-facts {
grid-template-columns: 1fr; gap: 8px; margin-top: 28px;
  }

  .pnbhc .fhc-fact {
display: grid; grid-template-columns: 105px 1fr; gap: 8px; padding: 12px 13px;
  }

  .pnbhc .fhc-fact span {
margin-top: 1px;
  }

  .pnbhc .fhc-intro__footer {
padding-top: 32px;
  }

  .pnbhc .fhc-start-panel {
padding: 34px 22px 40px;
  }

  .pnbhc .fhc-start-card h2 {
font-size: 30px;
  }

  .pnbhc .fhc-assessment {
display: block; min-height: 100vh;
  }

  .pnbhc .fhc-rail {
display: none;
  }

  .pnbhc .fhc-question-panel {
min-height: 100vh; padding: 26px 20px 24px;
  }

  .pnbhc .fhc-mobile-progress {
display: block; margin-bottom: 42px;
  }

  .pnbhc .fhc-mobile-progress__row {
display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px;
  }

  .pnbhc .fhc-mobile-progress__row strong {
color: var(--navy-900); font-size: 13px;
  }

  .pnbhc .fhc-mobile-progress__row span {
color: var(--ink-500); font-size: 12px;
  }

  .pnbhc .fhc-mobile-progress .fhc-progress {
margin: 0;
  }

  .pnbhc .fhc-progress span {
background: #dce6ec;
  }

  .pnbhc .fhc-progress span.is-done {
background: #75b8df;
  }

  .pnbhc .fhc-progress span.is-current {
background: var(--navy-900);
  }

  .pnbhc .fhc-question__top {
margin-bottom: 28px;
  }

  .pnbhc .fhc-question__privacy {
display: none;
  }

  .pnbhc .fhc-question h2 {
font-size: clamp(29px, 8vw, 38px);
  }

  .pnbhc .fhc-options {
grid-template-columns: 1fr; gap: 11px; margin-top: 28px;
  }

  .pnbhc .fhc-option__content {
min-height: 84px; padding: 17px;
  }

  .pnbhc .fhc-option input:checked + .fhc-option__content {
padding: 16px;
  }

  .pnbhc .fhc-question__footer {
position: sticky; bottom: 0; z-index: 3; margin: auto -20px -24px; padding: 15px 20px calc(15px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  }

  .pnbhc .fhc-question__footer .fhc-primary {
min-width: 0; flex: 1;
  }

  .pnbhc .fhc-question__footer .fhc-secondary {
min-width: 106px;
  }

  .pnbhc .fhc-result__header {
grid-template-columns: 1fr; padding: 38px 22px;
  }

  .pnbhc .fhc-status {
width: 100px; height: 100px;
  }

  .pnbhc .fhc-status__inner {
width: 68px; height: 68px; font-size: 28px;
  }

  .pnbhc .fhc-result__body {
padding: 28px 20px 36px;
  }

  .pnbhc .fhc-result-card,
  .pnbhc .fhc-contact-card {
padding: 23px 20px;
  }

  .pnbhc .fhc-result__foot {
align-items: stretch; flex-direction: column;
  }

  .pnbhc .fhc-result__foot .fhc-secondary {
width: 100%;
  }
}

@container pnbhc (max-width: 720px) {
.pnbhc { width: 100%; margin: 0 auto; }
}

/* Cover and urgent-warning refinements. */
.pnbhc .fhc-top-context {
  color: rgba(255,255,255,.66);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .025em;
}

.pnbhc .fhc-intro__top {
  justify-content: flex-end;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.pnbhc .fhc-intro__footer {
  display: block;
  margin-top: auto;
  padding-top: 32px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.pnbhc .fhc-urgent-warning {
  position: relative;
  overflow: hidden;
  padding: 19px 20px 18px 22px;
  border: 1px solid rgba(255, 185, 190, .88);
  border-left: 5px solid #b4232c;
  border-radius: 13px;
  background: #fff3f3;
  box-shadow: 0 14px 30px rgba(2, 17, 28, .24);
}

.pnbhc .fhc-urgent-warning::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -74px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(180, 35, 44, .055);
  pointer-events: none;
}

.pnbhc .fhc-urgent-warning__label {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #9f1f27;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .095em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pnbhc .fhc-urgent-warning p:not(.fhc-urgent-warning__label) {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #54272b;
  font-size: 13.5px;
  line-height: 1.53;
}

.pnbhc .fhc-urgent-warning p + p {
  margin-top: 7px;
}

.pnbhc .fhc-urgent-warning strong {
  color: #371b1e;
  font-weight: 800;
}

.pnbhc .fhc-urgent-warning__final {
  padding-top: 1px;
}

.pnbhc .fhc-urgent-warning__contacts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 15px;
}

.pnbhc .fhc-urgent-warning__contacts a {
  display: block;
  min-width: 0;
  padding: 10px 12px 11px;
  border: 1px solid #dfb2b5;
  border-radius: 9px;
  color: #4f2529;
  background: rgba(255,255,255,.86);
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.pnbhc .fhc-urgent-warning__contacts a:hover {
  border-color: #bd6268;
  background: #fff;
  transform: translateY(-1px);
}

.pnbhc .fhc-urgent-warning__contacts span {
  display: block;
  margin-bottom: 2px;
  color: #9f1f27;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pnbhc .fhc-urgent-warning__contacts strong {
  display: block;
  overflow-wrap: anywhere;
  color: #172936;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.25;
}

/* Keep action labels clean and consistent: no decorative arrows. */
.pnbhc .fhc-primary,
.pnbhc .fhc-secondary {
  gap: 0;
}

@media (max-width: 720px) {
  .pnbhc .fhc-intro__top {
    align-items: flex-start;
    margin-bottom: 42px;
  }

  .pnbhc .fhc-top-context {
    max-width: 92px;
    text-align: right;
  }

  .pnbhc .fhc-intro__footer {
    padding-top: 28px;
  }

  .pnbhc .fhc-urgent-warning {
    padding: 17px 16px 16px 18px;
  }

  .pnbhc .fhc-urgent-warning p:not(.fhc-urgent-warning__label) {
    font-size: 13px;
  }

  .pnbhc .fhc-urgent-warning__contacts {
    grid-template-columns: 1fr;
  }
}

@container pnbhc (max-width: 720px) {
  .pnbhc .fhc-intro__top {
    align-items: flex-start;
    margin-bottom: 42px;
  }

  .pnbhc .fhc-top-context {
    max-width: 92px;
    text-align: right;
  }

  .pnbhc .fhc-intro__footer {
    padding-top: 28px;
  }

  .pnbhc .fhc-urgent-warning {
    padding: 17px 16px 16px 18px;
  }

  .pnbhc .fhc-urgent-warning p:not(.fhc-urgent-warning__label) {
    font-size: 13px;
  }

  .pnbhc .fhc-urgent-warning__contacts {
    grid-template-columns: 1fr;
  }
}

/* Single contact-page action. */
.pnbhc .fhc-urgent-warning__contacts {
  grid-template-columns: 1fr;
}
.pnbhc .fhc-urgent-warning__contacts a {
  padding: 12px 14px 13px;
}
.pnbhc .fhc-contact-card__actions .fhc-primary {
  width: 100%;
}

/* Integrated urgent warning and question-page refinements. */
.pnbhc .fhc-urgent-warning {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-left: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #7a2029 0%, #5c1820 100%);
  box-shadow: 0 16px 34px rgba(2,17,28,.27);
}

.pnbhc .fhc-urgent-warning::after {
  content: none;
}

.pnbhc .fhc-urgent-warning__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
}

.pnbhc .fhc-urgent-warning__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  color: #7a2029;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.pnbhc .fhc-urgent-warning__label {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .095em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pnbhc .fhc-urgent-warning__body {
  padding: 15px 17px 16px;
}

.pnbhc .fhc-urgent-warning .fhc-urgent-warning__body > p,
.pnbhc .fhc-urgent-warning .fhc-urgent-warning__action-row p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 13.5px;
  line-height: 1.52;
}

.pnbhc .fhc-urgent-warning strong {
  color: #fff;
  font-weight: 800;
}

.pnbhc .fhc-urgent-warning__action-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.pnbhc .fhc-urgent-warning__action-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #681b23;
  background: #fff;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}

.pnbhc .fhc-urgent-warning__action-row a:hover {
  background: #fff1f2;
  transform: translateY(-1px);
}

.pnbhc .fhc-rail__bottom {
  color: rgba(232,243,249,.68);
}

.pnbhc .fhc-rail__bottom a {
  display: inline-block;
  margin-top: 2px;
}

@media (max-width: 720px) {
  .pnbhc .fhc-urgent-warning {
    padding: 0;
  }
  .pnbhc .fhc-urgent-warning .fhc-urgent-warning__body > p,
  .pnbhc .fhc-urgent-warning .fhc-urgent-warning__action-row p {
    font-size: 13px;
  }
  .pnbhc .fhc-urgent-warning__action-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pnbhc .fhc-urgent-warning__action-row a {
    width: 100%;
    min-height: 46px;
  }
}

@container pnbhc (max-width: 720px) {
  .pnbhc .fhc-urgent-warning {
    padding: 0;
  }
  .pnbhc .fhc-urgent-warning .fhc-urgent-warning__body > p,
  .pnbhc .fhc-urgent-warning .fhc-urgent-warning__action-row p {
    font-size: 13px;
  }
  .pnbhc .fhc-urgent-warning__action-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pnbhc .fhc-urgent-warning__action-row a {
    width: 100%;
    min-height: 46px;
  }
}
