:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182230;
  background: #f7fbff;
  line-height: 1.55;
  font-synthesis: none;
  --ink: #182230;
  --muted: #5f7188;
  --soft: #edf7ff;
  --soft-strong: #dff1ff;
  --blue: #0868d7;
  --blue-dark: #064a9b;
  --blue-light: #4eb6ff;
  --line: #d7e5f0;
  --white: #ffffff;
  --navy: #071a35;
  --navy-soft: #0b2447;
  --critical: #bd2940;
  --critical-soft: #fff0f2;
  --green: #08745c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#workflow,
#report,
#coverage {
  scroll-margin-top: 92px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(180deg, #eaf6ff 0%, #f8fbff 48%, #eef8ff 100%);
  background-attachment: fixed;
  color: var(--ink);
}

.glass-ui body {
  background: linear-gradient(145deg, #f8fcff 0%, #e3f2ff 52%, #f6faff 100%);
  background-attachment: fixed;
}

.glass-ui .home-header {
  border-bottom-color: rgba(255, 255, 255, .72);
  background: rgba(248, 252, 255, .68);
  box-shadow: 0 10px 34px rgba(37, 95, 137, .08);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.glass-ui .workflow-shell,
.glass-ui .report-demo-shell,
.glass-ui .coverage-shell {
  border-color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .46);
  box-shadow: 0 28px 80px rgba(26, 82, 126, .18), inset 0 1px 0 rgba(255, 255, 255, .88);
  backdrop-filter: blur(28px) saturate(135%);
  -webkit-backdrop-filter: blur(28px) saturate(135%);
}

.glass-ui .workflow-tabs,
.glass-ui .report-demo-tabs,
.glass-ui .coverage-tabs {
  position: relative;
  z-index: 3;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(248, 252, 255, .68);
  box-shadow: 0 10px 34px rgba(37, 95, 137, .08);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.glass-ui .workflow-tabs button[aria-current="true"],
.glass-ui .report-demo-tabs button[aria-current="true"],
.glass-ui .coverage-tabs button[aria-current="true"] {
  background: rgba(228, 245, 255, .74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.glass-ui .workflow-stage,
.glass-ui .report-demo-body,
.glass-ui .report-demo-body > section,
.glass-ui .coverage-panels {
  background: transparent;
}

.glass-ui .overview-outcome,
.glass-ui .severity-summary,
.glass-ui .overview-insight-card,
.glass-ui .overview-trust,
.glass-ui .exposure-object-card,
.glass-ui .stored-evidence,
.glass-ui .external-finding-card,
.glass-ui .evidence-blob,
.glass-ui .assistant-selected,
.glass-ui .assistant-preview {
  border-color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 14px 36px rgba(37, 94, 135, .1), inset 0 1px 0 rgba(255, 255, 255, .78);
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
}

.glass-ui .report-metrics {
  border-color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.glass-ui .overview-insight-card:hover,
.glass-ui .exposure-object-card:hover,
.glass-ui .external-finding-card:hover,
.glass-ui .evidence-blob:hover {
  border-color: rgba(116, 185, 229, .82);
  background: rgba(245, 251, 255, .7);
  box-shadow: 0 18px 42px rgba(37, 94, 135, .14), inset 0 1px 0 rgba(255, 255, 255, .84);
}

.glass-ui .overview-insight-critical {
  border-left-color: var(--critical);
}

.glass-ui .overview-insight-high {
  border-left-color: #c56f14;
}

.glass-ui .evidence-blob-critical {
  border-left-color: var(--critical);
}

.glass-ui .evidence-blob-high {
  border-left-color: #c56f14;
}

.glass-ui .evidence-blob-medium {
  border-left-color: #d08a24;
}

.glass-ui .evidence-blob-low {
  border-left-color: #4a91c4;
}

.glass-ui .exposure-schema > span,
.glass-ui .stored-evidence code,
.glass-ui .external-finding-icon,
.glass-ui .evidence-categories i,
.glass-ui .evidence-blob code {
  border-color: rgba(255, 255, 255, .78);
  background: rgba(244, 250, 255, .6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.glass-ui .workflow-tabs button:focus-visible,
.glass-ui .report-demo-tabs button:focus-visible,
.glass-ui .coverage-tabs button:focus-visible,
.glass-ui .overview-insight-card:focus-visible,
.glass-ui .exposure-object-card:focus-visible,
.glass-ui .external-finding-card:focus-visible,
.glass-ui .evidence-blob:focus-visible {
  outline-color: #075aa8;
}

.glass-ui button:focus-visible,
.glass-ui a:focus-visible {
  outline-color: #075aa8;
}

.glass-ui .overview-insight-card small,
.glass-ui .exposure-schema small,
.glass-ui .external-finding-copy small,
.glass-ui .evidence-blob-heading small,
.glass-ui .evidence-provenance,
.glass-ui .assistant-preview small,
.glass-ui .planned-grid span {
  color: var(--muted);
}

button,
a {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(78, 182, 255, .42);
  outline-offset: 3px;
}

.home-wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(215, 229, 240, .8);
  background: rgba(248, 252, 255, .9);
  backdrop-filter: blur(18px);
}

.home-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.home-brand {
  display: inline-flex;
  align-items: center;
}

.brand-lockup {
  gap: 10px;
}

.brand-cloud {
  width: 40px;
  height: 22px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 68%, #1f2933 100%);
  -webkit-mask: url("/assets/orgrecon-cloud-mark.png") center / contain no-repeat;
  mask: url("/assets/orgrecon-cloud-mark.png") center / contain no-repeat;
}

.brand-word {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

.brand-org {
  color: #1f2933;
}

.brand-recon {
  color: #2563eb;
}

.home-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: #42536a;
  font-size: 14px;
  font-weight: 560;
}

.home-links > a[data-nav-section] {
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-links > a[data-nav-section][aria-current="location"] {
  border-color: rgba(25, 119, 210, .2);
  background: rgba(226, 244, 255, .92);
  color: var(--blue-dark);
  box-shadow: 0 0 0 1px rgba(66, 161, 233, .08), 0 6px 24px rgba(27, 125, 202, .2);
}

.home-links > a:not(.home-button):hover,
.home-footer a:hover {
  color: var(--blue);
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--blue);
  border-radius: 11px;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(8, 104, 215, .16);
}

.home-button:hover {
  background: var(--blue-dark);
  box-shadow: 0 12px 28px rgba(8, 104, 215, .22);
}

.home-button-small {
  min-height: 40px;
  padding: 0 16px;
}

.home-button-secondary {
  border-color: #bfd2e1;
  background: rgba(255, 255, 255, .86);
  color: #284058;
  box-shadow: none;
}

.home-button-secondary:hover {
  background: var(--white);
  color: var(--blue-dark);
  box-shadow: 0 10px 24px rgba(25, 56, 86, .09);
}

.home-eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding: clamp(76px, 10vw, 132px) 0;
  background: transparent;
}

.home-hero::before {
  content: none;
}

.home-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

.home-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 26px;
  font-size: clamp(48px, 6.3vw, 82px);
  line-height: .99;
  letter-spacing: -.057em;
}

.home-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #52667f;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

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

.home-actions-centered {
  justify-content: center;
}

.home-boundary-line {
  display: flex;
  gap: 8px 22px;
  flex-wrap: wrap;
  margin-top: 34px;
  color: #50657d;
  font-size: 13px;
  font-weight: 650;
}

.home-boundary-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-boundary-line span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(8, 116, 92, .09);
}

.hero-observation {
  position: relative;
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(164, 199, 225, .75);
  border-radius: 28px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 30px 80px rgba(15, 68, 112, .12);
  backdrop-filter: blur(14px);
}

.hero-browser {
  overflow: hidden;
  border: 1px solid #cadce9;
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(17, 49, 77, .08);
}

.hero-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid #e0ebf3;
  color: #718399;
  font-size: 11px;
}

.hero-browser-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1d3e1;
}

.hero-browser-bar b {
  margin-left: 8px;
  font-weight: 600;
}

.hero-browser-body {
  min-height: 135px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  color: #334a62;
}

.hero-browser-body small {
  color: #8292a5;
}

.hero-lock {
  position: relative;
  width: 23px;
  height: 18px;
  margin-bottom: 5px;
  border: 2px solid #7890a6;
  border-radius: 5px;
}

.hero-lock::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 11px;
  left: 3px;
  top: -11px;
  border: 2px solid #7890a6;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.hero-scan-line {
  display: none;
}

