:root {
  --bg: #050506;
  --bg-2: #0b0d0d;
  --ink: #f7f4ea;
  --muted: #b8b6ad;
  --soft: rgba(247, 244, 234, 0.68);
  --gold: #d5ad37;
  --gold-2: #f0df9d;
  --green: #42d18d;
  --red: #ff6262;
  --line: rgba(213, 173, 55, 0.18);
  --line-strong: rgba(213, 173, 55, 0.36);
  --panel: rgba(18, 20, 19, 0.82);
  --panel-2: rgba(247, 244, 234, 0.045);
  --font-display: "Cinzel", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-tech: "Rajdhani", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", monospace;
}

/* 2026 clarity-flow architecture: one idea and one decision per section. */
.clarity-head {
  max-width: 980px;
  margin-bottom: 42px;
}

.clarity-head h2 {
  max-width: 940px;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 4.2vw, 4.55rem);
  line-height: 0.98;
}

.clarity-head > p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(247, 244, 234, 0.76);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
}

.intelligence-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.compare-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(247, 244, 234, 0.13);
  border-radius: 10px;
  background: rgba(5, 5, 6, 0.66);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.compare-card header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(247, 244, 234, 0.09);
}

.compare-card header span,
.compare-card header em {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.compare-card header span {
  color: var(--gold);
}

.compare-card header em {
  color: rgba(247, 244, 234, 0.4);
  font-style: normal;
  text-align: right;
}

.compare-card h3 {
  margin: 30px 0 12px;
  color: var(--ink);
  font-family: var(--font-tech);
  font-size: clamp(1.55rem, 2vw, 2rem);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.compare-card > p {
  max-width: 560px;
  margin-bottom: 24px;
  color: rgba(247, 244, 234, 0.68);
}

.legacy-stack {
  background:
    linear-gradient(145deg, rgba(247, 244, 234, 0.045), rgba(247, 244, 234, 0.012)),
    rgba(5, 5, 6, 0.72);
}

.proprietary-stack {
  border-color: rgba(66, 209, 141, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 209, 141, 0.13), transparent 18rem),
    linear-gradient(145deg, rgba(247, 244, 234, 0.055), rgba(66, 209, 141, 0.025)),
    rgba(5, 5, 6, 0.78);
}

.compare-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold);
  text-align: center;
}

.compare-bridge::before,
.compare-bridge::after {
  content: "";
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, transparent, rgba(213, 173, 55, 0.52), transparent);
}

.compare-bridge span {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.45;
  text-transform: uppercase;
}

.compare-bridge b {
  font-size: 1.9rem;
  font-weight: 400;
}

.intelligence-results {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(66, 209, 141, 0.15);
  border-radius: 7px;
  overflow: hidden;
  list-style: none;
  background: rgba(66, 209, 141, 0.14);
}

.intelligence-results li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 12px 15px;
  background: rgba(5, 5, 6, 0.76);
}

.intelligence-results strong {
  color: var(--green);
  font-family: var(--font-tech);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.intelligence-results span {
  color: rgba(247, 244, 234, 0.7);
  font-size: 0.88rem;
}

.platform-head,
.proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: end;
  margin-bottom: 42px;
}

.platform-head h2,
.proof-head h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 4.4vw, 4.7rem);
  line-height: 0.98;
}

.platform-head > p,
.proof-head > div:last-child > p {
  margin-bottom: 0;
  color: rgba(247, 244, 234, 0.72);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.engine-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(320px, 0.72fr);
  gap: 16px;
  align-items: stretch;
}

.engine-layout .software-preview,
.engine-support .software-preview,
.proof-evidence-grid .software-preview {
  min-height: 0;
}

.engine-primary video {
  min-height: 100%;
}

.engine-map {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(240, 223, 157, 0.25);
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0%, rgba(213, 173, 55, 0.1), transparent 16rem),
    linear-gradient(160deg, rgba(247, 244, 234, 0.055), rgba(247, 244, 234, 0.012)),
    rgba(5, 5, 6, 0.76);
}

.engine-map h3 {
  margin: 18px 0 16px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.14;
}

.engine-map .tool-list {
  gap: 0;
  margin: 0 0 24px;
}

.engine-map .tool-list div {
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
}

.engine-map .tool-list strong {
  font-size: 0.86rem;
  letter-spacing: 0.55px;
}

.engine-map .tool-list span {
  font-size: 0.82rem;
  line-height: 1.35;
}

.engine-map .button {
  width: 100%;
  margin-top: auto;
}

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

.engine-layout .software-preview span,
.engine-support .software-preview span,
.proof-evidence-grid .software-preview span {
  left: 16px;
  right: 16px;
  bottom: 14px;
  font-size: clamp(0.78rem, 0.9vw, 0.94rem);
  letter-spacing: 0.85px;
}

