.flow-body {
  min-height: 100vh;
  padding-bottom: 0;
  background:
    linear-gradient(var(--soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--soft) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}

.flow-main {
  min-height: calc(100vh - 74px);
  padding: 58px 0 88px;
}

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

.flow-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  margin-bottom: 32px;
}

.flow-intro h1 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2.9rem, 7vw, 5.6rem);
}

.flow-intro > p {
  max-width: 390px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.prototype-flag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 9px;
  border: 2px solid var(--line);
  background: var(--signal);
  font-family: var(--label);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.check-workspace,
.result-workspace,
.offer-panel,
.checkout-summary,
.intake-panel,
.state-panel {
  border: 2px solid var(--line);
  background: var(--surface);
  box-shadow: 10px 10px 0 var(--line);
}

.check-topline,
.result-topline {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  border-bottom: 2px solid var(--line);
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.check-topline span:first-child::before,
.result-topline span:first-child::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border: 1px solid var(--line);
  background: var(--signal);
  content: "";
}

.check-topline strong,
.result-topline strong {
  overflow: hidden;
  max-width: min(48vw, 520px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.check-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  min-height: 510px;
}

.check-copy {
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 2px solid var(--line);
}

.check-copy h2 {
  margin-bottom: 12px;
  font-size: 2.5rem;
}

.check-copy > p {
  color: var(--muted);
  line-height: 1.55;
}

.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 10px;
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.progress-track {
  height: 16px;
  overflow: clip;
  border: 2px solid var(--line);
  background: var(--soft);
}

.progress-fill {
  width: 0;
  height: 100%;
  background: var(--brand);
  transition: width 220ms ease;
}

.check-stages {
  display: grid;
  gap: 0;
  margin: 26px 0 24px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.check-stages li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.stage-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--surface);
  font-size: 0.68rem;
  font-weight: 900;
}

.check-stages small {
  font-family: var(--label);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.check-stages li.is-active {
  color: var(--ink);
  font-weight: 800;
}

.check-stages li.is-active .stage-mark {
  background: var(--signal);
  animation: stage-pulse 1s steps(2, end) infinite;
}

.check-stages li.is-done {
  color: var(--ink);
}

.check-stages li.is-done .stage-mark {
  background: var(--brand);
  color: var(--surface);
}

.flow-button,
.flow-button-secondary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 2px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--label);
  font-weight: 900;
}

.flow-button {
  background: var(--signal);
  box-shadow: 5px 5px 0 var(--line);
}

.flow-button.brand-button {
  background: var(--brand);
  color: var(--surface);
}

.flow-button-secondary {
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  background: var(--surface);
}

.scanner {
  position: relative;
  min-height: 510px;
  overflow: clip;
  background: var(--ink);
  color: var(--surface);
}

.scanner-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 32px 32px;
}

.scanner-beam {
  position: absolute;
  z-index: 2;
  top: -18%;
  right: 0;
  left: 0;
  height: 18%;
  border-bottom: 3px solid var(--signal);
  background: linear-gradient(to bottom, transparent, rgba(255, 61, 134, 0.2));
  animation: scan-page 2.6s ease-in-out infinite;
}

.scanner-page {
  position: absolute;
  z-index: 1;
  inset: 58px 54px;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
}

.scanner-browser {
  display: flex;
  gap: 8px;
  margin-bottom: 38px;
}

.scanner-browser i {
  width: 10px;
  height: 10px;
  background: var(--surface);
}

.scanner-line {
  height: 12px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.32);
}

.scanner-line.short {
  width: 54%;
}

.scanner-line.medium {
  width: 78%;
}

.scanner-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 42px;
}

