:root {
  --ink: #071126;
  --ink-2: #15233c;
  --muted: #62728a;
  --line: #d9e5f4;
  --surface: #ffffff;
  --soft: #f4f8fd;
  --blue: #0866ff;
  --blue-2: #2f8bff;
  --green: #16a875;
  --amber: #f2a91b;
  --violet: #7046d8;
  --red: #d92525;
  --shadow: 0 24px 70px rgba(15, 37, 68, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: #eef4fb;
  scroll-behavior: smooth;
  letter-spacing: 0;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100vw;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.97), rgba(245,249,254,.98) 42%, #eef4fb 100%),
    radial-gradient(circle at 18% 6%, rgba(8,102,255,.12), transparent 32%),
    radial-gradient(circle at 82% 3%, rgba(22,168,117,.1), transparent 28%);
}

main,
section,
article,
aside,
header,
footer,
form,
div {
  min-width: 0;
}

body.utility-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217,229,244,.72);
}

.nav-shell {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand img {
  display: block;
  height: 34px;
  width: auto;
}

.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 800;
}

.primary-nav a,
.nav-cta,
.button {
  text-decoration: none;
}

.nav-cta,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.nav-cta,
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0046bd);
  box-shadow: 0 16px 34px rgba(8,102,255,.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255,255,255,.76);
  border-color: rgba(7,17,38,.14);
}

.button.light {
  color: #0c47c8;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

.menu-button {
  display: none;
}

.hero {
  padding: 62px 0 44px;
  text-align: center;
}

.hero-full {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 76px);
  padding: 76px max(24px, calc((100vw - 1180px) / 2)) 56px;
  overflow: hidden;
  color: #fff;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(7,17,38,.92) 0%, rgba(7,17,38,.72) 40%, rgba(7,17,38,.2) 78%),
    linear-gradient(180deg, rgba(7,17,38,.18), rgba(7,17,38,.86)),
    var(--home-hero-image) center / cover no-repeat,
    #071126;
}

.hero-full::before {
  content: none;
}

.hero-full::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(7,17,38,0), #071126 84%);
}

.hero-full > * {
  position: relative;
  z-index: 1;
}

.hero-full h1 {
  max-width: 820px;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  text-shadow: 0 20px 70px rgba(0,0,0,.48);
}

.hero-full .lead {
  max-width: 660px;
  margin-left: 0;
  margin-right: 0;
  color: #d8e6fb;
}

.hero-full .hero-actions {
  justify-content: flex-start;
}

.hero-full .trust-row {
  width: min(760px, 100%);
  margin-left: 0;
  margin-right: 0;
}

.hero-full .eyebrow,
.hero-full .trust-pill {
  color: #d8e6fb;
  background: rgba(7,17,38,.54);
  border-color: rgba(175,205,255,.22);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}

.hero-full .button.secondary {
  color: #fff;
  background: rgba(7,17,38,.54);
  border-color: rgba(175,205,255,.25);
}

.hero-full .hero-cinema,
.hero-full .hero-dashboard {
  width: min(1180px, 100%);
}

.hero-full .hero-cinema {
  margin-left: 0;
  margin-right: 0;
  background: rgba(7,17,38,.62);
  box-shadow: 0 34px 110px rgba(0,0,0,.38);
}

.hero-full .hero-dashboard {
  color: #fff;
  background: rgba(7,17,38,.72);
  border-color: rgba(180,207,255,.18);
  box-shadow: 0 34px 110px rgba(0,0,0,.34);
}

.hero-full .dash-panel {
  color: #fff;
  background: rgba(5,15,34,.76);
  border-color: rgba(180,207,255,.16);
}

.hero-full .label,
.hero-full .kicker,
.hero-full .metric span,
.hero-full .scan-copy small,
.hero-full .recommend span {
  color: #aebfda;
}

.hero-full .flow-item,
.hero-full .metric,
.hero-full .recommend {
  color: #fff;
  background: rgba(255,255,255,.07);
  border-color: rgba(180,207,255,.14);
}

