:root {
  --bg: #090908;
  --bg-deep: #050505;
  --surface: #11110f;
  --surface-strong: #171713;
  --surface-soft: rgba(20, 20, 17, 0.88);
  --gold: #c8a45d;
  --gold-bright: #e1c47e;
  --gold-soft: rgba(200, 164, 93, 0.13);
  --gold-line: rgba(200, 164, 93, 0.34);
  --text: #f2efe8;
  --text-soft: #d2cec4;
  --muted: #969187;
  --muted-dark: #6e6a62;
  --line: rgba(236, 224, 198, 0.12);
  --line-strong: rgba(236, 224, 198, 0.2);
  --danger: #d88b79;
  --danger-soft: rgba(216, 139, 121, 0.11);
  --success: #94b49b;
  --success-soft: rgba(148, 180, 155, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  color-scheme: dark;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--bg-deep);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.013) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.013) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px, 44px 44px, auto;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(225, 196, 126, 0.34);
  outline-offset: 3px;
}

.ambient {
  pointer-events: none;
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
}

.ambient-one {
  top: -24rem;
  right: -18rem;
  width: 50rem;
  height: 50rem;
  background: radial-gradient(circle, rgba(200, 164, 93, 0.1), transparent 67%);
}

.ambient-two {
  bottom: -30rem;
  left: -23rem;
  width: 58rem;
  height: 58rem;
  background: radial-gradient(circle, rgba(200, 164, 93, 0.055), transparent 69%);
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  padding: 22px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  background: transparent;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--gold);
  background: linear-gradient(145deg, rgba(200, 164, 93, 0.16), rgba(200, 164, 93, 0.02));
  transform: rotate(45deg);
  box-shadow: inset 0 0 22px rgba(200, 164, 93, 0.07);
}

.brand-mark span {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  transform: rotate(-45deg);
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-size: 0.83rem;
  font-weight: 690;
  letter-spacing: 0.045em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.68rem;
}

.privacy-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 13px rgba(148, 180, 155, 0.55);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-bright);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.landing {
  padding: 50px 0 76px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: clamp(48px, 8vw, 98px);
  align-items: center;
  min-height: 640px;
}

.hero h1,
.section-title,
.report-title,
.score-number,
.impact-value {
  font-family: Georgia, "Times New Roman", serif;
}

.hero h1 {
  max-width: 780px;
  margin: 22px 0 0;
  font-size: clamp(3.35rem, 7.3vw, 6.9rem);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.hero h1 span {
  display: block;
  color: var(--gold-bright);
  font-style: italic;
}

.hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  line-height: 1.72;
}

