/* blueprints.css — landing (#step0) + app (form/report/auth) */
/* Extracted from blueprints.html; do not merge into styles.css (marketing). */

/* ── LANDING (step0) ── */
#step0 {
  --bg: #000;
  --bg2: #070707;
  --text: #fafafa;
  --soft: #dadada;
  --dim: #6b6b6b;
  --faint: #3a3a3a;
  --rule: rgba(255,255,255,0.08);
  --rule-strong: rgba(255,255,255,0.16);
  --accent: #ffffff;
  --accent2: #a0a0a0;
  --sans: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --serif: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --maxw: 560px;
  --pad: clamp(20px, 5vw, 44px);
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
#step0 * { box-sizing: border-box; }
#step0 *::selection { background: rgba(255,255,255,0.22); color: #fff; }
#step0 a { color: inherit; text-decoration: none; }
#step0 a:hover { color: var(--text); }
#step0 .serif { font-family: var(--serif); font-style: italic; font-weight: 400; }
#step0 .em { color: var(--accent); }
#step0 .dim { color: var(--dim); }
#step0 .soft { color: var(--soft); }
#step0 header {
  position: sticky; top: 0; z-index: 40;
  padding: 14px var(--pad);
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
}
#step0 header .inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
#step0 .logo { display: inline-flex; align-items: center; gap: 9px; }
#step0 .logo .wm {
  font-family: var(--mono); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.2em; font-size: 11.5px; color: var(--text);
}
#step0 .nav-cta {
  display: inline-flex; align-items: center;
  font-family: var(--sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.02em; font-size: clamp(10px, 2.6vw, 11.5px); color: #000;
  background: var(--text); border-radius: 999px;
  padding: 10px 15px; white-space: nowrap;
  transition: transform .15s ease;
}
#step0 .nav-cta:hover { transform: translateY(-1px); color: #000; }
#step0 .wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
#step0 section { position: relative; }
#step0 .pad-y { padding-block: clamp(44px, 10vw, 84px); }
#step0 .eyebrow {
  font-family: var(--mono); text-transform: uppercase;
  letter-spacing: 0.26em; font-size: 11px; color: var(--dim);
}
#step0 .eyebrow-ruled {
  font-family: var(--mono); text-transform: uppercase;
  letter-spacing: 0.26em; font-size: 11px; color: var(--dim);
  padding-bottom: 16px; border-bottom: 1px solid var(--rule-strong);
}
#step0 h1, #step0 h2, #step0 h3 { margin: 0; font-weight: 800; letter-spacing: -0.04em; }
#step0 .h-hero { font-size: clamp(32px, 8.6vw, 54px); line-height: 0.98; }
#step0 .h-sec  { font-size: clamp(25px, 6.4vw, 38px); line-height: 1.02; }
#step0 .h-hero .serif, #step0 .h-sec .serif { letter-spacing: -0.01em; }
#step0 .lede {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(16.5px, 4.2vw, 20px); line-height: 1.32;
  letter-spacing: -0.015em;
}
#step0 .body {
  font-family: var(--sans); font-weight: 400;
  font-size: clamp(14.5px, 3.6vw, 16px); line-height: 1.62;
  color: var(--soft); text-wrap: pretty;
}
#step0 .body .serif { font-size: 1.12em; }
#step0 .bold { font-weight: 700; color: var(--text); }
#step0 .cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: clamp(15px, 3.8vw, 18px) 22px;
  background: var(--text); color: #000; border: 0; border-radius: 999px;
  cursor: pointer; font-family: var(--sans); font-weight: 700;
  font-size: clamp(14px, 3.6vw, 16px); letter-spacing: -0.01em;
  transition: transform .12s ease, box-shadow .25s ease;
  text-decoration: none;
}
#step0 .cta:hover { transform: translateY(-1px); box-shadow: 0 10px 40px rgba(255,255,255,0.14); color: #000; }
#step0 .cta .arr { font-weight: 500; opacity: .42; }
#step0 .cta-note {
  margin-top: 11px; text-align: center;
  font-family: var(--sans); font-size: 12px; color: var(--dim);
}
#step0 .framed { border: 1px solid var(--rule-strong); background: var(--bg2); }
#step0 .not-row, #step0 .is-row {
  padding: clamp(12px, 3vw, 15px) clamp(16px, 4vw, 20px);
  border-top: 1px solid var(--rule);
  font-family: var(--sans); font-size: clamp(13px, 3.4vw, 14.5px);
  color: var(--soft); line-height: 1.4;
}
#step0 .not-row:first-child, #step0 .is-row:first-child { border-top: 0; }
#step0 .is-row { color: var(--text); }
#step0 .bullet-row {
  padding: clamp(13px, 3.4vw, 16px) clamp(16px, 4vw, 20px);
  border-top: 1px solid var(--rule);
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--sans); font-size: clamp(13px, 3.4vw, 14.5px); color: var(--soft); line-height: 1.5;
}
#step0 .bullet-row:first-child { border-top: 0; }
#step0 .bullet-row .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--dim); margin-top: 9px; flex: none; }
#step0 .num-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
#step0 .num-card {
  border: 1px solid var(--rule-strong); border-radius: 16px;
  padding: clamp(18px, 4.4vw, 22px) clamp(16px, 4vw, 18px);
  display: flex; flex-direction: column; gap: 10px;
  background: linear-gradient(180deg, #0c0c0c 0%, #050505 100%);
}
#step0 .num-card .badge2 {
  width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--rule-strong);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 10px; color: var(--dim);
}
#step0 .num-card .stmt2 { font-family: var(--sans); font-weight: 700; font-size: clamp(14px, 3.6vw, 15.5px); color: var(--text); letter-spacing: -0.01em; line-height: 1.28; }
#step0 .num-card .sub2 { font-family: var(--sans); font-size: clamp(12px, 3.1vw, 13px); color: var(--dim); line-height: 1.4; }
#step0 .feat-card {
  border: 1px solid var(--rule-strong); border-radius: 16px;
  padding: clamp(18px, 4.4vw, 22px);
  background: linear-gradient(180deg, #0c0c0c 0%, #050505 100%);
  display: flex; flex-direction: column; gap: 8px;
}
#step0 .feat-card .stmt { font-family: var(--sans); font-weight: 700; font-size: clamp(15.5px, 4vw, 17.5px); letter-spacing: -0.02em; color: var(--text); }
#step0 .feat-card .sub { font-family: var(--sans); font-size: clamp(13px, 3.4vw, 14.5px); color: var(--soft); line-height: 1.5; }
#step0 .img-cap-wrap { position: relative; }
#step0 .img-cap-card {
  margin: -34px 14px 0; position: relative; z-index: 2;
  border: 1px solid var(--rule-strong); border-radius: 12px;
  background: rgba(8,8,8,0.88); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: 14px 16px;
}
#step0 .img-cap-card .lead { font-family: var(--sans); font-weight: 700; font-size: clamp(13.5px, 3.6vw, 15px); color: var(--text); }
#step0 .img-cap-card .sub { font-family: var(--serif); font-style: italic; color: var(--accent2); font-size: clamp(15px, 4vw, 17px); margin-top: 3px; }
#step0 .shots { columns: 1; column-gap: 14px; }
@media (min-width: 620px) { #step0 .shots { columns: 2; } }
#step0 .shot { break-inside: avoid; margin: 0 0 14px; border: 1px solid var(--rule-strong); overflow: hidden; background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,0.45); }
#step0 .shot img { display: block; width: 100%; height: auto; }
#step0 .price-huge { font-family: var(--sans); font-weight: 800; font-size: clamp(52px, 16vw, 84px); line-height: 0.9; letter-spacing: -0.04em; color: var(--text); }
#step0 footer {
  border-top: 1px solid var(--rule);
  padding: 40px var(--pad) calc(40px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center;
}
#step0 footer .fine { font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.2em; font-size: 9.5px; color: var(--faint); line-height: 1.9; }
#step0 .lp-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  padding: 44px var(--pad) calc(16px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, #000 0%, #000 64%, rgba(0,0,0,0) 100%);
  transform: translateY(120%); transition: transform .4s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
#step0 .lp-sticky.show { transform: translateY(0); pointer-events: auto; }
#step0 .lp-sticky .inner { max-width: var(--maxw); margin: 0 auto; }
#step0 .lp-sticky .cta { padding-block: clamp(16px, 4.4vw, 19px); }
@media (prefers-reduced-motion: no-preference) {
  #step0.reveal-armed .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
  #step0.reveal-armed .reveal.in { opacity: 1; transform: none; }
}
#step0 .vis-ph {
  width: 100%; background: #0a0a0a; border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 11px; color: var(--faint);
  letter-spacing: 0.1em;
}
#step0 .faq-list { border-top: 1px solid var(--rule-strong); }
#step0 .faq-item { border-bottom: 1px solid var(--rule); list-style: none; }
#step0 .faq-item summary { list-style: none; }
#step0 .faq-item summary::-webkit-details-marker { display: none; }
#step0 .faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: clamp(16px,4vw,20px) 0;
  font-family: var(--sans); font-weight: 600; font-size: clamp(14px,3.6vw,15.5px);
  color: var(--text); letter-spacing: -0.01em; cursor: pointer;
  user-select: none; -webkit-user-select: none;
}
#step0 .faq-q:hover { color: var(--soft); }
#step0 .faq-icon {
  flex: none; width: 20px; height: 20px; border-radius: 50%;
  border: 1px solid var(--rule-strong);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--dim); transition: transform .25s ease;
  position: relative;
}
#step0 .faq-icon::before { content: '+'; position: absolute; }
#step0 .faq-item[open] .faq-icon { transform: rotate(45deg); }
#step0 .faq-a {
  font-family: var(--sans); font-size: clamp(13.5px,3.5vw,15px);
  color: var(--soft); line-height: 1.65;
  padding-bottom: clamp(16px,4vw,20px);
  animation: faq-in .22s ease;
}
@keyframes faq-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* ── APP (steps 1–3, forms, auth, report) ── */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* kept for dynamic render functions that reference var() in inline styles */
  --gold: #fff;
  --gold-dim: rgba(255,255,255,0.6);
  --black: #000;
  --white: #fff;
  --surface: rgba(255,255,255,0.05);
  --surface2: rgba(255,255,255,0.03);
  --border: rgba(255,255,255,0.12);
  --text-dim: rgba(255,255,255,0.5);
  --text-mid: rgba(255,255,255,0.7);
  --dark: #000;
}

