/* ============================================================
   The Nursing Directory — V01 Living Paystub Hero
   Namespaced under .nd-hero so old .hero rules in index.html
   do not cascade into this component.

   Tokens are RE-DECLARED here. The site's V2 tokens are scoped
   to ".v2 { ... }" and the hero sits outside that wrapper, so
   without these declarations every var() resolves to inherit
   from common.css's --text (dark indigo). That made the headline
   render in dark purple instead of cream. Always update this
   block when /index.html .v2 tokens change.
   ============================================================ */
.nd-hero {
  --bg-card: #fbf8f2;
  --bg-dark: #1f2a2a; --bg-dark-soft: #283434;
  --ink: #1f2a2a; --ink-soft: #4a5454; --ink-mute: #637070;
  --ink-on-dark: #fbf8f2; --ink-on-dark-soft: #d8d0bf;
  --teal: #1f8a7a; --teal-deep: #0f5f53; --teal-soft: #5fc8b6;
  --amber: #f0a868; --amber-deep: #b87333;
  --terracotta: #f08767; --terracotta-soft: #f7a98e;
  --rose: #ff9c8a;
  --font-serif: "Instrument Serif", Georgia, serif;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  position: relative;
  min-height: 100vh;
  background: var(--bg-dark);
  color: var(--ink-on-dark);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  font-family: var(--font-sans);
}
.nd-hero a { color: inherit; text-decoration: none; }
.nd-hero-sr {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; margin: 0; padding: 0; border: 0;
}
.nd-hero-grain {
  position: absolute; inset: 0; z-index: 4; pointer-events: none; opacity: .14;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/></svg>");
}
.nd-hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse 50% 60% at 18% 50%, rgba(31,42,42,.55) 0%, rgba(31,42,42,0) 70%);
}
.nd-hero-inner {
  position: relative; z-index: 5;
  max-width: 1240px; width: 100%; margin: 0 auto;
  padding: 60px 32px 80px;
}
.nd-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-on-dark);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 7px 14px; border-radius: 999px;
}
.nd-hero h1, .nd-hero-h1 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(38px, 5.5vw, 76px);
  letter-spacing: -.022em; line-height: .98;
  margin: 16px 0 0; max-width: 100%;
  color: var(--ink-on-dark);
}
.nd-hero-h1 .em { font-style: italic; display: inline-block; position: relative; }
.lt {
  display: inline-block;
  opacity: 0; transform: translateY(28px);
  animation: ndLtIn .9s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: var(--d, 0s);
  white-space: pre;
}
@keyframes ndLtIn { to { opacity: 1; transform: translateY(0); } }
.nd-hero-deck {
  font-size: 17px; line-height: 1.55; color: rgba(251,248,242,.78);
  max-width: 46ch; margin-top: 18px;
  opacity: 0; transform: translateY(8px);
  animation: ndLtIn .8s cubic-bezier(.16,1,.3,1) 1s forwards;
}
.nd-hero-deck em { font-style: italic; color: var(--ink-on-dark); }
.nd-hero-actions {
  display: flex; gap: 18px; align-items: center; margin-top: 24px; flex-wrap: wrap;
  opacity: 0; transform: translateY(8px);
  animation: ndLtIn .8s cubic-bezier(.16,1,.3,1) 1.15s forwards;
}
.nd-hero-meta {
  position: absolute; left: 32px; right: 32px; bottom: 32px; z-index: 6;
  max-width: 1176px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: flex-end;
  color: rgba(251,248,242,.55);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  gap: 24px; flex-wrap: wrap;
}
.nd-hero-meta .stats { display: flex; gap: 36px; }
.nd-hero-meta .stats .n {
  font-family: var(--font-serif); font-size: 22px; color: var(--bg-card);
  display: block; line-height: 1; letter-spacing: -.01em; font-style: italic;
}
.nd-hero-meta .stats .l { display: block; margin-top: 6px; font-size: 10px; }
.nd-hero-meta .vol::before { content: '— '; opacity: .6; }
@media (max-width: 720px) {
  .nd-hero-meta .stats { gap: 20px; }
  .nd-hero-meta .stats .n { font-size: 22px; }
  .nd-hero-meta .vol { display: none; }
}

