:root {
  --bnb-ivory: #fbf8ec;
  --bnb-navy: #14263a;
  --bnb-coral: #d55c45;
  --bnb-coral-dark: #b44835;
  --bnb-teal: #176f75;
  --bnb-ochre: #eeae49;
  --bnb-sand: #f3e2c4;
  --bnb-line: #d5c9b8;
  --bnb-slate: #3b4851;
  --bnb-white: #fffdf5;
  --bnb-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --bnb-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: var(--bnb-navy);
  --ink2: var(--bnb-slate);
  --muted: #667078;
  --paper: var(--bnb-ivory);
  --paper2: #f6efe2;
  --line: var(--bnb-line);
  --gold: var(--bnb-coral-dark);
  --gold2: var(--bnb-coral);
  --sage: var(--bnb-teal);
  --bone: var(--bnb-ivory);
  --navy: var(--bnb-navy);
  --navy2: #f7f1e5;
  --navy3: var(--bnb-sand);
  --goldf: rgba(180, 72, 53, .09);
  --serif: var(--bnb-serif);
  --sans: var(--bnb-sans);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bnb-ivory);
  color: var(--bnb-navy);
  scroll-padding-top: 76px;
}

body {
  background: var(--bnb-ivory) !important;
  color: var(--bnb-navy) !important;
  font-family: var(--bnb-sans) !important;
  letter-spacing: 0;
}

a,
button,
input,
textarea,
select,
summary {
  letter-spacing: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--bnb-teal) !important;
  outline-offset: 3px !important;
}

button,
[role="button"],
.btn,
.gold-btn,
.secondary-btn,
.nav-cta,
.btn-gold,
.btn-ghost-light,
.oauth-btn,
.moment-action,
.moment-option {
  min-height: 44px;
}

.step7c-skip,
.skip {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--bnb-navy) !important;
  color: var(--bnb-white) !important;
  transform: translateY(-160%);
}

.step7c-skip:focus,
.skip:focus {
  transform: none;
}

/* Shared public shell */
.step7c-header,
.nav {
  position: sticky !important;
  z-index: 500 !important;
  top: 0 !important;
  width: 100%;
  min-height: 70px !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 64px) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bnb-line) !important;
  background: rgba(251, 248, 236, .98) !important;
  color: var(--bnb-navy) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.step7c-brand,
.nav .brand,
.nav > .brand,
.logo,
.app-logo,
.mob-nav-logo {
  color: var(--bnb-navy) !important;
  font: 700 19px/1.1 var(--bnb-serif) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.step7c-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.step7c-header-link {
  color: var(--bnb-slate);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.step7c-header-link:hover {
  color: var(--bnb-coral-dark);
}

.step7c-menu-button,
.nav-menu {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px;
  min-height: 46px;
  display: grid !important;
  place-items: center;
  padding: 0 !important;
  border: 1px solid var(--bnb-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--bnb-navy) !important;
  cursor: pointer;
}

.step7c-menu-button svg {
  width: 21px;
  height: 21px;
}

.step7c-menu[hidden] {
  display: none !important;
}

.step7c-menu {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  background: rgba(20, 38, 58, .42);
}

.step7c-menu-panel {
  grid-column: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 22px clamp(24px, 5vw, 54px) 38px;
  border-left: 1px solid var(--bnb-line);
  background: var(--bnb-ivory);
  color: var(--bnb-navy);
  overflow-y: auto;
}

.step7c-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bnb-line);
}

.step7c-menu-close {
  width: 46px;
  height: 46px;
  border: 1px solid var(--bnb-line);
  background: transparent;
  color: var(--bnb-navy);
  font-size: 28px;
  cursor: pointer;
}

.step7c-menu-links {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.step7c-menu-links a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--bnb-line);
  color: var(--bnb-navy);
  font: 700 24px/1.2 var(--bnb-serif);
  text-decoration: none;
}

.step7c-menu-meta {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 36px;
}

.step7c-menu-meta a {
  color: var(--bnb-slate);
  font-size: 13px;
}

body.step7c-menu-open {
  overflow: hidden;
}

/* Homepage */
.step7c-home main {
  overflow: hidden;
}