.scanner-card-row span {
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.scanner-message {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 2px solid var(--surface);
  background: var(--brand);
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.result-workspace[hidden],
.check-workspace[hidden] {
  display: none;
}

.result-workspace {
  scroll-margin-top: 92px;
  animation: result-arrive 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.result-banner {
  display: grid;
  grid-template-columns: minmax(180px, 0.54fr) minmax(0, 1.46fr);
  background: var(--brand);
  color: var(--surface);
}

.result-banner > div,
.result-banner > p {
  margin: 0;
  padding: 30px;
}

.result-banner > div {
  border-right: 2px solid var(--line);
}

.result-banner span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--label);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.result-banner strong {
  font-size: 2.7rem;
}

.result-banner p {
  align-self: center;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.4;
}

.demo-notice {
  margin: 0;
  padding: 14px 18px;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  background: var(--signal);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.result-content {
  padding: 28px;
}

.result-question {
  margin-bottom: 18px;
  padding: 22px;
  border: 2px solid var(--line);
  background: var(--soft);
}

.result-question span,
.result-detail span,
.fix-box span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--label);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.result-question p {
  margin-bottom: 0;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
}

.result-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 2px solid var(--line);
}

.result-detail {
  min-height: 132px;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.result-detail:last-child {
  border-right: 0;
}

.result-detail strong {
  font-size: 1.2rem;
}

.fix-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  border: 2px solid var(--line);
  box-shadow: 6px 6px 0 var(--brand);
}

.fix-box p {
  margin-bottom: 0;
  line-height: 1.5;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: start;
}

.offer-panel {
  padding: 36px;
}

.offer-panel h1 {
  max-width: 760px;
}

.offer-panel > p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.6;
}

.receipt-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 36px 0 0;
  padding: 0;
  border-top: 2px solid var(--line);
  list-style: none;
}

.receipt-includes li {
  min-height: 112px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.receipt-includes li:nth-child(2n) {
  border-right: 0;
}

.receipt-includes strong,
.receipt-includes span {
  display: block;
}

.receipt-includes strong {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.receipt-includes span {
  color: var(--muted);
  line-height: 1.45;
}

.checkout-summary {
  position: sticky;
  top: 96px;
  padding: 26px;
  box-shadow: 10px 10px 0 var(--brand);
}

.checkout-summary .price-topline {
  margin-bottom: 22px;
}

.checkout-summary h2 {
  font-size: 2.25rem;
}

.checkout-summary ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.checkout-summary li {
  display: flex;
  gap: 9px;
  line-height: 1.4;
}

.checkout-summary li::before {
  color: var(--brand);
  content: "+";
  font-weight: 900;
}

.launch-coverage {
  margin: 22px 0;
  padding: 16px;
  border: 2px solid var(--line);
  background: var(--soft);
}

.launch-coverage span,
.launch-coverage strong {
  display: block;
}

.launch-coverage span {
  margin-bottom: 6px;
  color: var(--muted);
  font-family: var(--label);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-coverage strong {
  margin-bottom: 8px;
  color: var(--brand);
}

.launch-coverage p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.checkout-summary .flow-button {
  width: 100%;
}

.checkout-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
}

.checkout-note.is-error {
  color: #b42318;
  font-weight: 800;
}

.free-entry-form .turnstile-shell {
  min-height: 0;
  margin: 0;
}

.turnstile-shell[hidden] {
  display: none;
}

.checkout-website-field {
  display: grid;
  gap: 7px;
  margin: 22px 0 12px;
}

.checkout-website-field label {
  font-family: var(--label);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-website-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.flow-button:disabled {
  cursor: wait;
  opacity: 0.78;
}

.button-spinner,
.payment-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: payment-spin 720ms linear infinite;
}

.after-purchase {
  margin-top: 54px;
  padding-top: 44px;
  border-top: 2px solid var(--line);
}

.after-purchase h2 {
  max-width: 780px;
}

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

.after-grid article {
  min-height: 220px;
  padding: 22px;
  border: 2px solid var(--line);
  background: var(--surface);
}

.after-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--brand);
  font-size: 2rem;
  font-weight: 900;
}

.after-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.checkout-dialog {
  width: min(540px, calc(100% - 32px));
  padding: 0;
  border: 2px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 12px 12px 0 var(--brand);
}

.checkout-dialog::backdrop {
  background: rgba(24, 23, 31, 0.72);
}