.hero-lead strong {
  color: var(--text);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.button-primary,
.button-secondary,
.button-quiet {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 760;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.button-primary {
  padding: 0 25px;
  color: #11100d;
  background: linear-gradient(110deg, #b88f45, #e0c077);
  box-shadow: 0 16px 36px rgba(200, 164, 93, 0.17);
}

.button-secondary {
  padding: 0 21px;
  color: var(--text-soft);
  border: 1px solid var(--line-strong);
  background: rgba(17, 17, 15, 0.78);
}

.button-quiet {
  min-height: 42px;
  padding: 0 10px;
  color: var(--muted);
  background: transparent;
}

.button-primary:hover,
.button-secondary:hover {
  transform: translateY(-2px);
}

.button-secondary:hover {
  border-color: var(--gold-line);
}

.button-primary:disabled,
.button-secondary:disabled {
  opacity: 0.36;
  cursor: not-allowed;
  transform: none;
}

.hero-note {
  max-width: 195px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.48;
}

.private-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.private-strip span {
  padding: 7px 10px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.63rem;
}

.preview-card {
  position: relative;
  overflow: hidden;
  min-height: 535px;
  padding: 24px;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(rgba(200, 164, 93, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 164, 93, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(24, 23, 19, 0.97), rgba(8, 8, 7, 0.99));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: var(--shadow), inset 0 0 70px rgba(200, 164, 93, 0.035);
}

.preview-card::before,
.preview-card::after {
  position: absolute;
  width: 44px;
  height: 44px;
  content: "";
}

.preview-card::before {
  top: 13px;
  left: 13px;
  border-top: 1px solid var(--gold-bright);
  border-left: 1px solid var(--gold-bright);
}

.preview-card::after {
  right: 13px;
  bottom: 13px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.preview-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.preview-score {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 22px;
  align-items: center;
  margin: 46px 6px 38px;
}

.mini-score-ring,
.score-ring {
  --progress: 64;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--gold) calc(var(--progress) * 1%), rgba(255, 255, 255, 0.075) 0);
}

.mini-score-ring {
  width: 122px;
  height: 122px;
}

.mini-score-ring::after,
.score-ring::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  background: #0d0d0b;
}

.mini-score-ring::after {
  inset: 8px;
}

.mini-score-ring strong {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 400;
}

.mini-score-ring span {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0 0 25px -14px;
  color: var(--muted);
  font-size: 0.64rem;
}

.preview-score-copy small {
  color: var(--gold-bright);
  font-size: 0.65rem;
  font-weight: 740;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.preview-score-copy h2 {
  margin: 9px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.58rem;
  font-weight: 400;
}

.preview-score-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.mini-funnel {
  display: grid;
  gap: 9px;
}

.mini-funnel-row {
  display: grid;
  grid-template-columns: 88px 1fr 42px;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.64rem;
}

.mini-funnel-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.mini-funnel-track i {
  display: block;
  width: var(--width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8d6a31, var(--gold-bright));
}

.mini-funnel-row strong {
  color: var(--text-soft);
  text-align: right;
}

.preview-gaps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
}

.preview-gap {
  min-height: 87px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(5, 5, 5, 0.5);
}

.preview-gap span {
  display: block;
  color: var(--gold);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.preview-gap strong {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 0.68rem;
  line-height: 1.38;
}

.outcomes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 62px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
}

.outcome {
  min-height: 148px;
  padding: 24px;
  background: rgba(13, 13, 11, 0.97);
}

.outcome span {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.outcome strong {
  display: block;
  margin-top: 13px;
  font-size: 0.86rem;
}

.outcome p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.assessment {
  padding: 30px 0 74px;
}

.assessment-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.assessment-sidebar {
  position: sticky;
  top: 22px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(12, 12, 10, 0.89);
  backdrop-filter: blur(14px);
}

.sidebar-label {
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.progress-track {
  height: 4px;
  margin-bottom: 21px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8e6a30, var(--gold-bright));
  transition: width 220ms ease;
}

.step-list {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  color: var(--muted-dark);
  font-size: 0.73rem;
}

.step-index {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.58rem;
}

.step-list li.active {
  color: var(--text);
  font-weight: 740;
}

.step-list li.active .step-index {
  color: #11100d;
  border-color: var(--gold);
  background: var(--gold-bright);
}

.step-list li.done {
  color: var(--text-soft);
}

.step-list li.done .step-index {
  color: var(--success);
  border-color: rgba(148, 180, 155, 0.38);
  background: var(--success-soft);
}

.save-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding-top: 17px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.65rem;
}

.assessment-card {
  min-height: 680px;
  padding: clamp(27px, 5vw, 55px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(23, 23, 19, 0.97), rgba(8, 8, 7, 0.99));
  box-shadow: var(--shadow);
}

.step-kicker {
  color: var(--gold-bright);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-title {
  max-width: 790px;
  margin: 13px 0 12px;
  font-size: clamp(2rem, 4.3vw, 3.55rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.section-intro {
  max-width: 750px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px 18px;
}

.field.span-2,
.field-section.span-2,
.funnel-entry.span-2 {
  grid-column: 1 / -1;
}

.field label,
.field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.35;
}

.required-mark {
  color: var(--gold);
}

.input-wrap {
  position: relative;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--text);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  outline: 0;
  background: rgba(5, 5, 5, 0.67);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field input,
.field select {
  height: 52px;
  padding: 0 15px;
}

.field textarea {
  min-height: 105px;
  padding: 14px 15px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #5f5b54;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.1);
}

.field input.has-prefix {
  padding-left: 43px;
}

.field input.has-suffix {
  padding-right: 58px;
}

.input-prefix,
.input-suffix {
  position: absolute;
  top: 50%;
  color: var(--muted);
  font-size: 0.7rem;
  pointer-events: none;
  transform: translateY(-50%);
}

.input-prefix {
  left: 15px;
}

.input-suffix {
  right: 15px;
}

.field-help {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.47;
}

.unknown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.65rem;
  cursor: pointer;
}

.unknown-toggle input {
  width: 15px;
  height: 15px;
  accent-color: var(--gold);
}

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

.choice-card {
  display: flex;
  min-height: 79px;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  color: var(--text-soft);
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  background: rgba(6, 6, 6, 0.56);
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.choice-card:hover {
  border-color: var(--gold-line);
  transform: translateY(-1px);
}

.choice-card.selected {
  color: var(--text);
  border-color: var(--gold);
  background: var(--gold-soft);
  box-shadow: inset 0 0 0 1px rgba(200, 164, 93, 0.06);
}

.choice-radio {
  display: grid;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  place-items: center;
  border: 1px solid #5d5951;
  border-radius: 50%;
}

.choice-card.selected .choice-radio {
  border-color: var(--gold);
}

.choice-card.selected .choice-radio::after {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--gold);
}

.choice-copy strong,
.choice-copy small {
  display: block;
}

.choice-copy strong {
  font-size: 0.74rem;
  line-height: 1.35;
}

.choice-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.63rem;
  line-height: 1.38;
}

.field-section {
  padding-top: 28px;
  margin-top: 31px;
  border-top: 1px solid var(--line);
}

.field-section:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.field-section-title {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 400;
}

.field-section-note {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

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

.funnel-entry {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(5, 5, 5, 0.4);
}

.funnel-entry-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.funnel-entry-top span {
  color: var(--text-soft);
  font-size: 0.73rem;
  font-weight: 720;
}

.funnel-entry-top small {
  color: var(--gold);
  font-size: 0.6rem;
}

.funnel-entry input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  outline: 0;
  background: rgba(4, 4, 4, 0.8);
}

.funnel-entry input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.1);
}

