.hero-demo-window { --hero-demo-height: 500px; text-align: left; }
.hero-demo-window.mac-window-hero { transform: translateY(40px); }
.hero-demo-window.mac-window-hero.active { transform: translateY(0); }
.hero-product-demo { position: relative; width: 100%; height: var(--hero-demo-height); overflow: hidden; background: #f8f9fa; color: #171717; font-family: Inter, sans-serif; }
.hero-product-demo *, .hero-product-demo *::before, .hero-product-demo *::after { box-sizing: border-box; }
.demo-sidebar { position: absolute; inset: 0 auto 0 0; z-index: 4; width: 174px; padding: 18px 12px; border-right: 1px solid #e5e7eb; background: #fff; }
.demo-brand { display: flex; align-items: center; gap: 9px; height: 34px; padding: 0 8px; color: #171717; font-family: Geist, sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.demo-brand img { width: 28px; height: 28px; border-radius: 7px; object-fit: contain; }
.demo-nav { display: grid; gap: 5px; margin-top: 24px; }
.demo-nav-item { display: flex; align-items: center; gap: 11px; width: 100%; height: 38px; padding: 0 11px; border: 0; border-radius: 8px; background: transparent; color: #737373; font-size: 13px; font-weight: 500; text-align: left; cursor: pointer; transition: background-color .2s, color .2s; }
.demo-nav-item .material-symbols-outlined { font-size: 18px; }
.demo-nav-item.is-active { background: #171717; color: #fff; }
.demo-mobile-bar { display: none; }
.demo-stage { position: absolute; inset: 0 0 0 174px; overflow: hidden; background: #fafafa; }
.hero-demo-scene { position: absolute; inset: 0; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(5px); transition: opacity .42s ease, transform .42s ease; }
.hero-demo-scene.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: translateY(0); }
.dashboard-content { width: min(600px, calc(100% - 56px)); margin: 0 auto; padding-top: 64px; }
.dashboard-intro { text-align: center; }
.dashboard-intro h2, .search-heading h2 { margin: 0; font-family: Geist, sans-serif; font-weight: 500; letter-spacing: -.025em; color: #171717; }
.dashboard-intro h2 { font-size: 27px; line-height: 1.2; }
.dashboard-intro p { margin: 9px 0 0; color: #737373; font-size: 14px; }
.dashboard-search { display: flex; align-items: center; gap: 10px; width: 440px; max-width: 100%; height: 52px; margin: 31px auto 42px; padding: 0 15px; border: 1px solid #dedede; border-radius: 11px; background: #fff; color: #737373; box-shadow: 0 1px 3px rgba(0,0,0,.04); font-size: 13px; text-align: left; cursor: pointer; transition: border-color .2s, box-shadow .2s, background .2s; }
.dashboard-search:hover, .dashboard-search.is-focused { border-color: #a3a3a3; box-shadow: 0 0 0 3px rgba(23,23,23,.06); }
.dashboard-search .material-symbols-outlined { font-size: 18px; }
.dashboard-search-arrow { margin-left: auto; }
.continue-block { width: 100%; }
.continue-block h3 { margin: 0 0 11px; font-size: 12px; font-weight: 600; color: #525252; }
.relationship-row { display: grid; grid-template-columns: 34px minmax(150px, 1fr) auto 18px; align-items: center; gap: 11px; min-height: 63px; margin-top: 8px; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; }
.demo-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #f0f0f0; color: #404040; font-size: 10px; font-weight: 600; }
.relationship-copy { display: grid; min-width: 0; gap: 3px; }
.relationship-copy strong { overflow: hidden; color: #262626; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.relationship-copy small, .row-context { color: #8a8a8a; font-size: 10px; white-space: nowrap; }
.relationship-row > .material-symbols-outlined { color: #a3a3a3; font-size: 17px; }
.search-shell { position: relative; width: min(680px, calc(100% - 48px)); height: 100%; margin: 0 auto; padding-top: 25px; }
.search-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.search-heading h2 { font-size: 23px; line-height: 1.25; }
.search-heading p { margin: 4px 0 0; color: #737373; font-size: 11px; }
.demo-replay { display: flex; align-items: center; gap: 5px; padding: 5px 7px; border: 0; background: transparent; color: #737373; font-size: 10px; cursor: pointer; }
.demo-replay .material-symbols-outlined { font-size: 14px; }
.mode-selector { display: inline-flex; gap: 2px; margin-top: 14px; padding: 3px; border: 1px solid #e2e2e2; border-radius: 8px; background: #f0f0f0; }
.mode-selector button { display: flex; align-items: center; gap: 5px; height: 27px; padding: 0 12px; border: 0; border-radius: 6px; background: transparent; color: #737373; font-size: 11px; font-weight: 500; cursor: pointer; }
.mode-selector button.is-selected { background: #fff; color: #171717; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.mode-selector .material-symbols-outlined { color: #2563eb; font-size: 13px; }
.demo-query-form { position: relative; display: flex; align-items: center; height: 44px; margin-top: 12px; }
.demo-query-form input { width: 100%; height: 44px; padding: 0 52px 0 35px; border: 1px solid #d9d9d9; border-radius: 8px; outline: none; background: #fff; color: #171717; font-family: Inter, sans-serif; font-size: 12px; box-shadow: none; transition: border-color .2s, box-shadow .2s; }
.demo-query-form input:focus { border-color: #737373; box-shadow: 0 0 0 3px rgba(37,99,235,.08); }
.query-icon { position: absolute; left: 11px; z-index: 1; color: #8a8a8a; font-size: 16px; }
.demo-submit { position: absolute; right: 4px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 6px; background: #171717; color: #fff; cursor: pointer; transition: transform .12s, background .2s; }
.demo-submit:active, .demo-submit.is-pressed { transform: scale(.94); background: #404040; }
.demo-submit .material-symbols-outlined { font-size: 17px; }
.match-modes { display: inline-flex; gap: 2px; margin-top: 7px; padding: 2px; border: 1px solid #e5e5e5; border-radius: 6px; background: #f2f2f2; }
.match-modes button { height: 23px; padding: 0 9px; border: 0; border-radius: 4px; background: transparent; color: #737373; font-size: 9px; font-weight: 500; cursor: pointer; }
.match-modes button.is-selected { background: #fff; color: #171717; box-shadow: 0 1px 2px rgba(0,0,0,.07); }
.search-content { position: absolute; left: 0; right: 0; top: 223px; opacity: 0; pointer-events: none; transition: opacity .28s ease; }
.search-content.is-active { opacity: 1; pointer-events: auto; }
.suggestion-label { margin: 14px 0 9px; color: #737373; font-size: 10px; font-weight: 500; }
.suggestion-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.suggestion-chips button { padding: 6px 10px; border: 1px solid #e2e2e2; border-radius: 999px; background: #fff; color: #737373; font-size: 9px; cursor: pointer; }
.result-status { display: flex; align-items: center; gap: 8px; height: 26px; margin-bottom: 7px; color: #737373; font-size: 10px; }
.loading-indicator { width: 12px; height: 12px; border: 1.5px solid #d4d4d4; border-top-color: #404040; border-radius: 50%; animation: demoSpin .9s linear infinite; }
.result-content.is-complete .loading-indicator { border: 0; background: #171717; animation: none; }
.result-content.is-complete .loading-indicator::after { content: ''; display: block; width: 4px; height: 7px; margin: 1px 0 0 4px; border: solid #fff; border-width: 0 1px 1px 0; transform: rotate(45deg); }
.result-list { display: grid; gap: 7px; }
.result-card { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: start; height: 72px; padding: 8px 11px; border: 1px solid #e2e2e2; border-radius: 9px; background: #fff; overflow: hidden; opacity: 1; transform: translateY(0); transition: opacity .32s ease, transform .32s ease, border-color .2s; }
.result-card.is-highlighted { border-color: #bfc7d4; background: #fdfefe; box-shadow: inset 3px 0 #2563eb; }
.result-card.is-entering { opacity: 0; transform: translateY(5px); }
.result-main { min-width: 0; }
.result-title { display: flex; align-items: center; gap: 7px; min-width: 0; }
.result-title strong { overflow: hidden; color: #171717; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.match-label { flex: none; padding: 2px 6px; border: 1px solid #e2e2e2; border-radius: 999px; background: #f5f5f5; color: #525252; font-size: 8px; font-weight: 600; }
.result-role { margin-top: 2px; color: #8a8a8a; font-size: 9px; }
.result-reason { overflow: hidden; margin-top: 5px; color: #404040; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.result-evidence { overflow: hidden; margin-top: 3px; color: #8a8a8a; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.result-action { align-self: center; padding: 5px 7px; border: 1px solid #e2e2e2; border-radius: 6px; background: #fff; color: #404040; font-size: 8px; font-weight: 600; white-space: nowrap; }
.result-action:hover, .result-action.is-focused { border-color: #a3a3a3; background: #f5f5f5; }
.skeleton-card { pointer-events: none; }
.skeleton { display: block; border-radius: 4px; background: linear-gradient(90deg,#eeeeee 25%,#f7f7f7 50%,#eeeeee 75%); background-size: 200% 100%; animation: demoShimmer 1.4s ease-in-out infinite; }
.skeleton.avatar { width: 34px; height: 34px; border-radius: 50%; }
.skeleton-lines { display: grid; gap: 7px; padding-top: 2px; }
.skeleton-lines .skeleton:nth-child(1) { width: 46%; height: 8px; }.skeleton-lines .skeleton:nth-child(2) { width: 68%; height: 7px; }.skeleton-lines .skeleton:nth-child(3) { width: 88%; height: 7px; }
.skeleton-action { width: 58px; height: 24px; align-self: center; }
.lead-panel-scrim { position: absolute; inset: 0; z-index: 6; background: rgba(23,23,23,.28); opacity: 0; pointer-events: none; transition: opacity .38s ease; }
.lead-next-panel { position: absolute; z-index: 7; inset: 0 0 0 auto; display: flex; width: min(440px, 58%); flex-direction: column; border-left: 1px solid #dedede; background: #fff; box-shadow: -10px 0 30px rgba(0,0,0,.08); transform: translateX(102%); visibility: hidden; transition: transform .46s cubic-bezier(.22,.8,.28,1), visibility 0s linear .46s; }
.hero-demo-window.is-panel-open .lead-panel-scrim { opacity: 1; pointer-events: none; }
.hero-demo-window.is-panel-open .lead-next-panel { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.lead-panel-header { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 10px 14px; border-bottom: 1px solid #e5e5e5; }
.lead-panel-person { display: flex; align-items: center; gap: 10px; min-width: 0; }
.lead-panel-person h3 { margin: 0; color: #171717; font-family: Geist, sans-serif; font-size: 15px; font-weight: 600; }
.lead-panel-person p { margin: 3px 0 0; color: #737373; font-size: 9px; }
.lead-panel-close { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #e5e5e5; border-radius: 7px; background: #fff; color: #737373; cursor: pointer; }
.lead-panel-close .material-symbols-outlined { font-size: 16px; }
.lead-panel-meta { display: flex; align-items: center; gap: 7px; min-height: 31px; padding: 0 14px; border-bottom: 1px solid #ededed; color: #737373; font-size: 8px; }
.demo-only-label { margin-left: auto; color: #a3a3a3; }
.lead-panel-body { position: relative; flex: 1; overflow: hidden; }
.lead-panel-state { position: absolute; inset: 0; overflow: hidden; padding: 15px 16px; background: #fff; opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease; }
.lead-panel-state.is-active { opacity: 1; pointer-events: auto; transform: translateY(0); }
.panel-eyebrow { margin: 0 0 6px; color: #737373; font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lead-panel-state h4 { margin: 0; color: #171717; font-family: Geist, sans-serif; font-size: 15px; font-weight: 600; line-height: 1.25; }
.panel-summary, .moves-disclaimer { margin: 7px 0 0; color: #626262; font-size: 9px; line-height: 1.45; }
.panel-evidence { display: flex; gap: 9px; margin-top: 14px; padding: 10px; border: 1px solid #e5e5e5; border-left: 2px solid #171717; border-radius: 7px; background: #fafafa; }
.panel-evidence > .material-symbols-outlined { color: #737373; font-size: 16px; }
.panel-evidence strong { display: block; color: #404040; font-size: 9px; }
.panel-evidence p { margin: 4px 0 0; color: #737373; font-size: 8px; line-height: 1.45; }
.panel-facts { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 11px; }
.panel-facts span { padding: 4px 7px; border: 1px solid #e5e5e5; border-radius: 999px; color: #626262; font-size: 8px; }
.generate-moves-button { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; height: 36px; margin-top: 15px; border: 0; border-radius: 7px; background: #171717; color: #fff; font-size: 9px; font-weight: 600; cursor: pointer; transition: transform .12s, background .2s; }
.generate-moves-button:hover { background: #303030; }.generate-moves-button.is-pressed { transform: scale(.98); }
.generate-moves-button .material-symbols-outlined { font-size: 15px; }
.next-moves-loading { display: flex; flex-direction: column; align-items: center; padding-top: 54px; text-align: center; }
.next-moves-loading .panel-loader { width: 22px; height: 22px; margin-bottom: 14px; border: 2px solid #e5e5e5; border-top-color: #171717; border-radius: 50%; animation: demoSpin .9s linear infinite; }
.next-moves-loading > p { margin: 6px 0 18px; color: #737373; font-size: 9px; }
.move-skeleton { display: grid; width: 100%; gap: 7px; margin-top: 8px; padding: 11px; border: 1px solid #ededed; border-radius: 8px; }
.move-skeleton span { height: 7px; border-radius: 4px; background: #eeeeee; }.move-skeleton span:nth-child(1) { width: 58%; }.move-skeleton span:nth-child(2) { width: 88%; }.move-skeleton span:nth-child(3) { width: 72%; }
.next-move-list { display: grid; gap: 7px; margin-top: 12px; }
.next-move-card { display: grid; grid-template-columns: 25px minmax(0,1fr) auto; gap: 8px; align-items: start; min-height: 74px; padding: 9px; border: 1px solid #e5e5e5; border-radius: 8px; background: #fff; }
.move-number { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #f0f0f0; color: #525252; font-size: 7px; font-weight: 600; }
.next-move-card strong { display: block; color: #262626; font-size: 9px; line-height: 1.3; }
.next-move-card p { margin: 4px 0 0; color: #737373; font-size: 8px; line-height: 1.35; }
.next-move-card button { align-self: center; padding: 5px 6px; border: 1px solid #e5e5e5; border-radius: 6px; background: #fff; color: #525252; font-size: 7px; font-weight: 600; white-space: nowrap; }
.demo-finale { z-index: 20; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #fff; text-align: center; }
.demo-finale.is-active { z-index: 20; }
.finale-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 22px; color: #171717; font-family: Geist, sans-serif; font-size: 13px; font-weight: 600; }
.finale-brand img { width: 25px; height: 25px; border-radius: 6px; }
.demo-finale h2 { margin: 0; color: #111; font-family: Geist, sans-serif; font-size: 38px; font-weight: 600; line-height: 1.05; letter-spacing: -.035em; }
.demo-finale p { margin: 15px 0 18px; color: #737373; font-size: 10px; }
.demo-finale button { display: flex; align-items: center; gap: 5px; height: 32px; padding: 0 11px; border: 1px solid #dedede; border-radius: 7px; background: #fff; color: #404040; font-size: 9px; font-weight: 600; cursor: pointer; }
.demo-finale button .material-symbols-outlined { font-size: 14px; }
.demo-cursor { --cursor-x: 0px; --cursor-y: 0px; position: absolute; z-index: 10; top: 0; left: 0; width: 20px; height: 24px; opacity: 0; pointer-events: none; transform: translate3d(var(--cursor-x),var(--cursor-y),0); transition: transform .72s cubic-bezier(.22,.8,.28,1), opacity .2s ease; filter: drop-shadow(0 1px 1px rgba(0,0,0,.2)); }
.demo-cursor.is-visible { opacity: 1; }.demo-cursor.is-clicking { transform: translate3d(var(--cursor-x),var(--cursor-y),0) scale(.86); }
.demo-cursor svg { width: 100%; height: 100%; fill: #fff; stroke: #111; stroke-width: 1.4; stroke-linejoin: round; }
.hero-product-demo button:disabled, .hero-product-demo input:disabled { opacity: 1; pointer-events: none; cursor: default; }
.hero-product-demo input:disabled { -webkit-text-fill-color: #171717; }
@keyframes demoSpin { to { transform: rotate(360deg); } } @keyframes demoShimmer { to { background-position: -200% 0; } }
@media (max-width: 1199px) { .hero-demo-window { --hero-demo-height: 480px; } .demo-sidebar { width: 148px; } .demo-stage { left: 148px; } .dashboard-content { padding-top: 55px; } .search-shell { width: min(620px, calc(100% - 34px)); } }
@media (min-width: 768px) and (max-width: 1199px) { .result-status { height: 20px; margin-bottom: 3px; } .result-list { gap: 3px; } }
@media (max-width: 767px) {
  .hero-demo-window { --hero-demo-height: 520px; border-radius: 10px; }
  .demo-sidebar { display: none; }.demo-mobile-bar { position: absolute; inset: 0 0 auto; z-index: 5; display: flex; align-items: center; justify-content: space-between; height: 49px; padding: 0 10px; border-bottom: 1px solid #e5e7eb; background: #fff; }
  .demo-mobile-bar .demo-brand { height: auto; padding: 0; font-size: 14px; }.demo-mobile-bar .demo-brand img { width: 25px; height: 25px; border-radius: 6px; }
  .demo-mobile-bar > button { display: flex; align-items: center; gap: 4px; height: 30px; padding: 0 8px; border: 0; border-radius: 6px; background: #f3f3f3; color: #404040; font-size: 10px; }.demo-mobile-bar .material-symbols-outlined { font-size: 14px; }
  .demo-stage { inset: 49px 0 0; }.dashboard-content { width: calc(100% - 28px); padding-top: 44px; }.dashboard-intro h2 { font-size: 23px; }.dashboard-intro p { font-size: 12px; }
  .dashboard-search { height: 48px; margin: 27px auto 36px; }.relationship-row { grid-template-columns: 32px minmax(0,1fr) 16px; min-height: 64px; }.row-context { display: none; }
  .search-shell { width: calc(100% - 24px); padding-top: 18px; }.search-heading h2 { font-size: 20px; }.search-heading p { font-size: 10px; }.demo-replay span:last-child { display: none; }
  .mode-selector { margin-top: 12px; }.mode-selector button { padding: 0 9px; font-size: 10px; }.demo-query-form { margin-top: 10px; }.demo-query-form input { font-size: 10px; }
  .match-modes { display: grid; grid-template-columns: repeat(3,1fr); width: 100%; }.match-modes button { padding: 0 3px; font-size: 7.5px; }
  .search-content { top: 207px; }.suggestion-chips { display: grid; }.suggestion-chips button { text-align: left; }
  .result-list { gap: 8px; }.result-card { grid-template-columns: 32px minmax(0,1fr); height: 105px; padding: 10px; }.result-card:nth-child(3) { display: none; }.result-card .demo-avatar, .skeleton.avatar { width: 32px; height: 32px; }.result-action, .skeleton-action { grid-column: 2; justify-self: start; align-self: end; }.result-reason { white-space: normal; line-height: 1.35; max-height: 24px; }.result-evidence { max-width: 100%; }.match-label { font-size: 7px; }
  .lead-next-panel { width: 100%; }.lead-panel-header { min-height: 56px; padding: 8px 12px; }.lead-panel-meta { padding: 0 12px; }.lead-panel-state { padding: 13px 14px; }.panel-evidence { margin-top: 11px; padding: 8px; }.panel-facts { margin-top: 9px; }.generate-moves-button { margin-top: 11px; }.next-moves-loading { padding-top: 46px; }.next-move-list { gap: 6px; margin-top: 9px; }.next-move-card { min-height: 70px; padding: 8px; }.demo-finale h2 { font-size: 34px; }.demo-finale p { max-width: 240px; }
}
@media (prefers-reduced-motion: reduce) { .hero-demo-scene, .result-card, .demo-cursor, .lead-next-panel, .lead-panel-scrim, .lead-panel-state { transition: none !important; }.demo-cursor { display: none; }.loading-indicator, .skeleton, .panel-loader { animation: none; } }
