:root {
  --ink: #141517;
  --muted: #666b73;
  --muted-light: #8d9299;
  --line: #e2e4e7;
  --line-strong: #ced1d5;
  --surface: #f8f8f6;
  --surface-warm: #f8f9f9;
  --amber: #8f8a81;
  --amber-bright: #b4afa6;
  --amber-soft: #e7e5e0;
  --blue: #9b978f;
  --blue-soft: #eceae5;
  --coral: #f07858;
  --white: #fff;
  --shadow: 0 28px 70px rgba(20, 24, 31, .12), 0 4px 16px rgba(20, 24, 31, .05);
  --soft-shadow: 0 14px 35px rgba(20, 24, 31, .07);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --control-surface: #f5f5f3;
  --control-hover: #e9e9e6;
  --control-border: #d8dadd;
  --control-border-hover: #bbbfc3;
  --control-radius: 12px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sans);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1100;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto minmax(360px, 1fr) auto;
  align-items: center;
  width: 100%;
  height: 64px;
  min-height: 64px;
  margin: 0;
  padding: 0 clamp(22px, 4vw, 64px);
  border-bottom: 1px solid rgba(20, 21, 23, .05);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.wordmark {
  justify-self: start;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: 1;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  color: #2d3034;
  font-size: 15px;
}

.site-nav a {
  padding: 10px 0;
  font-weight: 520;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #000;
}

.site-nav a[aria-current="page"],
.site-nav .nav-current {
  color: #111;
  font-weight: 680;
}

.header-action {
  min-width: 116px;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
}

.mobile-navigation {
  display: none;
  position: relative;
  justify-self: end;
}

.mobile-navigation summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--ink);
  border-radius: var(--control-radius);
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.mobile-navigation summary::-webkit-details-marker {
  display: none;
}

.mobile-navigation[open] summary {
  color: var(--ink);
  border-color: var(--amber);
  background: var(--amber);
}

.mobile-navigation nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(16px);
}

.mobile-navigation nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 10px;
  color: #3e4146;
  font-size: 14px;
  font-weight: 580;
}

.mobile-navigation nav a:hover,
.mobile-navigation nav a:focus-visible,
.mobile-navigation nav a[aria-current="page"] {
  color: #354b57;
  background: var(--amber-soft);
}

.page-subnav {
  position: fixed;
  top: 69px;
  left: 50%;
  z-index: 900;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: min(760px, calc(100% - 32px));
  margin: 5px auto 0;
  padding: 5px;
  border-radius: 999px;
  background: rgba(245, 245, 242, .94);
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.marketing-page > .page-subnav + main {
  padding-top: 49px;
}

.page-subnav a {
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #5d6167;
  font-size: 12px;
  font-weight: 620;
}

.page-subnav a:hover,
.page-subnav a:focus-visible {
  color: #354b57;
  background: #fff;
}

.header-email {
  color: var(--muted);
  font-size: 14px;
  font-weight: 560;
}

.header-email:hover,
.direct-contact a:hover,
.closing-email a:hover {
  color: #615d56;
}

.site-header .header-action,
.site-header .header-action.button-outline {
  height: 40px;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: var(--control-radius);
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.site-header .header-action:hover,
.site-header .header-action:focus-visible,
.site-header .header-action.button-outline:hover,
.site-header .header-action.button-outline:focus-visible {
  color: #fff;
  border-color: #292b2f;
  background: #292b2f;
  box-shadow: none;
  transform: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--marketing-action-height, 46px);
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--marketing-control-radius, var(--control-radius));
  cursor: pointer;
  font-family: var(--sans);
  font-size: var(--marketing-action-font-size, 15px);
  font-weight: var(--marketing-action-font-weight, 700);
  line-height: 1;
  white-space: nowrap;
  transition: box-shadow 150ms ease, border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: none;
}

.button:focus-visible,
.site-nav a:focus-visible,
.wordmark:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(103, 98, 89, .28);
  outline-offset: 4px;
}