.software-preview span small {
  display: block;
  margin-top: 5px;
  color: rgba(247, 244, 234, 0.6);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.workflow {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(213, 173, 55, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 244, 234, 0.018), rgba(5, 5, 6, 0.96));
  background-size: 120px 100%, auto;
}

.workflow-head {
  max-width: 760px;
}

.workflow-head h2 {
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
}

.workflow-steps article {
  min-height: 190px;
  padding: 22px 18px;
}

.workflow-steps h3 {
  margin: 30px 0 10px;
  font-size: 1.18rem;
}

.workflow-steps p {
  margin-bottom: 0;
  color: rgba(247, 244, 234, 0.62);
  line-height: 1.5;
}

.proof-head .proof-actions {
  margin-top: 24px;
}

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

.proof-evidence-grid .software-preview video {
  aspect-ratio: 16 / 9;
}

.research-rail {
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(360px, 1.22fr) minmax(230px, 0.8fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(66, 209, 141, 0.2);
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 209, 141, 0.09), transparent 22rem),
    linear-gradient(135deg, rgba(247, 244, 234, 0.04), rgba(247, 244, 234, 0.012)),
    rgba(5, 5, 6, 0.72);
}

.research-rail .eyebrow {
  margin-bottom: 10px;
}

.research-rail h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-tech);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.research-rail > p {
  margin: 0;
  color: rgba(247, 244, 234, 0.7);
  font-size: 0.94rem;
  line-height: 1.6;
}

.research-rail > strong {
  padding-left: 22px;
  border-left: 2px solid var(--green);
  color: var(--gold-2);
  font-size: 0.94rem;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .intelligence-compare,
  .platform-head,
  .proof-head,
  .engine-layout,
  .research-rail {
    grid-template-columns: 1fr;
  }

  .compare-bridge {
    min-height: 70px;
    flex-direction: row;
  }

  .compare-bridge::before,
  .compare-bridge::after {
    width: min(20vw, 140px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(213, 173, 55, 0.52), transparent);
  }

  .compare-bridge b {
    transform: rotate(90deg);
  }

  .platform-head,
  .proof-head {
    gap: 20px;
  }

  .platform-head > p,
  .proof-head > div:last-child {
    max-width: 760px;
  }

  .engine-map {
    min-height: 0;
  }

  .engine-map .tool-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }

  .research-rail > strong {
    padding: 18px 0 0;
    border-top: 2px solid var(--green);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .clarity-head,
  .platform-head,
  .proof-head {
    margin-bottom: 28px;
  }

  .clarity-head h2,
  .platform-head h2,
  .proof-head h2,
  .workflow-head h2 {
    font-size: clamp(2rem, 9.5vw, 2.6rem);
    line-height: 1.02;
  }

  .compare-card {
    padding: 21px;
  }

  .compare-card header {
    align-items: flex-start;
  }

  .compare-card h3 {
    margin-top: 24px;
    font-size: 1.45rem;
  }

  .compare-card > p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

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

  .indicator-timeline div {
    min-height: 78px;
    padding: 12px 8px;
  }

  .indicator-timeline strong {
    font-size: 0.9rem;
  }

  .indicator-timeline span {
    font-size: 0.58rem;
  }

  .intelligence-results li {
    grid-template-columns: 68px minmax(0, 1fr);
    padding: 11px 12px;
  }

  .engine-layout .software-preview,
  .engine-support .software-preview,
  .proof-evidence-grid .software-preview {
    min-height: 0;
  }

  .engine-support,
  .proof-evidence-grid,
  .engine-map .tool-list {
    grid-template-columns: 1fr;
  }

  .engine-map {
    padding: 21px;
  }

  .engine-map .tool-list div {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .engine-layout .software-preview span,
  .engine-support .software-preview span,
  .proof-evidence-grid .software-preview span {
    left: 11px;
    right: 11px;
    bottom: 10px;
    font-size: 0.72rem;
  }

  .software-preview span small {
    font-size: 0.64rem;
  }

  .workflow-steps article {
    min-height: 0;
    padding: 20px;
  }

  .workflow-steps h3 {
    margin-top: 18px;
  }

  .research-rail {
    gap: 18px;
    padding: 21px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.home-redesign {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(213, 173, 55, 0.12), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(66, 209, 141, 0.08), transparent 26rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body.home-redesign img,
body.home-redesign 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;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--gold-2);
  color: #080808;
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  top: 14px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 6, 0.88);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1360px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

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

.brand small {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle,
.mobile-menu-only {
  display: none;
}

.nav-links {
  justify-content: center;
}

.nav-links a,
.nav-youtube,
.nav-btn,
.footer-links a {
  color: rgba(247, 244, 234, 0.72);
  font-family: var(--font-tech);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-links a {
  padding: 8px 9px;
}

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

.nav-actions {
  justify-content: flex-end;
}

.nav-youtube,
.nav-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.nav-youtube b,
.nav-youtube em {
  font: inherit;
  white-space: nowrap;
}

.nav-youtube em {
  color: var(--gold-2);
  font-style: normal;
}

.nav-youtube em::before {
  content: "|";
  margin: 0 8px 0 2px;
  color: rgba(240, 223, 157, 0.42);
}

.nav-youtube span {
  width: 20px;
  height: 14px;
  border-radius: 4px;
  background: #ff1744;
  position: relative;
}

.nav-youtube span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}

.nav-btn.primary,
.button.primary {
  color: #090907;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.nav-btn.ghost,
.button.secondary {
  color: var(--gold-2);
  background: rgba(247, 244, 234, 0.02);
  border-color: var(--line-strong);
}

.nav-youtube:hover,
.nav-btn:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 74px 0 64px;
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg {
  z-index: -3;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.78) contrast(1.08) brightness(0.62);
  transform: scale(1.02);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.97) 0%, rgba(5, 5, 6, 0.86) 42%, rgba(5, 5, 6, 0.42) 68%, rgba(5, 5, 6, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.74), rgba(5, 5, 6, 0.08) 42%, rgba(5, 5, 6, 0.98));
}

.hero-grid {
  width: min(1360px, calc(100% - 56px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(32px, 3.4vw, 52px);
  align-items: center;
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.85rem, 3.4vw, 3.25rem);
  line-height: 1.01;
}

h1 span {
  display: block;
  white-space: normal;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 3.6vw, 3.8rem);
  line-height: 1.04;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.18;
}

p {
  color: var(--soft);
  line-height: 1.72;
}

.hero-lede {
  max-width: 610px;
  color: rgba(247, 244, 234, 0.88);
  font-size: clamp(1.04rem, 1.2vw, 1.16rem);
  line-height: 1.64;
}

.hero-note {
  max-width: 630px;
  margin-top: 22px;
  color: rgba(247, 244, 234, 0.66);
}

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

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-family: var(--font-tech);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}