body {
  background: #000;
  color: rgba(255,255,255,0.8);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── STEP SYSTEM ── */
.step { display: none; }
.step.active { display: block; }

/* ── HERO ── */
#screenHero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#tunnelCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wordmark {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #fff;
  margin-bottom: 28px;
  display: block;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.wordmark a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.wordmark a:hover { opacity: 1; }
.wordmark-sep { opacity: 0.35; margin: 0 10px; }

.hero-card {
  position: relative;
  background: rgba(20,20,20,0.75);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  max-width: 380px;
  width: calc(100vw - 48px);
  padding: 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.hero-dot {
  position: absolute;
  top: 12px;
  font-size: 8px;
  color: rgba(255,255,255,0.25);
  line-height: 1;
}
.hero-dot-tl { left: 14px; }
.hero-dot-tr { right: 14px; }

.hero-hook {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.hero-btn {
  display: block;
  width: 100%;
  background: rgba(180,180,180,0.2);
  border: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.hero-btn:hover { background: rgba(180,180,180,0.3); }
.hero-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.hero-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
  margin: 0;
}

/* ── FORM SCREENS ── */
.form-screen {
  display: none;
  flex-direction: column;
  min-height: 100vh;
  padding: 60px 40px 100px;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.opening-line {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  margin-bottom: 48px;
  font-weight: 300;
}

.field-group {
  margin-bottom: 32px;
}

.field-label {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,0.9);
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

.field-label .optional-tag {
  font-size: 9px;
  color: rgba(255,255,255,0.15);
  font-weight: 300;
  margin-left: 8px;
  letter-spacing: 0.05em;
  text-transform: none;
}

.field-input {
  display: block;
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.6);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  padding: 14px 16px;
  outline: none;
  border-radius: 10px;
  -webkit-appearance: none;
  transition: border-color 0.2s ease;
}

.field-input::placeholder { color: rgba(255,255,255,0.18); font-size: 11px; }
.field-input:focus { border-color: rgba(255,255,255,0.2); }
.field-input.error { border-color: rgba(255,255,255,0.35); }

select.field-input {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

select.field-input option { background: #111; color: #fff; }

textarea.field-input {
  resize: none;
  height: 100px;
  line-height: 1.6;
}

.field-hint {
  font-size: 10px;
  color: rgba(255,255,255,0.15);
  margin-top: 6px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Inter', sans-serif;
}

.field-error {
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  margin-top: 6px;
  font-weight: 300;
  font-style: italic;
  display: none;
  font-family: 'Inter', sans-serif;
}

/* taster blueprint intro */
.taster-blueprint-intro {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.85;
  margin: 0 0 12px;
  letter-spacing: 0.01em;
}

/* industry pills */
.industry-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.industry-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.01em;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  user-select: none;
}
.industry-pill.checked {
  border-color: rgba(255,255,255,0.55);
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.06);
}

/* stage cards */
.stage-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stage-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.stage-card:hover { border-color: rgba(255,255,255,0.15); background: rgba(255,255,255,0.04); }
.stage-card.selected { border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.85); }
.stage-card.error { border-color: rgba(255,255,255,0.35); }

.stage-diamond { color: rgba(255,255,255,0.3); font-size: 12px; flex-shrink: 0; }

/* location suggestions */
.location-suggestions {
  background: #111;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 4px;
}

.location-suggestion-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 16px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: transparent;
  color: rgba(255,255,255,0.6);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.15s ease;
}

.location-suggestion-item:last-child { border-bottom: none; }
.location-suggestion-item:hover { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.9); }