.button-primary {
  color: #111;
  background: #ffb20f;
  box-shadow: none;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #f2a600;
  box-shadow: none;
}

.button-outline {
  border-color: var(--control-border);
  background: var(--control-surface);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--control-border-hover);
  background: var(--control-hover);
}

.button-dark {
  gap: 14px;
  color: var(--white);
  background: var(--ink);
  box-shadow: none;
}

.section {
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding: 74px 0;
  scroll-margin-top: 132px;
}

.eyebrow {
  margin: 0 0 20px;
  color: #5d6972;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 0;
  padding: 44px 28px 76px;
  overflow: hidden;
  background-image: none;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("/assets/enterprise-signal-background-v5.png") center top / max(1440px, 100vw) auto no-repeat;
  opacity: .42;
  /* Keep the shared artwork without carrying its warm orange cast onto non-home pages. */
  filter: grayscale(1);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  margin: 0;
  font-size: clamp(46px, 4.45vw, 66px);
  font-weight: 690;
  letter-spacing: -.055em;
  line-height: 1.03;
}

.hero-summary {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}

.hero-actions .button {
  min-width: 194px;
}

.hero-actions .button-primary {
  gap: 22px;
}

.direct-contact {
  margin: 15px 0 0;
  color: var(--muted-light);
  font-size: 13px;
}

.direct-contact a,
.closing-email a {
  color: #4a4d52;
  font-weight: 620;
  text-decoration: underline;
  text-decoration-color: rgba(103, 98, 89, .5);
  text-underline-offset: 4px;
}

.environment-strip {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: fit-content;
  margin: 44px auto 20px;
  padding: 11px 22px;
  border-radius: 999px;
  color: #43464b;
  background: rgba(247, 247, 245, .9);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.product-window {
  position: relative;
  z-index: 4;
  width: min(1140px, 100%);
  min-height: 480px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 22px 55px rgba(20, 24, 31, .09);
}

.product-topbar {
  display: grid;
  grid-template-columns: 134px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.product-topbar strong {
  font-size: 20px;
  letter-spacing: -.04em;
}

.recording-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
}

.recording-title small {
  padding: 3px 7px;
  border-radius: 999px;
  color: #615d56;
  background: var(--blue-soft);
  font-size: 9px;
  font-weight: 650;
}

.product-actions {
  display: flex;
  gap: 8px;
}

.product-actions span {
  padding: 7px 12px;
  border-radius: 8px;
  background: #f4f4f2;
  font-size: 11px;
}

.product-layout {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 310px;
  min-height: 422px;
}

.product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 10px;
  border-right: 1px solid var(--line);
  background: #fbfbfa;
}

.product-sidebar span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border-radius: 10px;
  color: #53575d;
  font-size: 11px;
}

.product-sidebar b {
  display: inline-flex;
  width: 16px;
  color: #25272a;
}

.product-sidebar b svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-sidebar .sidebar-active {
  color: #56534d;
  background: linear-gradient(90deg, #e7e5e0, #f0eeea);
  font-weight: 650;
}

.recording-workspace {
  min-width: 0;
  padding: 16px;
}

.waveform-player {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 88px;
  padding: 10px 14px 9px;
  border: 1px solid #e3e5e7;
  border-radius: 13px;
  background: rgba(255, 255, 255, .9);
}

.waveform-player .player-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d7dade;
  border-radius: 50%;
  color: #1d1f22;
  background: var(--white);
  box-shadow: none;
}

.waveform-player .player-button svg {
  width: 17px;
  height: 17px;
  margin-left: 2px;
  fill: #1d1f22;
}

.waveform-track > svg {
  width: 100%;
  height: 50px;
}

.waveform-track {
  min-width: 0;
}

.waveform-track path {
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
}

.waveform-played {
  stroke: var(--amber);
}

.waveform-unplayed {
  stroke: #cdd0d4;
}