.cred-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
  max-width: 700px;
}

.cred-row div {
  min-height: 94px;
  padding: 16px;
  border-left: 1px solid var(--line-strong);
  background: linear-gradient(90deg, rgba(213, 173, 55, 0.08), rgba(247, 244, 234, 0.01));
}

.cred-row strong,
.cred-row span {
  display: block;
}

.cred-row strong {
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: 1.08rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.cred-row span {
  margin-top: 7px;
  color: rgba(247, 244, 234, 0.58);
  font-size: 0.85rem;
  line-height: 1.42;
}

.hero-media {
  align-self: center;
  display: block;
  max-width: 780px;
  transform: none;
}

.hero-support {
  grid-column: 1 / 2;
  max-width: 700px;
  margin-top: -54px;
}

.hero-video-stack {
  min-width: 0;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #050506;
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.66);
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(240, 223, 157, 0.64);
  border-radius: 999px;
  color: #080807;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-family: var(--font-tech);
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-play span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #080807;
  position: relative;
}

.video-play span::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--gold-2);
}

.video-frame.is-playing .video-play {
  opacity: 0;
  pointer-events: none;
}

.media-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 2px 0;
}

.media-caption strong {
  color: var(--gold-2);
  font-family: var(--font-tech);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.media-caption span {
  color: var(--muted);
  font-size: 0.9rem;
}

.software-preview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.software-preview {
  position: relative;
  min-height: 148px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: #050506;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  text-align: left;
}

.software-preview video,
.product-board video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.software-preview video {
  aspect-ratio: 16 / 9;
  filter: saturate(1.04) contrast(1.03);
  transition: transform 240ms ease, filter 240ms ease;
}

.software-preview span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  z-index: 2;
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: clamp(0.58rem, 0.72vw, 0.68rem);
  font-weight: 900;
  letter-spacing: 0.55px;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.78);
}

.software-preview::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.86));
  pointer-events: none;
}

.software-preview::before {
  content: "Expand";
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  padding: 4px 7px;
  border: 1px solid rgba(240, 223, 157, 0.36);
  border-radius: 999px;
  color: rgba(247, 244, 234, 0.74);
  background: rgba(5, 5, 6, 0.68);
  font-family: var(--font-tech);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.software-preview:hover video,
.software-preview:focus-visible video {
  filter: saturate(1.1) contrast(1.08);
  transform: scale(1.035);
}

.software-preview:hover::before,
.software-preview:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.software-preview:focus-visible {
  outline: 2px solid rgba(240, 223, 157, 0.9);
  outline-offset: 3px;
}

body.product-motion-paused .software-preview,
body.product-motion-paused .product-board figure {
  box-shadow: inset 0 0 0 1px rgba(240, 223, 157, 0.08);
}

body.preview-open {
  overflow: hidden;
}

.preview-lightbox[hidden] {
  display: none;
}

.preview-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  background:
    radial-gradient(circle at 50% 0%, rgba(208, 166, 38, 0.12), transparent 38rem),
    rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(14px);
}