.dialog-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 2px solid var(--line);
  background: var(--signal);
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dialog-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  font-weight: 900;
}

.dialog-body {
  padding: 28px;
}

.dialog-body h2 {
  font-size: 2.3rem;
}

.dialog-body p {
  color: var(--muted);
  line-height: 1.55;
}

.dialog-body .flow-button {
  width: 100%;
  margin-top: 10px;
}

.state-panel,
.intake-panel {
  max-width: 880px;
  margin: 0 auto;
  padding: 34px;
}

.state-panel h1,
.intake-panel h1 {
  max-width: 760px;
}

.state-panel > p,
.intake-panel > p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.payment-verification {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 28px 0 0;
  padding: 18px;
  border: 2px solid var(--line);
  background: var(--soft);
}

.payment-verification strong {
  display: block;
  font-family: var(--label);
  font-size: 1rem;
}

.payment-verification p {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.payment-verification.is-confirmed {
  border-color: var(--brand);
  background: rgba(79, 70, 229, 0.08);
}

.payment-verification.is-error {
  display: block;
  border-color: #b42318;
  background: #fff4f2;
}

.payment-verification .flow-button-secondary {
  margin-top: 14px;
}

.intake-form[hidden] {
  display: none;
}

.intake-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field > small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.field-label-row {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ai-helper-trigger {
  display: inline-flex;
  min-height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 2px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--label);
  font-size: 0.68rem;
  font-weight: 900;
}

.ai-helper-trigger:hover {
  background: var(--signal);
}

.field input,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.field textarea.is-ai-filled {
  border-color: var(--brand);
  box-shadow: 5px 5px 0 var(--brand);
  animation: helper-field-arrive 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.field-assist-status {
  min-height: 0;
  margin: 0;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.field-assist-status:empty {
  display: none;
}

.intake-submit {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.intake-submit > span {
  display: inline-flex;
  align-items: center;
}

.ai-helper-dialog {
  width: min(660px, calc(100% - 32px));
  max-height: min(820px, calc(100dvh - 32px));
  padding: 0;
  overflow: auto;
  border: 2px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 12px 12px 0 var(--brand);
}

.ai-helper-dialog::backdrop {
  background: rgba(24, 23, 31, 0.76);
}

.ai-helper-dialog[open] {
  animation: helper-dialog-arrive 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-helper-dialog .dialog-topline {
  position: sticky;
  top: 0;
  z-index: 2;
}

.ai-helper-dialog .dialog-body {
  display: grid;
  gap: 18px;
}

.ai-helper-dialog .dialog-body h2,
.ai-helper-dialog .dialog-body p {
  margin-bottom: 0;
}

.ai-helper-dialog .dialog-body h2 {
  font-size: 2.55rem;
}

.helper-question {
  display: grid;
  gap: 8px;
}

.helper-question label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--label);
  font-size: 0.76rem;
  font-weight: 900;
}

.helper-question label span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  background: var(--ink);
  color: var(--surface);
  font-size: 0.62rem;
}

.helper-question input,
.helper-question select,
.helper-question textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.helper-question textarea {
  min-height: 86px;
  resize: vertical;
}

.ai-helper-status {
  min-height: 22px;
  padding-left: 12px;
  border-left: 4px solid var(--signal);
  color: var(--muted);
  font-size: 0.82rem;
}

.ai-helper-status.is-working {
  color: var(--ink);
  font-weight: 800;
}

.ai-helper-submit {
  width: 100%;
}

.ai-helper-submit:disabled,
.intake-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.intake-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.intake-success {
  padding: 24px;
  border: 2px solid var(--line);
  background: var(--brand);
  color: var(--surface);
}

.paid-builder {
  border: 2px solid var(--line);
  background: var(--surface);
  box-shadow: 10px 10px 0 var(--brand);
}

.paid-builder[hidden],
.paid-ready[hidden] {
  display: none;
}

.paid-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
}

.paid-builder-copy {
  padding: 34px;
  border-right: 2px solid var(--line);
}

.paid-builder-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.paid-builder-copy > p {
  color: var(--muted);
  line-height: 1.55;
}

.platform-progress {
  display: grid;
  gap: 12px;
  align-content: center;
  min-height: 560px;
  padding: 34px;
  background: var(--ink);
  color: var(--surface);
}

.platform-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: rgba(255, 255, 255, 0.62);
}