.step7c-hero {
  min-height: calc(100svh - 70px);
  display: grid;
  align-items: center;
  padding: clamp(44px, 7vh, 80px) clamp(18px, 5vw, 76px) clamp(54px, 8vh, 92px);
  border-bottom: 1px solid var(--bnb-line);
  background: var(--bnb-ivory);
  color: var(--bnb-navy);
}

.step7c-hero-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .74fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
}

.step7c-eyebrow,
.step7c-kicker {
  margin: 0 0 22px;
  color: var(--bnb-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.step7c-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--bnb-navy);
  font: 700 clamp(50px, 5.1vw, 78px)/.98 var(--bnb-serif);
  text-transform: uppercase;
}

.step7c-hero-copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--bnb-slate);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.65;
}

.step7c-primary,
.gold-btn,
.nav-cta,
.btn,
.btn-gold,
.moment-action:not(.secondary) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 23px !important;
  border: 1px solid var(--bnb-coral-dark) !important;
  border-radius: 0 !important;
  background: var(--bnb-coral-dark) !important;
  color: var(--bnb-white) !important;
  box-shadow: none !important;
  font: 800 13px/1 var(--bnb-sans) !important;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.step7c-primary:hover,
.gold-btn:hover,
.nav-cta:hover,
.btn:hover,
.btn-gold:hover,
.moment-action:not(.secondary):hover {
  background: var(--bnb-navy) !important;
  border-color: var(--bnb-navy) !important;
}

.step7c-hero-action {
  margin-top: 32px;
}

.step7c-support {
  margin: 14px 0 0;
  color: #5e6870;
  font-size: 13px;
}

.step7c-hero-visual {
  position: relative;
  width: 100%;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.step7c-hero-visual::before {
  content: "";
  position: absolute;
  width: min(58%, 330px);
  aspect-ratio: 1;
  top: 4%;
  right: 4%;
  border-radius: 50%;
  background: var(--bnb-ochre);
  opacity: .9;
}

.step7c-hero-visual img {
  position: relative;
  width: min(100%, 620px);
  height: auto;
  display: block;
  animation: step7c-reveal 900ms cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes step7c-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.step7c-section {
  padding: clamp(74px, 9vw, 124px) clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--bnb-line);
}

.step7c-section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.step7c-section h2 {
  max-width: 880px;
  margin: 0;
  color: var(--bnb-navy);
  font: 700 clamp(38px, 5.6vw, 70px)/1.02 var(--bnb-serif);
  text-transform: uppercase;
}

.step7c-section p {
  color: var(--bnb-slate);
  font-size: 17px;
  line-height: 1.75;
}

.step7c-prose {
  max-width: 710px;
  margin: 24px 0 0;
}

.step7c-coral-line {
  margin-top: 40px !important;
  padding-top: 20px;
  border-top: 3px solid var(--bnb-coral);
  color: var(--bnb-coral-dark) !important;
  font-weight: 800;
  text-transform: uppercase;
}

.step7c-path {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 52px;
  border-top: 2px solid var(--bnb-teal);
}

.step7c-path div {
  position: relative;
  padding: 26px 16px 0 0;
  color: var(--bnb-navy);
  font: 700 clamp(18px, 2vw, 25px)/1.2 var(--bnb-serif);
}

.step7c-path div::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: -8px;
  left: 0;
  border: 3px solid var(--bnb-ivory);
  border-radius: 50%;
  background: var(--bnb-teal);
  box-shadow: 0 0 0 1px var(--bnb-teal);
}

.step7c-path div:nth-child(3)::before {
  background: var(--bnb-coral);
  box-shadow: 0 0 0 1px var(--bnb-coral);
}

.step7c-example {
  background: var(--bnb-navy);
  color: var(--bnb-ivory);
}

.step7c-example h2,
.step7c-example p {
  color: var(--bnb-ivory);
}

.step7c-example h2 {
  color: #ef7a61;
}

.step7c-example .step7c-kicker {
  color: var(--bnb-ochre);
}

.step7c-result-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: end;
}

.step7c-result-facts {
  margin: 0;
}

.step7c-result-facts > div {
  padding: 20px 0;
  border-top: 1px solid rgba(251, 248, 236, .25);
}