.preview-lightbox-panel {
  width: min(1180px, 100%);
  overflow: hidden;
  border: 1px solid rgba(240, 223, 157, 0.38);
  border-radius: 10px;
  background: #050506;
  box-shadow: 0 42px 160px rgba(0, 0, 0, 0.78);
}

.preview-lightbox-panel video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000;
}

.preview-lightbox-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid rgba(240, 223, 157, 0.2);
}

.preview-lightbox-caption strong {
  color: var(--gold-2);
  font-family: var(--font-tech);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.preview-lightbox-caption span {
  color: var(--muted);
  font-size: 0.9rem;
}

.preview-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1001;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(240, 223, 157, 0.5);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(5, 5, 6, 0.76);
  font-family: var(--font-tech);
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  cursor: pointer;
}

section {
  position: relative;
}

.decision-path,
.workflow,
.intelligence-gap,
.tools,
.research-evolution,
.proof,
.fit,
.pricing {
  padding: 88px 0;
}

.decision-path {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(5, 5, 6, 0.98), rgba(5, 5, 6, 0.9) 44%, rgba(14, 33, 27, 0.62)),
    linear-gradient(90deg, rgba(213, 173, 55, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(213, 173, 55, 0.04) 1px, transparent 1px),
    rgba(247, 244, 234, 0.018);
  background-size: auto, 120px 120px, 120px 120px, auto;
}

.decision-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.decision-copy {
  max-width: 650px;
}

.decision-copy h2 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 3.6vw, 3.75rem);
  line-height: 1.04;
}

.decision-copy p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(247, 244, 234, 0.78);
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
}

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

.decision-console {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(240, 223, 157, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(247, 244, 234, 0.07), rgba(247, 244, 234, 0.018) 46%, rgba(66, 209, 141, 0.055)),
    rgba(5, 5, 6, 0.64);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.46);
}

.decision-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(240, 223, 157, 0.12) 48%, transparent 50%),
    linear-gradient(180deg, rgba(247, 244, 234, 0.07), transparent 32%);
  opacity: 0.18;
  pointer-events: none;
}

.decision-console-head,
.decision-route,
.decision-metrics {
  position: relative;
  z-index: 1;
}

.decision-console-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(247, 244, 234, 0.1);
}

.decision-console-head span,
.decision-route article > span {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.decision-console-head strong {
  max-width: 420px;
  color: rgba(247, 244, 234, 0.88);
  font-family: var(--font-tech);
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.decision-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.decision-route article {
  min-height: 208px;
  padding: 18px 16px;
  border: 1px solid rgba(247, 244, 234, 0.1);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(247, 244, 234, 0.055), rgba(247, 244, 234, 0.018)),
    rgba(0, 0, 0, 0.18);
}

.decision-route h3 {
  margin: 42px 0 10px;
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.decision-route p {
  margin: 0;
  color: rgba(247, 244, 234, 0.64);
  font-size: 0.92rem;
  line-height: 1.52;
}

.decision-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  border: 1px solid rgba(213, 173, 55, 0.18);
  border-radius: 7px;
  background: rgba(213, 173, 55, 0.14);
  overflow: hidden;
}

.decision-metrics div {
  min-height: 92px;
  padding: 16px;
  background: rgba(5, 5, 6, 0.72);
}

.decision-metrics b,
.decision-metrics span {
  display: block;
}

.decision-metrics b {
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 2.55rem);
  line-height: 1;
}

.decision-metrics span {
  margin-top: 7px;
  color: rgba(247, 244, 234, 0.56);
  font-size: 0.78rem;
  line-height: 1.32;
  text-transform: uppercase;
}

.audit-grid,
.proof-grid,
.tools-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: start;
}

.audit-list {
  max-width: 720px;
}

.audit-list ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.audit-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(247, 244, 234, 0.76);
  line-height: 1.55;
}

.audit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.section-head,
.pricing-head {
  max-width: 880px;
  margin-bottom: 42px;
}

.section-head p,
.pricing-head p {
  max-width: 760px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.workflow-steps article {
  min-height: 245px;
  padding: 24px 18px 18px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(247, 244, 234, 0.028), rgba(247, 244, 234, 0.008));
}

.workflow-steps article:first-child {
  border-left: 1px solid var(--line);
}