.hero-system-preview {
  width: 100%;
  max-width: none;
  padding: 56px max(24px, calc((100vw - 1180px) / 2)) 78px;
  color: #fff;
  background:
    linear-gradient(180deg, #071126 0%, #0a1931 70%, rgba(7,17,38,0) 100%),
    radial-gradient(circle at 50% 0, rgba(47,139,255,.16), transparent 40%);
}

.hero-system-preview .hero-cinema,
.hero-system-preview .hero-dashboard {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.hero-system-preview .hero-cinema {
  margin-top: 0;
  background: rgba(7,17,38,.62);
  box-shadow: 0 34px 110px rgba(0,0,0,.38);
}

.hero-system-preview .hero-dashboard {
  color: #fff;
  margin-top: 24px;
  background: rgba(7,17,38,.72);
  border-color: rgba(180,207,255,.18);
  box-shadow: 0 34px 110px rgba(0,0,0,.34);
}

.hero-system-preview .dash-panel {
  color: #fff;
  background: rgba(5,15,34,.76);
  border-color: rgba(180,207,255,.16);
}

.hero-system-preview .label,
.hero-system-preview .metric span,
.hero-system-preview .scan-copy small,
.hero-system-preview .recommend span {
  color: #aebfda;
}

.hero-system-preview .flow-item,
.hero-system-preview .metric,
.hero-system-preview .recommend {
  color: #fff;
  background: rgba(255,255,255,.07);
  border-color: rgba(180,207,255,.14);
}

.eyebrow,
.snapshot-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(7,17,38,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #263a57;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(20,39,72,.08);
  max-width: 100%;
}

.flag-line {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #050505 0 33%, #dd0000 33% 66%, #ffce00 66% 100%);
}

.hero h1 {
  max-width: 1060px;
  margin: 22px auto 18px;
  font-size: clamp(50px, 6vw, 90px);
  line-height: .98;
  letter-spacing: 0;
}

.hero-line {
  display: block;
}

.hero .lead {
  max-width: 770px;
  margin: 0 auto;
  color: #3e506b;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.trust-row {
  width: min(840px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 24px auto 0;
}

.trust-pill {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(7,17,38,.09);
  border-radius: 8px;
  background: rgba(255,255,255,.76);
  color: #2c3d58;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 36px rgba(17,44,83,.07);
}

.hero-cinema {
  width: min(980px, 100%);
  margin: 34px auto 0;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #071126, #102b55),
    radial-gradient(circle at 50% 20%, rgba(47,139,255,.24), transparent 42%);
  box-shadow: 0 34px 90px rgba(7,17,38,.2);
}

.hero-cinema video,
.hero-cinema img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-dashboard {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 14px;
  width: 100%;
  margin: 44px auto 0;
  padding: 18px;
  border: 1px solid rgba(86,109,143,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}

.dash-panel,
.snapshot-card,
.industry-card,
.price-card,
.answer-card,
.faq-item,
.utility-card {
  border: 1px solid rgba(106,128,157,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 38px rgba(23,45,76,.08);
}

.dash-panel {
  min-width: 0;
  overflow: hidden;
}

.panel-head {
  padding: 14px 15px 10px;
  border-bottom: 1px solid rgba(112,135,164,.16);
}

.label,
.kicker {
  color: #728097;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-title {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 900;
}

.score-wrap,
.scan-list,
.metric-grid {
  padding: 14px 16px;
}

.score {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 9px;
}

.score strong {
  font-size: 50px;
  line-height: .9;
}

.score span {
  padding-bottom: 5px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.progress {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: #e4ebf5;
}

.progress i {
  display: block;
  height: 100%;
  width: 84%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.scan-list {
  display: grid;
  gap: 8px;
}

.scan-row {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(123,143,169,.12);
  border-radius: 8px;
  background: rgba(245,248,252,.95);
}

.signal {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.s-blue { background: var(--blue); }
.s-amber { background: var(--amber); color: #2d2306; }
.s-violet { background: var(--violet); }
.s-green { background: var(--green); }

.scan-copy b,
.scan-copy small {
  display: block;
}

.scan-copy b {
  font-size: 13px;
}

.scan-copy small {
  color: #64748b;
  font-size: 11px;
  line-height: 1.25;
}

.tag {
  padding: 5px 8px;
  border: 1px solid rgba(112,135,164,.16);
  border-radius: 999px;
  background: #fff;
  color: #31435f;
  font-size: 11px;
  font-weight: 900;
}

.system-body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 132px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 286px;
  padding: 18px;
  background:
    repeating-linear-gradient(90deg, rgba(7,17,38,.035) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(7,17,38,.035) 0 1px, transparent 1px 28px);
}

.flow-stack {
  display: grid;
  gap: 10px;
}

.flow-item {
  padding: 10px 11px;
  border: 1px solid rgba(105,128,157,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.84);
  color: #243650;
  font-size: 12px;
  font-weight: 900;
}

.operator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.operator img {
  width: 116px;
  filter: drop-shadow(0 22px 26px rgba(8,102,255,.18));
}

.operator::after {
  content: "AI Operator";
  position: absolute;
  bottom: -16px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.metric {
  padding: 13px;
  border: 1px solid rgba(112,135,164,.12);
  border-radius: 8px;
  background: rgba(245,248,252,.94);
}

.metric b {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
}

.recommend {
  margin: 0 16px 16px;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #071126, #173762);
  color: #fff;
}

.recommend b,
.recommend span {
  display: block;
}

.recommend span {
  margin-top: 4px;
  color: #c6d6ea;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.snapshot-section,
.industry-section,
.pricing-section,
.geo-section,
.media-section {
  padding: 72px 0;
}

.snapshot-section.visual-snapshot {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 92px max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,17,38,.96), rgba(7,17,38,.76) 48%, rgba(7,17,38,.34)),
    linear-gradient(180deg, rgba(7,17,38,.1), rgba(7,17,38,.88)),
    var(--snapshot-image) center / cover no-repeat,
    #071126;
}

.snapshot-section.visual-snapshot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, #071126 0, rgba(7,17,38,0) 18%, rgba(7,17,38,0) 72%, #071126 100%),
    repeating-linear-gradient(0deg, rgba(191,219,254,.07) 0 1px, transparent 1px 64px);
}

.snapshot-section.visual-snapshot > * {
  position: relative;
  z-index: 1;
}

.visual-snapshot .section-head h2,
.visual-media .section-head h2 {
  color: #fff;
}

.visual-snapshot .section-head p,
.visual-media .section-head p {
  color: #c8d8ee;
}

.visual-snapshot .snapshot-card {
  color: #fff;
  border-color: rgba(191,219,254,.18);
  background: rgba(5,15,34,.78);
  box-shadow: 0 34px 110px rgba(0,0,0,.32);
  backdrop-filter: blur(12px);
}

.visual-snapshot .field label,
.visual-snapshot .result-empty h3,
.visual-snapshot .result-ready h3,
.visual-snapshot .quick-wins {
  color: #fff;
}

.visual-snapshot .result-empty p,
.visual-snapshot .help,
.visual-snapshot .form-status,
.visual-snapshot .disclaimer {
  color: #bfd0e8;
}

.visual-snapshot .checkbox-field label {
  border-color: rgba(191,219,254,.18);
  background: rgba(255,255,255,.08);
  color: #dce9fb;
}

.visual-snapshot .snapshot-badge {
  color: #e8f1ff;
  background: rgba(255,255,255,.1);
  border-color: rgba(191,219,254,.18);
  box-shadow: none;
}

.visual-snapshot .result-empty img {
  border-color: rgba(191,219,254,.18);
  background: #071126;
  box-shadow: 0 26px 72px rgba(0,0,0,.28);
}

.visual-snapshot .result-empty img.scan-schematic-preview {
  width: min(100%, 620px);
  margin: 18px auto 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scan-flow-schematic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 22px;
  padding: 26px 8px 16px;
  overflow: hidden;
}

.scan-flow-schematic::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(47,139,255,.22), transparent 38%),
    linear-gradient(90deg, transparent, rgba(191,219,254,.08), transparent);
  opacity: .94;
}

.schematic-node,
.schematic-engine,
.schematic-scores,
.schematic-line {
  position: relative;
  z-index: 1;
}

.schematic-node,
.schematic-engine {
  min-height: 164px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  text-align: center;
}

.schematic-node {
  padding: 18px 10px;
}

.schematic-node::before,
.schematic-engine::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(191,219,254,.22);
  background: rgba(7,17,38,.5);
  box-shadow: 0 0 44px rgba(8,102,255,.18);
}

.schematic-node::before {
  border-radius: 999px;
}

.schematic-engine::before {
  inset: 0;
  border-color: rgba(74,222,128,.42);
  clip-path: polygon(50% 0, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
  background:
    radial-gradient(circle at 50% 46%, rgba(74,222,128,.18), transparent 44%),
    rgba(7,17,38,.72);
}

.schematic-node span,
.schematic-engine span,
.schematic-node b,
.schematic-engine b,
.schematic-node small,
.schematic-engine small {
  position: relative;
  z-index: 1;
}

.schematic-node span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #071126;
  border-radius: 50%;
  background: #bfdbfe;
  font-size: 13px;
  font-weight: 950;
}

.schematic-engine span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: radial-gradient(circle, #60a5fa, #0b58d6 66%, #071126);
  box-shadow: 0 0 34px rgba(96,165,250,.52);
  font-size: 22px;
  font-weight: 950;
}

.schematic-node b,
.schematic-engine b {
  max-width: 130px;
  color: #f8fbff;
  font-size: 17px;
  line-height: 1.15;
}

.schematic-node small,
.schematic-engine small {
  max-width: 142px;
  color: #bfd0e8;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.schematic-line {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(96,165,250,.2), #60a5fa, #4ade80);
  box-shadow: 0 0 20px rgba(96,165,250,.48);
}

.schematic-scores {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.schematic-scores span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #dbeafe;
  border: 1px solid rgba(191,219,254,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 900;
}

.visual-snapshot .field input,
.visual-snapshot .field select,
.visual-snapshot .field textarea {
  color: #071126;
  border-color: rgba(219,234,254,.68);
  background: rgba(248,251,255,.96);
}

.visual-snapshot .score-item {
  color: #f8fbff;
  border-color: rgba(191,219,254,.18);
  background: rgba(255,255,255,.08);
}

.visual-snapshot .score-item span {
  color: #dbeafe;
}

.visual-snapshot .score-explanation {
  border-top-color: rgba(191,219,254,.2);
}

.visual-snapshot .score-explanation h4,
.visual-snapshot .score-notes b {
  color: #f8fbff;
}

.visual-snapshot .score-explanation p,
.visual-snapshot .score-notes p {
  color: #dbeafe;
}

.visual-snapshot .detected-signals span {
  color: #dbeafe;
  border-color: rgba(125,211,252,.28);
  background: rgba(37,99,235,.18);
}

.visual-snapshot .score-notes article {
  border-top-color: rgba(191,219,254,.16);
}

.scan-runner {
  scroll-margin-top: 96px;
}

.media-section.visual-media {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 88px max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    linear-gradient(135deg, #071126, #0c2349 56%, #10133a),
    radial-gradient(circle at 80% 14%, rgba(47,139,255,.22), transparent 34%);
}

.visual-media .media-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: stretch;
}

.visual-media .video-panel {
  border-color: rgba(191,219,254,.18);
  box-shadow: 0 34px 110px rgba(0,0,0,.34);
}

.visual-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  color: #fff;
  border-color: rgba(191,219,254,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045)),
    linear-gradient(135deg, rgba(8,102,255,.18), rgba(112,70,216,.12));
  box-shadow: 0 30px 90px rgba(0,0,0,.26);
}

.visual-note p {
  color: #c8d8ee;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 22px;
}

.section-head h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-head p {
  max-width: 410px;
  margin: 0;
  color: #5d6b80;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 18px;
  align-items: start;
}

.snapshot-card {
  padding: 22px;
}

.snapshot-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c9d8ea;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.button[disabled] {
  cursor: not-allowed;
  opacity: .62;
}

.field textarea {
  min-height: 82px;
  resize: vertical;
}

.checkbox-field label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  color: #40526d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.checkbox-field a,
.legal-doc a,
.legal-links a {
  color: #0b58d6;
  font-weight: 900;
}

.help {
  color: #66758d;
  font-size: 12px;
  line-height: 1.35;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.form-status {
  color: #4d5e76;
  font-size: 13px;
  font-weight: 800;
}

.result-card {
  min-height: 470px;
}

.result-empty,
.result-ready {
  padding: 22px;
}

.result-empty img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.result-ready[hidden],
.result-empty[hidden] {
  display: none;
}

.score-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.score-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.score-item span {
  font-weight: 900;
}

.quick-wins {
  margin: 18px 0;
  padding-left: 18px;
  color: #40526d;
  font-weight: 650;
  line-height: 1.55;
}

.disclaimer {
  color: #65758d;
  font-size: 12px;
  line-height: 1.4;
}

.score-explanation {
  margin-top: 18px;
  padding: 17px 0 2px;
  border-top: 1px solid rgba(15, 23, 42, .12);
}

.score-explanation h4 {
  margin: 0 0 8px;
  color: #071126;
  font-size: 18px;
  line-height: 1.2;
}

.score-explanation p {
  margin: 0;
  color: #40526d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 680;
}

.detected-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 13px 0 2px;
}

.detected-signals span {
  padding: 7px 10px;
  color: #0b55df;
  border: 1px solid rgba(11,85,223,.22);
  border-radius: 999px;
  background: rgba(11,85,223,.07);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
}

.score-notes {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.score-notes article {
  padding-top: 11px;
  border-top: 1px solid rgba(15, 23, 42, .1);
}

.score-notes b {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #071126;
  font-size: 14px;
  line-height: 1.25;
}

.score-notes p {
  margin: 6px 0 0;
  color: #40526d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.result-ready {
  padding: 0;
}

.result-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr);
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(191,219,254,.2);
  background-image:
    linear-gradient(rgba(96,165,250,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96,165,250,.07) 1px, transparent 1px);
  background-size: 30px 30px;
}

.result-hero h3 {
  margin: 12px 0 7px;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1;
}

.result-profile {
  margin: 0;
  color: #bfd0e8;
  font-size: 16px;
  font-weight: 750;
}

.package-direction {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-left: 3px solid #22c55e;
  background: rgba(255,255,255,.07);
}

.package-direction span {
  color: #a9bdd9;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-direction strong {
  color: #fff;
  font-size: 29px;
  line-height: 1.05;
}

.package-direction small {
  color: #bfd0e8;
  font-size: 11px;
  line-height: 1.4;
}

.result-section,
.score-explanation,
.result-actions,
.site-review {
  padding: 24px 28px;
}

.result-section,
.site-review {
  border-bottom: 1px solid rgba(191,219,254,.18);
}

.result-section-head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.result-section-head > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #7dd3fc;
  border: 1px solid rgba(125,211,252,.3);
  border-radius: 50%;
  background: rgba(14,116,144,.18);
  font-size: 10px;
  font-weight: 900;
}

.result-section-head h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.result-section-head p {
  margin: 4px 0 0;
  color: #bfd0e8;
  font-size: 12px;
  line-height: 1.45;
}

.result-ready .score-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid rgba(191,219,254,.18);
}