/* ============================================================
   V01 — Living Paystub photo + tints + paystub frame
   ============================================================ */
.v01-photo {
  position: absolute; inset: 0; z-index: 0;
  background-image: url("https://images.pexels.com/photos/33410957/pexels-photo-33410957.jpeg?auto=compress&cs=tinysrgb&w=1920");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(.72) contrast(1.08) saturate(.7);
  transform-origin: 60% 50%;
  animation: ndKenburns 28s cubic-bezier(.45,.05,.55,.95) infinite alternate;
  will-change: transform;
}
@keyframes ndKenburns {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to   { transform: scale(1.10) translate3d(-2%, -1%, 0); }
}
.v01-tint {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(31,138,122,.42) 0%, rgba(31,42,42,.10) 55%, rgba(31,42,42,.20) 100%);
  mix-blend-mode: color;
}
.v01-tint-2 {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(31,42,42,.30) 0%, rgba(31,42,42,.05) 35%, rgba(31,42,42,.75) 100%);
}
.v01-bg {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background:
    radial-gradient(ellipse 36% 36% at 18% 76%, rgba(31,138,122,.30) 0%, transparent 62%);
  mix-blend-mode: screen;
}
.v01-spotlight {
  --sx: 30%; --sy: 40%;
  position: absolute; inset: 0; z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    340px 340px at var(--sx) var(--sy),
    rgba(255, 210, 160, .22) 0%,
    rgba(217, 138, 74, .12) 30%,
    rgba(0, 0, 0, 0) 70%
  );
  mix-blend-mode: screen;
  transition: background .35s cubic-bezier(.16,1,.3,1);
}
.v01-paystub {
  position: absolute; right: 32px; top: 50%; transform: translateY(-50%);
  width: clamp(260px, 26vw, 380px);
  background: rgba(251,248,242,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 20px 20px 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 30px 80px -30px rgba(0,0,0,.6);
  font-family: var(--font-mono);
  z-index: 6;
  opacity: 0; transform: translate(0, calc(-50% + 16px));
  animation: ndStubIn 1s cubic-bezier(.16,1,.3,1) .4s forwards;
}
@keyframes ndStubIn { to { opacity: 1; transform: translate(0, -50%); } }
@media (max-width: 980px) { .v01-paystub { display: none; } }
@media (min-width: 981px) { .nd-hero-inner { padding-right: clamp(280px, 30vw, 420px); } }
.v01-stub-head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(251,248,242,.55); padding-bottom: 8px;
  border-bottom: 1px dashed rgba(255,255,255,.16);
  margin-bottom: 12px;
}
.v01-stub-head .pill {
  background: var(--amber); color: #2a1808; padding: 4px 9px; border-radius: 999px;
  font-weight: 600; letter-spacing: .14em;
}