.waveform-playhead {
  stroke: #17191c;
  stroke-width: 1.85;
}

.waveform-time {
  display: block;
  margin-top: -4px;
  color: var(--muted-light);
  font-size: 9px;
  white-space: nowrap;
}

.waveform-time i {
  margin: 0 5px;
  color: #b5b8bc;
  font-style: normal;
}

.waveform-controls {
  position: absolute;
  right: 14px;
  bottom: 11px;
  display: flex;
  gap: 5px;
}

.waveform-controls span {
  padding: 3px 6px;
  border-radius: 6px;
  color: #3d4044;
  background: #f0f1f1;
  font-size: 8px;
  font-weight: 650;
}

.workspace-tabs {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-light);
  font-size: 10px;
}

.workspace-tabs > * {
  padding: 10px 0;
}

.workspace-tabs strong {
  position: relative;
  color: var(--ink);
  font-weight: 650;
}

.workspace-tabs strong::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--amber);
  content: "";
}

.transcript-search {
  width: 46%;
  margin: 14px 0;
  padding: 8px 11px;
  border-radius: 8px;
  color: #959aa1;
  background: #f4f4f2;
  font-size: 10px;
}

.transcript-row {
  display: grid;
  grid-template-columns: 42px 85px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 14px 9px;
  border-top: 1px solid #eff0f1;
  border-radius: 8px;
  color: #303338;
  font-size: 10px;
}

.transcript-row time {
  color: #989da4;
}

.transcript-row b {
  font-size: 9px;
  font-weight: 600;
}

.transcript-row p {
  margin: 0;
  line-height: 1.55;
}

.transcript-selected {
  background: linear-gradient(90deg, rgba(225, 242, 252, .75), rgba(255, 255, 255, 0));
}

.speaker-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
}

.speaker-one { background: #3f9cd4; }
.speaker-two { background: var(--coral); }
.speaker-three { background: var(--amber); }

.intelligence-rail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-left: 1px solid var(--line);
  background: #fcfcfb;
}

.mini-card {
  padding: 15px;
  border-radius: 13px;
  background: var(--white);
  box-shadow: 0 3px 12px rgba(22, 24, 27, .035);
}

.mini-card h3 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 690;
}

.mini-card h3 em {
  color: var(--amber);
  font-style: normal;
}

.semantic-query {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 10px;
  border-radius: 8px;
  color: #51555b;
  background: #fbfbfb;
  font-size: 9px;
}

.semantic-query b {
  margin-left: auto;
  font-size: 13px;
}

.semantic-search-card > p {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  color: #555960;
  font-size: 9px;
}

.summary-card > p {
  margin: 0;
  color: #4e5258;
  font-size: 9px;
  line-height: 1.6;
}

.mini-button {
  display: inline-flex;
  margin-top: 11px;
  padding: 7px 10px;
  border-radius: 7px;
  color: #3f4247;
  font-size: 9px;
  font-weight: 600;
  background: #f3f3f1;
}

.chapters-card ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chapters-card li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #565a61;
  font-size: 8.5px;
}

.chapters-card time {
  color: #9ca0a6;
}

.chapters-card .chapter-active {
  border-color: transparent;
  color: var(--ink);
  background: #ebe9e4;
  font-weight: 650;
}

.chapters-card .chapter-active time {
  color: #5f5b54;
}

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

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

.split-heading h2,
.deployment-copy h2,
.closing-cta h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 680;
  letter-spacing: -.052em;
  line-height: 1.03;
}

.split-heading > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.capabilities {
  padding-top: 82px;
}

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

.capability-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 20px;
  background: #f7f7f5;
  transition: box-shadow 150ms ease;
}

.capability-card:hover {
  box-shadow: var(--soft-shadow);
}

.capability-card-accent {
  background: linear-gradient(145deg, #f0eeea, #e5e2dc);
}

.icon-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--amber-soft);
}