.result-ready .score-item {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  min-height: 104px;
  align-content: start;
  margin: 0;
  padding: 14px 12px;
  border: 0;
  border-right: 1px solid rgba(191,219,254,.16);
  border-bottom: 1px solid rgba(191,219,254,.16);
  border-radius: 0;
  color: #fff;
  background: rgba(255,255,255,.045);
}

.result-ready .score-item:nth-child(2n) {
  border-right: 0;
}

.result-ready .score-item:last-child {
  grid-column: 1 / -1;
  border-right: 0;
}

.score-index {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #7dd3fc;
  border-radius: 5px;
  background: rgba(14,116,144,.2);
  font-size: 9px;
  font-weight: 900;
}

.score-item[data-priority="high"] .score-index {
  color: #fdba74;
  background: rgba(234,88,12,.18);
}

.score-item[data-priority="medium"] .score-index {
  color: #fde68a;
  background: rgba(202,138,4,.18);
}

.score-label {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.score-item small {
  display: block;
  margin-top: 3px;
  color: #a9bdd9;
  font-size: 10px;
  line-height: 1.25;
}

.result-ready .score-item b {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #dbeafe;
  font-size: 10px;
}

.result-ready .score-item b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56,189,248,.11);
}

.result-ready .score-item[data-priority="high"] b i {
  background: #fb923c;
  box-shadow: 0 0 0 4px rgba(251,146,60,.12);
}

