:root {
  color-scheme: light;
  --midnight-navy: #0f1f33;
  --trace-teal: #16b6a3;
  --signal-green: #3fbf7f;
  --soft-mist: #eaf2f4;
  --graphite: #28323c;
  --premium-amber: #b7791f;
  --pure-white: #ffffff;
  --bg: #f7fafb;
  --panel: var(--pure-white);
  --ink: var(--midnight-navy);
  --muted: #5f6b7a;
  --line: #d8e3ea;
  --primary: var(--trace-teal);
  --primary-strong: #0e7f73;
  --accent: var(--premium-amber);
  --info: #2457a6;
  --success: var(--signal-green);
  --font-display: Sora, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0.72) 420px), var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.28);
  outline-offset: 4px;
}

.site-header,
.site-footer,
main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

.brand,
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  font-weight: 700;
}

.brand {
  gap: 10px;
  white-space: nowrap;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1;
}

.brand-logo__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 18px rgba(15, 31, 51, 0.08));
}

.brand-logo__wordmark {
  font-size: 20px;
  letter-spacing: 0;
}

.brand-logo--lg .brand-logo__mark {
  width: 42px;
  height: 42px;
}

.brand-logo--lg .brand-logo__wordmark {
  font-size: 24px;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

nav a:hover,
.footer-links a:hover {
  color: var(--primary-strong);
}

.header-cta,
.button.primary {
  padding: 0 18px;
  background: var(--primary);
  color: white;
}

.button.secondary {
  padding: 0 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary-strong);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
  min-height: 620px;
  padding: 54px 0 68px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand,
.brand-logo__wordmark,
.landing-final-copy h2,
.passport-visual h2,
.audience-visual strong {
  font-family: var(--font-display);
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.25;
}

.lede {
  max-width: 660px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

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

.hero-proof {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-left: 18px;
  border-left: 3px solid rgba(15, 118, 110, 0.22);
}

.hero-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.hero-proof strong {
  color: var(--ink);
}

.passport-visual {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 26px;
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.1);
}

.motion-scene {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(15, 118, 110, 0.1), transparent 32%),
    linear-gradient(145deg, #ffffff, #f8fafc 68%, #ecfdf5);
}

.visual-buyerRequest {
  background:
    radial-gradient(circle at 78% 16%, rgba(29, 78, 216, 0.12), transparent 30%),
    linear-gradient(145deg, #ffffff, #f8fafc 62%, #eff6ff);
}

.visual-qrScan {
  background:
    radial-gradient(circle at 70% 20%, rgba(183, 121, 31, 0.14), transparent 34%),
    linear-gradient(145deg, #ffffff, #f8fafc 62%, #fff7ed);
}

.visual-productProof {
  background:
    radial-gradient(circle at 24% 18%, rgba(15, 118, 110, 0.12), transparent 34%),
    linear-gradient(145deg, #ffffff, #f8fafc 62%, #f0fdfa);
}

.motion-scene svg {
  display: block;
  width: 100%;
  height: auto;
}

.scene-grid {
  fill: rgba(255, 255, 255, 0.46);
  stroke: rgba(148, 163, 184, 0.28);
}

.document-stack rect,
.claim-panel rect,
.passport-card rect {
  fill: url("#passportPanel");
  stroke: rgba(15, 23, 42, 0.1);
}

.document-stack path,
.claim-panel path,
.qr-block path {
  fill: none;
  stroke: var(--primary-strong);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.document-stack path:first-of-type {
  stroke: #94a3b8;
  stroke-width: 4;
}

.document-stack text,
.claim-panel text,
.passport-card text {
  fill: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.passport-card .card-small {
  fill: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.claim-panel rect:nth-of-type(2),
.claim-panel rect:nth-of-type(3) {
  fill: rgba(15, 118, 110, 0.14);
  stroke: none;
}

.flow-line {
  fill: none;
  stroke: rgba(15, 118, 110, 0.45);
  stroke-dasharray: 10 12;
  stroke-linecap: round;
  stroke-width: 4;
  animation: flowDash 3.2s linear infinite;
}

.line-two {
  animation-delay: -1.4s;
}

.approval-pulse {
  fill: #d9f8e8;
  stroke: rgba(15, 118, 110, 0.72);
  stroke-width: 3;
  transform-origin: 486px 157px;
  animation: approvalPulse 2.6s ease-in-out infinite;
}

.qr-block rect {
  fill: #f8fafc;
  stroke: rgba(15, 23, 42, 0.16);
}

.scan-line {
  fill: none;
  stroke: var(--trace-teal);
  stroke-linecap: round;
  stroke-width: 3;
  animation: scanSweep 2.4s ease-in-out infinite;
}

@keyframes flowDash {
  to {
    stroke-dashoffset: -44;
  }
}

@keyframes approvalPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.16);
    opacity: 1;
  }
}

@keyframes scanSweep {
  0%,
  100% {
    transform: translateY(-18px);
    opacity: 0.2;
  }
  45%,
  55% {
    opacity: 1;
  }
  100% {
    transform: translateY(18px);
  }
}

.passport-topline,
.passport-visual dl,
.trust-strip,
.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.passport-topline span,
.passport-status {
  border-radius: 999px;
  background: rgba(63, 191, 127, 0.14);
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 800;
}

.passport-topline span {
  padding: 7px 10px;
}

.passport-topline strong {
  color: var(--info);
}

.passport-visual h2 {
  margin-top: 28px;
  font-size: 28px;
}

.passport-kicker,
.passport-note {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.passport-note {
  margin: 18px 0 0;
  line-height: 1.5;
}

.passport-visual p,
.content-card p,
.workflow-list p,
.site-footer p,
.trust-strip li {
  color: var(--muted);
  line-height: 1.6;
}

.passport-status {
  display: inline-flex;
  margin: 18px 0;
  padding: 9px 12px;
}

.passport-visual dl {
  align-items: stretch;
  margin: 14px 0 0;
}

.passport-visual dl div {
  flex: 1;
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.passport-visual dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.passport-visual dd {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.section-band,
.demo-strip,
.workflow-section,
.trust-strip,
.final-cta,
.landing-final-cta {
  margin-bottom: 64px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

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

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

.demo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

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

.demo-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
}

.demo-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.demo-card span {
  display: inline-flex;
  margin-top: 8px;
  border-radius: 999px;
  background: #ecfdf5;
  padding: 7px 10px;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 800;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: center;
  min-height: 660px;
  padding: 54px 0 46px;
}

.landing-copy h1 {
  max-width: 820px;
}

.system-map {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #f8fafc 64%, #ecfdf5);
  padding: 26px;
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.1);
}

.map-column {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px;
}

.map-column span,
.timeline-row span,
.editorial-flow span {
  color: var(--info);
  font-size: 12px;
  font-weight: 900;
}

.map-column strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.map-column p,
.split-panels p,
.role-workflow p,
.authenticity-track p,
.authenticity-showcase p,
.landing-final-cta p,
.pain-outcome-grid p,
.objection-list p,
.proof-row,
.vertical-fit p,
.resource-column p,
.legal-document p {
  color: var(--muted);
  line-height: 1.6;
}

.map-column.emphasized {
  border-color: rgba(15, 118, 110, 0.28);
  background: rgba(63, 191, 127, 0.12);
}

.map-arrow {
  height: 22px;
  border-left: 2px dashed rgba(15, 118, 110, 0.44);
  margin-left: 24px;
}

.home-demo-band {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.editorial-proof-wall,
.product-image-band,
.audience-image-rail,
.industry-image-row {
  display: grid;
  gap: 14px;
  margin-bottom: 64px;
}

.editorial-proof-wall {
  grid-template-columns: 1.1fr 0.9fr 0.9fr 1.1fr;
  align-items: stretch;
}

.product-image-band,
.industry-image-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-image-rail {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.stock-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.stock-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 360px;
  object-fit: cover;
}

.stock-frame figcaption {
  border-top: 1px solid rgba(15, 118, 110, 0.18);
  background: #ecfdf5;
  padding: 10px 12px;
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.stock-frame[data-stock-id="qr-package"] {
  border-color: rgba(15, 118, 110, 0.42);
  box-shadow: 0 22px 70px rgba(15, 118, 110, 0.16);
}

.stock-frame[data-stock-id="qr-package"] img {
  object-position: center;
}

.editorial-proof-wall .stock-frame[data-stock-id="qr-package"] {
  background: linear-gradient(180deg, #ffffff, #ecfdf5);
}

.editorial-proof-wall .stock-frame[data-stock-id="qr-package"] figcaption {
  position: relative;
  padding-left: 34px;
}

.editorial-proof-wall .stock-frame[data-stock-id="qr-package"] figcaption::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 7px rgba(15, 118, 110, 0.13);
}

.editorial-proof-wall .stock-frame:nth-child(2),
.editorial-proof-wall .stock-frame:nth-child(3) {
  transform: translateY(28px);
}

.audience-image-rail .stock-frame:first-child img,
.industry-image-row .stock-frame:first-child img {
  min-height: 320px;
}

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

.usecase-thumbs .stock-frame img,
.resource-thumb img {
  min-height: 126px;
  max-height: 150px;
}

.resource-thumb {
  margin-bottom: 18px;
}

.audience-split,
.role-workflow,
.authenticity-track,
.authenticity-showcase,
.landing-timeline,
.product-overview,
.comparison-rows,
.audience-hero,
.pain-outcome-grid,
.objection-list,
.industry-hero,
.editorial-proof-wall,
.product-image-band,
.audience-image-rail,
.industry-image-row,
.proof-table,
.vertical-fit,
.usecase-layout,
.faq-block,
.resource-hero,
.resource-hub,
.legal-document {
  margin-bottom: 64px;
}

.split-panels,
.role-workflow,
.authenticity-grid,
.authenticity-showcase,
.pain-outcome-grid,
.vertical-fit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.split-panels article,
.role-card,
.authenticity-grid article,
.pain-outcome-grid article,
.vertical-fit article,
.comparison-rows article,
.resource-column,
.legal-document section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 22px;
}

.role-workflow {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 38px 0;
}

.role-workflow__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.role-workflow__intro h2 {
  max-width: 560px;
}

.role-flow {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-left: 26px;
}

.role-flow::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.72), rgba(183, 121, 31, 0.5));
}

.role-flow span {
  position: relative;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.role-flow span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -25px;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 1px rgba(15, 118, 110, 0.25);
}

.role-workflow__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 14px;
  min-width: 0;
}

.role-card {
  position: relative;
  min-width: 0;
}

.role-card--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: rgba(15, 118, 110, 0.34);
  background: linear-gradient(145deg, #ffffff, #f8fafc 62%, #ecfdf5);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.08);
}

.role-card-stack {
  display: grid;
  gap: 14px;
}

.role-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 900;
}

.role-card h3 {
  margin-top: 0;
}

.role-card-stack .role-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 14px;
  border-top: 1px dashed rgba(15, 118, 110, 0.36);
}

.proof-path {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.proof-path span {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 8px;
  background: #ffffff;
  padding: 10px 11px;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.proof-path span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  width: 8px;
  border-top: 1px solid rgba(15, 118, 110, 0.34);
}

.authenticity-track {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(236, 253, 245, 0.42));
  padding: 34px 0;
}

.authenticity-track .actions {
  margin-top: 18px;
}

.authenticity-showcase {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.8fr);
  gap: 28px;
  align-items: stretch;
  border-top: 1px solid rgba(15, 118, 110, 0.18);
  border-bottom: 1px solid rgba(15, 118, 110, 0.18);
  background:
    radial-gradient(circle at 82% 16%, rgba(15, 118, 110, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(236, 253, 245, 0.42));
  padding: 40px 0;
}

.authenticity-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.authenticity-copy h2 {
  max-width: 680px;
}

.authenticity-copy .actions {
  margin-top: 22px;
}

.authenticity-preview {
  display: grid;
  gap: 18px;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.1);
}