.hero-signals {
  display: grid;
  gap: 8px;
  margin-top: 34px;
}

.hero-signals > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid #d8e6ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, .8);
  color: #5c7087;
  font-size: 13px;
}

.hero-signals b {
  color: #243b53;
}

.hero-signals .hero-signal-critical {
  border-color: #f0a9b4;
  background: rgba(255, 240, 242, .9);
}

.hero-signals .hero-signal-critical b {
  color: var(--critical);
}

.hero-proof-pill {
  width: max-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 8px 13px;
  border-radius: 999px;
  background: #e4f3ff;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 750;
}

.section-intro h2,
.final-cta h2 {
  margin: 15px 0 20px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.section-intro > h2:first-child,
.final-cta-inner > h2:first-child {
  margin-top: 0;
}

.home-section {
  padding: clamp(94px, 11vw, 150px) 0;
}

.section-intro {
  max-width: 760px;
}

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

.workflow-section {
  background: transparent;
}

.workflow-section,
.coverage-section {
  padding: clamp(52px, 5.5vw, 78px) 0;
}

.scroll-story {
  position: relative;
}

.scroll-story-workflow,
.scroll-story-report,
.scroll-story-coverage {
  margin-top: 0;
}

.scroll-story-frame {
  width: 100%;
}

.scroll-story-frame > .workflow-shell,
.scroll-story-frame > .report-demo-shell,
.scroll-story-frame > .coverage-shell {
  margin-top: clamp(24px, 3vh, 38px);
}

.scroll-story [data-scroll-group] {
  position: relative;
  top: auto;
}

.scroll-story.is-scroll-driven [data-scroll-group] {
  position: sticky;
  top: var(--story-top, 92px);
  z-index: 2;
}

.workflow-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 520px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #cfdfea;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 24px 64px rgba(26, 70, 105, .08);
}

