.sample-body,
body[data-release-proof-page="landing"] {
  overflow-x: clip;
}

.proof-main {
  width: min(1160px, calc(100% - 40px));
}

.proof-header .site-header-inner {
  width: min(1160px, calc(100% - 40px));
}

.proof-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.proof-nav a,
.proof-nav button {
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.proof-nav-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--green-deep);
  border-radius: 999px;
  background: transparent;
}

.proof-nav a:hover,
.proof-nav button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.proof-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: clamp(36px, 4vw, 62px) 0 54px;
}

.proof-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.94;
}

.proof-lede {
  max-width: 690px;
  margin: 26px 0 0;
  color: #4f6058;
  font-size: clamp(1.06rem, 1.75vw, 1.27rem);
  line-height: 1.6;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.proof-primary,
.proof-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
}

.proof-primary {
  border: 1px solid var(--green-deep);
  color: white;
  background: var(--green-deep);
  box-shadow: 0 12px 26px rgb(12 76 55 / 20%);
}

.proof-secondary {
  border: 1px solid var(--line-strong);
  color: var(--green-deep);
  background: rgb(255 253 248 / 72%);
}

.proof-primary:hover,
.proof-secondary:hover {
  transform: translateY(-1px);
}

.proof-primary:focus-visible,
.proof-secondary:focus-visible,
.proof-nav a:focus-visible,
.proof-nav button:focus-visible,
.reservation-form input:focus-visible,
.reservation-form select:focus-visible,
.reservation-form textarea:focus-visible,
.proof-submit:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 3px;
}

.proof-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 750;
  list-style: none;
}

.proof-assurances li::before {
  margin-right: 8px;
  color: var(--green);
  content: "OK";
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.63rem;
  font-weight: 900;
}

.proof-preview {
  position: relative;
  padding: 18px;
}

.proof-preview::before {
  position: absolute;
  inset: 2% -6% -3%;
  z-index: -1;
  border-radius: 42px;
  content: "";
  background: linear-gradient(135deg, rgb(124 224 174 / 52%), rgb(242 190 104 / 48%));
  filter: blur(4px);
  transform: rotate(-3deg);
}

.preview-paper {
  padding: 26px;
  border: 1px solid rgb(23 55 45 / 20%);
  border-radius: 20px;
  background: #fffefa;
  box-shadow: 0 32px 70px rgb(36 54 45 / 19%);
  transform: rotate(1.6deg);
}

.preview-paper-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.preview-logo {
  font-weight: 900;
}

.preview-logo span {
  color: var(--green);
}

.preview-label,
.preview-kicker {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.preview-kicker {
  margin: 24px 0 8px;
}

.preview-paper h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: -0.04em;
}

.preview-subtitle {
  margin: 9px 0 20px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.preview-path {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preview-path li {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #425149;
  font-size: 0.72rem;
  font-weight: 730;
}

.preview-path li span {
  color: var(--green);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
}

.preview-path li b {
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--mint-soft);
  font-size: 0.6rem;
  text-transform: uppercase;
}

.preview-path .preview-blocked {
  border-color: rgb(185 67 61 / 32%);
  background: var(--coral-soft);
}

.preview-path .preview-blocked b {
  color: #7f2e2a;
  background: #f8d9d5;
}

.preview-path .preview-warning {
  border-color: rgb(181 109 11 / 34%);
  background: var(--amber-soft);
}

.preview-path .preview-warning b {
  color: #754b0e;
  background: #ffe2ae;
}

.preview-path .preview-not-run {
  color: var(--muted);
  background: var(--surface-soft);
}

.preview-path .preview-not-run b {
  color: #52625a;
  background: #e7ece9;
}

.preview-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.45;
}

.pilot-strip {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) 1fr;
  gap: 30px;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid rgb(19 107 77 / 28%);
  border-radius: 22px;
  color: white;
  background: var(--surface-strong);
  box-shadow: var(--shadow-small);
}

