:root {
  --bg: #050b14;
  --deep: #07111d;
  --panel: #0e1a2b;
  --panel-2: #12243a;
  --line: #263a55;
  --ink: #f8fbff;
  --muted: #a8b8c8;
  --soft: #d7e3ef;
  --green: #5bffad;
  --green-2: #21c87d;
  --cyan: #5cc7ff;
  --amber: #f2c14e;
  --coral: #ff725f;
  --paper: #f8fbff;
  --text: #111827;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 74% 8%, rgba(91,255,173,.16), transparent 30%),
    radial-gradient(circle at 16% 82%, rgba(92,199,255,.10), transparent 28%),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.hidden { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 42px);
  background: rgba(5, 11, 20, .82);
  border-bottom: 1px solid rgba(38,58,85,.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(91,255,173,.72);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(91,255,173,.06);
}

.nav-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-weight: 800;
}

.header-cta,
.primary-btn,
.secondary-btn,
.text-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(91,255,173,.48);
  padding: 12px 16px;
  font-family: inherit;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}

.primary-btn,
.header-cta {
  background: var(--green);
  color: #061018;
  box-shadow: 0 16px 38px rgba(91,255,173,.15);
}

.secondary-btn,
.ghost-btn {
  background: rgba(255,255,255,.06);
  color: var(--ink);
  border-color: var(--line);
}

.text-btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline;
  align-items: center;
  justify-content: center;
  min-height: auto;
  background: transparent;
  color: var(--muted);
  border: 0;
  box-shadow: none;
  padding: 0;
  font: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  width: min(1420px, calc(100% - 36px));
  min-height: calc(100vh - 96px);
  margin: 18px auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 48px);
  background: linear-gradient(135deg, rgba(14,26,43,.96), rgba(5,11,20,.97));
  box-shadow: 0 34px 110px rgba(0,0,0,.42);
  overflow: hidden;
}

.eyebrow {
  color: var(--green);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(4rem, 8vw, 7.8rem);
  line-height: .88;
  letter-spacing: 0;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .96;
  letter-spacing: 0;
}

.hero-lede {
  color: var(--soft);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  max-width: 660px;
}

.hero-actions,
.result-actions,
.quiz-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.result-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  align-items: center;
  max-width: 640px;
  margin-top: 22px;
}

.result-actions .primary-btn,
.result-actions .proof-btn {
  width: 100%;
}

.result-support {
  max-width: 640px;
  margin-top: 14px;
  border: 1px solid rgba(38,58,85,.82);
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(255,255,255,.035);
}

.result-support.compact {
  margin-top: 14px;
}

.trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
}

.hero-radar-panel,
.mini-radar-panel {
  display: grid;
  place-items: center;
  min-height: 560px;
  border: 1px solid rgba(38,58,85,.72);
  border-radius: 14px;
  background: radial-gradient(circle at center, rgba(91,255,173,.08), transparent 52%), #06101c;
  position: relative;
  overflow: hidden;
}

.radar {
  width: min(560px, 92vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(91,255,173,.28);
  position: relative;
  background:
    linear-gradient(90deg, rgba(91,255,173,.035) 1px, transparent 1px) 0 0/32px 32px,
    linear-gradient(180deg, rgba(91,255,173,.035) 1px, transparent 1px) 0 0/32px 32px,
    radial-gradient(circle, rgba(91,255,173,.08), transparent 60%),
    #06101c;
  box-shadow: inset 0 0 90px rgba(91,255,173,.06), 0 0 80px rgba(91,255,173,.10);
  overflow: hidden;
}

.radar-ring,
.radar-cross,
.radar-sweep,
.blip,
.cluster-dot,
.radar-point {
  position: absolute;
}

.radar-ring {
  inset: 20%;
  border: 1px solid rgba(91,255,173,.20);
  border-radius: 50%;
  z-index: 1;
}
.ring-2 { inset: 36%; }
.ring-3 { inset: 7%; }
.cross-x { left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(91,255,173,.16); z-index: 1; }
.cross-y { top: 50%; left: 0; right: 0; height: 1px; background: rgba(91,255,173,.16); z-index: 1; }

.radar-sweep {
  inset: -8%;
  border-radius: 50%;
  background: conic-gradient(from 30deg, rgba(91,255,173,.40), rgba(91,255,173,.08) 17deg, transparent 50deg);
  animation: radar-spin 4.5s linear infinite;
  z-index: 4;
  pointer-events: none;
}

@keyframes radar-spin { to { transform: rotate(360deg); } }

.blip,
.cluster-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
  animation: pulse 2.6s ease-in-out infinite;
}

.warning { background: var(--amber); box-shadow: 0 0 18px rgba(242,193,78,.85); }
.blip-a { left: 58%; top: 32%; }
.blip-b { left: 43%; top: 40%; }
.blip-c { left: 29%; top: 61%; }
.blip-d { left: 64%; top: 67%; }
.dot-1 { left: 52%; top: 35%; }
.dot-2 { left: 58%; top: 31%; }
.dot-3 { left: 35%; top: 63%; }
.dot-4 { left: 28%; top: 57%; }
.dot-5 { left: 62%; top: 68%; }

@keyframes pulse {
  50% { transform: scale(1.35); opacity: .7; }
}

.radar-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--line);
  background: rgba(3,8,17,.86);
  z-index: 3;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.radar-core strong {
  display: block;
  color: var(--green);
  font-size: 1.7rem;
}

.radar-core.compact {
  width: 76px;
  height: 76px;
  font-size: .7rem;
}

.radar-point {
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(248,251,255,.82);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 0 16px rgba(3,8,17,.95);
  transform: translate(-50%, -50%);
}

.point-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
  animation: pulse 2.6s ease-in-out infinite;
  flex: 0 0 auto;
}