.workflow-tabs {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
  background: #f7fbfe;
}

.workflow-tabs button,
.report-demo-tabs button,
.coverage-tabs button {
  appearance: none;
  min-height: 76px;
  padding: 0 24px;
  border: 0;
  border-left: 3px solid transparent;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: #62758c;
  cursor: pointer;
  font-weight: 700;
  text-align: left;
}

.workflow-tabs button {
  min-width: 0;
}

.workflow-tabs button[aria-current="true"],
.report-demo-tabs button[aria-current="true"],
.coverage-tabs button[aria-current="true"] {
  border-left-color: var(--blue);
  border-bottom-color: var(--line);
  background: #f0f8ff;
  color: var(--blue-dark);
}

.workflow-stage > section {
  display: flex;
  align-items: center;
}

[hidden] {
  display: none !important;
}

.workflow-stage,
.report-demo-body,
.coverage-panels {
  height: auto;
  min-height: 0;
  overflow-y: visible;
}

.scroll-story.is-scroll-driven .workflow-stage,
.scroll-story.is-scroll-driven .report-demo-body,
.scroll-story.is-scroll-driven .coverage-panels {
  height: calc(100svh - var(--story-top, 92px) - var(--story-nav-offset, 0px) - 16px);
  overflow-y: hidden;
}

.scroll-story.is-scroll-driven .workflow-stage,
.scroll-story.is-scroll-driven .coverage-panels {
  height: clamp(400px, 50svh, 520px);
}

.motion-ready [data-scroll-group="workflow"] [data-workflow-panel],
.motion-ready [data-scroll-group="coverage"] [data-coverage-panel] {
  opacity: .24;
  transform: translateY(14px);
  transition: opacity .42s ease, transform .42s ease;
}