.pilot-strip > div {
  display: flex;
  gap: 18px;
  align-items: center;
}

.pilot-price {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.pilot-strip strong,
.pilot-strip small {
  display: block;
}

.pilot-strip strong {
  font-size: 0.94rem;
}

.pilot-strip small {
  max-width: 330px;
  margin-top: 3px;
  color: #c9d8d1;
  font-size: 0.72rem;
  line-height: 1.45;
}

.pilot-strip > p {
  margin: 0;
  color: #dce8e2;
  font-size: 0.82rem;
  line-height: 1.6;
}

.proof-section {
  padding: clamp(68px, 9vw, 112px) 0;
}

.proof-process {
  padding-bottom: clamp(42px, 6vw, 72px);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  min-height: 208px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(255 253 248 / 78%);
}

.process-grid li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--green-deep);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
}

.process-grid h3 {
  margin: 5px 0 10px;
  font-size: 1.04rem;
  letter-spacing: -0.03em;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.proof-difference {
  max-width: 900px;
  margin: 0 auto clamp(68px, 9vw, 112px);
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgb(19 107 77 / 26%);
  border-radius: 28px;
  color: white;
  background: var(--surface-strong);
  box-shadow: var(--shadow-small);
  text-align: center;
}

.proof-difference .eyebrow {
  color: var(--mint);
}

.proof-difference h2 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.proof-difference > p:last-child {
  max-width: 760px;
  margin: 18px auto 0;
  color: #dce8e2;
  font-size: 0.96rem;
  line-height: 1.65;
}

.proof-definition {
  display: grid;
  grid-template-columns: 0.72fr 1.25fr;
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.proof-section h2,
.sample-callout h2,
.scope-section h2,
.reservation-intro h2 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.definition-card {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-small);
}

.definition-card p {
  margin: 0;
  color: #425149;
  font-size: 1rem;
  line-height: 1.7;
}

.definition-card p + p {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 750px;
}

.section-heading > p:last-child,
.sample-callout > div > p:last-child,
.reservation-intro > p {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

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

.deliverable-grid article {
  min-height: 250px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(255 253 248 / 74%);
}

.deliverable-grid article:nth-child(even) {
  background: var(--surface-soft);
}

.deliverable-grid article > span {
  color: var(--green);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 850;
}

.deliverable-grid h3 {
  margin: 54px 0 10px;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.deliverable-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.sample-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 5%, rgb(124 224 174 / 34%), transparent 17rem),
    var(--surface);
  box-shadow: var(--shadow-small);
}

.scope-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(68px, 9vw, 112px) 0;
}

.scope-section > div {
  padding: clamp(28px, 5vw, 48px);
  border-radius: 26px;
}

.scope-in {
  border: 1px solid rgb(19 107 77 / 23%);
  background: var(--mint-soft);
}

.scope-out {
  border: 1px solid var(--line);
  background: var(--surface);
}

.scope-section ul {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.scope-section li {
  position: relative;
  padding-left: 26px;
  color: #425149;
  font-size: 0.86rem;
  line-height: 1.55;
}

.scope-section li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "OK";
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.63rem;
  font-weight: 900;
}

.scope-out li::before {
  color: var(--muted);
  content: "-";
}

.reservation-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: start;
  padding: clamp(35px, 6vw, 70px);
  border-radius: 30px;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  scroll-margin-top: 96px;
}

.reservation-intro {
  position: sticky;
  top: 112px;
  color: white;
}

.reservation-intro .eyebrow {
  color: var(--mint);
}

.reservation-intro > p {
  color: #c9d8d1;
}

.secure-handoff {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgb(124 224 174 / 34%);
  border-radius: 16px;
  background: rgb(12 76 55 / 58%);
}

.secure-handoff strong {
  color: var(--mint);
  font-size: 0.8rem;
}

.secure-handoff p {
  margin: 7px 0 0;
  color: #dce8e2;
  font-size: 0.75rem;
  line-height: 1.55;
}