.form-btn {
  display: block;
  width: 100%;
  background: rgba(180,180,180,0.18);
  border: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 8px;
  text-align: center;
}

.form-btn:hover { background: rgba(180,180,180,0.28); }
.form-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.form-btn-final { }

/* ── ACCORDION QUESTIONS ── */
.qa-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }

.qa-step {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.qa-step.open { border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.03); }

.qa-head {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 18px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Inter', sans-serif;
}

.qa-head-text { display: flex; align-items: baseline; gap: 10px; flex: 1; min-width: 0; }

.qa-num {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.25);
  flex-shrink: 0;
}

.qa-q {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s ease;
}

.qa-step.answered .qa-q { color: rgba(255,255,255,0.55); }

.qa-preview {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  font-style: italic;
  flex-shrink: 0;
}

.qa-check {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  flex-shrink: 0;
}

.qa-chevron {
  font-size: 10px;
  color: rgba(255,255,255,0.3);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.qa-step.open .qa-chevron { transform: rotate(180deg); }

.qa-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}
.qa-step.open .qa-body {
  max-height: 1200px;
  opacity: 1;
  padding: 0 18px 20px;
}

.qa-body .field-group { margin-bottom: 14px; }
.qa-body .field-error { margin-top: 8px; }

.qa-hint {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  margin: -2px 0 12px;
  font-family: 'Inter', sans-serif;
  font-style: italic;
}