.icon-tile svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-card h3 {
  margin: 27px 0 9px;
  font-size: 20px;
  letter-spacing: -.025em;
}

.capability-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.solutions {
  width: 100%;
  max-width: none;
  padding: 78px max(32px, calc((100vw - 1360px) / 2));
  background: linear-gradient(#fcfcfb, #f8f8f6);
}

.solutions-heading {
  max-width: 1120px;
  margin: 0 auto 44px;
  text-align: center;
}

.solutions-heading .eyebrow {
  color: #555a63;
}

.solutions-heading h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(46px, 4.8vw, 68px);
  font-weight: 680;
  letter-spacing: -.052em;
  line-height: .97;
}

.solutions-heading > p:last-child {
  max-width: 880px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1360px;
  margin: 0 auto;
}

.solution-card {
  min-height: 344px;
  padding: 24px 22px 27px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(20, 24, 31, .045);
}

.solution-illustration {
  width: 100%;
  height: 126px;
  margin-bottom: 6px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.illustration-surface {
  fill: #f7f7f4;
  stroke: #e5e6e5;
  stroke-width: 1;
}

.illustration-line {
  stroke: #8e949b;
  stroke-width: 1.8;
}

.illustration-muted {
  stroke: #c7cbd0;
  stroke-width: 1.4;
}

.illustration-accent {
  stroke: var(--amber);
  stroke-width: 2.4;
}

.illustration-dot {
  fill: #fff;
  stroke: var(--amber);
  stroke-width: 1.8;
}

.solution-card h3 {
  margin: 12px 0 5px;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.025em;
  text-align: center;
}

.solution-tagline {
  margin: 0 0 16px !important;
  color: #71767e !important;
  font-size: 15px;
  text-align: center;
}

.solution-card > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.deployment {
  padding-bottom: 76px;
}

.deployment-panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr);
  gap: 52px;
  align-items: center;
  min-height: 500px;
  padding: 48px;
  overflow: hidden;
  border-radius: 30px;
  color: var(--white);
  background: linear-gradient(145deg, #111214, #202124);
  box-shadow: 0 24px 60px rgba(20, 21, 23, .13);
}

.deployment-copy .eyebrow {
  color: var(--amber-bright);
}

.deployment-copy h2 {
  font-family: var(--sans);
  font-weight: 680;
  letter-spacing: -.045em;
}

.deployment-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 24px 0 28px;
  color: #bfc3c8;
  font-size: 16px;
  line-height: 1.65;
}

.deployment-copy .button-primary,
.compact-actions .button-primary {
  gap: 13px;
}

.deployment-architecture {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 22px 50px rgba(0, 0, 0, .18);
}

.architecture-platform {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
}

.architecture-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #191a1d;
  font-size: 18px;
  font-weight: 750;
}

.architecture-platform strong,
.architecture-platform small {
  display: block;
}

.architecture-platform strong {
  font-size: 13px;
}

.architecture-platform small {
  margin-top: 3px;
  color: #aeb2b8;
  font-size: 10px;
}

.architecture-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d6d8db;
  font-size: 9px;
  white-space: nowrap;
}

.architecture-caption {
  margin: 3px 0 0;
  color: #8f949b;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

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

.runtime-options article {
  min-width: 0;
  padding: 13px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.runtime-options svg {
  width: 22px;
  height: 22px;
  margin-bottom: 16px;
  fill: none;
  stroke: var(--amber-bright);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.runtime-options strong,
.runtime-options small {
  display: block;
}

.runtime-options strong {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
}

.runtime-options small {
  margin-top: 4px;
  color: #959aa1;
  font-size: 8px;
}

.control-foundation {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 13px;
  border-radius: 12px;
  color: #c9ccd0;
  background: rgba(0, 0, 0, .22);
  font-size: 9px;
}

.control-foundation strong {
  margin-right: auto;
  color: #f2f2f2;
  font-size: 10px;
}

.control-foundation span {
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.security-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
  gap: 48px;
  align-items: end;
  margin: 32px 0 20px;
  scroll-margin-top: 132px;
}

.security-heading .eyebrow {
  margin-bottom: 10px;
}

.security-heading h3 {
  margin: 0;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 680;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.security-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.security-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  gap: 8px;
  background: transparent;
}

.security-row span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 16px 22px;
  border-radius: 14px;
  background: #f7f7f5;
  font-weight: 580;
}

.security-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--amber-soft);
}