.result-ready .score-item[data-priority="medium"] b i {
  background: #facc15;
  box-shadow: 0 0 0 4px rgba(250,204,21,.12);
}

.site-review [data-site-review] {
  margin: 18px 0 0 48px;
}

.site-review-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: #fff;
  border: 1px solid rgba(191,219,254,.2);
  background: rgba(255,255,255,.08);
}

.site-review-summary b {
  font-size: 12px;
}

.site-review-summary span {
  max-width: 50%;
  overflow: hidden;
  color: #a9bdd9;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid rgba(191,219,254,.16);
}

.site-review-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  gap: 9px;
  padding: 12px;
  border-right: 1px solid rgba(191,219,254,.16);
  border-bottom: 1px solid rgba(191,219,254,.16);
  background: rgba(255,255,255,.035);
}

.site-review-item > span {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #facc15;
  box-shadow: 0 0 0 4px rgba(250,204,21,.1);
}

.site-review-item[data-status="pass"] > span {
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52,211,153,.1);
}

.site-review-item b {
  color: #fff;
  font-size: 11px;
}

.site-review-item p {
  margin: 4px 0 0;
  color: #bfd0e8;
  font-size: 10px;
  line-height: 1.4;
}

.site-review-limits,
.site-review-unavailable small {
  display: block;
  margin: 10px 0 0;
  color: #a9bdd9;
  font-size: 9px;
  line-height: 1.45;
}

.site-review-unavailable {
  padding: 14px;
  border: 1px solid rgba(191,219,254,.18);
  background: rgba(255,255,255,.05);
}

.site-review-unavailable p {
  margin: 4px 0 0;
  color: #bfd0e8;
  font-size: 11px;
}

.result-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  border-bottom: 1px solid rgba(191,219,254,.18);
}

.result-detail-grid .score-explanation {
  margin: 0;
  border-top: 0;
  border-right: 1px solid rgba(191,219,254,.18);
}

.result-detail-grid .detected-signals,
.result-detail-grid .score-notes,
.result-actions .quick-wins {
  margin-left: 48px;
}

.result-detail-grid .score-notes {
  gap: 0;
  border-top: 1px solid rgba(191,219,254,.16);
}

.result-detail-grid .score-notes article {
  padding: 11px 0;
}

.result-actions .quick-wins {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 20px;
  color: #dbeafe;
  font-size: 12px;
}

.result-footer {
  display: grid;
  gap: 16px;
  padding: 22px 28px;
  background: rgba(0,0,0,.14);
}

.result-footer .disclaimer {
  margin: 0;
}

.result-footer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sample-report-section {
  display: grid;
  gap: 24px;
}

.sample-report-header {
  max-width: 860px;
}

.sample-report-header h2 {
  margin: 10px 0 12px;
  font-size: clamp(34px, 4.3vw, 62px);
  line-height: 1.02;
}

.sample-report-header p {
  max-width: 720px;
  color: #53647d;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;
}

.sample-report-layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: stretch;
}

.sample-score-summary {
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 360px;
  padding: 30px;
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 8%, rgba(34,211,238,.28), transparent 34%),
    linear-gradient(135deg, #071126, #0d2c59 55%, #1e1b4b);
  box-shadow: 0 34px 110px rgba(7,17,38,.2);
}

.sample-score-summary span {
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sample-score-summary strong {
  font-size: clamp(58px, 8vw, 92px);
  line-height: .9;
}

.sample-score-summary p {
  margin: 0;
  color: #dbeafe;
  font-weight: 650;
  line-height: 1.55;
}

.sample-score-list {
  display: grid;
  gap: 12px;
}

.sample-score-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(148,163,184,.28);
}

.sample-score-row:first-child {
  border-top: 1px solid rgba(148,163,184,.28);
}

.sample-score-row b {
  display: block;
  margin-bottom: 5px;
  color: #071126;
  font-size: 19px;
}

.sample-score-row p {
  margin: 0;
  color: #53647d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.sample-score-row strong {
  color: #0866ff;
  font-size: 30px;
  white-space: nowrap;
}

.sample-findings {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  padding-top: 10px;
}

.sample-findings h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.sample-findings ol {
  margin: 0;
  padding-left: 22px;
  color: #243349;
  font-weight: 750;
  line-height: 1.65;
}

.sample-findings p {
  margin: 0 0 12px;
  color: #53647d;
  font-weight: 650;
  line-height: 1.6;
}

.media-grid,
.industry-grid,
.pricing-grid,
.answer-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.media-grid {
  grid-template-columns: 1.1fr .9fr;
}

.video-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #071126;
  box-shadow: var(--shadow);
}

.video-panel video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.asset-note {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
}

.media-section.visual-media .asset-note.visual-note {
  color: #fff;
  border-color: rgba(191,219,254,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045)),
    linear-gradient(135deg, rgba(8,102,255,.18), rgba(112,70,216,.12));
  box-shadow: 0 30px 90px rgba(0,0,0,.26);
}

.media-section.visual-media .asset-note.visual-note h3 {
  color: #fff;
}

.media-section.visual-media .asset-note.visual-note p {
  color: #c8d8ee;
}

.asset-note h3,
.industry-card h3,
.price-card h3,
.answer-card h3,
.faq-item h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.asset-note p,
.industry-card p,
.price-card p,
.answer-card p,
.faq-item p {
  color: #53647c;
  line-height: 1.5;
  font-weight: 600;
}

.industry-grid {
  grid-template-columns: 1fr 1fr;
}

.industry-card {
  overflow: hidden;
  padding: 18px;
}

.industry-card img {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: var(--ink);
}

.industry-card h3 {
  margin-top: 18px;
  font-size: 34px;
}