.qa-continue {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding: 4px 0;
  margin-top: 6px;
  transition: color 0.15s ease;
}
.qa-continue:hover { color: rgba(255,255,255,0.85); }

/* ── BRIDGE SCREEN ── */
#screenBridge {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  gap: 16px;
  background: #000;
}

.bridge-line {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  text-align: center;
  font-weight: 300;
  line-height: 1.7;
  opacity: 0;
  transition: opacity 0.5s ease;
  max-width: 480px;
}

/* ── LOADING SCREEN ── */
#screenLoading {
  display: none;
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 500;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.loading-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.loading-header-dim {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: rgba(255,255,255,0.35);
}

.loading-header-accent {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.loading-dots { display: flex; gap: 6px; }

.loading-dots span {
  width: 3px;
  height: 3px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  animation: dotPulse 1.2s infinite;
}

.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes dotPulse {
  0%, 100% { opacity: 0.2; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.2); }
}

#loadingLines { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 4px; }

.loading-line {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* ── TASTER SCREEN ── */
#step2.active {
  display: block;
  padding-bottom: 100px;
}

.taster-inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 24px 160px;
}

.taster-eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.28);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}

.taster-primary-para {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.95;
  max-width: 560px;
  margin: 0 0 36px;
  font-weight: 300;
}

.taster-cta-wrap {
  margin-bottom: 72px;
}

.taster-cta-btn {
  display: block;
  width: 100%;
  background: #ffffff;
  border: none;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 32px;
  border-radius: 12px;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: opacity 0.18s;
  text-align: center;
}
.taster-cta-btn:hover { opacity: 0.88; }

.taster-sections-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.2);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* blueprint section list */
.blueprint-list-wrap {
  margin: 20px 0 64px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.blueprint-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.blueprint-list-num {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.12em;
  min-width: 22px;
  padding-top: 2px;
  flex-shrink: 0;
}
.blueprint-list-name {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  margin-bottom: 3px;
}
.blueprint-list-sub {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
  line-height: 1.5;
}

/* hidden compat elements */
#tasterLabel { display: none; }
#tasterContent { display: none; }

/* blurred sections */
.blurred-section {
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.bs-heading {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}

.bs-subtitle {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 16px;
}

.bs-first-sentence {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  font-weight: 300;
  line-height: 1.9;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  margin-bottom: 8px;
}

.bs-body-blurred {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  line-height: 1.9;
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
}

/* sticky unlock bar — shown while scrolling blurred sections */
.sticky-unlock-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #000 70%, transparent);
  padding: 24px 24px 28px;
  display: flex;
  justify-content: center;
  z-index: 200;
  pointer-events: none;
}

.sticky-unlock-btn {
  pointer-events: all;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border: none;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
}

.sticky-unlock-btn:hover { opacity: 0.88; }

/* ── FULL REPORT ── */
#step3.active {
  display: block;
  padding-bottom: 80px;
}

.report-inner {
  max-width: 620px;
  margin: 0 auto;
  padding: 48px 24px 100px;
}

.report-section {
  padding: 48px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.report-section:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
.report-section { scroll-margin-top: 24px; }

/* report table of contents */
.report-toc {
  padding: 36px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 0;
}
.report-toc-opener {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin-bottom: 2px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
.report-toc-opener strong {
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}
.report-toc-divider {
  margin: 28px 0 16px;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.25);
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}
.report-toc-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.report-toc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.report-toc-item:hover { background: rgba(255,255,255,0.06); }
.report-toc-num {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.3);
  min-width: 20px;
  font-family: 'Inter', sans-serif;
}
.report-toc-name {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.01em;
}
.report-toc-arrow {
  margin-left: auto;
  font-size: 12px;
  color: rgba(255,255,255,0.2);
}
.report-toc-mailbox {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.25);
  margin: 20px 14px 0;
  letter-spacing: 0.01em;
}