.funnel-entry.unknown input {
  opacity: 0.33;
  pointer-events: none;
}

.funnel-entry .unknown-toggle {
  margin-top: 10px;
}

.live-reading,
.validation-message,
.context-message {
  display: flex;
  gap: 11px;
  padding: 14px 15px;
  border-radius: 11px;
  font-size: 0.71rem;
  line-height: 1.52;
}

.live-reading,
.context-message {
  color: #d9cba9;
  border: 1px solid rgba(200, 164, 93, 0.25);
  background: rgba(200, 164, 93, 0.07);
}

.validation-message {
  color: #e8b7aa;
  border: 1px solid rgba(216, 139, 121, 0.32);
  background: var(--danger-soft);
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 39px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.right-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.review-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin: 24px 0;
}

.review-item {
  min-height: 98px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(5, 5, 5, 0.48);
}

.review-item small,
.review-item strong {
  display: block;
}

.review-item small {
  min-height: 29px;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.35;
}

.review-item strong {
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.review-pipeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}

.review-stage {
  min-height: 88px;
  padding: 13px;
  background: #0d0d0b;
}

.review-stage span,
.review-stage strong {
  display: block;
}

.review-stage span {
  min-height: 27px;
  color: var(--muted);
  font-size: 0.57rem;
  line-height: 1.3;
}

.review-stage strong {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 400;
}

.review-note {
  margin-top: 18px;
  padding: 15px;
  color: var(--muted);
  border-left: 2px solid var(--gold);
  background: var(--gold-soft);
  font-size: 0.68rem;
  line-height: 1.55;
}

.analyzing {
  display: grid;
  min-height: calc(100vh - 105px);
  padding: 40px 0;
  place-items: center;
}

.analysis-card {
  width: min(620px, 100%);
  padding: 44px;
  text-align: center;
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-xl);
  background: rgba(13, 13, 11, 0.95);
  box-shadow: var(--shadow);
}

.analysis-seal {
  position: relative;
  display: grid;
  width: 118px;
  height: 118px;
  margin: 0 auto 29px;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
}

.analysis-seal::before,
.analysis-seal::after {
  position: absolute;
  content: "";
  border-radius: inherit;
}

.analysis-seal::before {
  inset: 15px;
  border: 1px dashed var(--gold);
  animation: rotate 4s linear infinite;
}

.analysis-seal::after {
  inset: 42px;
  background: var(--gold-soft);
  border: 1px solid var(--gold-line);
}