.workflow-steps span,
.proof-cards span,
.price-card span,
.aegis span {
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.workflow-steps h3 {
  margin: 42px 0 12px;
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.workflow-steps p {
  font-size: 0.95rem;
}

.intelligence-gap {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 18%, rgba(213, 173, 55, 0.11), transparent 28rem),
    linear-gradient(120deg, rgba(5, 5, 6, 0.98), rgba(13, 17, 16, 0.94));
}

.intelligence-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  gap: clamp(38px, 4.5vw, 64px);
  align-items: center;
}

.intelligence-copy {
  max-width: 720px;
}

.intelligence-copy h2 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 3.45vw, 3.7rem);
  line-height: 1.04;
}

.intelligence-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(247, 244, 234, 0.72);
}

.intelligence-copy .intelligence-lede {
  color: rgba(247, 244, 234, 0.9);
  font-size: clamp(1.08rem, 1.35vw, 1.27rem);
}

.intelligence-contrast {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.4vw, 42px);
  border: 1px solid rgba(240, 223, 157, 0.28);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(247, 244, 234, 0.075), rgba(247, 244, 234, 0.018) 52%, rgba(66, 209, 141, 0.055)),
    rgba(5, 5, 6, 0.76);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
}

.intelligence-contrast::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(240, 223, 157, 0.08), transparent);
  transform: translateX(-70%);
  pointer-events: none;
}

.contrast-kicker,
.intelligence-contrast blockquote,
.indicator-timeline,
.intelligence-contrast > p,
.contrast-close {
  position: relative;
  z-index: 1;
}

.contrast-kicker {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.intelligence-contrast blockquote {
  margin: 28px 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.18;
}

.indicator-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 26px;
  border: 1px solid rgba(213, 173, 55, 0.18);
  border-radius: 7px;
  background: rgba(213, 173, 55, 0.14);
  overflow: hidden;
}

.indicator-timeline div {
  min-height: 92px;
  padding: 16px 12px;
  background: rgba(5, 5, 6, 0.78);
}

.indicator-timeline strong,
.indicator-timeline span {
  display: block;
}

.indicator-timeline strong {
  color: var(--green);
  font-family: var(--font-tech);
  font-size: 1.15rem;
  letter-spacing: 0.5px;
}

.indicator-timeline span {
  margin-top: 7px;
  color: rgba(247, 244, 234, 0.56);
  font-size: 0.7rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.indicator-timeline > div {
  display: flex;
  min-height: 242px;
  flex-direction: column;
}

.indicator-example {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(213, 173, 55, 0.14);
}

.indicator-example svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 160 / 92;
  overflow: visible;
}

.indicator-example path,
.indicator-example line {
  vector-effect: non-scaling-stroke;
}

.indicator-grid {
  stroke: rgba(247, 244, 234, 0.1);
  stroke-width: 1;
}

.indicator-zero {
  stroke: rgba(247, 244, 234, 0.34);
  stroke-width: 1;
}

.bar-positive {
  fill: rgba(66, 209, 141, 0.62);
}

.bar-negative {
  fill: rgba(239, 96, 88, 0.58);
}

.indicator-line-primary {
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
}

.indicator-line-signal {
  fill: none;
  stroke: var(--gold-2);
  stroke-width: 1.6;
}

.rsi-zone {
  fill: rgba(66, 209, 141, 0.04);
  stroke: rgba(247, 244, 234, 0.1);
  stroke-width: 1;
}

.indicator-threshold {
  stroke: rgba(213, 173, 55, 0.52);
  stroke-width: 1;
  stroke-dasharray: 3 3;
}

.indicator-midline {
  stroke: rgba(247, 244, 234, 0.2);
  stroke-width: 1;
  stroke-dasharray: 2 4;
}

.indicator-axis-label {
  fill: rgba(247, 244, 234, 0.52);
  font-family: var(--font-mono);
  font-size: 7px;
}

.indicator-point {
  fill: var(--green);
  stroke: #050506;
  stroke-width: 1;
}

.band-fill {
  fill: rgba(66, 209, 141, 0.09);
}

.band-line {
  fill: none;
  stroke: rgba(66, 209, 141, 0.76);
  stroke-width: 1.3;
}

.band-middle {
  fill: none;
  stroke: var(--gold-2);
  stroke-width: 1.2;
  stroke-dasharray: 4 3;
}

.price-line {
  fill: none;
  stroke: rgba(247, 244, 234, 0.94);
  stroke-width: 1.8;
}