.step7c-result-facts dt {
  margin-bottom: 7px;
  color: #80c3c5;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.step7c-result-facts dd {
  margin: 0;
  color: var(--bnb-ivory);
  font: 400 19px/1.55 var(--bnb-serif);
}

.step7c-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 7vw, 90px);
  margin-top: 48px;
}

.step7c-offer-column {
  padding-top: 24px;
  border-top: 4px solid var(--bnb-teal);
}

.step7c-offer-column.paid {
  border-top-color: var(--bnb-coral);
}

.step7c-offer-column h3 {
  margin: 0 0 20px;
  color: var(--bnb-navy);
  font: 700 32px/1.1 var(--bnb-serif);
}

.step7c-offer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step7c-offer-column li {
  padding: 11px 0;
  border-bottom: 1px solid var(--bnb-line);
  color: var(--bnb-slate);
  font-size: 15px;
  line-height: 1.5;
}

.step7c-price {
  margin-top: 24px;
  color: var(--bnb-navy);
  font: 700 28px/1.25 var(--bnb-serif);
}

.step7c-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 7vw, 90px);
  margin-top: 42px;
}

.step7c-trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step7c-trust-list li,
.step7c-faq details {
  padding: 16px 0;
  border-top: 1px solid var(--bnb-line);
  color: var(--bnb-slate);
}

.step7c-faq summary {
  color: var(--bnb-navy);
  font-weight: 700;
  cursor: pointer;
}

.step7c-faq p {
  margin: 12px 0 0;
  font-size: 15px;
}

.step7c-footer,
.footer,
footer {
  padding: 44px clamp(18px, 5vw, 76px) !important;
  border-top: 1px solid var(--bnb-line) !important;
  background: var(--bnb-navy) !important;
  color: rgba(251, 248, 236, .74) !important;
}

.step7c-footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.step7c-footer-brand,
.footer-logo {
  color: var(--bnb-ivory) !important;
  font: 700 19px/1.2 var(--bnb-serif) !important;
}

.step7c-footer-links,
.footer-inner > div:last-child {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.step7c-footer a,
.footer a,
footer a {
  margin: 0 !important;
  color: rgba(251, 248, 236, .76) !important;
  font-size: 13px;
  text-decoration: none;
}

/* Existing public article and policy surfaces */
body:not(.step7c-home) .nav .nav-links a:nth-of-type(n+2),
body:not(.step7c-home) .nav > a:not(.brand):nth-of-type(n+3) {
  display: none !important;
}

body:not(.step7c-home) .hero-actions > *:nth-child(n+2),
body:not(.step7c-home) .actions > *:nth-child(n+2) {
  display: none !important;
}

body:not(.step7c-home) .hero {
  min-height: 0 !important;
  padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 72px) !important;
  background: var(--bnb-ivory) !important;
  color: var(--bnb-navy) !important;
}

body:not(.step7c-home) .hero::before {
  display: none !important;
}

body:not(.step7c-home) .hero h1,
body:not(.step7c-home) h1 {
  color: var(--bnb-navy) !important;
  font-family: var(--bnb-serif) !important;
}

body:not(.step7c-home) .hero .lead,
body:not(.step7c-home) .hero p {
  color: var(--bnb-slate) !important;
}

body:not(.step7c-home) .kicker,
body:not(.step7c-home) .tag {
  color: var(--bnb-teal) !important;
}

.article,
.content,
.wrap,
.legal-wrap,
.privacy-wrap,
.refund-wrap {
  background: var(--bnb-ivory) !important;
}

.article p,
.article li,
.content p,
.content li,
main p,
main li {
  color: var(--bnb-slate);
}

.cta,
.note,
.callout {
  border: 0 !important;
  border-left: 4px solid var(--bnb-coral) !important;
  background: var(--bnb-sand) !important;
}

/* Signed-in product shell */
#auth-screen,
#auth-loading {
  background: var(--bnb-ivory) !important;
  color: var(--bnb-navy) !important;
}

.auth-box {
  max-width: 480px !important;
  padding: clamp(28px, 6vw, 54px) !important;
  border: 1px solid var(--bnb-line) !important;
  background: var(--bnb-white) !important;
  color: var(--bnb-navy) !important;
  text-align: left !important;
}

.auth-box::before {
  width: 64px !important;
  height: 4px !important;
  right: auto !important;
  background: var(--bnb-coral) !important;
}