.preview-qr {
  display: grid;
  grid-template-columns: repeat(2, 22px);
  gap: 7px;
  width: max-content;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: #ecfdf5;
  padding: 11px;
}

.preview-qr span {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: var(--primary-strong);
}

.preview-qr span:nth-child(2),
.preview-qr span:nth-child(3) {
  opacity: 0.55;
}

.authenticity-preview h3 {
  margin: 0 0 8px;
}

.authenticity-proof-list {
  display: grid;
  gap: 10px;
}

.authenticity-proof-list div {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.authenticity-proof-list span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.authenticity-proof-list strong {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ecfdf5;
  padding: 6px 9px;
  color: var(--primary-strong);
  font-size: 11px;
  line-height: 1;
}

.authenticity-examples {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.authenticity-examples article {
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px;
}

.authenticity-examples h3 {
  margin-top: 0;
  font-size: 18px;
}

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

.timeline-row article {
  border-top: 3px solid rgba(15, 118, 110, 0.32);
  padding-top: 16px;
}

.product-overview,
.audience-hero,
.industry-hero,
.usecase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 34px;
  align-items: start;
  padding-top: 46px;
}

.capability-matrix,
.comparison-rows,
.objection-list {
  display: grid;
  gap: 14px;
}

.capability-matrix article {
  border-left: 3px solid rgba(15, 118, 110, 0.34);
  background: #ffffff;
  padding: 16px 18px;
}

.audience-visual,
.product-proof-card,
.usecase-aside {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #f8fafc 68%, #eff6ff);
  padding: 26px;
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
}

.audience-visual span,
.audience-visual em,
.product-proof-card span {
  display: inline-flex;
  border-radius: 999px;
  background: #ecfdf5;
  padding: 7px 10px;
  color: var(--primary-strong);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.audience-visual strong {
  display: block;
  margin: 22px 0 10px;
  font-size: 28px;
  line-height: 1.12;
}

.proof-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.proof-row {
  display: grid;
  grid-template-columns: 0.75fr 0.85fr 1.4fr;
  gap: 16px;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
}

.proof-row:first-child {
  border-top: 0;
}

.proof-head {
  background: #f8fafc;
  color: var(--ink);
  font-size: 13px;
}

.usecase-article {
  max-width: 760px;
}

.editorial-flow {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.editorial-flow section {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.usecase-aside {
  position: sticky;
  top: 22px;
}

.faq-block details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.faq-block summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-block p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.resource-hero,
.legal-document {
  max-width: 820px;
  padding-top: 54px;
}

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

.resource-column article + article {
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 16px;
}

.resource-column {
  background: rgba(255, 255, 255, 0.66);
}

.resource-column article {
  padding-right: 6px;
}

.legal-document {
  margin-left: auto;
  margin-right: auto;
}

.legal-document section {
  margin-top: 18px;
}

.content-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 22px;
}

.content-card .eyebrow {
  margin-bottom: 10px;
}

.workflow-list {
  display: grid;
  gap: 14px;
}

.workflow-list article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.workflow-list span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  background: #eff6ff;
  color: var(--info);
  font-weight: 800;
}

.trust-strip {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--midnight-navy);
  padding: 26px;
  color: white;
}

.trust-strip h2 {
  margin-bottom: 0;
}

.trust-strip ul {
  display: grid;
  min-width: min(100%, 420px);
  margin: 0;
  padding-left: 18px;
  gap: 8px;
}

.trust-strip li {
  color: #d8e7e3;
}

.final-cta {
  border-top: 1px solid var(--line);
  padding: 28px 0 52px;
}

.final-cta h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.landing-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.7fr);
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(15, 118, 110, 0.15), transparent 28%),
    linear-gradient(145deg, #ffffff, #f8fafc 58%, #ecfdf5);
  padding: 38px;
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.08);
}