.reservation-form,
.reservation-success {
  padding: clamp(23px, 4vw, 38px);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 24px;
  color: var(--ink);
  background: var(--surface);
}

.required-note {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.required-note span,
.required-mark {
  color: #9b3c37;
}

.form-section-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.form-section-heading:not(:first-child) {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.form-section-heading > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--green);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
}

.form-section-heading strong,
.form-section-heading small {
  display: block;
}

.form-section-heading strong {
  color: var(--green-deep);
  font-size: 0.95rem;
}

.form-section-heading small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.7rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.reservation-form label > span,
.draft-readiness legend {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 820;
}

.reservation-form label > span small {
  color: var(--muted);
  font-weight: 650;
}

.reservation-form input[type="text"],
.reservation-form input[type="email"],
.reservation-form input[type="url"],
.reservation-form input[type="date"],
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 0.83rem;
}

.reservation-form textarea {
  min-height: 118px;
  resize: vertical;
  line-height: 1.5;
}

.reservation-form input::placeholder,
.reservation-form textarea::placeholder {
  color: #87948e;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-wide > small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.draft-readiness {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface-soft);
}

.draft-readiness p {
  margin: -2px 0 14px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-row label {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.choice-row label > span {
  margin: 0;
  font-size: 0.74rem;
}

.textarea-label {
  display: block;
  margin-top: 22px;
}

.optional-details {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-soft);
}

.optional-details summary {
  cursor: pointer;
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.45;
}

.optional-details summary span {
  color: var(--muted);
  font-weight: 650;
}

.optional-details .textarea-label {
  margin-top: 18px;
}

.form-confirmations {
  display: grid;
  gap: 12px;
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.form-confirmations label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.form-confirmations input,
.choice-row input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.form-confirmations label > span {
  margin: 0;
  color: #425149;
  font-size: 0.79rem;
  font-weight: 680;
  line-height: 1.5;
}

.reservation-form .turnstile-container {
  margin-top: 24px;
}

.proof-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  padding: 13px 20px;
  border: 0;
  border-radius: 13px;
  color: white;
  background: var(--green-deep);
  font-size: 0.9rem;
  font-weight: 850;
}

.proof-submit:disabled {
  cursor: wait;
  opacity: 0.58;
}

.reservation-status {
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid rgb(185 67 61 / 28%);
  border-radius: 11px;
  color: #7f2e2a;
  background: var(--coral-soft);
  font-size: 0.75rem;
  font-weight: 720;
  line-height: 1.5;
}

.reservation-status[data-level="info"] {
  border-color: rgb(49 95 152 / 24%);
  color: #254e7e;
  background: var(--blue-soft);
}

.form-fine-print {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.5;
  text-align: center;
}

.form-fine-print a {
  color: var(--green-deep);
  font-weight: 750;
}

.reservation-success {
  align-self: start;
}

.success-mark {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 18px;
  color: var(--green-deep);
  background: var(--mint-soft);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.82rem;
  font-weight: 900;
}

.reservation-success h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  letter-spacing: -0.05em;
}

.reservation-success > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.success-reference {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--green-deep) !important;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 850;
}

/* Sample report */

.sample-main {
  width: min(980px, calc(100% - 40px));
  padding: 42px 0 80px;
}

.sample-notice {
  display: flex;
  gap: 9px 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 12px 18px;
  border: 1px solid rgb(181 109 11 / 28%);
  border-radius: 13px;
  color: #754b0e;
  background: var(--amber-soft);
  font-size: 0.75rem;
}

.report-paper {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  box-shadow: 0 28px 70px rgb(36 54 45 / 16%);
}

.report-demo-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 18px;
  align-items: center;
  padding: 15px 36px;
  border-bottom: 1px solid rgb(181 109 11 / 30%);
  color: #67410b;
  background: var(--amber-soft);
  font-size: 0.7rem;
  line-height: 1.45;
}

.report-demo-banner strong {
  letter-spacing: 0.1em;
}

.report-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 36px;
  color: white;
  background: var(--surface-strong);
}