.auth-logo,
.auth-box h2,
.auth-loading-logo {
  color: var(--bnb-navy) !important;
}

.auth-box h2 {
  margin-top: 40px !important;
  font-size: clamp(32px, 5vw, 46px) !important;
  line-height: 1.05 !important;
}

.auth-box p,
.auth-note,
.auth-loading-msg {
  color: var(--bnb-slate) !important;
}

.auth-note a {
  color: var(--bnb-teal) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body:not(.step7c-home) [class*="kicker"] {
  color: var(--bnb-teal) !important;
}

.oauth-btn {
  border: 1px solid var(--bnb-navy) !important;
  background: var(--bnb-navy) !important;
  color: var(--bnb-white) !important;
}

#app-shell {
  background: var(--bnb-ivory) !important;
  color: var(--bnb-navy) !important;
}

.app-nav {
  position: relative !important;
  z-index: 100;
  min-height: 66px !important;
  height: 66px !important;
  padding: 0 clamp(18px, 4vw, 56px) !important;
  border-bottom: 1px solid var(--bnb-line) !important;
  background: rgba(251, 248, 236, .98) !important;
  color: var(--bnb-navy) !important;
  backdrop-filter: none !important;
}

.app-nav-r {
  gap: 3px !important;
}

.app-logo {
  color: var(--bnb-navy) !important;
}

.nav-mob-btn {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px;
  min-height: 46px;
  place-items: center;
  padding: 0 !important;
  border: 1px solid var(--bnb-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--bnb-navy) !important;
}

.nav-mob-btn span {
  background: var(--bnb-navy) !important;
}

.nav-tab {
  min-height: 44px;
  padding: 9px 12px !important;
  border-radius: 0 !important;
  color: #5a6770 !important;
  font-size: 12px !important;
  text-transform: none !important;
}

.nav-tab:hover,
.nav-tab.act {
  color: var(--bnb-navy) !important;
  background: transparent !important;
}

.nav-tab.act {
  box-shadow: inset 0 -3px 0 var(--bnb-coral);
}

.nav-user,
.mob-nav-avatar {
  border: 1px solid var(--bnb-line) !important;
  background: var(--bnb-sand) !important;
  color: var(--bnb-navy) !important;
}

.app-content,
.app-panel {
  background: var(--bnb-ivory) !important;
  color: var(--bnb-navy) !important;
}

.dash,
.dash-new,
.dash-returning,
.diag-panel,
.highlights-panel,
.account-panel,
.moment-workspace {
  width: min(920px, 100%);
  margin-right: auto !important;
  margin-left: auto !important;
  padding: clamp(38px, 6vh, 72px) clamp(20px, 5vw, 64px) !important;
}

.dash-new {
  max-width: 760px !important;
  text-align: left !important;
}

.dash-new-eyebrow,
.dash-start-label,
.dash-mech-label,
.dash-ritual-label,
.dr-label,
.ds-tag,
.dr-mech-tag,
.diag-card-label,
.dfb-label,
.reader-nav-title,
.ch-part-tag,
.ch-truth-label,
.ch-section-head,
.acc-section-title,
.hl-ch,
.moment-eyebrow,
.moment-review-progress {
  color: var(--bnb-teal) !important;
  font-weight: 800 !important;
}

.dash-new-title,
.dash-greeting,
.dash-ret-greeting,
.dash-mech-title,
.dash-ritual-q,
.dash-start-title,
.dc-value,
.ds-q,
.dr-mech-title,
.diag-card-text,
.diag-hook,
.dfb-q,
.hl-text,
.acc-row-value,
.moment-workspace h2,
.moment-stage h3,
.moment-experiment strong {
  color: var(--bnb-navy) !important;
}

.dash-new-title {
  max-width: 620px;
  font-size: clamp(38px, 6vw, 66px) !important;
  line-height: 1.02 !important;
  text-transform: uppercase;
}

.dash-new-sub,
.dash-sub,
.dash-ret-sub,
.dash-mech-truth,
.dc-sub,
.dr-q,
.dash-start-body,
.dpl-item,
.ds-sub,
.diag-card-text,
.dfb-input,
.hl-empty,
.acc-row-label,
.grace-banner p,
.moment-workspace-head p,
.moment-copy,
.moment-privacy,
.moment-empty,
.account-data-controls p {
  color: var(--bnb-slate) !important;
}