.v01-line {
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; padding: 8px 0;
  border-bottom: 1px dashed rgba(255,255,255,.10);
  font-size: 11px; color: rgba(251,248,242,.78);
  opacity: 0; transform: translateX(8px);
  animation: ndLnIn .55s cubic-bezier(.16,1,.3,1) forwards;
}
.v01-line:nth-child(2) { animation-delay: .9s; }
.v01-line:nth-child(3) { animation-delay: 1.05s; }
.v01-line:nth-child(4) { animation-delay: 1.20s; }
.v01-line:nth-child(5) { animation-delay: 1.35s; }
.v01-line:nth-child(6) { animation-delay: 1.50s; }
.v01-line:nth-child(7) { animation-delay: 1.65s; }
.v01-line.minus .amt { color: #ff9c8a; text-shadow: 0 0 18px rgba(255,156,138,.35); font-weight: 700; }
.v01-line.plus  .amt { color: var(--amber); }
.v01-line.total {
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: none;
  margin-top: 8px; padding-top: 12px;
  font-size: 12px; color: var(--bg-card);
}
@keyframes ndLnIn { to { opacity: 1; transform: translateX(0); } }
.v01-line .lbl { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.v01-line .amt { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--ink-on-dark); }
.v01-hero-num {
  position: relative;
  font-family: var(--font-serif); font-style: italic; color: var(--bg-card);
  font-size: 40px; line-height: 1; letter-spacing: -.02em;
  margin: 10px 0 4px; font-feature-settings: "tnum" 1;
  transition: color .55s cubic-bezier(.16,1,.3,1);
}
.v01-hero-num .small { font-family: var(--font-mono); font-style: normal; font-size: 16px; opacity: .85; letter-spacing: .04em; color: inherit; }
.v01-hero-num.scenario-warn { color: #ffd2c2; text-shadow: 0 0 24px rgba(255,210,194,.45); }
.v01-hero-num.scenario-gain { color: #ffd9a8; text-shadow: 0 0 24px rgba(255,217,168,.4); }
.v01-hero-num.is-flip { animation: ndScenarioFlip .55s cubic-bezier(.16,1,.3,1) both; }
@keyframes ndScenarioFlip {
  0%   { opacity: 0; transform: translateY(8px); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0);   filter: blur(0); }
}
.v01-scenario-label {
  display: block; margin-top: 10px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(251,248,242,.55); font-style: normal;
}
.v01-hero-num.scenario-warn .v01-scenario-label { color: #ffd2c2; }
.v01-hero-num.scenario-gain .v01-scenario-label { color: #ffd9a8; }
.v01-hero-num.scenario-default .v01-scenario-label { color: #8be3d2; }
.v01-hero-num-halo {
  position: absolute; inset: -28px -36px;
  background: radial-gradient(60% 70% at 50% 55%, rgba(217,138,74,.35) 0%, rgba(217,119,87,.18) 35%, transparent 70%);
  filter: blur(14px);
  z-index: -1;
  animation: ndHaloPulse 4.2s cubic-bezier(.16,1,.3,1) infinite;
}
@keyframes ndHaloPulse {
  0%, 100% { opacity: .6; transform: scale(1); }
  50%      { opacity: 1;  transform: scale(1.06); }
}
.v01-stub-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 10px; padding-top: 10px; border-top: 1px dashed rgba(255,255,255,.16);
  font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(251,248,242,.55);
}
.v01-stub-foot .ok { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); }
.v01-stub-foot .ok::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 3px rgba(31,138,122,.3);
}
.v01-paychk {
  position: relative; display: inline-block;
  font-style: italic;
}
.v01-paychk .lt {
  background: linear-gradient(110deg, #f0c89c 0%, var(--amber) 50%, var(--terracotta) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============================================================
   V01 — Eyebrow live dot, contract feed ticker, scroll cue
   ============================================================ */
.v01-eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.v01-eyebrow::before { content: none !important; display: none !important; }
.v01-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(217,138,74,.7);
  animation: ndLivePulse 2.2s cubic-bezier(.16,1,.3,1) infinite;
}
@keyframes ndLivePulse {
  0%   { box-shadow: 0 0 0 0 rgba(217,138,74,.7); }
  70%  { box-shadow: 0 0 0 9px rgba(217,138,74,0); }
  100% { box-shadow: 0 0 0 0 rgba(217,138,74,0); }
}
.v01-feed {
  display: inline-flex; align-items: center; gap: 14px;
  margin-top: 14px; margin-bottom: 6px;
  padding: 8px 16px 8px 8px;
  background: rgba(251,248,242,.04);
  border: 1px solid rgba(251,248,242,.1);
  border-radius: 999px;
  max-width: max-content;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0; transform: translateY(8px);
  animation: ndLtIn .8s cubic-bezier(.16,1,.3,1) .9s forwards;
}
.v01-feed-tag {
  display: inline-flex; align-items: center;
  padding: 4px 10px;
  background: var(--terracotta);
  color: #fbf8f2;
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
  flex: 0 0 auto;
}
.v01-feed-window {
  position: relative;
  width: 360px; height: 18px;
  overflow: hidden;
}
.v01-feed-item {
  position: absolute; inset: 0;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em;
  color: rgba(251,248,242,.85);
  white-space: nowrap;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .55s cubic-bezier(.16,1,.3,1), opacity .55s ease;
  font-variant-numeric: tabular-nums;
}
.v01-feed-item.is-on { transform: translateY(0); opacity: 1; }
.v01-feed-item .city { color: #fbf8f2; font-weight: 600; }
.v01-feed-item .unit { color: var(--teal-soft, #5fc8b6); font-weight: 600; }
.v01-feed-item .amt {
  font-family: var(--font-serif); font-style: italic; font-size: 14px;
  color: var(--amber); letter-spacing: -.005em;
}
.v01-feed-item .ago { color: rgba(251,248,242,.45); }
.v01-feed-item .dot { color: rgba(251,248,242,.3); }
@media (max-width: 520px) {
  .v01-feed-window { width: 240px; }
  .v01-feed-item .ago { display: none; }
}
.v01-scroll {
  position: absolute;
  bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  z-index: 6; pointer-events: none;
  opacity: 0;
  animation: ndLtIn 1.2s cubic-bezier(.16,1,.3,1) 2s forwards;
}
.v01-scroll-word {
  font-family: var(--font-serif); font-style: italic; font-size: 14px;
  color: rgba(251,248,242,.55); letter-spacing: .02em;
}
.v01-scroll-line {
  width: 1px; height: 38px;
  background: linear-gradient(180deg, rgba(251,248,242,.5) 0%, rgba(251,248,242,0) 100%);
  position: relative; overflow: hidden;
}
.v01-scroll-line::after {
  content: ''; position: absolute; left: 0; top: -16px;
  width: 1px; height: 16px;
  background: linear-gradient(180deg, transparent 0%, var(--terracotta) 100%);
  animation: ndScrollDrop 2.4s cubic-bezier(.16,1,.3,1) infinite;
}
@keyframes ndScrollDrop {
  0%   { transform: translateY(0); opacity: 0; }
  25%  { opacity: 1; }
  100% { transform: translateY(54px); opacity: 0; }
}
@media (max-width: 720px) { .v01-scroll { display: none; } }

/* ============================================================
   V01 — Trust strip (reviewer + readers count)
   ============================================================ */
.v01-trust {
  display: inline-flex; align-items: center; gap: 16px;
  margin-top: 32px;
  padding: 14px 20px 14px 14px;
  background: rgba(251,248,242,.035);
  border: 1px solid rgba(251,248,242,.1);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  max-width: max-content;
  opacity: 0; transform: translateY(8px);
  animation: ndLtIn .9s cubic-bezier(.16,1,.3,1) 1.4s forwards;
}
.v01-trust-avatar {
  width: 38px; height: 38px; border-radius: 50%; flex: 0 0 38px;
  background: radial-gradient(120% 120% at 30% 25%, #2f4242 0%, #1f2a2a 70%);
  border: 1px solid rgba(95,200,182,.35);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-style: italic; font-size: 16px;
  color: var(--teal-soft, #5fc8b6);
  letter-spacing: .02em;
  position: relative;
  cursor: help; outline: none;
  transition: border-color .25s ease, transform .25s ease;
}
.v01-trust-avatar:hover, .v01-trust-avatar:focus { border-color: var(--terracotta); transform: scale(1.04); }
.v01-trust-quote {
  position: absolute; bottom: calc(100% + 14px); left: 50%;
  transform: translate(-50%, 6px);
  width: 260px;
  padding: 16px 18px 14px;
  background: #fbf8f2;
  color: var(--ink);
  border-radius: 14px;
  box-shadow: 0 18px 40px -12px rgba(0,0,0,.45), 0 0 0 1px rgba(217,138,74,.18);
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease, transform .35s cubic-bezier(.16,1,.3,1);
  z-index: 30;
  text-align: left;
}
.v01-trust-quote::before {
  content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 12px; height: 12px; background: #fbf8f2;
  box-shadow: 1px 1px 0 0 rgba(217,138,74,.18);
}
.v01-trust-quote::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--terracotta); border-radius: 14px 14px 0 0;
}
.v01-trust-avatar:hover .v01-trust-quote,
.v01-trust-avatar:focus .v01-trust-quote { opacity: 1; transform: translate(-50%, 0); }
.v01-trust-quote .q-mark {
  font-family: var(--font-serif); font-style: italic; font-size: 38px;
  color: var(--terracotta); line-height: .4; display: inline-block; margin-right: 4px;
  vertical-align: -10px;
}
.v01-trust-quote .q-body {
  font-family: var(--font-serif); font-style: italic; font-size: 16px; line-height: 1.35;
  color: var(--ink);
}
.v01-trust-quote .q-by {
  display: block; margin-top: 10px;
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-mute, #6a7374);
}
.v01-trust-body { display: flex; flex-direction: column; line-height: 1.2; }
.v01-trust-line {
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 500;
  color: rgba(251,248,242,.92);
}
.v01-trust-line em {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 16px; color: var(--terracotta-soft, #e89272);
  letter-spacing: -.005em;
}
.v01-trust-meta {
  margin-top: 3px;
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(251,248,242,.5);
}
.v01-trust-stars {
  display: flex; flex-direction: column; align-items: flex-end; line-height: 1;
  padding-left: 16px; margin-left: 4px;
  border-left: 1px solid rgba(251,248,242,.14);
}
.v01-trust-readers {
  font-family: var(--font-serif); font-style: italic; font-size: 22px;
  color: var(--terracotta-soft, #e89272);
  letter-spacing: -.01em; font-variant-numeric: tabular-nums;
}
.v01-trust-readers-label {
  margin-top: 3px;
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(251,248,242,.55);
}
@media (max-width: 640px) {
  .v01-trust { gap: 10px; padding: 10px 14px 10px 10px; max-width: 100%; flex-wrap: wrap; }
  .v01-trust-stars { display: none; }
}

/* ============================================================
   V01 — Premium CTA + ghost button
   ============================================================ */
.v01-actions { gap: 16px; align-items: stretch; margin-top: 24px; flex-wrap: wrap; }
.v01-cta {
  --mx: 0px; --my: 0px;
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; gap: 18px;
  padding: 11px 12px 11px 20px;
  transform: translate(var(--mx), var(--my));
  background: linear-gradient(180deg, #fbf8f2 0%, #f0e9d8 100%);
  color: var(--ink);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45);
  text-decoration: none;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,.6) inset,
    0 0 0 1px rgba(217,138,74,.18),
    0 18px 40px -16px rgba(0,0,0,.55),
    0 4px 14px -6px rgba(217,138,74,.35);
  transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s cubic-bezier(.16,1,.3,1);
}
.v01-cta::before {
  content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: radial-gradient(120% 140% at 0% 0%, rgba(255,255,255,.7) 0%, transparent 50%);
}
.v01-cta-shine {
  position: absolute; top: 0; bottom: 0; width: 50%; left: -60%;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.55) 50%, transparent 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .9s cubic-bezier(.16,1,.3,1);
}
.v01-cta:hover { transform: translate(var(--mx), calc(var(--my) - 3px));
  box-shadow:
    0 1px 0 rgba(255,255,255,.7) inset,
    0 0 0 1px rgba(217,138,74,.28),
    0 28px 60px -18px rgba(0,0,0,.65),
    0 8px 18px -8px rgba(217,138,74,.55);
}
.v01-cta:hover .v01-cta-shine { left: 110%; }
.v01-cta:active { transform: translate(var(--mx), calc(var(--my) - 1px)); }
.v01-cta-body { display: flex; flex-direction: column; line-height: 1.1; }
.v01-cta-label {
  font-family: var(--font-sans); font-weight: 600; font-size: 14px;
  color: var(--ink); letter-spacing: -.005em;
}
.v01-cta-meta {
  margin-top: 5px;
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--amber-deep);
}
.v01-cta-orb {
  position: relative;
  width: 38px; height: 38px; flex: 0 0 38px;
  border-radius: 50%;
  background: radial-gradient(120% 120% at 30% 25%, #f0c89c 0%, var(--amber) 55%, var(--terracotta) 100%);
  color: #2a1808;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow:
    0 1px 0 rgba(255,255,255,.5) inset,
    0 -2px 6px rgba(138,79,35,.4) inset,
    0 6px 14px -4px rgba(217,138,74,.65);
  transition: transform .45s cubic-bezier(.16,1,.3,1);
}
.v01-cta-orb-ring {
  position: absolute; inset: -6px; border-radius: 50%;
  border: 1px solid rgba(217,138,74,.55);
  opacity: 0;
  animation: ndOrbPing 2.6s cubic-bezier(.16,1,.3,1) infinite;
}
@keyframes ndOrbPing {
  0%   { transform: scale(.9); opacity: .8; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}
.v01-cta-orb-arrow {
  font-size: 18px; font-weight: 600;
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.v01-cta:hover .v01-cta-orb { transform: rotate(-12deg) scale(1.04); }
.v01-cta:hover .v01-cta-orb-arrow { transform: translateX(2px); }
.v01-ghost {
  position: relative;
  display: inline-flex; align-items: center; gap: 14px;
  padding: 11px 18px 11px 16px;
  border-radius: 999px;
  background: rgba(251,248,242,.04);
  border: 1px solid rgba(251,248,242,.16);
  color: var(--ink-on-dark);
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .3s ease, border-color .3s ease, transform .35s cubic-bezier(.16,1,.3,1);
}
.v01-ghost-num {
  font-family: var(--font-serif); font-style: italic; font-size: 22px; line-height: 1;
  color: var(--terracotta-soft, #e89272);
  border-right: 1px solid rgba(251,248,242,.18);
  padding-right: 14px;
  letter-spacing: -.01em;
}
.v01-ghost-label {
  font-family: var(--font-sans); font-size: 14px; font-weight: 500;
  color: var(--ink-on-dark);
}
.v01-ghost-arrow {
  font-family: var(--font-mono); font-size: 13px;
  color: rgba(251,248,242,.55);
  transition: transform .35s cubic-bezier(.16,1,.3,1), color .3s ease;
}
.v01-ghost:hover {
  background: rgba(251,248,242,.09);
  border-color: rgba(217,119,87,.55);
  transform: translateY(-2px);
}
.v01-ghost:hover .v01-ghost-arrow { transform: translateX(4px); color: var(--terracotta); }
.v01-ghost:hover .v01-ghost-num { color: var(--terracotta); }
@media (prefers-reduced-motion: reduce) {
  .lt, .nd-hero-deck, .nd-hero-actions, .v01-paystub, .v01-line,
  .v01-feed, .v01-trust, .v01-scroll {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .v01-photo { animation: none !important; }
}

/* ============================================================
   POP — high-contrast overrides so every element pops against
   the architectural photo + dark veil.
   These come last so they win the cascade over the design's
   inherited rgba(.78) etc. greys.
   ============================================================ */

/* Headline: explicit cream + soft drop shadow on every letter */
.nd-hero .nd-hero-h1 {
  color: #fbf8f2 !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.55), 0 1px 2px rgba(0,0,0,.45);
}
.nd-hero .nd-hero-h1 .lt {
  color: #fbf8f2;
}
/* Keep "paycheck" gradient — its .lt rule already overrides via specificity */
.nd-hero .v01-paychk .lt {
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 24px rgba(217,119,87,.55);
}

/* Stronger left-side veil so the headline column is always legible */
.nd-hero .nd-hero-veil {
  background:
    radial-gradient(ellipse 60% 75% at 22% 50%, rgba(15,24,24,.78) 0%, rgba(15,24,24,0) 70%),
    linear-gradient(180deg, rgba(15,24,24,.45) 0%, rgba(15,24,24,0) 28%, rgba(15,24,24,0) 70%, rgba(15,24,24,.6) 100%);
}

/* Deck — much brighter, with shadow */
.nd-hero .nd-hero-deck {
  color: #f5efe2;
  font-size: 17px;
  text-shadow: 0 1px 12px rgba(0,0,0,.55);
}
.nd-hero .nd-hero-deck em { color: #fbf8f2; font-weight: 500; }

/* Eyebrow + live ticker text — full opacity */
.nd-hero .nd-hero-eyebrow {
  color: #fbf8f2;
  background: rgba(15,24,24,.55);
  border-color: rgba(255,255,255,.22);
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.nd-hero .v01-feed { background: rgba(15,24,24,.5); border-color: rgba(255,255,255,.18); }
.nd-hero .v01-feed-item { color: #fbf8f2; }
.nd-hero .v01-feed-item .ago { color: rgba(251,248,242,.7); }
.nd-hero .v01-feed-item .dot { color: rgba(251,248,242,.55); }
.nd-hero .v01-feed-item .unit { color: #5fc8b6; }
.nd-hero .v01-feed-item .amt { color: #ffc78a; text-shadow: 0 1px 8px rgba(217,138,74,.45); }

/* Trust strip */
.nd-hero .v01-trust {
  background: rgba(15,24,24,.55);
  border-color: rgba(255,255,255,.18);
}
.nd-hero .v01-trust-line { color: #fbf8f2; }
.nd-hero .v01-trust-line em { color: #ffb38a; }
.nd-hero .v01-trust-meta { color: rgba(251,248,242,.78); }
.nd-hero .v01-trust-readers { color: #ffb38a; text-shadow: 0 1px 8px rgba(217,119,87,.4); }
.nd-hero .v01-trust-readers-label { color: rgba(251,248,242,.78); }
.nd-hero .v01-trust-stars { border-left-color: rgba(251,248,242,.28); }

/* Paystub: lift glass, brighten labels and amounts */
.nd-hero .v01-paystub {
  background: rgba(15,24,24,.42);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 30px 90px -28px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.nd-hero .v01-stub-head { color: rgba(251,248,242,.85); }
.nd-hero .v01-line { color: #fbf8f2; }
.nd-hero .v01-line .lbl { color: rgba(251,248,242,.85); }
.nd-hero .v01-line .amt { color: #fbf8f2; }
.nd-hero .v01-line.plus  .amt { color: #ffc78a; text-shadow: 0 0 14px rgba(255,199,138,.35); }
.nd-hero .v01-line.minus .amt { color: #ffb3a3; text-shadow: 0 0 14px rgba(255,156,138,.5); }
.nd-hero .v01-line.total .amt { color: #ffffff; font-size: 16px; }
.nd-hero .v01-stub-foot { color: rgba(251,248,242,.78); }
.nd-hero .v01-stub-foot .ok { color: #6ee7d2; }
.nd-hero .v01-stub-foot .ok::before { background: #6ee7d2; box-shadow: 0 0 0 3px rgba(110,231,210,.28); }

/* Hero number inside stub — much brighter */
.nd-hero .v01-hero-num { color: #fbf8f2; }
.nd-hero .v01-hero-num.scenario-default { color: #ffffff; text-shadow: 0 0 30px rgba(255,255,255,.35); }
.nd-hero .v01-hero-num.scenario-warn   { color: #ffd2c2; text-shadow: 0 0 28px rgba(255,210,194,.6); }
.nd-hero .v01-hero-num.scenario-gain   { color: #ffd9a8; text-shadow: 0 0 28px rgba(255,217,168,.55); }
.nd-hero .v01-scenario-label { color: rgba(251,248,242,.85); }

/* CTA orb — brighter amber gradient + stronger glow */
.nd-hero .v01-cta-orb {
  background: radial-gradient(120% 120% at 30% 25%, #ffe1b8 0%, #f0a868 55%, #f08767 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.6) inset,
    0 -2px 6px rgba(184,115,51,.4) inset,
    0 8px 18px -4px rgba(240,168,104,.85);
}
.nd-hero .v01-cta-meta { color: #b87333; }

/* Ghost button — brighter accents */
.nd-hero .v01-ghost {
  background: rgba(15,24,24,.55);
  border-color: rgba(251,248,242,.28);
}
.nd-hero .v01-ghost-num { color: #ffb38a; }
.nd-hero .v01-ghost-label { color: #fbf8f2; }
.nd-hero .v01-ghost-arrow { color: rgba(251,248,242,.7); }

/* Bottom meta strip — louder numbers, brighter labels */
.nd-hero .nd-hero-meta { color: rgba(251,248,242,.75); }
.nd-hero .nd-hero-meta .stats .n {
  color: #fbf8f2;
  font-size: 26px;
  text-shadow: 0 1px 12px rgba(0,0,0,.5);
}
.nd-hero .nd-hero-meta .stats .l { color: rgba(251,248,242,.7); font-weight: 500; }
.nd-hero .nd-hero-meta .vol { color: rgba(251,248,242,.7); }

/* Scroll cue */
.nd-hero .v01-scroll-word { color: rgba(251,248,242,.78); }

/* ============================================================
   MOBILE — paystub hidden below 980px, so reclaim that space.
   Tighten paddings, scale type for narrow screens.
   ============================================================ */
@media (max-width: 980px) {
  .nd-hero-inner { padding: 48px 24px 72px; }
}
@media (max-width: 720px) {
  .nd-hero { min-height: auto; }
  .nd-hero-inner { padding: 40px 20px 56px; }
  .nd-hero h1, .nd-hero-h1 { font-size: clamp(34px, 8.4vw, 52px); }
  .nd-hero .nd-hero-deck { font-size: 16px; max-width: 100%; }
  .nd-hero-actions { gap: 12px; margin-top: 20px; }
  .v01-cta { padding: 10px 12px 10px 18px; }
  .v01-cta-label { font-size: 14px; }
  .v01-cta-meta { font-size: 9px; }
  .v01-ghost { padding: 10px 16px 10px 14px; }
  .v01-ghost-num { font-size: 18px; padding-right: 10px; }
  .v01-ghost-label { font-size: 13px; }
  .nd-hero-eyebrow { font-size: 10px; padding: 6px 12px; }
  .v01-feed { margin-top: 12px; padding: 6px 14px 6px 6px; }
  .v01-feed-window { width: 220px; height: 16px; }
  .nd-hero-meta { position: static; margin-top: 28px; padding: 0 4px; }
  .nd-hero-meta .stats { gap: 18px; flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .nd-hero-inner { padding: 32px 18px 48px; }
  .nd-hero h1, .nd-hero-h1 { font-size: clamp(30px, 9vw, 44px); }
  .nd-hero-actions { flex-direction: column; align-items: stretch; }
  .v01-cta, .v01-ghost { width: 100%; justify-content: center; }
  .v01-feed-window { width: 180px; }
  .nd-hero-meta .stats .n { font-size: 20px; }
}