.report-brand {
  font-size: 1.15rem;
  font-weight: 900;
}

.report-brand span {
  color: var(--mint);
}

.report-header p {
  margin: 5px 0 0;
  color: #c9d8d1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report-meta {
  text-align: right;
}

.report-meta span,
.report-meta strong {
  display: block;
}

.report-meta span {
  color: #c9d8d1;
  font-size: 0.62rem;
}

.report-meta strong {
  margin-top: 4px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
}

.report-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
  padding: 48px 36px 34px;
}

.report-label {
  margin: 0 0 9px;
  color: var(--green);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-summary h1 {
  max-width: 650px;
  font-size: clamp(2.15rem, 5.6vw, 4.2rem);
}

.report-summary > div > p:last-child {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.report-outcome {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--green-deep);
  background: var(--mint-soft);
  font-size: 0.68rem;
  font-weight: 850;
}

.report-outcome.review {
  color: #7f2e2a;
  background: var(--coral-soft);
}

.report-outcome.complete {
  color: var(--green-deep);
  background: var(--mint-soft);
}

.report-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 36px;
  border: solid var(--line);
  border-width: 1px 0 0 1px;
}

.report-facts > div {
  min-width: 0;
  padding: 15px;
  border: solid var(--line);
  border-width: 0 1px 1px 0;
}

.report-facts dt {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 750;
  text-transform: uppercase;
}

.report-facts dd {
  overflow-wrap: anywhere;
  margin: 5px 0 0;
  font-size: 0.73rem;
  font-weight: 760;
}

.report-section {
  padding: 42px 36px 0;
}

.report-section-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.report-section-head > span {
  color: var(--green);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 850;
}

.report-section-head .report-label {
  margin-bottom: 3px;
}

.report-section h2,
.report-limitations h2 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.report-table-wrap {
  overflow-x: auto;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72rem;
  line-height: 1.5;
}