.dash-new-lines {
  max-width: 700px;
  margin: 34px 0 !important;
  border-top: 1px solid var(--bnb-line) !important;
}

.dash-new-line {
  padding: 16px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bnb-line) !important;
  color: var(--bnb-slate) !important;
  font-size: 15px !important;
}

.dash-new-cta,
.dash-actions-row,
#diag-result-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-ghost-light,
.secondary-btn,
.moment-action.secondary,
.moment-delete {
  min-height: 46px;
  padding: 11px 18px !important;
  border: 1px solid var(--bnb-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--bnb-navy) !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.dash-mech-card,
.dash-ritual-card,
.dash-ritual,
.dash-start,
.dc,
.diag-card,
.dr-followup-box,
.ch-truth-block,
.ch-ritual-box,
.locked-overlay,
.grace-banner,
.moment-experiment,
#dash-upgrade-prompt {
  border: 0 !important;
  border-top: 1px solid var(--bnb-line) !important;
  border-bottom: 1px solid var(--bnb-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dash-mech-card {
  padding: 28px 0 !important;
}

.dash-home-summary {
  max-width: 690px;
}

.dash-quiet-status {
  margin: 14px 0 0;
  color: var(--bnb-slate);
  font-size: 13px;
  line-height: 1.55;
}

/* Home stays concise; the complete result has its own destination. */
.result-panel {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(46px, 7vh, 82px) clamp(20px, 6vw, 76px);
}

.result-eyebrow {
  margin-bottom: 16px;
  color: var(--bnb-teal);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.result-panel h1 {
  max-width: 760px;
  margin: 0;
  color: var(--bnb-navy);
  font: 700 clamp(40px, 6vw, 68px)/1.02 var(--bnb-serif);
  text-transform: uppercase;
}

.result-hypothesis,
.result-empty p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--bnb-slate);
  font: 400 19px/1.65 var(--bnb-serif);
}

.result-disclaimer {
  max-width: 720px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--bnb-line);
  color: #637078;
  font-size: 13px;
  line-height: 1.6;
}

.result-experience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 36px 0 30px;
  border-top: 1px solid var(--bnb-line);
}

.result-experience > section {
  min-width: 0;
  padding: 24px 24px 24px 0 !important;
  border-bottom: 1px solid var(--bnb-line) !important;
}

.result-experience > section:nth-child(even) {
  padding-right: 0 !important;
  padding-left: 24px !important;
  border-left: 1px solid var(--bnb-line);
}

.result-experience > section > div:first-child {
  margin-bottom: 8px;
  color: var(--bnb-teal) !important;
  font-size: 10px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.result-experience > section > div:last-child,
.result-experience ol {
  margin: 0;
  color: var(--bnb-slate) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.dash-stats-row,
.dash-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  border-top: 1px solid var(--bnb-line);
  border-bottom: 1px solid var(--bnb-line);
}

.dash-stat,
.dc {
  padding: 22px !important;
  border: 0 !important;
  border-right: 1px solid var(--bnb-line) !important;
  background: transparent !important;
}

.dash-stat:last-child,
.dc:last-child {
  border-right: 0 !important;
}

.dash-stat-val,
.dc-value {
  color: var(--bnb-navy) !important;
}

.dash-stat-label,
.dc-label {
  color: #68747c !important;
}

/* Focus shell */
#app-shell.step7c-focus .app-nav-r,
#app-shell.step7c-focus .nav-mob-btn,
#app-shell.step7c-focus #upgrade-bar {
  display: none !important;
}

