.hero-demo{z-index:1;flex-direction:column;align-items:center;width:100%;margin-top:3rem;display:flex;position:relative}.hero-demo-wrapper{width:100%;max-width:1000px;position:relative}.hero-demo-grid{background:var(--color-white);width:100%;height:456px;box-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a, 0 0 0 1px var(--color-gray-200);border-radius:12px;position:relative;overflow:hidden}.hero-demo-grid *{scrollbar-width:none;-ms-overflow-style:none}.hero-demo-grid ::-webkit-scrollbar{display:none}.hero-demo-grid>div:first-child{position:absolute;inset:0}.hero-demo-fade{pointer-events:none;z-index:2;background:linear-gradient(#0000,#fff);height:48px;position:absolute;bottom:0;left:0;right:0}.hero-demo-indicator{pointer-events:none;z-index:3;justify-content:center;display:flex;position:absolute;bottom:-24px;left:0;right:0}.hero-demo-indicator .wf-ai-indicator{pointer-events:auto;position:static}.hero-indicator-icon{object-fit:contain;vertical-align:middle;flex-shrink:0;width:24px;height:24px;margin:0 4px}@media (width<=768px){.hero-demo{margin-top:calc(1rem + 24px)}.hero-demo-wrapper{max-width:100%}.hero-demo-grid{transform-origin:top;border-radius:8px;width:166.67%;height:420px;margin-left:-33.33%;transform:scale(.6)}.hero-demo-indicator{bottom:152px}}