:root {
  --ink: #12202b;
  --ink-2: #243848;
  --muted: #60707d;
  --soft: #f8fbfc;
  --soft-2: #edf6f8;
  --line: rgba(13, 23, 32, 0.12);
  --blue: #0a6ca2;
  --blue-deep: #074d75;
  --orange: #ec7a2f;
  --cyan: #28c7d8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(13, 23, 32, 0.13);
  --radius: 8px;
  --mono: "SFMono-Regular", "Cascadia Mono", "Liberation Mono", Menlo, monospace;
  --sans: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --display: "Aptos Display", "Segoe UI Variable Display", "Helvetica Neue", Arial, sans-serif;
}

/* Final marketing-pass overrides: keep these last so the 16:9 review wins the cascade. */
body {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 44%, #eef7f8 100%);
}

.container {
  width: min(1216px, calc(100% - 48px));
}

.section {
  padding: 58px 0;
}

.why,
.products,
.solutions,
.customers,
.samples,
.resources,
.demo {
  min-height: 0;
}

.site-header {
  width: min(1240px, calc(100% - 48px));
  margin-top: 18px;
  padding: 10px 12px 10px 16px;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(24, 43, 55, 0.08);
  box-shadow: 0 18px 54px rgba(18, 32, 43, 0.08);
}