.indicator-example figcaption {
  min-height: 30px;
  margin-top: 8px;
  color: rgba(247, 244, 234, 0.5);
  font-family: var(--font-mono);
  font-size: 0.52rem;
  line-height: 1.35;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.intelligence-contrast > p {
  color: rgba(247, 244, 234, 0.7);
}

.contrast-close {
  display: block;
  margin-top: 22px;
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.tools {
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.96), rgba(11, 13, 13, 0.92)),
    radial-gradient(circle at 20% 12%, rgba(213, 173, 55, 0.08), transparent 28rem);
}

.tools-copy {
  position: sticky;
  top: 112px;
}

.tools-copy > p:not(.eyebrow) {
  color: rgba(247, 244, 234, 0.72);
}

.tools-copy .tools-thesis {
  color: var(--gold-2);
  font-weight: 700;
}

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

.tool-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(247, 244, 234, 0.1);
}

.tool-list strong {
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: 1.08rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tool-list span {
  color: rgba(247, 244, 234, 0.64);
}

.product-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.product-board figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050506;
}

.product-board .board-main {
  grid-column: 1 / -1;
  min-height: 330px;
}

.product-board img,
.product-board video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-board figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: rgba(247, 244, 234, 0.78);
  background: rgba(5, 5, 6, 0.78);
  font-family: var(--font-tech);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.research-evolution {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 16%, rgba(66, 209, 141, 0.08), transparent 27rem),
    linear-gradient(135deg, rgba(247, 244, 234, 0.018), rgba(5, 5, 6, 0.96));
}

.research-shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 5vw, 68px);
  align-items: start;
}

.research-heading {
  position: sticky;
  top: 112px;
}

.research-heading h2 {
  max-width: 560px;
  font-size: clamp(2.55rem, 3.55vw, 3.8rem);
  line-height: 1.04;
}

.research-copy {
  max-width: 720px;
}

.research-copy > p {
  color: rgba(247, 244, 234, 0.74);
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  line-height: 1.64;
}

.research-copy .research-promise {
  margin: 26px 0;
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.65vw, 1.7rem);
  font-weight: 800;
  line-height: 1.35;
}

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

.research-benefits div {
  min-height: 145px;
  padding: 18px 16px;
  border: 1px solid rgba(213, 173, 55, 0.18);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(247, 244, 234, 0.045), rgba(247, 244, 234, 0.012));
}

.research-benefits strong,
.research-benefits span {
  display: block;
}

.research-benefits strong {
  color: var(--green);
  font-family: var(--font-tech);
  font-size: 1.05rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.research-benefits span {
  margin-top: 14px;
  color: rgba(247, 244, 234, 0.6);
  font-size: 0.88rem;
  line-height: 1.55;
}

.proof {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 23, 68, 0.08), transparent 24rem),
    rgba(247, 244, 234, 0.014);
}

.proof-cards,
.proof-evidence-grid,
.fit-grid,
.price-grid {
  display: grid;
  gap: 14px;
}

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

.proof-cards article,
.fit-grid article,
.price-card,
.aegis {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 244, 234, 0.04), rgba(247, 244, 234, 0.012)),
    var(--panel);
}

.proof-cards article {
  min-height: 150px;
  padding: 22px;
}

.proof-cards strong {
  display: block;
  margin: 14px 0 8px;
  color: var(--gold-2);
  font-size: 1.05rem;
}

.proof-cards p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

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

.proof-evidence-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.proof-evidence-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.proof-evidence-grid figcaption {
  display: grid;
  gap: 6px;
  padding: 15px;
}

.proof-evidence-grid strong {
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: 0.98rem;
  text-transform: uppercase;
}

.proof-evidence-grid span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

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

.fit-grid article {
  min-height: 230px;
  padding: 24px;
}

.fit-grid h3 {
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fit-grid p {
  margin-bottom: 0;
}

.pricing {
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.95), rgba(5, 5, 6, 1)),
    radial-gradient(circle at 50% 0%, rgba(213, 173, 55, 0.11), transparent 32rem);
}

.billing-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-top: 22px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
}

.billing-switch button {
  min-width: 112px;
  min-height: 40px;
  padding: 0 16px;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: var(--font-tech);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.billing-switch button.is-active {
  color: #111005;
  background: var(--gold-2);
  border-color: #fff0a6;
}

.price-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1040px;
}

.price-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 520px;
  padding: 28px;
}

.price-card h3,
.aegis h3 {
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 1;
}

.aegis-automation {
  max-width: 680px;
  margin: 10px 0 10px;
  color: var(--gold-2);
  font-family: var(--font-tech);
  font-size: clamp(0.84rem, 1.15vw, 0.96rem);
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.35;
  text-transform: uppercase;
}

.aegis-price {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 14px;
  padding: 8px 12px;
  border: 1px solid rgba(213, 173, 55, 0.28);
  border-radius: 6px;
  background: rgba(213, 173, 55, 0.06);
  color: var(--ink);
}