.point-dot.warning {
  background: var(--amber);
  box-shadow: 0 0 18px rgba(242,193,78,.85);
}

.point-you {
  left: 50%;
  top: 50%;
  padding: 10px 12px;
  border: 1px solid rgba(91,255,173,.30);
  border-radius: 999px;
  background: rgba(3,8,17,.44);
}

.point-peers {
  left: 31%;
  top: 42%;
}

.point-role {
  left: 67%;
  top: 66%;
}

.point-future {
  left: 66%;
  top: 27%;
  color: rgba(255,244,214,.92);
}

/* Legacy marker retained in case old cached markup is open. */
.you-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(248,251,255,.82);
  border: 1px solid rgba(91,255,173,.32);
  background: rgba(3,8,17,.45);
  box-shadow: 0 0 28px rgba(91,255,173,.14);
  font-size: .78rem;
  font-weight: 950;
  transform: translate(-50%, -50%);
}

.radar-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  background: rgba(3,8,17,.78);
}

.radar-caption span,
.small-note {
  color: var(--muted);
  font-size: .9rem;
}

.result-note {
  margin: 0;
  max-width: 620px;
  text-align: left;
  color: var(--soft);
  font-size: clamp(.98rem, 1.35vw, 1.06rem);
  line-height: 1.58;
  letter-spacing: 0;
}

.result-note .text-btn {
  display: block;
  width: fit-content;
  margin-bottom: 7px;
  color: var(--ink);
  font-weight: 950;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

.result-note strong {
  color: var(--ink);
  font-weight: 950;
}

.radar-caption strong { display: block; margin-top: 4px; }

.section-strip {
  width: min(1420px, calc(100% - 36px));
  margin: 18px auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(14,26,43,.78);
}

.steps-grid,
.report-grid,
.hook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.steps-grid article,
.report-grid article,
.hook-grid article {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  background: rgba(255,255,255,.045);
}

.steps-grid span {
  color: var(--green);
  font-weight: 950;
}

.paid-conversion {
  width: min(1420px, calc(100% - 36px));
  margin: 18px auto 80px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
  border: 1px solid rgba(91,255,173,.22);
  border-radius: 16px;
  padding: clamp(22px, 4vw, 42px);
  background:
    radial-gradient(circle at 78% 16%, rgba(91,255,173,.14), transparent 30%),
    linear-gradient(135deg, rgba(14,26,43,.94), rgba(5,11,20,.98));
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}

.paid-conversion-copy {
  display: grid;
  align-content: center;
}

.paid-conversion-copy h2 {
  max-width: 760px;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.paid-conversion-copy p {
  max-width: 680px;
  color: var(--soft);
  font-size: 1.1rem;
}

.paid-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.paid-value-grid article {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  border: 1px solid rgba(215,227,239,.14);
  border-radius: 10px;
  padding: 18px;
  background: rgba(255,255,255,.052);
}

.paid-value-grid span {
  color: var(--green);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.paid-value-grid h3 {
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.08;
  margin-bottom: 6px;
}

.paid-value-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.quiz-shell,
.result-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto;
}

.quiz-card,
.result-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(14,26,43,.98), rgba(5,11,20,.98));
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 28px 90px rgba(0,0,0,.32);
}

.quiz-topline,
.result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.quiz-topline span {
  color: var(--green);
  font-weight: 950;
}

.progress-track {
  height: 10px;
  border-radius: 999px;
  background: #102033;
  overflow: hidden;
  margin: 16px 0 22px;
}

.progress-track span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  transition: width .25s ease;
}

.barometer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: -6px 0 22px;
}

.barometer-step {
  min-height: 40px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 8px;
  color: var(--muted);
  background: rgba(255,255,255,.04);
  font-size: .78rem;
  font-weight: 900;
}

.barometer-step.active {
  color: #061018;
  border-color: rgba(91,255,173,.78);
  background: var(--green);
}

.barometer-step.complete {
  color: var(--green);
  border-color: rgba(91,255,173,.42);
  background: rgba(91,255,173,.08);
}

.quiz-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 22px;
}

.mini-radar-panel {
  min-height: 460px;
}

.mini-radar-panel .radar {
  width: min(320px, 80vw);
}

.cluster-radar {
  transition: box-shadow .25s ease, border-color .25s ease;
}

.cluster-zone,
.cluster-point {
  position: absolute;
  opacity: 0;
  transition: opacity .28s ease, transform .28s ease;
}

.cluster-zone {
  border: 1px solid rgba(91,255,173,.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91,255,173,.10), transparent 68%);
  filter: blur(.2px);
  z-index: 2;
}

.zone-safety {
  left: 28%;
  top: 66%;
  width: 116px;
  height: 78px;
  border-color: rgba(242,193,78,.28);
  background: radial-gradient(circle, rgba(242,193,78,.13), transparent 68%);
}

.zone-workflow {
  left: 70%;
  top: 66%;
  width: 112px;
  height: 82px;
}

.zone-confidence {
  left: 68%;
  top: 30%;
  width: 106px;
  height: 78px;
}

.cluster-point {
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(248,251,255,.82);
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(3,8,17,.95);
  transform: translate(-50%, -50%) scale(.92);
}

.cluster-point.main {
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(91,255,173,.24);
  background: rgba(3,8,17,.34);
}

.cluster-point.ghost .cluster-dot {
  width: 9px;
  height: 9px;
  opacity: .75;
}

.cluster-point .cluster-dot {
  position: static;
  flex: 0 0 auto;
}

.cluster-safety.main { left: 30%; top: 68%; }
.cluster-safety.ghost.one { left: 24%; top: 55%; }
.cluster-safety.ghost.two { left: 38%; top: 72%; }
.cluster-workflow.main { left: 73%; top: 68%; }
.cluster-workflow.ghost.one { left: 62%; top: 59%; }
.cluster-confidence.main { left: 70%; top: 29%; }

