@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/manrope-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/manrope-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/manrope-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/manrope-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/static/fonts/manrope-800.woff2') format('woff2');
}
:root {
  --bg: #08090b;
  --panel: #101214;
  --panel-soft: #15181b;
  --panel-raised: #1b1e22;
  --line: #2b3037;
  --line-strong: #3a414a;
  --text: #f5f7fa;
  --muted: #9ba3ad;
  --accent: #c8f36a;
  --accent-hover: #d8ff82;
  --danger: #ff9b8e;
  --danger-surface: #352224;
  color-scheme: dark;
  font-family: 'Manrope', sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  background: radial-gradient(circle at 50% -20%, #252a3029, transparent 42%), var(--bg);
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}
button,
select {
  font: inherit;
}
button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
  border: 0;
  touch-action: manipulation;
}
button:disabled {
  cursor: default;
  opacity: 0.4;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
}
button:not(:disabled),
a {
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
}
button:not(:disabled):active {
  transform: scale(0.97);
}
[hidden] {
  display: none !important;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--accent);
  color: var(--bg);
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  max-width: 1440px;
  margin: auto;
  height: 88px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #20242a;
}
.brand {
  font-size: 28px;
  letter-spacing: -1.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-period {
  color: var(--accent);
  margin-left: -9px;
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 25px;
  height: 28px;
  margin-right: 2px;
}
.brand-mark i {
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 9px;
  background: var(--accent);
  transform: rotate(15deg);
}
.brand-mark i:nth-child(2) {
  height: 25px;
}
.brand-mark i:nth-child(3) {
  height: 20px;
}
.brand-mark i:last-child {
  height: 11px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  color: var(--muted);
}
.site-header nav > a {
  position: relative;
  padding: 32px 0;
}
.site-header .nav-active {
  color: var(--text);
}
.nav-active:after {
  position: absolute;
  content: '';
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--accent);
}
.text-button {
  padding: 0;
  background: transparent;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  color: inherit;
}
.text-button:hover,
a:hover {
  color: var(--accent);
}
.header-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--accent);
}
main {
  max-width: 1440px;
  margin: auto;
  padding: 0 48px;
}
.intro {
  padding: 52px 0 32px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--muted);
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.small-line {
  width: 20px;
  height: 1px;
  background: var(--accent);
}
h1 {
  font-size: clamp(26px, 2.75vw, 41px);
  line-height: 1.25;
  letter-spacing: -1.7px;
  margin-top: 12px;
}
h1 span {
  color: #adb4bd;
}
.mobile-break {
  display: none;
}
.intro-copy {
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
}
.intro-note {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 3px;
}
.intro-note strong {
  font-weight: 500;
  color: var(--text);
}
.note-icon {
  height: 38px;
  width: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent);
}
.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.37fr) minmax(330px, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  min-height: 654px;
  background: var(--panel);
  box-shadow: 0 26px 80px #0005;
}
.call-panel {
  position: relative;
  padding: 24px 28px 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 45% 39%, #30384152, transparent 62%),
    linear-gradient(145deg, #131619, #0d0f11 78%);
  display: flex;
  flex-direction: column;
}
.panel-top {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  z-index: 1;
}
.venue-mark {
  height: 37px;
  width: 37px;
  display: grid;
  place-items: center;
  border: 1px solid #414852;
  border-radius: 10px;
  color: #e6e9ec;
  font-size: 13px;
  background: var(--panel-raised);
  letter-spacing: 0.5px;
}
.overline {
  font-size: 10px;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: var(--muted);
  display: block;
}
.panel-top h2 {
  font-size: 14px;
  letter-spacing: 0.1px;
  margin-top: 2px;
}
.status-pill {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  background: #181b1f;
  border: 1px solid #30363d;
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
  color: #d8e9bc;
}
.status-pill[data-kind='unavailable'] {
  color: #dbcfb0;
  border-color: #524e3c;
  background: #363226;
}
.status-pill[data-kind='unavailable'] .dot {
  background: #dbcfb0;
}
.mode-switch {
  display: flex;
  gap: 3px;
  align-self: center;
  margin: 27px 0 0;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 9px;
  position: relative;
  z-index: 1;
  background: #0c0e10;
}
.mode-switch button {
  padding: 7px 15px;
  font-size: 12px;
  color: var(--muted);
  background: transparent;
  border-radius: 5px;
  white-space: nowrap;
}
.mode-switch button[aria-pressed='true'] {
  background: #252a30;
  color: #f4f7f0;
  box-shadow: 0 1px 3px #0003;
}
.small-tag {
  font-size: 9px;
  letter-spacing: 0.4px;
  padding: 2px 4px;
  background: #30382a;
  border-radius: 3px;
  margin-left: 5px;
  color: #e0ebcd;
}
.demo-notice {
  position: absolute;
  top: 141px;
  width: calc(100% - 56px);
  text-align: center;
  color: #cfcbac;
  font-size: 11px;
}
.agent-stage {
  height: 269px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 238px;
}
.voice-orb {
  width: 266px;
  height: 266px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.voice-orb canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.orb-atmosphere {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, #bad48710, #93ac6b09 42%, transparent 70%);
  box-shadow: inset 0 0 40px #cedda305;
  transform: scale(1.12);
}
.orb-core {
  height: 78px;
  width: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #e4f6c2;
  background: radial-gradient(circle at 33% 24%, #465159aa, #121518ee 66%);
  border: 1px solid #a5be7340;
  box-shadow:
    0 0 25px #c8e59406,
    inset 0 0 18px #d8edb010;
  z-index: 2;
}
.orb-core svg {
  height: 30px;
  width: 30px;
  stroke-width: 1.3;
}
.orbit-label {
  font-size: 8.5px;
  letter-spacing: 1.4px;
  position: absolute;
  top: 50%;
  color: #85947977;
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}
.orbit-label-left {
  left: 3px;
}
.orbit-label-right {
  right: 0;
}
.cross {
  font-size: 15px;
  color: #aab99a55;
}
.agent-caption {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -5px;
  min-height: 89px;
}
.agent-name {
  font-size: 12px;
  color: #b7bec7;
}
.ai-label {
  margin-left: 5px;
  font-size: 9px;
  border: 1px solid #4d5942;
  padding: 1px 4px;
  border-radius: 3px;
  vertical-align: 2px;
  color: #d9eac3;
}
.agent-caption h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-top: 6px;
}
.agent-caption p {
  font-size: 12px;
  color: var(--muted);
  margin: 5px auto 0;
  min-height: 32px;
  max-width: 400px;
}
.agent-caption p.error {
  color: var(--danger);
}
.call-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin: 15px 0 16px;
  position: relative;
  z-index: 4;
}
.round-button {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #343a42;
  background: #181b1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c7cdd4;
  position: relative;
  flex-shrink: 0;
}
.round-button:hover {
  background: #252a30;
}
.round-button svg {
  width: 17px;
  height: 17px;
}
.round-button[aria-pressed='true'] {
  color: #e1bcb2;
  border-color: #725348;
  background: #42312b;
}
.slash {
  display: none;
  position: absolute;
  width: 21px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 2px #42312b;
}
.round-button[aria-pressed='true'] .slash {
  display: block;
}
.call-button {
  padding: 13px 21px;
  min-height: 46px;
  background: var(--accent);
  color: #243217;
  border: 1px solid #d8eca4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 0 20px #cde29b0a;
  position: relative;
  z-index: 1;
}
.call-button:hover {
  background: var(--accent-hover);
}
.call-button[data-state='live'] {
  background: #ff796b;
  border-color: #ff958a;
  color: #240c0a;
  box-shadow: 0 0 24px #ff6f6140;
}
.call-button[data-state='connecting'] {
  background: var(--danger-surface);
  border-color: #7b4444;
  color: #ffd9d4;
}
.call-button svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.7;
  transition: transform 0.18s ease;
}
.call-button:is([data-state='live'], [data-state='connecting']) svg {
  transform: rotate(135deg);
}
.call-button kbd {
  font:
    11px 'Manrope',
    sans-serif;
  color: #65774b;
  opacity: 0.7;
  margin-left: 12px;
}
.voice-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 22px;
  font-size: 11px;
  color: var(--muted);
}
#voice {
  color: #d7dce2;
  border: 0;
  background: #181b1f;
  border-radius: 4px;
  max-width: 154px;
  font-size: 11px;
  padding: 4px;
}
#voice:disabled {
  opacity: 0.55;
}
.voice-divider {
  height: 10px;
  border-left: 1px solid #3a4048;
  margin: 0 4px;
}
.call-metrics {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 17px 0;
  margin-top: auto;
}
.call-metrics > div {
  text-align: center;
  border-right: 1px solid var(--line);
}
.call-metrics > div:last-child {
  border: 0;
}
.metric-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #929aa4;
  gap: 5px;
}
.call-metrics strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.6px;
}
.call-metrics strong span {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0;
}
.info-button {
  background: none;
  padding: 0;
  display: flex;
}
.info-button svg {
  width: 10px;
  height: 10px;
  color: var(--muted);
}
.conversation-panel {
  background: #0d0f11;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.conversation-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 25px 25px 19px;
  border-bottom: 1px solid var(--line);
}
.conversation-heading h2 {
  font-size: 15px;
  letter-spacing: -0.3px;
}
.transcript-tag {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1.2px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  padding: 3px 5px;
}
.transcript-area {
  height: 369px;
  position: relative;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #414852 transparent;
  flex: 1;
  min-height: 270px;
  max-height: 440px;
}
.transcript-empty {
  padding: 34px 25px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.empty-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  background: var(--panel-raised);
  color: #acbf9b;
}
.empty-icon svg {
  width: 18px;
  height: 18px;
}
.transcript-empty h3 {
  font-size: 15px;
  margin: 13px 0 5px;
  letter-spacing: -0.3px;
}
.transcript-empty p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.prompt-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 25px;
}
.prompt-list button {
  padding: 11px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background: var(--panel-soft);
  border: 1px solid #30363e;
  border-radius: 7px;
  font-size: 12px;
  color: #d4d9df;
  text-align: left;
}
.prompt-list button:hover {
  background: #21262c;
  border-color: #49515b;
}
.prompt-list svg {
  width: 13px;
  height: 13px;
  color: #8e9f80;
}
.empty-note {
  font-size: 10px;
  color: #8f97a1;
  margin-top: 12px;
}
#log {
  padding: 22px 23px 12px;
}
#log:empty {
  display: none;
}
.turn {
  margin-bottom: 19px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 10px;
  animation: enter 0.25s ease both;
}
.avatar {
  height: 26px;
  width: 26px;
  display: grid;
  place-items: center;
  background: #293124;
  border: 1px solid #46543a;
  border-radius: 8px;
  color: #d7e8bf;
  font-size: 10px;
  margin-top: 2px;
}
.turn.you .avatar {
  background: #22272d;
  border-color: #3e4852;
  color: #c5d5df;
}
.who {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #d5e5be;
  font-weight: 700;
}
.who time {
  font-size: 9px;
  color: #89919b;
  font-weight: 400;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.turn.you .who {
  color: #c1d2d3;
}
.turn .text {
  font-size: 13px;
  line-height: 1.85;
  color: #d5dae0;
  overflow-wrap: anywhere;
  margin-top: 4px;
}
.turn .partial {
  color: var(--muted);
}
.action {
  margin: 0 0 18px 37px;
  padding: 10px 11px;
  border: 1px solid #35402f;
  border-radius: 8px;
  background: #171c16;
  font-size: 11px;
  animation: enter 0.25s ease;
}
.action-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #d0e4b4;
}
.action-header svg {
  height: 12px;
  width: 12px;
}
.action p {
  margin-top: 5px;
  color: #a8b0b8;
  font-size: 11px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.action[data-status='started'] .action-icon {
  animation: fade-pulse 1s infinite;
}
.action[data-status='error'] {
  border-color: #825145;
}
.latest-button {
  position: sticky;
  bottom: 12px;
  margin: 0 auto 10px;
  display: block;
  background: #d1ed9a;
  color: #263217;
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 20px;
  box-shadow: 0 3px 16px #0005;
}
.demo-replies {
  padding: 12px 21px;
  border-top: 1px solid var(--line);
  background: #131619;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.demo-replies button {
  padding: 10px 12px;
  border: 1px solid #566346;
  border-radius: 7px;
  background: #222820;
  text-align: left;
  font-size: 12px;
  color: #def0c4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.demo-replies button:hover {
  background: #313b2a;
}
.demo-replies span {
  font-size: 10px;
  letter-spacing: 0.8px;
  color: #b2b99d;
}
.outcome {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 15px 22px 18px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.outcome-icon {
  color: #a7bb8d;
  flex-shrink: 0;
}
.outcome-icon svg {
  width: 18px;
  height: 18px;
}
.outcome > div:first-of-type {
  flex: 1;
  min-width: 0;
}
.outcome .overline {
  font-size: 8.5px;
  letter-spacing: 1.1px;
}
.outcome h3 {
  font-size: 13px;
  margin-top: 4px;
}
.outcome p {
  font-size: 11px;
  color: #9da5ae;
  margin-top: 5px;
}
.outcome[data-confirmed='true'] .outcome-icon {
  color: var(--accent);
}
#receipt {
  margin-left: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: calc(100% - 30px);
  padding: 12px;
  border-radius: 8px;
  background: #171d15;
  border: 1px solid #475c37;
  font-size: 12px;
}
#receipt span {
  font-size: 9px;
  display: block;
  color: var(--muted);
  letter-spacing: 1px;
}
#receipt strong {
  font-size: 12px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.conversation-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 23px;
  background: #0b0d0f;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #9199a2;
  gap: 10px;
  margin-top: auto;
}
.conversation-footer button {
  font-size: 11px;
}
.conversation-footer svg {
  height: 12px;
  width: 12px;
}
.value-strip {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 42px 0 36px;
  border-bottom: 1px solid var(--line);
}
.value-intro .eyebrow {
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #aabb97;
  line-height: 1.8;
}
.value-intro h2 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  margin-top: 10px;
}
.feature-icon {
  display: block;
  color: #b1c59b;
  margin-bottom: 11px;
}
.feature-icon svg {
  height: 19px;
  width: 19px;
  stroke-width: 1.3;
}
.value-strip article h3 {
  font-size: 14px;
  letter-spacing: -0.3px;
}
.value-strip article p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 250px;
  margin-top: 7px;
}
.feature-tag {
  display: inline-block;
  font-size: 10px;
  color: #b6c5a4;
  margin-top: 11px;
}
.feature-tag:before {
  content: '↳';
  margin-right: 7px;
  color: #71865f;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 30px;
  font-size: 13px;
  color: #d9dee4;
  font-weight: 700;
}
.footer-muted {
  font-size: 11px;
  font-weight: 400;
  margin-left: 15px;
  color: #858e98;
}
.site-footer button {
  font-weight: 400;
  font-size: 12px;
  color: #a7afb8;
}
dialog {
  background: #131619;
  color: var(--text);
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  max-width: 570px;
  width: calc(100% - 32px);
  padding: 38px;
  box-shadow: 0 30px 100px #0008;
  max-height: 90dvh;
  overflow: auto;
}
dialog::backdrop {
  background: #030405dc;
  backdrop-filter: blur(6px);
}
.dialog-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 31px;
  height: 31px;
}
.dialog-close svg {
  width: 14px;
}
dialog .eyebrow {
  font-size: 10px;
  padding-right: 20px;
}
dialog h2 {
  font-size: 29px;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 15px 0;
}
dialog p {
  font-size: 13px;
  color: #b4bbc3;
  line-height: 1.9;
  margin-top: 12px;
}
.guide-steps {
  padding: 0;
  list-style: none;
  margin: 26px 0;
}
.guide-steps li {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.guide-steps li > span {
  font-size: 11px;
  color: #9cae87;
  margin-top: 2px;
}
.guide-steps strong {
  font-size: 14px;
}
.guide-steps p {
  margin: 3px 0 0;
  font-size: 12px;
}
.guide-note {
  padding: 16px 18px;
  background: #191d20;
  border: 1px solid #343a42;
  border-radius: 8px;
}
.guide-note > strong {
  font-size: 13px;
}
.guide-note p {
  font-size: 12px;
  margin-top: 8px;
}
.guide-start {
  margin-top: 22px;
  width: 100%;
  font-size: 12px;
}
.noscript {
  margin: 20px;
  color: var(--danger);
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-pulse {
  50% {
    opacity: 0.25;
  }
}
@media (min-width: 1600px) {
  .workspace {
    min-height: 704px;
  }
  .agent-stage {
    min-height: 280px;
  }
  .voice-orb {
    width: 296px;
    height: 296px;
  }
  .transcript-area {
    max-height: 490px;
  }
  .intro {
    padding-top: 62px;
  }
}
@media (max-width: 1190px) {
  .site-header {
    padding: 0 28px;
  }
  main {
    padding: 0 28px;
  }
  .intro-note {
    display: none;
  }
  .workspace {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 1fr);
  }
  .call-panel {
    padding: 22px 20px 0;
  }
  .orbit-label {
    display: none;
  }
  .value-strip {
    gap: 22px;
  }
  .voice-row {
    gap: 5px;
  }
  #mic-note {
    font-size: 10px;
  }
  .voice-divider {
    margin: 0 1px;
  }
  .demo-notice {
    width: calc(100% - 40px);
  }
  .agent-caption h3 {
    font-size: 18px;
  }
  .call-controls {
    gap: 9px;
  }
  .call-button {
    padding: 13px 17px;
    font-size: 12px;
  }
  .call-button kbd {
    margin-left: 0;
  }
  .status-pill {
    font-size: 10px;
  }
}
@media (max-width: 780px) {
  .site-header {
    height: 70px;
    padding: 0 22px;
  }
  .brand {
    font-size: 25px;
  }
  .site-header nav {
    gap: 20px;
    font-size: 13px;
  }
  .site-header nav > a {
    padding: 23px 0;
  }
  .header-label {
    display: none;
  }
  .site-header nav > a:nth-child(2) {
    display: none;
  }
  main {
    padding: 0 22px;
  }
  .intro {
    padding: 31px 0 23px;
  }
  .intro .eyebrow {
    font-size: 10px;
    letter-spacing: 1.3px;
  }
  h1 {
    font-size: 30px;
    letter-spacing: -1.2px;
    line-height: 1.3;
  }
  .intro-copy {
    font-size: 13px;
    max-width: 420px;
  }
  .workspace {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 15px;
  }
  .call-panel {
    padding: 20px 22px 0;
  }
  .panel-top h2 {
    font-size: 14px;
  }
  .mode-switch {
    margin-top: 22px;
  }
  .agent-stage {
    min-height: 250px;
    height: 250px;
    flex: none;
  }
  .voice-orb {
    width: 265px;
    height: 265px;
  }
  .agent-caption {
    min-height: 85px;
  }
  .agent-caption h3 {
    font-size: 21px;
  }
  .agent-caption p {
    font-size: 13px;
  }
  .call-controls {
    margin-top: 14px;
    gap: 14px;
  }
  .call-button {
    padding: 14px 25px;
    font-size: 14px;
    min-height: 48px;
  }
  .round-button {
    width: 44px;
    height: 44px;
  }
  .call-button kbd {
    display: none;
  }
  .voice-row {
    font-size: 12px;
    gap: 8px;
  }
  #voice {
    font-size: 12px;
    max-width: 145px;
  }
  #mic-note {
    font-size: 11px;
  }
  .call-metrics {
    padding: 15px 0;
  }
  .metric-label {
    font-size: 10px;
  }
  .call-metrics strong {
    font-size: 19px;
  }
  .conversation-panel {
    border-left: none;
    border-top: 1px solid var(--line);
  }
  .conversation-heading {
    padding: 20px 22px;
  }
  .conversation-heading h2 {
    font-size: 14px;
  }
  .transcript-tag {
    font-size: 10px;
  }
  .transcript-area {
    height: 355px;
    max-height: 355px;
    min-height: 355px;
    flex: none;
  }
  .transcript-empty {
    padding: 24px 22px 20px;
  }
  .transcript-empty h3 {
    font-size: 16px;
  }
  .transcript-empty p {
    font-size: 13px;
  }
  .prompt-list {
    margin-top: 20px;
    max-width: 410px;
  }
  .prompt-list button {
    font-size: 13px;
    padding: 10px 13px;
  }
  .empty-note {
    font-size: 11px;
  }
  .outcome h3 {
    font-size: 14px;
  }
  .outcome p {
    font-size: 12px;
  }
  .outcome .overline {
    font-size: 9px;
  }
  .conversation-footer {
    font-size: 11px;
    padding: 14px 22px;
  }
  .conversation-footer button {
    font-size: 12px;
  }
  .turn .text {
    font-size: 14px;
  }
  .who {
    font-size: 12px;
  }
  .action {
    font-size: 12px;
  }
  .action p {
    font-size: 12px;
  }
  .demo-replies button {
    font-size: 14px;
  }
  .value-strip {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    padding: 32px 0;
  }
  .value-intro h2 {
    font-size: 19px;
  }
  .value-strip article h3 {
    font-size: 15px;
  }
  .value-strip article p {
    font-size: 13px;
  }
  .feature-tag {
    font-size: 11px;
  }
  .footer-muted {
    display: none;
  }
  .demo-notice {
    top: 132px;
    width: calc(100% - 44px);
  }
  .outcome {
    margin: 16px 22px 20px;
  }
}
@media (max-width: 420px) {
  main {
    padding: 0 14px;
  }
  .site-header {
    padding: 0 16px;
    gap: 12px;
  }
  .site-header nav {
    gap: 16px;
  }
  .site-header nav > a {
    display: none;
  }
  .site-header .text-button {
    font-size: 12px;
  }
  .intro {
    padding: 26px 3px 23px;
  }
  .intro .eyebrow {
    font-size: 9px;
  }
  .small-line {
    width: 14px;
  }
  h1 {
    font-size: 27px;
  }
  .mobile-break {
    display: block;
  }
  .intro-copy {
    font-size: 13px;
    line-height: 1.8;
  }
  .call-panel {
    padding: 17px 16px 0;
  }
  .venue-mark {
    width: 34px;
    height: 34px;
  }
  .panel-top {
    gap: 8px;
  }
  .panel-top h2 {
    font-size: 13px;
  }
  .status-pill {
    font-size: 9px;
    gap: 4px;
    padding: 5px;
  }
  .overline {
    font-size: 9px;
  }
  .mode-switch button {
    padding: 7px 9px;
    font-size: 11px;
  }
  .agent-stage {
    height: 238px;
    min-height: 238px;
  }
  .voice-orb {
    width: 248px;
    height: 248px;
  }
  .agent-caption h3 {
    font-size: 19px;
  }
  .agent-caption p {
    font-size: 12px;
  }
  .call-controls {
    gap: 10px;
  }
  .call-button {
    font-size: 13px;
    padding: 14px 19px;
  }
  .voice-row {
    font-size: 10px;
    gap: 5px;
  }
  #voice {
    font-size: 11px;
    max-width: 123px;
  }
  #mic-note {
    font-size: 10px;
  }
  .metric-label {
    font-size: 9px;
    letter-spacing: 0.8px;
  }
  .demo-notice {
    width: calc(100% - 32px);
    font-size: 10px;
    top: 125px;
  }
  .value-strip {
    gap: 24px 20px;
    padding: 28px 4px;
  }
  .value-intro h2 {
    font-size: 17px;
  }
  .value-strip article h3 {
    font-size: 14px;
  }
  .value-strip article p {
    font-size: 12px;
  }
  .conversation-heading {
    padding: 19px;
  }
  .transcript-empty {
    padding: 24px 18px 16px;
  }
  .prompt-list button {
    font-size: 12px;
  }
  .outcome .overline {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  dialog {
    padding: 32px 23px;
  }
  dialog h2 {
    font-size: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 420px) {
  .call-controls {
    gap: 8px;
  }
  .call-controls .call-button {
    font-size: 12px;
    padding: 13px 10px;
    min-width: 0;
    flex: 1;
    gap: 7px;
  }
  .round-button {
    width: 40px;
    height: 40px;
  }
  .voice-row {
    flex-wrap: wrap;
  }
  .voice-divider {
    display: none;
  }
  #mic-note {
    flex-basis: 100%;
    text-align: center;
    margin-top: 3px;
  }
  .panel-top {
    flex-wrap: wrap;
  }
  .call-controls .round-button {
    flex: none;
  }
  .small-tag {
    font-size: 7px;
  }
}