.pill-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.pill-row span {
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
  color: #253751;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
}

.price-card {
  padding: 22px;
  position: relative;
}

.price-card.recommended {
  border-color: rgba(8,102,255,.46);
  box-shadow: 0 22px 56px rgba(8,102,255,.14);
}

.price {
  display: block;
  margin-top: 18px;
  font-size: 36px;
  font-weight: 900;
}

.price small {
  color: #65758d;
  font-size: 14px;
}

.price-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #31435f;
  font-weight: 700;
  line-height: 1.7;
}

.answer-grid {
  grid-template-columns: repeat(3, 1fr);
}

.answer-card,
.faq-item {
  padding: 20px;
}

.faq-grid {
  grid-template-columns: 1fr 1fr;
}

.cta-band {
  margin: 60px auto 72px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #071126, #0f3d86 54%, #7046d8);
  box-shadow: 0 24px 60px rgba(8,102,255,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
}

.cta-band p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #c9d9f0;
  font-weight: 650;
}

.split-market {
  padding: 58px 0 10px;
}

.split-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.market-lane {
  position: relative;
  min-height: 440px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(107,134,173,.35);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7,17,38,.98), rgba(14,45,92,.96)),
    linear-gradient(90deg, rgba(47,139,255,.12), transparent);
  box-shadow: 0 28px 80px rgba(7,17,38,.18);
}

.market-lane.law {
  background:
    linear-gradient(135deg, rgba(7,17,38,.98), rgba(38,26,76,.96)),
    linear-gradient(90deg, rgba(112,70,216,.16), transparent);
}

.market-lane > :not(.lane-cutout):not(.lane-backdrop) {
  position: relative;
  z-index: 2;
}

.lane-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .46;
  filter: saturate(1.12) contrast(1.06);
}

.market-lane::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7,17,38,.94), rgba(7,17,38,.68) 54%, rgba(7,17,38,.28)),
    linear-gradient(180deg, rgba(7,17,38,.08), rgba(7,17,38,.66));
}

.lane-cutout {
  position: absolute;
  right: -86px;
  top: -46px;
  z-index: 1;
  width: min(62%, 460px);
  opacity: .32;
  filter: drop-shadow(0 28px 50px rgba(96,165,250,.24));
  pointer-events: none;
}

.market-lane.law .lane-cutout {
  right: -72px;
  top: -70px;
  width: min(58%, 420px);
  opacity: .36;
}

.market-lane h3 {
  margin: 20px 0 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.market-lane p {
  color: #c9d9f0;
  font-weight: 700;
  line-height: 1.55;
}

.lane-kicker,
.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.lane-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.lane-list li {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  color: #ecf4ff;
  font-weight: 850;
}

.system-runway {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,17,38,.94), rgba(7,17,38,.74) 46%, rgba(7,17,38,.22)),
    linear-gradient(180deg, rgba(7,17,38,.1), rgba(7,17,38,.82)),
    var(--runway-image) center / cover no-repeat,
    #071126;
}

.system-runway::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, #071126 0, rgba(7,17,38,0) 18%, rgba(7,17,38,0) 70%, #071126 100%),
    repeating-linear-gradient(90deg, rgba(191,219,254,.08) 0 1px, transparent 1px 70px);
}

.runway-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 46px;
  align-items: center;
}

.runway-copy h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .98;
}

.runway-copy p {
  max-width: 560px;
  margin: 20px 0 28px;
  color: #d5e4f8;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.runway-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.runway-step {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(191,219,254,.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}

.runway-step span {
  display: block;
  color: #8ec5ff;
  font-size: 13px;
  font-weight: 950;
}

.runway-step b {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.runway-step p {
  margin: 12px 0 0;
  color: #c7d8ef;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 720;
}

.blueprint-library {
  padding: 76px 0 18px;
}

.blueprint-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.blueprint-frame {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #071126;
  box-shadow: 0 24px 70px rgba(7,17,38,.16);
}

.blueprint-frame.wide {
  grid-column: span 2;
}

.blueprint-frame img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
}

.blueprint-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,17,38,0) 42%, rgba(7,17,38,.86)),
    linear-gradient(90deg, rgba(7,17,38,.32), rgba(7,17,38,0) 55%);
}

.blueprint-frame figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.visual-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7,17,38,.94), rgba(7,17,38,.62)),
    var(--band-image) center / cover no-repeat,
    #071126;
}

.visual-band::before {
  content: none;
}

.visual-band > * {
  position: relative;
  z-index: 1;
}

.site-map-section {
  padding: 70px 0 24px;
}

.site-page-grid,
.link-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.site-page-card,
.link-card {
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,251,255,.86)),
    linear-gradient(135deg, rgba(8,102,255,.08), rgba(112,70,216,.05));
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(17,44,83,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.site-page-card:hover,
.link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8,102,255,.32);
  box-shadow: 0 24px 54px rgba(17,44,83,.11);
}

.site-page-card span,
.link-card span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.site-page-card b,
.link-card b {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.16;
}

.site-page-card p,
.link-card p {
  margin: 10px 0 0;
  color: #53657f;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.subpage-main {
  padding-bottom: 80px;
}

.page-hero {
  position: relative;
  isolation: isolate;
  padding: 54px 0 36px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, #071126 0%, #0b1c36 56%, rgba(7,17,38,0) 100%),
    linear-gradient(90deg, rgba(8,102,255,.18), transparent 58%);
}

.page-hero-full {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 72px 0 56px;
  background:
    linear-gradient(90deg, rgba(7,17,38,.92) 0%, rgba(7,17,38,.76) 42%, rgba(7,17,38,.18) 78%),
    linear-gradient(180deg, rgba(7,17,38,.14), rgba(7,17,38,.9)),
    var(--page-hero-image) center / cover no-repeat,
    #071126;
}

.page-hero-full::before {
  content: none;
}

.page-hero-full::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(7,17,38,0), #071126 86%);
}

.page-hero-full > * {
  position: relative;
  z-index: 1;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
  gap: 34px;
  align-items: center;
}

.page-hero h1 {
  max-width: 820px;
  margin: 20px 0 18px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

.page-hero .lead {
  max-width: 700px;
  margin: 0;
  color: #c9d9f0;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
  font-weight: 680;
}

.page-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(107,134,173,.35);
  border-radius: 8px;
  background: #071126;
  box-shadow: var(--shadow);
}

.realistic-visual {
  border-color: rgba(175,205,255,.18);
  background: transparent;
  box-shadow: 0 34px 110px rgba(0,0,0,.34);
}

.realistic-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 72px rgba(7,17,38,.58);
}

.page-visual img,
.page-visual video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
}