.analysis-seal span {
  z-index: 1;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.analysis-card h1 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 400;
}

.analysis-card > p {
  margin: 0;
  color: var(--muted);
}

.analysis-steps {
  display: grid;
  max-width: 380px;
  gap: 9px;
  margin: 28px auto 0;
  text-align: left;
}

.analysis-step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e5a53;
  font-size: 0.72rem;
}

.analysis-step.active,
.analysis-step.done {
  color: var(--text-soft);
}

.analysis-check {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.58rem;
}

.analysis-step.done .analysis-check {
  color: var(--success);
  border-color: rgba(148, 180, 155, 0.38);
}

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

.report {
  padding: 30px 0 82px;
}

.report-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.report-toolbar-copy small,
.report-toolbar-copy strong {
  display: block;
}

.report-toolbar-copy small {
  color: var(--muted);
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-toolbar-copy strong {
  margin-top: 5px;
  font-size: 0.86rem;
}

.toolbar-actions {
  display: flex;
  gap: 9px;
}

.toolbar-actions .button-secondary {
  min-height: 42px;
  padding: 0 15px;
  font-size: 0.69rem;
}

.report-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  padding: clamp(30px, 6vw, 65px);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 90% 12%, rgba(200, 164, 93, 0.13), transparent 24rem),
    linear-gradient(145deg, rgba(25, 24, 20, 0.98), rgba(7, 7, 6, 0.99));
  box-shadow: var(--shadow);
}