.security-row b svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.partnership {
  padding-top: 52px;
}

.implementation-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.implementation-steps li {
  display: flex;
  gap: 20px;
  min-height: 180px;
  padding: 27px 24px;
  border-radius: 16px;
  background: #f7f7f5;
}

.implementation-steps li > span {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #56534d;
  background: #e7e5e0;
  font-size: 11px;
  font-weight: 700;
}

.implementation-steps h3 {
  margin: 8px 0 10px;
  font-size: 19px;
}

.implementation-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.closing-cta {
  width: min(1320px, calc(100% - 64px));
  margin-bottom: 52px;
  padding: 74px 56px;
  border-radius: 30px;
  text-align: center;
  background: #f7f7f3;
}

.closing-cta h2 {
  max-width: 940px;
  margin: 0 auto 30px;
}

.closing-email {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  width: min(1360px, calc(100% - 64px));
  min-height: 112px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.footer-wordmark {
  font-size: 26px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  gap: 26px;
  font-size: 14px;
}

.site-footer nav a:hover {
  color: #615d56;
}

.compact-marketing-page {
  position: relative;
  background: #fff;
}

/* Keep the shared signal artwork in the introductory area so content-heavy
   company, contact, and legal pages stay quiet and easy to read below it. */
.compact-marketing-page::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 64px;
  left: 0;
  width: 100%;
  height: 600px;
  background: url("/assets/enterprise-signal-background-v5.png") center top / max(1320px, 100vw) auto no-repeat;
  opacity: .2;
  filter: grayscale(1);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .88) 58%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .88) 58%, transparent 100%);
}

.compact-marketing-page > :is(main, footer) {
  position: relative;
  z-index: 1;
}

@media (max-width: 680px) {
  .compact-marketing-page::before {
    height: 520px;
    background-size: 680px auto;
    opacity: .17;
  }
}

.compact-main {
  width: min(1260px, calc(100% - 64px));
  margin: 0 auto;
}

.compact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  gap: 56px;
  align-items: center;
  min-height: 400px;
  padding: 52px 0 44px;
}

.compact-hero > div:first-child {
  max-width: 690px;
}

.compact-hero h1 {
  margin: 0;
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 690;
  letter-spacing: -.055em;
  line-height: 1;
}

.compact-hero > div:first-child > p:not(.eyebrow):not(.company-location) {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.company-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0 0;
  color: #555960;
  font-size: 13px;
  font-weight: 620;
}

.company-location svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #77736b;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compact-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
}

.text-link {
  color: #4d5055;
  font-size: 14px;
  font-weight: 620;
  text-decoration: underline;
  text-decoration-color: rgba(103, 98, 89, .52);
  text-underline-offset: 5px;
}

.text-link:hover,
.about-card-link:hover {
  color: #17181a;
  text-decoration-color: var(--amber);
}

.text-link:focus-visible,
.about-card-link:focus-visible,
.contact-topic-list > a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(103, 98, 89, .28);
  outline-offset: 4px;
}

.about-signal {
  padding: 22px;
  border-radius: 22px;
  background: rgba(247, 247, 245, .9);
  backdrop-filter: blur(14px);
}

.about-signal-wave {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}

.about-play {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #d7dade;
  border-radius: 50%;
  background: #fff;
}

.about-play svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
  fill: #17191c;
}

.about-wave-track {
  min-width: 0;
}