.report-table th,
.report-table td {
  padding: 14px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.report-table thead th {
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.report-table tbody th {
  min-width: 145px;
}

.result-chip {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 850;
  text-transform: uppercase;
}

.result-chip.pass {
  color: var(--green-deep);
  background: var(--mint-soft);
}

.result-chip.blocked {
  color: #7f2e2a;
  background: var(--coral-soft);
}

.result-chip.warn {
  color: #754b0e;
  background: var(--amber-soft);
}

.result-chip.not-run {
  color: #52625a;
  background: #e7ece9;
}

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

.comparison-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.comparison-tag {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  color: #254e7e;
  background: var(--blue-soft);
  font-size: 0.6rem;
  font-weight: 820;
}

.comparison-tag.candidate {
  color: var(--green-deep);
  background: var(--mint-soft);
}

.comparison-grid h3 {
  margin: 24px 0 7px;
  font-size: 0.96rem;
}

.comparison-grid p,
.comparison-note,
.report-review > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.comparison-note {
  margin-top: 12px;
}

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

.evidence-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.evidence-figure.warning {
  border-color: rgb(181 109 11 / 32%);
}

.evidence-image-wrap {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 14px;
  background: linear-gradient(135deg, rgb(223 245 233 / 45%), rgb(244 239 229 / 62%));
}

.evidence-figure.warning .evidence-image-wrap {
  background: linear-gradient(135deg, rgb(255 236 205 / 56%), rgb(244 239 229 / 72%));
}

.evidence-image-wrap img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgb(36 54 45 / 14%);
}

.evidence-figure figcaption {
  display: grid;
  gap: 6px;
  padding: 16px 18px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.evidence-figure figcaption strong {
  color: var(--ink);
  font-size: 0.72rem;
}

.report-limitations {
  margin: 42px 36px 0;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-soft);
}

.report-limitations ul {
  display: grid;
  gap: 8px;
  margin: 17px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.report-footer {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  gap: 6px 18px;
  justify-content: space-between;
  margin: 42px 0 0;
  padding: 20px 36px;
  color: #c9d8d1;
  background: var(--surface-strong);
  font-size: 0.6rem;
}

.report-footer strong {
  color: #ffe2ae;
  letter-spacing: 0.08em;
}

.sample-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .proof-hero {
    grid-template-columns: 1fr;
  }

  .proof-hero-copy {
    max-width: 780px;
  }

  .proof-preview {
    width: min(100%, 520px);
    margin-inline: auto;
  }

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

  .process-grid,
  .deliverable-grid.proof-trio {
    grid-template-columns: 1fr;
  }

  .process-grid li {
    min-height: 0;
  }

  .deliverable-grid article {
    min-height: 220px;
  }

  .reservation-section {
    grid-template-columns: 1fr;
  }

  .reservation-intro {
    position: static;
  }
}

@media (max-width: 700px) {
  .proof-main,
  .sample-main,
  .proof-header .site-header-inner {
    width: min(100% - 28px, 1160px);
  }

  body[data-release-proof-page="landing"] .proof-nav > a:first-child {
    display: none;
  }

  .sample-body .proof-nav-cta {
    display: none;
  }

  .proof-nav-cta {
    min-height: 36px;
    padding: 7px 11px;
    font-size: 0.68rem !important;
  }

  .proof-hero {
    padding-top: 48px;
  }

  .proof-hero h1 {
    font-size: clamp(2.55rem, 11.8vw, 4.4rem);
  }

  .proof-preview::before {
    inset: 2% 0 -3%;
  }

  .pilot-strip,
  .proof-definition,
  .sample-callout,
  .scope-section {
    grid-template-columns: 1fr;
  }

  .sample-callout .proof-secondary {
    width: 100%;
  }

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

  .form-wide {
    grid-column: auto;
  }

  .reservation-section {
    margin-inline: -2px;
    padding: 28px 14px;
    border-radius: 22px;
  }

  .reservation-form,
  .reservation-success {
    padding: 22px 16px;
  }

  .report-header,
  .report-demo-banner,
  .report-summary,
  .report-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .report-demo-banner,
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .report-summary {
    grid-template-columns: 1fr;
  }

  .report-outcome {
    width: max-content;
  }

  .report-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: 20px;
  }

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

  .report-limitations {
    margin-inline: 20px;
  }

  .report-footer {
    display: grid;
    gap: 6px;
    padding-inline: 20px;
  }
}

@media (max-width: 480px) {
  .proof-actions,
  .sample-actions {
    display: grid;
  }

  .proof-actions a,
  .sample-actions a {
    width: 100%;
  }

  .proof-assurances {
    display: grid;
    gap: 8px;
  }

  .preview-paper {
    padding: 20px;
  }

  .pilot-strip {
    padding: 22px;
  }

  .pilot-strip > div {
    align-items: flex-start;
  }

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

  .deliverable-grid article {
    min-height: 190px;
  }

  .deliverable-grid h3 {
    margin-top: 38px;
  }

  .choice-row {
    display: grid;
  }

  .sample-notice {
    display: grid;
    text-align: center;
  }

  .report-header {
    align-items: flex-start;
  }

  .report-facts {
    grid-template-columns: 1fr;
  }

  .evidence-image-wrap {
    min-height: 0;
    padding: 10px;
  }
}

@media print {
  @page {
    margin: 12mm;
    size: A4;
  }

  body {
    background: white;
  }

  body::before,
  .no-print {
    display: none !important;
  }

  .sample-main {
    width: 100%;
    padding: 0;
  }

  .report-paper {
    border: 0;
    box-shadow: none;
  }

  .report-paper,
  .report-demo-banner,
  .report-header,
  .report-footer {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .report-limitations,
  .report-facts,
  .report-summary,
  .report-demo-banner,
  .report-section-head,
  .comparison-grid article,
  .evidence-figure {
    break-inside: avoid;
  }

  .evidence-image-wrap img {
    max-height: 158mm;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-primary:hover,
  .proof-secondary:hover {
    transform: none;
  }
}