.cluster-radar[data-stage="1"] .cluster-safety.main,
.cluster-radar[data-stage="1"] .zone-safety {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.cluster-radar[data-stage="2"] .cluster-safety,
.cluster-radar[data-stage="2"] .zone-safety,
.cluster-radar[data-stage="2"] .cluster-workflow.main,
.cluster-radar[data-stage="2"] .zone-workflow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.cluster-radar[data-stage="3"] .cluster-safety,
.cluster-radar[data-stage="3"] .zone-safety,
.cluster-radar[data-stage="3"] .cluster-workflow,
.cluster-radar[data-stage="3"] .zone-workflow,
.cluster-radar[data-stage="3"] .cluster-confidence.main,
.cluster-radar[data-stage="3"] .zone-confidence,
.cluster-radar[data-stage="4"] .cluster-safety,
.cluster-radar[data-stage="4"] .zone-safety,
.cluster-radar[data-stage="4"] .cluster-workflow,
.cluster-radar[data-stage="4"] .zone-workflow,
.cluster-radar[data-stage="4"] .cluster-confidence,
.cluster-radar[data-stage="4"] .zone-confidence {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.cluster-radar[data-stage="4"] {
  border-color: rgba(91,255,173,.52);
  box-shadow: inset 0 0 90px rgba(91,255,173,.09), 0 0 90px rgba(91,255,173,.14);
}

.mini-radar-panel p {
  color: var(--muted);
  text-align: center;
  max-width: 280px;
  margin: 0;
}

.question-panel {
  border-radius: 12px;
  background: var(--paper);
  color: var(--text);
  padding: clamp(18px, 3vw, 28px);
}

.question-count {
  color: #667085;
  font-weight: 950;
  margin-bottom: 8px;
}

.question-panel h2 {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 4rem);
  max-width: 760px;
}

.answers {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.answer-btn {
  min-height: 62px;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 14px 16px;
  text-align: left;
  background: #f8fbff;
  color: var(--text);
  font-weight: 850;
}

.answer-btn:hover,
.answer-btn.selected {
  background: #e9fff5;
  border-color: #9de8c5;
}

.quiz-actions .secondary-btn { color: var(--text); background: white; }

.result-header {
  align-items: start;
  margin-bottom: 24px;
}

.confidence-meter {
  min-width: 190px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  background: rgba(255,255,255,.05);
}

.confidence-meter span {
  color: var(--muted);
  display: block;
  font-weight: 800;
}

.confidence-meter strong {
  color: var(--green);
  font-size: 1.5rem;
}

.result-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 22px;
}

.result-radar {
  display: grid;
  gap: 12px;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  background: rgba(255,255,255,.045);
}

.score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  min-height: 58px;
  padding: 10px 0;
}

.score-row:last-child {
  border-bottom: 0;
}

.score-row span { color: var(--muted); }
.score-row b { color: var(--green); }

.free-insight,
.paid-preview {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  margin: 16px 0;
  background: rgba(255,255,255,.045);
}

.free-insight span,
.paid-preview span {
  display: block;
  color: var(--green);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.free-insight strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.35;
}

.paid-preview ul {
  margin: 0;
  padding-left: 18px;
  color: var(--soft);
}

.paid-preview li + li {
  margin-top: 6px;
}

.library-path-preview {
  border: 1px solid rgba(91,255,173,.18);
  border-radius: 10px;
  padding: 14px;
  margin: 14px 0;
  background: rgba(91,255,173,.055);
}