.landing-final-copy {
  min-width: 0;
}

.landing-final-copy h2 {
  max-width: 760px;
  margin-bottom: 16px;
}

.landing-final-copy .actions {
  margin-top: 24px;
}

.landing-final-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.landing-final-cues span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 9px 12px;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.landing-final-cues span::before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
}

.landing-final-note {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 800;
}

.landing-final-path {
  position: relative;
  display: grid;
  gap: 0;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  padding: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.landing-final-path .eyebrow {
  margin-bottom: 18px;
}

.landing-final-path div {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 0 0 16px;
}

.landing-final-path div:last-child {
  padding-bottom: 0;
}

.landing-final-path div::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 17px;
  border-left: 1px solid rgba(15, 118, 110, 0.24);
}

.landing-final-path div:last-child::before {
  display: none;
}

.landing-final-path span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 900;
}

.landing-final-path strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.landing-final-path div:last-child span {
  background: var(--primary);
  color: #ffffff;
}

.landing-final-path div:last-child strong {
  color: var(--primary-strong);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
}

.site-footer p {
  max-width: 420px;
  margin-bottom: 0;
}

.footer-brand {
  min-width: min(100%, 260px);
}

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

.footer-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 22px;
  flex: 1;
}

.footer-groups h2 {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-groups a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.footer-links {
  display: flex;
  gap: 16px;
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero,
  .card-grid,
  .card-grid.compact,
  .demo-grid,
  .landing-hero,
  .home-demo-band,
  .editorial-proof-wall,
  .product-image-band,
  .audience-image-rail,
  .industry-image-row,
  .split-panels,
  .role-workflow,
  .role-workflow__grid,
  .authenticity-grid,
  .authenticity-showcase,
  .authenticity-examples,
  .timeline-row,
  .product-overview,
  .audience-hero,
  .pain-outcome-grid,
  .industry-hero,
  .vertical-fit,
  .usecase-layout,
  .resource-hub {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 40px;
    gap: 28px;
  }

  h1 {
    font-size: 44px;
  }

  .lede {
    font-size: 18px;
  }

  .trust-strip,
  .final-cta,
  .site-footer,
  .footer-groups {
    flex-direction: column;
  }

  .landing-final-cta {
    grid-template-columns: 1fr;
  }

  .footer-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .proof-row {
    grid-template-columns: 1fr;
  }

  .usecase-aside {
    position: static;
  }

  .editorial-proof-wall .stock-frame:nth-child(2),
  .editorial-proof-wall .stock-frame:nth-child(3) {
    transform: none;
  }

  .role-card-stack .role-card::before,
  .proof-path span:not(:last-child)::after {
    display: none;
  }

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

  .authenticity-showcase {
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .site-header,
  .site-footer,
  main {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 25px;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .actions,
  nav,
  .footer-links {
    width: 100%;
  }

  nav a,
  .footer-links a,
  .footer-groups a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
  }

  .footer-groups {
    grid-template-columns: 1fr;
  }

  .passport-visual,
  .content-card,
  .trust-strip {
    padding: 18px;
  }

  .hero-proof {
    padding-left: 14px;
  }

  .passport-visual dl {
    flex-direction: column;
  }

  .workflow-list article {
    grid-template-columns: 1fr;
  }

  .stock-frame img {
    min-height: 180px;
  }

  .usecase-thumbs {
    grid-template-columns: 1fr;
  }

  .role-workflow {
    padding: 30px 0;
  }

  .proof-path {
    grid-template-columns: 1fr;
  }

  .authenticity-showcase {
    padding: 30px 0;
  }

  .authenticity-preview,
  .authenticity-examples article {
    padding: 18px;
  }

  .authenticity-proof-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .landing-final-cta {
    padding: 22px;
  }

  .landing-final-cues {
    flex-direction: column;
  }

  .landing-final-cues span {
    width: 100%;
    white-space: normal;
  }
}

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