.rs-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}

.report-section h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
}

.rs-subtitle {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
}

.rs-hook {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
}

.rs-takeaway {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 16px 20px 18px;
  margin: 0 0 36px;
  background: rgba(255,255,255,0.03);
}
.rs-takeaway-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  display: block;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}
.rs-takeaway-text {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}
.rs-subheading {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin: 32px 0 10px;
  font-family: 'Inter', sans-serif;
  line-height: 1;
}
.rs-subheading:first-child { margin-top: 4px; }
.rs-synthesis-card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 28px 24px 24px;
  margin-bottom: 40px;
  background: rgba(255,255,255,0.03);
}
.rs-synthesis-card .rs-body {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0;
}
.rs-convergence-head {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin: 36px 0 10px;
  font-family: 'Inter', sans-serif;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.rs-divergence-head {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200,160,80,0.75);
  margin: 24px 0 10px;
  font-family: 'Inter', sans-serif;
}

.report-section p,
.rs-body {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  line-height: 1.9;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}
.rs-body strong, .rs-hook strong {
  color: #fff;
  font-weight: 600;
}

.report-section p:last-child,
.rs-body:last-child { margin-bottom: 0; }

.rs-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
}

.rs-list-diamond {
  color: rgba(255,255,255,0.3);
  flex-shrink: 0;
  margin-top: 2px;
}

.rs-table-wrap {
  overflow-x: auto;
  margin: 18px 0 24px;
  -webkit-overflow-scrolling: touch;
}
.rs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.rs-table th {
  text-align: left;
  padding: 10px 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.rs-table td {
  padding: 11px 14px;
  color: rgba(255,255,255,0.75);
  font-weight: 300;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}
.rs-table tr:last-child td { border-bottom: none; }

.report-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 48px;
}

.report-meta-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 14px 16px;
  border-radius: 8px;
}

.meta-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.meta-value {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

/* chat */
.chat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.chat-container {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  max-height: 360px;
  overflow-y: auto;
  margin-bottom: 12px;
}

.chat-msg { padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.chat-msg:last-child { border-bottom: none; }

.chat-role {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 8px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.chat-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  white-space: pre-wrap;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.chat-input-row { display: flex; gap: 10px; }

.chat-input-row input {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 16px;
  outline: none;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.chat-input-row input::placeholder { color: rgba(255,255,255,0.25); }
.chat-input-row input:focus { border-color: rgba(255,255,255,0.35); }

.chat-input-row .btn {
  background: rgba(180,180,180,0.2);
  border: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
  width: auto;
  margin-top: 0;
  letter-spacing: 0;
  text-transform: none;
}

.chat-input-row .btn:hover { background: rgba(180,180,180,0.3); }

.questions-counter {
  font-size: 11px;
  color: rgba(255,255,255,0.2);
  margin-bottom: 12px;
  text-align: center;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

/* share section */
.share-section { padding: 40px 0; text-align: center; }
.share-section h3 { font-size: 15px; color: rgba(255,255,255,0.8); font-weight: 400; margin-bottom: 8px; }
.share-section > p { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 20px; line-height: 1.6; font-weight: 300; }
.share-buttons { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }

.share-btn {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
  padding: 8px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 6px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.share-btn:hover { border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.9); }
.share-copied { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 10px; display: none; }
.regen-divider { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin: 32px 0; }
.regen-question { font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.8); margin: 0 0 8px; letter-spacing: -0.01em; }
.regen-copy { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.7; margin: 0 0 20px; }
.regen-btn {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.85);
  padding: 12px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.regen-btn:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.3); }

/* upgrade box */
.upgrade-box { padding: 40px 0; display: none; }
.upgrade-box h3 { font-size: 16px; color: rgba(255,255,255,0.8); font-weight: 400; margin-bottom: 8px; }
.upgrade-box > p { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 24px; line-height: 1.6; font-weight: 300; }

.upgrade-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }

.tier-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px;
  border-radius: 10px;
}

.tier-card.featured { border-color: rgba(255,255,255,0.15); }
.tier-name { font-size: 9px; letter-spacing: 0.3em; color: rgba(255,255,255,0.35); text-transform: uppercase; font-weight: 400; margin-bottom: 6px; }
.tier-price { font-size: 1.3rem; color: rgba(255,255,255,0.8); font-weight: 300; margin-bottom: 12px; }
.tier-features { list-style: none; font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 300; line-height: 2; }
.tier-features li::before { content: '· '; color: rgba(255,255,255,0.2); }