.aegis-price span {
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.aegis-price strong {
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  line-height: 1;
}

.price-card small {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.price-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.plan-feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.plan-feature-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.plan-feature-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--green);
  border-radius: 50%;
  transform: translateY(-50%);
}

.price-card .button {
  align-self: end;
  width: 100%;
}

.plan-comparison-table {
  display: grid;
  max-width: 1040px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(130px, 0.75fr));
  min-height: 54px;
  align-items: center;
  border-top: 1px solid var(--line);
}

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

.comparison-row > * {
  height: 100%;
  padding: 16px 18px;
  border-left: 1px solid var(--line);
}

.comparison-row > :first-child {
  border-left: 0;
}

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

.comparison-row strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.comparison-head {
  background: rgba(213, 173, 55, 0.075);
  font-family: var(--font-tech);
  text-transform: uppercase;
}

[hidden] {
  display: none !important;
}

.aegis {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 16px;
  padding: 26px;
}

.aegis p {
  max-width: 850px;
  margin-bottom: 0;
}

.newsletter {
  padding: 76px 0;
  border-top: 1px solid rgba(213, 173, 55, 0.14);
  background:
    linear-gradient(135deg, rgba(66, 209, 141, 0.08), transparent 46%),
    radial-gradient(circle at 78% 10%, rgba(213, 173, 55, 0.14), transparent 24rem),
    #050605;
}

.newsletter-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.74fr);
  gap: 42px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 13, 13, 0.74);
  box-shadow: inset 0 1px 0 rgba(247, 244, 234, 0.06), 0 24px 90px rgba(0, 0, 0, 0.32);
}

.newsletter-copy h2 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 3.7vw, 3.85rem);
  line-height: 1.04;
}

.newsletter-copy p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}

.newsletter-form {
  display: grid;
  gap: 12px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(247, 244, 234, 0.16);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--ink);
  font: 700 1rem var(--font-body);
  outline: none;
}

.newsletter-form input[type="email"]:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(213, 173, 55, 0.16);
}

.newsletter-form input[type="email"]::placeholder {
  color: rgba(247, 244, 234, 0.42);
}

.newsletter-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(247, 244, 234, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}

.newsletter-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--gold);
}

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

.newsletter-form .button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.newsletter-status {
  min-height: 20px;
  margin: 0;
  color: rgba(247, 244, 234, 0.62);
  font-size: 0.84rem;
}

.newsletter-status[data-state="success"] {
  color: var(--green);
}

.newsletter-status[data-state="error"] {
  color: var(--red);
}

.field-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-footer {
  padding: 54px 0 42px;
  border-top: 1px solid var(--line);
  background: #030304;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}

.footer-grid p {
  max-width: 520px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-links a {
  padding: 8px 10px;
  border: 1px solid rgba(247, 244, 234, 0.1);
  border-radius: 5px;
}

.risk {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 244, 234, 0.08);
}

.risk p {
  margin: 0 0 10px;
  color: rgba(247, 244, 234, 0.48);
  font-size: 0.78rem;
  line-height: 1.62;
}

@media (max-width: 1180px) {
  .nav-shell {
    grid-template-columns: auto 1fr;
  }

  .nav-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .hero-grid,
  .decision-shell,
  .intelligence-shell,
  .research-shell,
  .audit-grid,
  .proof-grid,
  .tools-grid {
    grid-template-columns: 1fr;
  }

  .decision-copy {
    max-width: 860px;
  }

  .hero-media {
    display: block;
    max-width: 820px;
    transform: none;
  }

  .software-preview-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
  }

  .workflow-steps,
  .price-grid,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tools-copy,
  .research-heading {
    position: static;
  }
}