.report-hero::after {
  position: absolute;
  right: -170px;
  bottom: -245px;
  width: 390px;
  height: 390px;
  content: "";
  border: 1px solid rgba(200, 164, 93, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(200, 164, 93, 0.025), 0 0 0 90px rgba(200, 164, 93, 0.018);
}

.report-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.report-badge {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 0 10px;
  color: var(--muted);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.45);
  font-size: 0.6rem;
  font-weight: 710;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.report-badge.gold {
  color: var(--gold-bright);
  border-color: var(--gold-line);
  background: var(--gold-soft);
}

.report-title {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 25px 0 15px;
  font-size: clamp(2.45rem, 6.2vw, 5.45rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.report-thesis {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(0.94rem, 1.6vw, 1.08rem);
  line-height: 1.68;
}

.score-ring {
  z-index: 1;
  width: 232px;
  height: 232px;
  margin: 0 auto;
}

.score-ring::after {
  inset: 11px;
  background: #10100d;
}

.score-inside {
  position: relative;
  z-index: 2;
  text-align: center;
}

.score-inside small,
.score-number,
.score-inside span {
  display: block;
}

.score-inside small {
  color: var(--muted);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.score-number {
  margin: 4px 0 -2px;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.score-inside span {
  color: var(--gold-bright);
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.report-section {
  margin-top: 20px;
  padding: clamp(24px, 4.2vw, 39px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(13, 13, 11, 0.88);
}

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

.section-heading small {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.52rem, 3vw, 2.3rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.section-heading p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  text-align: right;
  font-size: 0.7rem;
  line-height: 1.5;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pillar-card {
  min-height: 174px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(5, 5, 5, 0.44);
}

.pillar-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-card-top span:last-child {
  color: var(--gold);
}

.pillar-score {
  margin: 18px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.pillar-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.pillar-track span {
  display: block;
  width: var(--width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8e6a30, var(--gold-bright));
}

.pillar-status {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.64rem;
}

.pipeline-scroll {
  overflow-x: auto;
  padding-bottom: 3px;
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(140px, 1fr));
  min-width: 850px;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.pipeline-stage {
  position: relative;
  min-height: 154px;
  padding: 18px;
  background: #0b0b09;
}

.pipeline-stage:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -8px;
  width: 15px;
  height: 15px;
  content: "";
  border-top: 1px solid var(--gold-line);
  border-right: 1px solid var(--gold-line);
  background: #0b0b09;
  transform: translateY(-50%) rotate(45deg);
}

.pipeline-stage small,
.pipeline-stage strong,
.pipeline-stage span,
.pipeline-stage em {
  display: block;
}

.pipeline-stage small {
  min-height: 27px;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.3;
}

.pipeline-stage strong {
  margin: 12px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 400;
}

.pipeline-stage span {
  color: var(--gold-bright);
  font-size: 0.63rem;
}

.pipeline-stage em {
  margin-top: 7px;
  color: var(--muted-dark);
  font-size: 0.58rem;
  font-style: normal;
  line-height: 1.35;
}

.pipeline-stage.data-gap strong,
.pipeline-stage.data-gap span {
  color: var(--muted-dark);
}

.impact-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 30px;
  align-items: center;
}

.impact-value {
  margin: 17px 0 8px;
  color: var(--gold-bright);
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.06em;
}

.impact-period {
  color: var(--gold);
  font-size: 0.63rem;
  font-weight: 730;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.impact-copy p {
  max-width: 640px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.62;
}

.scenario-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(5, 5, 5, 0.47);
}

.scenario-panel h3 {
  margin: 0 0 18px;
  font-size: 0.78rem;
}

.scenario-list {
  display: grid;
  gap: 15px;
}

.scenario-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.62rem;
}

.scenario-bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
}

.scenario-bar span {
  display: block;
  width: var(--width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8e6a30, var(--gold-bright));
}

.scenario-row strong {
  color: var(--text-soft);
  font-size: 0.64rem;
}

.scenario-note {
  margin-top: 17px;
  padding-top: 15px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.62rem;
  line-height: 1.5;
}

.bottleneck-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.bottleneck-card {
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(20, 20, 17, 0.88), rgba(5, 5, 5, 0.74));
}

.bottleneck-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.priority-number {
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.severity-tag {
  padding: 5px 8px;
  color: #deb3a7;
  border: 1px solid rgba(216, 139, 121, 0.27);
  border-radius: 999px;
  background: var(--danger-soft);
  font-size: 0.55rem;
  text-transform: uppercase;
}

.bottleneck-card h3 {
  margin: 19px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.16;
}

.bottleneck-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.55;
}

.evidence-box {
  margin: 16px 0;
  padding: 12px;
  color: #c9bea6;
  border-left: 2px solid var(--gold);
  background: var(--gold-soft);
  font-size: 0.65rem;
  line-height: 1.48;
}

.action-box {
  margin-top: auto;
  padding-top: 16px;
  color: var(--text-soft);
  border-top: 1px solid var(--line);
  font-size: 0.67rem;
  line-height: 1.5;
}

.action-box b {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-bright);
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.plan-item {
  min-height: 260px;
  padding: 23px;
  background: #0d0d0b;
}

.plan-item > span {
  color: var(--gold);
  font-size: 0.59rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.plan-item h3 {
  margin: 14px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.plan-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.52;
}

.plan-target {
  margin-top: 16px;
  padding-top: 14px;
  color: var(--text-soft);
  border-top: 1px solid var(--line);
  font-size: 0.64rem;
  line-height: 1.48;
}

.plan-target b {
  color: var(--gold-bright);
}

.not-now {
  margin-top: 14px;
  padding: 17px;
  color: var(--muted);
  border: 1px dashed var(--line-strong);
  border-radius: 12px;
  font-size: 0.68rem;
  line-height: 1.53;
}

.not-now strong {
  color: var(--text-soft);
}

.closing-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
  border-color: var(--gold-line);
  background:
    radial-gradient(circle at 100% 0, rgba(200, 164, 93, 0.1), transparent 20rem),
    linear-gradient(135deg, rgba(30, 27, 20, 0.82), rgba(8, 8, 7, 0.95));
}

.closing-section h2 {
  margin: 10px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.35rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.closing-section p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.62;
}

.closing-choice {
  padding: 21px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(5, 5, 5, 0.49);
  font-size: 0.69rem;
  line-height: 1.55;
}

.closing-choice strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-bright);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.methodology {
  margin-top: 20px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(5, 5, 5, 0.5);
}

.methodology summary {
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 720;
  cursor: pointer;
}

.methodology-content {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.55;
}

.methodology-content p {
  margin: 0;
}

.report-footer {
  padding: 24px 0 0;
  color: var(--muted-dark);
  text-align: center;
  font-size: 0.61rem;
  line-height: 1.55;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  max-width: min(380px, calc(100% - 44px));
  padding: 13px 15px;
  color: var(--text-soft);
  border: 1px solid var(--gold-line);
  border-radius: 11px;
  opacity: 0;
  pointer-events: none;
  background: #171713;
  box-shadow: var(--shadow);
  font-size: 0.7rem;
  line-height: 1.45;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.noscript {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  color: var(--text);
  border: 1px solid var(--gold-line);
  border-radius: 12px;
  background: var(--surface);
  text-align: center;
}

@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding-top: 35px;
  }

  .preview-card {
    width: min(650px, 100%);
    margin: 0 auto;
  }

  .outcomes,
  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .assessment-layout {
    grid-template-columns: 1fr;
  }

  .assessment-sidebar {
    position: static;
    padding: 16px;
  }

  .step-list {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .step-list li {
    display: flex;
    justify-content: center;
  }

  .step-list li span:last-child,
  .sidebar-label,
  .save-note {
    display: none;
  }

  .progress-track {
    margin-bottom: 13px;
  }

  .bottleneck-grid,
  .plan-grid,
  .impact-layout,
  .closing-section {
    grid-template-columns: 1fr;
  }

  .bottleneck-card,
  .plan-item {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    padding: 15px 0;
  }

  .privacy-status,
  .brand-copy small {
    display: none;
  }

  .landing {
    padding-top: 22px;
  }

  .hero {
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 16vw, 5rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button-primary,
  .hero-actions .button-secondary {
    width: 100%;
  }

  .hero-note {
    max-width: none;
    text-align: center;
  }

  .preview-card {
    min-height: 0;
    padding: 18px;
  }

  .preview-score {
    grid-template-columns: 98px 1fr;
    margin: 40px 0 30px;
  }

  .mini-score-ring {
    width: 98px;
    height: 98px;
  }

  .mini-score-ring strong {
    font-size: 2rem;
  }

  .mini-score-ring span {
    margin: 0 0 19px -12px;
  }

  .preview-gaps,
  .outcomes,
  .field-grid,
  .choice-grid,
  .funnel-grid,
  .review-summary,
  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .field.span-2,
  .funnel-entry.span-2 {
    grid-column: auto;
  }

  .outcome {
    min-height: 0;
  }

  .assessment-card {
    min-height: 0;
    padding: 27px 18px;
  }

  .section-title {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
  }

  .form-actions,
  .right-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .right-actions {
    margin-left: 0;
  }

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

  .analysis-card {
    padding: 31px 20px;
  }

  .report-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .toolbar-actions {
    width: 100%;
  }

  .toolbar-actions .button-secondary {
    width: 50%;
  }

  .report-hero {
    grid-template-columns: 1fr;
    padding: 28px 18px;
  }

  .report-title {
    font-size: clamp(2.7rem, 14vw, 4.5rem);
  }

  .score-ring {
    width: 205px;
    height: 205px;
  }

  .score-number {
    font-size: 4rem;
  }

  .report-section {
    padding: 25px 18px;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-heading p {
    text-align: left;
  }

  .impact-value {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  .scenario-row {
    grid-template-columns: 72px 1fr;
  }

  .scenario-row strong {
    grid-column: 2;
  }
}

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

@media print {
  :root {
    color-scheme: light;
    --text: #151410;
    --text-soft: #2e2b24;
    --muted: #625e55;
    --muted-dark: #7c766d;
    --line: rgba(40, 34, 23, 0.18);
    --line-strong: rgba(40, 34, 23, 0.28);
    --gold: #8c682c;
    --gold-bright: #7b5a24;
    --gold-line: rgba(140, 104, 44, 0.4);
    --gold-soft: rgba(140, 104, 44, 0.08);
  }

  body {
    color: #151410;
    background: #fff;
  }

  .ambient,
  .site-header,
  .report-toolbar,
  .closing-section,
  .button-quiet,
  .toast {
    display: none !important;
  }

  .shell {
    width: 100%;
  }

  .report {
    padding: 0;
  }

  .report-hero,
  .report-section,
  .pillar-card,
  .pipeline-stage,
  .scenario-panel,
  .bottleneck-card,
  .plan-item,
  .methodology {
    color: #151410;
    border-color: rgba(40, 34, 23, 0.22);
    background: #fff;
    box-shadow: none;
  }

  .report-hero,
  .report-section,
  .bottleneck-card,
  .plan-item,
  .pillar-card {
    break-inside: avoid;
  }

  .report-section {
    margin-top: 11px;
  }

  .score-ring,
  .score-ring::after {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}