.btn-tier {
  width: 100%;
  background: rgba(180,180,180,0.15);
  border: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.btn-tier:hover { background: rgba(180,180,180,0.25); }

/* ── MISC / COMPAT ── */
.error-msg {
  font-size: 12px;
  color: rgba(255,120,120,0.8);
  padding: 12px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.error-msg a { color: rgba(255,255,255,0.6); text-decoration: underline; }

.loading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.dots { display: flex; gap: 4px; }
.dots span { width: 3px; height: 3px; background: rgba(255,255,255,0.2); border-radius: 50%; animation: dotPulse 1.2s infinite; }
.dots span:nth-child(2) { animation-delay: 0.2s; }
.dots span:nth-child(3) { animation-delay: 0.4s; }

/* ── AUTH MODAL ── */
.auth-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.94);
}

.auth-modal-overlay.open { display: flex; }

.auth-modal {
  width: 100%;
  max-width: 380px;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 36px 28px 28px;
  position: relative;
}

.auth-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.3);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.auth-modal-close:hover { color: rgba(255,255,255,0.7); }
.auth-modal h2 { font-size: 16px; font-weight: 500; color: #fff; margin-bottom: 8px; text-align: center; }

.auth-modal-sub {
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: 12px;
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: 300;
}

.auth-modal label {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.auth-modal input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 16px;
  margin-bottom: 20px;
  outline: none;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.auth-modal input:focus { border-color: rgba(255,255,255,0.35); }

.auth-modal .btn,
.auth-modal .btn-gold {
  display: block;
  width: 100%;
  background: rgba(180,180,180,0.2);
  border: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s ease;
  margin-top: 4px;
  text-align: center;
}

.auth-modal .btn:hover,
.auth-modal .btn-gold:hover { background: rgba(180,180,180,0.3); }

.auth-modal-divider {
  text-align: center;
  margin: 20px 0 16px;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
  font-weight: 400;
}

.auth-modal-google {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  background: rgba(255,255,255,0.03);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.auth-modal-google:hover { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); }

.auth-modal-toggle {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

.auth-link { background: none; border: none; color: rgba(255,255,255,0.6); cursor: pointer; font-family: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: 2px; padding: 0; font-weight: 300; }
.auth-link:hover { color: rgba(255,255,255,0.9); }
#authModalError { min-height: 1.2em; margin-top: 4px; margin-bottom: 0; }

/* ── SHARED VIEW ── */
body.shared-view { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }

.shared-own-blueprint-cta {
  position: fixed;
  left: 50%;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 28px;
  width: min(480px, calc(100vw - 32px));
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: rgba(180,180,180,0.2);
  color: #fff;
  border: none;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.shared-own-blueprint-cta[hidden] { display: none !important; }
.shared-own-blueprint-cta:hover { background: rgba(180,180,180,0.3); }

/* ── COMPAT: hidden legacy step content refs ── */
#fullBlueprintSectionLabel, .subtitle, #blueprintHeading { display: none !important; }

.chat-container::-webkit-scrollbar { width: 2px; }
.chat-container::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); }

@media (max-width: 640px) {
  .upgrade-tiers { grid-template-columns: 1fr; }
  .report-meta { grid-template-columns: 1fr; }
  .share-buttons { flex-direction: column; }
  .taster-cta-btn { font-size: 15px; padding: 18px 24px; }
  .form-screen { padding: 40px 24px 80px; }
}

/* ── SCREEN 2 HEADER ── */
.form-eyebrow {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
}

.form-headline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(44px, 8vw, 80px);
  font-weight: 900;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.form-headline em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  font-size: inherit;
  line-height: inherit;
}

.form-subline {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  font-weight: 300;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}
.form-systems-line {
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  font-weight: 300;
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 28px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.01em;
}
.form-systems-line strong {
  color: #fff;
  font-weight: 500;
}

.form-subline strong {
  color: #ffffff;
  font-weight: 400;
}

.form-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: rgba(255,255,255,0.92);
  margin: 32px 0 12px;
}

.form-intro {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 40px;
}

/* ── BACK BUTTON ── */
.back-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.2);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
  padding: 8px;
  z-index: 100;
  transition: color 0.2s ease;
}

.back-btn:hover { color: rgba(255,255,255,0.5); }

/* ── BRIDGE LINES (screen 3 inline) ── */
.bridge-line-b1 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255,255,255,0.35);
  opacity: 0;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bridge-line-b2 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.2);
  opacity: 0;
  margin-bottom: 40px;
}

/* ── FOOTER ── */
.partner-cta {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 48px;
  padding-top: 52px;
  text-align: center;
}
.partner-cta-title {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.partner-cta-copy {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.85;
  margin: 0 0 28px;
}
.partner-cta-btn {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.85);
  padding: 13px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.partner-cta-btn:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.3); }
