.customer-demo-section { scroll-margin-top: 24px; }
.demo-section-description { color: #686371; line-height: 1.9; font-size: 15px; margin: 18px 0 30px; word-break: keep-all; }
.lead-demo { border: 1px solid #ddd7e8; border-radius: 18px; background: #f7f6fa; box-shadow: 0 24px 70px #3426420c; overflow: hidden; }
.demo-window-bar { display: flex; align-items: center; gap: 16px; padding: 14px 22px; border-bottom: 1px solid #e4deed; background: #eeeaf5; color: #645d73; font-size: 12px; }
.demo-window-bar .example-label { margin-left: auto; background: white; }
.demo-window-dots { display: flex; gap: 5px; }
.demo-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c0b7ce; }
.demo-workspace { padding: 28px; }
.demo-workspace-title { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 22px; }
.demo-workspace-title .eyebrow { display: block; margin-bottom: 5px; }
.demo-workspace-title h3 { font-size: 23px; letter-spacing: -.8px; }
.demo-live-label { font-size: 11px; color: #686371; white-space: nowrap; }
.demo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 22px; }
.demo-metrics article { padding: 18px 20px; border: 1px solid #e4deed; border-radius: 12px; background: white; }
.demo-metrics article:nth-child(2) { background: #ede8ff; border-color: #ddd4f9; }
.demo-metrics article > span { font-size: 12px; color: #686371; }
.demo-metrics strong { display: block; font-size: 34px; font-weight: 600; letter-spacing: -1px; margin: 5px 0; }
.demo-metrics strong small { font-size: 12px; margin-left: 6px; font-weight: 400; }
.demo-metrics p { font-size: 11px; color: #686371; }
.demo-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; padding: 18px; border: 1px solid #e4deed; border-radius: 12px; background: white; }
.demo-filters label { flex: 1; min-width: 130px; }
.demo-filters .button { min-height: 44px; }
.demo-results-heading { display: flex; justify-content: space-between; gap: 12px; margin: 22px 0 12px; font-size: 12px; }
.demo-results-heading span { color: #686371; font-size: 11px; }
.demo-data-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 16px; align-items: start; }
.demo-table-wrap { min-width: 0; overflow-x: auto; border: 1px solid #e4deed; border-radius: 12px; background: white; }
.demo-table { min-width: 590px; }
.demo-table th { font-size: 11px; color: #686371; padding: 12px; }
.demo-table td { padding: 16px 12px; font-size: 12px; }
.demo-table td small { color: #686371; font-size: 10px; }
.demo-table tr.is-selected { background: #f1edfd; }
.demo-table tr.is-selected td:first-child { box-shadow: inset 3px 0 var(--brand); }
.demo-consent { display: inline-block; font-size: 10px; color: #686371; margin-top: 7px; }
.demo-consent.agreed { color: #267552; }
.demo-view-button { padding: 8px 9px; font-size: 11px; border: 1px solid #ded7ed; border-radius: 6px; background: white; color: #5944b3; white-space: nowrap; }
.demo-view-button[aria-expanded="true"] { border-color: var(--brand); color: white; background: var(--brand); }
.demo-detail { background: white; border: 1px solid #d8ceef; border-radius: 12px; padding: 22px; scroll-margin-top: 20px; }
.demo-detail h4 { margin: 0; font-size: 19px; letter-spacing: -.5px; }
.demo-detail-email { color: #686371; font-size: 12px; margin-top: 4px; overflow-wrap: anywhere; }
.demo-answers { margin: 24px 0 0; }
.demo-answers dt { font-size: 11px; color: #686371; margin-top: 17px; }
.demo-answers dd { font-size: 13px; font-weight: 500; margin: 7px 0 0; line-height: 1.85; word-break: keep-all; }
.demo-detail-scores { border-top: 1px solid #e8e5ee; margin-top: 20px; padding-top: 4px; }
.demo-detail-meta { font-size: 11px; margin: 22px 0 0; }
.demo-detail-meta > div { display: flex; justify-content: space-between; gap: 14px; margin-top: 8px; }
.demo-detail-meta dt { color: #686371; }
.demo-detail-meta dd { margin: 0; }
.demo-detail-note { font-size: 10px; color: #686371; margin-top: 18px; line-height: 1.8; }
.demo-empty, .demo-detail-empty { padding: 44px 22px; color: #686371; font-size: 13px; text-align: center; }
.demo-empty p { margin-top: 8px; }
.demo-export-note { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 16px 18px; border: 1px dashed #d4ccdf; border-radius: 10px; }
.demo-file-icon { font-size: 10px; padding: 9px 6px; color: #287249; background: #e3f1e9; border-radius: 5px; font-weight: 700; }
.demo-export-note p { font-size: 12px; }
.demo-export-note p span { display: block; font-size: 11px; color: #686371; margin-top: 3px; }
.demo-bottom-link { margin-top: 22px; }
.demo-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1100px) {
  .demo-workspace { padding: 20px; }
  .demo-data-layout { grid-template-columns: minmax(0, 1fr) 260px; }
}
@media (max-width: 900px) {
  .demo-data-layout { grid-template-columns: 1fr; }
  .demo-table { min-width: 570px; }
}
@media (max-width: 600px) {
  .demo-window-bar { padding: 12px; gap: 8px; font-size: 10px; }
  .demo-window-dots { display: none; }
  .demo-window-bar .example-label { font-size: 10px; }
  .demo-workspace { padding: 14px; }
  .demo-workspace-title { align-items: start; flex-direction: column; gap: 6px; }
  .demo-workspace-title h3 { font-size: 21px; }
  .demo-metrics { grid-template-columns: 1fr; gap: 8px; }
  .demo-metrics article { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 12px 14px; }
  .demo-metrics strong { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: 27px; }
  .demo-metrics p { grid-column: 1; font-size: 10px; margin-top: 3px; }
  .demo-filters { padding: 14px; }
  .demo-filters label { min-width: 100%; }
  .demo-filters .button { width: 100%; }
  .demo-results-heading { flex-direction: column; gap: 4px; }
}