#app-shell.step7c-focus .app-nav::after {
  content: "Focused diagnostic";
  color: var(--bnb-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.diag-panel {
  max-width: 760px !important;
}

.diag-prog {
  gap: 5px !important;
  margin-bottom: clamp(34px, 7vh, 68px) !important;
}

.dp-dot {
  height: 3px !important;
  background: var(--bnb-line) !important;
}

.dp-dot.done,
.dp-dot.active {
  background: var(--bnb-coral) !important;
}

.ds-q {
  max-width: 720px;
  font-size: clamp(30px, 5vw, 48px) !important;
  line-height: 1.12 !important;
}

.ds-opts {
  gap: 10px !important;
}

.ds-opt,
.moment-option {
  min-height: 56px;
  padding: 16px 18px !important;
  border: 1px solid var(--bnb-line) !important;
  background: var(--bnb-white) !important;
  color: var(--bnb-slate) !important;
  font-size: 15px !important;
}

.ds-opt:hover,
.ds-opt.sel,
.moment-option:hover,
.moment-option[aria-pressed="true"] {
  border-color: var(--bnb-coral) !important;
  background: var(--bnb-sand) !important;
  color: var(--bnb-navy) !important;
}

.ds-next {
  min-height: 50px;
  padding: 13px 24px !important;
  border: 1px solid var(--bnb-coral-dark) !important;
  background: var(--bnb-coral-dark) !important;
  color: var(--bnb-white) !important;
}

.ds-textarea,
.dfb-input,
.dr-input,
.moment-note textarea {
  border: 1px solid var(--bnb-line) !important;
  background: var(--bnb-white) !important;
  color: var(--bnb-navy) !important;
}

.diag-card {
  padding: 24px 0 !important;
}

.diag-card:nth-child(1) {
  border-left: 0 !important;
  border-top: 4px solid var(--bnb-coral) !important;
}

.diag-card:nth-child(3) {
  border-top-color: var(--bnb-teal) !important;
}

.diag-card:nth-child(4) {
  border-top-color: var(--bnb-ochre) !important;
}

[data-bnb-completed-free-gate="true"] {
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid var(--bnb-line);
  border-bottom: 1px solid var(--bnb-line);
}

[data-bnb-completed-free-gate="true"] > div {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

[data-bnb-completed-free-gate="true"] > div {
  color: var(--bnb-slate) !important;
}

[data-bnb-completed-free-gate="true"] > div:first-child {
  color: var(--bnb-teal) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

[data-bnb-completed-free-gate="true"] > div:nth-child(2) {
  color: var(--bnb-navy) !important;
}

#dc-result-summary > div {
  border-color: var(--bnb-line) !important;
}

#dc-result-summary > div > div:first-child,
#dc-development-path > div:first-child {
  color: var(--bnb-teal) !important;
}

#dc-result-summary > div > div:last-child,
#dc-development-path ol {
  color: var(--bnb-slate) !important;
}

/* Editorial reader and chapter library */
.reader-shell {
  background: var(--bnb-ivory) !important;
}

.reader-nav {
  width: min(30vw, 310px) !important;
  padding: 24px 0 !important;
  border-right: 1px solid var(--bnb-line) !important;
  background: #f6efe2 !important;
}

.reader-starting-chapter {
  padding: 0 16px 22px;
  border-bottom: 1px solid var(--bnb-line);
}