.hero {
  padding: 104px 0 48px;
  background:
    radial-gradient(circle at 88% 48%, rgba(77, 203, 215, 0.22), transparent 34%),
    linear-gradient(112deg, #ffffff 0%, #fbfdfe 48%, #eaf7f8 100%);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.76fr);
  gap: 64px;
  min-height: calc(100vh - 164px);
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(50px, 4.75vw, 68px);
  line-height: 1.01;
}

.hero-lede {
  max-width: 650px;
  font-size: clamp(18px, 1.55vw, 22px);
}

.signal-console {
  min-height: 430px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 70px rgba(18, 32, 43, 0.11);
}

.voice-orbit {
  width: 108px;
  height: 108px;
}

.client-wall-inner {
  grid-template-columns: 300px 1fr;
  align-items: center;
}

.client-proof-head h2 {
  max-width: 300px;
  font-size: clamp(27px, 2.35vw, 34px);
}

.proof-item {
  min-height: 82px;
  padding: 14px 16px;
}

.logo-grid {
  grid-auto-rows: 78px;
}

.logo-grid div {
  height: 78px;
}

.split-heading {
  gap: 72px;
  margin-bottom: 26px;
}

.split-heading h2,
.wizlynn-copy h2,
.demo-copy h2 {
  font-size: clamp(34px, 4.15vw, 56px);
  line-height: 1.02;
}

.section-intro,
.wizlynn-copy p,
.demo-copy p {
  font-size: 16px;
  line-height: 1.5;
}

.differentiator {
  min-height: 214px;
  padding: 22px;
}

.differentiator h3,
.product-copy h3,
.industry-panel h3,
.case-card h3,
.sample-card h3 {
  font-size: 23px;
}

.product-stage {
  min-height: 292px;
  padding: 24px;
}

.product-visual {
  min-height: 238px;
}

.metric-ladder div {
  padding: 14px 16px;
}

.metric-ladder strong {
  font-size: clamp(28px, 3.2vw, 42px);
}

.industry-panel {
  gap: 38px;
  padding: 28px;
}

.case-card {
  min-height: 250px;
}

.samples {
  padding: 52px 0;
}

.sample-card video {
  aspect-ratio: 16 / 7.2;
}

.record-lab {
  grid-template-columns: 300px 1fr;
  margin-top: 14px;
  padding: 16px;
}

.resources {
  background: linear-gradient(180deg, #eef7f8 0%, #f7fbfc 100%);
}

.resources .split-heading {
  margin-bottom: 22px;
}

.resources .split-heading h2 {
  max-width: 660px;
  font-size: clamp(34px, 3.8vw, 52px);
}

.insight-hub {
  display: grid;
  grid-template-columns: 238px 1fr;
  gap: 14px 18px;
  align-items: start;
}

.insight-toolbar {
  grid-column: 1 / -1;
  grid-template-columns: 126px 1fr;
  padding: 10px;
}

.insight-toolbar strong {
  font-size: 24px;
}

.insight-filters {
  display: grid;
  grid-row: 2 / span 2;
  gap: 7px;
  overflow: visible;
}

.insight-filters button {
  width: 100%;
  min-height: 36px;
  text-align: left;
}

.insight-index-head,
.insight-grid {
  grid-column: 2;
}

.insight-index-head {
  grid-row: 2;
}

.insight-grid {
  grid-row: 3;
}

.insight-grid {
  max-height: 372px;
}

.insight-card {
  min-height: 86px;
}

.insight-card a {
  grid-template-columns: minmax(0, 1fr) 230px;
  min-height: 86px;
  padding: 13px 16px;
}

.insight-card h3 {
  font-size: 19px;
  line-height: 1.18;
}

.insight-entry-main > span {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.36;
}

.demo-grid {
  grid-template-columns: 0.86fr 1.14fr;
  gap: 60px;
}

.lead-form {
  gap: 12px;
  padding: 18px;
}

.article-masthead h1 {
  font-size: clamp(32px, 3.7vw, 46px);
}

/* Iteration 2 corrections appended after all prior rules. */
.why,
.products,
.solutions,
.customers,
.samples,
.resources,
.demo {
  min-height: 0;
}

.resources .split-heading h2 {
  font-size: clamp(34px, 3.8vw, 52px);
}

.insight-filters {
  grid-row: 2 / span 2;
}

.insight-index-head {
  grid-column: 2;
  grid-row: 2;
}

.insight-grid {
  grid-column: 2;
  grid-row: 3;
  max-height: 372px;
}

/* Marketing review refresh: airier 16:9 sections and wiki-style resources. */
:root {
  --ink: #13202a;
  --ink-2: #2a3a45;
  --muted: #667783;
  --soft: #f7fbfc;
  --soft-2: #eef7f8;
  --line: rgba(24, 43, 55, 0.11);
  --blue: #086d9e;
  --blue-deep: #07577d;
  --orange: #ef7730;
  --cyan: #4dcbd7;
  --shadow: 0 22px 58px rgba(18, 32, 43, 0.09);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfc 46%, #eef7f8 100%);
}

.container {
  width: min(1216px, calc(100% - 48px));
}

.section {
  padding: 64px 0;
}

.why,
.products,
.solutions,
.customers,
.samples,
.resources,
.demo {
  min-height: 0;
}

.section-tight {
  padding: 34px 0;
}

.site-header {
  width: min(1240px, calc(100% - 48px));
  margin-top: 18px;
  padding: 10px 12px 10px 16px;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(24, 43, 55, 0.08);
  box-shadow: 0 18px 54px rgba(18, 32, 43, 0.08);
}

.site-nav a {
  font-size: 14px;
  font-weight: 400;
}

.site-nav .nav-cta {
  background: #146EA4;
  box-shadow: none;
}

.hero {
  min-height: 100vh;
  padding: 104px 0 48px;
  background:
    radial-gradient(circle at 88% 48%, rgba(77, 203, 215, 0.22), transparent 34%),
    linear-gradient(112deg, #ffffff 0%, #fbfdfe 48%, #eaf7f8 100%);
}

.hero::after {
  right: -20vw;
  top: 15vh;
  width: 54vw;
  height: 54vw;
  opacity: 0.74;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.76fr);
  gap: 64px;
  min-height: calc(100vh - 164px);
}

.signal-label,
.section-kicker,
.stage-label {
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.11em;
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(50px, 4.75vw, 68px);
  line-height: 1.01;
}

.hero-lede {
  max-width: 650px;
  margin-top: 20px;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.42;
}

.hero-note {
  margin-top: 20px;
  font-size: 13px;
}

.signal-console {
  min-height: 430px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 70px rgba(18, 32, 43, 0.11);
}

.console-top {
  padding-bottom: 12px;
}

.voice-orbit {
  width: 108px;
  height: 108px;
  margin: 12px auto 8px;
}

.voice-orbit span:nth-child(4) {
  width: 98px;
  height: 98px;
}

.console-caption {
  max-width: 330px;
  font-size: 12.5px;
}

.stream-row {
  min-height: 50px;
  padding: 7px 10px;
}

.stream-row p {
  font-size: 11.5px;
}

.client-wall {
  background: rgba(255, 255, 255, 0.78);
}

.client-wall-inner {
  grid-template-columns: 300px 1fr;
  align-items: center;
}

.client-proof-head h2 {
  max-width: 300px;
  font-size: clamp(27px, 2.35vw, 34px);
  line-height: 1.05;
}

.proof-item {
  min-height: 82px;
  padding: 14px 16px;
}

.proof-item strong {
  font-size: clamp(26px, 3vw, 34px);
}

.proof-item span {
  font-size: 13px;
}

.logo-grid {
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  grid-auto-rows: 78px;
}

.logo-grid div {
  height: 78px;
  background: rgba(255, 255, 255, 0.74);
}

.split-heading {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 72px;
  margin-bottom: 26px;
}

.split-heading h2,
.wizlynn-copy h2,
.demo-copy h2 {
  font-size: clamp(34px, 4.15vw, 56px);
  line-height: 1.02;
}

.section-intro,
.wizlynn-copy p,
.demo-copy p {
  font-size: 16px;
  line-height: 1.5;
}

.why,
.products,
.solutions,
.customers,
.samples,
.resources,
.demo {
  min-height: min(760px, calc(100vh - 0px));
}

.differentiator-grid {
  gap: 14px;
}

.differentiator {
  min-height: 214px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(18, 32, 43, 0.055);
}

.differentiator h3,
.product-copy h3,
.industry-panel h3,
.case-card h3,
.sample-card h3 {
  font-size: 23px;
}

.differentiator p {
  margin: 14px 0 0;
  font-size: 14px;
}

.differentiator ul {
  gap: 8px;
  margin-top: 16px;
}

.product-shell,
.industry-board,
.lead-form,
.record-lab {
  box-shadow: 0 18px 54px rgba(18, 32, 43, 0.075);
}

.product-stage {
  min-height: 292px;
  padding: 24px;
}

.product-visual {
  min-height: 238px;
}

.metric-ladder div {
  padding: 14px 16px;
}

.metric-ladder strong {
  font-size: clamp(28px, 3.2vw, 42px);
}

.wizlynn-grid {
  gap: 54px;
}

.wizlynn-media img {
  aspect-ratio: 16 / 10;
}

.value-stack div {
  padding: 15px 16px;
}

.industry-panel {
  gap: 38px;
  padding: 28px;
}

.industry-metrics div {
  padding: 15px 16px;
}

.case-grid,
.sample-grid {
  gap: 14px;
}

.case-card {
  min-height: 250px;
  padding: 22px;
}

.case-card > span,
.sample-card span {
  margin-bottom: 22px;
}

.case-metrics strong {
  font-size: 28px;
}

.samples {
  padding: 52px 0;
}

.sample-card video {
  aspect-ratio: 16 / 7.2;
}

.record-lab {
  grid-template-columns: 300px 1fr;
  margin-top: 14px;
  padding: 16px;
}

.record-card {
  min-height: 106px;
}

.resources {
  background:
    linear-gradient(180deg, #eef7f8 0%, #f7fbfc 100%);
}

.resources .split-heading {
  margin-bottom: 22px;
}

.resources .split-heading h2 {
  max-width: 660px;
  font-size: clamp(36px, 4.25vw, 58px);
}

.insight-hub {
  grid-template-columns: 238px 1fr;
  gap: 14px 18px;
  align-items: start;
}

.insight-toolbar {
  grid-column: 1 / -1;
  grid-template-columns: 126px 1fr;
  padding: 10px;
  background: rgba(255, 255, 255, 0.86);
}

.insight-toolbar strong {
  font-size: 24px;
}

.insight-toolbar input {
  min-height: 40px;
  border-color: rgba(24, 43, 55, 0.12);
}

.insight-filters {
  display: grid;
  gap: 7px;
  overflow: visible;
}

.insight-filters button {
  justify-content: flex-start;
  width: 100%;
  min-height: 36px;
  text-align: left;
}

.insight-index-head {
  grid-column: 2;
  align-self: end;
}

.insight-grid {
  grid-column: 2;
  max-height: 420px;
  border-color: rgba(24, 43, 55, 0.1);
}

.insight-card {
  min-height: 86px;
}

.insight-card a {
  grid-template-columns: minmax(0, 1fr) 230px;
  min-height: 86px;
  padding: 13px 16px;
}

.insight-card h3 {
  font-size: 19px;
  line-height: 1.18;
}

.insight-entry-main > span {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.36;
}

.insight-tags span {
  padding: 4px 6px;
  font-size: 10.5px;
}

.demo-grid {
  grid-template-columns: 0.86fr 1.14fr;
  gap: 60px;
}

.lead-form {
  gap: 12px;
  padding: 18px;
}

.lead-form textarea {
  min-height: 92px;
}

.site-footer {
  padding: 36px 0;
}

.article-shell {
  padding-top: 118px;
}

.article-masthead {
  padding: 20px 24px;
}

.article-masthead h1 {
  font-size: clamp(32px, 3.7vw, 46px);
}

.article-body {
  padding: 24px 30px;
}

.article-body p,
.article-body li {
  font-size: 15.5px;
}

@media (max-width: 980px) {
  .container,
  .site-header {
    width: calc(100% - 28px);
  }

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

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

  .insight-index-head,
  .insight-grid {
    grid-column: auto;
  }

  .insight-filters {
    display: flex;
    overflow-x: auto;
  }

  .insight-filters button {
    width: auto;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 64px 0;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 43px);
  }

  .insight-toolbar,
  .insight-card a {
    grid-template-columns: 1fr;
  }

  .insight-entry-meta {
    justify-items: start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--soft);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  z-index: 20;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 76px 0;
  scroll-margin-top: 96px;
}

.section-tight {
  padding: 32px 0 42px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px 12px 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 54px rgba(13, 23, 32, 0.09);
  backdrop-filter: blur(18px);
  border-radius: var(--radius);
}

.brand img {
  width: 150px;
  height: auto;
}

.site-nav {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.site-nav a {
  color: #716f6c;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 6px;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(10, 108, 162, 0.08);
}

.site-nav .nav-cta {
  margin-left: 6px;
  color: var(--white);
  background: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 96px 0 42px;
  overflow: hidden;
  background:
    linear-gradient(105deg, #ffffff 0%, #f8fbfc 45%, #e9f7fa 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(10, 108, 162, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 108, 162, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 80%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -16vw;
  top: 14vh;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(10, 108, 162, 0.15);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 199, 216, 0.18), transparent 62%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.82fr);
  gap: 58px;
  align-items: center;
}

.hero-copy,
.signal-console {
  min-width: 0;
}

.signal-label,
.section-kicker,
.stage-label {
  margin: 0 0 18px;
  font-family: var(--mono);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-signal-label {
  color: var(--ink) !important;
}

.hero h1,
.split-heading h2,
.wizlynn-copy h2,
.demo-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(52px, 5vw, 72px);
}

.hero h1 .hero-emphasis {
  color: var(--orange);
}

.hero h1 span {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.hero-lede {
  max-width: 660px;
  margin: 22px 0 0;
  color: #314553;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 760;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(236, 122, 47, 0.28);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
}

.hero-note {
  max-width: 600px;
  margin-top: 26px;
  padding-left: 16px;
  border-left: 2px solid var(--blue);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.signal-console {
  position: relative;
  min-height: 448px;
  padding: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(10, 108, 162, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.signal-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(10, 108, 162, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 108, 162, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.6;
}

.console-top,
.console-stream,
.console-footer,
.voice-orbit {
  position: relative;
  z-index: 1;
}

.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(13, 23, 32, 0.12);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.console-top strong {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  text-transform: none;
}

.voice-orbit {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  margin: 12px auto 8px;
  border: 1px solid rgba(40, 199, 216, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 199, 216, 0.16), transparent 60%);
}

.voice-orbit span {
  position: absolute;
  border: 1px solid rgba(40, 199, 216, 0.36);
  border-radius: 50%;
  animation: pulse 3.8s ease-in-out infinite;
}

.voice-orbit span:nth-child(1) {
  width: 34px;
  height: 34px;
  background: var(--orange);
  border: 0;
  box-shadow: 0 0 50px rgba(236, 122, 47, 0.55);
}

.console-caption {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 0 auto 10px;
  color: #405462;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.voice-orbit span:nth-child(2) {
  width: 56px;
  height: 56px;
  animation-delay: 0.2s;
}

.voice-orbit span:nth-child(3) {
  width: 82px;
  height: 82px;
  animation-delay: 0.4s;
}

.voice-orbit span:nth-child(4) {
  width: 106px;
  height: 106px;
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.78;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

.console-stream {
  display: grid;
  gap: 7px;
}

.stream-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(13, 23, 32, 0.1);
  border-radius: 6px;
}

.stream-row.is-active {
  border-color: rgba(236, 122, 47, 0.58);
  box-shadow: inset 3px 0 0 var(--orange);
}

.stream-time {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--blue);
  background: rgba(10, 108, 162, 0.08);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
}

.stream-row strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.stream-row p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.28;
}

.console-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.console-footer span {
  padding: 6px 8px;
  color: var(--blue-deep);
  background: rgba(10, 108, 162, 0.06);
  border: 1px solid rgba(10, 108, 162, 0.12);
  border-radius: 5px;
  font-family: var(--mono);
  font-size: 11px;
}

.client-wall {
  position: relative;
  background: var(--white);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.client-wall-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: stretch;
}

.client-proof-head {
  align-self: center;
}

.client-proof-head h2 {
  max-width: 260px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.02;
  letter-spacing: 0;
}

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

.proof-item {
  min-height: 92px;
  padding: 16px 18px;
  background: var(--white);
}

.proof-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1;
}

.proof-item span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.25;
}

.logo-grid {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  grid-auto-rows: 88px;
  align-self: start;
  gap: 10px;
}

.logo-grid div {
  display: grid;
  place-items: center;
  min-height: 0;
  height: 88px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.logo-grid img {
  width: 100%;
  max-width: 168px;
  max-height: 58px;
  object-fit: contain;
}

.split-heading {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 84px;
  align-items: end;
  margin-bottom: 30px;
}

.single-heading {
  grid-template-columns: 1fr;
}

.single-heading h2 {
  max-width: 900px;
}

.split-heading h2,
.wizlynn-copy h2,
.demo-copy h2 {
  font-size: clamp(36px, 4.8vw, 64px);
}

.section-intro,
.wizlynn-copy p,
.demo-copy p {
  margin: 0;
  color: #405462;
  font-size: 17px;
  line-height: 1.55;
}

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

.differentiator,
.case-card,
.sample-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(13, 23, 32, 0.06);
}

.differentiator {
  min-height: 246px;
  padding: 24px;
}

.differentiator h3,
.product-copy h3,
.industry-panel h3,
.case-card h3,
.sample-card h3,
.wiki-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.12;
}

