.popup-menu-anchor{display:none}.popup-menu{z-index:10000;background:var(--bg-popup);border-radius:var(--radius-md);min-width:120px;box-shadow:var(--shadow-lg);transform-origin:100% 0;flex-direction:column;padding:4px 0;animation:.15s ease-out popup-in;display:flex;position:fixed}.popup-menu--align-left{transform-origin:0 0}.popup-menu-item{color:var(--text-primary);transition:all var(--transition-fast);white-space:nowrap;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:12px;font-weight:500;display:flex}@media (hover:hover){.popup-menu-item:hover:not(:disabled){background:var(--bg-hover)}.popup-menu-item--destructive:hover:not(:disabled){color:var(--error)}}.popup-menu-item:disabled{opacity:.5;cursor:not-allowed}.popup-menu-item--selected{background:var(--bg-accent-subtle,#3b82f61a);color:var(--accent-color,#3b82f6)}.popup-menu-item-right{margin-left:auto}.popup-menu-badge{color:var(--text-tertiary);background:var(--bg-tertiary);border-radius:10px;padding:1px 6px;font-size:11px}.popup-menu-item--selected .popup-menu-badge{background:var(--accent-color,#3b82f6);color:#fff}.tooltip-wrapper{display:inline-flex;position:relative}.tooltip-popup{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);white-space:nowrap;pointer-events:none;z-index:100;box-shadow:var(--shadow-lg);visibility:hidden;opacity:0;border-radius:8px;padding:6px 10px;font-size:13px;line-height:1.4;transition:opacity .15s ease-out,visibility .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.tooltip-popup:after{content:"";border:6px solid #0000;border-top-color:var(--bg-secondary);position:absolute;top:100%;left:50%;transform:translate(-50%)}.tooltip-wrapper:hover .tooltip-popup{visibility:visible;opacity:1}.bubble-cloud-container{flex-direction:column;gap:16px;margin:16px 0;display:flex;position:relative}.bubble-cloud-wrapper{background:0 0;width:100%;overflow:hidden}.bubble-cloud-legend-container{justify-content:space-between;align-items:center;gap:16px;max-width:760px;margin-left:auto;margin-right:auto;padding:0 16px;display:flex}.bubble-cloud-legend{flex-wrap:wrap;flex:1;justify-content:center;gap:12px 20px;min-width:0;display:flex}.bubble-cloud-legend-item{align-items:center;gap:6px;display:flex}.bubble-cloud-legend-item .tooltip-wrapper{align-items:center;gap:6px}.bubble-cloud-legend-item-interactive{cursor:pointer;user-select:none;border-radius:6px;margin:-4px -8px;padding:4px 8px;transition:background-color .15s}@media (hover:hover){.bubble-cloud-legend-item-interactive:hover{background-color:var(--bg-hover,#0000000d)}}.bubble-cloud-legend-item-interactive:active{background-color:var(--bg-active,#00000014)}.bubble-cloud-legend-item-hidden .bubble-cloud-legend-label{opacity:.4;text-decoration:line-through}.bubble-cloud-legend-swatch{box-sizing:border-box;border:2px solid #0000;border-radius:3px;flex-shrink:0;width:12px;height:12px;transition:background-color .15s,border-color .15s}.bubble-cloud-legend-item-hidden .bubble-cloud-legend-swatch{border-style:solid;border-width:2px}.bubble-cloud-legend-label{color:var(--text-secondary);white-space:nowrap;font-size:12px;transition:opacity .15s}.bubble-cloud-svg{width:100%;height:100%;display:block}.bubble{transition:transform .1s ease-out,opacity .3s}@media (hover:hover){.bubble:hover{filter:brightness(1.05)}.bubble:hover .bubble-inner{transform:scale(1.1)}}.bubble-inner{transition:transform .15s ease-out}.bubble-stroke{fill:var(--bg-primary);transition:stroke .3s}.bubble-avatar{pointer-events:none;opacity:0}.bubble-avatar.fade-in{animation:.2s ease-in forwards avatarFadeIn}@keyframes avatarFadeIn{0%{opacity:0}to{opacity:1}}.bubble-loading{pointer-events:none;animation:1.5s ease-in-out infinite pulse-loading;fill:var(--loading-bg)!important}@keyframes pulse-loading{0%,to{opacity:.6}50%{opacity:1}}.bubble-status-ring{pointer-events:none}.bubble-status-ring.pulsing{animation:1s ease-in-out infinite pulse-status}.bubble-flag-badge{pointer-events:none}@keyframes pulse-status{0%,to{opacity:1;stroke-width:2px}50%{opacity:.4;stroke-width:3px}}.bubble-tooltip{background:var(--bg-secondary);border:1px solid var(--border);pointer-events:none;z-index:100;max-width:240px;box-shadow:var(--shadow-lg);border-radius:8px;padding:8px 12px;animation:.15s ease-out tooltipFadeIn;position:absolute;transform:translate(-50%,-100%)}.bubble-tooltip:after{content:"";border:6px solid #0000;border-top-color:var(--bg-secondary);position:absolute;top:100%;left:50%;transform:translate(-50%)}.bubble-tooltip-name{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.bubble-tooltip-summary{color:var(--text-primary);font-size:14px;line-height:1.4;display:block}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,-100%)translateY(4px)}to{opacity:1;transform:translate(-50%,-100%)translateY(0)}}@media (width<=768px){.bubble-cloud-container{gap:12px;margin:12px 0}.bubble-tooltip{max-width:200px;padding:6px 10px}.bubble-tooltip-name{font-size:12px}.bubble-tooltip-summary{font-size:12px;line-height:1.35}.bubble-cloud-legend-container{padding:0 12px}.bubble-cloud-legend{gap:8px 16px}.bubble-cloud-legend-label{font-size:12px}}@media (width<=600px){.bubble-tooltip{max-width:180px;padding:6px 10px}.bubble-tooltip-summary{font-size:12px}.bubble-cloud-legend{gap:6px 12px}.bubble-cloud-legend-swatch{width:10px;height:10px}.bubble-cloud-legend-label{font-size:12px}}@media (width<=480px){.bubble-tooltip{max-width:160px;padding:5px 8px}.bubble-tooltip-name{margin-bottom:2px;font-size:12px}.bubble-tooltip-summary{font-size:12px}.bubble-cloud-legend-container{gap:8px;padding:0 8px}.bubble-cloud-legend{gap:4px 10px}.bubble-cloud-legend-swatch{border-radius:2px;width:8px;height:8px}.bubble-cloud-legend-label{font-size:12px}}.bubble-cloud-buttons{pointer-events:none;justify-content:flex-end;align-items:center;gap:4px;max-width:760px;margin:0 auto;display:flex;position:absolute;top:8px;left:0;right:0}.bubble-cloud-attribution-backdrop{z-index:100;pointer-events:auto;position:fixed;inset:0}.bubble-cloud-attribution-popover{pointer-events:auto;background:var(--bg-primary,#fff);border:1px solid var(--border-color,#0000001a);z-index:101;border-radius:12px;width:320px;max-width:calc(100vw - 32px);max-height:calc(100vh - 200px);padding:16px;animation:.2s ease-out attribution-popover-enter;position:absolute;top:44px;right:0;overflow-y:auto;box-shadow:0 4px 24px #0000001f,0 2px 8px #00000014}@keyframes attribution-popover-enter{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.attribution-title{color:var(--text-primary,#1a1a1a);letter-spacing:-.01em;margin:0 0 12px;font-size:14px;font-weight:600}.attribution-title-warning{color:var(--color-warning,#f97316);align-items:center;gap:8px;display:flex}.attribution-title-warning svg{flex-shrink:0}.attribution-warning-text{color:var(--text-secondary,#000000b3);margin:0 0 12px;font-size:14px}.attribution-warning-note{color:var(--text-secondary,#000000b3);background:var(--bg-secondary,#00000008);border-radius:8px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}.attribution-disclaimer{color:var(--text-secondary,#000000b3);background:var(--bg-secondary,#00000008);border-radius:8px;margin:0 0 16px;padding:10px 12px;font-size:12px;line-height:1.5}.attribution-section{margin-bottom:16px}.attribution-section:last-of-type{margin-bottom:8px}.attribution-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary,#00000080);margin:0 0 6px;font-size:12px;font-weight:600}.attribution-attributes{color:var(--text-secondary,#000000b3);margin:0 0 8px;font-size:14px;font-style:italic}.attribution-sources{margin:0;padding:0;list-style:none}.attribution-source{margin-bottom:4px}.attribution-source-link{color:var(--accent-primary,#2563eb);align-items:center;gap:4px;font-size:14px;text-decoration:none;transition:color .15s;display:inline-flex}@media (hover:hover){.attribution-source-link:hover{color:var(--accent-hover,#1d4ed8);text-decoration:underline}.attribution-search-entry a:hover{text-decoration:underline}}.attribution-external-icon{opacity:.6;flex-shrink:0}.attribution-source-search{color:var(--text-tertiary,#00000080);font-size:12px;font-style:italic}.attribution-source-unavailable{opacity:.7}.attribution-unavailable-note{color:var(--warning-color,#b45309);margin-top:2px;font-size:12px;font-style:normal;display:block}.attribution-search-entry{color:var(--text-secondary,#000000b3);font-size:14px}.attribution-search-entry a{color:var(--accent-primary,#2563eb);text-decoration:none}.attribution-search-note{color:var(--text-tertiary,#00000080);margin:0;font-size:12px;font-style:italic}.attribution-failed-note{color:var(--text-tertiary,#00000080);margin:8px 0 0;font-size:12px;font-style:italic}.attribution-strata{margin:0;padding:0;list-style:none}.attribution-stratum{border-bottom:1px solid var(--border-color,#0000000f);justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;display:flex}.attribution-stratum:last-child{border-bottom:none}.attribution-stratum-desc{color:var(--text-secondary,#000000b3);flex:1;padding-right:12px}.attribution-stratum-quota{color:var(--text-primary,#1a1a1a);text-align:right;min-width:24px;font-weight:600}.attribution-license{border-top:1px solid var(--border-color,#00000014);color:var(--text-tertiary,#0006);text-align:center;margin:12px 0 0;padding-top:12px;font-size:12px}@media (width<=640px){.bubble-cloud-attribution-popover{width:calc(100vw - 32px);bottom:48px;right:50%;transform:translate(50%)}@keyframes attribution-popover-enter{0%{opacity:0;transform:translate(50%)translateY(8px)scale(.96)}to{opacity:1;transform:translate(50%)translateY(0)scale(1)}}}@media (width<=480px){.bubble-cloud-buttons{top:4px}.bubble-cloud-attribution-popover{padding:14px}.attribution-title{font-size:14px}.attribution-disclaimer{padding:8px 10px;font-size:12px}.attribution-section-title,.attribution-attributes,.attribution-source-link,.attribution-stratum{font-size:12px}}@media (prefers-color-scheme:dark){.bubble-cloud-attribution-popover{background:var(--bg-primary,#1a1a1a);border-color:var(--border-color,#ffffff1a)}.attribution-warning-text{color:var(--text-secondary,#ffffffb3)}.attribution-warning-note{color:var(--text-secondary,#ffffffb3);background:var(--bg-secondary,#ffffff0d)}}.bubble-cloud-granularity{flex-shrink:0;position:relative}.bubble-cloud-granularity-button{background:var(--bg-secondary,#0000000a);border:1px solid var(--border-color,#00000014);cursor:pointer;width:28px;height:28px;color:var(--text-tertiary,#00000073);border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}@media (hover:hover){.bubble-cloud-granularity-button:hover{background:var(--bg-hover,#00000014);color:var(--text-secondary,#000000a6)}}.bubble-cloud-granularity-button:active{background:var(--bg-active,#0000001f)}@media (prefers-color-scheme:dark){.bubble-cloud-granularity-button{background:var(--bg-secondary,#ffffff0f);border-color:var(--border-color,#ffffff1a);color:var(--text-tertiary,#ffffff73)}@media (hover:hover){.bubble-cloud-granularity-button:hover{background:var(--bg-hover,#ffffff1a);color:var(--text-secondary,#ffffffa6)}}}.research-charts{border-top:1px solid var(--border-subtle);max-width:760px;margin:24px auto 32px;padding-top:20px}.charts-summary{gap:16px;margin-bottom:24px;display:flex}.summary-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;flex:1;align-items:center;gap:12px;padding:16px;display:flex}.summary-emoji{font-size:32px;line-height:1}.summary-value{color:var(--accent);text-align:center;min-width:40px;font-size:32px;font-weight:700;line-height:1}.summary-details{flex-direction:column;gap:2px;display:flex}.summary-label{color:var(--text-primary);font-size:14px;font-weight:600}.summary-sublabel{color:var(--text-secondary);font-size:12px}.charts-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=768px){.research-charts{margin-top:16px;margin-bottom:24px;padding-top:16px}.charts-grid{grid-template-columns:1fr;gap:16px}.charts-summary{flex-direction:column;gap:12px;margin-bottom:20px}.summary-card{padding:14px}.summary-emoji{font-size:28px}.summary-value{min-width:36px;font-size:28px}.summary-label{font-size:14px}.summary-sublabel{font-size:12px}.chart-container{padding:14px}.chart-title{margin-bottom:10px;font-size:12px}}@media (width<=480px){.summary-card{gap:10px;padding:12px}.summary-emoji{font-size:24px}.summary-value{min-width:32px;font-size:24px}.chart-container{padding:12px}}.chart-container{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;justify-content:center;padding:16px;display:flex}.chart-container-wide{grid-column:1/-1}.chart-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:600}.chart-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.chart-tooltip{background:var(--bg-secondary);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:8px;flex-direction:column;gap:2px;padding:8px 12px;display:flex}.chart-tooltip strong{color:var(--text-primary);font-size:14px}.chart-tooltip span{color:var(--text-secondary);font-size:12px}.research-charts .recharts-text{fill:var(--text-secondary)}.research-charts .recharts-legend-item-text{color:var(--text-secondary)!important}.research-charts .recharts-cartesian-axis-tick-value{fill:var(--text-secondary)}.chart-axis-tick-interactive{transition:fill .15s,opacity .15s}@media (hover:hover){.chart-axis-tick-interactive:hover{fill:var(--text-primary)!important}}.chart-axis-tick-hidden{opacity:.35;text-decoration:line-through}.research-charts .recharts-pie-sector{cursor:pointer}.research-charts .recharts-surface,.research-charts .recharts-surface *,.research-charts .recharts-pie-sector,.research-charts .recharts-scatter-symbol,.research-charts .recharts-layer,.research-charts path,.research-charts circle{-webkit-tap-highlight-color:transparent;outline:none}.uc-ticker{background:var(--grad-deep);width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:34px 0;overflow:hidden}.uc-ticker-track{align-items:center;gap:48px;width:max-content;animation:42s linear infinite uc-ticker-scroll;display:flex}.uc-ticker:hover .uc-ticker-track{animation-play-state:paused}@keyframes uc-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.uc-tick{font-family:var(--serif);color:#fff;white-space:nowrap;flex:none;align-items:center;gap:48px;font-size:clamp(22px,2.6vw,32px);font-weight:300;display:flex}.uc-tick-t{white-space:nowrap}.uc-tick em{font-style:italic}.uc-tick:after{content:"";background:#ffffffbf;border-radius:3px;width:9px;height:9px}@media (prefers-reduced-motion:reduce){.uc-ticker-track{width:auto;padding:0 var(--gutter);flex-wrap:wrap;justify-content:center;gap:20px 48px;animation:none}.uc-tick[aria-hidden=true]{display:none}.uc-tick-t{white-space:normal}}.export-ad-page{page-break-before:always;break-before:page;flex-direction:column;align-items:flex-start;padding:48px 0 0;display:flex}.export-ad-logo{margin:0 0 24px}.export-ad-logo svg{width:auto;height:35px;display:block}.export-ad-tagline{flex-direction:column;margin:0 0 48px;display:flex}.export-ad-tagline-top{letter-spacing:-2px;font-family:Poppins,sans-serif;font-size:40px;font-weight:700;line-height:1.1}.export-ad-tagline-accent{letter-spacing:-1.5px;font-family:Poppins,sans-serif;font-size:40px;font-weight:400;line-height:1.1}.export-ad-steps{flex-direction:column;gap:16px;width:100%;margin-bottom:40px;display:flex}.export-ad-step{align-items:flex-start;gap:16px;display:flex}.export-ad-step-num{letter-spacing:-.5px;flex-shrink:0;width:32px;font-size:24px;font-weight:700}.export-ad-step strong{margin-bottom:4px;font-size:16px;display:block}.export-ad-step p{margin:0;font-size:14px;line-height:1.5}.export-ad-grid{grid-template-columns:1fr 1fr 1fr;gap:16px;width:100%;margin-bottom:32px;display:grid}.export-ad-card{border:1px solid var(--border);border-radius:8px;padding:16px}.export-ad-card strong{margin-bottom:4px;font-size:14px;display:block}.export-ad-card p{margin:0;font-size:14px;line-height:1.5}.export-ad-cases{flex-wrap:wrap;gap:8px;margin-bottom:40px;display:flex}.export-ad-case{border:1px solid var(--border);border-radius:16px;padding:6px 16px;font-size:14px}.export-ad-cta{margin:0;font-size:18px;font-weight:600}.lp-demo-bubble-section .lp-demo-card{box-shadow:none;background:0 0;border:none;border-radius:0;margin-top:8px;padding:0}.lp-demo-bubble-section .lp-demo-card-caption{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin:0 0 8px;font-size:14px;font-weight:600}.lp-demo-bubble-section .lp-demo-chat-head{justify-content:flex-end;margin-bottom:16px;display:flex}.lp-demo-bubble-section .lp-demo-chat-bubble{background:var(--hairline-soft);max-width:70%;color:var(--ink);border-radius:16px 16px 6px;padding:14px 18px;line-height:1.5}.lp-demo-bubble-section .lp-demo-card .research-charts{border-top:none;max-width:100%;margin-top:8px;padding-top:0}.lp-report-toc{border-top:1px solid var(--hairline);margin:0;padding:0;list-style:none}.lp-report-row{border-bottom:1px solid var(--hairline);grid-template-columns:64px minmax(0,300px) minmax(0,1fr);align-items:baseline;gap:24px;padding:26px 4px;display:grid}.lp-report-roman{font-family:var(--serif);color:var(--ink-faint);font-size:15px;font-style:italic}.lp-report-row h3{font-family:var(--serif);letter-spacing:-.005em;color:var(--ink);margin:0;font-size:21px;font-weight:400}.lp-report-row p{color:var(--ink-soft);max-width:52ch;margin:0;font-size:15px}@media (width<=720px){.lp-report-row{grid-template-columns:40px 1fr}.lp-report-row p{grid-column:2}}@media (width<=640px){.lp-report-row{padding:20px 2px}.lp-report-row h3{font-size:19px}}.lp-meth-link{margin:8px 0 0}.lp-props-section{max-width:100%;padding-left:0;padding-right:0}.lp-props-inner{max-width:var(--measure);padding:0 var(--gutter);margin:0 auto}.lp-props{grid-template-columns:repeat(3,1fr);gap:56px 48px;display:grid}.lp-prop h3{font-family:var(--serif);color:var(--ink);border-top:2px solid var(--ink);margin:0 0 10px;padding-top:18px;font-size:21px;font-weight:400}.lp-prop:nth-child(-n+3) h3{border-image:var(--grad) 1}.lp-prop p{color:var(--ink-soft);margin:0;font-size:14.5px;line-height:1.65}.lp-deco-props-poly{width:clamp(300px,32vw,480px);height:clamp(300px,32vw,480px);top:-170px;right:-170px;transform:rotate(-14deg)}@media (width<=980px){.lp-deco-props-poly{width:220px;height:220px;top:-110px;right:-110px}}@media (width<=900px){.lp-props{grid-template-columns:repeat(2,1fr);gap:40px 32px}}@media (width<=640px){.lp-deco-props-poly{display:none}}@media (width<=560px){.lp-props{grid-template-columns:1fr}}.lp-uc-section{max-width:100%;padding-left:0;padding-right:0}.lp-uc-inner{max-width:var(--measure);padding:0 var(--gutter);margin:0 auto}.lp-acc-a-legend{gap:28px;margin-bottom:32px;display:flex}.lp-acc-a-legend-item{color:var(--ink-soft);align-items:center;gap:8px;font-size:13px;display:inline-flex}.lp-acc-a-legend-dot{border-radius:2px;flex-shrink:0;width:20px;height:8px}.lp-acc-a-legend-dot-bulker{background:var(--grad)}.lp-acc-a-legend-dot-comp{background:#ef4444}.lp-acc-grid{border:1px solid var(--hairline);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.lp-acc-card{border-right:1px solid var(--hairline);flex-direction:column;padding:28px 26px 32px;display:flex}.lp-acc-card:last-child{border-right:0}.lp-acc-a-header{flex-direction:column;gap:4px;margin-bottom:24px;display:flex}.lp-acc-a-label{font-family:var(--sans);letter-spacing:.01em;color:var(--ink);font-size:13px;font-weight:600}.lp-acc-tag{font-family:var(--serif);color:var(--ink-faint);font-size:14px;font-style:italic}.lp-acc-a-bars{flex-direction:column;flex:1;gap:10px;display:flex}.lp-acc-a-line{grid-template-columns:minmax(0,1fr) 52px;align-items:center;gap:12px;display:grid}.lp-acc-a-track{background:var(--hairline-soft);border-radius:999px;height:12px;overflow:hidden}.lp-acc-a-bar{border-radius:999px;min-width:4px;height:100%;transition:width .8s cubic-bezier(.16,1,.3,1)}.lp-acc-a-bulker{background:var(--grad)}.lp-acc-a-comp{background:#ef4444}.lp-acc-a-val{font-family:var(--sans);font-variant-numeric:tabular-nums;text-align:right;font-size:13px}.lp-acc-a-val-bulker{color:var(--ink);font-weight:600}.lp-acc-a-val-comp{color:var(--ink-soft)}@media (width<=820px){.lp-acc-grid{grid-template-columns:1fr}.lp-acc-card{border-right:0;border-bottom:1px solid var(--hairline)}.lp-acc-card:last-child{border-bottom:0}}@media (width<=640px){.lp-acc-card{padding:22px 20px 26px}}.lp-transparency{border-top:1px solid var(--hairline);max-width:68ch;margin:40px 0 0;padding:20px 0 0}.lp-transparency-title{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 12px;font-size:11px}.lp-disclaimers{counter-reset:lp-fn;color:var(--ink-faint);margin:0;padding:0;font-size:12.5px;line-height:1.7;list-style:none}.lp-disclaimers li{counter-increment:lp-fn;grid-template-columns:20px 1fr;gap:6px;margin-bottom:8px;display:grid}.lp-disclaimers li:last-child{margin-bottom:0}.lp-disclaimers li:before{content:counter(lp-fn);font-family:var(--serif);font-style:italic}.lp-acc-more{margin:32px 0 0}.lp-compare-section .lp-compare-wrap{-webkit-overflow-scrolling:touch;margin:0;padding:0;overflow-x:auto}.lp-compare-section .lp-compare{border-collapse:separate;border-spacing:0;width:100%;min-width:640px;font-size:14px}.lp-compare-section .lp-compare th,.lp-compare-section .lp-compare td{border-bottom:1px solid var(--hairline);text-align:center;white-space:nowrap;color:var(--ink);padding:14px 16px;font-size:14px}.lp-compare-section .lp-compare thead th{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);border-bottom:1px solid var(--ink);padding-bottom:16px;font-size:12px;font-weight:500}.lp-compare-section .lp-compare .lp-compare-feature{text-align:left;color:var(--ink-soft);white-space:normal;min-width:220px;padding-left:0;font-weight:400}.lp-compare-section .lp-compare td.lp-compare-bulker{background:var(--paper-warm);color:var(--ink);border-radius:0;font-weight:600}.lp-compare-section .lp-compare thead th.lp-compare-bulker{background:var(--ink);color:var(--paper);border-radius:0;font-weight:600}.lp-compare-section .lp-compare tbody tr:last-child td{border-bottom:none;border-radius:0}.lp-compare-section .lp-compare-icon{vertical-align:middle;display:inline-block}.lp-compare-section .lp-compare-yes{color:var(--violet);width:22px;height:22px}.lp-compare-section .lp-compare-partial{color:var(--ink-faint);opacity:1}.lp-compare-section .lp-compare-no{color:var(--ink-faint);opacity:.8;width:14px;height:14px}.lp-compare-section .lp-compare-pricing td{font-family:var(--serif);color:var(--ink);font-size:15px;font-style:italic;font-weight:400}.lp-compare-section .lp-compare-pricing td.lp-compare-bulker{font-weight:600}.lp-compare-section .lp-compare-footnote{color:var(--ink-faint);max-width:68ch;margin:16px 0 0;font-size:12.5px;line-height:1.7}@media (width<=900px){.lp-compare-section .lp-compare .lp-compare-feature{background:var(--paper);z-index:1;min-width:160px;position:sticky;left:0;box-shadow:8px 0 8px -8px #0000001f}.lp-compare-section .lp-compare th,.lp-compare-section .lp-compare td{padding:12px;font-size:13px}.lp-compare-section .lp-compare{font-size:13px}}.lp-hero-pipeline{text-align:center;flex-direction:column;justify-content:space-evenly;align-items:center;min-height:calc(100dvh - 160px);margin-top:80px;padding:0 32px;display:flex;position:relative;overflow:hidden}.lp-hero-pipeline.lp-hero-pipeline--embedded{justify-content:flex-start;width:100vw;max-width:100vw;min-height:0;margin-top:0;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 0 8px}.hp-title-in{opacity:0;max-width:800px;margin-left:auto;margin-right:auto;animation:.6s .2s forwards pl-step-in;transform:translateY(16px);margin-bottom:48px!important}.lp-hero-pipeline .lp-section-title{font-size:56px}.lp-pl-flow{align-items:flex-start;display:flex}.lp-pl-step{text-align:center;opacity:0;flex-direction:column;flex:1;align-items:center;min-width:0;display:flex;transform:translateY(20px)}.lp-pl-visual{justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:20px;display:flex}.lp-pl-num{font-family:var(--serif);letter-spacing:0;background:var(--grad);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:40px;font-style:italic;font-weight:300;line-height:1}.lp-pl-title{font-family:var(--sans);color:var(--ink);margin-bottom:6px;font-size:16px;font-weight:600;line-height:1.3}.lp-pl-desc{color:var(--ink-soft);max-width:180px;font-size:14px;line-height:1.5}.lp-pl-connector{opacity:0;flex:0 0 36px;justify-content:center;align-items:center;height:140px;display:flex}.lp-pl-connector svg{width:24px;height:24px}.lp-pl-ask{width:100%;max-width:180px}.lp-pl-input-mock{background:var(--paper-warm);border-radius:var(--radius-lg);color:var(--ink-soft);text-align:left;background-image:linear-gradient(var(--paper-warm), var(--paper-warm)), var(--grad);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;padding:12px 16px;font-size:13px;box-shadow:0 2px 12px #8b5cf61a}.lp-pl-typewriter{white-space:nowrap;border-right:2px solid var(--ink);vertical-align:bottom;width:0;display:inline-block;overflow:hidden}.lp-pl-personas{grid-template-columns:repeat(4,32px);justify-content:center;gap:6px;display:grid}.lp-pl-avatar{object-fit:cover;background:var(--hairline-soft);opacity:0;border-radius:50%;width:32px;height:32px;transform:scale(0)}.lp-pl-sources{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:10px;display:flex}.lp-pl-source{border-radius:var(--radius-full);background:var(--paper-warm);border:1px solid var(--hairline);color:var(--ink-faint);white-space:nowrap;padding:2px 8px;font-size:12px;font-weight:500}.lp-pl-interviews{grid-template-columns:repeat(3,48px);justify-content:center;gap:8px;display:grid}.lp-pl-chat-pair{opacity:0;flex-direction:column;gap:3px;display:flex;transform:scale(.5)}.lp-pl-bubble{border-radius:6px;height:12px;display:block}.lp-pl-bubble-q{background:var(--hairline);width:60%}.lp-pl-bubble-a{background:linear-gradient(135deg,#8b5cf680,#38bdf880);justify-content:center;align-self:flex-end;align-items:center;width:80%;display:flex}.lp-pl-dots{align-items:center;gap:2px;display:flex}.lp-pl-dots span{opacity:.8;background:#fff;border-radius:50%;width:3px;height:3px}.lp-pl-categorise{flex-direction:column;gap:10px;width:100%;max-width:160px;display:flex}.lp-pl-bar{background:var(--hairline-soft);border-radius:7px;height:14px;overflow:hidden}.lp-pl-bar-fill{background:linear-gradient(90deg,#8b5cf6a6,#38bdf8a6);border-radius:7px;width:0;height:100%}.lp-pl-report{justify-content:center;align-items:center;display:flex}.lp-pl-rpt-paper{border:1.5px solid var(--hairline);background:var(--paper);opacity:0;border-radius:12px;flex-direction:column;gap:8px;width:120px;padding:14px 12px;display:flex;transform:scale(.8)}.lp-pl-rpt-heading{opacity:0;background:linear-gradient(90deg,#8b5cf6b3,#38bdf8b3);border-radius:5px;width:55%;height:10px;transform:translateY(4px)}.lp-pl-rpt-line{background:var(--hairline);opacity:0;border-radius:3px;width:0;height:6px}.lp-pl-rpt-quote{opacity:0;align-items:stretch;gap:6px;padding:4px 0;display:flex;transform:translateY(4px)}.lp-pl-rpt-quote-bar{background:linear-gradient(#8b5cf699,#38bdf899);border-radius:2px;flex-shrink:0;width:3px}.lp-pl-rpt-quote-lines{flex-direction:column;flex:1;gap:4px;display:flex}.lp-pl-rpt-quote-lines span{background:var(--hairline);opacity:.7;border-radius:2.5px;height:5px;display:block}.lp-pl-rpt-table{opacity:0;grid-template-columns:repeat(3,1fr);gap:3px;margin-top:2px;display:grid;transform:translateY(4px)}.lp-pl-rpt-cell{background:var(--hairline);opacity:.5;border-radius:2px;height:8px}.lp-pl-rpt-cell-head{opacity:.8;background:linear-gradient(90deg,#8b5cf673,#38bdf873)}.lp-pl-factcheck{justify-content:center;align-items:center;display:flex}.lp-pl-shield{opacity:0;width:64px;height:80px;transform:scale(.5)}.lp-pl-check{stroke-dasharray:42;stroke-dashoffset:42px}.hp-viewport{--hp-step:260px;--hp-conn:48px;--hp-view:calc(3 * var(--hp-step) + 2 * var(--hp-conn));--hp-shift:calc(var(--hp-step) + var(--hp-conn));touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;cursor:grab;width:100%;height:auto;position:relative}.hp-track{margin-left:calc((100% - var(--hp-view)) / 2 - var(--hp-shift))}.hp-viewport:active{cursor:grabbing}.hp-track{--hp-frame:1;transform:translateX(calc(-1 * var(--hp-frame) * var(--hp-shift)));transition:transform .8s cubic-bezier(.4,0,.2,1)}.lp-hero-pipeline .lp-pl-flow{flex-direction:row;align-items:flex-start}.lp-hero-pipeline .lp-pl-step{flex:0 0 var(--hp-step);min-width:var(--hp-step);background:var(--paper);border:1px solid var(--hairline);opacity:1;-webkit-user-select:none;user-select:none;border-radius:14px;padding:18px 14px 22px;transform:none}.lp-hero-pipeline .lp-pl-step *{pointer-events:none;-webkit-user-drag:none}.lp-hero-pipeline .lp-pl-connector{flex:0 0 var(--hp-conn);opacity:1;-webkit-user-select:none;user-select:none;height:200px;margin-top:18px}.lp-hero-pipeline .lp-pl-connector *{pointer-events:none;-webkit-user-drag:none}.lp-hero-pipeline .lp-pl-connector svg{width:24px;height:24px;transform:none}.lp-hero-pipeline .lp-pl-visual{height:200px}.lp-hero-pipeline .lp-pl-ask{max-width:220px}.lp-hero-pipeline .lp-pl-input-mock{font-size:14px}.lp-hero-pipeline .lp-pl-typewriter{width:0}.lp-hero-pipeline .lp-pl-personas{grid-template-columns:repeat(5,36px);gap:6px}.lp-hero-pipeline .lp-pl-avatar{opacity:0;width:36px;height:36px;transform:scale(0)}.lp-hero-pipeline .lp-pl-interviews{grid-template-columns:repeat(3,52px);gap:10px}.lp-hero-pipeline .lp-pl-chat-pair{opacity:0;gap:4px;transform:scale(.5)}.lp-hero-pipeline .lp-pl-bubble{border-radius:7px;height:14px}.lp-hero-pipeline .lp-pl-dots span{width:4px;height:4px}.lp-hero-pipeline .lp-pl-categorise{gap:12px;max-width:200px}.lp-hero-pipeline .lp-pl-bar{border-radius:8px;height:16px}.lp-hero-pipeline .lp-pl-bar-fill{width:0}.lp-hero-pipeline .lp-pl-rpt-paper{gap:10px;width:150px;padding:16px 14px}.lp-hero-pipeline .lp-pl-rpt-heading{height:12px}.lp-hero-pipeline .lp-pl-rpt-line{height:7px}.lp-hero-pipeline .lp-pl-rpt-quote-lines span{height:6px}.lp-hero-pipeline .lp-pl-rpt-cell{height:10px}.lp-hero-pipeline .lp-pl-shield{opacity:0;width:72px;height:90px;transform:scale(.5)}.lp-hero-pipeline .lp-pl-check{stroke-dasharray:42;stroke-dashoffset:42px}.lp-hero-pipeline .lp-pl-desc{max-width:200px}.lp-hero-pipeline .lp-pl-step.hp-step-live,.lp-hero-pipeline .lp-pl-connector.hp-conn-live{opacity:1;animation:none;transform:none}.lp-hero-pipeline .hp-step-live .lp-pl-typewriter{animation:1.5s steps(27,end) .3s forwards pl-typewriter,.8s step-end infinite pl-cursor-blink}.lp-hero-pipeline .hp-step-live .lp-pl-avatar{animation:.35s cubic-bezier(.34,1.56,.64,1) forwards pl-pop;animation-delay:calc(var(--avatar-i) * 50ms)}.lp-hero-pipeline .hp-step-live .lp-pl-chat-pair{animation:.3s cubic-bezier(.34,1.56,.64,1) forwards pl-pop;animation-delay:calc(var(--chat-i) * 60ms)}.lp-hero-pipeline .hp-step-live .lp-pl-dots span{animation:1s ease-in-out infinite pl-dot-bounce}.lp-hero-pipeline .hp-step-live .lp-pl-dots span:nth-child(2){animation-delay:.15s}.lp-hero-pipeline .hp-step-live .lp-pl-dots span:nth-child(3){animation-delay:.3s}.lp-hero-pipeline .hp-step-live .lp-pl-bar-fill{animation:.6s ease-out forwards pl-bar-grow;animation-delay:calc(var(--bar-i) * .12s)}.lp-hero-pipeline .hp-step-live .lp-pl-rpt-paper{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards pl-pop}.lp-hero-pipeline .hp-step-live .lp-pl-rpt-heading{animation:.35s forwards pl-rpt-fade-in;animation-delay:calc(.2s + var(--rpt-i) * 80ms)}.lp-hero-pipeline .hp-step-live .lp-pl-rpt-line{animation:.5s ease-out forwards pl-rpt-line-grow;animation-delay:calc(.2s + var(--rpt-i) * 80ms)}.lp-hero-pipeline .hp-step-live .lp-pl-rpt-quote,.lp-hero-pipeline .hp-step-live .lp-pl-rpt-table{animation:.35s forwards pl-rpt-fade-in;animation-delay:calc(.2s + var(--rpt-i) * 80ms)}.lp-hero-pipeline .hp-step-live .lp-pl-shield{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards pl-pop}.lp-hero-pipeline .hp-step-live .lp-pl-check{animation:.5s .4s forwards pl-check-draw}@keyframes pl-step-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pl-typewriter{0%{width:0}to{width:100%}}@keyframes pl-cursor-blink{0%,to{border-right-color:var(--ink)}50%{border-right-color:#0000}}@keyframes pl-pop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes pl-dot-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-2.5px)}}@keyframes pl-bar-grow{0%{width:0}to{width:var(--bar-w)}}@keyframes pl-check-draw{0%{stroke-dashoffset:42px}to{stroke-dashoffset:0}}@keyframes pl-rpt-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pl-rpt-line-grow{0%{opacity:0;width:0}to{opacity:1;width:var(--rpt-w)}}@keyframes hp-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.lp-hero-pipeline .lp-pl-step.hp-step-exit,.lp-hero-pipeline .lp-pl-connector.hp-conn-exit{opacity:1;animation:none;transform:none}@media (width<=960px){.lp-hero-pipeline .lp-section-title{font-size:48px}.lp-pl-num{margin-bottom:8px;font-size:34px}.hp-viewport{--hp-step:200px;--hp-conn:36px}.lp-hero-pipeline .lp-pl-visual,.lp-hero-pipeline .lp-pl-connector{height:170px}.lp-hero-pipeline .lp-pl-personas{grid-template-columns:repeat(5,30px);gap:5px}.lp-hero-pipeline .lp-pl-avatar{width:30px;height:30px}.lp-hero-pipeline .lp-pl-interviews{grid-template-columns:repeat(3,44px);gap:8px}.lp-hero-pipeline .lp-pl-rpt-paper{gap:7px;width:110px;padding:12px 10px}.lp-hero-pipeline .lp-pl-shield{width:56px;height:70px}.lp-hero-pipeline .lp-pl-desc{max-width:170px}}@media (width<=768px){.lp-hero-pipeline .lp-section-title{font-size:40px}.lp-hero-pipeline:not(.lp-hero-pipeline--embedded){min-height:calc(100dvh - 240px);padding:88px 24px 32px}.lp-hero-pipeline.lp-hero-pipeline--embedded{padding:0 0 8px}.hp-viewport{--hp-view:calc(2 * var(--hp-step) + var(--hp-conn))}.lp-hero-pipeline .lp-pl-visual,.lp-hero-pipeline .lp-pl-connector{height:160px}.lp-hero-pipeline .lp-pl-categorise{max-width:160px}}@media (width<=480px){.lp-hero-pipeline .lp-section-title{font-size:32px}.lp-pl-num{margin-bottom:6px;font-size:30px}.lp-hero-pipeline:not(.lp-hero-pipeline--embedded){padding:80px 16px 24px}.lp-hero-pipeline.lp-hero-pipeline--embedded{padding:0}.hp-viewport{--hp-step:240px;--hp-conn:24px;--hp-view:var(--hp-step)}.lp-hero-pipeline .lp-pl-visual,.lp-hero-pipeline .lp-pl-connector{height:180px}.lp-hero-pipeline .lp-pl-personas{grid-template-columns:repeat(5,32px);gap:6px}.lp-hero-pipeline .lp-pl-avatar{width:32px;height:32px}.lp-hero-pipeline .lp-pl-interviews{grid-template-columns:repeat(3,48px);gap:8px}.lp-hero-pipeline .lp-pl-categorise{max-width:200px}.lp-hero-pipeline .lp-pl-rpt-paper{gap:8px;width:130px;padding:14px 12px}.lp-hero-pipeline .lp-pl-shield{width:64px;height:80px}.lp-hero-pipeline .lp-pl-desc{max-width:200px}}.lp-hiw.lp-hiw.lp-hiw{text-align:center;width:auto;max-width:none;min-height:0;margin:0;padding:0 0 172px;display:block;position:relative;overflow:visible}.lp-hiw-grid{z-index:1;border-top:1px solid var(--hairline);border-left:1px solid var(--hairline);background:var(--paper);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid;position:relative}.lp-hiw-cell{border-right:1px solid var(--hairline);border-bottom:1px solid var(--hairline);background:var(--paper);perspective:1200px}.lp-hiw .lp-pl-step{border:0;border-radius:0;width:auto;min-width:0;height:100%}.lp-hiw-flip{height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.lp-hiw-cell:hover .lp-hiw-flip,.lp-hiw-cell:focus-within .lp-hiw-flip{transform:rotateY(180deg)}.lp-hiw-face{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lp-hiw-front{height:100%;position:relative}.lp-hiw .lp-pl-desc,.lp-hiw .lp-pl-sources{display:none}.lp-hiw-back{text-align:center;background:var(--grad-deep);color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px 28px;display:flex;position:absolute;inset:0;transform:rotateY(180deg)}.lp-hiw-back-num{font-family:var(--serif);color:#ffffffd9;font-size:30px;font-style:italic;font-weight:300;line-height:1}.lp-hiw-back-title{font-family:var(--sans);letter-spacing:.01em;margin:0;font-size:16px;font-weight:600}.lp-hiw-back-desc{font-family:var(--sans);color:#ffffffeb;margin:0;font-size:14.5px;line-height:1.6}.lp-hiw-back-sources{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:4px;display:flex}.lp-hiw-back-sources span{white-space:nowrap;border:1px solid #ffffff8c;border-radius:999px;padding:4px 12px;font-size:12px}@media (prefers-reduced-motion:reduce){.lp-hiw-flip{transition:none}}.lp-hiw-loop{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.lp-hiw-chip{background:var(--ink);color:var(--paper);font-family:var(--serif);white-space:nowrap;z-index:2;border-radius:999px;align-items:center;gap:8px;padding:7px 18px;font-size:15px;font-style:italic;display:inline-flex;position:absolute;transform:translate(-50%,-50%)}@media (width<=900px){.lp-hiw-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-hiw-chip,.lp-hiw-followup{left:50%!important}.lp-hiw.lp-hiw.lp-hiw{padding-top:72px}}@media (width<=560px){.lp-hiw.lp-hiw.lp-hiw{padding-bottom:164px}.lp-hiw-grid{grid-template-columns:1fr}}.lp-hiw-followup{font-family:var(--sans);color:var(--ink-soft);white-space:nowrap;z-index:2;margin:0;padding-top:14px;font-size:13px;position:absolute;transform:translate(-50%)}@media (width<=720px){.lp-hiw-followup{white-space:normal;text-align:center;width:min(80vw,340px)}}.lp-promo-video-hero{flex-direction:column;width:100%;margin-top:0;padding-bottom:72px;display:flex}.lp-promo-video-hero:before{content:"";height:calc(var(--lp-floating-nav-clearance,calc(64px + 24px + env(safe-area-inset-top,0px))) + clamp(16px, 6vh, 72px));flex-shrink:0;display:block}.lp-hero-kicker{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);align-items:center;gap:14px;margin:0 0 28px;font-size:12px;display:flex}.lp-hero-kicker:before{content:"";background:var(--grad);width:40px;height:2px}.lp-promo-video-headline{box-sizing:border-box;width:100%;max-width:var(--measure);padding-inline:var(--gutter);flex-direction:column;align-items:flex-start;margin:0 auto;display:flex}.lp-promo-video-stack{text-align:left;width:100%;max-width:15ch;font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);grid-template-columns:1fr;place-items:center start;font-size:clamp(42px,7vw,88px);font-weight:300;line-height:1.04;display:grid}.lp-promo-video-slogan{grid-area:1/1;width:100%}.lp-promo-video-hero .lp-promo-video-headline .lp-promo-video-title{font:inherit;letter-spacing:inherit;color:inherit;margin:0}.lp-promo-video-slogan--ghost{visibility:hidden;pointer-events:none}.lp-promo-video-slogan--leaving{pointer-events:none;animation:.4s forwards lp-promo-slogan-out}@keyframes lp-promo-slogan-out{0%{opacity:1}to{opacity:0}}.lp-promo-video-phrase{white-space:nowrap;display:inline-block}.lp-promo-video-word{display:inline-block}.lp-promo-video-word--em{background:var(--grad);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:400}.lp-promo-video-slogan--active .lp-promo-video-word{opacity:0;will-change:opacity, transform;animation:.6s cubic-bezier(.16,1,.3,1) forwards lp-fade-up;transform:translateY(12px)}@media (prefers-reduced-motion:reduce){.lp-promo-video-slogan--active .lp-promo-video-word{opacity:1;animation:none;transform:none}.lp-promo-video-slogan--leaving{opacity:0;animation:none}}.lp-hero-deck{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:end;gap:48px;width:100%;margin-top:40px;padding-bottom:48px;display:grid}.lp-hero-deck-copy{font-family:var(--sans);color:var(--ink-soft);max-width:46ch;margin:0;font-size:clamp(17px,2vw,20px);line-height:1.55}.lp-hero-deck-note{font-family:var(--sans);letter-spacing:.04em;color:var(--ink-faint);text-align:right;margin:0;font-size:13px;line-height:1.8}@media (width<=720px){.lp-hero-deck{grid-template-columns:1fr;gap:20px}.lp-hero-deck-note{text-align:left}}.lp-promo-video-bleed{z-index:1;box-sizing:border-box;width:100%;max-width:var(--measure);padding-inline:var(--gutter);margin:0 auto;position:relative}.lp-promo-video{aspect-ratio:16/9;background:var(--paper-warm);border:1px solid var(--hairline);border-radius:14px;width:100%;position:relative;overflow:hidden;box-shadow:0 40px 80px -48px #17171759}.lp-promo-video-el{object-fit:contain;object-position:center;cursor:pointer;width:100%;height:100%;display:block;position:absolute;inset:0}.lp-promo-video-overlay{pointer-events:none;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.lp-promo-video-play{pointer-events:auto;cursor:pointer;color:#171717;width:84px;height:84px;transition:transform var(--transition-fast), opacity var(--transition-fast);background:#fffffff2;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;box-shadow:0 12px 40px #00000059}.lp-promo-video-play svg{margin-left:4px}@media (hover:hover){.lp-promo-video-play:hover{transform:scale(1.06)}}.lp-promo-video-play:focus-visible{outline-offset:4px;outline:2px solid #fff}.lp-hero-video-caption{font-family:var(--sans);letter-spacing:.02em;color:var(--ink-faint);flex-wrap:wrap;justify-content:space-between;gap:4px 16px;padding:14px 4px 0;font-size:12.5px;display:flex}.lp-deco-hero-tri{width:clamp(300px,36vw,540px);height:clamp(300px,36vw,540px);animation:150s linear infinite lp-deco-spin;top:-200px;right:-140px;transform:rotate(18deg)}@keyframes lp-deco-spin{0%{transform:rotate(18deg)}to{transform:rotate(378deg)}}.lp-deco-hero-dot{width:180px;height:180px;top:440px;left:-100px}@media (width<=980px){.lp-deco-hero-dot{display:none}.lp-deco-hero-tri{width:240px;height:240px;top:-120px;right:-110px}}@media (width<=640px){.lp-deco-hero-tri{display:none}}@media (width<=768px){.lp-promo-video-hero{padding-bottom:48px}.lp-hero-deck{padding-bottom:32px}.lp-promo-video-overlay{padding:24px}.lp-promo-video-play{width:64px;height:64px}}@keyframes lp-fade-up{to{opacity:1;transform:translateY(0)}}@property --lp-wave-amp{syntax:"<number>";inherits:true;initial-value:1}.lp-hero{text-align:center;opacity:0;flex-direction:column;align-items:center;max-width:960px;margin:0 auto;padding:180px 32px 48px;animation:.8s .1s forwards lp-fade-up;display:flex;transform:translateY(32px)}.lp-hero-sub{color:var(--text-secondary);opacity:0;max-width:520px;margin:0;font-size:20px;line-height:1.5;animation:.8s .2s forwards lp-fade-up;transform:translateY(16px)}.lp-hero-cta{color:var(--bg-primary);background:var(--text-primary);opacity:0;transition:transform var(--transition-fast), opacity var(--transition-fast);border-radius:980px;margin-top:32px;padding:16px 40px;font-size:16px;font-weight:600;text-decoration:none;animation:.8s .35s forwards lp-fade-up;display:inline-block;transform:translateY(16px)}@media (hover:hover){.lp-hero-cta:hover{transform:scale(1.03);opacity:.85!important}}.lp-hero-personas{z-index:1;width:100vw;margin-left:calc(50% - 50vw);padding:8px 0 64px;position:relative;overflow:clip visible}.lp-hero-title-wrap{width:100%;font-size:inherit;font-weight:inherit;align-items:center;margin:0 0 28px;display:grid}.lp-hero-title{grid-area:1/1;margin:0;transition:opacity .5s,transform .5s}.lp-hero-title.lp-hero-fading{opacity:0;transform:translateY(6px)}.lp-hero-title.lp-hero-hidden{opacity:0;pointer-events:none;transition:none}.lp-hero-avatars{--lp-wave-amp:1;align-items:flex-start;gap:40px;width:max-content;transition:--lp-wave-amp 1s ease-out;animation:50s linear infinite lp-carousel;display:flex}.lp-hero-avatars:hover{--lp-wave-amp:0;animation-play-state:paused}.lp-avatar{flex-shrink:0;align-items:center;gap:14px;animation:2.5s ease-in-out infinite lp-wave;display:flex;position:relative}.lp-avatar-img{object-fit:cover;background:var(--hairline-soft);border-radius:50%;width:56px;height:56px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.lp-avatar-label{flex-direction:column;display:flex}.lp-avatar-name{font-family:var(--serif);color:var(--ink);white-space:nowrap;font-size:16px;line-height:1.25}.lp-avatar-meta{font-family:var(--sans);letter-spacing:.02em;color:var(--ink-faint);white-space:nowrap;font-size:12px}.lp-roster-caption{color:var(--ink-faint);max-width:68ch;margin:0;font-size:12.5px}.lp-avatar:hover .lp-avatar-img{transform:scale(1.08)}@media (prefers-reduced-motion:reduce){.lp-hero-avatars,.lp-avatar{animation:none}}.lp-try-card{border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#8b5cf6,#38bdf8);border:none;padding:40px 36px;transition:box-shadow .3s,transform .3s;box-shadow:0 4px 16px #8b5cf640,0 12px 40px #38bdf826}@media (hover:hover){.lp-try-card:hover{transform:scale(1.008);box-shadow:0 8px 24px #8b5cf64d,0 20px 56px #38bdf833}}.lp-try-card .lp-section-label{color:#ffffffb3}.lp-try-card .lp-section-title{color:#fff;margin-bottom:8px;font-size:32px}.lp-try-card .lp-section-subtitle{color:#ffffffd9}.lp-section>.lp-section-title+.lp-section-subtitle{margin-top:-32px}.lp-section-subtitle{color:var(--ink-soft);max-width:52ch;margin-bottom:40px;font-size:17px;line-height:1.55}.lp-try-body{padding-left:232px}@media (width<=860px){.lp-try-body{padding-left:0}}.lp-try-questions{border-top:1px solid var(--hairline);flex-direction:column;margin-bottom:40px;display:flex}.lp-try-question{border:0;border-bottom:1px solid var(--hairline);width:100%;font-family:var(--serif);color:var(--ink);text-align:left;cursor:pointer;background:0 0;align-items:baseline;gap:20px;padding:16px 4px;font-size:clamp(17px,2.2vw,21px);font-weight:400;line-height:1.4;text-decoration:none;transition:padding-left .25s,color .2s;display:flex}.lp-try-q-index{font-family:var(--sans);letter-spacing:.1em;color:var(--ink-faint);flex:none;min-width:24px;font-size:11px}.lp-try-question svg{flex-shrink:0}.lp-try-q-arrow{color:var(--ink-faint);align-self:center;margin-left:auto;transition:transform .25s,color .2s}@media (hover:hover){.lp-try-question:hover{padding-left:14px}.lp-try-question:hover .lp-try-q-arrow{color:var(--violet);transform:translate(6px)}}.lp .pill-input-wrapper{background:linear-gradient(var(--paper), var(--paper)) padding-box, var(--grad) border-box;-webkit-backdrop-filter:none;box-shadow:none;border:2px solid #0000;border-radius:999px;gap:8px;padding:6px 6px 6px 24px}.lp .pill-input-wrapper:focus-within{background:linear-gradient(var(--paper), var(--paper)) padding-box, var(--grad) border-box;box-shadow:0 6px 24px #8b5cf626}.lp .pill-input-textarea{font-family:var(--sans);color:var(--ink);padding:10px 0;font-size:16px}.lp .pill-input-textarea::placeholder{color:var(--ink-faint)}.lp .pill-input-send{background:var(--ink);width:44px;height:44px;color:var(--paper);box-shadow:none;border-radius:50%}.lp .pill-input-send:disabled{background:var(--ink);color:var(--paper);opacity:.3;box-shadow:none}.lp-deco-try-ribbon{width:clamp(200px,24vw,340px);top:0;bottom:0;left:-120px}@media (width<=980px){.lp-deco-try-ribbon{display:none}}@media (width<=640px){.lp-try-question{gap:12px;padding:14px 2px}.lp-try-q-index{min-width:18px}.lp .pill-input-wrapper{padding-left:18px}}.lp-btn-primary{color:#fff;background:var(--grad);transition:transform var(--transition-fast), opacity var(--transition-fast);border-radius:999px;padding:14px 36px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 4px 16px #8b5cf64d}@media (hover:hover){.lp-btn-primary:hover{transform:scale(1.03);box-shadow:0 6px 24px #8b5cf666}}.lp-btn-lg{padding:18px 48px;font-size:18px}.lp-section{--lp-pad-x:max(var(--gutter), calc((100% - var(--measure)) / 2));border-top:1px solid var(--hairline);padding:clamp(72px, 10vh, 128px) var(--lp-pad-x);opacity:0;transition:opacity .7s,transform .7s;transform:translateY(16px)}.lp-section.lp-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.lp-section{opacity:1;transition:none;transform:none}}@media (width<=640px){.lp-section{padding-top:56px;padding-bottom:56px}}.lp-section--hero{transition:none;animation:.32s cubic-bezier(.16,1,.3,1) both lp-section-hero-in}@media (prefers-reduced-motion:reduce){.lp-section--hero{animation:none}}@keyframes lp-section-hero-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lp-section-alt{padding-left:0;padding-right:0}.lp-section-alt>.lp-section-label,.lp-section-alt>.lp-section-title,.lp-section-alt>.lp-grid{padding-left:var(--lp-pad-x);padding-right:var(--lp-pad-x)}.lp-section-label{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:16px;font-size:12px;font-weight:400}.lp-section-title{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin:16px 0 clamp(40px,6vh,72px);font-size:clamp(30px,4.2vw,52px);font-weight:300;line-height:1.1}.lp-section-title em{font-style:italic;font-weight:400}.lp-steps{grid-template-columns:repeat(2,1fr);gap:48px 64px;display:grid}.lp-step{flex-direction:column;display:flex}.lp-step-num{font-family:var(--serif);background:var(--grad);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:56px;font-style:italic;font-weight:300;line-height:1}.lp-step h3{color:var(--ink);margin-bottom:12px;font-size:20px;font-weight:600}.lp-step p{color:var(--ink-soft);line-height:1.65}.lp-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.lp-card{background:var(--paper);border:1px solid var(--hairline);border-radius:14px;padding:36px}.lp-card-icon{width:24px;height:24px;color:var(--ink);margin-bottom:20px}.lp-card h3{color:var(--ink);margin-bottom:10px;font-size:18px;font-weight:600}.lp-card p{color:var(--ink-soft);line-height:1.65}.lp-report-timeline{max-width:640px;margin:0;padding:0;list-style:none}.lp-report-tl-item{gap:24px;padding-bottom:40px;display:flex;position:relative}.lp-report-tl-item:last-child{padding-bottom:0}.lp-report-tl-item:before{content:"";background:var(--hairline);width:2px;position:absolute;top:48px;bottom:0;left:23px}.lp-report-tl-item:last-child:before{display:none}.lp-report-tl-icon{background:var(--paper);border:1px solid var(--hairline);width:48px;height:48px;color:var(--ink);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.lp-report-tl-body{padding-top:4px}.lp-report-tl-body h3{color:var(--ink);margin:0 0 8px;font-size:18px;font-weight:600}.lp-report-tl-body p{color:var(--ink-soft);margin:0;line-height:1.65}.lp-use-cases{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.lp-use-case{border-bottom:1px solid var(--hairline);color:var(--ink);align-items:center;gap:14px;padding:20px 0;font-size:17px;font-weight:500;display:flex}.lp-use-case:nth-child(odd){border-right:1px solid var(--hairline);padding-right:48px}.lp-use-case:nth-child(2n){padding-left:48px}.lp-use-case:nth-last-child(-n+2){border-bottom:none}.lp-use-case svg{color:var(--ink-faint);flex-shrink:0}.lp-compare-wrap{-webkit-overflow-scrolling:touch;margin:0 -8px;padding:0 8px;overflow-x:auto}.lp-compare{border-collapse:separate;border-spacing:0;width:100%;min-width:560px}.lp-compare th,.lp-compare td{text-align:center;border-bottom:1px solid var(--hairline);padding:16px 20px;font-size:14px}.lp-compare thead th{color:var(--ink-soft);letter-spacing:.3px;white-space:nowrap;padding-bottom:20px;font-size:14px;font-weight:600}.lp-compare thead th.lp-compare-bulker{color:var(--violet)}.lp-compare .lp-compare-feature{text-align:left;color:var(--ink);white-space:nowrap;padding-left:0;font-weight:500}.lp-compare tbody tr:last-child td{border-bottom:none}.lp-compare td.lp-compare-bulker{background:#8b5cf614}.lp-compare thead th.lp-compare-bulker{border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:#8b5cf614}.lp-compare tbody tr:last-child td.lp-compare-bulker{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.lp-compare-icon{vertical-align:middle;display:inline-block}.lp-compare-yes{color:var(--violet)}.lp-compare-partial{color:var(--ink-faint)}.lp-compare-no{color:var(--ink-faint);opacity:.5}.lp-compare-pricing td{font-family:var(--serif);color:var(--ink-soft);border-bottom:none;font-size:15px;font-style:italic;font-weight:400}.lp-compare-footnote{color:var(--ink-faint);max-width:68ch;margin:16px 0 0;font-size:12.5px;line-height:1.7}.lp-cta-band{border-top:0;padding-bottom:12px;padding-left:12px;padding-right:12px}.lp-cta-panel{background:var(--panel);color:var(--panel-ink);border:1px solid var(--hairline);border-radius:36px;position:relative;overflow:hidden}.lp-cta-panel>.lp-cta{z-index:1;position:relative}.lp-cta{text-align:center;max-width:var(--measure);padding:clamp(88px, 14vh, 160px) var(--gutter);margin:0 auto}.lp-cta-title{font-family:var(--serif);letter-spacing:-.015em;color:var(--panel-ink);margin:0 0 24px;font-size:clamp(36px,6vw,72px);font-weight:300;line-height:1.08}.lp-cta-title em{font-style:italic;font-weight:400}.lp-cta-sub{color:var(--panel-ink-soft);margin:0 0 40px;font-size:17px}.lp-cta-panel .lp-btn-primary{letter-spacing:.04em;color:var(--panel);background:var(--panel-ink);box-shadow:none;border-radius:999px;padding:16px 44px;font-size:15px;font-weight:500}@media (hover:hover){.lp-cta-panel .lp-btn-primary:hover{box-shadow:none;transform:translateY(-2px)}}.lp-deco-cta-tri{width:clamp(280px,32vw,480px);height:clamp(280px,32vw,480px);top:-120px;right:-140px;transform:rotate(24deg)}.lp-deco-cta-dot{opacity:.8;width:260px;height:260px;bottom:-110px;left:-70px}@media (width<=640px){.lp-cta-band{padding-bottom:8px;padding-left:8px;padding-right:8px}.lp-cta-panel{border-radius:24px}.lp-cta{padding-top:64px;padding-bottom:64px}.lp-cta-title{font-size:29px}.lp-deco-cta-tri{width:170px;height:170px;top:-70px;right:-80px}.lp-deco-cta-dot{width:150px;height:150px;bottom:-70px;left:-50px}}.lp-demo-bubble-section{max-width:none}.lp-demo-card{background:var(--paper);border:1px solid var(--hairline);border-radius:14px;margin-top:8px;padding:24px 24px 8px}.lp-demo-card-caption{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.18em;margin:0 0 8px;font-size:12px;font-weight:400}.lp-demo-chat-head{justify-content:flex-end;margin-bottom:16px;display:flex}.lp-demo-chat-bubble{background:var(--paper-warm);border:1px solid var(--hairline-soft);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-lg);max-width:70%;color:var(--ink);padding:14px 18px;line-height:1.5}.lp-demo-card .research-charts{border-top:none;max-width:100%;margin-top:8px;padding-top:0}.lp-demo-bubble-wrap{width:100%}@keyframes lp-zoom-in{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes lp-wave{0%,to{transform:translateY(calc(12px * var(--lp-wave-amp)))}50%{transform:translateY(0)}}@keyframes lp-carousel{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-br-lg{display:block}@media (width<=1024px){.lp-steps{gap:32px}}@media (width<=768px){.lp-hero{text-align:left;align-items:flex-start;padding:120px 24px 32px}.lp-hero-sub{font-size:18px}.lp-hero-personas{padding:8px 0 48px}.lp-hero-avatars{gap:28px}.lp-avatar-img{width:48px;height:48px}.lp-hero-title-wrap{margin-top:16px;margin-bottom:40px}.lp-try-card{padding:32px 28px}.lp-demo-card{border-radius:12px;padding:16px 16px 4px}.lp-demo-chat-bubble{max-width:85%;padding:12px 14px}.lp-section-title{margin-bottom:36px}.lp-br-lg{display:none}.lp-steps{grid-template-columns:1fr;gap:32px}.lp-grid{grid-template-columns:1fr;gap:16px}.lp-card{padding:28px}.lp-report-tl-item{gap:16px;padding-bottom:32px}.lp-report-tl-item:before{top:40px;left:19px}.lp-report-tl-icon{width:40px;height:40px}.lp-section>.lp-section-title+.lp-section-subtitle{margin-top:-20px}.lp-use-cases{grid-template-columns:1fr}.lp-use-case:nth-child(odd){border-right:none;padding-right:0}.lp-use-case:nth-child(2n){padding-left:0}.lp-use-case:nth-last-child(2){border-bottom:1px solid var(--hairline)}.lp-use-case:last-child{border-bottom:none}.lp-compare th,.lp-compare td{padding:12px 14px}}@media (width<=480px){.lp-hero{padding:96px 20px 24px}.lp-hero-sub{font-size:17px}.lp-hero-cta{margin-top:28px;padding:14px 36px}.lp-hero-personas{padding:8px 0 40px}.lp-hero-avatars{gap:24px}.lp-try-card{padding:24px 20px}.lp-try-card .lp-section-title{font-size:24px}.lp-hero-title-wrap{margin-top:12px;margin-bottom:32px}.lp-section-title{margin-bottom:28px}.lp-section>.lp-section-title+.lp-section-subtitle{margin-top:-12px}.lp-step-num{font-size:44px}.lp-steps{gap:28px}.lp-compare th,.lp-compare td{padding:10px 12px;font-size:14px}}