.library-path-preview > span {
  display: block;
  color: var(--green);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.library-path-preview p {
  color: var(--soft);
  margin: 0 0 12px;
  font-size: .94rem;
}

.library-path-list {
  display: grid;
  gap: 8px;
}

.library-path-card {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(38,58,85,.92);
  border-radius: 9px;
  padding: 10px 11px;
  background: rgba(255,255,255,.055);
}

.library-path-card span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.library-path-card strong {
  color: var(--soft);
  font-size: .94rem;
}

.library-path-card.locked {
  position: relative;
  cursor: default;
}

.library-path-card em {
  color: var(--green);
  font-size: .74rem;
  font-style: normal;
  font-weight: 950;
}

.report-splash {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(18px, 3vw, 28px);
  background:
    radial-gradient(circle at 72% 16%, rgba(92,199,255,.12), transparent 34%),
    linear-gradient(135deg, rgba(14,26,43,.96), rgba(5,11,20,.98));
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.splash-intro {
  max-width: 900px;
}

.splash-intro h2 {
  max-width: 920px;
}

.splash-intro p:last-child {
  color: var(--soft);
  font-size: 1.05rem;
  max-width: 780px;
}

.output-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr .9fr;
  gap: 14px;
  margin-top: 22px;
}

.report-page-preview,
.seven-day-preview,
.prompt-preview {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  background: rgba(255,255,255,.045);
}

.report-page-preview {
  background: var(--paper);
  color: var(--text);
}

.mock-report-header {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid #dce5ef;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.mock-report-header span,
.mock-report-block span,
.preview-label {
  color: var(--green);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.report-page-preview .mock-report-header span,
.report-page-preview .mock-report-block span {
  color: #047857;
}

.mock-report-header strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.mock-report-block {
  border: 1px solid #dce5ef;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
}

.mock-report-block p {
  margin: 6px 0 0;
  color: #263244;
}

.mock-report-block.muted {
  background: #f1f6fb;
}

.mock-report-lines,
.value-stack {
  display: grid;
  gap: 8px;
}

.mock-report-lines span {
  height: 8px;
  border-radius: 999px;
  background: #dce5ef;
}

.mock-report-lines span:nth-child(2) { width: 82%; }
.mock-report-lines span:nth-child(3) { width: 62%; }

.value-stack span {
  border: 1px solid #dce5ef;
  border-radius: 999px;
  padding: 8px 10px;
  color: #263244;
  background: #f1f6fb;
  font-size: .88rem;
  font-weight: 850;
}

.seven-day-preview ol {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.seven-day-preview li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 10px;
}

.seven-day-preview li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.seven-day-preview strong {
  color: var(--green);
}

.seven-day-preview span:not(.preview-label) {
  color: var(--soft);
}

.prompt-preview {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prompt-card {
  border: 1px solid rgba(91,255,173,.34);
  border-radius: 10px;
  padding: 14px;
  background: #f8fbff;
  color: var(--text);
  box-shadow: inset 4px 0 0 rgba(91,255,173,.72);
}

.prompt-preview h3 {
  margin-bottom: 0;
}

.prompt-context {
  color: var(--soft);
  margin-bottom: 0;
}

.prompt-chip {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  padding: 5px 8px;
  color: #065f46;
  background: #dfffee;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prompt-card p {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.35;
  margin: 12px 0 0;
}

.prompt-returns {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  background: rgba(255,255,255,.04);
}

.prompt-returns span {
  color: var(--green);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prompt-returns strong {
  color: var(--soft);
  font-size: .92rem;
  line-height: 1.35;
}

.prompt-preview .secondary-btn {
  text-align: center;
}

.feedback-panel {
  margin-top: 18px;
  border: 1px solid rgba(91,255,173,.28);
  border-radius: 12px;
  padding: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(91,255,173,.14), transparent 34%),
    rgba(255,255,255,.045);
}

.feedback-panel h3 {
  max-width: 760px;
}

.feedback-panel p {
  color: var(--soft);
  max-width: 760px;
}

.feedback-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.feedback-options button {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px 12px;
  background: rgba(255,255,255,.055);
  color: var(--soft);
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.feedback-options button:hover,
.feedback-options button.selected {
  border-color: rgba(91,255,173,.72);
  color: var(--ink);
  background: rgba(91,255,173,.12);
}

.feedback-note {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feedback-note textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 12px;
  background: rgba(3,8,17,.66);
  color: var(--ink);
  font: inherit;
  resize: vertical;
  text-transform: none;
  letter-spacing: 0;
}

.feedback-note textarea:focus {
  outline: 2px solid rgba(91,255,173,.38);
  border-color: rgba(91,255,173,.7);
}

.feedback-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.feedback-thanks {
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 900;
}

.library-hub-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 8%, rgba(91,255,173,.14), transparent 30%),
    radial-gradient(circle at 12% 70%, rgba(92,199,255,.12), transparent 26%),
    #050b14;
  color: var(--ink);
}

.library-hub {
  width: min(1380px, calc(100% - 36px));
  margin: 0 auto;
  padding: 22px 0 72px;
}

.library-hub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 12px 0 22px;
}

.library-hub-nav .secondary-btn {
  border-color: rgba(215,227,239,.24);
  background: rgba(255,255,255,.06);
  color: var(--ink);
}

.library-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.05fr .65fr;
  gap: 22px;
  align-items: stretch;
  border: 1px solid rgba(38,58,85,.82);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(14,26,43,.96), rgba(5,11,20,.98));
  box-shadow: 0 34px 110px rgba(0,0,0,.38);
  overflow: hidden;
}

.library-hero h1 {
  max-width: 880px;
  font-size: clamp(3.8rem, 7.4vw, 7.2rem);
  line-height: .9;
}

.library-radar-card {
  min-height: 420px;
  display: grid;
  align-content: end;
  border: 1px solid rgba(91,255,173,.28);
  border-radius: 14px;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(91,255,173,.12), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  position: relative;
  overflow: hidden;
}

.library-radar-card p {
  color: var(--green);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.library-radar-card strong {
  max-width: 360px;
  color: var(--soft);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.12;
}

.mini-signal {
  position: absolute;
  inset: 24px 24px auto auto;
  width: min(290px, 68vw);
  aspect-ratio: 1;
  border: 1px solid rgba(91,255,173,.22);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 30%, rgba(91,255,173,.10) 31%, transparent 32%),
    radial-gradient(circle, transparent 52%, rgba(91,255,173,.14) 53%, transparent 54%),
    linear-gradient(90deg, transparent 49.6%, rgba(91,255,173,.16) 50%, transparent 50.4%),
    linear-gradient(180deg, transparent 49.6%, rgba(91,255,173,.16) 50%, transparent 50.4%);
  box-shadow: inset 0 0 70px rgba(91,255,173,.08);
}