.differentiator p,
.product-copy p,
.industry-panel p,
.case-card p,
.sample-card p {
  color: #4b5e6b;
  line-height: 1.5;
}

.differentiator ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.differentiator li {
  position: relative;
  padding-left: 18px;
  color: #314553;
  font-size: 14px;
}

.differentiator li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
}

.products {
  background: var(--white);
}

.products .split-heading {
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}

.products .split-heading h2 {
  max-width: 1080px;
  font-size: clamp(34px, 4vw, 56px);
}

.product-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffffff, #f2f7f9);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-tabs,
.industry-tabs {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.product-tab,
.industry-tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #425562;
  background: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}

.product-tab.is-active,
.industry-tab.is-active {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.product-stage {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  min-height: 306px;
  padding: 26px;
}

.product-copy {
  align-self: center;
}

.product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-points span,
.demo-promises span {
  padding: 8px 10px;
  color: var(--blue-deep);
  background: rgba(10, 108, 162, 0.08);
  border: 1px solid rgba(10, 108, 162, 0.12);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 720;
}

.product-visual {
  position: relative;
  min-height: 252px;
  padding: 20px;
  color: var(--ink);
  background: #f8fbfc;
  border: 1px solid rgba(10, 108, 162, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(236, 122, 47, 0.2), transparent 26%),
    radial-gradient(circle at 80% 70%, rgba(40, 199, 216, 0.18), transparent 32%);
}

.metric-ladder {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.metric-ladder div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(13, 23, 32, 0.1);
  border-radius: 6px;
}

.metric-ladder span {
  color: var(--muted);
}

.metric-ladder strong {
  color: var(--orange);
  font-family: var(--mono);
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1;
}

.flow-lines {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 82px;
}

.flow-lines i {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(40, 199, 216, 0.8), transparent);
}

