.home-landing{--home-ink:#111827;--home-muted:#5f697b;--home-blue:#2563eb;--home-blue-dark:#1748b8;--home-blue-soft:#eff4ff;--home-paper:#fff;--home-section:#f7f9fc;--home-line:#e3e8f0;--home-success:#18a77c;--home-shadow:0 24px 70px -40px #1748a047;background:var(--home-paper);color:var(--home-ink);overflow:hidden}.home-landing h1,.home-landing h2,.home-landing h3,.home-landing p{margin-top:0}.home-section{padding:128px 0;position:relative}.home-overline,.home-eyebrow{color:var(--home-blue);letter-spacing:.04em;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.home-overline i,.home-eyebrow i{font-size:13px}.home-section-heading{text-align:center;max-width:800px;margin:0 auto 56px}.home-section-heading h2,.home-scenarios__copy h2,.home-scenarios__title-stack>span,.home-control__copy h2,.home-modules-head h2,.home-faq__intro h2{color:var(--home-ink);letter-spacing:-.055em;margin:16px 0 20px;font-size:clamp(44px,4.1vw,56px);font-weight:800;line-height:1.04}.home-section-heading>p,.home-scenarios__summary-stack>p,.home-scenarios__summary-stack>span,.home-control__copy>p,.home-modules-head__copy>p,.home-faq__intro>p{color:var(--home-muted);margin-bottom:0;font-size:17px;line-height:1.65}.home-section-heading--split{text-align:left;grid-template-columns:repeat(12,1fr);align-items:end;gap:24px;max-width:none;display:grid}.home-section-heading--split>p{grid-column:9/-1}.home-section-heading--split h2{margin-bottom:0}[data-home-reveal]{opacity:0;transition:opacity .82s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay,0s), transform .82s cubic-bezier(.16, 1, .3, 1) var(--reveal-delay,0s);transform:translateY(24px)scale(.99)}[data-home-reveal].is-visible{opacity:1;transform:none}.home-hero{background:var(--home-paper);min-height:920px;padding:136px 0 96px;position:relative}.home-hero__orb{display:none}.home-hero__grid{grid-template-columns:repeat(12,1fr);align-items:center;gap:24px;display:grid}.home-hero__copy{z-index:2;grid-column:1/span 5}.home-hero__visual{grid-column:6/-1;min-width:0}.home-eyebrow{color:var(--home-muted)}.home-eyebrow i{color:var(--home-blue)}.home-hero h1{max-width:680px;color:var(--home-ink);letter-spacing:-.065em;margin:24px 0;font-size:clamp(56px,4.8vw,68px);font-weight:800;line-height:1.1}.home-hero h1 span{background:var(--home-blue-soft);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 .06em;line-height:1;display:inline-block}.home-hero__lead{max-width:610px;color:var(--home-muted);margin-bottom:32px;font-size:18px;line-height:1.62}.home-start-form{z-index:4;max-width:600px;position:relative}.home-start-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.home-start-form label:not(.home-start-form__consent){gap:8px;display:grid}.home-start-form label>span:first-child{color:var(--home-muted);font-size:12px;font-weight:700}.home-start-form input:not([type=checkbox]),.home-start-form select{border:1px solid var(--home-line);background:var(--home-paper);width:100%;height:56px;color:var(--home-ink);border-radius:16px;outline:none;padding:0 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.home-start-form input::placeholder{color:var(--home-muted);opacity:.66}.home-start-form input:focus,.home-start-form select:focus{border-color:var(--home-blue);box-shadow:0 0 0 4px #2563eb1a}.home-start-form__select{gap:8px;margin-top:16px;display:grid}.home-start-form__select>span:first-child{color:var(--home-muted);font-size:12px;font-weight:700}.home-start-form__select .bootstrap-select-ui{width:100%;position:relative}.home-start-form__select .bootstrap-select-ui .dropdown-toggle{text-align:left;outline:none;justify-content:flex-start;align-items:center;width:100%;height:56px;padding:0 44px 0 16px;font-family:inherit;font-size:14px;display:flex;border:1px solid var(--home-line)!important;background:var(--home-paper)!important;box-shadow:none!important;color:var(--home-ink)!important;border-radius:16px!important;font-weight:500!important}.home-start-form__select .bootstrap-select-ui .dropdown-toggle:after{border:0;border-right:1.5px solid var(--home-ink);border-bottom:1.5px solid var(--home-ink);content:"";width:8px;height:8px;margin:-4px 0 0;transition:transform .2s;position:absolute;right:17px;transform:rotate(45deg)}.home-start-form__select .bootstrap-select-ui .dropdown-toggle.show:after,.home-start-form__select .bootstrap-select-ui .dropdown-toggle[aria-expanded=true]:after{margin-top:4px;transform:rotate(225deg)}.home-start-form__select .bootstrap-select-ui .dropdown-toggle:focus-visible,.home-start-form__select .bootstrap-select-ui .dropdown-toggle.show{border-color:var(--home-blue)!important;box-shadow:0 0 0 4px #2563eb1a!important}.home-start-form__select .bootstrap-select-ui.is-invalid .dropdown-toggle{border-color:var(--home-blue)!important}.home-start-form__select .bootstrap-select-ui .dropdown-menu{z-index:30;background:var(--home-paper);min-width:100%;margin:0;list-style:none;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;border:1px solid var(--home-line)!important;box-shadow:var(--home-shadow)!important;border-radius:16px!important;padding:8px!important}.home-start-form__select .bootstrap-select-ui.bootstrap-select-ui--dropup .dropdown-menu{top:auto;bottom:calc(100% + 8px)}.home-start-form__select .bootstrap-select-ui .dropdown-menu.show{gap:3px;animation:.22s cubic-bezier(.16,1,.3,1) home-dropdown-open;display:grid}.home-start-form__select .bootstrap-select-ui.bootstrap-select-ui--dropup .dropdown-menu.show{animation-name:home-dropdown-open-up}.home-start-form__select .bootstrap-select-ui .dropdown-item{width:100%;min-height:44px;color:var(--home-ink);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;padding:0 42px 0 12px;font-family:inherit;font-size:14px;display:flex;position:relative;border-radius:12px!important;font-weight:500!important}.home-start-form__select .bootstrap-select-ui .dropdown-item:hover,.home-start-form__select .bootstrap-select-ui .dropdown-item:focus-visible{background:var(--home-section);outline:none}.home-start-form__select .bootstrap-select-ui .dropdown-item[aria-current=true]{background:var(--home-blue-soft);color:var(--home-blue)}.home-start-form__select .bootstrap-select-ui .dropdown-item[aria-current=true]:after{color:var(--home-blue);content:"✓";font-size:15px;font-weight:800;position:absolute;right:14px}.home-start-form__select .bootstrap-select-ui .dropdown-item:disabled{display:none}.home-start-form__error{color:var(--home-blue-dark);font-size:11px;font-weight:700}@keyframes home-dropdown-open{0%{opacity:0;transform:translateY(-6px)scale(.99)}}@keyframes home-dropdown-open-up{0%{opacity:0;transform:translateY(6px)scale(.99)}}.home-start-form .marketing-button{cursor:pointer;background:var(--home-blue);width:100%;min-height:56px;box-shadow:none;border-radius:16px;margin-top:16px}.home-start-form__consent{color:var(--home-muted);align-items:flex-start;gap:8px;margin-top:12px;font-size:11px;line-height:1.5;display:flex}.home-start-form__consent input{width:16px;height:16px;accent-color:var(--home-blue);margin:1px 0 0}.home-start-form__consent a{text-underline-offset:2px;text-decoration:underline}.home-hero__facts{z-index:1;color:var(--home-muted);flex-wrap:wrap;gap:16px 24px;margin-top:24px;font-size:12px;font-weight:700;display:flex;position:relative}.home-hero__facts span{align-items:center;gap:7px;display:inline-flex}.home-hero__facts i{color:var(--home-blue)}.home-hero__entrance{opacity:0;animation:.62s cubic-bezier(.16,1,.3,1) forwards home-enter;transform:translateY(16px)}.home-hero__entrance--one{animation-delay:60ms}.home-hero__entrance--two{animation-delay:.12s}.home-hero__entrance--three{animation-delay:.18s}.home-hero__entrance--four{animation-delay:.24s}.home-hero__entrance--five,.home-hero__entrance--visual{animation-delay:.3s}.home-product-stage{width:780px;height:640px;margin-left:-12px;position:relative}.home-product-frame{border:1px solid var(--home-line);background:var(--home-paper);box-shadow:var(--home-shadow);border-radius:32px;position:absolute;inset:28px 40px 52px 0;overflow:hidden}.home-product-frame__bar{border-bottom:1px solid var(--home-line);background:var(--home-section);grid-template-columns:1fr auto 1fr;align-items:center;height:44px;padding:0 16px;display:grid}.home-product-frame__bar>span{gap:6px;display:flex}.home-product-frame__bar>span i{background:var(--home-line);border-radius:50%;width:8px;height:8px}.home-product-frame__bar>span i:first-child{background:var(--home-blue)}.home-product-frame__bar small{border:1px solid var(--home-line);background:var(--home-paper);min-width:176px;color:var(--home-muted);text-align:center;border-radius:16px;padding:4px 16px;font-size:8px}.home-product-frame__bar>i{color:var(--home-muted);justify-self:end;font-size:11px}.home-product-frame__body{grid-template-columns:152px 1fr;height:calc(100% - 44px);display:grid}.home-product-sidebar{border-right:1px solid var(--home-line);background:var(--home-paper);padding:24px 16px}.home-product-sidebar>img{width:auto;height:24px;margin:0 8px 24px}.home-product-company{border:1px solid var(--home-line);border-radius:16px;grid-template-columns:32px 1fr;align-items:center;gap:8px;padding:10px;display:grid}.home-product-company>span{background:var(--home-blue);width:32px;height:32px;color:var(--home-paper);border-radius:16px;place-items:center;font-size:11px;font-weight:800;display:grid}.home-product-company>div{min-width:0;display:grid}.home-product-company strong{color:var(--home-ink);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.home-product-company small{color:var(--home-muted);font-size:6px}.home-product-sidebar nav{gap:4px;margin-top:20px;display:grid}.home-product-sidebar nav span{min-height:36px;color:var(--home-muted);border-radius:16px;align-items:center;gap:10px;padding:0 12px;font-size:8px;font-weight:700;display:flex}.home-product-sidebar nav span.is-active{background:var(--home-blue-soft);color:var(--home-blue)}.home-product-sidebar nav i{font-size:12px}.home-product-workspace__head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-product-workspace__head>div{display:grid}.home-product-workspace__head small{color:var(--home-muted);font-size:8px}.home-product-workspace__head strong{color:var(--home-ink);letter-spacing:-.03em;font-size:18px}.home-product-workspace__head>span{background:var(--home-blue);color:var(--home-paper);border-radius:16px;align-items:center;gap:6px;padding:9px 12px;font-size:8px;font-weight:800;display:inline-flex}.home-product-metrics{grid-template-columns:1.25fr 1fr 1fr;gap:12px;margin-top:24px;display:grid}.home-product-metrics>div{border:1px solid var(--home-line);background:var(--home-paper);border-radius:16px;align-content:center;min-height:92px;padding:16px;display:grid}.home-product-metrics small,.home-product-metrics span{color:var(--home-muted);font-size:7px}.home-product-metrics strong{color:var(--home-ink);font-size:16px}.home-product-metrics>div:first-child span{color:var(--home-success)}.home-product-grid{grid-template-columns:1.2fr .8fr;gap:12px;margin-top:12px;display:grid}.home-product-list,.home-product-plan{border:1px solid var(--home-line);background:var(--home-paper);border-radius:16px;padding:16px}.home-product-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.home-product-card-head strong{color:var(--home-ink);font-size:9px}.home-product-card-head span{color:var(--home-muted);font-size:7px}.home-product-list>div:not(.home-product-card-head){border-top:1px solid var(--home-line);grid-template-columns:28px 1fr auto;align-items:center;gap:8px;min-height:54px;display:grid}.home-product-list>div>i{background:var(--home-blue-soft);width:28px;height:28px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:10px;display:grid}.home-product-list>div>span,.home-product-plan__item>span{display:grid}.home-product-list b,.home-product-plan__item b{color:var(--home-ink);font-size:8px}.home-product-list small,.home-product-plan__item small,.home-product-list time,.home-product-plan__item time{color:var(--home-muted);font-size:7px}.home-product-plan__item{border-top:1px solid var(--home-line);grid-template-columns:30px 3px 1fr;align-items:stretch;gap:8px;min-height:70px;padding:12px 0;display:grid}.home-product-plan__item>i{background:var(--home-blue);border-radius:16px}.home-product-phone{z-index:4;border:6px solid var(--home-ink);background:var(--home-paper);transform-origin:0 100%;border-radius:28px;width:188px;height:390px;padding:16px 13px;animation:7s ease-in-out infinite home-phone-drift;position:absolute;bottom:4px;right:-20px;overflow:hidden;scale:.9;box-shadow:0 32px 70px -34px #11182761}.home-product-phone:before{background:var(--home-ink);content:"";border-radius:16px;width:64px;height:12px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.home-product-phone__status{color:var(--home-ink);justify-content:space-between;align-items:center;padding:0 4px 14px;font-size:8px;display:flex}.home-product-phone__status span{gap:4px;display:flex}.home-product-phone__head{border-bottom:1px solid var(--home-line);grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:14px 0;display:grid}.home-product-phone__head>span{background:var(--home-blue);width:34px;height:34px;color:var(--home-paper);border-radius:16px;place-items:center;font-size:11px;font-weight:800;display:grid}.home-product-phone__head>div,.home-product-phone__date span{display:grid}.home-product-phone__head small,.home-product-phone__date small{color:var(--home-muted);font-size:7px}.home-product-phone__head strong{color:var(--home-ink);font-size:11px}.home-product-phone__head>i{color:var(--home-muted);font-size:11px}.home-product-phone__date{align-items:center;gap:10px;padding:18px 0 12px;display:flex}.home-product-phone__date>b{color:var(--home-blue);letter-spacing:-.06em;font-size:34px}.home-product-phone__date span{color:var(--home-ink);font-size:9px;font-weight:800}.home-product-phone__item{border:1px solid var(--home-line);border-radius:16px;grid-template-columns:38px 1fr;gap:10px;margin-bottom:10px;padding:13px;display:grid}.home-product-phone__item.is-current{background:var(--home-blue-soft);border-color:#2563eb52}.home-product-phone__item time{color:var(--home-blue);font-size:8px;font-weight:800}.home-product-phone__item span{display:grid}.home-product-phone__item b{color:var(--home-ink);font-size:8px}.home-product-phone__item small{color:var(--home-muted);font-size:7px}.home-product-phone__action{background:var(--home-blue);min-height:38px;color:var(--home-paper);border-radius:16px;justify-content:center;align-items:center;gap:7px;font-size:8px;font-weight:800;display:flex}.home-audience{border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line);background:var(--home-section);padding:24px 0}.home-audience__track{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 28px;max-width:1360px;margin-inline:auto;padding-inline:40px;display:flex}.home-audience__track span{color:var(--home-muted);align-items:center;gap:10px;font-size:13px;font-weight:700;display:inline-flex}.home-audience__track i{color:var(--home-blue);font-size:6px}.home-capability-grid{grid-template-columns:repeat(12,1fr);gap:24px;display:grid}.home-capability-card{border:1px solid var(--home-line);background:var(--home-paper);border-radius:24px;grid-template-columns:1fr;align-content:space-between;gap:32px;min-height:360px;padding:32px;transition:border-color .2s,transform .2s;display:grid}.home-capability-card:hover{border-color:#2563eb57;transform:translateY(-3px)}.home-capability-card.is-wide{grid-column:1/span 7}.home-capability-card.is-compact{grid-column:8/-1}.home-capability-card.is-full{grid-column:1/-1;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:280px}.home-capability-card__copy>span{background:var(--home-blue-soft);width:48px;height:48px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:20px;display:grid}.home-capability-card__copy h3{color:var(--home-ink);letter-spacing:-.035em;margin:24px 0 12px;font-size:28px;line-height:1.16}.home-capability-card__copy p{max-width:600px;color:var(--home-muted);margin-bottom:0;font-size:15px;line-height:1.65}.home-capability-card__items{grid-template-columns:1fr 1fr;gap:16px;display:grid}.home-capability-card__items>div{background:var(--home-section);border-radius:16px;grid-template-columns:40px 1fr;align-items:center;gap:12px;min-height:80px;padding:16px;display:grid}.home-capability-card__items>div>i{background:var(--home-paper);width:40px;height:40px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:16px;display:grid}.home-capability-card__items span{display:grid}.home-capability-card__items strong{color:var(--home-ink);font-size:13px}.home-capability-card__items small{color:var(--home-muted);font-size:11px}.home-solutions{background:var(--home-section)}.home-solutions-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,480px),1fr));gap:24px;display:grid}.home-solution-card{border:1px solid var(--home-line);background:var(--home-blue-soft);border-radius:24px;min-height:540px;padding:32px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.home-solution-card:hover{border-color:#2563eb57;transform:translateY(-3px)}.home-solution-card__top{align-items:center;gap:12px;display:flex}.home-solution-card__icon{background:var(--home-paper);width:48px;height:48px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:19px;display:grid}.home-solution-card__top small{color:var(--home-blue-dark);font-size:12px;font-weight:800}.home-solution-card h3{max-width:560px;color:var(--home-ink);letter-spacing:-.04em;margin:24px 0 12px;font-size:28px;line-height:1.14}.home-solution-card>p{max-width:560px;color:var(--home-muted);margin-bottom:0;font-size:14px;line-height:1.65}.home-solution-card>a{color:var(--home-blue-dark);border-top:1px solid #2563eb2e;justify-content:space-between;align-items:center;padding-top:18px;font-size:13px;font-weight:800;display:flex;position:absolute;bottom:28px;left:32px;right:32px}.home-solution-card>a i{transition:transform .2s}.home-solution-card>a:hover i{transform:translate(3px)}.home-solution-mini{background:var(--home-paper);border:1px solid #2563eb29;border-radius:16px;height:176px;position:absolute;bottom:80px;left:32px;right:32px;overflow:hidden}.home-solution-mini--restaurant{grid-template-columns:72px 72px 1fr;align-items:center;gap:16px;padding:24px;display:grid}.home-mini-table{background:var(--home-paper);width:70px;height:70px;color:var(--home-blue);border:1px solid #2563eb4d;border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.home-mini-table.is-busy{background:var(--home-blue-soft)}.home-mini-order,.home-mini-metric{background:var(--home-section);border-radius:16px;padding:16px;display:grid}.home-mini-order span,.home-mini-metric span{color:var(--home-muted);font-size:10px}.home-mini-order strong,.home-mini-metric strong{color:var(--home-ink);font-size:16px}.home-mini-order small,.home-mini-metric small{color:var(--home-blue);font-size:9px;font-weight:700}.home-solution-mini--beauty{grid-template-columns:80px 1fr;gap:16px;padding:24px;display:grid}.home-mini-calendar{color:var(--home-muted);align-content:space-around;font-size:9px;display:grid}.home-mini-calendar span{border-bottom:1px solid var(--home-line);padding-bottom:8px}.home-mini-visit{border-left:4px solid var(--home-blue);background:var(--home-blue-soft);border-radius:16px;align-self:center;align-items:center;gap:14px;padding:20px;display:flex}.home-mini-visit>b{color:var(--home-blue);font-size:11px}.home-mini-visit div{display:grid}.home-mini-visit strong{color:var(--home-ink);font-size:13px}.home-mini-visit small{color:var(--home-muted);font-size:9px}.home-solution-mini--company{grid-template-columns:.9fr 1.1fr;align-items:center;gap:24px;padding:24px;display:grid}.home-mini-sparkline{border-bottom:1px solid var(--home-line);align-items:flex-end;gap:8px;height:96px;padding:12px;display:flex}.home-mini-sparkline span{background:var(--home-blue);border-radius:16px 16px 0 0;flex:1}.home-solution-mini--network{overflow:visible}.home-network-node{z-index:2;border:4px solid var(--home-paper);background:var(--home-blue-soft);width:42px;height:42px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute}.home-network-node.is-main{background:var(--home-blue);width:56px;height:56px;color:var(--home-paper);top:54px;left:50%;transform:translate(-50%)}.home-network-node--one{top:62px;left:14%}.home-network-node--two{bottom:28px;right:14%}.home-network-node--three{bottom:24px;left:24%}.home-network-line{z-index:1;transform-origin:0;background:#2563eb3d;height:2px;position:absolute}.home-network-line--one{width:31%;top:84px;left:22%}.home-network-line--two{width:28%;top:96px;left:54%;transform:rotate(17deg)}.home-network-line--three{width:25%;top:108px;left:31%;transform:rotate(-22deg)}.home-scenarios__grid{grid-template-columns:repeat(12,1fr);align-items:center;gap:24px;display:grid}.home-scenarios__copy{grid-column:1/span 5;padding-right:40px}.home-scenarios__title-stack,.home-scenarios__summary-stack{display:grid}.home-scenarios__title-stack>*,.home-scenarios__summary-stack>*{grid-area:1/1}.home-scenarios__title-stack>span,.home-scenarios__summary-stack>span{visibility:hidden;pointer-events:none}.home-scenarios__visual{grid-column:6/-1;min-width:0}.home-scenario-tabs{border:1px solid var(--home-line);background:var(--home-section);border-radius:16px;gap:8px;margin-top:28px;padding:6px;display:flex}.home-scenario-tabs button{min-height:44px;color:var(--home-muted);cursor:pointer;background:0 0;border:0;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:7px;padding:8px 12px;font-size:12px;font-weight:800;transition:background .2s,color .2s;display:inline-flex}.home-scenario-tabs button.is-active{background:var(--home-blue);color:var(--home-paper)}.home-scenarios__copy ul{gap:10px;margin:24px 0;padding:0;list-style:none;display:grid}.home-scenarios__copy li{color:var(--home-ink);align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.home-scenarios__copy li i{background:var(--home-blue-soft);width:24px;height:24px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:11px;display:grid}.home-text-link{align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex;color:var(--home-blue-dark)!important}.home-text-link i{transition:transform .2s}.home-text-link:hover i{transform:translate(3px)}.home-scenario-preview{border:1px solid var(--home-line);background:var(--home-paper);min-height:500px;box-shadow:var(--home-shadow);border-radius:24px;animation:.5s cubic-bezier(.16,1,.3,1) home-scenario-change;overflow:hidden}.home-scenario-preview__bar{border-bottom:1px solid var(--home-line);justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.home-scenario-preview__bar>span{color:var(--home-ink);align-items:center;gap:10px;font-size:13px;font-weight:800;display:inline-flex}.home-scenario-preview__bar>span i{background:var(--home-blue-soft);width:34px;height:34px;color:var(--home-blue);border-radius:16px;place-items:center;display:grid}.home-scenario-preview__bar>div{color:var(--home-muted);align-items:center;gap:16px;font-size:12px;display:flex}.home-scenario-preview__bar b{background:var(--home-blue);width:34px;height:34px;color:var(--home-paper);border-radius:16px;place-items:center;font-size:9px;display:grid}.home-scenario-preview__content{grid-template-columns:132px 1fr;min-height:436px;display:grid}.home-scenario-preview__title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-scenario-preview__title>div{display:grid}.home-scenario-preview__title small{color:var(--home-muted);font-size:8px}.home-scenario-preview__title strong{color:var(--home-ink);font-size:17px}.home-scenario-preview__title button{background:var(--home-blue);height:36px;color:var(--home-paper);border:0;border-radius:16px;padding:0 14px;font-size:8px;font-weight:800}.home-rest-workspace{grid-template-columns:1fr .85fr;gap:16px;margin-top:24px;display:grid}.home-rest-hall,.home-rest-queue,.home-beauty-workspace,.home-company-table,.home-company-summary{border:1px solid var(--home-line);background:var(--home-paper);border-radius:16px}.home-rest-hall{grid-template-columns:1fr 1fr;place-items:center;gap:16px;min-height:270px;padding:24px;display:grid}.home-rest-hall span{background:var(--home-blue-soft);width:72px;height:72px;color:var(--home-blue);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.home-rest-hall .is-ready,.home-rest-hall .is-free{color:var(--home-success);background:#18a77c1a}.home-rest-queue{padding:18px}.home-rest-queue>strong{color:var(--home-ink);font-size:10px}.home-rest-queue>div{background:var(--home-section);border-radius:16px;gap:2px;margin-top:10px;padding:12px;display:grid}.home-rest-queue b,.home-rest-queue span{font-size:8px}.home-rest-queue b{color:var(--home-ink)}.home-rest-queue span{color:var(--home-blue)}.home-rest-queue>div:last-child span{color:var(--home-success)}.home-beauty-workspace{grid-template-columns:58px 1fr 1fr;gap:12px;min-height:280px;margin-top:24px;padding:20px;display:grid}.home-beauty-hours{color:var(--home-muted);align-content:space-around;font-size:8px;display:grid}.home-beauty-column{align-content:start;gap:12px;display:grid}.home-beauty-column>strong{color:var(--home-ink);font-size:9px}.home-beauty-column>div{border-left:3px solid var(--home-blue);background:var(--home-blue-soft);color:var(--home-ink);border-radius:16px;padding:14px;font-size:8px}.home-beauty-column small{color:var(--home-muted);font-size:7px}.home-company-summary{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px;padding:16px;display:grid}.home-company-summary span{background:var(--home-section);color:var(--home-muted);border-radius:16px;gap:5px;padding:14px;font-size:7px;display:grid}.home-company-summary strong{color:var(--home-ink);font-size:18px}.home-company-table{margin-top:12px;padding:8px 14px}.home-company-table>div{border-bottom:1px solid var(--home-line);min-height:44px;color:var(--home-muted);grid-template-columns:1fr .8fr .8fr;align-items:center;font-size:8px;display:grid}.home-company-table>div:last-child{border-bottom:0}.home-company-table b{color:var(--home-muted);font-size:7px}.home-company-table span:nth-child(2){background:var(--home-blue-soft);width:max-content;color:var(--home-blue);border-radius:16px;padding:4px 8px}.home-company-table .is-paid{color:var(--home-success);background:#18a77c1a}.home-product-frame__body{grid-template-columns:64px minmax(0,1fr);height:100%}.home-product-sidebar{border-right:1px solid var(--home-line);background:var(--home-paper);flex-direction:column;align-items:center;width:64px;min-width:64px;padding:12px 7px;display:flex}.home-product-sidebar__brand,.home-product-sidebar__profile{border-radius:12px;flex:none;place-items:center;width:36px;height:36px;font-size:10px;font-weight:800;display:grid}.home-product-sidebar__brand{background:var(--home-blue);color:var(--home-paper);text-transform:uppercase;font-size:18px}.home-product-sidebar__profile{background:var(--home-blue-soft);color:var(--home-blue);margin-top:auto}.home-product-sidebar nav{gap:5px;width:100%;margin-top:18px;display:grid}.home-product-sidebar nav button{width:100%;min-height:52px;color:var(--home-muted);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;gap:2px;padding:6px 1px;font-family:inherit;font-size:6px;font-weight:700;line-height:1.1;transition:background .2s,color .2s,transform .2s;display:grid}.home-product-sidebar nav button i{font-size:14px}.home-product-sidebar nav button span{min-width:0;min-height:0;font-size:inherit;line-height:inherit;padding:0;display:block}.home-product-sidebar nav button.is-active{background:var(--home-blue-soft);color:var(--home-blue)}.home-product-sidebar nav button:focus-visible{outline:2px solid var(--home-blue);outline-offset:1px}.home-product-workspace{background:var(--home-section);min-width:0;padding:0}.home-product-topbar{border-bottom:1px solid var(--home-line);background:var(--home-paper);justify-content:space-between;align-items:center;height:54px;padding:0 18px;display:flex}.home-product-topbar>div{align-items:center;gap:10px;display:flex}.home-product-topbar>div:first-child{gap:0;display:grid}.home-product-topbar span{color:var(--home-ink);font-size:9px;font-weight:800}.home-product-topbar small{color:var(--home-muted);font-size:6px}.home-product-topbar i{color:var(--home-muted);font-size:12px}.home-product-topbar b{background:var(--home-blue);width:30px;height:30px;color:var(--home-paper);border-radius:50%;place-items:center;font-size:8px;display:grid}.home-demo-view{min-width:0;height:calc(100% - 54px);padding:18px;animation:.52s cubic-bezier(.16,1,.3,1) home-product-view-in;position:relative}.home-demo-view__header{justify-content:space-between;align-items:flex-start;gap:14px;min-height:44px;display:flex}.home-demo-view__header>div:first-child{display:grid}.home-demo-view__header small{color:var(--home-muted);font-size:7px}.home-demo-view__header strong{color:var(--home-ink);letter-spacing:-.035em;font-size:18px}.home-demo-view__actions{align-items:center;gap:8px;display:flex}.home-landing .home-demo-view__actions>span,.home-landing .home-demo-view__actions>button{border:1px solid var(--home-line);background:var(--home-paper);min-height:30px;color:var(--home-muted);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-family:inherit;font-size:7px;font-weight:700;line-height:1;display:inline-flex}.home-landing .home-demo-view__actions>span i,.home-landing .home-demo-view__actions>button i{flex:none;font-size:8px;line-height:1}.home-landing .home-demo-view__actions>button{border-color:var(--home-blue);background:var(--home-blue);color:var(--home-paper)}.home-demo-calendar,.home-demo-table,.home-demo-orders,.home-demo-transactions{border:1px solid var(--home-line);background:var(--home-paper);border-radius:16px;overflow:hidden}.home-demo-calendar{margin-top:10px}.home-demo-calendar__people,.home-demo-calendar__grid{grid-template-columns:44px repeat(3,minmax(0,1fr));display:grid}.home-demo-calendar__people{border-bottom:1px solid var(--home-line);align-items:center;min-height:48px}.home-demo-calendar__people>div{border-left:1px solid var(--home-line);align-items:center;gap:6px;padding-inline:8px;display:flex}.home-demo-calendar__people b{background:var(--home-blue-soft);width:24px;height:24px;color:var(--home-blue);border-radius:50%;place-items:center;font-size:6px;display:grid}.home-demo-calendar__people small{color:var(--home-ink);font-size:7px;font-weight:700}.home-demo-calendar__grid{min-height:300px}.home-demo-calendar__times,.home-demo-calendar__column{grid-template-rows:repeat(4,1fr);display:grid}.home-demo-calendar__times span{border-bottom:1px solid var(--home-line);color:var(--home-muted);padding:9px 6px;font-size:6px}.home-demo-calendar__column{border-left:1px solid var(--home-line);background:linear-gradient(var(--home-line) 1px, transparent 1px);background-size:100% 25%;gap:4px;padding:6px;position:relative}.home-demo-calendar__column span{border-left:3px solid var(--home-blue);background:var(--home-blue-soft);color:var(--home-ink);border-radius:8px;align-content:start;padding:8px;font-size:6px;display:grid}.home-demo-calendar__column span.is-green{border-left-color:var(--home-success);background:#18a77c1a}.home-demo-calendar__column span.is-soft{border-left-color:var(--home-blue-dark);background:var(--home-section)}.home-demo-calendar__column b{color:var(--home-blue);font-size:6px}.home-demo-table{margin-top:14px}.home-demo-table__head,.home-demo-table__row{border-bottom:1px solid var(--home-line);min-height:58px;color:var(--home-muted);grid-template-columns:1.25fr 1fr .8fr .7fr;align-items:center;gap:10px;padding:0 14px;font-size:7px;display:grid}.home-demo-table__head{background:var(--home-section);min-height:36px;font-size:6px;font-weight:700}.home-demo-table__row:last-child{border-bottom:0}.home-demo-table__row>span:first-child{align-items:center;gap:8px;display:flex}.home-demo-table__row>span:first-child b{background:var(--home-blue-soft);width:28px;height:28px;color:var(--home-blue);border-radius:50%;flex:none;place-items:center;font-size:6px;display:grid}.home-demo-table__row strong{color:var(--home-ink);font-size:7px}.home-demo-orders{background:0 0;border:0;gap:8px;margin-top:14px;padding:10px;display:grid}.home-demo-orders>div{border:1px solid var(--home-line);background:var(--home-paper);border-radius:14px;grid-template-columns:34px 1.1fr .8fr .65fr 12px;align-items:center;gap:10px;min-height:72px;padding:0 14px;display:grid}.home-demo-orders>div>span:first-child{background:var(--home-blue-soft);width:32px;height:32px;color:var(--home-blue);border-radius:10px;place-items:center;display:grid}.home-demo-orders>div>span:nth-child(2){display:grid}.home-demo-orders strong,.home-demo-orders b{color:var(--home-ink);font-size:7px}.home-demo-orders small,.home-demo-orders>div>i{color:var(--home-muted);font-size:6px}.home-demo-orders>div>b{background:var(--home-blue-soft);width:max-content;color:var(--home-blue);border-radius:999px;padding:5px 8px}.home-demo-finance{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.home-demo-finance>div{border:1px solid var(--home-line);background:var(--home-paper);border-radius:14px;align-content:center;min-height:76px;padding:12px;display:grid}.home-demo-finance small,.home-demo-finance span{color:var(--home-muted);font-size:6px}.home-demo-finance strong{color:var(--home-ink);font-size:14px}.home-demo-finance>div:first-child span{color:var(--home-success)}.home-demo-transactions{margin-top:10px;padding:12px}.home-demo-transactions>strong{color:var(--home-ink);font-size:8px}.home-demo-transactions>div{border-top:1px solid var(--home-line);min-height:38px;color:var(--home-muted);justify-content:space-between;align-items:center;font-size:7px;display:flex}.home-demo-transactions>div b{color:var(--home-ink);font-size:7px}.home-demo-payment{z-index:3;border:1px solid var(--home-line);background:var(--home-paper);width:290px;box-shadow:var(--home-shadow);border-radius:16px;padding:16px;animation:.55s cubic-bezier(.16,1,.3,1) home-payment-open;position:absolute;bottom:18px;right:18px}.home-demo-payment>div:first-child{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.home-demo-payment>div:first-child span{background:var(--home-blue-soft);width:28px;height:28px;color:var(--home-blue);border-radius:10px;place-items:center;display:grid}.home-demo-payment>div:first-child strong{color:var(--home-ink);margin-right:auto;font-size:10px}.home-demo-payment>div:first-child>i,.home-demo-payment>small{color:var(--home-muted);font-size:7px}.home-demo-payment>b{color:var(--home-ink);margin:3px 0 12px;font-size:22px;display:block}.home-demo-payment__methods{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.home-demo-payment__methods span{border:1px solid var(--home-line);min-height:54px;color:var(--home-muted);border-radius:10px;place-items:center;padding:6px;font-size:6px;display:grid}.home-demo-payment__methods span.is-active{border-color:var(--home-blue);background:var(--home-blue-soft);color:var(--home-blue)}.home-demo-payment>button{background:var(--home-blue);width:100%;min-height:34px;color:var(--home-paper);border:0;border-radius:10px;margin-top:10px;font-family:inherit;font-size:7px;font-weight:800}.home-product-phone__screen{gap:8px;padding:18px 0 12px;animation:.45s cubic-bezier(.16,1,.3,1) home-product-view-in;display:grid}.home-product-phone__screen>small{color:var(--home-muted);font-size:7px}.home-product-phone__screen>strong{color:var(--home-ink);letter-spacing:-.03em;font-size:18px}.home-product-phone__screen>div{border:1px solid var(--home-line);border-radius:14px;grid-template-columns:30px 1fr;align-items:center;gap:8px;min-height:62px;padding:10px;display:grid}.home-product-phone__screen>div>i{background:var(--home-blue-soft);width:30px;height:30px;color:var(--home-blue);border-radius:10px;place-items:center;display:grid}.home-product-phone__screen>div>span{display:grid}.home-product-phone__screen b{color:var(--home-ink);font-size:7px}.home-product-phone__screen small{color:var(--home-muted);font-size:6px}.home-product-phone__nav{border-top:1px solid var(--home-line);grid-template-columns:repeat(3,1fr);padding-top:9px;display:grid;position:absolute;bottom:12px;left:12px;right:12px}.home-product-phone__nav span{color:var(--home-muted);place-items:center;gap:2px;font-size:6px;display:grid}.home-product-phone__nav span i{font-size:14px}.home-product-phone__nav span.is-active{color:var(--home-blue)}.home-demo-cursor{z-index:8;width:24px;height:24px;color:var(--home-ink);filter:drop-shadow(0 2px 3px #1118273d);pointer-events:none;transform-origin:100% 0;place-items:center;transition:top .72s cubic-bezier(.16,1,.3,1),left .72s cubic-bezier(.16,1,.3,1);display:grid;position:absolute;top:110px;left:31px;scale:.9}.home-demo-cursor>i{line-height:1;display:block;transform:scaleX(-1)}.home-demo-cursor:after{border:2px solid var(--home-blue);content:"";border-radius:50%;width:18px;height:18px;animation:3.4s ease-out infinite home-cursor-click;position:absolute}.home-solution-card{min-height:620px}.home-real-product-mini{background:var(--home-section);height:260px;padding:0;display:block;container-type:inline-size}.home-real-product-mini__top{border-bottom:1px solid var(--home-line);background:var(--home-paper);align-items:center;gap:7px;height:38px;padding:0 10px;display:flex}.home-real-product-mini__logo{filter:brightness(0)saturate()invert(11%)sepia(16%)saturate(1398%)hue-rotate(185deg)brightness(88%)contrast(96%);flex:none;width:auto;max-width:none;height:20px}.home-real-product-mini__top strong{color:var(--home-ink);font-size:8px}.home-real-product-mini__top>i{color:var(--home-muted);margin-left:auto;font-size:9px}.home-real-product-mini__body{grid-template-columns:44px minmax(0,1fr);height:calc(100% - 38px);display:grid}.home-real-product-mini .home-product-sidebar{width:44px;min-width:44px;padding:7px 4px}.home-real-product-mini .home-product-sidebar__brand,.home-real-product-mini .home-product-sidebar__profile{display:none}.home-real-product-mini .home-product-sidebar nav{gap:1px;margin:0}.home-real-product-mini .home-product-sidebar nav button{border-radius:8px;min-height:42px}.home-real-product-mini .home-product-sidebar nav button span{display:none}.home-real-product-mini .home-real-product-mini__content{min-width:0;overflow:hidden}.home-real-product-mini .home-demo-view{height:100%;padding:10px}.home-real-product-mini .home-demo-view__header{min-height:34px}.home-real-product-mini .home-demo-view__header strong{font-size:11px}.home-real-product-mini .home-demo-view__actions>span,.home-real-product-mini .home-demo-view__actions>button{min-height:24px;padding-inline:7px;font-size:5px}.home-real-product-mini .home-demo-calendar{margin-top:4px}.home-real-product-mini .home-demo-calendar__people{min-height:30px}.home-real-product-mini .home-demo-calendar__grid{min-height:116px}.home-real-product-mini .home-demo-calendar__people b{width:18px;height:18px}.home-real-product-mini .home-demo-table{margin-top:5px}.home-real-product-mini .home-demo-table__head,.home-real-product-mini .home-demo-table__row{min-height:40px;padding-inline:8px;font-size:5px}.home-real-product-mini .home-demo-table__head{min-height:26px}.home-real-product-mini .home-demo-table__row>span:first-child b{width:22px;height:22px}.home-real-product-mini .home-demo-orders{gap:5px;margin-top:4px;padding:4px}.home-real-product-mini .home-demo-orders>div{min-height:54px;padding-inline:8px}.home-scenario-preview__logo{filter:brightness(0)saturate()invert(11%)sepia(16%)saturate(1398%)hue-rotate(185deg)brightness(88%)contrast(96%);flex:none;width:auto;max-width:none;height:28px}.home-scenario-preview__bar>span small{border-left:1px solid var(--home-line);color:var(--home-muted);padding-left:10px;font-size:8px}.home-product-brand-mark{background:0 0;overflow:hidden}.home-product-sidebar__brand.home-product-brand-mark,.home-product-phone__head>.home-product-brand-mark{background:0 0;border-radius:0}.home-landing .home-product-brand-mark img{object-fit:cover;object-position:left center;filter:brightness(0)saturate()invert(35%)sepia(97%)saturate(3032%)hue-rotate(214deg)brightness(95%)contrast(93%);width:100%;max-width:100%;height:100%}.home-scenario-preview__content{grid-template-columns:64px minmax(0,1fr)}.home-scenario-preview__content>.home-product-sidebar{background:var(--home-paper);flex-direction:column;align-items:center;gap:0;padding:12px 7px;display:flex}.home-scenario-preview__content>.home-product-sidebar .home-product-sidebar__brand,.home-scenario-preview__content>.home-product-sidebar .home-product-sidebar__profile{display:none}.home-scenario-preview__content>.home-product-sidebar nav{margin-top:0}.home-scenario-preview__workspace{background:var(--home-section);min-width:0;padding:0}.home-scenario-preview__workspace .home-demo-view{height:436px;padding:24px}@keyframes home-product-view-in{0%{opacity:0;transform:translateY(10px)}}@keyframes home-payment-open{0%{opacity:0;transform:translateY(12px)scale(.98)}}@keyframes home-cursor-click{0%,68%{opacity:0;transform:scale(.55)}74%{opacity:.7}90%,to{opacity:0;transform:scale(1.7)}}.home-workflow{background:var(--home-ink);color:var(--home-paper);overflow:hidden}.home-section-heading--light .home-overline{color:#ffffffbd}.home-workflow-line{grid-template-columns:repeat(5,1fr);gap:16px;display:grid;position:relative}.home-workflow-line:before{content:"";background:#ffffff2e;height:1px;position:absolute;top:32px;left:8%;right:8%}.home-workflow-step{z-index:1;text-align:center;position:relative}.home-workflow-step>span{background:var(--home-blue-dark);width:64px;height:64px;color:var(--home-paper);border:1px solid #ffffff2e;border-radius:16px;place-items:center;margin:0 auto 18px;font-size:21px;display:grid}.home-workflow-step>small{color:#ffffff80;font-size:9px;font-weight:800}.home-workflow-step h3{color:var(--home-paper);margin:8px 0;font-size:18px}.home-workflow-step p{color:#ffffff9e;margin:0;font-size:12px;line-height:1.55}.home-control__grid{grid-template-columns:repeat(12,1fr);align-items:center;gap:24px;display:grid}.home-control__visual{grid-column:1/span 7;min-height:510px;position:relative}.home-control__copy{grid-column:9/-1}.home-control-board{--control-restaurant:#2f66e9;--control-studio:#7c5ce5;--control-service:#14a69a;border:1px solid var(--home-line);background:var(--home-section);border-radius:24px;padding:32px;position:absolute;inset:0 24px 24px 0}.home-control-board__head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.home-control-board__head>div{display:grid}.home-control-board__head span{color:var(--home-muted);font-size:11px}.home-control-board__head strong{color:var(--home-ink);font-size:15px}.home-control-board__head>small{color:var(--home-success);background:#18a77c1a;border-radius:16px;padding:6px 10px;font-size:9px;font-weight:800}.home-control-board__number{color:var(--home-ink);letter-spacing:-.045em;margin:28px 0 12px;font-size:36px;font-weight:800}.home-control-board__chart{border-bottom:1px solid var(--home-line);align-items:flex-end;gap:10px;height:180px;padding:18px 12px 0;display:flex}.home-control-board__chart>span{height:var(--control-height);background:var(--control-restaurant);transform-origin:bottom;animation:home-chart-grow .7s cubic-bezier(.16, 1, .3, 1) var(--control-delay) both;border-radius:16px 16px 0 0;flex:1}.home-control-board__legend{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;display:grid}.home-control-board__legend span{color:var(--home-muted);grid-template-columns:8px 1fr;gap:4px 8px;font-size:8px;display:grid}.home-control-board__legend i{background:var(--control-restaurant);border-radius:16px;width:8px;height:8px;margin-top:2px}.home-control-board__legend span:nth-child(2) i{background:var(--control-studio)}.home-control-board__legend span:nth-child(3) i{background:var(--control-service)}.home-control-board__legend strong{color:var(--home-ink);grid-column:2;font-size:10px}.home-control-float{border:1px solid var(--home-line);background:var(--home-paper);min-width:280px;box-shadow:var(--home-shadow);border-radius:16px;align-items:center;gap:12px;padding:18px;display:flex;position:absolute;bottom:0;right:0}.home-control-float>span{background:var(--home-blue-soft);width:44px;height:44px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:19px;display:grid}.home-control-float>div{display:grid}.home-control-float strong{color:var(--home-ink);font-size:12px}.home-control-float small{color:var(--home-muted);font-size:9px}.home-control__points{gap:20px;display:grid}.home-control__points>div{grid-template-columns:48px 1fr;align-items:start;gap:16px;display:grid}.home-control__points>div>span{background:var(--home-blue-soft);width:48px;height:48px;color:var(--home-blue);border-radius:16px;place-items:center;font-size:18px;display:grid}.home-control__points strong{color:var(--home-ink);font-size:14px}.home-control__points p{color:var(--home-muted);margin:4px 0 0;font-size:12px;line-height:1.55}.home-start{background:linear-gradient(180deg, var(--home-paper) 0, #f7f9fd 44%, #f7f9fd 100%);padding-top:64px;scroll-margin-top:128px}.home-modules-panel{border:1px solid var(--home-line);background:var(--home-paper);border-radius:32px;padding:56px;box-shadow:0 30px 80px -58px #18409057}.home-modules-head{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:end;gap:48px;display:grid}.home-modules-head__copy{max-width:820px}.home-modules-head h2{margin-bottom:18px}.home-modules-facts{border:1px solid var(--home-line);background:var(--home-section);border-radius:20px;gap:14px;padding:22px;display:grid}.home-modules-facts span{color:var(--home-muted);align-items:center;gap:10px;font-size:13px;font-weight:700;display:inline-flex}.home-modules-facts i{width:20px;color:var(--home-blue);text-align:center}.home-modules-catalog{border-top:1px solid var(--home-line);margin-top:38px;padding-top:28px}.home-modules-tools{gap:16px;display:grid}.home-modules-search{display:block;position:relative}.home-modules-search>i{z-index:1;color:var(--home-muted);pointer-events:none;font-size:17px;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.home-modules-search input{border:1px solid var(--home-line);background:var(--home-section);width:100%;min-height:60px;color:var(--home-ink);font:inherit;border-radius:18px;outline:none;padding:0 56px;font-size:14px;font-weight:600;transition:border-color .2s,box-shadow .2s,background .2s}.home-modules-search input::placeholder{color:var(--home-muted);font-weight:500}.home-modules-search input:focus{border-color:var(--home-blue);background:var(--home-paper);box-shadow:0 0 0 4px #2563eb1a}.home-modules-search>button{width:34px;height:34px;color:var(--home-muted);background:0 0;border:0;border-radius:10px;place-items:center;padding:0;transition:background .2s,color .2s;display:grid;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.home-modules-search>button:hover{background:var(--home-blue-soft);color:var(--home-blue)}.home-modules-categories{flex-wrap:wrap;gap:8px;display:flex}.home-modules-categories button{border:1px solid var(--home-line);background:var(--home-paper);min-height:38px;color:var(--home-muted);white-space:nowrap;border-radius:999px;padding:0 15px;font-size:12px;font-weight:750;transition:border-color .2s,background .2s,color .2s}.home-modules-categories button:hover{color:var(--home-blue);border-color:#c8d5f0}.home-modules-categories button.is-active{border-color:var(--home-blue);background:var(--home-blue);color:#fff}.home-modules-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.home-module-card{border:1px solid var(--home-line);background:var(--home-section);border-radius:20px;flex-direction:column;min-width:0;min-height:210px;padding:22px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex}.home-module-card__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-module-card__icon{background:var(--home-blue-soft);width:44px;height:44px;color:var(--home-blue);border:1px solid #dbe5fb;border-radius:14px;flex:none;place-items:center;font-size:18px;display:grid}.home-module-card__category{border:1px solid var(--home-line);background:var(--home-paper);color:var(--home-muted);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:750;overflow:hidden}.home-module-card h3{color:var(--home-ink);letter-spacing:-.025em;margin:18px 0 8px;font-size:20px;font-weight:800;line-height:1.2}.home-module-card>p{color:var(--home-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.home-module-card__foot{border-top:1px solid var(--home-line);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}.home-module-card__foot strong{color:var(--home-ink);font-size:12px;font-weight:800}.home-module-card__foot a{color:var(--home-blue);align-items:center;gap:5px;font-size:11px;font-weight:800;display:inline-flex}.home-module-card__soon{background:var(--home-blue-soft);color:var(--home-blue);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.home-modules-empty{background:var(--home-section);border:1px dashed #cbd7ed;border-radius:20px;grid-column:1/-1;justify-content:center;align-items:center;gap:18px;min-height:180px;padding:28px;display:flex}.home-modules-empty>span{background:var(--home-blue-soft);width:48px;height:48px;color:var(--home-blue);border-radius:15px;flex:none;place-items:center;display:grid}.home-modules-empty strong{color:var(--home-ink);font-size:14px}.home-modules-empty p{color:var(--home-muted);margin:4px 0 0;font-size:12px}.home-modules-empty button{border:1px solid var(--home-line);background:var(--home-paper);min-height:38px;color:var(--home-blue);border-radius:12px;margin-left:10px;padding:0 14px;font-size:12px;font-weight:800}.home-modules-bottom{justify-content:space-between;align-items:center;gap:24px;margin-top:24px;display:flex}.home-modules-bottom>p{color:var(--home-muted);margin:0;font-size:12px}.home-modules-bottom>p strong{color:var(--home-ink)}.home-modules-bottom>div{align-items:center;gap:18px;display:flex}.home-modules-bottom__link{color:var(--home-blue);align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.home-faq__grid{grid-template-columns:repeat(12,1fr);align-items:start;gap:24px;display:grid}.home-faq__intro{grid-column:1/span 4;padding-right:40px;position:sticky;top:136px}.home-faq__intro>p{margin-bottom:24px;font-size:14px}.home-faq__list{border-top:1px solid var(--home-line);grid-column:6/-1}.home-faq__list details{border-bottom:1px solid var(--home-line)}.home-faq__list summary{min-height:84px;color:var(--home-ink);cursor:pointer;justify-content:space-between;align-items:center;gap:24px;font-size:16px;font-weight:800;list-style:none;display:flex}.home-faq__list summary::-webkit-details-marker{display:none}.home-faq__list summary i{background:var(--home-section);width:36px;height:36px;color:var(--home-muted);border-radius:16px;flex:none;place-items:center;transition:background .2s,color .2s,transform .2s;display:grid}.home-faq__list details[open] summary i{background:var(--home-blue-soft);color:var(--home-blue);transform:rotate(45deg)}.home-faq__list details p{max-width:700px;color:var(--home-muted);margin:-8px 56px 28px 0;font-size:13px;line-height:1.7}.home-final{background:linear-gradient(135deg, var(--home-blue), var(--home-blue-dark));color:var(--home-paper);padding:112px 0;position:relative}.home-final__inner{text-align:center}.home-final__inner>span{color:#ffffffbd;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.home-final h2{max-width:820px;color:var(--home-paper);letter-spacing:-.06em;margin:16px auto 20px;font-size:clamp(48px,5.2vw,68px);font-weight:800;line-height:1.02}.home-final__inner>div{justify-content:center;gap:12px;display:flex}.home-final__secondary{background:0 0;border-color:#ffffff52;color:var(--home-paper)!important}.home-hero{isolation:isolate;background:radial-gradient(circle at 8% 18%,#2563eb1c,#0000 30%),radial-gradient(circle at 92% 76%,#6366f11a,#0000 32%),linear-gradient(#f7faff 0%,#fff 94%);overflow:hidden}.home-hero:before{z-index:0;content:"";background:linear-gradient(135deg,#ffffffeb 0%,#f4f8fff0 46%,#ecf3ffe6 100%);border:1px solid #cbd8ecc2;border-radius:52px;position:absolute;inset:96px max(16px,50% - 740px) 24px;box-shadow:0 44px 120px -88px #12336d7a,inset 0 1px #ffffffdb}.home-hero:after{z-index:0;content:"";pointer-events:none;background-image:linear-gradient(#2563eb07 1px,#0000 1px),linear-gradient(90deg,#2563eb07 1px,#0000 1px);background-size:44px 44px;border-radius:51px;position:absolute;inset:97px max(17px,50% - 739px) 25px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 42% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 42% 88%,#0000)}.home-hero__grid{z-index:2;position:relative}.home-hero__orb{z-index:1;filter:blur(90px);pointer-events:none;background:#2563eb17;border-radius:50%;width:360px;height:360px;display:block;position:absolute}.home-hero__orb--one{top:140px;left:-180px}.home-hero__orb--two{background:#6366f11a;bottom:12%;right:-190px}.home-hero .home-eyebrow{color:#5d6b80;letter-spacing:.065em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border:1px solid #cbd8ece0;border-radius:999px;gap:9px;padding:8px 12px;font-size:10px;box-shadow:0 14px 34px -28px #14357075}.home-hero h1{letter-spacing:-.058em;text-wrap:balance;max-width:650px;margin-block:22px;font-size:clamp(50px,4.25vw,62px);line-height:1.06}.home-hero h1 span{box-shadow:none;color:#0000;line-height:inherit;white-space:nowrap;-webkit-text-fill-color:transparent;background:linear-gradient(100deg,#2563eb 0%,#4f46e5 100%);-webkit-background-clip:text;background-clip:text;border:0;border-radius:0;padding:0 .02em}.home-start-form label>span:first-child,.home-start-form__select>span:first-child{color:#647188;letter-spacing:.025em;font-size:10px}.home-start-form input:not([type=checkbox]),.home-start-form select,.home-start-form__select .bootstrap-select-ui .dropdown-toggle{transition:border-color .22s,background .22s,box-shadow .22s;background:#f8faff!important;border-color:#dbe3ef!important;box-shadow:inset 0 1px #ffffffeb!important}.home-start-form .marketing-button{background:linear-gradient(135deg,#3475f5,#1d4ed8);border:1px solid #ffffff29;transition:box-shadow .22s,transform .22s;box-shadow:0 18px 34px -20px #2563ebad}.home-start-form .marketing-button:hover{transform:translateY(-2px);box-shadow:0 22px 40px -20px #2563ebc2}.home-start-form__consent{color:#6c788c}.home-hero__facts span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffa8;border:1px solid #d2dceae0;border-radius:14px;justify-content:center;min-height:40px;padding:8px 10px;font-size:11px;box-shadow:0 14px 30px -28px #12336d80}.home-product-stage{isolation:isolate}.home-product-stage:before{z-index:-1;content:"";background:radial-gradient(circle at 82% 12%,#6366f138,#0000 30%),radial-gradient(circle at 12% 88%,#2563eb33,#0000 34%),linear-gradient(145deg,#eaf1ff 0%,#dce9ff 52%,#edf3ff 100%);border:1px solid #adc2e2a8;border-radius:46px;position:absolute;inset:0;box-shadow:0 40px 90px -58px #1748a085,inset 0 1px #ffffffb8}.home-product-frame{border-color:#b8c7ddd1;inset:32px;box-shadow:0 40px 82px -48px #12316785,0 8px 26px -20px #11182757}.home-product-phone{transform-origin:100% 100%;border-color:#101827;bottom:14px;right:8px;scale:.85;box-shadow:0 40px 86px -38px #0812268f,0 12px 30px -24px #11182780}.home-product-stage .home-demo-cursor{top:114px;left:63px}.home-overline{letter-spacing:.075em;text-transform:uppercase;background:#eff4ffd1;border:1px solid #dbe5fb;border-radius:999px;gap:9px;padding:8px 12px;font-size:10px}.home-overline:before{content:"";background:currentColor;border-radius:50%;flex:none;width:6px;height:6px;box-shadow:0 0 0 4px #2563eb1a}.home-section-heading h2,.home-scenarios__copy h2,.home-scenarios__title-stack>span,.home-control__copy h2,.home-modules-head h2,.home-faq__intro h2{letter-spacing:-.06em;text-wrap:balance;margin-top:20px;margin-bottom:22px;font-size:clamp(48px,4.3vw,64px);line-height:1.02}.home-section-heading>p,.home-scenarios__summary-stack>p,.home-scenarios__summary-stack>span,.home-control__copy>p,.home-modules-head__copy>p,.home-faq__intro>p{text-wrap:pretty;font-size:17px;line-height:1.7}.home-section-heading--split{margin-bottom:72px}.home-section-heading--split>div{grid-column:1/span 7}.home-section-heading--split>p{grid-column:9/-1;padding-bottom:8px}.home-audience{background:#f8fafdeb;border-color:#e8edf5;padding:22px 0;position:relative}.home-audience:before,.home-audience:after{z-index:1;content:"";pointer-events:none;width:min(8vw,96px);position:absolute;top:0;bottom:0}.home-audience:before{background:linear-gradient(90deg,#f8fafd,#f8fafd00);left:0}.home-audience:after{background:linear-gradient(-90deg,#f8fafd,#f8fafd00);right:0}.home-audience__track{grid-template-columns:repeat(8,max-content);justify-content:space-between;gap:12px;display:grid}.home-audience__track span{color:#5f6b7e;border:1px solid #0000;border-radius:999px;min-height:38px;padding:0 14px;font-size:12px;transition:border-color .22s,background .22s,color .22s,transform .22s}.home-audience__track span:hover{color:var(--home-ink);background:#fff;border-color:#dce5f4;transform:translateY(-1px)}.home-audience__track i{font-size:5px}.home-intro{background:radial-gradient(circle at 8% 12%,#2563eb14,#0000 28%),radial-gradient(circle at 90% 78%,#6366f112,#0000 30%),#fff;overflow:hidden}.home-capability-grid{gap:20px}.home-capability-card{isolation:isolate;background:#ffffffe6;border-color:#cfd9e9e0;border-radius:36px;gap:40px;min-height:410px;padding:40px;transition:border-color .28s,box-shadow .28s,transform .28s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 30px 80px -58px #1435706b}.home-capability-card:before{z-index:-1;content:"";border:1px solid #2563eb1a;border-radius:50%;width:112px;height:112px;position:absolute;top:-28px;right:-22px;box-shadow:0 0 0 22px #2563eb06}.home-capability-card:after{z-index:-2;content:"";pointer-events:none;background:radial-gradient(circle,#2563eb1a,#0000 68%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-160px;right:-120px}.home-capability-card>*{z-index:1;position:relative}.home-capability-card.is-full{background:linear-gradient(120deg,#f8fbff 0%,#fff 46%,#f3f8ff 100%);grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:310px}.home-capability-card:hover{border-color:#2563eb52;transform:translateY(-6px);box-shadow:0 38px 90px -56px #1748a075}.home-capability-card__copy>span{background:#eff4ffe6;border:1px solid #2563eb1f;border-radius:19px;width:56px;height:56px;font-size:22px;box-shadow:0 12px 28px -20px #2563ebb3}.home-capability-card__copy h3{letter-spacing:-.045em;text-wrap:balance;margin-top:28px;margin-bottom:14px;font-size:30px}.home-capability-card__copy p{max-width:540px;font-size:15px;line-height:1.72}.home-capability-card__items{gap:12px}.home-capability-card__items>div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border:1px solid #dce4f1db;border-radius:20px;min-height:88px;padding:18px;box-shadow:0 18px 42px -38px #11182780}.home-capability-card__items>div>i{border:1px solid #e5ebf4;border-radius:14px}.home-capability-card__items strong{font-size:13px;line-height:1.3}.home-capability-card__items small{margin-top:3px;line-height:1.4}.home-solutions-grid{gap:20px}.home-solution-card{--solution-accent:#2563eb;--solution-soft:#eef4ff;--solution-halo:#2563eb24;isolation:isolate;background:linear-gradient(145deg, #fff 18%, var(--solution-soft) 100%);border-color:#d2dbe9e6;border-radius:36px;min-height:680px;padding:38px;transition:border-color .28s,box-shadow .28s,transform .28s cubic-bezier(.16,1,.3,1);box-shadow:0 28px 72px -56px #12306675}.home-solution-card.is-orange{--solution-accent:#d75b24;--solution-soft:#fff5ee;--solution-halo:#ea580c21}.home-solution-card.is-violet{--solution-accent:#7255d9;--solution-soft:#f5f2ff;--solution-halo:#7c5ce521}.home-solution-card.is-green{--solution-accent:#0f8d70;--solution-soft:#effaf6;--solution-halo:#14a69a21}.home-solution-card:before{z-index:-1;background:radial-gradient(circle, var(--solution-halo), transparent 68%);content:"";pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute;top:-150px;right:-130px}.home-solution-card:hover,.home-solution-card:focus-within{border-color:var(--solution-accent);box-shadow:0 42px 90px -58px var(--solution-halo);transform:translateY(-6px)}.home-solution-card__top{gap:14px}.home-solution-card__icon{width:54px;height:54px;box-shadow:0 16px 30px -24px var(--solution-accent);color:var(--solution-accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #ffffffe6;border-radius:18px;font-size:21px}.home-solution-card__top small,.home-solution-card>a{color:var(--solution-accent)}.home-solution-card__top small{letter-spacing:.035em;text-transform:uppercase;font-size:11px}.home-solution-card h3{letter-spacing:-.045em;text-wrap:balance;margin-top:28px;margin-bottom:14px;font-size:31px}.home-solution-card>p{max-width:530px;font-size:15px;line-height:1.7}.home-solution-card>a{letter-spacing:.015em;border-color:#6270892e;padding-top:20px;font-size:12px;bottom:30px;left:38px;right:38px}.home-solution-mini{background:#fff;border-color:#bcc9dec2;border-radius:24px;height:300px;transition:transform .35s cubic-bezier(.16,1,.3,1);bottom:86px;left:38px;right:38px;box-shadow:0 28px 64px -42px #1530606b}.home-solution-card:hover .home-solution-mini,.home-solution-card:focus-within .home-solution-mini{transform:translateY(-4px)}.home-real-product-mini__top{background:#fffffff0;height:42px;padding-inline:13px}.home-real-product-mini__body{height:calc(100% - 42px)}.home-scenarios{background:#fff}.home-scenarios__grid{isolation:isolate;background:radial-gradient(circle at 6% 0,#2563eb57,#0000 34%),linear-gradient(145deg,#0c1424 0%,#111c31 58%,#152542 100%);border:1px solid #94a3b82b;border-radius:48px;height:760px;padding:68px;position:relative;overflow:hidden;box-shadow:0 44px 110px -68px #061024b8}.home-scenarios__grid:before{z-index:-1;content:"";pointer-events:none;border:1px solid #60a5fa1f;border-radius:50%;width:560px;height:560px;position:absolute;bottom:-230px;right:-160px;box-shadow:0 0 0 70px #60a5fa09,0 0 0 140px #60a5fa05}.home-scenarios__copy,.home-scenarios__visual{z-index:1;position:relative}.home-scenarios__copy{padding-right:32px}.home-scenarios__copy h2,.home-scenarios__title-stack>span{color:#fff}.home-scenarios__summary-stack>p,.home-scenarios__summary-stack>span{color:#e2e8f0b3}.home-scenario-tabs{background:#ffffff0e;border-color:#94a3b82e;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:32px;padding:5px;display:grid;box-shadow:inset 0 1px #ffffff0a}.home-scenarios__copy ul{gap:12px;margin:28px 0}.home-scenarios__copy li{color:#f8fafce6;font-size:13px}.home-scenarios__copy li i{color:#93c5fd;background:#60a5fa24;width:26px;height:26px}.home-scenarios__copy .home-text-link{color:#fff!important}.home-scenario-preview{border-color:#ffffff21;border-radius:30px;height:540px;min-height:0;box-shadow:0 36px 80px -38px #000000b8}.home-scenario-preview__bar{background:#fffffffa;height:68px}.home-scenario-preview__content{height:calc(100% - 68px);min-height:0;overflow:hidden}.home-scenario-preview__workspace{overflow:hidden}.home-scenario-preview__workspace .home-demo-view{height:100%}.home-section-heading--light h2{color:var(--home-ink)}.home-section-heading--light .home-overline{color:var(--home-blue);background:#ffffffb8;border-color:#dbe5fb}.home-workflow-line{gap:12px}.home-workflow-line:before{background:linear-gradient(90deg,#2563eb14,#7da5ff,#2563eb14);height:2px;top:59px;left:7%;right:7%}.home-workflow-step{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border:1px solid #cfdaebe6;border-radius:28px;min-height:232px;padding:28px 18px 24px;transition:border-color .24s,box-shadow .24s,transform .24s;box-shadow:0 24px 54px -46px #1533698a}.home-workflow-step:hover{border-color:#2563eb52;transform:translateY(-4px);box-shadow:0 30px 64px -42px #2563eb52}.home-workflow-step>span{background:linear-gradient(145deg,#3573f5,#1d4ed8);border:0;border-radius:20px;width:60px;height:60px;margin-bottom:22px;font-size:20px;box-shadow:0 18px 34px -20px #2563ebbd}.home-workflow-step>small{color:#8290a5;background:#f8faff;border:1px solid #e0e7f3;border-radius:999px;padding:4px 8px;font-size:9px;display:inline-flex}.home-workflow-step h3{color:var(--home-ink);letter-spacing:-.025em;margin:10px 0 8px;font-size:19px}.home-workflow-step p{color:var(--home-muted);font-size:12px;line-height:1.6}.home-control{background:radial-gradient(circle at 4% 84%,#2563eb11,#0000 28%),#fff;overflow:hidden}.home-control__grid{background:linear-gradient(145deg,#f7f9fd 0%,#f1f5fb 100%);border:1px solid #e1e8f3;border-radius:48px;padding:68px;box-shadow:0 42px 100px -72px #14316470}.home-control__visual{min-height:550px}.home-control__copy{grid-column:8/-1;padding-left:28px}.home-control-board{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-color:#cdd8e8eb;border-radius:32px;padding:36px;inset:0 24px 28px 0;box-shadow:0 34px 72px -48px #12336d75}.home-control-board__head span{letter-spacing:.025em;text-transform:uppercase;font-size:10px}.home-control-board__head strong{margin-top:4px;font-size:16px}.home-control-board__head>small{background:#eaf8f2;padding:7px 11px}.home-control-board__number{margin-top:30px;font-size:40px}.home-control-board__chart{background:repeating-linear-gradient(0deg,#f8fafdb8 0 44px,#edf2f8 45px);border:1px solid #edf1f7;border-radius:20px;gap:9px;height:188px;padding:20px 16px 0}.home-control-board__chart>span{background:linear-gradient(#5e8df4,#2563eb);border-radius:999px 999px 5px 5px}.home-control-board__chart>span:nth-child(n+5):nth-child(-n+8){background:linear-gradient(#9b83ec,#7255d9)}.home-control-board__chart>span:nth-child(n+9){background:linear-gradient(#45c2b2,#0f8d70)}.home-control-board__legend{gap:16px;margin-top:22px}.home-control-float{background:#111827;border-color:#111827db;border-radius:20px;min-width:292px;padding:18px 20px;box-shadow:0 26px 60px -28px #070d1bb3}.home-control-float>span{color:#93c5fd;background:#60a5fa24}.home-control-float strong{color:#fff}.home-control__copy>p{margin-bottom:34px}.home-control__points>div{background:#ffffffb8;border:1px solid #d2dceae6;border-radius:20px;grid-template-columns:46px 1fr;gap:15px;padding:16px;transition:border-color .22s,background .22s,transform .22s}.home-control__points>div:hover{background:#fff;border-color:#2563eb42;transform:translate(4px)}.home-control__points>div>span{background:#edf3ff;border-radius:15px;width:46px;height:46px}.home-start{background:radial-gradient(circle at 88% 5%,#2563eb14,#0000 24%),linear-gradient(#f5f8fd 0%,#eef3fa 100%);padding-top:124px}.home-modules-panel{border-color:#cdd8e8f0;border-radius:44px;padding:68px;box-shadow:0 38px 100px -70px #11306580}.home-modules-head{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:64px}.home-modules-facts{background:linear-gradient(145deg,#111827,#17233a);border-color:#111827d6;border-radius:24px;gap:16px;padding:26px;box-shadow:0 24px 56px -36px #080f1eb8}.home-modules-facts span{color:#f1f5f9d1;font-size:12px}.home-modules-facts i{color:#8bb6ff}.home-modules-catalog{border-color:#e5ebf4;margin-top:46px;padding-top:34px}.home-modules-tools{gap:18px}.home-modules-search input{background:#f7f9fc;border-color:#dbe3ef;border-radius:20px;min-height:62px}.home-modules-categories{gap:9px}.home-modules-categories button{background:#fff;border-color:#dce4ef;min-height:40px;padding-inline:16px}.home-modules-categories button:hover{background:#f8faff;border-color:#afc5f2}.home-modules-categories button.is-active{box-shadow:0 12px 24px -18px #2563ebad}.home-modules-grid{gap:16px;margin-top:24px}.home-module-card{background:linear-gradient(145deg,#fff,#f8faff);border-color:#dfe6f1;border-radius:24px;min-height:230px;padding:24px;position:relative;overflow:hidden;box-shadow:0 20px 50px -46px #11326b8a}.home-module-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#2563eb7a,#0000);border-radius:999px;height:2px;transition:opacity .22s;position:absolute;top:0;left:24px;right:24px}.home-module-card:hover{border-color:#2563eb47;transform:translateY(-5px);box-shadow:0 28px 58px -42px #2563eb4d}.home-module-card:hover:before{opacity:1}.home-module-card__icon{border-radius:16px;width:48px;height:48px;box-shadow:0 14px 28px -22px #2563eb9e}.home-module-card__category{background:#fffc;border-color:#e1e7f0}.home-module-card h3{margin-top:20px;font-size:21px}.home-module-card>p{font-size:12px;line-height:1.62}.home-module-card__foot{border-color:#e8edf4}.home-modules-bottom{margin-top:28px;padding-top:4px}.home-faq__list{border-top:0;gap:12px;display:grid}.home-faq__list details{background:#f8fafc;border:1px solid #dfe6f1;border-radius:22px;transition:border-color .22s,background .22s,box-shadow .22s;overflow:hidden}.home-faq__list details:hover{background:#fff;border-color:#c8d7ee}.home-faq__list details[open]{background:#fff;border-color:#2563eb38;box-shadow:0 22px 50px -42px #1c459070}.home-faq__list summary{min-height:88px;padding:0 22px;font-size:16px}.home-faq__list summary i{background:#fff;border:1px solid #e1e7f0;width:38px;height:38px}.home-faq__list details[open] summary i{border-color:#d8e4ff}.home-faq__list details p{margin:-4px 72px 28px 22px;font-size:13px}.home-final{color:var(--home-paper);background:#fff;padding:0 0 120px}.home-final__inner{isolation:isolate;background:radial-gradient(circle at 18% 8%,#60a5fa57,#0000 30%),radial-gradient(circle at 86% 90%,#6366f147,#0000 32%),linear-gradient(135deg,#1d4ed8 0%,#1e40af 50%,#172554 100%);border:1px solid #93c5fd33;border-radius:48px;padding:96px 64px;position:relative;overflow:hidden;box-shadow:0 44px 110px -64px #173787b3}.home-final__inner:before{z-index:-1;content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000c,#0000 88%);mask-image:linear-gradient(#000c,#0000 88%)}.home-final__inner>*{z-index:1;position:relative}.home-final__inner>span{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:8px 12px}.home-final h2{text-wrap:balance;max-width:900px;margin-top:22px;font-size:clamp(52px,5.2vw,72px)}.home-final p{color:#ffffffeb;margin-bottom:36px;font-size:17px}.home-final__inner>div{gap:14px}.home-final .marketing-button--light{box-shadow:0 18px 42px -24px #0000007a}.home-final__secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border-color:#ffffff3d}.home-scenario-tabs button:focus-visible,.home-modules-search input:focus-visible,.home-modules-categories button:focus-visible,.home-modules-search>button:focus-visible,.home-faq__list summary:focus-visible,.home-solution-card>a:focus-visible,.home-text-link:focus-visible,.home-final a:focus-visible{outline-offset:3px;outline:3px solid #2563eb47}@media (width<=1180px){.home-audience__track{grid-template-columns:repeat(4,max-content);justify-content:center;gap:10px 22px}.home-scenarios__grid,.home-control__grid{padding:52px}}@media (width<=720px){.home-audience__track{scroll-snap-type:x proximity;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;max-width:none;display:flex;overflow-x:auto}.home-audience__track::-webkit-scrollbar{display:none}.home-audience__track span{scroll-snap-align:start;flex:none}}@keyframes home-enter{to{opacity:1;transform:none}}@keyframes home-phone-drift{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes home-scenario-change{0%{opacity:0;filter:blur(5px);transform:translate(22px)scale(.985)}to{opacity:1;filter:blur();transform:none}}@keyframes home-chart-grow{0%{opacity:0;transform:scaleY(0)}}@container (width<=479px){.home-real-product-mini__body{grid-template-columns:minmax(0,1fr)}.home-real-product-mini .home-product-sidebar,.home-real-product-mini .home-demo-view__actions>span{display:none}.home-real-product-mini .home-demo-table__head,.home-real-product-mini .home-demo-table__row{grid-template-columns:1.25fr 1fr}.home-real-product-mini .home-demo-table__head>:nth-child(n+3),.home-real-product-mini .home-demo-table__row>:nth-child(n+3){display:none}.home-real-product-mini .home-demo-orders>div{grid-template-columns:32px minmax(0,1fr) auto}.home-real-product-mini .home-demo-orders>div>b,.home-real-product-mini .home-demo-orders>div>i{display:none}}@media (width>=769px){.home-start-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;display:grid}.home-start-form__row{grid-column:1/-1}.home-start-form__select{margin-top:0}.home-start-form>.marketing-button{white-space:nowrap;align-self:end;margin-top:0;padding-inline:16px;font-size:14px}.home-start-form__consent{grid-column:1/-1;margin-top:0}.home-hero__facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.home-hero__facts span:nth-child(2){justify-self:center}.home-hero__facts span:last-child{justify-self:end}.home-hero__facts span{width:100%}}@media (width>=1321px){.home-product-stage{margin-left:auto}.home-product-stage .home-demo-payment{right:150px}}@media (width>=1321px) and (width<=1400px){.home-product-phone{right:8px}}@media (width<=1320px){.home-landing .marketing-wrap{width:min(100% - 64px,1360px)}.home-hero{padding-top:124px}.home-hero__copy{grid-column:1/span 6}.home-hero__visual{grid-column:7/-1}.home-product-stage{width:100%;max-width:780px;height:480px;margin-left:0;transform:none}.home-product-frame{inset:0}.home-product-frame__body{grid-template-columns:minmax(0,1fr)}.home-product-frame__body>.home-product-sidebar,.home-product-phone,.home-demo-cursor{display:none}}@media (width<=1080px){.home-hero{min-height:auto}.home-hero__copy,.home-hero__visual,.home-scenarios__copy,.home-scenarios__visual,.home-control__visual,.home-control__copy{grid-column:1/-1}.home-hero__grid,.home-scenarios__grid,.home-control__grid{grid-template-columns:minmax(0,1fr);gap:72px}.home-scenarios__grid{height:auto}.home-hero__copy,.home-hero__visual,.home-scenarios__copy,.home-scenarios__visual,.home-control__copy,.home-control__visual{grid-column:1;width:100%;min-width:0}.home-hero__copy,.home-scenarios__copy,.home-control__copy{max-width:760px}.home-product-stage{width:min(780px,100%);margin-inline:auto;transform:none}.home-scenarios__copy{padding-right:0}.home-control__copy{padding-left:0}.home-control__visual{width:min(760px,100%)}.home-scenario-preview__content{grid-template-columns:minmax(0,1fr)}.home-scenario-preview__content>.home-product-sidebar{display:none}.home-scenario-preview__workspace .home-demo-view{padding:18px}.home-modules-head{grid-template-columns:minmax(0,1fr);align-items:start;gap:28px}.home-modules-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.home-modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.home-section{padding:104px 0}.home-section-heading,.home-section-heading--split{margin-bottom:52px}.home-section-heading--split>div,.home-section-heading--split>p,.home-capability-card.is-wide,.home-capability-card.is-compact,.home-capability-card.is-full,.home-faq__intro,.home-faq__list{grid-column:1/-1}.home-section-heading--split{gap:20px}.home-faq__grid{grid-template-columns:minmax(0,1fr)}.home-faq__intro,.home-faq__list{grid-column:1;width:100%;min-width:0}.home-capability-card.is-full,.home-solutions-grid{grid-template-columns:1fr}.home-workflow-line{grid-template-columns:1fr 1fr;gap:32px 16px}.home-workflow-line:before{display:none}.home-workflow-step:last-child{grid-column:1/-1;justify-self:center;width:min(280px,100%)}.home-modules-panel{padding:42px}.home-faq__grid{gap:48px}.home-faq__intro{max-width:620px;padding-right:0;position:static}}@media (width<=768px){.home-landing .marketing-wrap{width:min(100% - 40px,1360px)}.home-hero{padding:104px 0 80px}.home-hero:before{border-radius:38px;inset:92px 12px 16px}.home-hero:after{background-size:36px 36px;border-radius:37px;inset:93px 13px 17px}.home-hero__grid{gap:56px}.home-hero h1{font-size:44px}.home-start-form__row{grid-template-columns:1fr}.home-start-form{border-radius:24px;padding:16px}.home-product-stage{width:100%;height:480px}.home-product-stage:before{border-radius:36px;inset:0}.home-product-frame{inset:0}.home-product-frame__body{grid-template-columns:1fr}.home-product-sidebar{display:none}.home-product-workspace{padding:0}.home-demo-cursor{display:none}.home-real-product-mini__body{grid-template-columns:minmax(0,1fr)}.home-product-phone{width:210px;height:390px;bottom:0;right:16px}.home-product-grid{grid-template-columns:1fr .78fr}.home-section-heading,.home-section-heading--split{text-align:left}.home-scenarios__grid,.home-control__grid{border-radius:36px;gap:56px;padding:36px}.home-section-heading h2,.home-scenarios__copy h2,.home-scenarios__title-stack>span,.home-control__copy h2,.home-modules-head h2,.home-faq__intro h2{font-size:42px}.home-modules-facts{grid-template-columns:minmax(0,1fr)}.home-capability-card__items,.home-scenario-preview__content{grid-template-columns:1fr}.home-scenario-preview__content>aside{display:none}.home-control__visual{min-height:470px}.home-control-board{right:0}}@media (width<=560px){.home-landing .marketing-wrap{width:min(100% - 32px,1360px)}.home-section{padding:88px 0}.home-section-heading,.home-section-heading--split{margin-bottom:44px}.home-hero{padding-top:100px}.home-hero:before{top:80px}.home-hero:after{top:81px}.home-hero h1{font-size:40px;line-height:1.1}.home-hero__lead{font-size:16px}.home-hero__facts{flex-direction:column;align-items:flex-start;gap:10px}.home-product-stage{height:500px}.home-product-stage:before{border-radius:32px;inset:0 -4px}.home-product-frame{display:none}.home-product-phone{width:240px;height:470px;animation:none;display:block;bottom:0;left:50%;right:auto;transform:translate(-50%)}.home-audience__track{justify-content:flex-start;gap:12px 20px;padding-inline:16px}.home-audience__track span{font-size:12px}.home-section-heading h2,.home-scenarios__copy h2,.home-scenarios__title-stack>span,.home-control__copy h2,.home-modules-head h2,.home-faq__intro h2{font-size:38px}.home-section-heading>p,.home-scenarios__summary-stack>p,.home-scenarios__summary-stack>span,.home-control__copy>p,.home-modules-head__copy>p{font-size:15px}.home-capability-card,.home-solution-card{border-radius:24px;padding:24px}.home-capability-card{min-height:320px}.home-capability-card__copy h3,.home-solution-card h3{font-size:25px}.home-solution-card{min-height:560px}.home-solution-mini{height:210px;bottom:76px;left:24px;right:24px}.home-real-product-mini .home-demo-table__head,.home-real-product-mini .home-demo-table__row{grid-template-columns:1.25fr 1fr}.home-real-product-mini .home-demo-table__head>:nth-child(n+3),.home-real-product-mini .home-demo-table__row>:nth-child(n+3){display:none}.home-real-product-mini .home-demo-orders>div,.home-scenario-preview .home-demo-orders>div{grid-template-columns:32px minmax(0,1fr) auto}.home-real-product-mini .home-demo-orders>div>b,.home-real-product-mini .home-demo-orders>div>i,.home-scenario-preview .home-demo-orders>div>b,.home-scenario-preview .home-demo-orders>div>i{display:none}.home-solution-card>a{bottom:24px;left:24px;right:24px}.home-solution-mini--restaurant{grid-template-columns:54px 54px 1fr;gap:8px;padding:14px}.home-mini-table{width:52px;height:52px}.home-mini-order{padding:10px}.home-solution-mini--beauty,.home-solution-mini--company{padding:16px}.home-scenario-tabs button{padding-inline:5px;font-size:10px}.home-scenario-preview{height:424px;min-height:0}.home-scenarios__grid,.home-control__grid{border-radius:30px;gap:44px;padding:24px}.home-scenario-preview__bar{padding:0 16px}.home-scenario-preview__bar>div>i{display:none}.home-scenario-preview__workspace{padding:0}.home-scenario-preview__workspace .home-demo-view{height:356px;padding:16px}.home-scenario-preview__content{height:356px;min-height:0}.home-rest-workspace{grid-template-columns:1fr}.home-rest-queue{display:none}.home-beauty-workspace{grid-template-columns:44px 1fr}.home-beauty-column:last-child{display:none}.home-company-summary{gap:4px;padding:8px}.home-company-summary span{padding:10px 6px}.home-company-table>div{grid-template-columns:1fr 1fr}.home-company-table>div>:last-child{display:none}.home-workflow-line{grid-template-columns:1fr}.home-workflow-step:last-child{grid-column:auto}.home-control__visual{min-height:440px}.home-control-board{padding:24px;bottom:28px}.home-control-board__number{font-size:28px}.home-control-board__chart{gap:5px;height:150px}.home-control-board__legend{grid-template-columns:1fr}.home-control-board__legend span:nth-child(n+2){display:none}.home-control-float{min-width:260px;right:12px}.home-start{padding-top:80px}.home-modules-panel{border-radius:24px;padding:28px 20px}.home-modules-head{gap:22px}.home-modules-facts{padding:18px}.home-modules-catalog{margin-top:28px;padding-top:22px}.home-modules-search input{min-height:56px;padding-left:48px;padding-right:48px;font-size:13px}.home-modules-search>i{left:17px}.home-modules-categories{scrollbar-width:none;flex-wrap:nowrap;padding:0 1px 4px;overflow-x:auto}.home-modules-categories::-webkit-scrollbar{display:none}.home-modules-grid{grid-template-columns:minmax(0,1fr)}.home-module-card{min-height:200px}.home-modules-empty{flex-direction:column;align-items:flex-start}.home-modules-empty button{margin-left:0}.home-modules-bottom,.home-modules-bottom>div{flex-direction:column;align-items:stretch}.home-modules-bottom>div{gap:14px}.home-modules-bottom__link{justify-content:center}.home-modules-bottom .marketing-button{width:100%}.home-faq__list summary{min-height:76px;font-size:14px}.home-final{padding:88px 0}.home-final__inner{border-radius:32px;padding:64px 24px}.home-final h2{font-size:42px}.home-final__inner>div{flex-direction:column;align-items:stretch}}@media (width>=1081px) and (height<=1000px){.home-hero{min-height:100svh;padding-top:128px;padding-bottom:24px}.home-hero h1{margin-block:18px;font-size:64px;line-height:1.08}.home-hero__lead{margin-bottom:20px;font-size:17px;line-height:1.5}.home-start-form{column-gap:16px}.home-start-form label:not(.home-start-form__consent),.home-start-form__select{gap:6px}.home-start-form input:not([type=checkbox]),.home-start-form select,.home-start-form__select .bootstrap-select-ui .dropdown-toggle{height:50px}.home-start-form .marketing-button{height:50px;min-height:50px;padding-block:0}.home-hero__facts{margin-top:14px}.home-product-stage{height:580px}}@media (width>=1081px) and (height<=820px){.home-hero{padding-bottom:0}.home-hero h1{margin-block:14px;font-size:58px;line-height:1.07}.home-hero__lead{margin-bottom:16px;font-size:16px;line-height:1.45}.home-start-form{row-gap:8px}.home-start-form input:not([type=checkbox]),.home-start-form select,.home-start-form__select .bootstrap-select-ui .dropdown-toggle{height:46px}.home-start-form .marketing-button{height:46px;min-height:46px}.home-hero__facts{margin-top:10px}.home-product-stage{height:520px}}@media (width>=1081px) and (height<=740px){.home-hero{padding-top:120px}.home-hero .home-eyebrow{display:none}.home-hero h1{margin-block:10px;font-size:52px;line-height:1.04}.home-hero__lead{margin-bottom:12px;font-size:15px;line-height:1.4}.home-start-form{row-gap:6px}.home-start-form input:not([type=checkbox]),.home-start-form select,.home-start-form__select .bootstrap-select-ui .dropdown-toggle{height:42px}.home-start-form .marketing-button{height:42px;min-height:42px}.home-hero__facts{margin-top:6px}.home-product-stage{height:480px}}@media (width>=1081px) and (height<=640px){.home-hero{padding-top:100px}.home-hero h1{margin-block:8px;font-size:48px;line-height:1.03}.home-hero__lead,.home-hero__facts{display:none}.home-start-form input:not([type=checkbox]),.home-start-form select,.home-start-form__select .bootstrap-select-ui .dropdown-toggle{height:40px}.home-start-form .marketing-button{height:40px;min-height:40px}.home-product-stage{height:440px}}@media (width>=1081px) and (height>=821px){.home-hero{min-height:100svh;padding-top:96px;padding-bottom:0}.home-hero__grid{min-height:calc(100svh - 96px)}}@media (prefers-reduced-motion:reduce){[data-home-reveal],.home-hero__entrance{opacity:1;transition:none;animation:none;transform:none}.home-product-phone,.home-scenario-preview,.home-control-board__chart>span,.home-demo-view,.home-demo-payment,.home-product-phone__screen,.home-demo-cursor:after{animation:none}.home-module-card{transition:none}}.home-landing{--home-ink:#121826;--home-muted:#5f697b;--home-blue:#2563eb;--home-blue-dark:#1748b8;--home-blue-soft:#eaf1ff;--home-paper:#fff;--home-section:#f5f7fa;--home-line:#dfe5ed;--home-shadow:0 24px 64px -48px #1e40af52;background:#fff}.home-landing .marketing-wrap{width:min(1320px,100% - 64px)}.home-hero{--home-hero-frame-inline:clamp(36px, calc((100vw - 1480px) / 2), 144px);--home-hero-frame-block:clamp(18px, calc((100vw - 1480px) / 4), 72px);--home-hero-header-height:82px;min-height:100svh;padding:calc(var(--home-hero-header-height) + var(--home-hero-frame-block)) 0 var(--home-hero-frame-block);background:#fff;overflow:hidden}.home-hero:before{top:calc(var(--home-hero-header-height) + var(--home-hero-frame-block));right:var(--home-hero-frame-inline);bottom:var(--home-hero-frame-block);left:var(--home-hero-frame-inline);box-shadow:none;background:#eef4ff;border:0;border-radius:44px}.home-hero:after,.home-hero__orb{display:none}.home-hero__grid{min-height:calc(100svh - var(--home-hero-header-height) - var(--home-hero-frame-inline));grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:40px;padding:46px 48px 50px}.home-hero__copy{grid-column:1/span 5}.home-hero__visual{grid-column:6/-1}.home-hero .home-eyebrow{box-shadow:none;color:var(--home-blue);letter-spacing:0;text-transform:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;gap:8px;padding:0;font-size:12px}.home-hero__title-control{max-width:720px}.home-hero h1{max-width:720px;color:var(--home-ink);letter-spacing:-.065em;text-wrap:pretty;margin:22px 0;font-size:clamp(48px,3.75vw,60px);font-weight:800;line-height:1.01}.home-hero h1 .home-hero__title-line{color:var(--home-ink);-webkit-text-fill-color:currentColor;display:block}.home-hero h1 .home-hero__phrase{--hero-phrase-color:var(--home-blue);max-width:100%;color:var(--hero-phrase-color);cursor:default;font-size:.78em;font-weight:inherit;letter-spacing:-.055em;isolation:isolate;text-align:left;white-space:nowrap;-webkit-text-fill-color:currentColor;background:0 0;border:0;border-radius:0;outline:none;align-items:center;margin-top:.12em;padding:.04em 0 .1em;line-height:1.06;display:inline-flex;position:relative;overflow:visible}.home-hero h1 .home-hero__phrase[data-color=ink]{--hero-phrase-color:#172033}.home-hero h1 .home-hero__phrase[data-color=violet]{--hero-phrase-color:#6652c9}.home-hero__phrase:before{display:none}.home-hero h1 .home-hero__phrase-text{color:inherit;font-synthesis:none;letter-spacing:-.055em;-webkit-text-fill-color:currentColor;font-family:Literata,Georgia,Times New Roman,serif;font-style:normal;font-weight:600;text-decoration:none;transition:color .3s,font-weight .3s,transform .3s;display:inline-block;transform:skew(0)}.home-hero h1 .home-hero__phrase[data-style=bold] .home-hero__phrase-text{font-weight:800}.home-hero h1 .home-hero__phrase[data-style=italic] .home-hero__phrase-text{transform-origin:50%;font-style:normal;font-weight:700;transform:skew(-11deg)}.home-hero h1 .home-hero__phrase[data-style=underline] .home-hero__phrase-text{text-underline-offset:.1em;font-weight:700;text-decoration:underline;text-decoration-thickness:.06em}.home-hero__text-editor-shell{width:fit-content;max-width:100%;margin:-8px 0 18px clamp(20px,3vw,48px)}.home-hero__text-editor-shell>div{min-height:0}.home-hero__text-editor{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #1720331f;border-radius:14px;align-items:center;gap:6px;width:fit-content;max-width:100%;padding:6px;display:flex;box-shadow:0 14px 34px -28px #1720335c}.home-hero__editor-group{align-items:center;gap:3px;display:flex}.home-hero__editor-group>small{color:var(--home-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 3px 0 1px;font-size:8px;font-weight:800}.home-hero__editor-group button{color:#687386;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:30px;height:30px;padding:0;transition:background .2s,color .2s,transform .2s;display:grid}.home-hero__editor-group button:hover,.home-hero__editor-group button:focus-visible,.home-hero__editor-group button.is-active{color:var(--home-ink);background:#edf2fa;outline:none}.home-hero__editor-group button:focus-visible{outline-offset:2px;outline:3px solid #2563eb61}.home-hero__editor-group button:active{transform:scale(.94)}.home-hero__editor-styles button{font-family:Literata,Georgia,Times New Roman,serif;font-size:12px;font-weight:600}.home-hero__editor-styles button[data-style=bold]{font-weight:800}.home-hero__editor-styles button[data-style=italic]{font-style:normal;font-weight:800;transform:skew(-10deg)}.home-hero__editor-styles button[data-style=underline]{text-underline-offset:3px;font-weight:800;text-decoration:underline;text-decoration-thickness:2px}.home-hero__editor-styles button.is-active{background:var(--home-blue);color:#fff}.home-hero__editor-divider{background:#e4e9f0;flex:none;width:1px;height:22px}.home-hero__editor-colors button>span{background:var(--editor-color);border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 1px #1720331f}.home-hero__editor-colors button[data-color=blue]{--editor-color:#2563eb}.home-hero__editor-colors button[data-color=ink]{--editor-color:#172033}.home-hero__editor-colors button[data-color=violet]{--editor-color:#6652c9}.home-hero__editor-colors button.is-active{background:#edf2fa}.home-hero__editor-colors button.is-active>span{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--editor-color)}.home-hero__lead{color:#596579;max-width:540px;margin-bottom:30px;font-size:17px;line-height:1.58}.home-hero__cta{background:var(--home-blue);width:fit-content;min-height:56px;box-shadow:none;border-radius:999px;padding:15px 24px;color:#fff!important}.home-hero__cta:hover{background:var(--home-blue-dark);box-shadow:none}.home-start-form{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #1e40af1a;border-radius:24px;max-width:620px;padding:14px;box-shadow:0 24px 56px -44px #1e40af70}.home-start-form label>span:first-child,.home-start-form__select>span:first-child{color:#687386;letter-spacing:.02em;font-size:10px;font-weight:700}.home-start-form input:not([type=checkbox]),.home-start-form select,.home-start-form__select .bootstrap-select-ui .dropdown-toggle{height:48px;font-size:13px;box-shadow:none!important;background:#f7f8fa!important;border-color:#e2e7ee!important;border-radius:14px!important}.home-start-form input:not([type=checkbox]):hover,.home-start-form__select .bootstrap-select-ui .dropdown-toggle:hover{background:#fff!important;border-color:#cbd3de!important}.home-start-form input:not([type=checkbox]):focus,.home-start-form__select .bootstrap-select-ui .dropdown-toggle:focus-visible,.home-start-form__select .bootstrap-select-ui .dropdown-toggle.show{border-color:var(--home-blue)!important;background:#fff!important;box-shadow:0 0 0 3px #2563eb1a!important}.home-start-form .marketing-button{background:var(--home-blue);height:48px;min-height:48px;box-shadow:none;border:0;border-radius:14px}.home-start-form .marketing-button:hover{background:var(--home-blue-dark);box-shadow:none;transform:none}.home-start-form__consent{color:#7a8495;font-size:10px}.home-hero__facts{gap:8px;margin-top:14px}.home-hero__facts span{min-height:36px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffffb8;border:0;border-radius:12px;justify-content:flex-start;padding:7px 10px;font-size:10px}.home-product-stage{isolation:isolate;width:100%;max-width:780px;height:590px;margin-left:auto;transform:translate(clamp(80px,6vw,104px))}.home-product-stage__demo{isolation:isolate;background:radial-gradient(circle at 18% 82%,#2563eb1f,#0000 30%),radial-gradient(circle at 84% 18%,#6366f11a,#0000 28%);border-radius:44px;width:100%;height:720px;position:relative}.home-product-stage__demo:before,.home-product-stage__demo:after{pointer-events:none;content:"";position:absolute}.home-product-stage__demo:before{z-index:0;filter:blur(20px);background:radial-gradient(circle at 24% 72%,#2563eb21,#0000 26%),radial-gradient(circle at 78% 24%,#606eff1c,#0000 24%);border-radius:38px;animation:11s ease-in-out infinite home-demo-ambient;inset:8% 6%}.home-product-stage__demo:after{z-index:3;filter:blur(12px);opacity:0;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);border-radius:999px;width:13%;animation:9s ease-in-out 1.2s infinite home-demo-sheen;top:4%;bottom:4%;left:-18%;transform:skew(-16deg)}.home-product-stage__demo>.home-product-frame{z-index:1;animation:7s ease-in-out infinite home-demo-frame-breathe;transform:translate(20px);box-shadow:0 34px 74px -54px #1a489e7a,0 8px 24px -20px #11182747}.home-product-stage__demo>.home-hero__copy{z-index:6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eef4ffd1;border:1px solid #ffffffb8;border-radius:24px;width:min(468px,100% - 176px);padding:22px 24px;animation:8s ease-in-out infinite home-demo-copy-float;position:absolute;top:auto;bottom:72px;left:88px;box-shadow:0 20px 48px -38px #1748a061}.home-product-stage__demo>.home-product-phone{animation:5.5s ease-in-out infinite home-demo-phone-float}.home-product-stage__demo .home-product-sidebar nav button.is-active{animation:3.4s ease-in-out infinite home-demo-active-pulse}.home-product-stage__demo .home-product-sidebar nav button:hover{transform:translateY(-2px)scale(1.03)}.home-product-stage__demo>.home-hero__copy .home-eyebrow{font-size:10px}.home-product-stage__demo>.home-hero__copy h1{margin:12px 0 14px;font-size:clamp(34px,3vw,42px);line-height:1.02}.home-product-stage__demo>.home-hero__copy .home-hero__lead{margin-bottom:18px;font-size:13px;line-height:1.5}.home-product-stage__demo>.home-hero__copy .home-hero__cta{min-height:44px;padding:11px 18px;font-size:12px}@keyframes home-demo-ambient{0%,to{opacity:.62;transform:scale(.96)translate(-1%,1%)}50%{opacity:1;transform:scale(1.04)translate(1.5%,-1.5%)}}@keyframes home-demo-sheen{0%,12%{opacity:0;left:-18%}22%{opacity:.72}48%,to{opacity:0;left:106%}}@keyframes home-demo-frame-breathe{0%,to{box-shadow:0 34px 74px -54px #1a489e6b,0 8px 24px -20px #1118273d}50%{box-shadow:0 42px 86px -50px #2563eb94,0 12px 30px -20px #1118274d}}@keyframes home-demo-copy-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes home-demo-phone-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(.35deg)}}@keyframes home-demo-active-pulse{0%,to{box-shadow:0 0 #2563eb00}50%{box-shadow:0 0 0 5px #2563eb14}}@media (prefers-reduced-motion:reduce){.home-product-stage__demo:before,.home-product-stage__demo:after,.home-product-stage__demo>.home-product-frame,.home-product-stage__demo>.home-hero__copy,.home-product-stage__demo>.home-product-phone,.home-product-stage__demo .home-product-sidebar nav button.is-active{animation:none}}.home-hero .home-hero__visual{grid-column:1/-1}.home-hero .home-product-stage{width:100%;max-width:none;height:auto;margin-inline:0;transform:none}@media (width>=1081px){.home-landing .home-hero .home-hero__grid{width:auto;min-height:calc(100svh - var(--home-hero-header-height) - var(--home-hero-frame-block) - var(--home-hero-frame-block));margin-inline:var(--home-hero-frame-inline);align-items:stretch;padding:0}.home-hero .home-hero__visual{align-self:stretch}.home-hero .home-product-stage,.home-hero .home-product-stage__demo{height:100%;min-height:720px}}@media (width<=1320px){.home-product-stage__demo{height:660px}}@media (width<=1080px){.home-product-stage__demo{height:620px}.home-product-stage__demo>.home-hero__copy{width:min(432px,100% - 88px);top:auto;bottom:48px;left:44px}}@media (width<=560px){.home-product-stage__demo{height:560px}.home-product-stage__demo>.home-hero__copy{width:calc(100% - 36px);padding:18px;top:18px;bottom:auto;left:18px}.home-product-stage__demo>.home-hero__copy h1{font-size:30px}.home-product-stage__demo>.home-hero__copy .home-hero__lead{font-size:12px}}@media (width>=1081px) and (height<=820px){.home-product-stage__demo{height:620px}}@media (width>=1081px) and (height<=680px){.home-product-stage__demo{height:540px}}.home-product-stage:before{display:none}.home-product-frame{box-shadow:none;border:0;border-radius:24px;inset:36px 34px 48px 0}.home-product-workspace{background:#f7f9fc}.home-product-phone{transform-origin:100% 100%;border-color:#111827;flex-direction:column;display:flex;bottom:10px;right:0;scale:.8;box-shadow:0 28px 56px -32px #0812268a}.home-product-phone__status,.home-product-phone__head,.home-product-phone__nav{flex:none}.home-product-phone__screen{flex:1;align-content:start;min-height:0;padding-bottom:8px;overflow:hidden}.home-product-phone__nav{background:#fff;margin-top:auto;padding:8px 0 1px;position:static}.home-product-stage .home-demo-cursor{display:none}.home-audience{background:#fff;border:0;padding:26px 0 0;overflow:visible}.home-audience:before,.home-audience:after{display:none}.home-audience__track{flex-wrap:wrap;justify-content:center;gap:8px;width:min(1320px,100% - 64px);margin-inline:auto;padding:0;display:flex}.home-audience__track span{color:#556173;background:#f3f5f8;border:0;border-radius:999px;min-height:38px;padding:8px 14px;font-size:11px;font-weight:700}.home-audience__track span i{color:var(--home-blue);font-size:6px}.home-section{padding:120px 0}.home-section-heading{max-width:860px;margin-bottom:58px}.home-section-heading h2,.home-scenarios__copy h2,.home-scenarios__title-stack>span,.home-control__copy h2,.home-modules-head h2,.home-faq__intro h2{color:var(--home-ink);letter-spacing:-.055em;margin-top:16px;margin-bottom:18px;font-size:clamp(44px,4.2vw,60px);line-height:1.04}.home-section-heading>p,.home-scenarios__summary-stack>p,.home-scenarios__summary-stack>span,.home-control__copy>p,.home-modules-head__copy>p,.home-faq__intro>p{color:var(--home-muted);font-size:16px;line-height:1.65}.home-overline{color:var(--home-blue);letter-spacing:0;text-transform:none;background:0 0;border:0;border-radius:0;gap:7px;padding:0;font-size:12px}.home-overline:before{background:var(--home-blue);width:7px;height:7px;box-shadow:none}.home-section-heading--split{align-items:end;margin-bottom:58px}.home-intro{background:#fff}.home-capability-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-capability-card,.home-capability-card.is-wide,.home-capability-card.is-compact,.home-capability-card.is-full{min-height:470px;box-shadow:none;background:#f4f6f9;border:0;border-radius:32px;flex-direction:column;grid-column:auto;padding:34px;transition:transform .28s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.home-capability-card:before,.home-capability-card:after{display:none}.home-capability-card:hover{box-shadow:none;border-color:#0000;transform:translateY(-4px)}.home-capability-card.is-wide{background:var(--home-blue)}.home-capability-card.is-compact{background:#e9f1ff}.home-capability-card.is-full{background:#eef0ff}.home-capability-card__copy{max-width:none}.home-capability-card__copy>span{width:54px;height:54px;box-shadow:none;color:var(--home-blue);background:#fff;border:0;border-radius:18px}.home-capability-card__copy h3{letter-spacing:-.04em;margin:28px 0 12px;font-size:27px}.home-capability-card__copy p{color:var(--home-muted);font-size:14px;line-height:1.6}.home-capability-card.is-wide .home-capability-card__copy h3,.home-capability-card.is-wide .home-capability-card__copy p{color:#fff}.home-capability-card.is-wide .home-capability-card__copy p{opacity:.92}.home-capability-card__items{grid-template-columns:minmax(0,1fr);gap:8px;margin-top:auto;display:grid}.home-capability-card__items>div{min-height:78px;box-shadow:none;background:#ffffffc7;border:0;border-radius:18px;padding:14px}.home-capability-card.is-wide .home-capability-card__items>div{background:#ffffff14}.home-capability-card.is-wide .home-capability-card__items strong,.home-capability-card.is-wide .home-capability-card__items small,.home-capability-card.is-wide .home-capability-card__items>div>i{color:#fff}.home-capability-card.is-wide .home-capability-card__items>div>i{background:#ffffff24;border:1px solid #ffffff29}.home-capability-card.is-wide .home-capability-card__items small{opacity:1}.home-solutions{background:#f5f7fa;overflow:visible}.home-solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-solution-card{min-height:650px;box-shadow:none;background:#fff;border:0;border-radius:34px;padding:36px}.home-solution-card:hover,.home-solution-card:focus-within{box-shadow:none;border-color:#0000;transform:translateY(-4px)}.home-solution-card:before{display:none}.home-solution-card__icon{width:50px;height:50px;box-shadow:none;background:#edf3ff;border:0;border-radius:17px}.home-solution-card__top small{color:#657186}.home-solution-card h3{letter-spacing:-.045em;margin-top:24px;font-size:30px}.home-solution-card>p{color:#687386}.home-solution-mini{height:310px;box-shadow:none;background:#f5f7fa;border:0;border-radius:24px;bottom:86px;left:36px;right:36px}.home-solution-card>a{color:var(--home-ink);border-color:#e7ebf0;bottom:28px;left:36px;right:36px}.home-solutions .home-section-heading--split{align-items:start;margin-bottom:48px}.home-solutions .home-section-heading--split>div{grid-column:1/span 7}.home-solutions .home-section-heading--split>p{grid-column:9/-1;justify-self:end;max-width:430px;padding-top:48px}.home-business-explorer{background:#dce8ff;border-radius:40px;grid-template-columns:minmax(270px,.34fr) minmax(0,1fr);gap:12px;min-height:570px;padding:12px;display:grid}.home-business-explorer__tabs{align-content:center;gap:6px;display:grid}.home-business-explorer__tabs button{color:#4f5d73;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:24px;outline:none;grid-template-columns:46px minmax(0,1fr) 18px;align-items:center;gap:14px;min-height:96px;padding:16px 18px;transition:background .24s,color .24s,transform .24s;display:grid}.home-business-explorer__tabs button>span{width:46px;height:46px;color:var(--home-blue);background:#ffffff94;border-radius:16px;place-items:center;font-size:17px;transition:background .24s,color .24s;display:grid}.home-business-explorer__tabs button>strong{font-size:14px;font-weight:750;line-height:1.35}.home-business-explorer__tabs button>i{opacity:0;transition:opacity .24s,transform .24s;transform:translate(-6px)}.home-business-explorer__tabs button:hover,.home-business-explorer__tabs button:focus-visible,.home-business-explorer__tabs button.is-active{color:var(--home-ink);background:#fff;transform:translate(4px)}.home-business-explorer__tabs button.is-active>span{background:var(--home-blue);color:#fff}.home-business-explorer__tabs button:hover>i,.home-business-explorer__tabs button:focus-visible>i,.home-business-explorer__tabs button.is-active>i{opacity:1;transform:none}.home-business-explorer__tabs button:focus-visible{box-shadow:0 0 0 3px #2563eb2e}.home-business-explorer__panel{background:#fff;border-radius:30px;grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);align-items:center;gap:32px;min-width:0;padding:44px 34px 44px 42px;animation:.48s cubic-bezier(.16,1,.3,1) both home-business-panel-in;display:grid;overflow:hidden}.home-business-explorer__copy{z-index:1;min-width:0;position:relative}.home-business-explorer__icon{width:52px;height:52px;color:var(--home-blue);background:#eaf1ff;border-radius:18px;place-items:center;margin-bottom:28px;font-size:19px;display:grid}.home-business-explorer__copy>small{color:var(--home-blue);font-size:11px;font-weight:750}.home-business-explorer__copy h3{color:var(--home-ink);letter-spacing:-.045em;margin:12px 0 16px;font-size:clamp(27px,2.5vw,38px);line-height:1.1}.home-business-explorer__copy p{color:var(--home-muted);margin:0 0 28px;font-size:14px;line-height:1.65}.home-business-explorer__copy>a{background:var(--home-blue);border-radius:999px;align-items:center;gap:9px;min-height:46px;padding:11px 18px;font-size:12px;font-weight:800;display:inline-flex;color:#fff!important}.home-business-explorer__copy>a i{transition:transform .2s}.home-business-explorer__copy>a:hover i{transform:translate(3px)}.home-business-explorer__panel>.home-solution-mini{background:#f5f7fa;border:1px solid #d6e0ef;border-radius:24px;width:100%;min-width:0;height:420px;position:relative;inset:auto;transform:none;box-shadow:0 26px 54px -44px #1e40af80}@keyframes home-business-panel-in{0%{opacity:0;transform:translate(18px)scale(.985)}}.home-scenarios{color:#fff;background:#0c1628;padding-block:84px;position:relative;overflow:hidden}.home-scenarios:before{content:"";pointer-events:none;background:radial-gradient(circle at 8% 18%,#2563eb4d,#0000 30%),radial-gradient(circle at 92% 74%,#3b82f626,#0000 32%),linear-gradient(#94a3b80b 1px,#0000 1px) 0 0/48px 48px,linear-gradient(90deg,#94a3b80b 1px,#0000 1px) 0 0/48px 48px;position:absolute;inset:0}.home-scenarios__grid{z-index:1;height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;display:block;position:relative;overflow:visible}.home-scenarios__grid:before{display:none}.home-scenarios__head{grid-template-columns:minmax(0,1.14fr) minmax(420px,.86fr);align-items:end;gap:72px;margin-bottom:40px;display:grid}.home-scenarios__copy{grid-column:auto;max-width:760px;padding:0}.home-scenarios__copy .home-overline{color:#bcd7ff;background:#2563eb29;border-color:#93c5fd2e}.home-scenarios__copy .home-overline:before{box-shadow:0 0 0 4px #93c5fd14}.home-scenarios__copy h2,.home-scenarios__title-stack>span{color:#fff;max-width:760px}.home-scenarios__summary-stack>p,.home-scenarios__summary-stack>span{color:#e2e8f0b8;max-width:680px}.home-scenarios__title-stack h2{animation:.68s cubic-bezier(.16,1,.3,1) both home-scenario-copy-in}.home-scenarios__summary-stack>p{animation:.68s cubic-bezier(.16,1,.3,1) .1s both home-scenario-copy-in}.home-scenario-tabs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #94a3b829;border-radius:20px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;padding:6px;display:grid;box-shadow:inset 0 1px #ffffff0d}.home-scenario-tabs button{color:#e2e8f0a8;border-radius:15px;min-height:56px}.home-scenario-tabs button:hover{color:#fff}.home-scenario-tabs button.is-active{color:#172033;background:#fff;box-shadow:0 14px 30px -22px #000000b8}.home-scenario-tabs button.is-active i{color:var(--home-blue)}.home-scenarios__stage{min-height:480px;padding-right:180px;position:relative}.home-scenarios__visual{grid-column:auto;width:100%;max-width:none}.home-scenario-preview{border:1px solid #cbd5e12e;border-radius:24px;height:480px;min-height:0;animation-duration:.76s;box-shadow:0 46px 110px -54px #000000e0}.home-scenarios__handoff{z-index:3;width:344px;color:var(--home-ink);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border:1px solid #cbd5e1db;border-radius:24px;padding:24px;animation:.62s cubic-bezier(.16,1,.3,1) both home-scenario-handoff-in;position:absolute;top:50%;right:0;transform:translateY(-50%);box-shadow:0 34px 90px -44px #000000c7}.home-scenarios__handoff-head{border-bottom:1px solid #e5eaf1;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding-bottom:18px;display:grid}.home-scenarios__handoff-head>span{width:44px;height:44px;color:var(--home-blue);background:#eaf1ff;border-radius:16px;place-items:center;font-size:18px;display:grid}.home-scenarios__handoff-head>div{gap:3px;display:grid}.home-scenarios__handoff-head small{color:var(--home-muted);letter-spacing:.045em;text-transform:uppercase;font-size:9px;font-weight:750}.home-scenarios__handoff-head strong{font-size:14px;line-height:1.35}.home-scenarios__handoff ol{gap:0;margin:16px 0 18px;padding:0;list-style:none;display:grid}.home-scenarios__handoff li{grid-template-columns:30px minmax(0,1fr);align-items:center;gap:13px;min-height:52px;display:grid;position:relative}.home-scenarios__handoff li:not(:last-child):after{content:"";background:#dbe5f5;width:1px;position:absolute;top:36px;bottom:-6px;left:14px}.home-scenarios__handoff li>small{z-index:1;width:30px;height:30px;color:var(--home-blue);background:#fff;border:1px solid #d8e3f4;border-radius:50%;place-items:center;font-size:9px;font-weight:800;display:grid}.home-scenarios__handoff li>strong{font-size:13px;line-height:1.35}.home-scenarios__handoff>a{background:var(--home-blue);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:11px 16px;font-size:11px;font-weight:800;display:flex;color:#fff!important}.home-scenarios__handoff>a i{transition:transform .2s}.home-scenarios__handoff>a:hover i{transform:translate(3px)}@keyframes home-scenario-copy-in{0%{opacity:0;transform:translateY(12px)}}@keyframes home-scenario-handoff-in{0%{opacity:0;transform:translate(22px,-50%)scale(.98)}}@keyframes home-scenario-handoff-in-stacked{0%{opacity:0;transform:translateY(14px)scale(.99)}}.home-workflow{color:var(--home-ink);background:#f5f7fa;overflow:visible}.home-workflow__orb{display:none}.home-section-heading--light h2,.home-section-heading--light>p{color:var(--home-ink)}.home-section-heading--light>p{color:var(--home-muted)}.home-section-heading--light .home-overline{color:var(--home-blue);background:0 0;border:0}.home-workflow-line{box-shadow:none;background:#fff;border:0;border-radius:32px;gap:10px;padding:12px}.home-workflow-line:before{display:none}.home-workflow-step{background:#f5f7fa;border-radius:22px;min-width:0;padding:24px 14px 22px}.home-workflow-step>span{width:58px;height:58px;box-shadow:none;color:var(--home-blue);background:#eaf1ff;border:8px solid #fff}.home-workflow-step small{color:var(--home-muted)}.home-workflow-step h3{color:var(--home-ink)}.home-workflow-step p{color:var(--home-muted)}@keyframes home-workflow-wave-rise{0%{opacity:0;filter:blur(6px);transform:translateY(52px)scale(.94)}68%{opacity:1;filter:blur();transform:translateY(-9px)scale(1.012)}84%{transform:translateY(3px)scale(.997)}to{opacity:1;filter:blur();transform:translate(0,0)scale(1)}}.home-workflow-step[data-home-reveal]{--home-workflow-wave-delay:0s;filter:blur(6px);will-change:opacity, filter, transform;transform:translateY(52px)scale(.94)}.home-workflow-step[data-home-reveal]:nth-child(2){--home-workflow-wave-delay:.12s}.home-workflow-step[data-home-reveal]:nth-child(3){--home-workflow-wave-delay:.24s}.home-workflow-step[data-home-reveal]:nth-child(4){--home-workflow-wave-delay:.36s}.home-workflow-step[data-home-reveal]:nth-child(5){--home-workflow-wave-delay:.48s}.home-workflow-step[data-home-reveal].is-visible{opacity:1;filter:blur();animation:home-workflow-wave-rise .9s cubic-bezier(.22, 1, .36, 1) var(--home-workflow-wave-delay) backwards;transform:none}.home-workflow-step[data-home-reveal].is-visible:hover{transform:translateY(-4px)}@media (prefers-reduced-motion:reduce){.home-workflow-step[data-home-reveal],.home-workflow-step[data-home-reveal].is-visible{opacity:1;filter:none;transition:none;animation:none;transform:none}}.home-control{background:#fff}.home-control__grid{align-items:center;gap:72px}.home-control__visual{background:#eef4ff;border-radius:40px;min-height:590px;overflow:hidden}.home-control__visual:before,.home-control__visual:after{display:none}.home-control-board{box-shadow:none;background:#fff;border:0;border-radius:28px;inset:44px}.home-control-float{background:var(--home-blue);box-shadow:none;color:#fff;border:0;bottom:22px;right:20px}.home-control-float span{color:#fff;background:#ffffff29}.home-control-float small{color:#ffffffb3}.home-control__copy{padding-left:0}.home-control__points{gap:10px}.home-control__points>div{background:#f5f7fa;border:0;border-radius:20px;padding:16px}.home-control__points>div>span{box-shadow:none;background:#eaf1ff;border:0}.home-start{background:#f5f7fa}.home-modules-panel{box-shadow:none;background:#fff;border:0;border-radius:40px;padding:52px}.home-modules-panel:before{display:none}.home-modules-head{align-items:start}.home-modules-facts{box-shadow:none;background:0 0;border:0;gap:8px;margin-top:42px;padding:0}.home-modules-facts span{min-height:54px;box-shadow:none;color:#344054;text-align:left;background:#eef4ff;border:0;border-radius:16px;justify-content:flex-start;padding:12px 14px;font-size:12px;line-height:1.35}.home-modules-facts i{width:28px;height:28px;color:var(--home-blue);background:#fff;border-radius:10px;flex:0 0 28px;place-items:center;display:grid}.home-modules-grid{overscroll-behavior-block:contain;scroll-behavior:smooth;scroll-snap-type:block proximity;scrollbar-gutter:stable;scrollbar-color:#bdcbe0 #edf1f6;scrollbar-width:thin;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:230px;grid-auto-flow:row;align-content:start;max-height:476px;padding-right:10px;scroll-padding-block:2px;overflow:hidden auto}.home-modules-empty{min-height:230px}.home-modules-grid:has(.home-modules-empty){grid-auto-rows:auto;max-height:none}.home-modules-grid::-webkit-scrollbar{width:8px}.home-modules-grid::-webkit-scrollbar-track{background:#edf1f6;border-radius:999px}.home-modules-grid::-webkit-scrollbar-thumb{background:#bdcbe0;border:2px solid #edf1f6;border-radius:999px}.home-modules-grid::-webkit-scrollbar-thumb:hover{background:#91a7c6}.home-module-card{scroll-snap-align:start}.home-modules-toolbar{box-shadow:none;background:#f7f8fa;border-color:#e4e9ef;border-radius:22px}.home-module-card{box-shadow:none;background:#fff;border-color:#e4e9ef;border-radius:22px}.home-module-card:hover{box-shadow:none;border-color:#b9c9e6;transform:translateY(-3px)}.home-modules-categories button:hover:not(.is-active),.home-modules-categories button:focus-visible:not(.is-active){color:#1748b8;background:#eef4ff;border-color:#b8caf0}.home-modules-categories button.is-active,.home-modules-categories button.is-active:hover,.home-modules-categories button.is-active:focus-visible{border-color:var(--home-blue);background:var(--home-blue);color:#fff}.home-faq{background:#fff}.home-faq__grid{gap:72px}.home-faq__intro{top:112px}.home-faq__list{gap:8px}.home-faq-item{box-shadow:none;background:#f5f7fa;border:0;border-radius:22px;transition:background .32s;overflow:hidden}.home-faq-item.is-open{background:#eef4ff}.home-faq-item h3{margin:0}.home-faq-item h3>button{width:100%;min-height:78px;color:var(--home-ink);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;font-size:15px;font-weight:800;display:flex}.home-faq-item h3>button:focus-visible{outline-offset:-3px;outline:3px solid #2563eb33}.home-faq-item h3>button>i{color:#758095;background:#fff;border-radius:14px;flex:none;place-items:center;width:38px;height:38px;font-size:14px;transition:background .32s,color .32s,transform .42s cubic-bezier(.16,1,.3,1);display:grid}.home-faq-item.is-open h3>button>i{background:var(--home-blue);color:#fff;transform:rotate(45deg)}.home-faq-item__answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .48s cubic-bezier(.16,1,.3,1),opacity .3s,transform .48s cubic-bezier(.16,1,.3,1);display:grid;transform:translateY(-8px)}.home-faq-item__answer>div{min-height:0;overflow:hidden}.home-faq-item__answer p{max-width:700px;min-height:68px;color:var(--home-muted);margin:0;padding:0 76px 24px 24px;font-size:13px;line-height:1.7}.home-faq-item.is-open .home-faq-item__answer{opacity:1;grid-template-rows:1fr;transform:none}.home-final{background:#fff;padding:0 0 32px;overflow:visible}.home-final__orb{display:none}.home-final__inner{background:var(--home-blue);min-height:480px;box-shadow:none;border:0;border-radius:44px;padding:72px}.home-final__inner:before,.home-final__inner:after{display:none}.home-final__inner>span{background:#ffffff14;border-color:#ffffff38}.home-final h2{letter-spacing:-.06em;max-width:850px;font-size:clamp(48px,5vw,68px)}.home-final p{color:#ffffffeb}.home-final .marketing-button{border-radius:999px;min-height:52px}.home-final__secondary{background:0 0;border-color:#ffffff4d}.marketing-site:has(.home-landing) .marketing-footer{position:relative;overflow:hidden}.marketing-site:has(.home-landing) .marketing-footer__grid--with-visual{grid-template-columns:minmax(240px,.76fr) minmax(480px,1.3fr) minmax(220px,.58fr);align-items:start;gap:44px;width:min(1320px,100% - 64px)}.marketing-footer__visual{min-width:0}.home-footer-motion{isolation:isolate;perspective:960px;min-height:300px;position:relative}.home-footer-motion__glow{filter:blur(24px);background:radial-gradient(circle,#4181ff57,#5d56e124 40%,#0000 72%);border-radius:50%;animation:4.6s ease-in-out infinite home-footer-glow;position:absolute;inset:14% 2% 4%}.home-footer-motion__scene{transform-origin:50%;width:310px;height:250px;transform-style:preserve-3d;animation:8s ease-in-out infinite home-footer-scene;position:absolute;top:50%;left:50%}.home-footer-motion__ring{transform-style:preserve-3d;will-change:transform;border:1px solid #8ab2ff6b;border-radius:50%;position:absolute;top:50%;left:50%;box-shadow:0 0 24px #4a83ff29,inset 0 0 20px #4a83ff14}.home-footer-motion__ring:before,.home-footer-motion__ring:after{content:"";background:#94c5ff;border-radius:50%;width:4px;height:4px;position:absolute;box-shadow:0 0 12px #60a5fa}.home-footer-motion__ring:before{top:12%;right:13%}.home-footer-motion__ring:after{bottom:14%;left:11%}.home-footer-motion__ring.is-horizontal{width:276px;height:118px;animation:11s linear infinite home-footer-orbit-horizontal}.home-footer-motion__ring.is-vertical{border-color:#9a80ff52;width:126px;height:244px;animation:13s linear infinite reverse home-footer-orbit-vertical}.home-footer-motion__ring>span{color:#fff;backface-visibility:hidden;background:radial-gradient(circle at 28% 20%,#ffffffe6,#0000 26%),linear-gradient(145deg,#6ed8ff,#5269ec 54%,#7b55df);border:1px solid #ffffff57;border-radius:15px;place-items:center;width:42px;height:42px;font-size:16px;display:grid;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)translateZ(24px);box-shadow:inset 5px 6px 12px #ffffff42,inset -7px -8px 14px #25329847,0 12px 28px #3067eb61}.home-footer-motion__ring.is-vertical>span{background:radial-gradient(circle at 28% 20%,#ffffffe6,#0000 26%),linear-gradient(145deg,#b49bff,#7259dc 56%,#465fd8);top:0;left:50%}.home-footer-motion__core{z-index:3;color:#fff;width:98px;height:98px;transform-style:preserve-3d;background:radial-gradient(circle at 32% 24%,#fff 0 4%,#ffffff9e 5%,#0000 18%),radial-gradient(circle at 34% 28%,#70dcff,#4b80f0 42%,#4c45c8 72%,#25245f);border:1px solid #ffffff6b;border-radius:50%;place-items:center;font-size:30px;animation:5.2s ease-in-out infinite home-footer-core;display:grid;position:absolute;top:50%;left:50%;box-shadow:inset 12px 14px 22px #ffffff38,inset -16px -18px 28px #1e22696b,0 22px 44px #2056d76b,0 0 56px #4c77f152}.home-footer-motion__core:after{content:"";border:1px solid #fff3;border-radius:50%;position:absolute;inset:12px;transform:translateZ(8px)}.home-footer-motion__core>i{filter:drop-shadow(0 3px 8px #16235e5c);transform:translateZ(28px)}.home-footer-motion__card{z-index:4;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);min-width:132px;transform-style:preserve-3d;backface-visibility:hidden;background:linear-gradient(145deg,#ffffff24,#ffffff0f);border:1px solid #ffffff29;border-radius:17px;align-items:center;gap:10px;padding:10px 12px;display:flex;position:absolute;box-shadow:0 18px 44px #040c1f57}.home-footer-motion__card>i{color:#8bd4ff;background:#66b6ff29;border-radius:11px;flex:none;place-items:center;width:34px;height:34px;font-size:14px;display:grid}.home-footer-motion__card>span{display:grid}.home-footer-motion__card strong{font-size:10px;line-height:1.4}.home-footer-motion__card small{color:#dae5f89e;font-size:8px;line-height:1.4}.home-footer-motion__card.is-calendar{animation:6.2s ease-in-out infinite home-footer-card-left;top:24px;left:-2px}.home-footer-motion__card.is-orders{animation:6.8s ease-in-out .7s infinite home-footer-card-right;bottom:20px;right:-4px}.home-footer-motion__particle{--particle-depth:40px;z-index:2;background:#8bd4ff;border:1px solid #ffffffb3;border-radius:50%;width:7px;height:7px;animation:4s ease-in-out infinite home-footer-particle;position:absolute;box-shadow:0 0 16px #6fbfff}.home-footer-motion__particle.is-one{top:42px;right:46px}.home-footer-motion__particle.is-two{--particle-depth:76px;background:#b49bff;width:5px;height:5px;animation-delay:-1.4s;bottom:54px;left:42px;box-shadow:0 0 14px #9577f4}.home-footer-motion__particle.is-three{--particle-depth:24px;width:4px;height:4px;animation-delay:-2.5s;top:48%;right:18px}@keyframes home-footer-scene{0%,to{transform:translate(-50%,-50%)rotateX(10deg)rotateY(-12deg)}50%{transform:translate(-50%,-52%)rotateX(15deg)rotateY(8deg)}}@keyframes home-footer-orbit-horizontal{0%{transform:translate(-50%,-50%)rotateX(68deg)rotate(0)}to{transform:translate(-50%,-50%)rotateX(68deg)rotate(360deg)}}@keyframes home-footer-orbit-vertical{0%{transform:translate(-50%,-50%)rotateY(68deg)rotate(0)}to{transform:translate(-50%,-50%)rotateY(68deg)rotate(360deg)}}@keyframes home-footer-core{0%,to{transform:translate(-50%,-50%)translateZ(54px)rotateY(-7deg)}50%{transform:translate(-50%,-56%)translateZ(72px)rotateY(9deg)}}@keyframes home-footer-card-left{0%,to{transform:translateZ(82px)rotateY(10deg)rotateX(-4deg)}50%{transform:translate3d(8px,-10px,104px)rotateY(3deg)rotateX(2deg)}}@keyframes home-footer-card-right{0%,to{transform:translateZ(68px)rotateY(-10deg)rotateX(4deg)}50%{transform:translate3d(-8px,8px,92px)rotateY(-3deg)rotateX(-2deg)}}@keyframes home-footer-particle{0%,to{opacity:.5;transform:translate3d(0, 0, var(--particle-depth)) scale(.8)}50%{opacity:1;transform:translate3d(0, -12px, var(--particle-depth)) scale(1.2)}}@keyframes home-footer-glow{0%,to{opacity:.68;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@media (width<=1320px){.home-landing .marketing-wrap,.home-audience__track{width:min(100% - 48px,1320px)}.home-hero__grid{gap:28px;padding-inline:40px}.home-hero__copy{grid-column:1/span 6}.home-hero__visual{grid-column:7/-1}.home-hero h1{font-size:clamp(44px,3.75vw,50px)}.home-product-stage{height:520px}.home-product-phone{scale:.72}.home-business-explorer__panel{gap:24px;padding:34px 26px 34px 32px}.marketing-site:has(.home-landing) .marketing-footer__grid--with-visual{grid-template-columns:minmax(220px,.72fr) minmax(440px,1.25fr) minmax(190px,.5fr);gap:32px;width:min(100% - 48px,1320px)}}@media (width<=1080px){.home-hero{min-height:auto}.home-hero__grid{grid-template-columns:minmax(0,1fr);gap:56px;min-height:auto;padding:64px 44px}.home-hero__copy,.home-hero__visual{grid-column:1;width:100%;max-width:none}.home-hero__copy{max-width:760px}.home-product-stage{width:min(820px,100%);height:560px;margin-inline:auto;transform:none}.home-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-capability-card:last-child{grid-column:1/-1}.home-scenarios{padding-block:72px}.home-scenarios__grid{gap:0;height:auto}.home-scenarios__head{grid-template-columns:minmax(0,1fr);gap:32px;margin-bottom:36px}.home-scenarios__copy,.home-scenarios__visual{max-width:none}.home-scenarios__copy{padding-right:0}.home-scenario-tabs{width:min(620px,100%)}.home-scenarios__stage{gap:24px;min-height:0;padding-right:0;display:grid}.home-scenarios__handoff{width:100%;animation-name:home-scenario-handoff-in-stacked;position:relative;top:auto;right:auto;transform:none}.home-scenario-preview{height:420px}.home-control__grid{gap:56px}.home-control__visual,.home-control__copy{max-width:none}.home-solutions .home-section-heading--split>div,.home-solutions .home-section-heading--split>p{grid-column:1/-1;justify-self:start;max-width:760px;padding-top:0}.home-business-explorer{grid-template-columns:minmax(0,1fr);min-height:0}.home-business-explorer__tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.home-business-explorer__tabs button{grid-template-columns:40px minmax(0,1fr);gap:10px;min-height:82px;padding:12px}.home-business-explorer__tabs button>span{border-radius:14px;width:40px;height:40px}.home-business-explorer__tabs button>i{display:none}.home-business-explorer__tabs button:hover,.home-business-explorer__tabs button:focus-visible,.home-business-explorer__tabs button.is-active{transform:none}.home-business-explorer__panel{min-height:500px}.home-modules-facts{margin-top:0}.home-modules-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:722px}.marketing-site:has(.home-landing) .marketing-footer__grid--with-visual{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr)}.marketing-site:has(.home-landing) .marketing-footer__visual{grid-column:1/-1;justify-self:end;width:min(360px,100%);min-height:180px;margin-block:-34px -28px}.home-footer-motion{min-height:210px}.home-footer-motion__scene{scale:.76}}@media (width<=768px){.home-landing .marketing-wrap,.home-audience__track{width:min(100% - 32px,1320px)}.home-hero{--home-hero-frame-inline:16px;--home-hero-frame-block:8px;--home-hero-header-height:72px}.home-hero:before{border-radius:32px}.home-hero__grid{gap:48px;padding:48px 24px}.home-hero h1{font-size:46px}.home-modules-grid{grid-template-columns:minmax(0,1fr);grid-auto-rows:214px;max-height:min(70vh,674px)}.home-modules-empty{min-height:200px}.home-hero h1 .home-hero__phrase{font-size:.74em}.home-hero__text-editor{flex-wrap:wrap}.home-start-form{border-radius:20px;padding:12px}.home-start-form__row{grid-template-columns:minmax(0,1fr)}.home-product-stage{height:480px}.home-product-frame{inset:24px 18px 38px 0}.home-product-phone{right:-8px;scale:.66}.home-audience{padding-top:20px}.home-audience__track{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:6px;overflow-x:auto}.home-section{padding:88px 0}.home-scenarios{padding-block:64px}.home-section-heading,.home-section-heading--split{margin-bottom:42px}.home-section-heading h2,.home-scenarios__copy h2,.home-scenarios__title-stack>span,.home-control__copy h2,.home-modules-head h2,.home-faq__intro h2{font-size:42px}.home-capability-grid,.home-solutions-grid{grid-template-columns:minmax(0,1fr)}.home-capability-card,.home-capability-card.is-wide,.home-capability-card.is-compact,.home-capability-card.is-full,.home-capability-card:last-child{grid-column:1;min-height:430px}.home-solution-card{min-height:620px}.home-business-explorer{border-radius:32px;padding:10px}.home-business-explorer__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.home-business-explorer__panel{border-radius:24px;grid-template-columns:minmax(0,1fr);gap:34px;min-height:0;padding:32px}.home-business-explorer__panel>.home-solution-mini{height:330px}.home-scenarios__grid{border-radius:0;gap:0;padding:0}.home-scenarios__head{gap:28px;margin-bottom:30px}.home-scenario-preview{height:400px}.home-scenarios__handoff{border-radius:24px;padding:24px}.home-workflow-line{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}.home-workflow-line:before{display:none}.home-workflow-step:last-child{grid-column:1/-1}.home-control__visual{border-radius:32px;min-height:500px}.home-control-board{inset:28px}.home-modules-panel{border-radius:32px;padding:32px}.home-faq__grid{gap:44px}.home-faq__intro{position:static}.home-final{padding-bottom:16px}.home-final__inner{border-radius:34px;min-height:440px;padding:56px 28px}.marketing-site:has(.home-landing) .marketing-footer__grid--with-visual{grid-template-columns:minmax(0,1fr);width:min(100% - 32px,1320px)}.marketing-site:has(.home-landing) .marketing-footer__visual{grid-column:1}}@media (width<=560px){.home-landing .marketing-wrap,.home-audience__track{width:min(100% - 24px,1320px)}.home-hero__grid{padding:42px 18px 34px}.home-hero h1{letter-spacing:-.055em;margin-block:18px;font-size:clamp(32px,9vw,38px);line-height:1.06}.home-hero h1 .home-hero__phrase{font-size:.72em}.home-hero__lead{font-size:15px}.home-hero__cta{width:100%}.home-hero__text-editor{align-items:flex-start;gap:8px;width:100%}.home-hero__text-editor-shell{margin-left:0}.home-hero__editor-divider{display:none}.home-start-form{padding:10px}.home-product-stage{height:430px}.home-product-stage:before{border-radius:28px}.home-product-frame{display:none}.home-product-phone{transform-origin:bottom;width:240px;height:430px;display:flex;bottom:14px;left:50%;right:auto;translate:-50%;scale:.88}.home-section-heading h2,.home-scenarios__copy h2,.home-scenarios__title-stack>span,.home-control__copy h2,.home-modules-head h2,.home-faq__intro h2{font-size:36px}.home-capability-card,.home-capability-card.is-wide,.home-capability-card.is-compact,.home-capability-card.is-full{border-radius:26px;min-height:410px;padding:26px}.home-solution-card{border-radius:28px;min-height:590px;padding:26px}.home-solution-card h3{font-size:26px}.home-solution-mini{height:280px;bottom:82px;left:26px;right:26px}.home-solution-card>a{left:26px;right:26px}.home-business-explorer__tabs button{border-radius:18px;grid-template-columns:34px minmax(0,1fr);gap:8px;min-height:74px;padding:10px}.home-business-explorer__tabs button>span{border-radius:12px;width:34px;height:34px;font-size:14px}.home-business-explorer__tabs button>strong{font-size:11px}.home-business-explorer__panel{padding:26px 20px 20px}.home-business-explorer__icon{margin-bottom:20px}.home-business-explorer__panel>.home-solution-mini{height:280px}.home-scenarios{padding-block:56px}.home-scenarios__grid{border-radius:0;padding:0}.home-scenario-tabs button{min-height:48px;padding-inline:6px;font-size:10px}.home-scenario-preview{height:340px}.home-scenarios__handoff{border-radius:22px;padding:20px}.home-workflow-line{grid-template-columns:minmax(0,1fr);padding:28px 20px}.home-workflow-step:last-child{grid-column:1}.home-control__visual{min-height:430px}.home-control-board{inset:18px}.home-control-float{bottom:12px;right:10px}.home-modules-panel{border-radius:28px;padding:24px}.home-faq-item h3>button{min-height:70px;padding:18px}.home-faq-item__answer p{padding:0 66px 20px 18px}.home-final__inner{border-radius:28px;min-height:420px;padding:48px 20px}.home-final h2{font-size:40px}.marketing-site:has(.home-landing) .marketing-footer__grid--with-visual{gap:52px;width:min(100% - 24px,1320px)}.marketing-site:has(.home-landing) .marketing-footer__visual{width:220px;margin-block:0 -12px}.home-footer-motion{min-height:170px}.home-footer-motion__scene{scale:.58}}@media (width>=1081px) and (height<=820px){.home-hero__grid{padding-block:26px}.home-hero h1{margin-block:14px;font-size:52px}.home-hero__lead{margin-bottom:14px;font-size:15px}.home-start-form input:not([type=checkbox]),.home-start-form select,.home-start-form__select .bootstrap-select-ui .dropdown-toggle,.home-start-form .marketing-button{height:42px;min-height:42px}.home-product-stage{height:500px}}@media (width>=1081px) and (height<=680px){.home-hero .home-eyebrow,.home-hero__facts{display:none}.home-hero h1{margin-top:0;font-size:46px}.home-hero__lead{margin-bottom:10px;line-height:1.4}.home-product-stage{height:440px}}.home-product-stage__demo>.home-product-frame{inset:36px 34px 48px 0}.home-product-stage__demo .home-demo-view__header,.home-product-stage__demo .home-demo-calendar__people>div,.home-product-stage__demo .home-demo-calendar__column>span,.home-product-stage__demo .home-demo-table__head,.home-product-stage__demo .home-demo-table__row,.home-product-stage__demo .home-demo-orders>div,.home-product-stage__demo .home-demo-finance>div,.home-product-stage__demo .home-demo-transactions>div,.home-product-stage__demo .home-demo-payment,.home-product-stage__demo .home-product-phone__screen>*{animation:.56s cubic-bezier(.16,1,.3,1) both home-demo-layer-in}.home-product-stage__demo .home-demo-view__header{animation-delay:40ms}.home-product-stage__demo .home-demo-calendar__people>div:nth-child(2),.home-product-stage__demo .home-demo-table__head,.home-product-stage__demo .home-demo-orders>div:first-child,.home-product-stage__demo .home-demo-finance>div:first-child{animation-delay:.11s}.home-product-stage__demo .home-demo-calendar__people>div:nth-child(3),.home-product-stage__demo .home-demo-calendar__column:nth-child(2)>span,.home-product-stage__demo .home-demo-table__row:nth-child(2),.home-product-stage__demo .home-demo-orders>div:nth-child(2),.home-product-stage__demo .home-demo-finance>div:nth-child(2),.home-product-stage__demo .home-demo-transactions>div:nth-child(2),.home-product-stage__demo .home-product-phone__screen>:nth-child(2){animation-delay:.19s}.home-product-stage__demo .home-demo-calendar__people>div:nth-child(4),.home-product-stage__demo .home-demo-calendar__column:nth-child(3)>span,.home-product-stage__demo .home-demo-table__row:nth-child(3),.home-product-stage__demo .home-demo-orders>div:nth-child(3),.home-product-stage__demo .home-demo-finance>div:nth-child(3),.home-product-stage__demo .home-demo-transactions>div:nth-child(3),.home-product-stage__demo .home-product-phone__screen>:nth-child(3){animation-delay:.27s}.home-product-stage__demo .home-demo-calendar__column:nth-child(4)>span,.home-product-stage__demo .home-demo-table__row:nth-child(4),.home-product-stage__demo .home-demo-payment,.home-product-stage__demo .home-product-phone__screen>:nth-child(4){animation-delay:.35s}.home-product-stage .home-demo-cursor{display:grid;left:47px}.home-product-stage[data-demo=calendar] .home-demo-cursor{top:115px}.home-product-stage[data-demo=clients] .home-demo-cursor{top:172px}.home-product-stage[data-demo=orders] .home-demo-cursor{top:229px}.home-product-stage[data-demo=finance] .home-demo-cursor{top:286px}@keyframes home-demo-layer-in{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}.home-product-stage__demo [role=button]{cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.home-product-stage__demo [role=button]:hover{border-color:#2563eb6b;transform:translateY(-2px);box-shadow:0 14px 28px -24px #2563ebb8}.home-product-stage__demo [role=button]:focus-visible{outline-offset:2px;outline:3px solid #2563eb52}.home-product-stage__demo [role=button][data-selected=true]{border-color:var(--home-blue);box-shadow:0 0 0 3px #2563eb1f}.home-demo-inspector{z-index:12;-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);background:#fffffff0;border:1px solid #b1c1dba3;border-radius:18px;width:min(276px,100% - 44px);padding:16px;animation:.32s cubic-bezier(.16,1,.3,1) both home-demo-inspector-in;position:absolute;top:86px;right:22px;box-shadow:0 28px 58px -34px #16346e80}.home-demo-inspector>div{grid-template-columns:32px minmax(0,1fr) 28px;align-items:center;gap:8px;display:grid}.home-demo-inspector>div>span{background:var(--home-blue-soft);width:32px;height:32px;color:var(--home-blue);border-radius:10px;place-items:center;display:grid}.home-demo-inspector>div>small{color:var(--home-muted);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800}.home-demo-inspector>div>button{width:28px;height:28px;color:var(--home-muted);background:#f1f4f8;border:0;border-radius:9px;place-items:center;padding:0;display:grid}.home-demo-inspector>strong{color:var(--home-ink);letter-spacing:-.025em;margin-top:14px;font-size:15px;display:block}.home-demo-inspector>p{color:var(--home-muted);margin:6px 0 14px;font-size:10px;line-height:1.5}.home-demo-inspector>button{background:var(--home-blue);color:#fff;border:0;border-radius:10px;width:100%;min-height:34px;font-family:inherit;font-size:9px;font-weight:800}@keyframes home-demo-inspector-in{0%{opacity:0;transform:translate(12px,-8px)scale(.96)}to{opacity:1;transform:none}}@media (width<=560px){.home-product-stage__demo{height:860px}.home-product-stage__demo>.home-product-frame{top:36px}.home-product-stage__demo>.home-product-phone{top:390px;bottom:auto}.home-product-stage .home-demo-cursor{display:none}}@media (prefers-reduced-motion:reduce){.home-product-stage__demo .home-demo-view__header,.home-product-stage__demo .home-demo-calendar__people>div,.home-product-stage__demo .home-demo-calendar__column>span,.home-product-stage__demo .home-demo-table__head,.home-product-stage__demo .home-demo-table__row,.home-product-stage__demo .home-demo-orders>div,.home-product-stage__demo .home-demo-finance>div,.home-product-stage__demo .home-demo-transactions>div,.home-product-stage__demo .home-demo-payment,.home-demo-inspector,.home-product-stage__demo .home-product-phone__screen>*{animation:none}}