.mini-signal span,
.mini-signal i {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.mini-signal span:nth-child(1) { left: 58%; top: 28%; }
.mini-signal span:nth-child(2) { left: 35%; top: 60%; }
.mini-signal span:nth-child(3) { left: 68%; top: 66%; }
.mini-signal i {
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  width: 48%;
  height: 2px;
  border-radius: 999px;
  animation: radar-spin 4.5s linear infinite;
}

.library-command {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
  margin-top: 18px;
}

.library-search-panel,
.library-live-panel,
.library-feature-row article,
.library-content {
  border: 1px solid rgba(38,58,85,.82);
  border-radius: 14px;
  background: rgba(14,26,43,.92);
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
}

.library-search-panel {
  padding: 22px;
}

.library-search-panel h2 {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
}

.library-live-panel {
  padding: 22px;
  display: grid;
  align-content: center;
}

.library-live-panel span,
.library-feature-row span {
  display: block;
  color: var(--green);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.library-live-panel strong,
.library-feature-row h3 {
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.1;
}

.library-live-panel p,
.library-feature-row p {
  color: var(--muted);
  margin: 8px 0 0;
}

.library-hub-body .library-search input,
.library-hub-body .library-count {
  border-color: rgba(91,255,173,.32);
  color: var(--ink);
  background: rgba(255,255,255,.06);
}

.library-hub-body .library-search input::placeholder {
  color: rgba(215,227,239,.62);
}

.library-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.library-feature-row article {
  padding: 18px;
}

.library-content {
  padding: clamp(18px, 3vw, 28px);
  margin-top: 18px;
}

.library-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.library-section-heading h2 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.library-hub-body .library-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.library-hub-body .library-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  border-color: rgba(215,227,239,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  color: var(--ink);
}

.library-hub-body .library-card:hover {
  border-color: rgba(91,255,173,.42);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.library-hub-body .library-card h3 {
  color: var(--ink);
  font-size: 1.24rem;
}

.library-hub-body .library-card p {
  color: var(--muted);
}

.sample-report-body {
  background: #eef4f8;
  color: var(--text);
}

.sample-report-shell {
  width: min(1080px, calc(100% - 36px));
  margin: 24px auto;
  display: grid;
  gap: 18px;
}

.sample-report-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--text);
}

.report-nav-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.sample-report-nav .brand {
  color: var(--text);
}

.sample-report-nav .secondary-btn {
  color: var(--text);
  background: #ffffff;
  border-color: #9aabba;
}

.sample-report-body .sample-proof-actions .secondary-btn,
.sample-report-body .sample-inline-cta .secondary-btn {
  color: var(--text);
  background: #ffffff;
  border-color: #9aabba;
}

.sample-report-nav .primary-btn {
  color: #061018;
  background: var(--green);
}

.sample-report {
  border: 1px solid #d8e2ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(17,24,39,.12);
  overflow: hidden;
}

.paid-report-shell {
  width: min(1180px, calc(100% - 36px));
}

.report-build {
  min-height: 68vh;
  display: grid;
  align-items: center;
  border: 1px solid #d8e2ea;
  border-radius: 12px;
  padding: clamp(22px, 5vw, 58px);
  color: var(--ink);
  background:
    radial-gradient(circle at 28% 28%, rgba(91,255,173,.2), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(92,199,255,.12), transparent 34%),
    linear-gradient(135deg, #07111d, #0e1a2b);
  box-shadow: 0 24px 80px rgba(17,24,39,.12);
  overflow: hidden;
}

.build-stage {
  display: grid;
  grid-template-columns: minmax(250px, .82fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  width: 100%;
}

.build-copy {
  display: grid;
  gap: 16px;
}

.build-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.55;
}

.report-build h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: .96;
}

.build-steps {
  display: grid;
  gap: 10px;
  width: min(560px, 100%);
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-weight: 850;
}

.build-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(91,255,173,.24);
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255,255,255,.05);
  animation: buildStepPulse 2.8s ease-in-out infinite;
}

.build-steps li:nth-child(2) { animation-delay: .4s; }
.build-steps li:nth-child(3) { animation-delay: .8s; }

.build-steps span {
  color: var(--green);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.build-proof {
  display: grid;
  gap: 6px;
  width: min(560px, 100%);
  border: 1px solid rgba(91,255,173,.28);
  border-radius: 10px;
  padding: 14px;
  background: rgba(91,255,173,.07);
}

.build-progress {
  display: grid;
  gap: 10px;
  width: min(560px, 100%);
  margin-top: 2px;
}

.build-progress-track {
  height: 12px;
  border: 1px solid rgba(91,255,173,.28);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.07);
}

.build-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(91,255,173,.66), var(--green));
  box-shadow: 0 0 24px rgba(91,255,173,.45);
  transition: width .18s linear;
}

.build-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--soft);
  font-size: .9rem;
  font-weight: 900;
}

.build-progress-meta span {
  color: var(--green);
  font-weight: 950;
}

.build-progress-meta strong {
  color: #f8fbff;
  text-align: right;
}

.build-proof span {
  color: var(--green);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.build-proof strong {
  color: #f8fbff;
  font-size: 1rem;
  line-height: 1.35;
}

.build-radar {
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(91,255,173,.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(91,255,173,.12), transparent 18%),
    linear-gradient(rgba(91,255,173,.18), rgba(91,255,173,.18)) 50% 0 / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(91,255,173,.18), rgba(91,255,173,.18)) 0 50% / 100% 1px no-repeat,
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(91,255,173,.06) 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(91,255,173,.06) 40px);
  overflow: hidden;
  justify-self: center;
  box-shadow:
    inset 0 0 70px rgba(91,255,173,.08),
    0 30px 90px rgba(0,0,0,.3);
}

.build-radar::before {
  content: "";
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  transform-origin: 50% 50%;
  background: conic-gradient(from 30deg, rgba(91,255,173,.40), rgba(91,255,173,.08) 17deg, transparent 50deg);
  animation: radar-spin 4.5s linear infinite;
  pointer-events: none;
  z-index: 2;
}

.build-radar::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 26px rgba(91,255,173,.9);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.build-radar .radar-ring {
  position: absolute;
  border: 1px solid rgba(91,255,173,.22);
  border-radius: inherit;
  z-index: 1;
}

.build-radar .ring-outer { inset: 8%; }
.build-radar .ring-middle { inset: 25%; }
.build-radar .ring-inner { inset: 42%; }

.build-radar .radar-sweep {
  position: absolute;
  inset: 50% 50% auto auto;
  width: 50%;
  height: 2px;
  transform-origin: 100% 50%;
  background: var(--green);
  animation: radar-spin 4.5s linear infinite;
}

.build-radar .radar-dot {
  position: absolute;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 22px rgba(91,255,173,.85);
  animation: buildDotPulse 2.6s ease-in-out infinite;
  z-index: 4;
}