.flow-lines i:nth-child(1) { top: 10%; }
.flow-lines i:nth-child(2) { top: 36%; }
.flow-lines i:nth-child(3) { top: 64%; }
.flow-lines i:nth-child(4) { top: 88%; }

.wizlynn {
  background: #eef4f6;
}

.wizlynn-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 62px;
  align-items: center;
}

.wizlynn-media {
  padding: 14px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.wizlynn-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 5px;
}

.wizlynn-copy p {
  margin-top: 18px;
}

.value-stack {
  display: grid;
  gap: 1px;
  margin-top: 24px;
  background: var(--line);
  border: 1px solid var(--line);
}

.value-stack div {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.value-stack strong {
  font-size: 15px;
}

.value-stack span {
  color: #4b5e6b;
  line-height: 1.5;
}

.industry-board {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 54px rgba(13, 23, 32, 0.06);
}

.industry-panel {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 48px;
  padding: 34px;
}

.industry-metrics {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.industry-metrics div {
  padding: 18px;
  background: #f8fbfc;
}

.industry-metrics dt {
  margin-bottom: 8px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-metrics dd {
  margin: 0;
  color: #314553;
  line-height: 1.5;
}

.customers {
  background: var(--white);
  color: var(--ink);
}

.customers .section-intro {
  color: #405462;
}

.customers .section-kicker {
  color: var(--blue);
}

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

.case-card {
  min-height: 290px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  border-color: var(--line);
}

.case-card > span,
.sample-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card p {
  color: #4b5e6b;
}

.case-metrics {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.case-metrics strong {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 30px;
}

.case-metrics span {
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.samples {
  background: var(--white);
  padding: 40px 0;
}

.samples .split-heading {
  margin-bottom: 20px;
}

.samples .split-heading h2 {
  font-size: clamp(36px, 4.2vw, 58px);
}

.samples .section-intro {
  display: none;
}

.sample-card {
  overflow: hidden;
}

.sample-card video {
  width: 100%;
  aspect-ratio: 16 / 7.6;
  background: var(--ink);
  object-fit: cover;
}

.sample-card div {
  padding: 16px;
}

.sample-card span {
  margin-bottom: 10px;
}

.sample-card h3 {
  font-size: 22px;
}

.sample-card p {
  display: none;
}

.record-lab {
  margin-top: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  align-items: center;
  background: #f8fbfc;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.record-heading {
  display: block;
  margin-bottom: 0;
}

.record-heading h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.02;
}

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

.record-card {
  min-height: 118px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.record-card span,
.wiki-card div span {
  display: inline-flex;
  width: fit-content;
  margin: 0 5px 6px 0;
  padding: 5px 7px;
  color: var(--blue-deep);
  background: rgba(10, 108, 162, 0.08);
  border: 1px solid rgba(10, 108, 162, 0.12);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.record-card h4 {
  margin: 12px 0 6px;
  font-size: 18px;
  line-height: 1.1;
}

.record-card p {
  margin: 0;
  color: var(--muted);
}

.record-card strong {
  display: block;
  margin-top: 10px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 18px;
}

.resources {
  background: #eef4f6;
}

.insight-hub {
  display: grid;
  gap: 14px;
}

.insight-toolbar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(13, 23, 32, 0.05);
}

.insight-toolbar strong {
  display: inline-block;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 26px;
  line-height: 1;
}

.insight-toolbar span {
  display: inline-block;
  margin-left: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
}

.insight-toolbar label {
  display: block;
}

.insight-toolbar input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: 0;
}

.insight-toolbar input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(40, 199, 216, 0.18);
}

.insight-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.insight-filters button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 12px;
  color: #425562;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 780;
  cursor: pointer;
}

.insight-filters button.is-active {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.insight-index-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  max-height: 680px;
  overflow-y: auto;
  padding: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.insight-card {
  min-height: 104px;
}

.insight-card a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.insight-card:hover a,
.insight-card:focus-within a {
  background: var(--white);
  box-shadow: inset 3px 0 0 var(--orange);
  transform: translateX(2px);
}

.insight-entry-main p,
.insight-entry-meta strong {
  margin: 0 0 12px;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.insight-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.14;
}

.insight-entry-main > span {
  display: block;
  max-width: 760px;
  margin-top: 8px;
  color: #405462;
  font-size: 14px;
  line-height: 1.45;
}

.insight-entry-meta {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.insight-tags {
  text-align: right;
}

.insight-tags span,
.article-tags span {
  display: inline-flex;
  width: fit-content;
  margin: 0 5px 6px 0;
  padding: 5px 7px;
  color: var(--blue-deep);
  background: rgba(10, 108, 162, 0.08);
  border: 1px solid rgba(10, 108, 162, 0.12);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.demo-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.demo-copy p {
  margin-top: 24px;
}

.wiki-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wiki-card {
  min-height: 160px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(13, 23, 32, 0.05);
}

.wiki-card h3 {
  font-size: 22px;
}

.wiki-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.demo {
  color: var(--ink);
  background: linear-gradient(135deg, #ffffff 0%, #eef8fb 100%);
  border-top: 1px solid var(--line);
}

.demo .section-kicker {
  color: var(--blue);
}

.demo-copy p {
  color: #405462;
}

.demo-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.demo-promises span {
  color: var(--blue-deep);
  background: rgba(10, 108, 162, 0.08);
  border-color: rgba(10, 108, 162, 0.12);
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: #405462;
  font-size: 13px;
  font-weight: 720;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: 0;
}

.lead-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(40, 199, 216, 0.18);
}

.lead-form option {
  color: var(--ink);
  text-align: left;
}

.lead-form option.region-group {
  color: #333 !important;
  font-style: italic;
  font-size: 0.92em;
  opacity: 1 !important;
  -webkit-text-fill-color: #333;
}

.lead-form select option:disabled {
  color: #333 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #333;
}

.req {
  color: #e74c3c;
  margin-left: 2px;
}

.optional {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-left: 4px;
  display: inline;
  opacity: 0.8;
}

.form-full {
  grid-column: 1 / -1;
}

.lead-form .button {
  width: 100%;
  border: 0;
}

.form-result {
  min-height: 22px;
  margin: 0;
  color: var(--blue);
  font-size: 14px;
}

.lead-form .hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.lead-form .form-consent-note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  text-align: center;
}

.lead-form .form-consent-note a {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer {
  padding: 48px 0;
  background: #f8fbfc;
  color: #4b5e6b;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}

.footer-grid img {
  width: 150px;
  padding: 0;
  background: var(--white);
}

.footer-grid p {
  max-width: 360px;
  line-height: 1.6;
}

.footer-grid strong,
.footer-grid a {
  display: block;
}

.footer-grid strong {
  margin-bottom: 14px;
  color: var(--ink);
}

.footer-grid a {
  margin: 10px 0;
  color: #4b5e6b;
}

.footer-grid a:hover {
  color: var(--ink);
}

.insight-page {
  background: #f8fbfc;
}

.article-nav {
  gap: 10px;
}

.article-nav.site-nav {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.article-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0 80px;
}

.article-back {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 780;
}

.article-masthead {
  margin-bottom: 18px;
  padding: 22px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(13, 23, 32, 0.06);
}

.article-masthead h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: 0;
}

.article-masthead p:not(.section-kicker) {
  max-width: 720px;
  margin: 16px 0 0;
  color: #405462;
  font-size: 17px;
  line-height: 1.55;
}

.article-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 10px;
  padding: 16px;
  background: #eef4f6;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-aside strong {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-aside span {
  color: #405462;
  font-size: 13px;
  font-weight: 720;
  overflow-wrap: anywhere;
}

.article-aside img {
  width: 100%;
  margin-top: 6px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.article-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.article-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 0.98;
  letter-spacing: 0;
}

.article-hero p:not(.section-kicker) {
  margin: 18px 0 0;
  color: #405462;
  font-size: 18px;
  line-height: 1.55;
}

.article-hero img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  background: #eef4f6;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.article-tags {
  margin-top: 22px;
}

.article-body {
  display: grid;
  gap: 16px;
  padding: 28px 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(13, 23, 32, 0.06);
}

.article-body h2 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.08;
}

.article-body h3 {
  margin: 12px 0 0;
  font-size: 22px;
}

.article-body p,
.article-body li {
  margin: 0;
  color: #314553;
  font-size: 16px;
  line-height: 1.68;
}

.article-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.article-body a {
  color: var(--blue);
  font-weight: 760;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 980px) {
  .site-header {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .hero-grid,
  .split-heading,
  .product-stage,
  .wizlynn-grid,
  .industry-panel,
  .demo-grid,
  .insight-toolbar,
  .article-hero,
  .article-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero {
    padding-top: 132px;
  }

  .signal-console {
    min-height: auto;
  }

  .client-wall-inner {
    grid-template-columns: 1fr;
  }

  .client-proof-head h2 {
    max-width: 620px;
  }

  .logo-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .differentiator-grid,
  .case-grid,
  .sample-grid,
  .wiki-grid,
  .record-grid {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .record-heading {
    display: block;
    margin-bottom: 16px;
  }

  .record-lab {
    grid-template-columns: 1fr;
  }

  .insight-grid {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
  }

  .article-nav {
    display: flex;
  }

  .article-aside {
    position: static;
  }

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

  .value-stack div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 76px 0;
  }

  .hero {
    min-height: auto;
    padding-bottom: 70px;
  }

  .hero h1 {
    font-size: clamp(36px, 10.4vw, 44px);
    line-height: 1.02;
  }

  .hero h1 .nowrap {
    font-size: clamp(32px, 9.6vw, 40px);
  }

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

  .button {
    min-height: 52px;
  }

  .proof-grid,
  .lead-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .proof-item {
    min-height: 118px;
  }

  .product-stage,
  .industry-panel {
    padding: 24px;
  }

  .product-visual {
    min-height: 310px;
  }

  .metric-ladder div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .voice-orbit {
    width: 220px;
    height: 220px;
  }

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

  .lead-form {
    padding: 16px;
  }

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

  .insight-card a {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .insight-entry-meta {
    justify-items: start;
  }

  .insight-tags {
    text-align: left;
  }

  .article-shell {
    width: min(100% - 28px, 1040px);
    padding-top: 118px;
  }

  .article-masthead,
  .article-hero,
  .article-body {
    padding: 18px;
  }

  .article-hero img {
    min-height: 220px;
  }
}

/* Final marketing-pass overrides: keep these last so the 16:9 review wins the cascade. */
body {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 44%, #eef7f8 100%);
}

.container {
  width: min(1216px, calc(100% - 48px));
}

.section {
  padding: 64px 0;
}

.site-header {
  width: min(1240px, calc(100% - 48px));
  margin-top: 18px;
  padding: 10px 12px 10px 16px;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(24, 43, 55, 0.08);
  box-shadow: 0 18px 54px rgba(18, 32, 43, 0.08);
}

.hero {
  padding: 104px 0 48px;
  background:
    radial-gradient(circle at 88% 48%, rgba(77, 203, 215, 0.22), transparent 34%),
    linear-gradient(112deg, #ffffff 0%, #fbfdfe 48%, #eaf7f8 100%);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.76fr);
  gap: 64px;
  min-height: calc(100vh - 164px);
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(50px, 4.75vw, 68px);
  line-height: 1.01;
}

.hero-lede {
  max-width: 650px;
  font-size: clamp(18px, 1.55vw, 22px);
}

.signal-console {
  min-height: 430px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 70px rgba(18, 32, 43, 0.11);
}

.voice-orbit {
  width: 108px;
  height: 108px;
}

.client-wall-inner {
  grid-template-columns: 300px 1fr;
  align-items: center;
}

.client-proof-head h2 {
  max-width: 300px;
  font-size: clamp(27px, 2.35vw, 34px);
}

.proof-item {
  min-height: 82px;
  padding: 14px 16px;
}

.logo-grid {
  grid-auto-rows: 78px;
}

.logo-grid div {
  height: 78px;
}

.split-heading {
  gap: 72px;
  margin-bottom: 26px;
}

.split-heading h2,
.wizlynn-copy h2,
.demo-copy h2 {
  font-size: clamp(34px, 4.15vw, 56px);
  line-height: 1.02;
}

.section-intro,
.wizlynn-copy p,
.demo-copy p {
  font-size: 16px;
  line-height: 1.5;
}

.differentiator {
  min-height: 214px;
  padding: 22px;
}

.differentiator h3,
.product-copy h3,
.industry-panel h3,
.case-card h3,
.sample-card h3 {
  font-size: 23px;
}

.product-stage {
  min-height: 292px;
  padding: 24px;
}

.product-visual {
  min-height: 238px;
}

.metric-ladder div {
  padding: 14px 16px;
}

.metric-ladder strong {
  font-size: clamp(28px, 3.2vw, 42px);
}

.industry-panel {
  gap: 38px;
  padding: 28px;
}

.case-card {
  min-height: 250px;
}

.samples {
  padding: 52px 0;
}

.sample-card video {
  aspect-ratio: 16 / 7.2;
}

.record-lab {
  grid-template-columns: 300px 1fr;
  margin-top: 14px;
  padding: 16px;
}

.resources {
  background: linear-gradient(180deg, #eef7f8 0%, #f7fbfc 100%);
}

.resources .split-heading {
  margin-bottom: 22px;
}

.resources .split-heading h2 {
  max-width: 660px;
  font-size: clamp(36px, 4.25vw, 58px);
}

.insight-hub {
  display: grid;
  grid-template-columns: 238px 1fr;
  gap: 14px 18px;
  align-items: start;
}

.insight-toolbar {
  grid-column: 1 / -1;
  grid-template-columns: 126px 1fr;
  padding: 10px;
}

.insight-toolbar strong {
  font-size: 24px;
}

.insight-filters {
  display: grid;
  gap: 7px;
  overflow: visible;
}

.insight-filters button {
  width: 100%;
  min-height: 36px;
  text-align: left;
}

.insight-index-head,
.insight-grid {
  grid-column: 2;
}

.insight-grid {
  max-height: 420px;
}

.insight-card {
  min-height: 86px;
}

.insight-card a {
  grid-template-columns: minmax(0, 1fr) 230px;
  min-height: 86px;
  padding: 13px 16px;
}

.insight-card h3 {
  font-size: 19px;
  line-height: 1.18;
}

.insight-entry-main > span {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.36;
}

.demo-grid {
  grid-template-columns: 0.86fr 1.14fr;
  gap: 60px;
}

.lead-form {
  gap: 12px;
  padding: 18px;
}


