:root {
  --ink: #101418;
  --muted: #607080;
  --line: #dfe6ec;
  --paper: #f3f6f4;
  --surface: #ffffff;
  --blue: #255df4;
  --green: #0f9f6e;
  --amber: #f59e0b;
  --red: #dc2626;
  --violet: #6957d7;
  --mint: #dff7ef;
  --sand: #f7f0e5;
  --lime: #d7f57a;
  --navy: #111827;
  --shadow: 0 28px 90px rgba(16, 20, 24, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f6f8f5 0, #eef4f2 520px, #ffffff 1200px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 72px;
  padding: 0 36px;
  border-bottom: 1px solid rgba(16, 20, 24, 0.08);
  background: rgba(246, 248, 245, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.main-nav a {
  position: relative;
  padding: 26px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--ink);
  content: "";
  opacity: 0;
}

.main-nav a:hover::after {
  opacity: 1;
}

.nav-cta,
.scanner-form button,
.plan-card button,
.plan-card a,
.secondary-link,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.nav-cta:hover,
.scanner-form button:hover,
.plan-card button:hover,
.plan-card a:hover {
  background: #1748d4;
}

.plan-card .plan-secondary {
  min-height: auto;
  margin-top: 10px;
  padding: 0;
  background: transparent;
  color: var(--blue);
  font-size: 13px;
  justify-content: flex-start;
}

.plan-card .plan-secondary:hover {
  background: transparent;
  color: #1748d4;
}

.pp-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  gap: 56px;
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  padding: 58px 0 54px;
}

.pp-hero-copy h1 {
  max-width: 760px;
  font-size: 76px;
  line-height: 0.96;
}

.pp-hero-copy .hero-subcopy {
  max-width: 700px;
  font-size: 20px;
}

.pp-scanner-form {
  max-width: 720px;
  border: 2px solid rgba(16, 20, 24, 0.12);
  box-shadow: 0 28px 80px rgba(37, 93, 244, 0.12);
}

.hero-product-stage {
  position: relative;
  min-height: 650px;
}

.cockpit-card {
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.main-cockpit {
  position: absolute;
  top: 58px;
  right: 0;
  left: 34px;
  overflow: hidden;
}

.cockpit-body {
  padding: 2px 0 0;
}

.compact-score {
  grid-template-columns: 128px 1fr;
}

.floating-proof {
  position: absolute;
  display: grid;
  gap: 5px;
  width: 230px;
  padding: 16px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 10px;
  background: #111827;
  color: #fff;
  box-shadow: 0 22px 70px rgba(16, 20, 24, 0.22);
}

.floating-proof span {
  color: #a7f3d0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-proof small {
  color: #cbd5e1;
}

.proof-left {
  bottom: 58px;
  left: 0;
}

.proof-right {
  right: 22px;
  bottom: 18px;
  background: #173a2f;
}

.logo-band {
  display: grid;
  gap: 18px;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 54px;
}

.logo-band p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.logo-track span,
.integration-wall span {
  display: grid;
  min-height: 62px;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #334155;
  font-weight: 800;
  text-align: center;
}

.platform-section,
.solutions-section,
.integrations-section,
.metrics-section,
.stories-section,
.pricing-section,
.trust-section {
  padding: 86px 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
}

.platform-section,
.integrations-section,
.stories-section {
  background: #fff;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 42px;
  align-items: end;
}

.split-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.platform-visual {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(220px, 0.7fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: 22px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(37, 93, 244, 0.06), rgba(15, 159, 110, 0.08)),
    #fff;
  box-shadow: var(--shadow);
}

.workspace-section {
  padding: 82px 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
  background: #f7faf9;
}

.workspace-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  width: min(1140px, calc(100% - 80px));
  margin: 36px auto 0;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 110px rgba(16, 20, 24, 0.12);
}

.workspace-nav {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px;
  background: var(--ink);
  color: #fff;
}

.workspace-nav strong {
  margin-bottom: 12px;
}

.workspace-nav span {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.workspace-nav .active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.workspace-main {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.workspace-toolbar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.workspace-toolbar h3 {
  margin: 4px 0 0;
  font-size: 28px;
}

.workspace-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.workspace-tabs span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.workspace-tabs .active {
  border-color: rgba(37, 93, 244, 0.28);
  background: #eef4ff;
  color: var(--blue);
}

.workspace-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.workspace-row {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 0.8fr 0.7fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-top: 1px solid var(--line);
}

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

.workspace-row.head {
  background: #f8fafc;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.workspace-row span {
  color: var(--muted);
}

.workspace-row a {
  color: var(--blue);
  font-weight: 900;
}

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

.workspace-bottom article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.workspace-bottom strong {
  display: block;
  margin: 6px 0;
  font-size: 22px;
}

.workspace-bottom p {
  margin: 0;
  color: var(--muted);
}

.scan-history-section {
  padding: 72px 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
  background: #fff;
}

.scan-history-list {
  display: grid;
  gap: 12px;
  width: min(980px, calc(100% - 80px));
  margin: 32px auto 0;
}

.scan-history-list article {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.scan-history-list strong {
  display: block;
  margin: 4px 0;
  font-size: 20px;
}

.scan-history-list p {
  margin: 0;
  color: var(--muted);
}

.scan-history-list a {
  color: var(--blue);
  font-weight: 900;
  white-space: nowrap;
}

.xray-product,
.xray-report,
.data-pipeline {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.xray-product {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}

.premium-bottle {
  min-height: 260px;
  border-radius: 10px;
}

.xray-product span,
.xray-product p {
  margin: 0;
  color: var(--muted);
}

.data-pipeline {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 18px;
}

.data-pipeline div {
  display: grid;
  min-height: 52px;
  place-items: center;
  border: 1px solid rgba(37, 93, 244, 0.18);
  border-radius: 8px;
  background: #f8fbff;
  color: #17315f;
  font-weight: 900;
}

.xray-report {
  padding: 18px;
}

.module-section {
  padding: 86px 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
  background: #0f161c;
  color: #fff;
}

.module-section .split-heading > p,
.module-section .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.module-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
}

.module-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 390px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.module-card.primary {
  background:
    linear-gradient(145deg, rgba(37, 93, 244, 0.2), rgba(15, 159, 110, 0.22)),
    rgba(255, 255, 255, 0.08);
}

.module-card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #a7f3d0;
  font-weight: 900;
}

.module-card h3,
.module-card p {
  margin: 0;
}

.module-card h3 {
  font-size: 28px;
  line-height: 1.05;
}

.module-card p,
.module-card li {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.module-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-card li {
  position: relative;
  padding-left: 18px;
}

.module-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a7f3d0;
  content: "";
}

.passport-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

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

.passport-row span {
  color: var(--muted);
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.channel-grid article {
  display: grid;
  gap: 16px;
  min-height: 360px;
  padding: 20px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(16, 20, 24, 0.08);
}

.money-guides-section {
  padding: 78px 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
  background: #fff;
}

.money-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.money-guide-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 18px 44px rgba(16, 20, 24, 0.06);
}

.money-guide-grid h3 {
  margin: 14px 0 8px;
}

.money-guide-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.money-guide-grid a {
  color: var(--blue);
  font-weight: 900;
}

.industry-section {
  padding: 86px 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
  background: #f6f8f5;
}

.industry-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
}

.industry-copy,
.industry-stack article {
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(16, 20, 24, 0.08);
}

.industry-copy {
  display: grid;
  gap: 14px;
  align-content: end;
  min-height: 430px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), #fff 62%),
    linear-gradient(135deg, #dbeafe, #dcfce7);
}

.industry-copy h3,
.industry-copy p {
  margin: 0;
}

.industry-copy h3 {
  font-size: 34px;
  line-height: 1.05;
}

.industry-copy p,
.industry-stack span {
  color: var(--muted);
  line-height: 1.6;
}

.industry-copy a {
  color: var(--blue);
  font-weight: 900;
}

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

.industry-stack article {
  display: grid;
  gap: 12px;
  align-content: end;
  min-height: 205px;
  padding: 22px;
}

.industry-stack strong {
  font-size: 23px;
  line-height: 1.12;
}

.channel-grid h3,
.channel-grid p {
  margin: 0;
}

.channel-grid p {
  color: var(--muted);
}

.channel-grid a,
.feature-link {
  align-self: end;
  color: var(--blue);
  font-weight: 900;
}

.card-art,
.story-image {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border-radius: 10px;
  background: #eef4f2;
}

.card-art::before,
.card-art::after,
.story-image::before,
.story-image::after {
  position: absolute;
  content: "";
}

.merchant-art {
  background: linear-gradient(135deg, #e7f1ff, #f7fbff);
}

.merchant-art::before {
  inset: 22px 24px auto;
  height: 22px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 36px 0 #e2e8f0, 0 72px 0 #e2e8f0;
}

.schema-art {
  background: #111827;
}

.schema-art::before {
  inset: 24px;
  border: 1px solid #334155;
  border-radius: 8px;
}

.schema-art::after {
  top: 46px;
  left: 48px;
  width: 170px;
  height: 12px;
  border-radius: 999px;
  background: #a7f3d0;
  box-shadow: 0 28px 0 #93c5fd, 0 56px 0 #fde68a;
}

.ai-art {
  background: linear-gradient(135deg, #ecfeff, #f8fafc);
}

.ai-art::before {
  top: 28px;
  left: 34px;
  width: 72px;
  height: 72px;
  border: 12px solid var(--green);
  border-radius: 50%;
}

.ai-art::after {
  right: 38px;
  bottom: 30px;
  width: 150px;
  height: 16px;
  border-radius: 999px;
  background: #bae6fd;
  box-shadow: 0 -30px 0 #d9f99d;
}

.agency-art {
  background: linear-gradient(135deg, #fff7ed, #f8fafc);
}

.agency-art::before {
  top: 22px;
  left: 28px;
  width: 120px;
  height: 88px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff;
  box-shadow: 110px 22px 0 #fff;
}

.monitor-art {
  background: linear-gradient(135deg, #f8fafc, #ecfdf5);
}

.monitor-art::before {
  right: 30px;
  bottom: 28px;
  left: 30px;
  height: 54px;
  border-bottom: 4px solid var(--green);
  border-left: 4px solid var(--green);
  transform: skewX(-18deg);
}

.developer-art {
  background: #f8fafc;
}

.developer-art::before {
  top: 34px;
  right: 28px;
  left: 28px;
  height: 14px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 30px 0 #475569, 0 60px 0 #94a3b8;
}

.ai-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 42px;
  align-items: center;
  padding: 92px calc((100% - min(1180px, calc(100% - 40px))) / 2);
  background: #10231f;
  color: #fff;
}

.ai-feature .eyebrow {
  color: #a7f3d0;
}

.ai-copy h2 {
  font-size: 48px;
  line-height: 1.04;
}

.ai-copy p {
  color: #d1e4df;
  font-size: 18px;
}

.ai-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.ai-node {
  display: grid;
  min-height: 112px;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #dbeafe;
  font-weight: 900;
  text-align: center;
}

.ai-node.strong {
  background: var(--lime);
  color: #10231f;
}

.ai-node.warning {
  background: #fed7aa;
  color: #4a2b0a;
}

.integration-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
}

.metrics-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 32px;
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  border-top: 0;
}

.metric-intro {
  padding: 28px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
}

.metric-intro .eyebrow {
  color: #a7f3d0;
}

.metric-intro h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1;
}

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

.metric-grid article {
  display: grid;
  align-content: space-between;
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 12px;
  background: #fff;
}

.metric-grid strong {
  font-size: 58px;
  line-height: 1;
}

.metric-grid span {
  color: var(--muted);
  font-weight: 800;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.story-grid article {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(16, 20, 24, 0.08);
}

.story-grid h3,
.story-grid p {
  margin: 0;
}

.story-grid p {
  color: var(--muted);
}

.bottle-scene {
  background: linear-gradient(135deg, #dff7ef, #f8fafc);
}

.bottle-scene::before {
  top: 28px;
  left: 36%;
  width: 72px;
  height: 140px;
  border-radius: 30px 30px 16px 16px;
  background: #2f6b55;
}

.bottle-scene::after {
  right: 28px;
  bottom: 28px;
  width: 130px;
  height: 18px;
  border-radius: 999px;
  background: #dc2626;
}

.agency-scene {
  background: linear-gradient(135deg, #e0f2fe, #fff7ed);
}

.agency-scene::before {
  top: 30px;
  left: 30px;
  width: 180px;
  height: 110px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 135px 34px 0 #fff;
}

.dev-scene {
  background: #111827;
}

.dev-scene::before {
  top: 30px;
  left: 30px;
  width: 76%;
  height: 16px;
  border-radius: 999px;
  background: #a7f3d0;
  box-shadow: 0 34px 0 #93c5fd, 0 68px 0 #fef3c7;
}

.trust-section {
  background: #f8fafc;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.trust-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.trust-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.mega-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(130px, 1fr));
  gap: 30px;
  padding: 52px max(36px, calc((100% - 1180px) / 2));
  border-top: 1px solid rgba(16, 20, 24, 0.1);
  background: #111827;
  color: #e5e7eb;
}

.mega-footer p,
.footer-note {
  color: #cbd5e1;
}

.mega-footer nav {
  display: grid;
  gap: 10px;
  align-content: start;
}

.mega-footer nav strong {
  color: #fff;
}

.mega-footer nav a {
  color: #cbd5e1;
}

.footer-note {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-cta {
  min-height: 40px;
  font-size: 14px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 48px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 54px 0 38px;
}

.compact-hero {
  min-height: 520px;
}

.eyebrow,
.mini-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

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

.hero-subcopy {
  max-width: 700px;
  color: var(--muted);
  font-size: 19px;
}

.scanner-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 760px;
  margin: 28px 0 14px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: 0 14px 40px rgba(16, 20, 24, 0.08);
}

.scanner-form input {
  min-width: 0;
  height: 48px;
  border: 0;
  padding: 0 14px;
  color: var(--ink);
  outline: 0;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.proof-row span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.scanner-panel,
.issue-table,
.evidence-drawer,
.plan-card,
.method-grid article {
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.scanner-panel {
  overflow: hidden;
}

.panel-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.panel-topbar strong {
  margin-left: 8px;
  color: var(--ink);
}

.window-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}

.score-shell {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  align-items: center;
  padding: 24px;
}

.score-ring {
  display: grid;
  width: 122px;
  height: 122px;
  place-items: center;
  border: 12px solid rgba(37, 99, 235, 0.14);
  border-top-color: var(--blue);
  border-right-color: var(--amber);
  border-radius: 50%;
}

.score-ring span {
  font-size: 34px;
  font-weight: 900;
}

.score-ring small {
  margin-top: -28px;
  color: var(--muted);
}

.score-shell h2 {
  margin-bottom: 8px;
  font-size: 28px;
}

.score-shell p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.finding-stack {
  display: grid;
  gap: 10px;
  padding: 0 24px 14px;
}

.panel-actions {
  display: flex;
  gap: 10px;
  padding: 0 24px 24px;
}

.panel-actions a {
  flex: 1;
}

.secondary-link {
  min-height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.finding-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-left-width: 4px;
  border-radius: 8px;
  background: #fff;
}

.finding-card span,
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.finding-card strong {
  display: block;
  margin: 8px 0 4px;
}

.finding-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.critical {
  border-left-color: var(--red);
}

.finding-card.critical span,
.badge.critical {
  background: var(--red);
}

.high {
  border-left-color: var(--amber);
}

.finding-card.high span,
.badge.high {
  background: var(--amber);
}

.medium {
  border-left-color: var(--violet);
}

.finding-card.medium span,
.badge.medium {
  background: var(--violet);
}

.section-band {
  padding: 72px 0;
  border-top: 1px solid rgba(16, 20, 24, 0.08);
}

.section-band:nth-of-type(even) {
  background: #fff;
}

.section-heading,
.comparison-grid,
.report-layout,
.pricing-grid,
.method-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2 {
  max-width: 860px;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.shopper-view,
.machine-view {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.product-card {
  display: grid;
  gap: 8px;
  max-width: 280px;
}

.product-photo {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background:
    radial-gradient(circle at 42% 36%, rgba(255,255,255,0.95) 0 11%, transparent 12%),
    linear-gradient(135deg, #244d3b, #7ea68d 58%, #e8eef0);
}

.price {
  font-size: 22px;
  font-weight: 900;
}

.signal-list {
  display: grid;
  gap: 12px;
}

.resource-panel {
  align-self: center;
}

.resource-signals {
  padding: 24px;
}

.signal-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ok,
.warn,
.risk {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.ok {
  background: var(--green);
}

.warn {
  background: var(--amber);
}

.risk {
  background: var(--red);
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.issue-table {
  overflow: hidden;
}

.table-row {
  display: grid;
  grid-template-columns: 120px 1fr 1.3fr;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

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

.table-head {
  min-height: 48px;
  background: #f1f5f9;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.evidence-drawer {
  padding: 22px;
}

pre {
  overflow: auto;
  padding: 16px;
  border-radius: 8px;
  background: #101418;
  color: #e6edf3;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 13px;
}

.secondary-button {
  background: var(--ink);
}

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

.checkout-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr) 320px;
  gap: 20px;
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 20px;
  border: 1px solid rgba(37, 93, 244, 0.18);
  border-radius: 8px;
  background: #f3f7ff;
}

.checkout-context h3 {
  margin: 4px 0 6px;
  font-size: 24px;
}

.checkout-context p {
  margin: 0;
  color: var(--muted);
}

.checkout-context label {
  display: grid;
  gap: 8px;
  align-content: end;
}

.checkout-recommendation {
  padding: 16px;
  border: 1px solid rgba(37, 93, 244, 0.16);
  border-radius: 8px;
  background: #fff;
}

.checkout-recommendation strong {
  display: block;
  margin: 5px 0 6px;
  font-size: 18px;
}

.checkout-recommendation p {
  line-height: 1.45;
}

.checkout-context label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-context input {
  min-height: 48px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(37, 93, 244, 0.24);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.consent-check {
  display: flex !important;
  gap: 12px;
  align-items: flex-start !important;
  align-content: flex-start !important;
}

.consent-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  margin-top: 2px;
}

.consent-check span {
  color: var(--muted) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  text-transform: none !important;
}

.consent-check a {
  color: var(--ink);
}

.plan-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
  box-shadow: 0 18px 48px rgba(16, 20, 24, 0.08);
}

.plan-card.featured {
  border-color: rgba(37, 99, 235, 0.38);
}

.plan-card h3,
.plan-card p {
  margin: 0;
}

.plan-card strong {
  font-size: 34px;
  line-height: 1;
}

.plan-card p {
  min-height: 74px;
  color: var(--muted);
}

.pricing-note {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  color: var(--muted);
}

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

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.resource-grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(16, 20, 24, 0.08);
}

.resource-grid h3,
.resource-grid p {
  margin: 0;
}

.resource-grid p {
  color: var(--muted);
}

.resource-grid a {
  align-self: end;
  color: var(--blue);
  font-weight: 800;
}

.method-grid article {
  padding: 22px;
  box-shadow: 0 18px 48px rgba(16, 20, 24, 0.08);
}

.method-grid p {
  color: var(--muted);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  padding: 32px 36px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.report-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 72px;
}

.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: end;
  padding: 32px 0;
}

.report-hero h1 {
  max-width: 860px;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.report-hero p {
  max-width: 760px;
  color: var(--muted);
}

.report-score-card,
.report-sidebar,
.report-issue,
.executive-panel,
.passport-panel,
.fix-pack-panel,
.locked-report,
.category-strip article {
  border: 1px solid rgba(16, 20, 24, 0.08);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(16, 20, 24, 0.08);
}

.report-score-card {
  padding: 20px;
}

.report-score-card strong {
  display: block;
  font-size: 56px;
  line-height: 1;
}

.report-score-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.score-meter {
  height: 8px;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 999px;
  background: #e8eef8;
}

.score-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--amber), var(--green));
  transition: width 260ms ease;
}

.report-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.report-meta-row span {
  padding: 8px 10px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

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

.report-sidebar {
  position: sticky;
  top: 92px;
  padding: 20px;
}

.report-sidebar h2 {
  margin-bottom: 16px;
}

.report-sidebar dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.report-sidebar dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

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

.report-sidebar dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.report-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.audit-package {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(37, 93, 244, 0.24);
  border-radius: 8px;
  background: #f3f7ff;
}

.audit-package strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.audit-package p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.report-main {
  display: grid;
  gap: 18px;
}

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

.category-strip article {
  padding: 14px;
}

.category-strip span {
  display: block;
  min-height: 38px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.category-strip strong {
  font-size: 32px;
}

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

.executive-panel,
.decision-panel,
.passport-panel,
.fix-pack-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
  padding: 24px;
}

.executive-panel h2,
.decision-panel h2,
.passport-panel h2,
.fix-pack-panel h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.08;
}

.executive-panel p,
.decision-panel p,
.fix-pack-panel p {
  color: var(--muted);
  line-height: 1.6;
}

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

.executive-insights article {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.executive-insights strong {
  display: block;
  font-size: 34px;
}

.executive-insights span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.decision-panel {
  border-color: rgba(37, 93, 244, 0.18);
  background:
    linear-gradient(135deg, rgba(37, 93, 244, 0.06), rgba(15, 159, 110, 0.07)),
    #fff;
}

.decision-steps {
  display: grid;
  gap: 10px;
}

.decision-steps article {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.decision-steps span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-steps strong {
  display: block;
  margin-top: 5px;
  line-height: 1.35;
}

.passport-list,
.fix-flow {
  display: grid;
  gap: 10px;
}

.passport-list article,
.fix-flow article {
  padding: 14px;
  border: 1px solid var(--line);
  border-left-width: 4px;
  border-radius: 8px;
  background: #f8fafc;
}

.passport-list .state-ok {
  border-left-color: var(--green);
}

.passport-list .state-warn {
  border-left-color: var(--amber);
}

.passport-list .state-bad {
  border-left-color: var(--red);
}

.passport-list span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.passport-list strong {
  display: block;
  margin-top: 4px;
}

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

.fix-flow span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.fix-flow strong {
  display: block;
  margin-bottom: 4px;
}

.fix-flow p {
  margin: 0;
}

.report-issue {
  padding: 20px;
  border-left-width: 4px;
}

.report-issue h2 {
  margin-bottom: 16px;
}

.report-issue h3 {
  margin-bottom: 6px;
  font-size: 14px;
}

.report-issue p {
  margin-bottom: 0;
  color: var(--muted);
}

.issue-priority {
  margin: -4px 0 16px;
}

.issue-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}

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

.issue-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.issue-cta-row .secondary-link {
  min-height: 40px;
}

.issue-cta-row .subtle-link {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.issue-cta-row .subtle-link:hover {
  background: #f8fafc;
}

.locked-report {
  padding: 22px;
}

.unlocked-report {
  border-color: rgba(15, 159, 110, 0.34);
  background: linear-gradient(180deg, rgba(237, 250, 244, 0.88), #fff);
}

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

.locked-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.locked-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.article-page {
  background:
    linear-gradient(180deg, rgba(237, 250, 244, 0.88), rgba(255, 255, 255, 0.96) 360px),
    var(--paper);
}

.article-hero {
  width: min(980px, calc(100% - 80px));
  margin: 0 auto;
  padding: 86px 0 42px;
}

.article-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: 0;
}

.article-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.article-layout {
  width: min(980px, calc(100% - 80px));
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.article-body {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.article-body h2 {
  margin: 28px 0 10px;
  font-size: 28px;
  letter-spacing: 0;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  color: var(--muted);
  line-height: 1.7;
}

.checklist-panel {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.checklist-panel div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.checklist-panel strong {
  color: var(--ink);
}

.checklist-panel span {
  color: var(--muted);
  line-height: 1.55;
}

.article-aside {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.article-aside p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.article-aside .secondary-link {
  display: inline-flex;
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.intake-form {
  display: grid;
  gap: 18px;
}

.intake-form label {
  display: grid;
  gap: 8px;
}

.intake-form label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.intake-form input,
.intake-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.intake-form input {
  min-height: 48px;
  padding: 0 14px;
}

.intake-form textarea {
  resize: vertical;
  padding: 14px;
  line-height: 1.55;
}

.intake-form button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.intake-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: none;
  max-width: min(420px, calc(100vw - 36px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.toast.visible {
  display: block;
}

@media print {
  .site-header,
  .report-actions,
  .issue-cta-row,
  .toast {
    display: none !important;
  }

  body,
  .report-page {
    background: #fff;
  }

  .report-page {
    width: 100%;
    padding: 0;
  }

  .report-grid,
  .report-hero,
  .executive-panel,
  .decision-panel,
  .passport-panel,
  .fix-pack-panel,
  .issue-columns,
  .locked-grid {
    grid-template-columns: 1fr;
  }

  .report-sidebar {
    position: static;
  }

  .report-score-card,
  .report-sidebar,
  .report-issue,
  .executive-panel,
  .passport-panel,
  .fix-pack-panel,
  .locked-report,
  .category-strip article {
    break-inside: avoid;
    box-shadow: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .main-nav {
    display: none;
  }

  .hero-section,
  .pp-hero,
  .platform-visual,
  .module-grid,
  .workspace-shell,
  .channel-grid,
  .money-guide-grid,
  .industry-layout,
  .industry-stack,
  .ai-feature,
  .integration-wall,
  .metrics-section,
  .metric-grid,
  .story-grid,
  .trust-grid,
  .mega-footer,
  .logo-track,
  .split-heading,
  .comparison-grid,
  .report-layout,
  .report-hero,
  .report-grid,
  .decision-panel,
  .article-layout,
  .pricing-grid,
  .checkout-context,
  .method-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .pp-hero {
    width: min(760px, calc(100% - 40px));
    min-height: 0;
    padding: 52px 0;
  }

  .pp-hero-copy h1 {
    font-size: 54px;
  }

  .hero-product-stage {
    min-height: 680px;
  }

  .main-cockpit {
    left: 0;
  }

  .floating-proof {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin-top: 12px;
  }

  .platform-visual,
  .module-grid,
  .workspace-shell,
  .channel-grid,
  .money-guide-grid,
  .industry-layout,
  .integration-wall,
  .story-grid,
  .trust-grid,
  .logo-track {
    width: min(760px, calc(100% - 40px));
  }

  .ai-feature {
    padding: 62px 20px;
  }

  .metrics-section {
    width: min(760px, calc(100% - 40px));
  }

  .mega-footer {
    padding: 42px 20px;
  }

  .report-sidebar {
    position: static;
  }

  .article-aside {
    position: static;
  }

  .category-strip,
  .issue-columns,
  .locked-grid,
  .executive-panel,
  .decision-panel,
  .passport-panel,
  .fix-pack-panel,
  .fix-flow {
    grid-template-columns: 1fr;
  }

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

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

  .workspace-row,
  .workspace-bottom {
    grid-template-columns: 1fr;
  }

  .scan-history-list article {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-section {
    min-height: 0;
    padding-top: 42px;
  }

  .pricing-grid {
    gap: 14px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 42px;
  }

  .pp-hero-copy h1,
  .ai-copy h2,
  .metric-intro h2 {
    font-size: 40px;
  }

  .section-heading h2,
  .report-hero h1 {
    font-size: 32px;
  }

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

  .scanner-form button {
    width: 100%;
  }

  .score-shell {
    grid-template-columns: 1fr;
  }

  .hero-product-stage {
    min-height: 0;
  }

  .main-cockpit {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .proof-left,
  .proof-right {
    margin-top: 12px;
  }

  .logo-track span,
  .integration-wall span {
    min-height: 54px;
  }

  .ai-board {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
  }

  .site-footer {
    padding: 28px 20px;
  }

  .article-hero,
  .article-layout {
    width: min(100% - 40px, 760px);
  }

  .article-hero {
    padding-top: 54px;
  }

  .article-hero h1 {
    font-size: 38px;
  }

  .article-body {
    padding: 22px;
  }

  .checklist-panel div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.workspace-page {
  background:
    linear-gradient(120deg, rgba(18, 184, 134, .09), transparent 34%),
    linear-gradient(220deg, rgba(24, 69, 59, .08), transparent 38%),
    #f6f8f2;
}

.auth-shell,
.account-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 90px;
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 28px;
  align-items: stretch;
}

.auth-panel,
.auth-proof,
.account-card,
.account-section {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(16, 35, 31, .12);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(16, 35, 31, .09);
}

.auth-panel {
  padding: clamp(30px, 5vw, 58px);
}

.auth-panel h1,
.account-hero h1 {
  max-width: 780px;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(42px, 7vw, 82px);
  line-height: .93;
  letter-spacing: 0;
}

.auth-panel p,
.account-hero p,
.account-card p,
.order-row p,
.auth-proof p {
  color: var(--muted);
  line-height: 1.6;
}

.auth-form {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin-top: 30px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  border: 1px solid rgba(16, 35, 31, .18);
  border-radius: 12px;
  padding: 15px 16px;
  font: inherit;
  background: #fbfdf9;
}

.auth-form textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid rgba(16, 35, 31, .18);
  border-radius: 12px;
  padding: 15px 16px;
  font: inherit;
  background: #fbfdf9;
  resize: vertical;
}

.auth-form button,
.account-logout {
  border: 0;
  cursor: pointer;
  min-height: 48px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.auth-message {
  margin-top: 16px;
  min-height: 24px;
  font-weight: 700;
}

.auth-footnote {
  margin-top: 12px;
  max-width: 560px;
  color: var(--muted);
  line-height: 1.6;
}

.auth-proof {
  display: grid;
  gap: 18px;
  padding: 30px;
  align-content: center;
}

.auth-proof div {
  border-top: 1px solid rgba(16, 35, 31, .12);
  padding-top: 18px;
}

.auth-proof strong,
.account-card strong,
.order-row strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  letter-spacing: 0;
}

.account-hero {
  margin-bottom: 28px;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.account-card,
.account-section {
  padding: 26px;
}

.orders-list {
  display: grid;
  gap: 12px;
}

.order-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(16, 35, 31, .12);
  border-radius: 14px;
  background: #fbfdf9;
}

.order-row.muted {
  color: var(--muted);
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.account-shell .secondary-link,
.account-card .secondary-link,
.order-actions .secondary-link {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  min-width: 128px;
}

.order-actions .subtle-link {
  background: #fff;
  color: var(--ink);
  border-color: rgba(16, 35, 31, .16);
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(18, 184, 134, .12);
  color: #14694f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

@media (max-width: 820px) {
  .auth-shell,
  .account-grid,
  .order-row {
    grid-template-columns: 1fr;
  }

  .order-actions {
    justify-content: flex-start;
  }
}

/* Brand rebuild pass: ProductProof should feel like an operator-grade audit desk, not a generic AI landing page. */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;700&family=Space+Grotesk:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #10231f;
  --muted: #60726a;
  --line: #d8e3dc;
  --paper: #f4f7ef;
  --surface: #ffffff;
  --blue: #1f6f58;
  --green: #22765e;
  --amber: #e7b952;
  --red: #ef5b51;
  --violet: #5a5d95;
  --mint: #dff2e6;
  --sand: #f2ead8;
  --lime: #d7f57a;
  --navy: #0c1714;
  --shadow: 0 32px 90px rgba(12, 23, 20, 0.16);
  --display: "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

body {
  background:
    radial-gradient(circle at 12% 10%, rgba(215, 245, 122, 0.34), transparent 28%),
    radial-gradient(circle at 86% 2%, rgba(31, 111, 88, 0.18), transparent 24%),
    linear-gradient(180deg, #f7faf3 0, #eef4ec 520px, #ffffff 1180px);
  font-family: var(--display);
}

.site-header {
  min-height: 76px;
  border-bottom: 1px solid rgba(16, 35, 31, 0.1);
  background: rgba(248, 251, 246, 0.9);
}

.brand {
  gap: 11px;
  font-size: 18px;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 14px 30px rgba(12, 23, 20, 0.18);
  object-fit: cover;
}

.main-nav {
  gap: 18px;
  font-weight: 650;
}

.nav-cta,
.scanner-form button,
.plan-card button,
.plan-card a,
.secondary-link,
.secondary-button {
  border-radius: 10px;
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(16, 35, 31, 0.14);
}

.nav-cta:hover,
.scanner-form button:hover,
.plan-card button:hover,
.plan-card a:hover {
  background: #1f6f58;
}

.eyebrow,
.mini-label,
.finding-card span,
.floating-proof span,
.module-card span,
.plan-badge {
  font-family: var(--mono);
  letter-spacing: 0.04em;
}

.pp-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 44px;
  width: min(1320px, calc(100% - 56px));
  min-height: 820px;
  padding: 66px 0 58px;
}

.pp-hero-copy h1 {
  max-width: 780px;
  margin: 14px 0 22px;
  font-size: clamp(58px, 6.6vw, 92px);
  line-height: 0.91;
  letter-spacing: 0;
}

.pp-hero-copy .hero-subcopy {
  max-width: 680px;
  color: #40524b;
  font-size: 21px;
}

.pp-scanner-form {
  border: 1px solid rgba(16, 35, 31, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(16, 35, 31, 0.14);
}

.proof-row span {
  border-color: rgba(16, 35, 31, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.hero-product-stage {
  min-height: 710px;
}

.hero-asset-frame {
  position: absolute;
  inset: 18px 0 auto 0;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 31, 0.14);
  border-radius: 24px;
  background: #10231f;
  box-shadow: 0 34px 100px rgba(12, 23, 20, 0.23);
}

.hero-asset-frame img {
  display: block;
  width: 100%;
}

.hero-asset-frame figcaption {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 18px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.hero-asset-frame figcaption span {
  font-family: var(--mono);
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-cockpit {
  top: auto;
  right: 26px;
  bottom: 16px;
  left: auto;
  z-index: 2;
  width: min(520px, 82%);
  border-radius: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  box-shadow: 0 26px 80px rgba(12, 23, 20, 0.24);
  transition: opacity 180ms ease, transform 180ms ease;
}

.has-scan-result .main-cockpit {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.panel-topbar {
  background: rgba(244, 247, 239, 0.88);
}

.floating-proof {
  z-index: 3;
  border-radius: 14px;
  background: #0c1714;
}

.proof-left {
  top: auto;
  bottom: 116px;
  left: -20px;
}

.proof-right {
  right: 10px;
  bottom: -16px;
}

.logo-band {
  margin-top: 8px;
}

.logo-band p {
  color: #52635d;
  font-family: var(--mono);
}

.proof-lab-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 36px;
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 68px;
  padding: 34px;
  border: 1px solid rgba(16, 35, 31, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 239, 0.94)),
    repeating-linear-gradient(90deg, rgba(16, 35, 31, 0.04) 0 1px, transparent 1px 80px);
  box-shadow: 0 28px 90px rgba(16, 35, 31, 0.1);
}

.proof-lab-copy h2 {
  max-width: 620px;
  margin: 10px 0 16px;
  font-size: clamp(38px, 4.4vw, 66px);
  line-height: 0.98;
  letter-spacing: 0;
}

.proof-lab-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: #4e625a;
  font-size: 19px;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.proof-points article {
  min-height: 132px;
  padding: 17px;
  border: 1px solid rgba(16, 35, 31, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.proof-points strong,
.proof-points span {
  display: block;
}

.proof-points strong {
  margin-bottom: 8px;
}

.proof-points span {
  color: #60726a;
  font-size: 14px;
}

.proof-lab-visual {
  margin: 0;
}

.proof-lab-visual img,
.evidence-wall-frame img {
  display: block;
  width: 100%;
}

.fix-pack-frame {
  margin: 0 0 20px;
}

.platform-section {
  padding-top: 74px;
}

.platform-visual {
  align-items: stretch;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(16, 35, 31, 0.03), rgba(16, 35, 31, 0)),
    #ffffff;
}

.evidence-wall-frame {
  grid-column: 1 / -1;
  margin: 0 0 12px;
}

.evidence-wall-frame img {
  border: 1px solid rgba(16, 35, 31, 0.1);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(16, 35, 31, 0.12);
}

.module-card,
.plan-card,
.industry-card,
.money-guide-card,
.integration-card,
.story-card,
.trust-card,
.channel-card {
  border-radius: 16px;
}

.module-card.primary {
  background:
    linear-gradient(135deg, rgba(16, 35, 31, 0.96), rgba(31, 111, 88, 0.92));
}

.section-heading h2 {
  letter-spacing: 0;
}

@media (max-width: 1040px) {
  .pp-hero,
  .proof-lab-section {
    grid-template-columns: 1fr;
  }

  .hero-product-stage {
    min-height: 760px;
  }

  .proof-lab-section {
    width: min(760px, calc(100% - 40px));
  }

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

@media (max-width: 620px) {
  .pp-hero {
    width: min(100% - 34px, 760px);
    padding-top: 44px;
  }

  .pp-hero-copy h1 {
    font-size: 43px;
  }

  .hero-product-stage {
    min-height: 0;
  }

  .hero-asset-frame,
  .main-cockpit {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .hero-asset-frame figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-cockpit {
    margin-top: 14px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .proof-lab-section {
    width: min(100% - 34px, 760px);
    padding: 22px;
  }

  .proof-lab-copy h2 {
    font-size: 34px;
  }
}

.report-page {
  background:
    radial-gradient(circle at 86% 0, rgba(215, 245, 122, 0.24), transparent 26%),
    linear-gradient(180deg, rgba(244, 247, 239, 0.86), #ffffff 420px);
}

.report-hero {
  width: min(1240px, calc(100% - 48px));
  padding: 68px 0 34px;
}

.report-hero h1 {
  max-width: 900px;
  font-size: clamp(46px, 5.4vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
}

.report-hero p {
  font-size: 19px;
}

.report-meta-row span,
.report-sidebar,
.report-score-card,
.executive-panel,
.decision-panel,
.passport-panel,
.fix-pack-panel,
.locked-report,
.report-issue,
.category-strip article {
  border-color: rgba(16, 35, 31, 0.12);
  border-radius: 16px;
}

.report-score-card {
  align-self: stretch;
  background:
    linear-gradient(145deg, #10231f, #1f6f58);
  color: #ffffff;
}

.report-score-card .mini-label {
  color: var(--lime);
}

.report-score-card p {
  color: rgba(255, 255, 255, 0.75);
}

.report-sidebar {
  background: #10231f;
  color: #ffffff;
}

.report-sidebar dd,
.report-sidebar p,
.report-sidebar a {
  color: rgba(255, 255, 255, 0.78);
}

.report-sidebar .secondary-link,
.report-sidebar .secondary-button {
  background: #ffffff;
  color: #10231f;
}

.report-sidebar .audit-package {
  background: #f4f7ef;
  color: #10231f;
}

.report-sidebar .audit-package strong,
.report-sidebar .audit-package p {
  color: #10231f;
}

.executive-panel,
.decision-panel,
.passport-panel,
.fix-pack-panel,
.locked-report {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 247, 0.98));
  box-shadow: 0 22px 70px rgba(16, 35, 31, 0.08);
}

.category-strip article {
  background: #f8fbf7;
}

.category-strip article strong {
  color: var(--green);
}

.report-issue.critical {
  border-left-color: var(--red);
}

.report-issue.high {
  border-left-color: var(--amber);
}

.report-issue.medium {
  border-left-color: var(--violet);
}

@media (max-width: 620px) {
  .platform-visual {
    grid-template-columns: minmax(0, 1fr);
    width: min(100% - 34px, 760px);
    padding: 16px;
    overflow: hidden;
  }

  .evidence-wall-frame,
  .xray-product,
  .data-pipeline,
  .xray-report {
    min-width: 0;
    width: 100%;
  }

  .passport-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