.build-radar .radar-dot em {
  position: absolute;
  left: 18px;
  top: 50%;
  width: max-content;
  transform: translateY(-50%);
  color: #f8fbff;
  font-size: clamp(.72rem, 1.6vw, .9rem);
  font-style: normal;
  font-weight: 950;
  text-shadow: 0 0 16px rgba(5,11,20,.9);
}

.build-radar .dot-answers {
  left: 27%;
  top: 36%;
}

.build-radar .dot-pressure {
  left: 58%;
  top: 25%;
  animation-delay: .35s;
}

.build-radar .dot-pressure em,
.build-radar .dot-plan em {
  left: auto;
  right: 18px;
}

.build-radar .dot-plan {
  left: 68%;
  top: 66%;
  animation-delay: .7s;
}

.build-radar .dot-prompt {
  left: 36%;
  top: 72%;
  animation-delay: 1.05s;
}

@keyframes reportSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes buildDotPulse {
  0%, 100% { opacity: .72; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes buildStepPulse {
  0%, 100% { border-color: rgba(91,255,173,.18); }
  50% { border-color: rgba(91,255,173,.46); }
}

.paid-report-cover h1 {
  max-width: 900px;
}

.paid-report .sample-proof-actions {
  margin-top: 18px;
}

.paid-report .sample-proof-actions .primary-btn,
.paid-report .sample-proof-actions .secondary-btn {
  flex: 0 1 280px;
}

.small-print {
  margin: 14px 0 0;
  color: #5d6b7c;
  font-size: .95rem;
  font-weight: 800;
}

.report-cover {
  padding: clamp(24px, 5vw, 48px);
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 12%, rgba(91,255,173,.18), transparent 28%),
    linear-gradient(135deg, #07111d, #0e1a2b);
}

.report-cover h1 {
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.report-cover p {
  max-width: 720px;
  color: var(--soft);
  font-size: 1.15rem;
}

.report-eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.bookmark-reminder {
  color: var(--green);
  font-weight: 950;
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.report-meta span {
  border: 1px solid rgba(91,255,173,.36);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--green);
  background: rgba(91,255,173,.08);
  font-weight: 850;
}

.sample-proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  border-bottom: 1px solid #dce5ef;
  background: #f8fbff;
}

.sample-proof-strip h2 {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
}

.sample-proof-strip p:last-child {
  max-width: 780px;
  color: #3d4a5c;
  margin-bottom: 0;
}

.sample-proof-strip .eyebrow,
.report-access-note .eyebrow,
.report-section .eyebrow,
.library-page .report-section .eyebrow {
  color: #047857;
}

.sample-proof-strip .bookmark-reminder,
.report-access-note .bookmark-reminder,
.report-section .bookmark-reminder {
  border-left: 1px solid #c7d4df;
  padding-left: 10px;
  color: #075985;
}

.report-access-note {
  padding: clamp(18px, 3vw, 28px);
  border-bottom: 1px solid #dce5ef;
  background: #f3fff9;
}

.report-access-note h2 {
  max-width: 720px;
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.report-access-note p:last-child {
  max-width: 780px;
  color: #3d4a5c;
  margin-bottom: 0;
}

.sample-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
}

.sample-proof-actions .primary-btn,
.sample-proof-actions .secondary-btn {
  flex: 1 1 260px;
  justify-content: center;
  text-align: center;
}

.report-section {
  padding: clamp(22px, 4vw, 38px);
  border-bottom: 1px solid #e5edf3;
}

.report-section:last-child {
  border-bottom: 0;
}

.report-section h2 {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 840px;
}

.report-section > p {
  max-width: 820px;
  color: #3d4a5c;
  font-size: 1.05rem;
}

.report-section.lead-section {
  background: #f8fbff;
}

.report-module-grid,
.report-tool-grid,
.score-grid,
.evidence-grid,
.prompt-pack-grid,
.variant-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.report-module,
.report-tool,
.report-callout,
.score-card,
.evidence-card,
.worksheet-card,
.mini-example {
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 16px;
  background: #f8fbff;
}

.evidence-card span,
.report-module span {
  display: block;
  margin-bottom: 8px;
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidence-card h3,
.report-module h3 {
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.18;
}

.evidence-card p,
.report-module p {
  color: #3d4a5c;
}

.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.resource-links span {
  flex: 1 0 100%;
  margin: 0;
  color: #5c6b7d;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.resource-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid #b9c9d7;
  border-radius: 999px;
  padding: 7px 11px;
  color: #075985;
  background: #ffffff;
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
}

.variant-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.variant-card {
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
}

.variant-card span {
  display: block;
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.variant-card h3 {
  font-size: 1.15rem;
  line-height: 1.15;
}

.variant-card p,
.variant-card li {
  color: #3d4a5c;
  font-size: .95rem;
}

.variant-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.variant-card li + li {
  margin-top: 6px;
}

.naming-grid,
.library-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.library-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.library-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 20px;
}

.library-search input {
  min-height: 52px;
  width: 100%;
  border: 1px solid #bfd0dd;
  border-radius: 10px;
  padding: 0 16px;
  color: var(--text);
  background: #ffffff;
  font: inherit;
  font-weight: 800;
}

.library-search input:focus {
  outline: 3px solid rgba(91,255,173,.25);
  border-color: #047857;
}

.library-count {
  min-height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #bfd0dd;
  border-radius: 10px;
  padding: 0 14px;
  color: #047857;
  background: #ffffff;
  font-size: .9rem;
  font-weight: 950;
  white-space: nowrap;
}

.naming-card,
.library-card {
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
  color: var(--text);
}

.library-card {
  display: block;
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
}

.library-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(17,24,39,.10);
}

.library-card.is-fresh::after,
.library-card.is-core::after {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.library-card.is-fresh::after {
  content: "New";
  color: #061018;
  background: var(--green);
}

.library-card.is-core::after {
  content: "Core";
  color: #065f46;
  background: #dfffee;
}

.naming-card span,
.library-card span {
  display: block;
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.naming-card h3,
.library-card h3 {
  font-size: 1.15rem;
  line-height: 1.15;
}

.naming-card p,
.library-card p,
.naming-card li {
  color: #3d4a5c;
  font-size: .95rem;
}

.naming-card ol {
  margin: 12px 0;
  padding-left: 18px;
}

.naming-card li + li {
  margin-top: 6px;
}

.name-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.name-stack span {
  border-radius: 999px;
  padding: 10px 12px;
  color: #065f46;
  background: #dfffee;
  font-weight: 950;
}

.library-page .sample-report-shell {
  width: min(1160px, calc(100% - 36px));
}

.library-page .sample-report {
  border-color: rgba(38,58,85,.24);
  border-radius: 14px;
}

.library-page .report-cover {
  min-height: 360px;
  display: grid;
  align-content: end;
  background:
    radial-gradient(circle at 78% 18%, rgba(91,255,173,.22), transparent 26%),
    radial-gradient(circle at 18% 80%, rgba(92,199,255,.16), transparent 24%),
    linear-gradient(135deg, #050b14, #0e1a2b 64%, #07111d);
}

.library-page .report-cover h1 {
  max-width: 880px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

.library-page .report-section {
  background: #ffffff;
}

.library-page .report-section:nth-child(even) {
  background: #f8fbff;
}

.library-update-panel {
  background: #f8fbff;
}

.update-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.update-card {
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(17,24,39,.05);
}

.update-card span {
  display: block;
  color: #047857;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.update-card strong {
  display: block;
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.update-card p {
  color: #3d4a5c;
  margin-bottom: 0;
}

.lesson-summary {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  margin-top: 18px;
}

.lesson-summary-card,
.lesson-action-card {
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 18px;
  background: #ffffff;
}

.lesson-action-card {
  background: #0e1a2b;
  color: var(--ink);
}

.lesson-action-card p {
  color: var(--soft);
}

.lesson-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.lesson-step {
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
}

.lesson-step strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #061018;
  background: var(--green);
}

.lesson-step h3 {
  margin-bottom: 8px;
}

.lesson-step p {
  color: #3d4a5c;
  margin-bottom: 0;
}

.library-page .report-module,
.library-page .worksheet-card,
.library-page .plan-day {
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(17,24,39,.06);
}

.library-page .copy-prompt {
  border-color: rgba(91,255,173,.36);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 20px 50px rgba(17,24,39,.16);
}

.next-library-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.next-library-links a {
  border: 1px solid #bfd0dd;
  border-radius: 999px;
  padding: 9px 12px;
  color: #047857;
  background: #ffffff;
  font-weight: 950;
}

.report-module span,
.report-tool span,
.report-callout span,
.score-card span,
.worksheet-card span,
.mini-example span {
  display: block;
  color: #047857;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.report-module h3,
.report-tool h3 {
  margin-bottom: 8px;
}

.report-module p,
.report-tool p,
.report-callout p,
.score-card p,
.worksheet-card p,
.mini-example p {
  margin-bottom: 0;
  color: #3d4a5c;
}

.report-tool a,
.module-links a {
  color: #047857;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sample-locked-link {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border: 1px solid #9de8c5;
  border-radius: 999px;
  padding: 8px 10px;
  color: #065f46;
  background: #dfffee;
  font-size: .82rem;
  font-weight: 950;
}

.sample-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  border: 1px solid #9de8c5;
  border-radius: 10px;
  padding: 16px;
  background:
    radial-gradient(circle at 92% 10%, rgba(91,255,173,.22), transparent 34%),
    #f3fff9;
}

.sample-inline-cta span {
  display: block;
  color: #047857;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sample-inline-cta strong {
  display: block;
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.25;
}

.sample-inline-cta .primary-btn {
  flex: 0 0 auto;
}

.paid-prompt-pack {
  margin-top: 14px;
}

.prompt-pack-item {
  display: grid;
  gap: 10px;
}

.prompt-pack-item h3 {
  color: var(--text);
}

.field-guide-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  border: 1px solid #9de8c5;
  border-radius: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 10%, rgba(91,255,173,.22), transparent 34%),
    #f3fff9;
}

.field-guide-card span {
  display: block;
  margin-bottom: 6px;
  color: #047857;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.field-guide-card strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.1;
}

.field-guide-card p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #3d4a5c;
}

.field-guide-card .primary-btn {
  flex: 0 0 auto;
}

.final-report-note {
  margin-top: 16px;
}

.score-card strong {
  display: block;
  color: var(--text);
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.score-bar {
  height: 9px;
  border-radius: 999px;
  background: #dce5ef;
  overflow: hidden;
  margin: 10px 0;
}

.score-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #047857, #5bffad);
}

.curated-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.map-column {
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
}

.map-column h3 {
  margin-bottom: 10px;
}

.map-column ul {
  margin: 0;
  padding-left: 18px;
  color: #3d4a5c;
}

.map-column li + li {
  margin-top: 8px;
}

.module-objective {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 6px 9px;
  color: #065f46;
  background: #dfffee;
  font-size: .78rem;
  font-weight: 950;
  margin-bottom: 10px;
}

.module-links {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #3d4a5c;
}

.module-links li + li {
  margin-top: 6px;
}

.report-plan {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.plan-day {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
}

.plan-day strong {
  color: #047857;
}

.plan-day h3 {
  margin-bottom: 6px;
}

.plan-day p {
  color: #3d4a5c;
  margin-bottom: 8px;
}

.plan-day p:last-child {
  margin-bottom: 0;
}

.plan-day p strong {
  color: var(--text);
}

.plan-day .resource-links {
  margin-top: 10px;
}

.copy-prompt {
  border: 1px solid #c7d4df;
  border-radius: 10px;
  padding: 18px;
  background: #101827;
  color: #f8fbff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  line-height: 1.55;
  white-space: pre-wrap;
}

.prompt-pack-grid {
  grid-template-columns: 1fr;
}

.worksheet-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.worksheet-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #3d4a5c;
}

.worksheet-list li::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid #9aabba;
  border-radius: 5px;
  margin-top: 2px;
}

.mini-example {
  background: #ffffff;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 16px;
  background: var(--paper);
  color: var(--text);
  font-weight: 900;
  box-shadow: 0 18px 60px rgba(0,0,0,.3);
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero,
  .library-hero,
  .library-command,
  .paid-conversion,
  .quiz-layout,
  .result-grid,
  .output-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .hero-radar-panel {
    min-height: 520px;
  }
  .steps-grid,
  .report-grid,
  .hook-grid,
  .report-module-grid,
  .report-tool-grid,
  .score-grid,
  .evidence-grid,
  .curated-map,
  .variant-grid,
  .naming-grid,
  .library-grid,
  .library-hub-body .library-grid,
  .library-feature-row,
  .paid-value-grid,
  .update-grid,
  .lesson-step-grid,
  .lesson-summary {
    grid-template-columns: 1fr;
  }
  .library-search {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 12px 14px;
  }
  .site-header .brand {
    min-width: 0;
    gap: 10px;
  }
  .site-header .brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
  }
  .site-header .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .library-hub-nav,
  .library-section-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .library-hero {
    min-height: auto;
  }
  .library-radar-card {
    min-height: 360px;
  }
  .library-hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }
  .header-cta {
    width: auto;
    min-height: 40px;
    padding: 10px 14px;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(91,255,173,.12);
  }
  .hero,
  .section-strip,
  .paid-conversion,
  .quiz-shell,
  .result-shell {
    width: min(100% - 24px, 1420px);
  }
  .hero {
    margin-top: 12px;
    padding: 18px;
    border-radius: 14px;
  }
  h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }
  .hero-radar-panel {
    min-height: 450px;
    padding: 12px;
  }
  .hero-radar-panel .radar {
    width: min(100%, 328px);
  }
  .hero-radar-panel .radar-point {
    gap: 6px;
    font-size: .72rem;
  }
  .hero-radar-panel .point-dot {
    width: 11px;
    height: 11px;
  }
  .hero-radar-panel .point-you {
    padding: 8px 10px;
  }
  .radar-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 12px;
  }
  .quiz-topline,
  .result-header,
  .hero-actions,
  .result-actions,
  .quiz-actions {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions,
  .result-actions,
  .quiz-actions {
    gap: 10px;
  }
  .primary-btn,
  .secondary-btn,
  .ghost-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    line-height: 1.15;
  }
  .text-btn {
    width: auto;
    align-self: center;
    justify-self: center;
  }
  .result-support {
    max-width: none;
    text-align: left;
    padding: 16px;
  }
  .result-note {
    font-size: 1.02rem;
    line-height: 1.6;
  }
  .result-note .text-btn {
    align-self: flex-start;
    justify-self: start;
    text-align: left;
  }
  .paid-conversion {
    margin-top: 12px;
    padding: 24px 18px;
    border-radius: 14px;
  }
  .paid-conversion-copy {
    align-content: start;
  }
  .paid-conversion-copy h2 {
    font-size: clamp(2.45rem, 13vw, 4.1rem);
    line-height: 1;
  }
  .paid-conversion-copy p {
    font-size: 1.08rem;
  }
  .paid-value-grid article {
    min-height: auto;
  }
  .seven-day-preview li {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .feedback-options {
    grid-template-columns: 1fr;
  }
  .feedback-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .sample-report-nav,
  .sample-proof-strip,
  .sample-inline-cta,
  .field-guide-card,
  .plan-day {
    align-items: stretch;
    grid-template-columns: 1fr;
  }
  .sample-inline-cta,
  .field-guide-card {
    flex-direction: column;
  }
  .paid-report-shell {
    width: min(100% - 24px, 1180px);
  }
  .report-build {
    min-height: auto;
    padding: 24px;
  }
  .build-stage {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .build-radar {
    width: min(320px, 86vw);
  }
  .build-copy {
    gap: 14px;
  }
  .report-build h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }
  .radar-dot {
    width: 12px;
  }
  .radar-dot em {
    font-size: .68rem;
  }
  .barometer {
    grid-template-columns: repeat(2, 1fr);
  }
  .barometer-step {
    min-height: 34px;
    font-size: .72rem;
  }
  .mini-radar-panel {
    min-height: 350px;
  }
  .mini-radar-panel .radar {
    width: min(265px, 78vw);
  }
  .mini-radar-panel p {
    font-size: .92rem;
    max-width: 250px;
  }
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.12);
}

.site-footer .brand {
  margin-bottom: 12px;
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  font-weight: 850;
}

.site-footer nav a {
  color: var(--muted);
}

.site-footer nav a:hover {
  color: var(--green);
}

.report-footer {
  color: #5d6b7c;
  border-color: #d9e4ee;
}

.report-footer nav a,
.report-footer p {
  color: #5d6b7c;
}

.report-footer nav a:hover {
  color: #047857;
}

@media print {
  body,
  .sample-report-body {
    background: #ffffff !important;
  }

  .sample-report-shell,
  .paid-report-shell {
    width: 100%;
    margin: 0;
  }

  .sample-report-nav,
  .report-build,
  .site-footer {
    display: none !important;
  }

  .sample-report,
  .paid-report {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .report-section,
  .report-cover {
    break-inside: avoid;
  }
}

@media (max-width: 720px) {
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