.reader-starting-chapter .reader-nav-title {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.ch-nav-item {
  width: 100%;
  display: block;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: transparent;
  font-family: var(--bnb-sans);
  text-align: left;
}

.ch-nav-name {
  display: block;
  white-space: normal;
}

.ch-nav-item.starting {
  padding: 18px !important;
  border: 1px solid var(--bnb-coral) !important;
  background: var(--bnb-white) !important;
}

.ch-nav-item.starting .ch-nav-name {
  margin-top: 6px;
  font: 700 20px/1.2 var(--bnb-serif) !important;
}

.ch-nav-action {
  display: block;
  margin-top: 14px;
  color: var(--bnb-coral-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.reader-library-toggle {
  display: none;
  width: calc(100% - 32px);
  min-height: 46px;
  margin: 18px 16px;
  border: 1px solid var(--bnb-line);
  background: transparent;
  color: var(--bnb-navy);
  font: 800 12px/1 var(--bnb-sans);
  text-transform: uppercase;
}

.reader-library > .reader-nav-title {
  padding-top: 22px !important;
}

.ch-nav-item {
  min-height: 54px;
  padding: 11px 22px !important;
  border-left: 3px solid transparent !important;
}

.ch-nav-item:hover,
.ch-nav-item.active {
  background: var(--bnb-sand) !important;
  border-left-color: var(--bnb-coral) !important;
}

.ch-nav-num,
.part-nav-sep {
  color: var(--bnb-teal) !important;
}

.ch-nav-name,
.ch-nav-item.active .ch-nav-name {
  color: var(--bnb-navy) !important;
}

.reader-main {
  padding: clamp(42px, 7vh, 84px) clamp(24px, 7vw, 110px) !important;
  background: var(--bnb-ivory) !important;
}

.reader-content {
  max-width: 720px !important;
}

.ch-title {
  color: var(--bnb-navy) !important;
  font-size: clamp(38px, 6vw, 66px) !important;
  line-height: 1.02 !important;
}

.locked-overlay .lo-title {
  color: var(--bnb-navy) !important;
}

.locked-overlay .lo-sub,
.locked-overlay li,
.locked-overlay > div {
  color: var(--bnb-slate) !important;
}

.ch-truth-text,
.ch-body-text,
.cpi-body strong,
.cpi-body span,
.crb-q {
  color: var(--bnb-slate) !important;
}

.ch-body-text {
  font-family: var(--bnb-serif) !important;
  font-size: clamp(17px, 1.6vw, 19px) !important;
  line-height: 1.85 !important;
}

.ch-section-head,
.ch-practice-item,
.hl-item,
.acc-row,
.acc-section-title {
  border-color: var(--bnb-line) !important;
}

.cpi-n {
  color: var(--bnb-coral) !important;
  opacity: 1 !important;
}

.highlight-marker {
  border-color: var(--bnb-ochre) !important;
  background: rgba(238, 174, 73, .3) !important;
}

.ch-highlight-btn {
  background: var(--bnb-coral-dark) !important;
  color: var(--bnb-white) !important;
}

.hl-del {
  color: var(--bnb-slate) !important;
}

.acc-badge {
  border: 1px solid var(--bnb-line) !important;
  background: var(--bnb-sand) !important;
  color: var(--bnb-navy) !important;
}

/* Repeat-use shell */
.moment-workspace-head {
  grid-template-columns: minmax(240px, .78fr) minmax(300px, 1.22fr) !important;
  padding-top: 30px !important;
  border-top: 4px solid var(--bnb-teal) !important;
}

.moment-stage,
.moment-history,
.moment-history-row,
.moment-history-detail,
.moment-learning div {
  border-color: var(--bnb-line) !important;
}

.moment-learning dt,
.moment-history-body dt {
  color: var(--bnb-teal) !important;
}

.moment-learning dd,
.moment-history-row span,
.moment-history-body dd,
.moment-note,
.moment-plan-meta span {
  color: var(--bnb-slate) !important;
}

.moment-history-row strong,
.moment-progress strong {
  color: var(--bnb-navy) !important;
}

.moment-progress {
  border-top: 1px solid var(--bnb-line);
  border-bottom: 1px solid var(--bnb-line);
  background: transparent !important;
}

.moment-progress div {
  background: transparent !important;
  border-right: 1px solid var(--bnb-line);
}

.moment-progress span,
.moment-history-detail summary span,
.moment-history-detail p {
  color: var(--bnb-slate) !important;
}

.moment-history-detail summary > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

/* Checkout modal created by the preserved payment flow */
#tnc-modal {
  background: rgba(20, 38, 58, .55) !important;
}

#tnc-modal > div {
  max-width: 520px !important;
  padding: clamp(28px, 5vw, 44px) !important;
  border: 1px solid var(--bnb-line) !important;
  border-radius: 0 !important;
  background: var(--bnb-ivory) !important;
  color: var(--bnb-navy) !important;
}

#tnc-modal > div > div:first-child,
#tnc-modal label,
#tnc-modal span {
  color: var(--bnb-navy) !important;
}

#tnc-modal > div > div:not(:first-child) {
  color: var(--bnb-slate) !important;
}

#tnc-modal button:not(#tnc-proceed-btn):not(#tnc-access-code-toggle):not(#tnc-continue-without-code) {
  color: var(--bnb-navy) !important;
}

#tnc-modal a,
#tnc-access-code-toggle,
#tnc-continue-without-code {
  color: var(--bnb-teal) !important;
}

#tnc-promo {
  border: 1px solid var(--bnb-line) !important;
  background: var(--bnb-white) !important;
  color: var(--bnb-navy) !important;
}