.site-footer {
  padding: 48px 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}

.site-footer-closing {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}

.site-footer-legal {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.15em;
}

/* ── LOADING LINE STYLES ── */
.loading-line {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.08em;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* ══════════════════════════════════════
   UNLOCK SCREEN (step2) — merged design
   ══════════════════════════════════════ */
.ul-wrap {
  width: 100%;
  background: #000;
  color: #fafafa;
  font-family: 'Inter', sans-serif;
  position: relative;
  padding-bottom: 220px;
}
.ul-mono {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  color: #6b6b6b;
}
.ul-serif {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 700;
}
.ul-accent  { color: #ffffff; }
.ul-accent2 { color: #a0a0a0; }
.ul-dim     { color: #6b6b6b; }
/* top bar */
.ul-topbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (min-width: 769px) { .ul-topbar { padding: 24px 40px; } }
.ul-logo { display: inline-flex; align-items: center; gap: 8px; }
/* padded column */
.ul-col {
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 769px) {
  .ul-col {
    padding-left: 88px;
    padding-right: 88px;
    max-width: 920px;
    margin: 0 auto;
  }
}
/* hero */
.ul-h1 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 10vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #fafafa;
}
.ul-h1-serif {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-weight: 400;
  color: #fff;
  letter-spacing: -0.01em;
  font-size: calc(clamp(42px, 10vw, 76px) + 6px);
}
.ul-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 5vw, 30px);
  line-height: 1.2; letter-spacing: -0.02em;
  color: #fafafa;
}
.ul-sub-serif {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-weight: 400;
  font-size: clamp(24px, 4vw, 32px);
  color: #a0a0a0;
}
/* preview card */
.ul-preview-card {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  padding: 20px 20px 24px;
  background: #070707;
}
@media (min-width: 769px) { .ul-preview-card { padding: 28px 32px 32px; } }
.ul-card-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 14px;
}
.ul-live-dot {
  display: inline-flex; align-items: center; gap: 6px;
}
.ul-pulse {
  width: 6px; height: 6px; border-radius: 50%; background: #fff;
  display: inline-block; box-shadow: 0 0 12px #fff;
  animation: ulPulse 1.6s ease-in-out infinite;
}
@keyframes ulPulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.ul-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 26px);
  letter-spacing: -0.01em; margin-bottom: 14px; color: #fafafa;
}
.ul-card-body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2.5vw, 16px);
  line-height: 1.65; color: #dcdcdc;
}
.ul-advantage-sentence {
  font-family: 'Inter', sans-serif;
  font-size: clamp(17px, 3vw, 21px);
  font-weight: 500;
  line-height: 1.65;
  color: #fff;
  padding: 4px 0;
}
.ul-dangle {
  margin-top: 14px; position: relative; height: 80px; overflow: hidden;
}
.ul-dangle-text {
  filter: blur(7px); opacity: 0.55;
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 2.5vw, 16px); line-height: 1.65; color: #dcdcdc;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}
/* buttons */
.ul-btn-outline {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 18px 24px;
  background: transparent; color: #fafafa;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px; cursor: pointer;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500; font-size: clamp(16px, 2.5vw, 17px);
  letter-spacing: -0.01em; box-sizing: border-box;
}
.ul-btn-primary {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 22px 24px;
  background: #fafafa; color: #000; border: none;
  border-radius: 999px; cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: clamp(18px, 2.5vw, 20px);
  letter-spacing: -0.015em; box-sizing: border-box;
  transition: background 0.15s ease, transform 0.15s ease;
}
.ul-btn-primary:hover { background: #fff; transform: scale(1.01); }
.ul-microcopy {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 10px; color: #6b6b6b;
  text-transform: uppercase; letter-spacing: 0.2em;
  margin-top: 10px;
}
/* chapters grid */
.ul-section-row {
  display: flex; justify-content: space-between; align-items: baseline;
}
.ul-chapters-grid {
  display: grid; grid-template-columns: 1fr; gap: 10px;
}
@media (min-width: 769px) { .ul-chapters-grid { grid-template-columns: 1fr 1fr; gap: 14px; } }
.ul-ch-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 18px;
  background: linear-gradient(180deg,#0b0b0b 0%,#050505 100%);
  overflow: hidden;
}
@media (min-width: 769px) { .ul-ch-card { padding: 22px 24px; } }
.ul-ch-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px;
}
.ul-ch-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600; font-size: clamp(16px, 2vw, 17px);
  color: #fafafa; margin-bottom: 10px; letter-spacing: -0.01em;
}
.ul-ch-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.45;
  margin-bottom: 10px;
}
.ul-ch-peek {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(14px, 2vw, 15px);
  color: #6b6b6b; line-height: 1.4;
  filter: blur(3.5px); user-select: none;
  -webkit-mask-image: linear-gradient(to right, #000 65%, transparent 100%);
  mask-image: linear-gradient(to right, #000 65%, transparent 100%);
}
/* price ledger */
.ul-price-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.08); opacity: 0.75;
}
@media (min-width: 769px) { .ul-price-row { padding: 20px 0; } }
.ul-price-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400; font-size: clamp(15px,2vw,16px); color: #c4c4c4;
}
.ul-price-val {
  font-family: 'Inter', sans-serif;
  font-weight: 500; font-size: clamp(15px,2vw,16px); color: #6b6b6b;
}
.ul-total-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.16);
}
@media (min-width: 769px) { .ul-total-row { padding: 26px 0; } }
.ul-your-price-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
@media (min-width: 769px) { .ul-your-price-row { padding: 30px 0; } }
.ul-price-big {
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: clamp(44px,8vw,64px);
  color: #fff; letter-spacing: -0.03em;
  line-height: 1; white-space: nowrap; padding-left: 16px;
}
.ul-chips { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
@media (min-width: 769px) { .ul-chips { margin-top: 24px; } }
.ul-chip {
  padding: 7px 12px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  font-family: 'Inter', sans-serif;
  font-size: 10px; color: #6b6b6b;
  text-transform: uppercase; letter-spacing: 0.18em;
}
/* manifesto */
.ul-manifesto-h {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(32px,7vw,52px);
  line-height: 1.05; letter-spacing: -0.03em; color: #fafafa;
}
.ul-manifesto-serif {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-weight: 400;
  font-size: clamp(34px,7.5vw,56px); color: #a0a0a0;
}
.ul-manifesto-body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(17px,2.5vw,21px);
  line-height: 1.5; color: #dadada; max-width: 720px;
}
/* review screenshots */
.ul-shots { columns: 1; column-gap: 14px; }
@media (min-width: 620px) { .ul-shots { columns: 2; } }
.ul-shot {
  break-inside: avoid; margin: 0 0 14px;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 16px;
  overflow: hidden; background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.45);
}
.ul-shot img { display: block; width: 100%; height: auto; }
/* adage */
.ul-divider {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 26px;
}
@media (min-width: 769px) { .ul-divider { margin-bottom: 36px; } }
.ul-rule-line { flex: 1; height: 1px; background: rgba(255,255,255,0.08); }
.ul-adage-quote {
  display: block; text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-weight: 400;
  font-size: clamp(30px,5vw,48px);
  line-height: 1.15; letter-spacing: -0.01em; color: #fafafa;
}
.ul-adage-tease {
  margin-top: 28px;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(15px,2vw,17px);
  color: #6b6b6b; text-align: center;
  filter: blur(2.5px); opacity: 0.55; user-select: none;
}
@media (min-width: 769px) { .ul-adage-tease { margin-top: 40px; } }
/* sticky CTA */
.ul-sticky {
  position: fixed; left: 0; right: 0; bottom: 0;
  padding: 56px 20px 20px;
  background: linear-gradient(to top, #000 0%, #000 70%, rgba(0,0,0,0) 100%);
  z-index: 100; pointer-events: none;
  opacity: 0; transition: opacity 0.3s ease;
}
.ul-sticky.ul-sticky--visible { opacity: 1; }
@media (min-width: 769px) { .ul-sticky { padding: 56px 80px 32px; } }
.ul-sticky .ul-btn-primary,
.ul-sticky .ul-microcopy { pointer-events: auto; }
/* spacing helpers */
.ul-gap-sm  { height: 24px; }
.ul-gap-md  { height: 28px; }
.ul-gap-lg  { height: 36px; }
@media (min-width: 769px) {
  .ul-gap-sm  { height: 36px; }
  .ul-gap-md  { height: 40px; }
  .ul-gap-lg  { height: 48px; }
}
.ul-pt { padding-top: 56px; }
@media (min-width: 769px) { .ul-pt { padding-top: 96px; } }
.ul-pt-lg { padding-top: 80px; }
@media (min-width: 769px) { .ul-pt-lg { padding-top: 120px; } }
/* benefit cards */
.ul-benefit-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.ul-benefit-card {
  border: 1px solid rgba(255,255,255,0.08); border-radius: 14px;
  padding: 36px 28px; background: #070707;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  text-align: center;
}
.ul-benefit-rn {
  font-family: 'Playfair Display', Georgia, serif; font-style: italic;
  font-size: 22px; color: #a0a0a0;
}
.ul-benefit-phrase {
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: clamp(22px,5vw,30px); line-height: 1.1; letter-spacing: -0.02em; color: #fafafa;
}