@media (max-width: 760px) {
  .page-wrap,
  .nav-shell {
    width: min(100% - 28px, 1180px);
  }

  .hero-grid {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: relative;
  }

  .nav-shell {
    min-height: auto;
    padding: 16px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand {
    justify-self: start;
  }

  .nav-toggle {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: relative;
    padding: 0 12px 0 35px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    color: var(--gold-2);
    background: rgba(247, 244, 234, 0.02);
    font-family: var(--font-tech);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .nav-toggle span {
    width: 14px;
    height: 2px;
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .nav-toggle span:nth-child(1) {
    transform: translateY(-5px);
  }

  .nav-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .nav-toggle span:nth-child(3) {
    transform: translateY(5px);
  }

  .nav-shell.is-open .nav-toggle span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }

  .nav-shell.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-shell.is-open .nav-toggle span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }

  .nav-links {
    order: 4;
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  .nav-shell.is-open .nav-links {
    display: grid;
  }

  .nav-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    border: 1px solid rgba(247, 244, 234, 0.1);
    border-radius: 5px;
    text-align: center;
    line-height: 1.08;
  }

  .mobile-menu-only {
    display: inline-flex;
  }

  .nav-actions {
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav-youtube,
  .nav-btn {
    min-width: 0;
    min-height: 42px;
    padding: 0 10px;
    text-align: center;
    line-height: 1.05;
  }

  .nav-youtube {
    justify-content: center;
  }

  .nav-youtube em {
    display: none;
  }

  .nav-youtube em::before {
    margin-left: 7px;
    margin-right: 7px;
  }

  .desktop-login {
    display: none;
  }

  .nav-btn.primary {
    grid-column: auto;
  }

  .hero {
    min-height: auto;
    padding: 30px 0 46px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-media {
    order: 2;
    max-width: none;
  }

  .hero-copy {
    order: 1;
  }

  .hero-support {
    order: 3;
    max-width: none;
    margin-top: 0;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(1.95rem, 8.4vw, 2.3rem);
    line-height: 1.03;
  }

  .hero-lede {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 18px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding: 0 10px;
    font-size: 0.82rem;
    letter-spacing: 0.8px;
  }

  h2 {
    font-size: clamp(1.95rem, 9vw, 2.35rem);
    line-height: 1.06;
  }

  .intelligence-copy h2,
  .research-heading h2,
  .decision-copy h2 {
    font-size: clamp(1.95rem, 9vw, 2.35rem);
    line-height: 1.06;
  }

  .intelligence-copy p:not(.eyebrow),
  .research-copy > p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .cred-row,
  .workflow-steps,
  .fit-grid,
  .price-grid,
  .proof-evidence-grid,
  .product-board,
  .newsletter-shell,
  .footer-grid,
  .aegis,
  .tool-list div {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .proof-actions,
  .decision-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

    .decision-path,
    .workflow,
    .intelligence-gap,
    .tools,
    .research-evolution,
    .proof,
  .fit,
  .pricing,
  .newsletter {
    padding: 58px 0;
  }

  .newsletter-shell {
    gap: 24px;
    padding: 22px;
  }

  .newsletter-copy h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .decision-console {
    padding: 18px;
  }

  .decision-console-head {
    display: block;
  }

  .decision-console-head strong {
    display: block;
    margin-top: 10px;
    text-align: left;
  }

    .decision-route,
    .decision-metrics,
    .indicator-timeline,
    .research-benefits {
      grid-template-columns: 1fr;
    }

  .decision-route article {
    min-height: auto;
  }

  .decision-route h3 {
    margin-top: 26px;
  }

  .workflow-steps {
    border-top: 0;
  }

  .workflow-steps article,
  .workflow-steps article:first-child {
    min-height: auto;
    border: 1px solid var(--line);
  }

  .workflow-steps h3 {
    margin-top: 22px;
  }

  .software-preview-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .software-preview {
    min-height: 190px;
  }

  .product-board .board-main,
  .product-board figure {
    min-height: 220px;
  }

  .preview-lightbox-caption {
    display: block;
  }

  .preview-lightbox-caption span {
    display: block;
    margin-top: 8px;
  }

  .price-card {
    min-height: auto;
  }

  .fit-grid article {
    min-height: auto;
    padding: 22px;
  }

  .price-card p {
    min-height: 0;
  }

  .comparison-row {
    grid-template-columns: minmax(145px, 1.25fr) repeat(2, minmax(82px, 0.75fr));
  }

  .comparison-row > * {
    padding: 12px 9px;
    font-size: 0.76rem;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/* Cascade-critical clarity refinements kept last for the existing responsive sheet. */
.workflow {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(213, 173, 55, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 244, 234, 0.018), rgba(5, 5, 6, 0.96));
  background-size: 120px 100%, auto;
}

.workflow-steps article {
  min-height: 190px;
  padding: 22px 18px;
}

.workflow-steps h3 {
  margin: 30px 0 10px;
  font-size: 1.18rem;
}

.workflow-steps p {
  margin-bottom: 0;
  color: rgba(247, 244, 234, 0.62);
  line-height: 1.5;
}

@media (max-width: 760px) {
  .indicator-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .indicator-timeline > div {
    min-height: 222px;
    padding: 12px 8px;
  }

  .indicator-timeline strong {
    font-size: 0.84rem;
  }

  .indicator-timeline span {
    font-size: 0.55rem;
  }

  .indicator-example {
    margin-top: 10px;
    padding-top: 9px;
  }

  .indicator-example figcaption {
    min-height: 42px;
    font-size: 0.44rem;
    letter-spacing: 0.2px;
  }

  .workflow-steps article {
    min-height: 0;
    padding: 20px;
  }

  .workflow-steps h3 {
    margin-top: 18px;
  }
}