#tnc-proceed-btn {
  min-height: 48px;
  border-radius: 0 !important;
  background: var(--bnb-coral-dark) !important;
  color: var(--bnb-white) !important;
}

@media (max-width: 900px) {
  .step7c-header-link {
    display: none;
  }

  .step7c-hero-inner,
  .step7c-result-grid,
  .step7c-trust-grid {
    grid-template-columns: 1fr;
  }

  .step7c-hero {
    min-height: auto;
  }

  .step7c-hero-visual {
    min-height: 360px;
  }

  .step7c-hero-visual img {
    width: min(82vw, 560px);
  }

  .step7c-result-facts {
    margin-top: 8px;
  }

  .step7c-path {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 2px solid var(--bnb-teal);
    margin-left: 7px;
  }

  .step7c-path div {
    padding: 0 0 28px 28px;
  }

  .step7c-path div::before {
    top: 2px;
    left: -8px;
  }

  .step7c-offer-grid {
    grid-template-columns: 1fr;
  }

  .reader-nav {
    width: 220px !important;
  }
}

@media (max-width: 700px) {
  .step7c-header {
    min-height: 64px !important;
    padding: 9px 16px !important;
  }

  .step7c-header-actions > .step7c-header-link,
  .step7c-header-actions > [data-bnb-action] {
    display: none;
  }

  .step7c-menu {
    grid-template-columns: 1fr;
  }

  .step7c-menu-panel {
    grid-column: 1;
  }

  .step7c-hero {
    padding: 40px 18px 56px;
  }

  .step7c-hero-inner {
    gap: 30px;
  }

  .step7c-hero h1 {
    font-size: clamp(40px, 11vw, 48px);
  }

  .step7c-hero-copy {
    margin-top: 22px;
    font-size: 17px;
  }

  .step7c-hero-action,
  .step7c-primary {
    width: 100%;
  }

  .step7c-hero-visual {
    min-height: 150px;
    place-items: end center;
  }

  .step7c-hero-visual::before {
    width: 34%;
    right: 18%;
  }

  .step7c-hero-visual img {
    width: min(58vw, 230px);
  }

  .step7c-section {
    padding: 70px 18px;
  }

  .step7c-hero + .step7c-section {
    padding-top: 28px;
  }

  .step7c-section h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .step7c-footer-inner {
    display: grid;
  }

  .app-nav-r {
    display: none !important;
  }

  .nav-mob-btn {
    display: grid !important;
  }

  .app-nav {
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 16px !important;
  }

  .mob-nav {
    background: var(--bnb-ivory) !important;
    color: var(--bnb-navy) !important;
  }

  .mob-nav-top {
    border-color: var(--bnb-line) !important;
  }

  .mob-nav-item,
  .mob-nav-close,
  .mob-nav-email {
    color: var(--bnb-navy) !important;
  }

  .mob-nav-item.act {
    color: var(--bnb-coral-dark) !important;
  }

  .dash-new-cta > *,
  .dash-actions-row > *,
  #diag-result-actions > * {
    width: 100%;
  }

  .dash-stats-row,
  .dash-cards {
    grid-template-columns: 1fr;
  }

  .dash-stat,
  .dc {
    border-right: 0 !important;
    border-bottom: 1px solid var(--bnb-line) !important;
  }

  .reader-shell {
    display: block !important;
    overflow: auto !important;
  }

  .reader-nav {
    width: 100% !important;
    max-height: none;
    border-right: 0 !important;
    border-bottom: 1px solid var(--bnb-line) !important;
  }

  .reader-starting-chapter {
    padding: 20px;
  }

  .reader-library-toggle {
    display: block;
  }

  .reader-library {
    display: none;
    max-height: min(62vh, 520px);
    overflow-y: auto;
    border-top: 1px solid var(--bnb-line);
  }

  .reader-library.open {
    display: block;
  }

  .reader-main {
    min-height: 62vh;
    padding: 40px 20px 70px !important;
  }

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

  .result-experience > section,
  .result-experience > section:nth-child(even) {
    padding: 20px 0 !important;
    border-left: 0;
  }

  .ch-title {
    font-size: clamp(36px, 11vw, 50px) !important;
  }

  .moment-workspace-head {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
  }
}
