.govx-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  top: auto;
  width: 236px;
  z-index: 1380;
  border: 1px solid rgba(184, 135, 31, 0.28);
  border-radius: 14px;
  background: #e8f0e8;
  box-shadow: 0 14px 30px rgba(13, 10, 7, 0.22);
  overflow: hidden;
}

.govx-banner__head {
  display: none;
}

.govx-banner__sponsored {
  font: 700 10px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  color: rgba(84, 67, 42, 0.78);
  text-transform: uppercase;
}

.govx-banner__body {
  display: grid;
  gap: 10px;
  padding: 10px 12px 12px;
}

.govx-banner__brand {
  margin-top: 2px;
  font: 700 14px/1.2 "DM Sans", sans-serif;
  color: #1e221b;
}

.govx-banner__copy {
  margin: 4px 0 0;
  font: 600 12px/1.4 "DM Sans", sans-serif;
  color: rgba(28, 30, 26, 0.9);
}

.govx-banner__points {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.govx-banner__points li {
  position: relative;
  padding-left: 14px;
  font: 600 11px/1.35 "DM Sans", sans-serif;
  color: rgba(34, 38, 31, 0.86);
}

.govx-banner__points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(45, 66, 50, 0.9);
}

.govx-banner__cta {
  display: inline-flex;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(35, 51, 39, 0.9);
  color: #f0f4ef;
  font: 700 13px/34px "DM Sans", sans-serif;
  padding: 0 10px;
}

.govx-banner__img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.14);
  transform-origin: center;
  border-radius: 10px;
  border: 1px solid rgba(62, 86, 66, 0.2);
}

@media (max-width: 1260px) {
  .govx-banner {
    left: 8px;
    width: 214px;
  }
}

@media (max-width: 1080px) {
  .govx-banner {
    display: none;
  }
}

/* ── Premium page identity banner + nav progress ──────────────────────── */
.pcc-page .identity-banner {
  width: 100%;
  background: #1a1208;
  padding: 80px 24px 24px; /* 60px topnav height + 20px breathing room */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.pcc-page .identity-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.pcc-page .identity-banner__eyebrow {
  font: 700 0.65rem/1 'JetBrains Mono', monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.6);
}
.pcc-page .identity-banner__title {
  font: 700 1.5rem/1.2 'Playfair Display', serif;
  color: #C9A84C;
}
.pcc-page .identity-banner__sub {
  font: 400 0.9rem/1.5 'DM Sans', sans-serif;
  color: rgba(244, 241, 235, 0.75);
  max-width: 480px;
}
.pcc-page .identity-banner__tiers {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
}
.pcc-page .identity-tier {
  font: 600 0.7rem/1 'JetBrains Mono', monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: rgba(201, 168, 76, 0.4);
}
.pcc-page .identity-tier.is-active {
  background: rgba(201, 168, 76, 0.12);
  border-color: #C9A84C;
  color: #C9A84C;
}
.pcc-page .identity-tier.is-done {
  color: rgba(201, 168, 76, 0.3);
  text-decoration: line-through;
}
.pcc-page .identity-tier__arrow {
  color: rgba(201, 168, 76, 0.3);
  font-size: 0.8rem;
}

/* ── Premium topnav spacing (prevent overlap) ─────────────────────────── */
.pcc-page .topnav {
  justify-content: flex-start;
  gap: 12px;
}
.pcc-page .topnav__brand {
  flex: 0 0 auto;
}
.pcc-page .topnav__right {
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 0;
  gap: 0;
}
.pcc-page .topnav__back {
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 12px;
}
.pcc-page .topnav__back::before {
  content: '·';
  display: inline-block;
  margin: 0 8px 0 0;
  color: rgba(201,168,76,0.35);
}
.pcc-page .topnav__edit-goal {
  flex-shrink: 0;
  margin-left: 12px;
}
/* ── Nav progress bar (dark topnav) ──────────────────────────────────── */
.pcc-page .topnav .nav-progress {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 12px;
  min-width: 0;
}
.pcc-page .topnav .nav-progress__label {
  font: 700 0.72rem/1 'JetBrains Mono', monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.65);
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 140px;
  margin-right: 12px;
}
.pcc-page .topnav .nav-progress__track {
  flex: 1 1 auto;
  height: 6px;
  background: rgba(201, 168, 76, 0.12);
  border-radius: 999px;
  overflow: hidden;
  min-width: 80px;
}
.pcc-page .topnav .nav-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, #8B6914, #C9A84C, #F0CC6E);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.4);
}
.pcc-page .topnav .nav-progress__stat {
  font: 700 0.8rem/1 'JetBrains Mono', monospace;
  color: #C9A84C;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .pcc-page .topnav .nav-progress__label { display: none; }
  .pcc-page .topnav .nav-progress__track { min-width: 60px; }
}
@media (max-width: 640px) {
  .pcc-page .topnav .nav-progress__stat { font-size: 0.74rem; }
}
