/* A compact introduction keeps the product preview in focus. */
.product-story .section-heading { grid-template-columns: minmax(0, 1fr) minmax(0, 380px); align-items: end; gap: 32px; margin-bottom: 22px; }
.product-story .section-kicker { font-size: 12px; }
.product-story .section-heading h2 { max-width: none; margin-top: 8px; font-size: clamp(22px, 3vw, 32px); line-height: 1.2; letter-spacing: -.035em; white-space: nowrap; }
.product-story .section-heading > p { max-width: 380px; padding-bottom: 1px; font-size: 14px; line-height: 1.6; }
@media (max-width: 899px) {
  .product-story .section-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 18px; }
  .product-story .section-heading > p { max-width: 480px; font-size: 13px; }
}

/* Product mockups follow the supplied application screenshots. Keep these
   tokens local so the marketing site's landscape and typography stay intact. */
.product-ui {
  --ui-ink: #222220;
  --ui-secondary: #777873;
  --ui-line: #e2e2dc;
  --ui-surface: #f5f5f3;
  --ui-selected: #eaf2fd;
  --ui-link: #367cd6;
  --ui-blue: #367cd6;
  --assistant-secondary: #777873;
  color: var(--ui-ink);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  font-synthesis: weight;
}
.product-ui [hidden] { display: none !important; }
.product-ui :is(button, a):focus-visible { outline: 2px solid var(--ui-blue); outline-offset: 3px; }
.product-ui button { font-family: inherit; }
.app-icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.app-icon { display: block; flex-shrink: 0; width: 16px; height: 16px; }
.app-preview.call-workspace { display: grid; grid-template-columns: 178px minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--ui-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 42px #2222200a; }
.app-sidebar { display: flex; flex-direction: column; min-width: 0; min-height: 0; padding: 20px 12px 16px; border-right: 1px solid var(--ui-line); }
.app-sidebar > * { flex-shrink: 0; }
.app-wordmark { display: block; width: 144px; height: auto; margin: 0 4px 10px; }
.app-business { display: flex; align-items: center; justify-content: space-between; gap: 4px; padding: 5px 8px; border-radius: 7px; background: #f4f4f4; font-size: 10px; }
.app-business .app-icon { width: 12px; height: 12px; }
.app-navigation { display: grid; grid-auto-rows: min-content; flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-width: thin; gap: 1px; margin-top: 16px; padding: 3px; }
.app-nav-caption { padding: 0 8px 5px; color: var(--ui-link); font-size: 8px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.app-nav-caption-muted { padding-top: 12px; color: #999b95; }
.app-nav-item { display: flex; align-items: center; gap: 9px; min-width: 0; width: 100%; min-height: 33px; padding: 7px 8px; border: 0; border-radius: 9px; background: transparent; color: #72736f; font-size: 10px; text-align: left; white-space: nowrap; }
button.app-nav-item { border: 1px solid #dce7f6; color: var(--ui-link); cursor: pointer; }
button.app-nav-item:hover { border-color: #a9c8ee; background: var(--ui-selected); }
.app-nav-decoration { min-height: 27px; padding-block: 4px; opacity: .4; cursor: default; }
.app-nav-decoration .app-nav-badge { background: #8a8d88; }
.app-nav-item.is-active { background: var(--ui-selected); color: var(--ui-ink); font-weight: 500; }
.app-nav-item.is-active .app-icon { color: var(--ui-blue); }
.app-nav-badge { display: grid; place-items: center; min-width: 15px; height: 15px; margin-left: auto; border-radius: 50%; background: var(--ui-blue); color: #fff; font: 10px/1 Arial, sans-serif; }
.app-nav-label { padding: 10px 8px 5px; color: #a7a9a2; font-size: 9px; }
.app-sidebar-footer { margin-top: auto; padding-top: 10px; }
.app-sidebar-footer > .app-nav-item { padding-top: 13px; border-top: 1px solid var(--ui-line); border-radius: 0; }
.app-account { display: flex; align-items: center; gap: 9px; padding: 14px 6px 0; font-size: 10px; }
.app-account > span:nth-child(2) { min-width: 0; }
.app-account > span > span { display: block; margin-top: 1px; color: var(--ui-secondary); font-size: 9px; }
.app-account > .app-icon { width: 13px; height: 13px; margin-left: auto; color: var(--ui-secondary); }
.app-main { min-width: 0; min-height: 0; overflow-x: hidden; overflow-y: scroll; overscroll-behavior-y: contain; scrollbar-gutter: stable; padding: 22px; }
.app-main:focus-visible { outline: 2px solid var(--ui-blue); outline-offset: -3px; }
/* A visible, reserved track keeps both views the same width, including on macOS. */
.app-main::-webkit-scrollbar { width: 10px; }
.app-main::-webkit-scrollbar-track { background: #f5f5f1; border-left: 1px solid var(--ui-line); }
.app-main::-webkit-scrollbar-thumb { min-height: 32px; border: 2px solid #f5f5f1; border-radius: 10px; background: #bfc2b9; }
.app-main::-webkit-scrollbar-thumb:hover { background: #969c90; }
.app-page-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.app-page-header h3 { color: var(--ui-ink); font-size: 23px; font-weight: 500; letter-spacing: -.045em; line-height: 1.3; }
.app-button, .app-back-button { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 8px 13px; border: 1px solid #222220; border-radius: 10px; background: #222220; color: #fff; font-size: 10px; text-decoration: none; cursor: pointer; }
.app-button:hover { background: #3a3a37; }
.app-back-button { border-color: var(--ui-line); background: #fff; color: var(--ui-ink); }
.app-back-button:hover { background: var(--ui-surface); }
.app-overview { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .9fr) minmax(0, 1fr); align-items: center; gap: 20px; padding: 22px; border-radius: 20px; background: #f6f7ed; }
.app-weekly-chart h4 { font-size: 12px; font-weight: 500; }
.app-chart { display: flex; gap: 14px; height: 132px; margin-top: 10px; }
.app-chart-axis { display: flex; flex-direction: column; justify-content: space-between; padding-bottom: 22px; color: var(--ui-secondary); font-size: 8px; }
.app-chart-columns { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); flex: 1; gap: 9px; }
.app-chart-day { display: flex; flex-direction: column; min-width: 0; text-align: center; }
.app-chart-bars { display: flex; align-items: end; justify-content: center; gap: 3px; height: 110px; }
.app-chart-bars i { display: block; width: 13px; min-height: 1px; height: var(--bar-height); border-radius: 2px 2px 0 0; }
.app-chart-bar { background: #377cd3; }
.app-chart-bar[style="--bar-height: 0%"] { background: #bfc0b9; }
.app-chart-missed { max-width: 11px; border: 1px solid #bfc0b9; background: repeating-linear-gradient(45deg, transparent 0 2px, #bfc0b9 2px 3px); }
.app-chart-day > span { padding-top: 7px; color: #595b54; font-size: 8px; }
.app-chart-legend { display: flex; gap: 12px; margin-top: 9px; color: var(--ui-secondary); font-size: 8px; }
.app-chart-legend > span { display: flex; align-items: center; gap: 5px; }
.app-chart-legend i { width: 7px; height: 7px; border-radius: 3px; background: #377cd3; }
.app-chart-legend > span:last-child i { border: 1px solid #bfc0b9; background: transparent; }
.app-answer-rate { position: relative; align-self: center; min-width: 0; padding-bottom: 9px; }
.app-answer-rate > svg { width: 100%; height: auto; }
.app-answer-rate > div { position: absolute; inset: auto 0 1px; display: flex; align-items: center; flex-direction: column; }
.app-answer-rate strong { font-size: 25px; font-weight: 500; line-height: 1.2; letter-spacing: -.04em; }
.app-answer-rate span { margin-top: 2px; color: var(--ui-secondary); font-size: 8px; }
.app-answer-rate small { margin-top: 5px; color: #888980; font-size: 7px; }
.app-outcomes { display: grid; gap: 9px; }
.app-outcomes > div { display: flex; flex-direction: column; padding: 14px; border-radius: 14px; background: #ffffffd9; }
.app-outcomes dd { order: -1; font-size: 28px; font-weight: 500; letter-spacing: -.06em; line-height: 1.25; }
.app-outcomes dt { margin-top: 4px; color: var(--ui-secondary); font-size: 8px; }
.app-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 14px; border: 1px solid var(--ui-line); border-radius: 11px; }
.app-metrics > div { padding: 12px 16px; }
.app-metrics > div + div { border-left: 1px solid var(--ui-line); }
.app-metrics dt { color: var(--ui-secondary); font-size: 9px; }
.app-metrics dd { margin-top: 3px; font-size: 17px; font-weight: 500; letter-spacing: -.04em; }
.app-activity { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 13px; margin-top: 20px; }
.app-card { overflow: hidden; border: 1px solid var(--ui-line); border-radius: 11px; background: #fff; }
.app-card > header, .app-setup > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px; }
.app-card h4, .app-setup h4 { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 500; letter-spacing: -.02em; }
.app-text-button { padding: 2px 0; border: 0; color: var(--ui-link); font-size: 9px; cursor: pointer; }
.app-text-button:hover { text-decoration: underline; }
.app-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--ui-selected); color: var(--ui-link); font-size: 10px; font-weight: 500; }
.app-recent-row { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; column-gap: 9px; row-gap: 5px; width: 100%; padding: 12px 14px; border-top: 1px solid var(--ui-line); background: #fff; color: var(--ui-ink); text-align: left; cursor: pointer; }
.app-recent-row:hover { background: #f8faff; }
.app-recent-row:focus-visible { outline-offset: -3px !important; }
.app-recent-person { display: block; min-width: 0; }
.app-recent-person strong { display: block; font-size: 10px; font-weight: 500; }
.app-recent-person > span { display: block; overflow: hidden; margin-top: 2px; color: var(--ui-secondary); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.app-recent-row time { grid-column: 2; grid-row: 2; color: var(--ui-secondary); font-size: 8px; }
.app-recent-row .app-avatar { grid-row: span 2; }
.app-recent-row .app-status { grid-column: 3; grid-row: span 2; }
.app-status { display: inline-block; width: fit-content; padding: 1px 5px; border-radius: 4px; background: #f2f2f2; color: #656661; font-size: 8px; white-space: nowrap; }
.app-status-booked { background: #eaf3ed; color: #27834a; }
.app-coming-up > header > .app-icon { width: 14px; height: 14px; color: var(--ui-link); }
.app-coming-up li { display: flex; align-items: center; gap: 13px; min-height: 73px; padding: 12px 14px; border-top: 1px solid var(--ui-line); }
.app-date { display: flex; flex-direction: column; align-items: center; flex: 0 0 28px; font-size: 16px; font-weight: 500; }
.app-date > span { color: var(--ui-secondary); font-size: 7px; font-weight: 300; }
.app-coming-up li > span:last-child { min-width: 0; }
.app-coming-up li strong { display: block; font-size: 9px; font-weight: 500; }
.app-coming-up li > span:last-child > span { display: block; margin-top: 2px; color: var(--ui-secondary); font-size: 8px; }
.app-improve { margin-top: 15px; }
.app-improve > header { padding-bottom: 7px; }
.app-improve h4 .app-icon { color: var(--ui-link); }
.app-improve header > span { flex-shrink: 0; color: var(--ui-secondary); font-size: 8px; }
.app-improve header strong { color: var(--ui-ink); font-size: 10px; font-weight: 500; }
.app-improve > p { padding-inline: 14px; color: var(--ui-secondary); font-size: 9px; }
.app-improve > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 12px 14px 0; padding-block: 12px; border-top: 1px solid var(--ui-line); font-size: 9px; }
.app-improve small { color: var(--ui-secondary); font-size: inherit; }
.app-setup { margin-top: 18px; }
.app-setup > header { padding: 0 0 12px; }
.app-setup header > span { padding: 3px 6px; border: 1px solid var(--ui-line); border-radius: 5px; color: var(--ui-secondary); font-size: 8px; }
.app-setup-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.app-setup-grid > article { display: flex; flex-direction: column; align-items: start; min-height: 108px; padding: 13px; border: 1px solid var(--ui-line); border-radius: 10px; background: #f5f5f5; }
.app-setup-grid h5 { font-size: 10px; font-weight: 500; }
.app-setup-grid p { margin-block: 5px 15px; color: var(--ui-secondary); font-size: 8px; line-height: 1.6; }
.app-setup-grid article > span { margin-top: auto; }
.app-setup-grid > article:nth-last-child(-n+2) { background: #fff; }
.app-setup-grid > .app-setup-live { border-color: #222220; background: #222220; color: #fff; }
.app-setup-live p { color: #b4b4b1; }
.app-setup-on { display: flex; align-items: center; gap: 4px; padding: 1px 5px; border: 1px solid #4a4a47; border-radius: 5px; color: #e5e5e2; font-size: 8px; }
.app-setup-on i { width: 5px; height: 5px; border-radius: 50%; background: #4da2f4; }

/* Calls retains the existing sample selection, transcript, and keyboard tabs. */
.app-view + .app-view:not([hidden]) { margin-top: 28px; }
.app-preview.is-enhanced .app-view { margin-top: 0; }
.app-call-browser { overflow: hidden; border: 1px solid var(--ui-line); border-radius: 12px; }
.app-preview .workspace-layout { grid-template-columns: 225px minmax(0, 1fr); min-height: 500px; }
.app-preview .call-inbox { padding: 8px; border-color: var(--ui-line); background: #fff; }
.app-preview .inbox-label { padding: 12px 8px; color: var(--ui-secondary); }
.app-preview .inbox-call { grid-template-columns: 28px minmax(0, 1fr); gap: 9px; padding: 13px 9px; border: 0; border-radius: 9px; background: #fff; }
.app-preview .inbox-call.is-selected { background: var(--ui-selected); }
.app-preview .inbox-call:enabled:hover { background: #f1f5fc; }
.app-preview .inbox-call time { grid-column: 2; padding: 0; color: var(--ui-secondary); font-size: 9px; }
.app-preview .inbox-person strong { color: var(--ui-ink); font-size: 12px; font-weight: 500; }
.app-preview .inbox-person > span { margin-top: 2px; color: var(--ui-secondary); font-size: 10px; }
.product-ui .inbox-avatar, .product-ui .assistant-person-avatar, .product-ui .person-icon { background: var(--ui-selected); color: var(--ui-link); }
.app-preview .record-header { padding: 24px 24px 18px; }
.app-preview .record-header h4 { font-size: 20px; font-weight: 500; letter-spacing: -.035em; }
.app-preview .record-header p { color: var(--ui-secondary); font-size: 11px; }
.app-preview .record-tabs { display: flex; width: fit-content; max-width: calc(100% - 48px); gap: 2px; margin: 0 24px; padding: 3px; border: 0; border-radius: 10px; background: #f4f4f4; box-shadow: none; }
.app-preview .record-tabs button { min-height: 32px; padding: 7px 14px; border: 0; border-radius: 8px; color: var(--ui-secondary); font-size: 11px; }
.app-preview .record-tabs button[aria-selected="true"] { background: #fff; color: var(--ui-ink); box-shadow: 0 1px 4px #00000016; }
.app-preview .record-tabs button:not([aria-selected="true"]):hover { background: #eaeae8; color: var(--ui-ink); }
.app-preview .record-panel { min-height: 375px; padding: 24px; }
.app-preview .record-panel h4 { color: var(--ui-ink); font-size: 12px; font-weight: 500; }
.app-preview .record-panel > p, .app-preview .record-next p { color: #696a65; font-size: 12px; line-height: 1.8; }
.app-preview .record-facts { margin-block: 22px; border-color: var(--ui-line); border-radius: 10px; background: #fff; }
.app-preview .record-facts > div { padding: 14px; }
.app-preview .record-facts dt { font-size: 10px; }
.app-preview .record-facts dd { font-size: 11px; }
.app-preview .record-facts > div:first-child dd { color: var(--ui-ink); }
.app-preview .record-facts #record-outcome.is-booked { color: #27834a; }
.app-preview .record-transcript { gap: 0; }
.app-preview .record-transcript li { display: grid; grid-template-columns: 82px minmax(0, 1fr); justify-self: stretch; max-width: none; gap: 12px; padding-block: 18px; border-bottom: 1px solid var(--ui-line); }
.app-preview .record-transcript li > span { margin: 0; color: var(--ui-secondary); font-size: 10px; text-align: left; }
.app-preview .record-transcript li p { padding: 0; border: 0; border-radius: 0; background: #fff; color: var(--ui-ink); font-size: 12px; line-height: 1.7; }
.app-preview .mobile-call-picker { border-color: var(--ui-line); background: #fff; }
.app-preview .mobile-call-picker select { border-color: var(--ui-line); color: var(--ui-ink); }

/* The four cropped feature views use the same neutral cards and compact rows. */
.assistant-example-record.product-ui, .detail-example.product-ui, .priority-example.product-ui, .conversation-example.product-ui { padding: 0; border-color: var(--ui-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 30px #22222008; }
.app-mini-chrome { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 22px; border-bottom: 1px solid var(--ui-line); }
.app-mini-chrome img { display: block; width: 125px; height: auto; }
.app-mini-chrome > span { padding: 4px 8px; border-radius: 6px; background: #f4f4f4; color: #696a65; font-size: 9px; }
.product-ui .assistant-call-example { padding: 22px; }
.product-ui .assistant-call-icon { width: 33px; height: 33px; border: 0; border-radius: 8px; background: var(--ui-selected); color: var(--ui-link); }
.product-ui .assistant-example-header h3 { color: var(--ui-ink); font-weight: 500; }
.product-ui .assistant-dialogue { gap: 0; padding-top: 20px; }
.product-ui .assistant-dialogue > div { display: grid; grid-template-columns: 72px minmax(0, 1fr); max-width: none; padding-block: 14px; border-top: 1px solid var(--ui-line); }
.product-ui .assistant-dialogue span { margin: 0; color: var(--ui-secondary); font-size: 11px; text-align: left; }
.product-ui .assistant-dialogue p { padding: 0; border: 0; border-radius: 0; background: #fff; color: var(--ui-ink); font-size: 13px; line-height: 1.7; }
.product-ui .assistant-dialogue .assistant-reply-message { justify-self: stretch; }
.product-ui .assistant-dashboard-example { padding: 20px 22px 22px; border-top-color: var(--ui-line); background: #f7f7f2; }
.product-ui .assistant-saved-call { padding-inline: 16px; border-color: var(--ui-line); border-radius: 12px; }
.product-ui .assistant-saved-person h4 { color: var(--ui-ink); font-size: 15px; font-weight: 500; }
.product-ui .assistant-saved-call dl > div { padding-block: 12px; }
.product-ui .assistant-saved-call dt, .product-ui .assistant-saved-call dd { font-size: 11px; }
.product-ui .assistant-follow-up { color: var(--ui-secondary); font-size: 11px; }
.product-ui .assistant-follow-up strong { color: var(--ui-ink); font-weight: 500; }
.product-ui .example-heading { min-height: 64px; padding: 18px 22px; border-color: var(--ui-line); background: #fff; }
.product-ui .example-heading h3 { color: var(--ui-ink); font-size: 14px; font-weight: 500; }
.product-ui .example-icon { color: #777873; }
.app-breadcrumb { color: var(--ui-secondary); font-size: 12px; font-weight: 300; }
.product-ui .example-count { padding: 2px 6px; border: 0; background: #f4f4f4; color: var(--ui-secondary); }
.product-ui .example-tag { padding: 2px 6px; border: 0; background: #eaf3ed; color: #27834a; }
.product-ui .example-person { padding: 22px; }
.product-ui .example-person strong { color: var(--ui-ink); font-size: 17px; font-weight: 500; }
.product-ui .documented-facts { margin: 0 22px; border-color: var(--ui-line); }
.product-ui .documented-facts > div { display: grid; grid-template-columns: 118px minmax(0, 1fr); align-items: baseline; gap: 15px; padding-block: 17px; }
.product-ui .documented-facts dd { margin: 0; color: var(--ui-ink); font-size: 12px; }
.product-ui .documented-facts dt { font-size: 11px; }
.product-ui .example-next { margin: 0 22px 22px; padding: 15px; border: 1px solid var(--ui-line); border-radius: 10px; background: #f6f7ed; }
.product-ui .example-next strong { color: var(--ui-ink); font-size: 12px; font-weight: 500; }
.product-ui .example-next p { color: var(--ui-secondary); font-size: 11px; }
.product-ui .priority-calls { padding: 0; }
.product-ui .priority-calls > li { padding: 20px 22px; border-color: var(--ui-line); }
.product-ui .priority-person { align-items: center; }
.product-ui .priority-person h4 { color: var(--ui-ink); font-size: 13px; font-weight: 500; }
.product-ui .priority-person p { margin-top: 2px; color: var(--ui-secondary); font-size: 11px; }
.product-ui .priority-meta { margin-top: 8px; padding-left: 42px; }
.product-ui .priority-label { padding: 1px 5px; background: #f2f2f2; color: #696a65; font-size: 9px; }
.product-ui .priority-label-blue { background: #eaf3ed; color: #27834a; }
.product-ui .priority-meta time { color: var(--ui-secondary); font-size: 10px; }
.product-ui .conversation-example-body { padding: 22px; }
.product-ui .conversation-example-title h4 { color: var(--ui-ink); font-size: 16px; font-weight: 500; }
.product-ui .recording-sample { border-color: var(--ui-line); border-radius: 10px; background: #f6f7ed; }
.product-ui .recording-sample-track button { border-radius: 9px; background: #222220; color: #fff; cursor: default; }
.product-ui .recording-wave { color: #3b7fd5; }
.product-ui .transcript-excerpt h5, .product-ui .recording-sample h5 { color: var(--ui-ink); font-weight: 500; }
.product-ui .transcript-excerpt dt { color: var(--ui-secondary); }
.product-ui .transcript-excerpt dd { color: var(--ui-ink); font-size: 12px; }

@media (max-width: 1099px) {
  .app-preview.call-workspace { grid-template-columns: 154px minmax(0, 1fr); }
  .app-sidebar { padding-inline: 9px; }
  .app-wordmark { width: 127px; }
  .app-nav-item { gap: 7px; font-size: 9px; }
  .app-main { padding: 18px; }
  .app-overview { gap: 14px; padding: 18px; }
  .app-chart-columns { gap: 5px; }
  .app-chart { gap: 8px; }
  .app-outcomes > div { padding: 11px; }
  .app-outcomes dd { font-size: 25px; }
  .app-answer-rate strong { font-size: 22px; }
  .app-answer-rate small { font-size: 6px; }
  .app-setup-grid > article { padding: 10px; }
  .app-preview .workspace-layout { grid-template-columns: 180px minmax(0, 1fr); }
}
@media (max-width: 899px) {
  .app-preview { scroll-margin-top: 85px; }
  .app-overview { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
  .app-outcomes { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .app-outcomes > div { padding: 12px 15px; }
  .app-outcomes dt { font-size: 9px; }
  .app-answer-rate { width: 155px; max-width: 100%; justify-self: center; }
  .app-answer-rate strong { font-size: 26px; }
  .app-answer-rate small { font-size: 7px; }
  .app-activity { grid-template-columns: 1fr; }
  .app-recent-row { grid-template-columns: 28px minmax(0, 1fr) auto auto; }
  .app-recent-row .app-avatar, .app-recent-row .app-status { grid-row: auto; }
  .app-recent-row time { grid-column: 4; grid-row: 1; }
  .app-coming-up li { min-height: 61px; }
  .app-recent-person strong { font-size: 11px; }
  .app-coming-up li strong { font-size: 10px; }
  .app-setup-grid { grid-template-columns: 1fr 1fr; }
  .app-setup-grid > .app-setup-live { grid-column: 1 / -1; min-height: 90px; }
  .app-setup-grid > article { min-height: 105px; padding: 14px; }
  .app-metrics > div { padding: 10px; }
  .app-metrics dt { font-size: 8px; }
}
@media (max-width: 767px) {
  .app-preview.call-workspace { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); height: 640px; aspect-ratio: auto; }
  .app-sidebar { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 17px 18px 0; border-right: 0; }
  .app-wordmark { width: 142px; margin: 0; }
  .app-business { font-size: 9px; }
  .app-navigation { display: flex; flex-wrap: wrap; grid-column: 1 / -1; gap: 6px; margin: 0; padding: 0 0 13px; overflow: visible; border-bottom: 1px solid var(--ui-line); }
  .app-nav-caption { flex-basis: 100%; padding: 0 0 2px; }
  .app-navigation .app-nav-decoration, .app-nav-caption-muted, .app-nav-label, .app-sidebar-footer { display: none; }
  .app-navigation button { justify-content: center; width: auto; min-height: 40px; padding-inline: 14px; font-size: 12px; }
  .app-main { padding: 18px; }
  .app-page-header { margin-bottom: 18px; }
  .app-page-header h3 { font-size: 22px; }
  .app-button, .app-back-button { min-height: 40px; font-size: 11px; }
  .app-overview { column-gap: 22px; }
  .app-weekly-chart h4 { font-size: 12px; }
  .app-chart-day > span, .app-chart-axis, .app-chart-legend { font-size: 9px; }
  .app-metrics dt { font-size: 9px; }
  .app-card h4, .app-setup h4 { font-size: 13px; }
  .app-recent-person strong { font-size: 12px; }
  .app-recent-person > span, .app-recent-row time { font-size: 9px; }
  .app-status { font-size: 9px; }
  .app-coming-up li strong { font-size: 11px; }
  .app-coming-up li > span:last-child > span { font-size: 9px; }
  .app-improve > p, .app-improve > div { font-size: 10px; }
  .app-setup-grid h5 { font-size: 12px; }
  .app-setup-grid p { font-size: 10px; }
  .app-setup-grid > article { min-height: 125px; }
  .app-preview .workspace-layout { display: block; min-height: 0; }
  .app-preview .call-inbox { display: none; }
  .app-preview .mobile-call-picker { display: block; padding: 16px; }
  .app-preview .record-panel { min-height: 350px; }
  .app-preview .record-facts { grid-template-columns: 1fr 1fr; }
  .app-preview .record-facts > div + div { border-top: 0; border-left: 1px solid var(--ui-line); }
}
@media (max-width: 479px) {
  .app-sidebar { padding-inline: 14px; }
  .app-wordmark { width: 127px; }
  .app-business { gap: 2px; padding-inline: 6px; font-size: 8px; }
  .app-main { padding: 14px; }
  .app-overview { gap: 20px 10px; padding: 15px 12px; border-radius: 14px; }
  .app-weekly-chart h4 { font-size: 11px; }
  .app-chart { gap: 5px; height: 112px; }
  .app-chart-columns { gap: 3px; }
  .app-chart-bars { height: 90px; gap: 2px; }
  .app-chart-bars i { width: 9px; }
  .app-chart-day > span, .app-chart-axis, .app-chart-legend { font-size: 7px; }
  .app-chart-legend { gap: 8px; }
  .app-answer-rate { align-self: center; }
  .app-answer-rate strong { font-size: 22px; }
  .app-answer-rate span { font-size: 7px; }
  .app-answer-rate small { max-width: 78px; font-size: 6px; text-align: center; }
  .app-outcomes > div { padding: 12px; border-radius: 10px; }
  .app-outcomes dt { max-width: 110px; font-size: 9px; }
  .app-metrics { grid-template-columns: 1fr 1fr; }
  .app-metrics > div { padding: 12px; }
  .app-metrics > div:nth-child(3) { border-left: 0; }
  .app-metrics > div:nth-child(n+3) { border-top: 1px solid var(--ui-line); }
  .app-recent-row { grid-template-columns: 28px minmax(0, 1fr) auto; padding: 13px 12px; }
  .app-recent-row .app-avatar { grid-row: span 2; }
  .app-recent-row .app-status { grid-column: 3; grid-row: span 2; }
  .app-recent-row time { grid-column: 2; grid-row: 2; }
  .app-recent-person > span { white-space: normal; }
  .app-card > header { padding-inline: 12px; }
  .app-improve > header { flex-wrap: wrap; gap: 5px; }
  .app-improve > div { align-items: start; flex-direction: column; }
  .app-setup-grid { gap: 8px; }
  .app-setup-grid > article { padding: 12px; }
  .app-setup-grid h5 { font-size: 11px; }
  .app-preview .record-header { padding: 22px 16px 16px; }
  .app-preview .record-tabs { max-width: calc(100% - 32px); margin-inline: 16px; }
  .app-preview .record-panel { padding: 22px 16px; }
  .app-preview .record-facts { grid-template-columns: 1fr; }
  .app-preview .record-facts > div + div { border-left: 0; border-top: 1px solid var(--ui-line); }
  .app-preview .record-transcript li { grid-template-columns: 65px minmax(0, 1fr); }
  .app-mini-chrome { padding: 14px 18px; }
  .app-mini-chrome img { width: 115px; }
  .app-mini-chrome > span { padding: 4px 6px; font-size: 8px; }
  .product-ui .assistant-call-example, .product-ui .assistant-dashboard-example { padding: 18px; }
  .product-ui .assistant-dialogue > div { grid-template-columns: 65px minmax(0, 1fr); }
  .product-ui .assistant-dialogue p { font-size: 12px; }
  .product-ui .example-heading { gap: 7px; padding-inline: 18px; }
  .product-ui .example-heading h3 { font-size: 12px; }
  .app-breadcrumb { font-size: 10px; }
  .product-ui .documented-facts { margin-inline: 18px; }
  .product-ui .documented-facts > div { grid-template-columns: 95px minmax(0, 1fr); gap: 12px; }
  .product-ui .example-person, .product-ui .priority-calls > li, .product-ui .conversation-example-body { padding-inline: 18px; }
  .product-ui .example-next { margin-inline: 18px; }
}
@media (max-width: 359px) {
  .app-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-weekly-chart { grid-column: 1 / -1; }
  .app-outcomes { grid-column: auto; grid-template-columns: 1fr; min-width: 0; }
  .app-chart-columns { gap: 8px; }
  .app-chart-day > span, .app-chart-axis, .app-chart-legend { font-size: 9px; }
}