.visual-story {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: 28px;
  align-items: center;
  margin-top: 8px;
  padding: 34px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, #071126 0%, #0d2a52 54%, #15123a 100%),
    radial-gradient(circle at 72% 32%, rgba(96,165,250,.28), transparent 36%);
  box-shadow: 0 32px 90px rgba(7,17,38,.2);
}

.visual-story-full::before {
  content: none;
}

.visual-story-full {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 68px max(24px, calc((100vw - 1180px) / 2));
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(7,17,38,.94), rgba(7,17,38,.72) 46%, rgba(7,17,38,.24)),
    linear-gradient(180deg, rgba(7,17,38,.08), rgba(7,17,38,.78)),
    var(--story-image) center / cover no-repeat,
    #071126;
  min-height: min(760px, calc(100vh - 112px));
}

.visual-story-full::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(7,17,38,.1), rgba(7,17,38,.78));
}

.visual-story-full > * {
  position: relative;
  z-index: 1;
}

.visual-story h2 {
  margin: 18px 0 14px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.02;
}

.visual-story p {
  color: #c9d9f0;
  font-weight: 700;
  line-height: 1.55;
}

.cutout-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.blueprint-cutout {
  position: absolute;
  display: block;
  width: min(76%, 560px);
  height: auto;
  filter: drop-shadow(0 28px 50px rgba(20,80,160,.34));
}

.blueprint-cutout.head {
  left: 0;
  top: 10px;
  z-index: 2;
}

.blueprint-cutout.burst {
  right: -8%;
  bottom: 10px;
  width: min(78%, 600px);
  opacity: .92;
}

.os-schematic-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
}

.os-schematic-stage::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(96,165,250,.24), transparent 34%),
    radial-gradient(circle at 84% 30%, rgba(74,222,128,.12), transparent 24%),
    radial-gradient(circle at 14% 70%, rgba(139,92,246,.14), transparent 28%),
    repeating-linear-gradient(0deg, rgba(191,219,254,.055) 0 1px, transparent 1px 68px),
    repeating-linear-gradient(90deg, rgba(191,219,254,.045) 0 1px, transparent 1px 68px);
  mask-image: radial-gradient(circle at 50% 50%, #000 0 58%, transparent 84%);
}

.os-connectors {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 12px rgba(96,165,250,.44));
}

.os-connectors path {
  fill: none;
  stroke: rgba(191,219,254,.74);
  stroke-width: 3;
  stroke-linecap: round;
}

.os-connectors .feedback {
  stroke: rgba(74,222,128,.78);
  stroke-dasharray: 7 10;
}

.os-core,
.os-node,
.os-feedback {
  position: absolute;
  z-index: 2;
}

.os-core {
  left: 50%;
  top: 50%;
  width: 218px;
  min-height: 218px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  text-align: center;
  color: #fff;
}

.os-core::before,
.os-core::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(50% 0, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
}

.os-core::before {
  background:
    radial-gradient(circle at 50% 45%, rgba(96,165,250,.55), transparent 42%),
    linear-gradient(135deg, rgba(7,17,38,.96), rgba(16,37,74,.88));
  box-shadow:
    0 0 54px rgba(96,165,250,.44),
    inset 0 0 50px rgba(74,222,128,.14);
}

.os-core::after {
  inset: 12px;
  border: 2px solid rgba(74,222,128,.72);
  background: transparent;
}

.os-core img {
  box-sizing: content-box;
  width: 150px;
  max-width: 72%;
  height: auto;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  object-fit: contain;
  box-shadow: 0 16px 36px rgba(0,0,0,.2);
}

.os-core b {
  width: min(150px, 80%);
  color: #f8fbff;
  font-size: 20px;
  line-height: 1.08;
}

.os-core span {
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
}

.os-node {
  width: 178px;
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px;
  color: #fff;
  border: 1px solid rgba(191,219,254,.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 18%, rgba(96,165,250,.22), transparent 38%),
    rgba(7,17,38,.66);
  box-shadow:
    0 0 36px rgba(96,165,250,.2),
    inset 0 0 28px rgba(191,219,254,.05);
  backdrop-filter: blur(9px);
}

.os-node span {
  color: #93c5fd;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.os-node b {
  color: #f8fbff;
  font-size: 18px;
  line-height: 1.08;
}

.os-node small {
  color: #c9d9f0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 760;
}

.os-node.input-a {
  left: 4%;
  top: 11%;
}

.os-node.input-b {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.os-node.input-c {
  left: 4%;
  bottom: 11%;
}

.os-node.output-a {
  right: 4%;
  top: 11%;
}

.os-node.output-b {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.os-node.output-c {
  right: 4%;
  bottom: 11%;
}

.os-feedback {
  left: 50%;
  bottom: 4%;
  width: min(340px, 58%);
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid rgba(74,222,128,.32);
  border-radius: 999px;
  background: rgba(7,17,38,.62);
  box-shadow: 0 0 36px rgba(74,222,128,.14);
}

.os-feedback b {
  color: #bbf7d0;
  font-size: 13px;
  white-space: nowrap;
}

.os-feedback span {
  color: #dbeafe;
  font-size: 12px;
  font-weight: 780;
}

.signal-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.signal-item {
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.signal-item b,
.signal-item span {
  display: block;
}

.signal-item b {
  color: #fff;
  font-size: 15px;
}

.signal-item span {
  margin-top: 4px;
  color: #c9d9f0;
  font-weight: 700;
  line-height: 1.45;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.signal-tile {
  min-height: 170px;
  padding: 22px 0;
  border-top: 2px solid rgba(8,102,255,.32);
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,0)),
    radial-gradient(circle at 0 0, rgba(8,102,255,.08), transparent 48%);
}

.signal-tile.strong {
  border-top-color: rgba(22,168,117,.38);
}

.signal-tile span {
  color: #7f90aa;
  font-size: 13px;
  font-weight: 950;
}

.signal-tile b {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.12;
}

.page-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.page-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.page-kpi {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.page-kpi b {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.page-kpi span {
  display: block;
  margin-top: 7px;
  color: #c9d9f0;
  font-size: 12px;
  font-weight: 850;
}

.page-section {
  padding: 42px 0;
}

.page-section-bleed {
  padding: 0;
}

.page-section h2,
.page-band h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.04;
}

.page-section > p,
.page-band > p {
  max-width: 780px;
  color: #53657f;
  font-weight: 720;
  line-height: 1.55;
}

.page-band {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 42px rgba(17,44,83,.07);
}

.page-band.dark {
  color: #fff;
  background:
    linear-gradient(135deg, #071126, #102b55 58%, #0d1d36),
    linear-gradient(90deg, rgba(34,211,238,.14), transparent);
  border-color: rgba(255,255,255,.12);
}

.page-band.dark p,
.page-band.dark li {
  color: rgba(255,255,255,.78);
}

.feature-grid,
.outcome-grid,
.proof-grid,
.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.feature-card,
.outcome-card,
.proof-card,
.faq-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.feature-card h3,
.outcome-card h3,
.proof-card h3,
.faq-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15;
}

.feature-card p,
.outcome-card p,
.proof-card p,
.faq-card p {
  margin: 0;
  color: #53657f;
  font-weight: 720;
  line-height: 1.5;
}

.step-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  counter-reset: step;
}

.step-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
}

.step-item::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-weight: 950;
}