.motion-ready [data-scroll-group="workflow"] [data-workflow-panel].is-active-panel,
.motion-ready [data-scroll-group="coverage"] [data-coverage-panel].is-active-panel {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1);
}

.motion-ready .reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.workflow-stage:focus-visible,
.report-demo-body:focus-visible,
.coverage-panels:focus-visible {
  outline: 3px solid rgba(78, 182, 255, .36);
  outline-offset: -3px;
}

.workflow-stage > section,
.report-demo-body > section,
.coverage-panels > section {
  min-height: 100%;
}

.workflow-stage > section + section,
.report-demo-body > section + section,
.coverage-panels > section + section {
  border-top: 1px solid var(--line);
}

.workflow-copy {
  max-width: 900px;
  padding: 50px;
}

.workflow-copy h3 {
  margin: 14px 0 18px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.workflow-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.workflow-copy small {
  display: block;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #536980;
  font-weight: 650;
}

.scroll-story.is-scroll-driven .workflow-copy {
  padding: 32px 40px;
}

.workflow-method {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.workflow-method li {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.workflow-method b {
  color: var(--ink);
  font-size: 13px;
}

.workflow-method span {
  color: #5d7288;
  font-size: 12px;
  line-height: 1.45;
}

.report-section {
  background: transparent;
}

.home-wrap-report,
.home-wrap-story {
  width: min(1600px, calc(100% - 32px));
}

.report-demo-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 520px;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #cddde9;
  border-radius: 22px;
  background: #f9fcff;
  box-shadow: 0 28px 70px rgba(23, 60, 91, .1);
}

.report-demo-tabs {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 0;
  border-right: 1px solid var(--line);
  background: #f7fbfe;
}

.report-demo-tabs button {
  min-width: 0;
}

.report-demo-body {
  padding: 0;
}

.report-demo-body > section {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto;
  padding: clamp(32px, 3vw, 48px) clamp(28px, 4vw, 64px);
}

.report-demo-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.report-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.report-kicker-critical {
  color: var(--critical);
}

.report-demo-body h3 {
  margin: 8px 0 18px;
  font-size: clamp(27px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.report-demo-body h4 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.report-demo-body p {
  color: var(--muted);
}

.report-status {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.report-status-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.report-status-critical {
  background: var(--critical-soft);
  color: var(--critical);
}

.report-status-confirmed {
  background: #eaf7ff;
  color: var(--blue-dark);
}

.overview-outcome {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid #cce2f0;
  border-radius: 14px;
  background: #eef8ff;
}

.overview-outcome p {
  margin: 7px 0 0;
  color: #425d76;
}

.overview-outcome strong {
  color: var(--ink);
}

.report-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.report-metrics > div {
  padding: 22px 18px;
}

.report-metrics > div:not(:last-child) {
  border-right: 1px solid var(--line);
}

.report-metrics strong {
  display: block;
  color: var(--blue-dark);
  font-size: 32px;
}

.report-metrics span {
  color: var(--muted);
  font-size: 13px;
}

.severity-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.severity-summary span {
  padding: 12px 14px;
  color: #61758c;
  font-size: 12px;
  text-align: center;
}

.severity-summary span:not(:last-child) {
  border-right: 1px solid var(--line);
}

.severity-summary b {
  margin-right: 4px;
  color: var(--ink);
  font-size: 16px;
}

.overview-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.overview-insight-card {
  appearance: none;
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #d3e2ec;
  border-left-width: 4px;
  border-radius: 14px;
  background: var(--white);
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.overview-insight-card:hover {
  border-color: #86bfe3;
  background: #f8fcff;
}

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

.overview-insight-high {
  border-left-color: #c56f14;
}

.overview-insight-card > span {
  display: grid;
  gap: 2px;
}

.overview-insight-card small {
  color: #71869a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.overview-insight-card b {
  color: var(--ink);
  font-size: 17px;
}

.overview-insight-card strong {
  color: #3f5870;
  font-size: 12px;
}

.overview-insight-card p {
  margin: 0;
  color: #657a90;
  font-size: 12px;
}

.overview-insight-card em {
  color: var(--blue-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.overview-trust {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid #d5e4ee;
  border-radius: 13px;
  background: #f7fbfe;
}

.overview-trust b {
  color: var(--ink);
}

.overview-trust p,
.overview-trust small {
  margin: 0;
  color: #5f7489;
  font-size: 12px;
}

.exposure-object-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.exposure-object-card {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 20px;
  align-items: center;
  padding: 15px 17px;
  border: 1px solid #d5e3ed;
  border-radius: 13px;
  background: var(--white);
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.exposure-object-card:hover {
  border-color: #85bfe5;
  background: #f8fcff;
}

.exposure-object-heading {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.exposure-object-heading b {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 14px;
}

.exposure-object-heading strong {
  color: var(--critical);
  font-size: 13px;
}

.exposure-schema {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.exposure-schema > span {
  padding: 6px 8px;
  border: 1px solid #d6e5ef;
  border-radius: 8px;
  background: #f4f9fd;
  color: #334b63;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
}

.exposure-schema small {
  margin-left: 4px;
  color: #7790a6;
  font-family: inherit;
}

.stored-evidence {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid #bcdcf0;
  border-radius: 13px;
  background: #edf8ff;
}

.stored-evidence > b {
  color: var(--blue-dark);
}

.stored-evidence p,
.stored-evidence small {
  margin: 0;
  color: #526b82;
  font-size: 12px;
}

.stored-evidence code {
  overflow-wrap: anywhere;
  padding: 9px 11px;
  border: 1px solid #cfe3ef;
  border-radius: 8px;
  background: var(--white);
  color: #29465f;
  font-size: 11px;
}

.ask-ai-action {
  grid-column: 1 / -1;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.external-posture-findings {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.external-posture-findings > p {
  max-width: 760px;
  margin: 0;
}

.external-finding-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.external-finding-card {
  appearance: none;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border: 1px solid #d5e3ed;
  border-radius: 13px;
  background: var(--white);
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.external-finding-card:hover {
  border-color: #85bfe5;
  background: #f8fcff;
}

.external-finding-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-height: 42px;
  padding: 0 5px;
  border: 1px solid #cfe2ef;
  border-radius: 9px;
  background: #f0f8fd;
  color: var(--blue-dark);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .05em;
}

.external-finding-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.external-finding-copy b {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.external-finding-copy small {
  overflow-wrap: anywhere;
  color: #637a90;
  font-size: 10px;
  line-height: 1.45;
}

.external-finding-card > strong {
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
}

.external-finding-card .severity-low {
  background: #eef6ff;
  color: #1d5f98;
}

.external-finding-card .severity-medium {
  background: #fff6e8;
  color: #96550e;
}

.external-finding-card .severity-high {
  background: var(--critical-soft);
  color: var(--critical);
}

.external-finding-card .ask-ai-action {
  grid-column: 2 / -1;
}

.evidence-blob-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.evidence-blob {
  appearance: none;
  display: grid;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #cbdde9;
  border-left-width: 4px;
  border-radius: 14px;
  background: var(--white);
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.evidence-blob:hover {
  border-color: #78b7df;
  background: #f8fcff;
}

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

.evidence-blob-high {
  border-left-color: #c56f14;
}

.evidence-blob-medium {
  border-left-color: #d08a24;
}

.evidence-blob-low {
  border-left-color: #4a91c4;
}

.evidence-blob-wide {
  grid-column: 1 / -1;
}

.evidence-blob-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.evidence-blob-heading > span {
  display: grid;
  min-width: 0;
}

.evidence-blob-heading small {
  color: #71879b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.evidence-blob-heading b {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 15px;
}

.evidence-blob-heading strong {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--critical-soft);
  color: var(--critical);
  font-size: 10px;
}

.evidence-blob-high .evidence-blob-heading strong {
  background: #fff5e9;
  color: #9a540d;
}

.evidence-blob-medium .evidence-blob-heading strong {
  background: #fff5e9;
  color: #9a540d;
}

.evidence-blob-low .evidence-blob-heading strong {
  background: #eef7ff;
  color: #1d5f98;
}

.external-evidence-heading {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.external-evidence-heading h4 {
  margin-bottom: 9px;
}

.external-evidence-heading p {
  max-width: 760px;
  margin: 0;
}

.evidence-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.evidence-categories i {
  padding: 4px 7px;
  border: 1px solid #d5e4ee;
  border-radius: 999px;
  background: #f2f8fc;
  color: #49647d;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}

.evidence-blob code {
  display: block;
  overflow-wrap: anywhere;
  padding: 12px;
  border: 1px solid #d7e5ee;
  border-radius: 9px;
  background: #f7fafc;
  color: #29465f;
  font-size: 11px;
  line-height: 1.65;
}

.evidence-provenance {
  color: #647b90;
  font-size: 11px;
}

.assistant-preview {
  max-width: 740px;
  padding: 20px 22px;
  border: 1px solid #bfd8e9;
  border-radius: 14px;
  background: #edf7ff;
}

.assistant-selected {
  max-width: 740px;
  margin-bottom: 12px;
  padding: 14px 17px;
  border: 1px solid #d5e3ed;
  border-radius: 12px;
  background: var(--white);
}

.assistant-selected span {
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.assistant-selected p {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.assistant-preview p {
  color: var(--ink);
}

.assistant-preview li {
  margin: 8px 0;
  color: #465e76;
}

.assistant-preview small {
  color: #6d7f92;
}

.coverage-section {
  background: transparent;
}

.coverage-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 520px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #ccdeea;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(24, 65, 97, .08);
}

.scroll-story.is-scroll-driven .workflow-shell,
.scroll-story.is-scroll-driven .report-demo-shell,
.scroll-story.is-scroll-driven .coverage-shell {
  min-height: 0;
}

.scroll-story.is-scroll-driven .workflow-tabs button,
.scroll-story.is-scroll-driven .report-demo-tabs button,
.scroll-story.is-scroll-driven .coverage-tabs button {
  min-height: 48px;
}

.coverage-tabs {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
  background: #f7fbfe;
}

.coverage-tabs button {
  min-height: 76px;
  padding: 0 24px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid var(--line);
}

.coverage-tabs button[aria-current="true"] {
  border-left-color: var(--blue);
  border-bottom-color: var(--line);
  background: var(--white);
}

.coverage-panels {
  padding: 0;
}

.coverage-panels > section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 50px;
  align-content: center;
  padding: 42px;
}

.coverage-copy h3 {
  margin: 14px 0 15px;
  font-size: clamp(29px, 3.5vw, 45px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.coverage-copy p {
  margin: 0;
  color: var(--muted);
}

.coverage-state {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.coverage-state-planned {
  color: #7441bd;
}

.coverage-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.coverage-list li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid var(--line);
  color: #455c73;
}

.coverage-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 20px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.coverage-list-planned li::before {
  border-color: #7441bd;
}

.coverage-panels .coverage-roadmap-more {
  grid-template-columns: minmax(0, .65fr) minmax(520px, 1.35fr);
}

.planned-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.planned-grid > div {
  padding: 16px 18px 16px 0;
  border-bottom: 1px solid var(--line);
}

.planned-grid > div:nth-child(odd) {
  margin-right: 18px;
  border-right: 1px solid var(--line);
}

.planned-grid b,
.planned-grid span {
  display: block;
}

.planned-grid b {
  margin-bottom: 4px;
  color: #3c536b;
}

.planned-grid span {
  color: #738499;
  font-size: 12px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 6vw, 84px) 0 56px;
  background: transparent;
  text-align: center;
}

.final-cta-inner {
  max-width: 920px;
}

.final-cta h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.footer-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #cadeeb;
  color: #657990;
  font-size: 13px;
}

.footer-counter strong {
  color: var(--blue-dark);
  font-size: 27px;
}

.footer-counter small {
  margin-left: 5px;
  color: #8191a3;
}

.home-footer {
  padding: 44px 0;
  border-top: 1px solid #dae7f0;
  background: transparent;
}

.home-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
  color: #65778b;
  font-size: 13px;
}

.home-footer p {
  margin: 6px 0 0;
}

.home-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.home-footer .footer-copyright {
  display: block;
  margin-top: 9px;
}

.footer-socials {
  display: inline-flex;
  gap: 8px;
  margin-left: 4px;
}

.home-footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #334155;
  font-weight: 700;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.home-footer .footer-social-link:hover {
  border-color: rgba(37, 99, 235, 0.4);
  background: rgba(239, 248, 255, 0.92);
  color: #0f5fd3;
}

.footer-social-icon {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 1100px) {
  .home-links {
    gap: 16px;
  }

  .home-hero-layout {
    grid-template-columns: 1fr 440px;
    gap: 46px;
  }

  .coverage-panels > section,
  .coverage-panels .coverage-roadmap-more {
    grid-template-columns: 1fr;
    gap: 28px;
  }

}

@media (max-width: 900px) {
  .home-links > a:not(.home-button) {
    display: none;
  }

  .home-hero {
    min-height: auto;
  }

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

  .home-hero-copy {
    max-width: 760px;
  }

  .hero-observation {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  .workflow-shell,
  .report-demo-shell,
  .coverage-shell {
    grid-template-columns: 1fr;
  }

  .workflow-tabs,
  .report-demo-tabs,
  .coverage-tabs {
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-tabs button,
  .report-demo-tabs button,
  .coverage-tabs button {
    border-left: 0;
    border-bottom: 3px solid transparent;
  }

  .workflow-tabs button[aria-current="true"],
  .report-demo-tabs button[aria-current="true"],
  .coverage-tabs button[aria-current="true"] {
    border-bottom-color: var(--blue);
  }

}

@media (max-width: 680px) {
  .home-wrap {
    width: min(100% - 28px, 1240px);
  }

  .home-nav {
    min-height: 66px;
  }

  .home-button-small {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .home-hero {
    padding-top: 68px;
  }

  .home-hero-copy h1 {
    font-size: clamp(42px, 13.2vw, 62px);
  }

  .home-hero-copy > p {
    font-size: 17px;
  }

  .home-actions,
  .home-actions .home-button {
    width: 100%;
  }

  .hero-observation {
    min-height: 500px;
    padding: 20px;
    border-radius: 20px;
  }

  .hero-scan-line {
    left: 20px;
    right: 20px;
    top: 193px;
  }

  .workflow-tabs {
    grid-template-columns: repeat(4, minmax(124px, 1fr));
    overflow-x: auto;
  }

  .workflow-tabs button {
    padding: 0 15px;
  }

  .workflow-copy,
  .report-demo-body > section,
  .coverage-panels > section {
    padding: 28px 22px;
  }

  .scroll-story.is-scroll-driven .workflow-copy {
    padding: 28px 22px;
  }

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

  .report-demo-tabs {
    grid-auto-columns: minmax(110px, 1fr);
    overflow-x: auto;
  }

  .report-demo-tabs button {
    min-width: 100px;
  }

  .report-demo-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-status-group {
    justify-content: flex-start;
  }

  .report-demo-heading {
    display: flex;
  }

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

  .severity-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .severity-summary span:nth-child(2) {
    border-right: 0;
  }

  .severity-summary span:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .overview-insight-grid {
    grid-template-columns: 1fr;
  }

  .exposure-object-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .external-finding-list {
    grid-template-columns: 1fr;
  }

  .evidence-blob-grid {
    grid-template-columns: 1fr;
  }

  .evidence-blob-wide {
    grid-column: auto;
  }

  .report-metrics > div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .planned-grid > div:nth-child(odd) {
    margin-right: 0;
    border-right: 0;
  }

  .footer-counter {
    flex-wrap: wrap;
  }

  .footer-counter small {
    width: 100%;
    margin-left: 0;
  }

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

  .home-footer nav {
    justify-content: flex-start;
  }

  .footer-socials {
    width: 100%;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-workflow-panel],
  [data-coverage-panel],
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