.about-wave-track > svg {
  width: 100%;
  height: 55px;
}

.about-wave-track path {
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
}

.about-wave-played { stroke: var(--amber); }
.about-wave-unplayed { stroke: #cdd0d4; }

.about-wave-playhead {
  stroke: #17191c;
  stroke-width: 1.85;
}

.about-wave-track small {
  display: block;
  margin-top: -3px;
  color: #8e9399;
  font-size: 9px;
}

.about-wave-track small span {
  margin: 0 5px;
  color: #b4b7bb;
}

.about-wave-controls {
  position: absolute;
  right: 20px;
  bottom: 22px;
  display: flex;
  gap: 5px;
}

.about-wave-controls span {
  padding: 3px 6px;
  border-radius: 6px;
  color: #3d4044;
  background: #f0f1f1;
  font-size: 8px;
  font-weight: 650;
}

.about-output-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.about-output-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 10px;
  border-radius: 10px;
  color: #494d52;
  background: #fff;
  font-size: 11px;
  font-weight: 620;
}

.about-output-row b {
  color: #615d56;
  font-size: 9px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .8fr;
  gap: 8px;
  margin: 0 0 48px;
  background: transparent;
}

.about-grid > * {
  min-height: 215px;
  padding: 27px;
  border-radius: 18px;
  background: #f7f7f5;
}

.about-grid .eyebrow {
  margin-bottom: 14px;
}

.about-grid h2 {
  margin: 0 0 13px;
  font-size: 25px;
  letter-spacing: -.035em;
  line-height: 1.13;
}

.about-grid article > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.about-card-link {
  display: inline-flex;
  gap: 6px;
  margin-top: 17px;
  color: #765300;
  font-size: 12px;
  font-weight: 680;
}

.about-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: #191a1d;
}

.about-contact-card > span {
  color: #aeb2b7;
  font-size: 12px;
}

.about-contact-card strong {
  max-width: 230px;
  margin: 8px 0 28px;
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 650;
  line-height: 1.08;
}

.about-contact-card a {
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 620;
}

.about-contact-card small {
  margin-top: 8px;
  color: #aeb2b7;
  font-size: 11px;
}

.contact-main {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 72px;
  align-items: center;
  min-height: 680px;
  padding: 64px 0 76px;
}

.contact-copy h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(54px, 5.5vw, 78px);
  font-weight: 690;
  letter-spacing: -.06em;
  line-height: .98;
}

.contact-copy > p {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.contact-email-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 18px;
  align-items: center;
  max-width: 600px;
  margin-top: 34px;
  padding: 20px 22px;
  border-radius: 17px;
  background: #f5f5f2;
}

.contact-email-panel > span,
.contact-email-panel small {
  color: #7a7e84;
  font-size: 11px;
}

.contact-email-panel a {
  grid-column: 1;
  color: #2c2e31;
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 680;
  letter-spacing: -.03em;
}

.contact-email-panel small {
  grid-column: 1 / -1;
}

.copy-email-button {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--control-border);
  border-radius: var(--marketing-control-radius, var(--control-radius));
  color: #17181a;
  background: var(--control-surface);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.copy-email-button:hover,
.copy-email-button:focus-visible {
  border-color: var(--control-border-hover);
  background: var(--control-hover);
  outline: 3px solid rgba(103, 98, 89, .28);
  outline-offset: 3px;
  transform: none;
}

.contact-topic-list {
  display: grid;
  gap: 10px;
  align-items: start;
}

.contact-topic-list > a {
  display: grid;
  gap: 7px;
  align-content: start;
  min-height: 150px;
  padding: 25px 27px;
  border-radius: 19px;
  background: rgba(247, 247, 245, .92);
  transition: background-color 150ms ease;
}

.contact-topic-list > a:hover,
.contact-topic-list > a:focus-visible {
  background: var(--amber-soft);
}