.step-item b {
  display: block;
  margin-bottom: 4px;
}

.step-item span {
  color: #53657f;
  font-weight: 720;
  line-height: 1.45;
}

.page-footer-nav {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 42px rgba(17,44,83,.07);
}

.page-footer-nav h2 {
  margin-top: 0;
}

.site-footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer img {
  display: block;
  width: min(155px, 100%);
  height: auto;
  aspect-ratio: 784 / 175;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-footer p {
  color: var(--muted);
  font-weight: 700;
}

.site-footer .footer-note {
  flex-basis: 100%;
  max-width: 860px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.legal-links {
  display: flex;
  gap: 14px;
  font-size: 13px;
}

.legal-page {
  background: #f5f8fc;
}

.legal-doc {
  max-width: 860px;
  padding: 56px 0 80px;
}

.legal-doc h1 {
  margin: 18px 0 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.04;
}

.legal-doc h2 {
  margin-top: 30px;
  font-size: 22px;
}

.legal-doc p,
.legal-doc li {
  color: #40526d;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

.legal-next {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid #d8e1ec;
}

.utility-card {
  width: min(620px, 100%);
  padding: 28px;
  text-align: center;
}

.utility-card img {
  height: 38px;
  width: auto;
}

.utility-card h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.05;
}

.utility-card .button {
  margin: 6px;
}

.checkout-page {
  background: #eef4fb;
}

.checkout-card {
  width: min(760px, 100%);
  padding: clamp(24px, 5vw, 48px);
  text-align: left;
  background: #fff;
}

.utility-brand {
  display: inline-flex;
  margin-bottom: 30px;
}

.checkout-card h1 {
  max-width: 640px;
  margin: 10px 0 14px;
  color: #08162f;
}

.checkout-intro {
  max-width: 650px;
  margin: 0 0 24px;
  color: #53647d;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 650;
}

.checkout-success .checkout-intro {
  white-space: pre-line;
}

.checkout-loading,
.checkout-status {
  min-height: 24px;
  color: #425675;
  font-weight: 750;
}

.checkout-summary,
.checkout-unavailable {
  margin: 26px 0;
  padding: 26px 0;
  border-top: 1px solid #dce5f0;
  border-bottom: 1px solid #dce5f0;
}

.checkout-summary h2,
.checkout-unavailable h2 {
  margin: 18px 0 8px;
  color: #071b3d;
  font-size: clamp(25px, 4vw, 34px);
}

.checkout-summary > p,
.checkout-unavailable > p {
  color: #53647d;
  line-height: 1.55;
  font-weight: 650;
}

.checkout-reference {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid #cad8e9;
  border-radius: 6px;
  background: #f5f9ff;
  color: #425675;
  font-size: 13px;
  font-weight: 800;
}

.checkout-reference strong {
  color: #071b3d;
  overflow-wrap: anywhere;
}

.checkout-price-list {
  display: grid;
  gap: 0;
  margin: 24px 0;
}

.checkout-price-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #e2e9f2;
}

.checkout-price-list dt {
  color: #52637b;
  font-weight: 750;
}

.checkout-price-list dd {
  margin: 0;
  color: #071b3d;
  text-align: right;
  font-weight: 900;
}

.checkout-condition {
  padding: 14px 16px;
  border-left: 4px solid #0866ff;
  background: #f2f7ff;
}

.checkout-expiry {
  font-size: 13px;
}

.checkout-submit {
  width: 100%;
  min-height: 52px;
  margin: 10px 0 4px !important;
}

.checkout-trust {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  color: #5f6f86;
  font-size: 13px;
  line-height: 1.5;
}

.checkout-trust p {
  margin: 0;
}

.checkout-legal,
.utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.checkout-legal a,
.checkout-support a {
  color: #0b58d6;
  font-weight: 850;
}

.checkout-status-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e7f8ef;
  color: #07844f;
  font-size: 25px;
  font-weight: 900;
}

.checkout-support {
  margin-top: 28px;
  color: #617188;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 560px) {
  body.utility-page {
    align-items: start;
    padding: 12px;
  }

  .checkout-card {
    padding: 24px 18px;
  }

  .checkout-reference,
  .checkout-price-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .checkout-price-list dd {
    text-align: left;
  }

  .utility-actions .button {
    width: 100%;
    margin: 0;
  }
}

:focus-visible {
  outline: 3px solid rgba(8,102,255,.42);
  outline-offset: 4px;
}