.platform-row > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 900;
}

.platform-row strong {
  font-size: 1rem;
}

.platform-row small {
  font-family: var(--label);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.platform-row.is-active {
  border-color: var(--signal);
  background: var(--brand);
  color: var(--surface);
  transform: translateX(-8px);
}

.platform-row.is-active > span:first-child {
  background: var(--signal);
  color: var(--ink);
}

.platform-row.is-done {
  color: var(--surface);
}

.platform-row.is-done > span:first-child {
  background: var(--surface);
  color: var(--ink);
}

.paid-ready {
  scroll-margin-top: 92px;
}

.paid-report {
  border: 2px solid var(--line);
  background: var(--surface);
  box-shadow: 10px 10px 0 var(--brand);
}

.paid-report-hero {
  padding: 42px;
  border-bottom: 2px solid var(--line);
}

.paid-report-domain {
  margin: 0 0 12px;
  overflow-wrap: anywhere;
  color: var(--brand);
  font-family: var(--label);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.paid-report-hero h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: clamp(3rem, 7vw, 5.8rem);
}

.paid-report-hero > p:not(.paid-report-domain) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.paid-report-nav {
  position: sticky;
  top: 72px;
  z-index: 10;
  display: flex;
  overflow-x: auto;
  border-bottom: 2px solid var(--line);
  background: var(--ink);
  color: var(--surface);
  scrollbar-width: thin;
}

.paid-report-nav a {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  font-family: var(--label);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.paid-report-nav a:hover {
  background: var(--brand);
}

.paid-report-section {
  scroll-margin-top: 132px;
  padding: 42px;
  border-bottom: 2px solid var(--line);
}

.paid-report-section:nth-of-type(even) {
  background: var(--soft);
}

.report-section-heading {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.report-section-heading > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid var(--line);
  background: var(--signal);
  font-family: var(--label);
  font-size: 0.76rem;
  font-weight: 900;
}

.report-section-heading p {
  margin: 0 0 5px;
  color: var(--brand);
  font-family: var(--label);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.report-lede {
  max-width: 900px;
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 750;
  line-height: 1.2;
}

.report-coverage {
  max-width: 820px;
  margin: 18px 0 30px;
  color: var(--muted);
  line-height: 1.55;
}

.business-understanding {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 2px solid var(--line);
}

.business-understanding > div {
  min-height: 150px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-understanding > div:nth-child(2n) {
  border-right: 0;
}

.business-understanding > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.business-understanding span {
  display: block;
  margin-bottom: 16px;
  color: var(--brand);
  font-family: var(--label);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.business-understanding p {
  margin: 0;
  line-height: 1.5;
}

.question-findings {
  display: grid;
  gap: 18px;
}

.question-finding {
  border: 2px solid var(--line);
  background: var(--surface);
}

.question-finding-heading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: stretch;
  border-bottom: 2px solid var(--line);
}

.question-number {
  display: grid;
  min-height: 72px;
  place-items: center;
  border-right: 2px solid var(--line);
  background: var(--brand);
  color: var(--surface);
  font-family: var(--label);
  font-weight: 900;
}

.question-finding-heading h3 {
  align-self: center;
  margin: 0;
  padding: 16px 18px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.provider-finding {
  padding: 20px;
}

.provider-finding + .provider-finding {
  border-top: 2px solid var(--line);
}

.provider-finding-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.provider-finding-topline strong {
  color: var(--brand);
}

.outcome {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 4px 9px;
  border: 2px solid var(--line);
  font-family: var(--label);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.outcome-recommended,
.outcome-cited {
  background: var(--brand);
  color: var(--surface);
}

.outcome-mentioned {
  background: var(--signal);
}

.outcome-missing {
  background: var(--ink);
  color: var(--surface);
}

.outcome-failed {
  background: var(--soft);
  color: var(--muted);
}

.provider-answer {
  margin: 0;
  color: var(--ink);
  line-height: 1.58;
  white-space: pre-wrap;
}

.provider-businesses,
.provider-no-citations {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.provider-citations {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.provider-citations > strong {
  font-family: var(--label);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.provider-citations ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.provider-citations a {
  display: inline-block;
  max-width: 100%;
  padding: 7px 9px;
  border: 1px solid var(--line);
  overflow-wrap: anywhere;
  background: var(--soft);
  font-size: 0.76rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.competitor-findings {
  border: 2px solid var(--line);
}

.competitor-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid var(--line);
}

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

.competitor-row > span {
  display: grid;
  height: 100%;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--brand);
  font-family: var(--label);
  font-weight: 900;
}

.competitor-row strong,
.competitor-row p {
  margin: 0;
  padding: 14px 16px;
}

.competitor-detail {
  padding: 14px 16px;
}

.competitor-detail strong,
.competitor-detail p {
  display: block;
  padding: 0;
}

.competitor-detail p {
  margin-top: 5px;
}

.competitor-row p {
  color: var(--muted);
  font-size: 0.84rem;
}

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

.recommendation-layout h3 {
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 1.25rem;
}

.fix-list,
.content-idea-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 2px solid var(--line);
  background: var(--surface);
  list-style: none;
  counter-reset: report-item;
}

.fix-list li,
.content-idea-list li {
  position: relative;
  padding: 20px 20px 20px 58px;
  border-bottom: 1px solid var(--line);
  counter-increment: report-item;
}

.fix-list li:last-child,
.content-idea-list li:last-child {
  border-bottom: 0;
}

.fix-list li::before,
.content-idea-list li::before {
  position: absolute;
  top: 20px;
  left: 18px;
  color: var(--brand);
  content: counter(report-item, decimal-leading-zero);
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
}

.fix-list strong,
.content-idea-list strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.35;
}

.fix-list p,
.content-idea-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.fix-list small {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 0.74rem;
  line-height: 1.45;
}

.replacement-copy {
  margin: 16px 0 0;
  padding: 14px;
  border-left: 4px solid var(--signal);
  background: var(--soft);
}

.replacement-copy span,
.content-format {
  display: block;
  margin-bottom: 7px;
  color: var(--brand);
  font-family: var(--label);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.replacement-copy p {
  color: var(--ink);
  white-space: pre-wrap;
}

.content-idea-list > li > ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.content-idea-list > li > ul li {
  padding: 0;
  border: 0;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.4;
  list-style: disc;
}

.content-idea-list > li > ul li::before {
  content: none;
}

.thirty-day-plan {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid var(--line);
}

.thirty-day-plan section {
  min-height: 300px;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: var(--surface);
}

.thirty-day-plan section:last-child {
  border-right: 0;
}

.thirty-day-plan span {
  display: block;
  margin-bottom: 32px;
  color: var(--brand);
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.thirty-day-plan h3 {
  min-height: 52px;
  margin-bottom: 18px;
  font-size: 1.2rem;
}

.thirty-day-plan ul,
.report-limitations ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.thirty-day-plan li,
.report-limitations li {
  color: var(--muted);
  line-height: 1.5;
}

.report-limitations {
  background: var(--ink) !important;
  color: var(--surface);
}

.report-limitations .report-section-heading p,
.report-limitations .report-section-heading > span {
  color: var(--ink);
}

.report-limitations .report-section-heading p {
  color: var(--signal);
}

.report-limitations li {
  color: rgba(255, 255, 255, 0.78);
}

.paid-report-actions {
  padding: 24px 42px 42px;
}

.report-empty {
  margin: 0;
  padding: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.ready-receipt {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
  border: 2px solid var(--line);
}

.ready-receipt div {
  min-height: 112px;
  padding: 16px;
  border-right: 1px solid var(--line);
}

.ready-receipt div:last-child {
  border-right: 0;
}

.ready-receipt span,
.ready-receipt strong {
  display: block;
}

.ready-receipt span {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ready-receipt strong {
  font-size: 1.15rem;
}

.free-entry-main {
  padding-top: 48px;
}

.free-entry-panel,
.free-used-panel {
  border: 2px solid var(--line);
  background: var(--surface);
  box-shadow: 10px 10px 0 var(--line);
}

.free-entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
}

.free-entry-offer,
.free-entry-form {
  padding: 38px;
}

.free-entry-offer {
  border-right: 2px solid var(--line);
}

.free-entry-price {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--line);
  font-family: var(--label);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.free-entry-price strong {
  font-family: var(--display);
  font-size: 3.5rem;
  line-height: 0.9;
}

.free-entry-offer h1 {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: clamp(3rem, 6vw, 5rem);
}

.free-entry-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.free-entry-list li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 10px;
  font-size: 1.05rem;
  line-height: 1.4;
}

.free-entry-list li::before {
  color: var(--brand);
  content: "+";
  font-weight: 900;
}

.free-entry-form {
  display: grid;
  align-content: center;
  background: var(--soft);
}

.free-entry-form h2 {
  margin-bottom: 12px;
  font-size: 2.7rem;
}

.free-entry-form > p {
  color: var(--muted);
  line-height: 1.5;
}

.free-entry-form label {
  display: block;
  margin: 28px 0 8px;
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.free-entry-form input {
  width: 100%;
  min-height: 58px;
  padding: 0 14px;
  border: 2px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.free-entry-form input:focus {
  outline: 3px solid rgba(79, 70, 229, 0.24);
  outline-offset: 0;
}

.free-entry-form .flow-button {
  width: 100%;
  margin-top: 12px;
}

.free-entry-form .flow-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.free-entry-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
}

.free-entry-reassurance span {
  color: var(--muted);
  font-family: var(--label);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.free-entry-reassurance span::before {
  margin-right: 6px;
  color: var(--ink);
  content: "+";
}

.free-entry-status {
  min-height: 22px;
  margin: 14px 0 0;
  font-family: var(--label);
  font-size: 0.72rem;
}

.free-used-panel {
  max-width: 880px;
  margin: 48px auto;
  padding: 40px;
}

.free-used-panel > p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.free-used-domain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0;
  padding: 18px;
  border: 2px solid var(--line);
  background: var(--soft);
}

.free-used-domain span {
  font-family: var(--label);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.free-used-domain strong {
  overflow-wrap: anywhere;
  text-align: right;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .flow-button:hover,
  .flow-button-secondary:hover {
    transform: translate3d(-2px, -2px, 0);
  }
}

@keyframes scan-page {
  0% {
    transform: translateY(0);
  }

  55%,
  100% {
    transform: translateY(650%);
  }
}

@keyframes stage-pulse {
  50% {
    background: var(--surface);
  }
}

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

@keyframes result-arrive {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes helper-dialog-arrive {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes helper-field-arrive {
  0% {
    background: var(--soft);
    transform: translateY(4px);
  }

  100% {
    background: var(--surface);
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .flow-intro,
  .check-layout,
  .offer-layout,
  .paid-builder-grid,
  .free-entry-layout {
    grid-template-columns: 1fr;
  }

  .flow-intro {
    align-items: start;
  }

  .check-copy {
    border-right: 0;
    border-bottom: 2px solid var(--line);
  }

  .scanner {
    min-height: 440px;
  }

  .checkout-summary {
    position: static;
  }

  .paid-builder-copy {
    border-right: 0;
    border-bottom: 2px solid var(--line);
  }

  .free-entry-offer {
    border-right: 0;
    border-bottom: 2px solid var(--line);
  }

  .platform-progress {
    min-height: 0;
  }

  .after-grid {
    grid-template-columns: 1fr;
  }

  .after-grid article {
    min-height: 180px;
  }

  .after-grid span {
    margin-bottom: 26px;
  }

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

  .thirty-day-plan {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .thirty-day-plan section {
    border-bottom: 1px solid var(--line);
  }

  .thirty-day-plan section:nth-child(2n) {
    border-right: 0;
  }

  .thirty-day-plan section:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .flow-main {
    padding: 38px 0 64px;
  }

  .flow-shell {
    width: min(100% - 28px, 1120px);
  }

  .flow-intro h1,
  .offer-panel h1,
  .state-panel h1,
  .intake-panel h1,
  .free-entry-offer h1,
  .free-used-panel h1 {
    font-size: 2.65rem;
  }

  .check-topline,
  .result-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .check-topline strong,
  .result-topline strong {
    max-width: 100%;
  }

  .check-copy,
  .result-content,
  .offer-panel,
  .checkout-summary,
  .state-panel,
  .intake-panel,
  .free-entry-offer,
  .free-entry-form,
  .free-used-panel {
    padding: 22px 18px;
  }

  .check-copy h2 {
    font-size: 2rem;
  }

  .scanner {
    min-height: 360px;
  }

  .scanner-page {
    inset: 38px 20px 64px;
    padding: 20px;
  }

  .scanner-card-row span {
    height: 72px;
  }

  .scanner-message {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .result-banner,
  .result-details,
  .receipt-includes,
  .intake-form,
  .ready-receipt {
    grid-template-columns: 1fr;
  }

  .result-banner > div {
    border-right: 0;
    border-bottom: 2px solid var(--line);
  }

  .result-detail {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .result-detail:last-child {
    border-bottom: 0;
  }

  .fix-box {
    grid-template-columns: 1fr;
  }

  .result-actions {
    display: grid;
  }

  .receipt-includes li,
  .receipt-includes li:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

  .field.full {
    grid-column: auto;
  }

  .field-label-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ai-helper-dialog .dialog-body {
    padding: 22px 18px;
  }

  .ai-helper-dialog .dialog-body h2 {
    font-size: 2.05rem;
  }

  .paid-builder-copy,
  .platform-progress {
    padding: 22px 18px;
  }

  .platform-row.is-active {
    transform: none;
  }

  .ready-receipt div,
  .ready-receipt div:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ready-receipt div:last-child {
    border-bottom: 0;
  }

  .paid-report-hero,
  .paid-report-section {
    padding: 28px 18px;
  }

  .paid-report-nav {
    top: 70px;
    display: grid;
    overflow-x: visible;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .paid-report-nav a {
    min-width: 0;
    justify-content: center;
    padding: 0 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    text-align: center;
  }

  .paid-report-nav a:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

  .paid-report-section {
    scroll-margin-top: 184px;
  }

  .paid-report-actions {
    padding: 22px 18px 28px;
  }

  .report-section-heading {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .report-section-heading > span {
    width: 40px;
    height: 40px;
  }

  .business-understanding {
    grid-template-columns: 1fr;
  }

  .business-understanding > div,
  .business-understanding > div:nth-child(2n),
  .business-understanding > div:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .business-understanding > div:last-child {
    border-bottom: 0;
  }

  .provider-finding-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .competitor-row {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .competitor-row p {
    grid-column: 2;
    padding-top: 0;
  }

  .competitor-detail p {
    grid-column: auto;
    padding: 0;
  }

  .thirty-day-plan {
    grid-template-columns: 1fr;
  }

  .thirty-day-plan section,
  .thirty-day-plan section:nth-child(2n),
  .thirty-day-plan section:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .thirty-day-plan section:last-child {
    border-bottom: 0;
  }

  .thirty-day-plan h3 {
    min-height: 0;
  }

  .free-entry-form h2 {
    font-size: 2.15rem;
  }

  .free-used-domain {
    align-items: flex-start;
    flex-direction: column;
  }

  .free-used-domain strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-helper-dialog[open],
  .field textarea.is-ai-filled {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scanner-beam,
  .check-stages li.is-active .stage-mark {
    animation: none !important;
  }
}