.contact-topic-list span {
  color: #5d6972;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-topic-list strong {
  font-size: 21px;
  letter-spacing: -.025em;
}

.contact-topic-list small {
  max-width: 470px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.compact-footer {
  width: min(1260px, calc(100% - 64px));
}

@media (max-width: 1180px) {
  .site-header {
    width: 100%;
    padding: 0 20px;
  }

  .site-nav {
    gap: 24px;
  }

  .product-layout {
    grid-template-columns: 115px minmax(0, 1fr) 295px;
  }

  .product-sidebar span {
    padding: 10px 7px;
  }

  .deployment-panel {
    grid-template-columns: 1fr;
  }

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

  .deployment-architecture {
    max-width: 760px;
    margin: 15px auto 0;
  }

  .compact-hero {
    gap: 40px;
  }

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

  .about-contact-card {
    grid-column: 1 / -1;
    min-height: 180px;
  }
}

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

  .site-nav {
    display: none;
  }

  .mobile-navigation {
    display: block;
  }

  .header-email {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 50px;
  }

  .product-window {
    min-height: auto;
  }

  .product-topbar {
    grid-template-columns: 120px minmax(0, 1fr) auto;
  }

  .product-layout {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .intelligence-rail {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 0;
  }

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

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

  .security-row,
  .implementation-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 60px 0 44px;
  }

  .compact-hero > div:first-child {
    max-width: 760px;
  }

  .about-signal {
    max-width: 660px;
  }

  .contact-hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: 0;
  }

  .contact-topic-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-topic-list > a {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    width: 100%;
    height: 64px;
    min-height: 64px;
    padding: 0 18px;
  }

  .wordmark {
    font-size: 25px;
  }

  .header-action {
    min-width: 0;
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }

  .header-contact {
    display: none;
  }

  .page-subnav {
    justify-content: flex-start;
    width: calc(100% - 32px);
    margin-top: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .page-subnav::-webkit-scrollbar {
    display: none;
  }

  .page-subnav a {
    flex: 0 0 auto;
  }

  .section {
    width: calc(100% - 32px);
    padding: 50px 0;
  }

  .hero {
    padding: 38px 16px 54px;
    background-size: 1180px auto;
  }

  .hero h1 {
    font-size: clamp(42px, 12.5vw, 58px);
  }

  .hero h1 br {
    display: none;
  }

  .hero-summary {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 22px;
  }

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

  .environment-strip {
    flex-wrap: wrap;
    gap: 10px 15px;
    width: 100%;
    margin-top: 27px;
    border-radius: 18px;
    letter-spacing: .13em;
  }

  .product-topbar {
    grid-template-columns: 1fr auto;
    padding: 0 14px;
  }

  .recording-title {
    display: none;
  }

  .product-layout {
    display: block;
  }

  .product-window {
    max-height: none;
  }

  .product-window::after {
    display: none;
  }

  .product-sidebar {
    display: none;
  }

  .recording-workspace,
  .intelligence-rail {
    padding: 14px;
  }

  .waveform-player {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding-right: 10px;
  }

  .waveform-controls {
    right: 10px;
  }

  .workspace-tabs {
    gap: 17px;
    overflow-x: auto;
  }

  .transcript-search {
    width: 100%;
  }

  .transcript-row {
    grid-template-columns: 40px 72px minmax(0, 1fr);
  }

  .intelligence-rail {
    display: grid;
    /* Remove the tablet's three explicit columns before creating the mobile
       swipe row; otherwise all three cards are compressed into one viewport. */
    grid-template-columns: none;
    grid-auto-columns: minmax(235px, 82%);
    grid-auto-flow: column;
    scroll-padding-inline: 14px;
    scroll-snap-type: inline proximity;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .intelligence-rail::-webkit-scrollbar {
    display: none;
  }

  .intelligence-rail > .mini-card {
    scroll-snap-align: start;
  }

  .mini-card {
    min-height: 175px;
  }

  .transcript-row:last-child {
    display: none;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .split-heading h2,
  .deployment-copy h2,
  .closing-cta h2 {
    font-size: 46px;
  }

  .capability-grid,
  .solution-grid,
  .security-row,
  .implementation-steps {
    grid-template-columns: 1fr;
  }

  .capability-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0 15px;
    min-height: 0;
    padding: 20px;
  }

  .capability-card .icon-tile {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .capability-card .icon-tile svg {
    width: 22px;
    height: 22px;
  }

  .capability-card h3 {
    grid-column: 2;
    margin: 0 0 7px;
    font-size: 18px;
  }

  .capability-card p {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.58;
  }

  .solutions {
    width: 100%;
    padding: 62px 16px;
  }

  .solutions-heading h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .solutions-heading h2 br {
    display: none;
  }

  .solution-card {
    min-height: 0;
    padding: 19px 19px 22px;
  }

  .solution-illustration {
    height: 96px;
    margin-bottom: 0;
  }

  .solution-card h3 {
    margin-top: 6px;
    font-size: 19px;
  }

  .solution-tagline {
    margin-bottom: 11px !important;
    font-size: 13px;
  }

  .solution-card > p:last-child {
    font-size: 13px;
    line-height: 1.58;
  }

  .deployment-panel {
    gap: 36px;
    min-height: 0;
    padding: 42px 22px;
    border-radius: 24px;
  }

  .deployment-architecture {
    padding: 13px;
  }

  .architecture-platform {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .architecture-status {
    display: none;
  }

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

  .runtime-options article {
    min-height: 112px;
  }

  .control-foundation {
    flex-wrap: wrap;
  }

  .control-foundation strong {
    width: 100%;
  }

  .implementation-steps li {
    min-height: 125px;
    padding: 22px 20px;
  }

  .closing-cta {
    width: calc(100% - 32px);
    margin-bottom: 42px;
    padding: 50px 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .compact-main,
  .compact-footer {
    width: calc(100% - 32px);
  }

  .compact-hero {
    gap: 30px;
    padding: 42px 0 34px;
  }

  .compact-hero h1 {
    font-size: 46px;
  }

  .compact-hero > div:first-child > p:not(.eyebrow) {
    font-size: 16px;
  }

  .compact-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .about-signal {
    padding: 18px;
  }

  .about-signal-wave {
    min-height: 135px;
  }

  .about-output-row span {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .about-grid > * {
    min-height: 0;
    padding: 26px;
  }

  .about-contact-card {
    grid-column: auto;
    min-height: 200px;
  }

  .security-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .contact-main {
    width: calc(100% - 32px);
  }

  .contact-hero {
    gap: 34px;
    padding: 42px 0 50px;
  }

  .contact-copy h1 {
    font-size: 48px;
  }

  .contact-copy > p {
    font-size: 16px;
  }

  .contact-email-panel {
    grid-template-columns: 1fr;
    padding: 19px;
  }

  .contact-email-panel a,
  .contact-email-panel small,
  .copy-email-button {
    grid-column: 1;
    grid-row: auto;
  }

  .copy-email-button {
    justify-self: start;
    margin-top: 7px;
  }

  .contact-topic-list {
    grid-template-columns: 1fr;
  }

  .contact-topic-list > a {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .header-action {
    padding: 0 14px;
  }

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

  .environment-strip span {
    width: calc(50% - 8px);
    text-align: center;
  }

  .transcript-row {
    grid-template-columns: 38px 1fr;
  }

  .transcript-row p {
    grid-column: 1 / -1;
  }

  .split-heading h2,
  .deployment-copy h2,
  .closing-cta h2 {
    font-size: clamp(36px, 11.5vw, 40px);
  }

  .contact-copy h1 {
    font-size: clamp(38px, 12vw, 43px);
  }

  .compact-hero h1 {
    font-size: clamp(38px, 12vw, 43px);
  }

  .compact-actions .button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