@media (max-width: 1000px) {
  .nav-shell {
    grid-template-columns: auto auto;
  }

  .primary-nav,
  .nav-cta {
    display: none;
  }

  .menu-button {
    justify-self: end;
    width: 44px;
    height: 44px;
    display: grid;
    gap: 5px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .menu-button span:not(.sr-only) {
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .primary-nav[data-open="true"] {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 76px;
    display: grid;
    gap: 14px;
    justify-content: stretch;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .hero-dashboard,
  .snapshot-grid,
  .media-grid,
  .industry-grid,
  .pricing-grid,
  .answer-grid,
  .faq-grid,
  .split-market-grid,
  .page-hero-grid,
  .feature-grid,
  .outcome-grid,
  .proof-grid,
  .faq-list,
  .visual-story,
  .signal-grid,
  .blueprint-gallery,
  .runway-grid,
  .sample-report-layout,
  .sample-findings {
    grid-template-columns: 1fr;
  }

  .site-page-grid,
  .link-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-body {
    grid-template-columns: 1fr;
  }

  .flow-stack {
    grid-template-columns: 1fr 1fr;
  }

  .operator {
    padding: 12px 0 26px;
  }

  .trust-row {
    grid-template-columns: 1fr 1fr;
  }

  .section-head,
  .cta-band {
    display: grid;
  }

  .scan-flow-schematic {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .schematic-line {
    width: 3px;
    height: 34px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(96,165,250,.2), #60a5fa, #4ade80);
  }

  .result-hero,
  .result-detail-grid {
    grid-template-columns: 1fr;
  }

  .result-detail-grid .score-explanation {
    border-right: 0;
    border-bottom: 1px solid rgba(191,219,254,.18);
  }

  .os-schematic-stage {
    min-height: 720px;
  }

  .os-core {
    width: 190px;
    min-height: 190px;
  }

  .os-node {
    width: 158px;
    min-height: 104px;
  }

  .os-node.input-a,
  .os-node.input-c {
    left: 1%;
  }

  .os-node.output-a,
  .os-node.output-c {
    right: 1%;
  }
}

@media (max-width: 560px) {
  body,
  main,
  .hero,
  .site-header,
  .site-footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .shell {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  .hero {
    padding-top: 40px;
  }

  .system-runway,
  .hero-system-preview,
  .snapshot-section.visual-snapshot,
  .media-section.visual-media {
    padding: 54px 14px;
  }

  .hero-system-preview {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  .runway-copy h2 {
    font-size: clamp(31px, 8vw, 38px);
  }

  .runway-copy p {
    font-size: 16px;
  }

  .runway-steps {
    grid-template-columns: 1fr;
  }

  .runway-step {
    min-height: auto;
    padding: 16px;
  }

  .runway-step b {
    font-size: 25px;
  }

  .hero-full {
    min-height: auto;
    padding: 42px 14px 34px;
    text-align: center;
  }

  .hero-full .hero-actions {
    justify-content: center;
  }

  .hero-full .trust-row {
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.7vw, 36px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .hero-line {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero .lead {
    width: min(100%, 340px);
    max-width: 340px;
    font-size: 17px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .eyebrow,
  .snapshot-badge {
    display: flex;
    flex-wrap: wrap;
    width: min(100%, 286px);
    margin-left: auto;
    margin-right: auto;
    min-height: 0;
    padding: 8px 12px;
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
  }

  .flag-line {
    flex: 0 0 42px;
  }

  .button {
    width: 100%;
    min-height: 46px;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }

  .trust-row,
  .hero-dashboard,
  .page-kpis,
  .site-page-grid,
  .link-card-grid,
  .snapshot-form,
  .flow-stack,
  .metric-grid,
  .pill-row,
  .sample-report-layout,
  .sample-findings {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 36px 0 22px;
    overflow: hidden;
  }

  .page-hero-full {
    min-height: auto;
    padding: 40px 0 28px;
  }

  .os-schematic-stage {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 18px 0 8px;
  }

  .os-connectors {
    display: none;
  }

  .os-core,
  .os-node,
  .os-feedback {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 330px);
    transform: none;
    justify-self: center;
  }

  .os-core {
    order: 2;
    width: 190px;
    min-height: 190px;
  }

  .os-node {
    min-height: 92px;
    border-radius: 8px;
    text-align: center;
  }

  .os-node.input-a,
  .os-node.input-b,
  .os-node.input-c {
    order: 1;
  }

  .os-node.output-a,
  .os-node.output-b,
  .os-node.output-c {
    order: 3;
  }

  .os-feedback {
    order: 4;
    display: grid;
    text-align: center;
    border-radius: 8px;
  }

  .scan-flow-schematic {
    padding: 18px 0 12px;
  }

  .schematic-node,
  .schematic-engine {
    min-height: 136px;
  }

  .schematic-scores {
    justify-content: stretch;
  }

  .schematic-scores span {
    flex: 1 1 124px;
  }

  .result-hero,
  .result-section,
  .score-explanation,
  .result-actions,
  .site-review,
  .result-footer {
    padding: 20px 18px;
  }

  .result-hero h3 {
    font-size: 33px;
  }

  .result-ready .score-grid {
    grid-template-columns: 1fr;
  }

  .result-ready .score-item,
  .result-ready .score-item:nth-child(2n),
  .result-ready .score-item:last-child {
    grid-column: auto;
    min-height: 94px;
    border-right: 0;
  }

  .result-detail-grid .detected-signals,
  .result-detail-grid .score-notes,
  .site-review [data-site-review],
  .result-actions .quick-wins {
    margin-left: 0;
  }

  .site-review-summary {
    display: grid;
  }

  .site-review-summary span {
    max-width: 100%;
  }

  .site-review-grid {
    grid-template-columns: 1fr;
  }

  .result-footer-actions .button {
    width: 100%;
  }

  .page-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(29px, 7.8vw, 34px);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .page-hero .lead {
    font-size: 17px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .page-visual,
  .visual-story,
  .cutout-stage,
  .signal-tile {
    max-width: 100%;
    overflow: hidden;
  }

  .visual-story h2,
  .signal-tile b {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .visual-story h2 {
    font-size: clamp(28px, 7.6vw, 34px);
  }

  .market-lane,
  .page-band,
  .visual-story,
  .page-footer-nav {
    padding: 20px;
  }

  .site-map-section {
    padding-top: 46px;
  }

  .site-page-card,
  .link-card {
    min-height: auto;
    padding: 14px;
  }

  .site-page-card p,
  .link-card p {
    display: none;
  }

  .site-page-card b,
  .link-card b {
    font-size: 16px;
  }

  .visual-story-full {
    min-height: auto;
  }

  .lane-cutout {
    right: -96px;
    top: -52px;
    width: 78%;
    opacity: .18;
  }

  .blueprint-frame,
  .blueprint-frame img {
    min-height: 230px;
  }

  .blueprint-frame.wide {
    grid-column: auto;
  }

  .cutout-stage {
    min-height: 390px;
  }

  .blueprint-cutout {
    width: min(84%, 420px);
  }

  .blueprint-cutout.burst {
    right: -20px;
    width: min(88%, 440px);
  }

  .hero-dashboard,
  .dash-panel,
  .snapshot-card,
  .price-card,
  .answer-card,
  .industry-card,
  .faq-item,
  .site-page-card,
  .link-card,
  .feature-card,
  .outcome-card,
  .proof-card,
  .faq-card {
    width: 100%;
    overflow: hidden;
  }

  .scan-row {
    grid-template-columns: 26px 1fr;
  }

  .scan-row .tag {
    grid-column: 1 / -1;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Submission privacy and delivery status */
.snapshot-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.snapshot-data-notice {
  grid-column: 1 / -1;
  margin: 2px 0 8px;
  padding: 12px 14px;
  border-left: 4px solid #0fbaad;
  color: #30425d;
  background: #effaf8;
  font-size: 12px;
  line-height: 1.5;
}

.snapshot-data-notice strong {
  color: #071126;
}

.snapshot-data-notice a {
  color: #075dff;
  font-weight: 800;
}

.snapshot-form button:disabled {
  opacity: .62;
  cursor: wait;
}
