:root{--color-primary: #4B7BE5;--color-primary-dark: #3A62C4;--color-primary-light: #EBF0FF;--color-primary-bg: #F0F4FF;--color-text: #111827;--color-text-secondary: #6B7280;--color-text-tertiary: #9CA3AF;--color-border: #E5E7EB;--color-border-light: #F3F4F6;--color-bg: #FFFFFF;--color-bg-alt: #F8FAFC;--color-bg-dark: #0A0A0F;--color-gradient-start: #4B7BE5;--color-gradient-end: #E8A0BF;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 1400px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);font-family:var(--font-family);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:clip}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-label{font-size:14px;font-weight:500;letter-spacing:-.04em;color:#000;margin-bottom:20px}.section-title{font-size:42px;font-weight:500;line-height:1;letter-spacing:-1.68px;color:#000}.section-subtitle{font-size:18px;color:var(--color-text-secondary);line-height:1.7;max-width:560px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);font-family:var(--font-family);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #4b7be54d}.btn-secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-bg-alt);border-color:var(--color-text-tertiary)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;padding:16px 0;transition:background .3s,box-shadow .3s}.navbar-inner{margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;position:relative}.navbar-logo{display:flex;align-items:center}.navbar-logo-img{height:18px;width:auto;transition:filter .3s}.navbar-pill{display:flex;align-items:center;gap:0;background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;left:50%;transform:translate(-50%);border-radius:6px;padding:4px;border:none;transition:background .3s,border-color .3s}.navbar-pill a{font-size:14px;font-weight:400;color:#fff;transition:color .3s,background .3s;padding:6px 16px;border-radius:4px}.navbar-pill a:hover{color:#fff;background:#ffffff14}.navbar-cta{padding:8px 14px;font-size:14px;font-weight:500;background:#fff;color:#000;border:1px solid white;border-radius:4px;-webkit-backdrop-filter:blur(12px);transition:color .3s,background .3s,border-color .3s}.navbar-cta:hover{background:#ffffffe6}.navbar--scrolled{background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px #0000000f}.navbar--scrolled .navbar-logo-img{filter:brightness(0) saturate(100%)}.navbar--scrolled .navbar-pill{background:#0000000a}.navbar--scrolled .navbar-pill a{color:#000}.navbar--scrolled .navbar-pill a:hover{color:#000;background:#0000000a}.navbar--scrolled .navbar-cta{color:#fff;background:#000;border:1px solid black}.navbar--scrolled .navbar-cta:hover{background:#000000d9}.hero{position:relative;background:#fff;overflow:hidden;min-height:100vh;display:flex;flex-direction:column;padding-bottom:60px}.hero-dither{position:absolute;inset:0;background:url(/dither-bg.jpg) center top / cover no-repeat;pointer-events:none;z-index:0;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,15,50,.35) 0%,transparent 35%);pointer-events:none;z-index:1}.hero-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.2) 30%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.85) 68%,#ffffff 82%);pointer-events:none;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;padding:180px 24px 24px}.hero-label{font-size:14px;color:#fff;margin-bottom:24px;font-weight:500;line-height:.83}.hero-title{font-size:64px;font-weight:500;line-height:.9;letter-spacing:-.04em;color:#fff;margin-bottom:32px}.hero-waitlist{display:inline-flex;align-items:center;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:4px;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.hero-waitlist:focus-within{border-color:#fffc;box-shadow:0 0 30px #ffffff40,0 0 80px #82b4ff33,0 0 120px #64a0ff1a;background:#ffffff40}.hero-waitlist-input{background:transparent;border:none;outline:none;color:#fff;font-size:15px;padding:10px 16px;min-width:220px}.hero-waitlist-input::placeholder{color:#ffffff80}.hero-btn-filled{background:#fff;color:#000;border:none;padding:10px 20px;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer}.hero-btn-filled:hover{background:#ffffffe6}.hero-btn-filled,.footer-waitlist-btn{transition:background .6s cubic-bezier(.4,0,.2,1),color .3s ease}.waitlist-success{background:linear-gradient(135deg,#d4a843,#f5d97e,#e8c44a)!important;color:#1a1000!important;box-shadow:0 0 20px #d4a84366,inset 0 1px #ffffff80!important}.hero-btn-mobile{display:none}.drawer-backdrop{position:fixed;inset:0;background:#0000;z-index:999;transition:background .35s ease}.drawer-backdrop--open{background:#00000073}.drawer{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-radius:16px 16px 0 0;padding:16px 24px 40px;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);max-width:480px;margin:0 auto;box-shadow:0 -8px 40px #00000026}.drawer--open{transform:translateY(0)}.drawer-handle{width:36px;height:4px;border-radius:2px;background:#00000026;margin:0 auto 24px;cursor:pointer}.drawer-title{font-size:22px;font-weight:600;letter-spacing:-.02em;color:#000;margin-bottom:8px}.drawer-subtitle{font-size:15px;color:#00000080;margin-bottom:24px;line-height:1.5}.drawer-form{display:flex;flex-direction:column;gap:12px}.drawer-input{width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:15px;font-family:var(--font-family);color:#000;background:#fafafa;outline:none;transition:border-color .2s,box-shadow .2s}.drawer-input:focus{border-color:#0000004d;box-shadow:0 0 0 3px #0000000d}.drawer-input::placeholder{color:#00000059}.drawer-submit{background:#000;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s}.drawer-submit:hover{background:#222}.drawer-success{text-align:center;padding:16px 0}.drawer-success-icon{width:48px;height:48px;border-radius:50%;background:#000;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.hero-btn-mobile,.hero-cards-mobile{display:none}.hero-cards{position:relative;z-index:2;width:100%;display:flex;align-items:flex-end;overflow:clip;flex-shrink:0;margin-top:auto}.hero-cards-inner{display:flex;justify-content:center;align-items:flex-start;gap:16px;padding:0 32px;width:100%;margin:0 auto}.hero-cards-fade{position:absolute;bottom:0;left:-5vw;right:-5vw;height:48%;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.25) 30%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.88) 65%,#ffffff 80%);z-index:5;pointer-events:none}.hero-card-col{will-change:transform}.hero-card-main{z-index:10!important}.hero-card{overflow:visible;position:relative;min-width:0;border-radius:8px}.hero-col-down{animation:col-drift-down 6s ease-in-out infinite}.hero-col-up{animation:col-drift-up 6s ease-in-out infinite}.hero-card-col:nth-child(1){animation-duration:5.5s;animation-delay:0s}.hero-card-col:nth-child(2){animation-duration:6.2s;animation-delay:-1.5s}.hero-card-col:nth-child(3){animation-duration:7s;animation-delay:-.8s}.hero-card-col:nth-child(4){animation-duration:6.2s;animation-delay:-1.5s}.hero-card-col:nth-child(5){animation-duration:5.5s;animation-delay:0s}@keyframes col-drift-down{0%,to{transform:translateY(0)}50%{transform:translateY(24px)}}@keyframes col-drift-up{0%,to{transform:translateY(0)}50%{transform:translateY(-24px)}}.hero-card img,.hero-card>svg{display:block;width:100%;height:auto;border-radius:8px;box-shadow:none}.hero-card-live{border-radius:0;overflow:visible}.hero-card-live svg{box-shadow:none}.hero-card-approvals{flex:1;min-width:0;align-self:flex-start;margin-top:340px}.hero-card-stack{display:flex;flex-direction:column;gap:16px;flex-shrink:0}.hero-card-stack-left{flex:.9;align-self:flex-start;margin-top:220px}.hero-card-main{flex:1.4;min-width:0;align-self:flex-start;margin-top:100px;padding-bottom:30px;position:relative;z-index:10}.hero-card-main .hero-card img,.hero-card-main .hero-card svg{box-shadow:0 8px 40px #0000001f;border-radius:10px}.hero-card-stack-right{flex:.9;align-self:flex-start;margin-top:220px}.hero-card-far-right{flex:1;min-width:0;align-self:flex-start;margin-top:340px}.bf-card{background:#fff;border:.6px solid rgba(0,0,0,.06);border-radius:9px;padding:14px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;font-family:Public Sans,sans-serif;height:260px}.bf-stagger{opacity:0;transform:translateY(8px)}.bf-card--visible .bf-stagger{animation:bf-fade-up .5s ease-out forwards}@keyframes bf-fade-up{to{opacity:1;transform:translateY(0)}}.bf-header{display:flex;flex-direction:column;gap:2px}.bf-title{font-size:13px;font-weight:600;color:#0c0a09;line-height:1.3}.bf-subtitle{font-size:10px;font-weight:400;color:#79716b;line-height:1.4}.bf-toolbar{display:flex;align-items:center;justify-content:space-between}.bf-metrics-label{display:flex;align-items:center;gap:6px}.bf-metrics-text{font-size:9px;font-weight:500;color:#79716b;text-transform:uppercase;letter-spacing:.5px}.bf-metrics-count{font-size:9px;color:#79716b}.bf-period-tabs{display:flex;align-items:center;gap:1px;background:#fff;border:.5px solid rgba(0,0,0,.08);border-radius:4px;padding:1.5px}.bf-period-btn{font-size:8px;font-weight:500;color:#79716b;background:none;border:none;border-radius:3px;padding:3px 6px;cursor:pointer;line-height:1.2}.bf-period-btn--active{background:#f5f5f4;color:#0c0a09;box-shadow:inset 0 .5px 1px #0000000f}.bf-chart-area{display:flex;gap:4px;flex:1;background:#f5f5f480;border:.7px solid rgba(0,0,0,.06);border-radius:6px;padding:10px}.bf-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:2px 0}.bf-axis-label{font-size:9px;font-weight:400;color:#79716b;line-height:1.2}.bf-chart-container{flex:1;display:flex;flex-direction:column}.bf-chart-svg{flex:1;width:100%}.bf-x-axis{display:flex;justify-content:space-between;padding-top:4px}.bf-line{stroke-dasharray:300;stroke-dashoffset:300}.bf-line--animate{animation:bf-draw-line 4s ease-in-out infinite}@keyframes bf-draw-line{0%{stroke-dashoffset:300}40%{stroke-dashoffset:0}60%{stroke-dashoffset:0}to{stroke-dashoffset:-300}}.bf-fade{position:absolute;bottom:-1px;left:-1px;right:-1px;height:30px;background:linear-gradient(to bottom,transparent,white);pointer-events:none}.rt-card{background:#fff;border:.6px solid rgba(0,0,0,.06);border-radius:9px;padding:14px;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden;font-family:Public Sans,sans-serif;height:260px}.rt-stagger{opacity:0;transform:translateY(8px)}.rt-card--visible .rt-stagger{animation:rt-fade-up .5s ease-out forwards}@keyframes rt-fade-up{to{opacity:1;transform:translateY(0)}}.rt-header{display:flex;flex-direction:column;gap:2px}.rt-title{font-size:13px;font-weight:500;color:#0c0a09;line-height:1.3}.rt-chart-area{display:flex;gap:4px;background:#f5f5f480;border:.7px solid rgba(0,0,0,.06);border-radius:6px;padding:10px}.rt-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding:2px 0}.rt-axis-label{font-size:9px;font-weight:400;color:#79716b;line-height:1.2}.rt-chart-container{flex:1;display:flex;flex-direction:column}.rt-chart-svg{flex:1;width:100%;min-height:60px}.rt-x-axis{display:flex;justify-content:space-between;padding:4px 12px 0}.rt-line{stroke-dasharray:300;stroke-dashoffset:300}.rt-line--animate{animation:rt-draw-line 4s ease-in-out infinite}@keyframes rt-draw-line{0%{stroke-dashoffset:300}40%{stroke-dashoffset:0}60%{stroke-dashoffset:0}to{stroke-dashoffset:-300}}.rt-dot{opacity:0}.rt-dot--animate{animation:rt-dot-pop 4s ease-in-out infinite}@keyframes rt-dot-pop{0%{opacity:0}35%{opacity:0}45%{opacity:1}55%{opacity:1}65%{opacity:0}to{opacity:0}}.rt-table-header{display:flex;align-items:center;gap:0;padding:4px 0 2px;border-bottom:.5px solid rgba(0,0,0,.06)}.rt-table-header .rt-table-col{font-size:8px;font-weight:400;color:#79716b;text-transform:uppercase;letter-spacing:.3px}.rt-table-row{display:flex;align-items:center;gap:0;padding:4px 0;border-bottom:.5px solid rgba(0,0,0,.04)}.rt-table-col{flex:1;text-align:right}.rt-table-col--label{flex:1.4;text-align:left;font-size:10px;font-weight:400;color:#0c0a09}.rt-table-col--value{font-size:10px;font-weight:400;color:#57534e}.rt-table-col--bold{font-weight:500;color:#0c0a09}.rt-fade{position:absolute;bottom:-1px;left:-1px;right:-1px;height:50px;background:linear-gradient(to bottom,transparent,white);pointer-events:none;z-index:1}.ds-card{background:#fff;border:.6px solid rgba(0,0,0,.06);border-radius:9px;padding:10px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;font-family:Public Sans,sans-serif;height:620px}.ds-stagger{opacity:0;transform:translateY(8px)}.ds-card--visible .ds-stagger{animation:ds-fade-up .5s ease-out forwards}@keyframes ds-fade-up{to{opacity:1;transform:translateY(0)}}.ds-section{border:.6px solid rgba(0,0,0,.06);border-radius:4px;padding:8px;display:flex;flex-direction:column;gap:10px}.ds-section-header{display:flex;flex-direction:column}.ds-section-title{font-size:11px;font-weight:500;color:#0c0a09;line-height:1.5}.ds-section-subtitle{font-size:9px;font-weight:400;color:#79716b;line-height:1.5}.ds-finance-row{display:flex;align-items:center;gap:10px}.ds-revenue-amount{font-size:16px;font-weight:500;color:#0c0a09;letter-spacing:-.3px;line-height:1.2}.ds-revenue-change{font-size:7px;font-weight:500;color:#79716b;line-height:1.4}.ds-metrics-divider{width:1px;height:18px;background:#f5f5f4;flex-shrink:0}.ds-metrics-row{display:flex;gap:8px;flex:1}.ds-metric{display:flex;flex-direction:column}.ds-metric-label{font-size:6px;font-weight:400;color:#79716b;line-height:1.5}.ds-metric-value{font-size:8px;font-weight:500;line-height:1.3}.ds-metric-unit{font-weight:400;color:#79716b;font-size:6px}.ds-chart{display:flex;flex-direction:column;gap:6px}.ds-chart-header{display:flex;align-items:center;justify-content:space-between}.ds-chart-label{font-size:7px;font-weight:500;color:#79716b}.ds-chart-legend{display:flex;align-items:center;gap:6px}.ds-legend-item{display:flex;align-items:center;gap:3px;font-size:6px;color:#79716b}.ds-legend-dot{width:4px;height:4px;border-radius:1px;flex-shrink:0}.ds-chart-period-btn{font-size:6px;color:#79716b;border:.4px solid rgba(0,0,0,.06);border-radius:3px;padding:2px 5px;background:none}.ds-bars-area{display:flex;gap:3px}.ds-bars-y{display:flex;flex-direction:column;justify-content:space-between;padding:0 0 14px}.ds-bars-y-label{font-size:5px;color:#79716b66;text-align:right;line-height:1}.ds-bars-container{flex:1;position:relative}.ds-bars-grid{position:absolute;inset:0 0 14px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.ds-grid-line{height:0;border-top:.4px solid rgba(0,0,0,.06)}.ds-grid-line--dashed{border-top-style:dashed}.ds-bars-row{display:flex;justify-content:space-between;height:70px}.ds-bar-group{display:flex;flex-direction:column;align-items:center;flex:1}.ds-bar-pair{flex:1;display:flex;align-items:flex-end;justify-content:center;gap:1px}.ds-bar{width:5px;border-radius:1px 1px 0 0;transform-origin:bottom;transform:scaleY(0)}.ds-bar--inflow{background:#07f;opacity:.8}.ds-bar--outflow{background:#b7d9ff;opacity:.6}.ds-bar--animate{animation:ds-bar-loop 4s ease-in-out infinite}@keyframes ds-bar-loop{0%{transform:scaleY(0)}30%{transform:scaleY(1)}60%{transform:scaleY(1)}to{transform:scaleY(0)}}.ds-bar-label{font-size:6px;color:#79716b;padding-top:3px;line-height:1}.ds-projects{display:flex;flex-direction:column;gap:6px}.ds-project{display:flex;align-items:center;gap:6px;background:#f5f5f480;border:.4px solid rgba(0,0,0,.06);border-radius:3px;padding:5px 6px}.ds-project-info{flex:1;min-width:0}.ds-project-name-row{display:flex;align-items:center;gap:4px}.ds-project-name{font-size:8px;font-weight:500;color:#0c0a09;white-space:nowrap}.ds-project-badge{font-size:6px;font-weight:500;padding:1px 4px;border-radius:99px;white-space:nowrap;line-height:1.4}.ds-project-meta{display:flex;align-items:center;gap:4px;font-size:6px;color:#79716b;margin-top:1px}.ds-dot{color:#79716b}.ds-project-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.ds-avatars{display:flex}.ds-avatar{width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:5px;font-weight:500;color:#fff;border:1px solid white}.ds-progress-wrap{display:flex;align-items:center;gap:4px}.ds-progress-track{width:32px;height:3px;background:#f5f5f4;border-radius:99px;overflow:hidden}.ds-progress-fill{height:100%;border-radius:99px;width:0;transition:width .8s ease-out}.ds-progress-label{font-size:6px;font-weight:500;color:#79716b;min-width:14px}.ds-fade{position:absolute;bottom:-1px;left:-1px;right:-1px;height:50px;background:linear-gradient(to bottom,transparent,white);pointer-events:none;z-index:1}.stats{position:relative;z-index:3;padding:60px 0;background:#fff;margin-top:-80px}.stats-inner{display:grid;grid-template-columns:1.45fr 1fr;gap:60px;align-items:start}.stats-left{display:flex;flex-direction:column}.stats-heading{font-size:42px;font-weight:500;line-height:1;letter-spacing:-.04em;color:#000;margin-bottom:32px;max-width:587px}.stats-heading-muted,.stats-word{color:#9a9a9a}.stats-built-for{font-size:14px;font-weight:500;color:#000;display:flex;align-items:center;gap:6px}.stats-arrow{font-size:14px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 29px}.stat-card{padding:0;background:none;border-radius:0;border:none}.stat-value{font-size:42px;font-weight:500;color:#000;margin-bottom:9px;letter-spacing:-.04em}.stat-label{font-size:14px;font-weight:400;color:#767676;line-height:1.4}.built-for-label{display:none}.built-for{padding:80px 0;overflow:hidden}.built-for .container{max-width:100%;padding-right:0}.built-for-carousel{position:relative}.built-for-scroll{display:flex;align-items:center;gap:25px;overflow-x:auto;padding:60px 40px 60px 0;-ms-overflow-style:none;scrollbar-width:none;cursor:grab}.built-for-scroll::-webkit-scrollbar{display:none}.built-for-fade{position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.built-for-fade--left{left:0;background:linear-gradient(to right,white 0%,transparent 100%)}.built-for-fade--right{right:0;background:linear-gradient(to left,white 0%,transparent 100%)}.built-for-arrow{position:absolute;top:50%;transform:translateY(-80%);z-index:3;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e4e4e7;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#444;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s,background .2s}.built-for-arrow:hover{box-shadow:0 4px 16px #0000001f;background:#fafafa}.built-for-arrow--left{left:12px}.built-for-arrow--right{right:12px}.built-for-card{width:420px;flex-shrink:0;background:#fff;border:1px solid #d9d9d9;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s ease;cursor:default;transform:translateY(0)}.built-for-card--lifted{transform:translateY(-20px);box-shadow:0 16px 40px #00000014}.built-for-card:hover{box-shadow:0 12px 32px #0000000f}.built-for-card-image{position:relative;width:100%;height:260px;overflow:hidden;border-radius:15px;border:1px solid #d9d9d9}.built-for-card-image img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.built-for-card-image:after{content:"";position:absolute;inset:0;border-radius:15px;box-shadow:inset 0 2px 2px #0000000d;pointer-events:none}.built-for-card-body{padding:20px}.built-for-card-title{font-size:16px;font-weight:500;color:#000;margin-bottom:5px;line-height:1}.built-for-card-desc{font-size:14px;line-height:1.5;color:#767676}.features-header{text-align:center;position:absolute;top:120px;left:0;right:0;z-index:2;padding:0}.features-header .section-label{margin-bottom:20px}#features{position:relative;z-index:1;background:#fff}.features-scroll-layout{display:grid;grid-template-columns:340px 1fr;gap:60px;align-items:start}.features-text-col{display:flex;flex-direction:column}.feature-block{min-height:100vh;display:flex;flex-direction:column;justify-content:center;margin-top:-20px;opacity:.3;transition:opacity .5s ease}.feature-block:first-child{min-height:auto;justify-content:flex-start;margin-top:380px}.feature-block:last-child{min-height:auto;justify-content:flex-start;padding-top:60px;padding-bottom:30vh}.feature-block--active{opacity:1}.features-visual-col{position:relative;height:100%}.features-visual-sticky{position:sticky;top:calc(50vh - 550px);height:1100px;margin-right:-250px}.features-visual-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center right;opacity:0;transition:opacity .5s ease;pointer-events:none}.features-visual-img--active{opacity:1}.feature-label{font-size:14px;font-weight:500;letter-spacing:-.56px;color:#000;margin-bottom:24px}.feature-title{font-size:32px;font-weight:500;line-height:1.15;letter-spacing:-1.28px;margin-bottom:14px;color:#000}.feature-desc{font-size:14px;font-weight:400;color:#767676;line-height:1.6}.feature-divider{width:100%;height:1px;background:#e5e7eb;margin:24px 0}.feature-integrations{display:flex;gap:6px}.feature-integration-icon{width:70px;height:70px}.feature-integration-icon img{width:100%;height:100%;display:block}.feature-integrations-link{font-size:16px;font-weight:500;color:#000;line-height:.83;cursor:pointer}.feature-items{display:flex;flex-direction:column;gap:8px;margin-top:24px}.feature-items-img{width:100%;height:auto}.feature-mobile-image{display:none}.feature-item-card{display:flex;align-items:center;gap:8px;padding:6px 27px 6px 6px;border:1px solid #d9d9d9;border-radius:8px}.feature-item-icon{width:48px;height:48px;min-width:48px;border-radius:6px;display:flex;align-items:center;justify-content:center}.feature-item-content{display:flex;flex-direction:column;gap:0}.feature-item-title{font-size:12px;font-weight:600;color:#000}.feature-item-desc{font-size:12px;font-weight:400;color:#767676;line-height:1.4}.testimonial{padding:80px 0 100px;text-align:center}.testimonial-quote{font-size:32px;font-weight:500;font-style:normal;line-height:1.3;letter-spacing:-1.28px;color:#000;max-width:720px;margin:0 auto 20px}.testimonial-author{font-size:14px;font-weight:500;letter-spacing:-.56px;color:#000}.platform{padding:60px 0 80px}.platform:before{content:"";display:block;margin:0 40px 140px;border-top:1px solid rgba(0,0,0,.08)}.platform-header{text-align:center;margin-bottom:48px}.platform-tabs{display:inline-flex;gap:8px;margin-top:20px}.platform-tab{padding:4px 10px;font-size:11px;font-weight:400;font-family:var(--font-family);border:1px solid var(--color-border);border-radius:6px;background:none;color:var(--color-text-secondary);cursor:default}.platform-bento{display:grid;grid-template-columns:1.0292fr 1fr 1fr;grid-template-rows:1.0191fr 1fr;gap:24px;aspect-ratio:1400 / 688}.bento-cell{border-radius:9px;overflow:hidden;box-shadow:0 4px 12px #00000014}.bento-cell img{display:block;width:100%;height:100%;object-fit:cover}.bento-left{grid-row:1 / -1;border:1px solid rgba(0,0,0,.06);border-radius:9px;overflow:hidden}.bento-bottom{grid-column:2 / -1;position:relative}.bento-bottom-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bento-bottom-content{position:relative;z-index:1;display:flex;align-items:center;height:100%;padding:32px 40px}.bento-bottom-text{display:flex;flex-direction:column;gap:24px;align-items:flex-start;max-width:340px;flex-shrink:0}.bento-bottom-title{font-size:32px;font-weight:400;letter-spacing:-1.28px;line-height:1.1;color:#000}.bento-bottom-buttons{display:flex;gap:12px}.bento-btn{font-family:var(--font-family);font-size:14px;font-weight:500;line-height:.83;padding:12px;border-radius:4px;cursor:pointer}.bento-btn--outline{background:#fff;color:#000;border:1px solid rgba(0,0,0,.06)}.bento-btn--filled{background:#07f;color:#fff;border:none}.bento-agents{position:absolute;right:20px;top:0;width:45%;height:100%;pointer-events:none}.bento-agent{position:absolute;width:45%;transform:rotate(-9deg);border-radius:9px;box-shadow:-3px -1px 14px #00000012}.bento-agent-1{left:4%;top:6%;z-index:1}.bento-agent-2{left:14%;top:20%;z-index:2}.bento-agent-3{left:24%;top:34%;z-index:3}.integrations{padding:120px 0}.integrations-layout{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.integrations-text{max-width:440px}.integrations-title{font-size:42px;font-weight:500;letter-spacing:-1.68px;line-height:1.15;margin:16px 0 20px;color:#000}.integrations-subtitle{font-size:14px;line-height:1.6;color:#767676;letter-spacing:-.28px}.integrations-grid{display:grid;grid-template-columns:repeat(5,auto);column-gap:29px;row-gap:39px;justify-content:end}.integrations-icon{width:66px;height:66px;border-radius:16px;overflow:hidden;flex-shrink:0;box-shadow:0 0 .7px #0000004d,0 1.4px 20.5px #00000014,0 0 10.3px #00000008}.integrations-icon img{width:100%;height:100%;object-fit:cover;display:block}.integrations-icon--padded{display:flex;align-items:center;justify-content:center;padding:6px}.integrations-icon--padded img{width:100%;height:100%;object-fit:contain}.integrations-more{width:85px;height:66px;display:flex;align-items:center;justify-content:center}.integrations-more span{display:block;font-size:14px;font-weight:500;color:#000;letter-spacing:-.56px;line-height:1.1;transform:rotate(-10.62deg);width:81px}.proof{padding:80px 0;text-align:center}.proof-header{margin-bottom:48px}.proof-subtitle{font-size:14px;font-weight:400;color:#767676;line-height:1.6;max-width:554px;margin:20px auto 0}.proof-ticker{overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.proof-ticker-track{display:flex;gap:24px;animation:proof-scroll 60s linear infinite;width:max-content}.proof-image{border-radius:9px;overflow:hidden;width:300px;height:300px;flex-shrink:0}.proof-image img{width:100%;height:100%;object-fit:cover}@keyframes proof-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cta{position:relative;overflow:hidden;border-radius:9px;margin:40px 32px;box-shadow:0 8px 40px #0000001f;background:#2563eb;display:flex;align-items:center;justify-content:center;min-height:600px}.cta:after{content:"";position:absolute;inset:-50%;width:200%;height:200%;background:linear-gradient(120deg,transparent 0%,transparent 40%,rgba(255,255,255,.08) 45%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.08) 55%,transparent 60%,transparent 100%);transform:translate(-100%);animation:cta-shimmer 8s ease-in-out infinite;z-index:10;pointer-events:none}@keyframes cta-shimmer{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}.cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:scale(1.4)}.cta-wireframes{position:absolute;inset:0;pointer-events:none}.cta-wire{position:absolute;pointer-events:none;opacity:.5}.cta-wire--tl{left:-.63%;top:-4.76%;width:25.89%}.cta-wire--bl{left:-2.06%;top:52.42%;width:27.32%}.cta-wire--tr{left:74.74%;top:-4.77%;width:27.33%}.cta-wire--br{left:74.74%;top:52.4%;width:27.33%}.cta-wire--tc1{left:28.34%;top:-.42%;width:19.49%}.cta-wire--tc2{left:50.9%;top:-10.6%;width:21.85%}.cta-wire--bc1{left:27.1%;top:78.81%;width:21.96%}.cta-wire--bc2{left:50.9%;top:78.9%;width:21.85%}.cta-inner{position:relative;width:1400px;min-width:1400px;height:100%;min-height:600px;display:flex;align-items:center;justify-content:center}.cta-snapshots{position:absolute;z-index:2;display:flex;flex-direction:column;gap:24px}.cta-snapshots-left{inset:-20px 1025px -20px -20px;display:flex;flex-direction:column;justify-content:center;gap:20px}.cta-snapshots-right{inset:-20px -20px -20px 1025px;display:flex;flex-direction:column;justify-content:center;gap:20px}.cta-snapshots-top{bottom:calc(50% + 165px);left:50%;transform:translate(-50%);width:610px;flex-direction:row;gap:20px;align-items:flex-end}.cta-snapshot{width:100%;height:auto;position:relative}.cta-snapshot-live{width:100%;display:flex;align-items:stretch}.cta-snapshot-live svg{width:100%;height:100%}.cta-snapshots-top .cta-snapshot,.cta-snapshots-top .cta-snapshot-live,.cta-snapshots-bottom .cta-snapshot,.cta-snapshots-bottom .cta-snapshot-live{flex:1;min-width:0;width:auto;height:auto}.cta-snapshots-bottom{top:calc(50% + 165px);left:50%;transform:translate(-50%);width:610px;flex-direction:row;gap:20px;align-items:flex-start}.cta-center{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:48px;padding:32px 48px;width:610px;border:1px solid rgba(255,255,255,.5);border-radius:9px}.cta-title{font-size:64px;font-weight:500;line-height:1;letter-spacing:-2.56px;color:#fff;text-align:center;max-width:514px}.cta-btn{background:#fff;color:#000;font-weight:500;padding:14px 24px;border-radius:4px;border:none;cursor:pointer;font-size:16px;line-height:.83;transition:background .2s,box-shadow .2s}.cta-btn:hover{background:#ffffffeb;box-shadow:0 4px 16px #00000026}.footer{background:#fff;padding:66px 54px 0;position:relative;z-index:1}.footer-top{display:flex;justify-content:space-between;align-items:flex-start}.footer-left{display:flex;gap:64px;font-size:12px;color:#767676;line-height:1.5}.footer-right{font-size:12px;color:#767676;line-height:1.5}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col a{color:#767676;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#333}.footer-col-upper{text-transform:uppercase}.footer-col-cap{text-transform:capitalize}.footer-waitlist-label{font-size:13px;font-weight:500;color:#0006;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.footer-waitlist{display:inline-flex;align-items:center;gap:0;background:#0000000a;border:1px solid rgba(0,0,0,.1);border-radius:6px;padding:4px;transition:border-color .3s,box-shadow .3s,background .3s}.footer-waitlist:focus-within{border-color:#00000040;box-shadow:0 0 20px #0000000f;background:#0000000f}.footer-waitlist-input{background:none;-webkit-appearance:none;appearance:none;border:none;outline:none;color:#000;font-family:var(--font-family);font-size:15px;padding:10px 16px;width:260px}.footer-waitlist-input::placeholder{color:#00000059}.footer-waitlist-btn{background:#000;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer}.footer-waitlist-btn:hover{background:#222}.footer-bottom{margin-top:60px;padding:20px 0;border-top:1px solid rgba(0,0,0,.06)}.footer-status-pill{position:absolute;bottom:54px;left:54px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #fafafa;border-radius:100px;box-shadow:0 4px 10px #00000026;z-index:2}.footer-status-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;flex-shrink:0}.footer-status-text{font-size:14px;font-weight:500;color:#22c55e;letter-spacing:-.56px;white-space:nowrap;line-height:1}.footer-artwork{position:relative;margin-top:80px;margin-left:-54px;margin-right:-54px;width:calc(100% + 108px)}.footer-artwork img{width:100%;height:auto;display:block}.navbar-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;z-index:10}.navbar-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:background .3s,transform .4s cubic-bezier(.23,1,.32,1),opacity .3s}.navbar--scrolled .navbar-hamburger span{background:#111}.navbar--menu-open .navbar-hamburger span{background:#fff}.navbar-hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-hamburger--open span:nth-child(2){opacity:0}.navbar-hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay{display:none}.navbar--menu-open{background:transparent!important;box-shadow:none!important}.navbar--menu-open .navbar-logo-img{filter:brightness(0) invert(1)}@media(max-width:968px){.navbar-inner{padding:0 24px}.hero-content{padding:140px 24px 40px}.hero-title{font-size:52px}.hero-cards-inner{overflow-x:auto;justify-content:flex-start;padding-bottom:40px;gap:16px}.section-title{font-size:34px}.features-scroll-layout{grid-template-columns:1fr;gap:40px}.features-visual-col{display:none}.feature-block{opacity:1}.stats-inner{grid-template-columns:1fr;gap:40px}.built-for-card{width:320px}.platform-bento{grid-template-columns:1fr;grid-template-rows:auto;aspect-ratio:auto}.bento-left{grid-row:auto}.bento-bottom{grid-column:auto}.proof-image{width:240px;height:240px}.cta-inner{width:100%;min-width:0}.cta-snapshots{display:none}.cta-center{width:auto;border:none}.cta-title{font-size:40px}.footer-left{gap:48px}}@media(max-width:640px){.container{padding:0 16px}.navbar-pill,.navbar-cta{display:none}.navbar-hamburger{display:flex}.navbar-inner{padding:0 16px}.mobile-menu-overlay{display:block;position:fixed;top:0;right:0;bottom:0;width:100%;z-index:99;background:#000;transform:translate(100%);transition:transform .5s cubic-bezier(.23,1,.32,1);overflow-y:auto}.mobile-menu-overlay--open{transform:translate(0)}.mobile-menu-panel{display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;padding:70px 24px 48px}.mobile-menu-nav{display:flex;flex-direction:column;gap:0}.mobile-menu-nav a{font-size:16px;font-weight:400;color:#ffffffb3;letter-spacing:-.32px;padding:10px 0;border-bottom:none;transition:color .2s}.mobile-menu-nav a:first-child{border-top:none}.mobile-menu-nav a:hover{color:#fff}.mobile-menu-nav a:hover{opacity:.6}.mobile-menu-waitlist{margin-top:32px;display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:9px;padding:4px;transition:border-color .3s,background .3s}.mobile-menu-waitlist:focus-within{border-color:#fff6;background:#ffffff26}.mobile-menu-waitlist input{flex:1;min-width:0;padding:10px 14px;font-size:15px;font-family:var(--font-family);color:#fff;background:transparent;border:none;outline:none}.mobile-menu-waitlist input::placeholder{color:#fff6}.mobile-menu-waitlist button{padding:10px 18px;font-size:14px;font-weight:500;font-family:var(--font-family);color:#000;background:#fff;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:opacity .2s}.mobile-menu-waitlist button:hover{opacity:.9}.hero{min-height:100vh;padding-bottom:0;overflow:visible}.hero-content{padding:100px 16px 32px}.hero-title{font-size:38px}.hero-label{font-size:14px}.hero-waitlist{display:none}.hero-btn-mobile{display:inline-block}.hero-btn-filled{font-size:14px;padding:12px 24px;border-radius:6px}.hero-cards{display:none}.hero-cards-mobile{display:flex;justify-content:center;width:100%;margin-top:16px;z-index:5;padding:0 0 32px;overflow:visible}.hero-m-center{width:100%;border-radius:9px;overflow:visible;transform:scale(.85);transform-origin:top center;margin-bottom:-15%;filter:drop-shadow(0 8px 30px rgba(0,0,0,.15))}.stats{margin-top:0;padding:20px 0 40px;position:relative;z-index:1}.stats-inner{grid-template-columns:1fr;gap:32px}.stats-heading{font-size:28px;margin-bottom:16px}.stats-grid{grid-template-columns:1fr 1fr;gap:12px 20px}.stat-value{font-size:32px}.stat-label,.section-label{font-size:12px}.stats-built-for{display:none}.built-for-label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#000;margin-bottom:8px}.built-for{padding:20px 0 40px;overflow:visible}.built-for .container{padding-right:0}.built-for-carousel{overflow:visible}.built-for-scroll{gap:10px;padding:40px 40px 40px 0;align-items:stretch;margin:-40px 0}.built-for-card{width:240px;border-radius:10px}.built-for-card-image{height:150px;border-radius:10px}.built-for-card-body{padding:12px}.built-for-card-title{font-size:13px}.built-for-card-desc{font-size:11px;line-height:1.4}.built-for-arrow{width:28px;height:28px}.built-for-fade{width:24px}.built-for-card--lifted{transform:translateY(-12px);box-shadow:0 8px 24px #0000000f}#features{padding:40px 0 0;z-index:auto;background:transparent}.features-header{position:relative;top:auto;text-align:left;margin-bottom:32px}.features-header .section-label{margin-bottom:6px}.section-title{font-size:28px}.features-scroll-layout{grid-template-columns:1fr;gap:0}.features-visual-col{display:none}.features-text-col{gap:0}.feature-block{opacity:1;padding:0;min-height:auto;margin:0 0 48px;border-top:none}.feature-block:first-child{margin-top:0}.feature-block:last-child{margin-bottom:0}.feature-label{font-size:12px;margin-bottom:10px;letter-spacing:0}.feature-title{font-size:24px;margin-bottom:12px}.feature-desc{font-size:14px;line-height:1.6;color:#767676}.feature-divider{margin:16px 0 12px}.feature-integrations{gap:-4px;margin-top:0;justify-content:flex-start;margin-left:-6px}.feature-integration-icon{margin-right:-4px;width:48px;height:48px;border-radius:10px}.feature-items{margin-top:16px}.feature-items-img{max-width:100%}.feature-item-card{padding:4px 16px 4px 4px;gap:6px}.feature-item-icon{width:36px;height:36px;min-width:36px;border-radius:5px}.feature-item-icon img{width:18px;height:18px}.feature-item-title{font-size:12px}.feature-item-desc{font-size:11px;line-height:1.35}.feature-mobile-image{display:block;margin-top:16px;margin-bottom:8px;text-align:center;position:relative;overflow:hidden}.feature-mobile-image img{width:187.5%;height:auto;display:block;max-width:none;margin-left:-43.75%}.testimonial{padding:24px 0 32px;margin-top:0}.testimonial-quote{font-size:22px;letter-spacing:-.88px}.testimonial-author{font-size:13px}.platform{padding:40px 0 60px}.platform:before{margin:0 16px 60px}.platform-header{margin-bottom:24px}.platform-tabs{flex-wrap:wrap;justify-content:center}.platform-bento{grid-template-columns:1fr;grid-template-rows:auto;aspect-ratio:auto;gap:16px}.bento-left{grid-row:auto}.bento-bottom{grid-column:auto;min-height:400px;overflow:hidden;position:relative}.bento-bottom:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/cards/bento-3-bg-mobile.png) no-repeat left top / cover;z-index:0;pointer-events:none}.bento-bottom-bg{display:none}.bento-cell img{border-radius:9px}.bento-bottom-content{flex-direction:column;align-items:flex-start;padding:28px 24px;position:relative;z-index:2}.bento-bottom-text{max-width:100%}.bento-bottom-title{font-size:22px}.bento-agents{position:absolute;right:-20px;bottom:0;top:auto;width:75%;height:60%;display:block;pointer-events:none}.bento-agent{position:absolute;width:45%;height:80px;object-fit:cover;object-position:top left;transform:rotate(-8deg);box-shadow:-3px -1px 14px #0000001a;border-radius:8px}.bento-agent-1{left:5%;top:0;z-index:1}.bento-agent-2{left:20%;top:28%;z-index:2}.bento-agent-3{left:35%;top:56%;z-index:3}.integrations{padding:40px 0}.integrations-layout{grid-template-columns:1fr;gap:32px}.integrations-title{font-size:28px}.integrations-subtitle{font-size:14px}.integrations-grid{grid-template-columns:repeat(5,1fr);gap:12px}.integrations-icon{width:100%;height:auto;aspect-ratio:1;border-radius:12px}.integrations-more{grid-column:span 5}.proof{padding:48px 0}.proof-header{margin-bottom:32px}.proof-subtitle{font-size:13px}.proof-image{width:180px;height:180px}.proof-ticker-track{gap:16px}.cta{margin:24px 16px;min-height:auto;border-radius:12px;padding:0}.cta-bg{object-fit:cover;transform:scale(4)}.cta-inner{width:100%;min-width:0;min-height:auto;flex-direction:column}.cta-snapshots,.cta-snapshots-mobile{display:none}.cta-center{width:100%;padding:60px 32px;border:none;gap:32px}.cta-title{font-size:32px;letter-spacing:-1.28px;line-height:1.1;max-width:280px}.cta-btn{font-size:15px;padding:14px 28px;border-radius:6px}.footer{padding:40px 16px 0}.footer-top{flex-direction:column;gap:24px}.footer-left{display:flex;flex-direction:column;gap:0;font-size:14px}.footer-right{font-size:14px}.footer-col-upper{display:flex;gap:16px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.06)}.footer-col-cap{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.06)}.footer-col-cap a{font-size:14px}.footer-col{padding:20px 0;border-bottom:1px solid rgba(0,0,0,.06)}.footer-col:last-child{border-bottom:none;padding-bottom:0}.footer-waitlist-label{display:none}.footer-waitlist{display:flex;width:100%;background:#0000000a;border:1px solid rgba(0,0,0,.1);border-radius:9px;padding:4px;margin-top:4px}.footer-waitlist-input{flex:1;min-width:0;width:auto;padding:10px 14px;font-size:15px}.footer-waitlist-btn{padding:10px 18px;font-size:14px;border-radius:6px;white-space:nowrap}.footer-status-pill{display:none}.footer-artwork{margin-top:40px;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}.drawer{max-width:100%;padding:12px 20px 32px;border-radius:14px 14px 0 0}.drawer-handle{margin-bottom:20px}.drawer-title{font-size:20px}.drawer-subtitle{font-size:14px;margin-bottom:20px}.drawer-input{font-size:16px;padding:12px 14px}.drawer-submit{padding:12px 20px;font-size:16px}.drawer--expanded{min-height:60vh;padding-bottom:48px}}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}
