:root{color:#10213a;font-synthesis:none;text-rendering:optimizelegibility;--landing-bg:#f7f9fc;--landing-surface:#fff;--landing-surface-strong:#eef3fa;--landing-text:#10213a;--landing-muted:#5c6d84;--landing-border:#d7e0ec;--landing-primary:#0666f5;--landing-primary-hover:#0054cf;--landing-primary-soft:#e9f1ff;--landing-success:#0d9f64;--landing-danger:#c83a4a;--landing-shadow:0 24px 70px #1b345829;background:#f7f9fc;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-landing-theme=dark]{color:#f4f7fb;--landing-bg:#07111f;--landing-surface:#0f1a2a;--landing-surface-strong:#152238;--landing-text:#f4f7fb;--landing-muted:#a8b5c9;--landing-border:#293852;--landing-primary:#347af6;--landing-primary-hover:#5b95ff;--landing-primary-soft:#102d5f;--landing-success:#37d58b;--landing-danger:#ff7182;--landing-shadow:0 26px 80px #0000006b;background:#07111f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}section[id]{scroll-margin-top:96px}body{min-width:320px;color:var(--landing-text);background:var(--landing-bg);margin:0}body,button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb, var(--landing-primary) 38%, transparent);outline-offset:3px}a{color:inherit}img{max-width:100%;display:block}.landing-shell{min-height:100svh}.landing-container{width:min(1240px,100% - 48px);margin:0 auto}.landing-visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.landing-skip{z-index:200;color:#fff;background:var(--landing-primary);border-radius:8px;padding:10px 14px;font-weight:800;transition:translate .16s;position:fixed;top:12px;left:12px;translate:0 -160%}.landing-skip:focus{translate:0}.landing-header{z-index:80;border-bottom:1px solid color-mix(in srgb, var(--landing-border) 78%, transparent);background:color-mix(in srgb, var(--landing-bg) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.landing-header-inner{align-items:center;gap:clamp(18px,2vw,28px);width:min(1360px,100% - 32px);min-height:72px;display:flex}.landing-logo-link{flex:none;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.landing-logo-link img,.landing-footer img{width:128px;height:auto}.landing-nav{flex:auto;justify-content:center;align-items:center;gap:clamp(14px,1.6vw,24px);min-width:0;display:flex}.landing-nav a{min-width:44px;min-height:44px;color:var(--landing-muted);white-space:nowrap;justify-content:center;align-items:center;padding-inline:4px;font-size:14px;font-weight:750;text-decoration:none;display:inline-flex;position:relative}.landing-nav a:hover{color:var(--landing-text)}.landing-nav a[aria-current=location]{color:var(--landing-primary)}.landing-nav a[aria-current=location]:after{content:"";background:currentColor;border-radius:999px;height:2px;position:absolute;bottom:4px;left:0;right:0}.landing-header-actions{flex:none;align-items:center;gap:9px;min-width:max-content;display:flex}.landing-header-cta{white-space:nowrap;flex:none}.landing-language-switcher{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:11px;flex:0 0 116px;grid-template-columns:repeat(2,53px);gap:2px;width:116px;min-width:116px;max-width:116px;height:52px;padding:3px;display:inline-grid}.landing-language{width:53px;min-width:53px;max-width:53px;height:44px;color:var(--landing-text);white-space:nowrap;border:1px solid #0000;border-radius:7px;flex:0 0 53px;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:850;line-height:1;text-decoration:none;display:inline-flex}.landing-language:hover{border-color:color-mix(in srgb, var(--landing-primary) 42%, transparent);color:var(--landing-primary)}.landing-language[aria-current=page]{border-color:color-mix(in srgb, var(--landing-primary) 68%, var(--landing-border));color:var(--landing-primary);background:color-mix(in srgb, var(--landing-primary) 14%, var(--landing-bg));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--landing-primary) 16%, transparent)}.landing-language-flag{background:var(--landing-bg);border:1px solid #ffffff4d;border-radius:2px;flex:none;width:18px;height:12px;display:block;overflow:hidden;box-shadow:0 1px 2px #0000003d}.landing-language-flag svg{width:100%;height:100%;display:block}.landing-icon-button{border:1px solid var(--landing-border);width:44px;height:44px;color:var(--landing-text);background:var(--landing-surface);border-radius:9px;flex:0 0 44px;place-items:center;font-size:20px;font-weight:800;display:grid}.landing-icon-button:hover{border-color:var(--landing-primary);color:var(--landing-primary)}.landing-menu-button,.landing-mobile-menu{display:none}html.landing-mobile-menu-open,body.landing-mobile-menu-open{overscroll-behavior:none}.landing-button{text-align:center;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:11px 18px;font-weight:850;line-height:1.2;text-decoration:none;transition:border-color .16s,background-color .16s,color .16s,translate .16s;display:inline-flex}.landing-button:hover:not(:disabled){translate:0 -1px}.landing-button:disabled{cursor:wait;opacity:.62}.landing-button-primary{color:#fff;background:var(--landing-primary)}.landing-button-primary:hover:not(:disabled){background:var(--landing-primary-hover)}.landing-button-secondary{border-color:var(--landing-border);color:var(--landing-text);background:var(--landing-surface)}.landing-button-secondary:hover:not(:disabled){border-color:var(--landing-primary);color:var(--landing-primary)}.landing-eyebrow{color:var(--landing-primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 13px;font-size:12px;font-weight:900}.landing-hero{isolation:isolate;align-items:center;min-height:calc(100svh - 128px);padding:64px 0 78px;display:flex;position:relative}.landing-hero:before{z-index:-1;pointer-events:none;content:"";background:color-mix(in srgb, var(--landing-primary) 13%, transparent);filter:blur(72px);border-radius:50%;width:min(42vw,660px);height:min(42vw,660px);position:absolute;top:8%;right:3%}.landing-hero-grid{grid-template-columns:minmax(390px,.85fr) minmax(0,1fr);align-items:center;gap:clamp(32px,4.2vw,64px);display:grid}.landing-hero-copy h1{overflow-wrap:normal;letter-spacing:-.055em;text-wrap:balance;max-width:720px;margin:0;font-size:clamp(48px,5.15vw,72px);font-weight:950;line-height:.96}.landing-hero-copy{animation:.52s ease-out both landing-hero-in}.landing-hero-lead{max-width:650px;color:var(--landing-muted);text-wrap:pretty;margin:26px 0 0;font-size:clamp(19px,2.1vw,27px);line-height:1.43}.landing-actions{flex-wrap:wrap;gap:11px;margin-top:32px;display:flex}.landing-hero .landing-actions .landing-button{white-space:nowrap}.landing-cta-note{max-width:620px;color:var(--landing-muted);margin:14px 0 0;font-size:12px;line-height:1.5}.landing-proof{color:var(--landing-muted);flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;font-size:13px;font-weight:750;list-style:none;display:flex}.landing-proof li{border:1px solid var(--landing-border);color:var(--landing-text);background:color-mix(in srgb, var(--landing-surface) 84%, transparent);border-radius:999px;padding:8px 12px}.landing-hero-visual{min-width:0;margin:0}.landing-command-panel{border:1px solid var(--landing-border);background:color-mix(in srgb, var(--landing-surface) 94%, transparent);box-shadow:var(--landing-shadow);border-radius:clamp(14px,2vw,22px);padding:clamp(12px,1.3vw,18px)}.landing-command-panel-head{justify-content:space-between;align-items:flex-start;gap:20px;min-height:38px;padding:0 2px 12px;font-size:12px;display:flex}.landing-command-panel-head strong{font-weight:900}.landing-command-panel-head span{color:var(--landing-muted);text-align:right}.landing-hero-visual img{border:1px solid var(--landing-border);object-fit:contain;border-radius:clamp(10px,1.4vw,16px);width:100%;height:auto}.landing-command-stages{border:1px solid var(--landing-border);border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin:12px 0 0;padding:0;list-style:none;display:grid}.landing-command-stages li{border-left:1px solid var(--landing-border);align-items:center;gap:9px;min-width:0;min-height:44px;padding:9px 12px;font-size:12px;font-weight:850;display:flex}.landing-command-stages li:first-child{border-left:0}.landing-command-stages span{color:var(--landing-primary);font-size:11px}.landing-hero-visual figcaption{color:var(--landing-muted);text-align:right;margin-top:12px;font-size:12px}.landing-workflow{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);background:var(--landing-surface);padding:48px 0 54px}.landing-workflow-container{max-width:1760px}.landing-workflow h2,.landing-section h2,.landing-final h2{letter-spacing:-.045em;max-width:800px;margin:0;font-size:clamp(34px,4.6vw,64px);line-height:1.04}.landing-workflow-lead{max-width:760px;color:var(--landing-muted);margin:18px 0 0;line-height:1.58}.landing-workflow-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:38px 0 0;padding:0;list-style:none;display:grid}.landing-workflow-list li{border-left:1px solid var(--landing-border);grid-template-columns:34px minmax(0,1fr);gap:10px;padding:0 16px;display:grid}.landing-workflow-list li,.landing-capabilities article,.landing-plan-grid>article,.landing-trust-grid article{transition:border-color .16s,background-color .16s,transform .16s}.landing-workflow-list li:hover,.landing-capabilities article:hover,.landing-plan-grid>article:hover,.landing-trust-grid article:hover{border-color:color-mix(in srgb, var(--landing-primary) 42%, var(--landing-border));transform:translateY(-2px)}.landing-workflow-list li:first-child{border-left:0;padding-left:0}.landing-workflow-list li>span,.landing-demo li>span{color:#fff;background:var(--landing-primary);border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.landing-workflow-list h3,.landing-capabilities h3,.landing-preview-grid h3{margin:2px 0 7px;font-size:17px}.landing-workflow-list p,.landing-capabilities p,.landing-section-heading p,.landing-preview-grid p,.landing-pricing-head p,.landing-demo p,.landing-faq p,.landing-final p,.landing-footer p{color:var(--landing-muted);margin:0;line-height:1.58}.landing-section{padding:clamp(78px,9vw,128px) 0}.landing-section-heading,.landing-pricing-head{justify-content:space-between;align-items:flex-end;gap:40px;display:flex}.landing-section-heading p,.landing-pricing-head p{max-width:430px}.landing-capabilities{border-top:1px solid var(--landing-border);border-left:1px solid var(--landing-border);grid-template-columns:repeat(12,minmax(0,1fr));margin-top:52px;display:grid}.landing-capabilities article{border-right:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);min-height:210px;padding:28px}.landing-capability-core{background:color-mix(in srgb, var(--landing-primary) 5%, var(--landing-surface));grid-area:span 2/span 6;min-height:420px!important}.landing-capability-support{grid-column:span 3}.landing-capability-strip{grid-column:span 4;min-height:178px!important}.landing-capabilities article>span{color:var(--landing-primary);font-size:12px;font-weight:900}.landing-capabilities h3{margin-top:38px;font-size:20px}.landing-capability-core h3{letter-spacing:-.035em;max-width:440px;margin-top:104px;font-size:clamp(28px,3vw,42px)}.landing-capability-core p{max-width:500px;font-size:17px}.landing-previews{border-top:1px solid var(--landing-border);background:var(--landing-surface)}.landing-preview-grid{grid-template-columns:minmax(0,1.7fr) minmax(260px,.6fr);align-items:stretch;gap:22px;margin-top:48px;display:grid}.landing-preview-grid article{border:1px solid var(--landing-border);background:var(--landing-bg);border-radius:18px;min-width:0}.landing-preview-grid article>div{padding:25px 27px}.landing-preview-grid figure{margin:0}.landing-preview-desktop{flex-direction:column;display:flex}.landing-product-capability-list{border-top:1px solid var(--landing-border);flex:1;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.landing-product-capability-list li{border-right:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);grid-template-columns:34px minmax(0,1fr);gap:12px;min-height:180px;padding:24px;display:grid}.landing-product-capability-list li:nth-child(2n){border-right:0}.landing-product-capability-list li:nth-last-child(-n+2){border-bottom:0}.landing-product-capability-list li>span{color:var(--landing-primary);font-size:12px;font-weight:900}.landing-product-capability-list strong{margin-bottom:9px;display:block}.landing-product-capability-list p{font-size:14px}.landing-preview-mobile{grid-template-rows:minmax(0,1fr) auto;display:grid;overflow:hidden}.landing-preview-mobile figure{background:#07111f;justify-content:center;align-items:flex-start;min-height:470px;padding:28px 28px 0;display:flex;overflow:hidden}.landing-preview-mobile picture{width:min(100%,300px);display:block}.landing-preview-mobile img{border:1px solid #25354f;border-bottom:0;border-radius:14px 14px 0 0;width:min(100%,300px);height:auto}.landing-synthetic-note{color:var(--landing-muted);margin:16px 0 0;font-size:12px}.landing-pricing{background:var(--landing-bg)}.landing-pricing-note{max-width:760px;color:var(--landing-muted);margin:20px 0 0;font-size:13px;line-height:1.55}.landing-addon-note{border:1px solid var(--landing-line);background:color-mix(in srgb, var(--landing-panel) 88%, transparent);color:var(--landing-muted);border-radius:16px;margin:0;padding:16px 20px;font-size:.95rem;line-height:1.55}.landing-pricing-controls{grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:16px;margin-top:24px;display:grid}.landing-billing-choice{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:12px;align-items:center;gap:14px;padding:8px 9px 8px 16px;display:flex}.landing-billing-choice>span{color:var(--landing-muted);white-space:nowrap;font-size:12px;font-weight:850}.landing-trial-note{border:1px solid var(--landing-border);background:color-mix(in srgb, var(--landing-primary) 6%, var(--landing-surface));border-radius:12px;align-items:center;gap:16px 28px;margin:0;padding:16px 18px;display:flex}.landing-trial-note strong{flex:none}.landing-trial-note span{color:var(--landing-muted);font-size:13px;line-height:1.5}.landing-period{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:11px;flex:none;gap:4px;padding:4px;display:inline-flex}.landing-period button{min-height:44px;color:var(--landing-muted);background:0 0;border:0;border-radius:7px;padding:7px 14px;font-size:13px;font-weight:850}.landing-period button.active{color:#fff;background:var(--landing-primary)}.landing-pricing-state{border:1px dashed var(--landing-border);min-height:240px;color:var(--landing-muted);text-align:center;border-radius:16px;place-items:center;gap:14px;margin-top:46px;padding:28px;display:grid}.landing-pricing-skeleton,.landing-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.landing-pricing-skeleton>article{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:16px;align-content:start;gap:22px;min-height:420px;padding:28px 24px;display:grid}.landing-pricing-skeleton>article span{background:var(--landing-surface-strong);border-radius:5px;height:16px;display:block}.landing-pricing-skeleton>article span:first-child{width:42%;height:28px}.landing-pricing-skeleton>article span:nth-child(2){width:88%}.landing-pricing-skeleton>article span:nth-child(3){width:68%}.landing-pricing-skeleton>article span:last-child{width:100%;height:48px;margin-top:190px}.landing-plan-grid>article{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:16px;flex-direction:column;min-width:0;padding:27px 23px 22px;display:flex;position:relative}.landing-plan-badge{color:#fff;background:var(--landing-primary);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900;position:absolute;top:-12px;left:18px}.landing-plan-grid h3{letter-spacing:-.03em;margin:0 0 12px;font-size:25px}.landing-plan-price{align-content:end;min-height:78px;margin-top:26px;display:grid}.landing-plan-price s{width:fit-content;color:var(--landing-muted);margin-bottom:6px;font-size:15px;text-decoration-thickness:1px}.landing-plan-price strong{overflow-wrap:anywhere;letter-spacing:-.04em;font-size:28px;line-height:1.08}.landing-plan-price span{color:var(--landing-muted);margin-top:4px;font-size:12px}.landing-plan-grid dl{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);gap:10px;margin:23px 0 0;padding:17px 0;display:grid}.landing-plan-grid dl>div{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.landing-plan-grid dt{color:var(--landing-muted);font-size:12px}.landing-plan-grid dt small,.landing-enterprise-action dt small{color:var(--landing-muted);margin-top:3px;font-size:10px;font-weight:700;display:block}.landing-plan-grid dd{overflow-wrap:anywhere;text-align:right;margin:0;font-size:12px;font-weight:800}.landing-plan-grid ul{gap:11px;margin:22px 0 26px;padding:0;list-style:none;display:grid}.landing-plan-grid li{padding-left:20px;font-size:13px;line-height:1.4;position:relative}.landing-plan-grid li:before{color:var(--landing-success);content:"✓";font-weight:950;position:absolute;top:.3em;left:0}.landing-enterprise-kicker{color:var(--landing-primary);letter-spacing:.11em;text-transform:uppercase;margin-bottom:13px;font-size:12px;font-weight:900;display:inline-flex}.landing-enterprise-panel h3{letter-spacing:-.035em;margin:0;font-size:clamp(28px,3vw,42px)}.landing-enterprise-panel p{max-width:690px;color:var(--landing-muted);margin:13px 0 0;line-height:1.55}.landing-enterprise-panel ul{flex-wrap:wrap;gap:10px 24px;margin:24px 0 0;padding:0;list-style:none;display:flex}.landing-enterprise-panel li{padding-left:19px;font-size:13px;position:relative}.landing-enterprise-panel li:before{color:var(--landing-success);content:"✓";font-weight:950;position:absolute;left:0}.landing-enterprise-action{border-left:1px solid var(--landing-border);min-width:0;padding-left:clamp(28px,4vw,52px)}.landing-enterprise-action>strong{overflow-wrap:anywhere;letter-spacing:-.04em;font-size:28px;display:block}.landing-enterprise-action dl{gap:9px;margin:20px 0;display:grid}.landing-enterprise-action dl>div{justify-content:space-between;gap:14px;display:flex}.landing-enterprise-action dt{color:var(--landing-muted);font-size:12px}.landing-enterprise-action dd{text-align:right;margin:0;font-size:12px;font-weight:800}.landing-enterprise-action .landing-button{width:100%}.landing-demo{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);background:var(--landing-surface)}.landing-demo h2{max-width:780px}.landing-demo p{max-width:670px;margin-top:24px;font-size:18px}.landing-demo small{max-width:660px;color:var(--landing-muted);margin-top:16px;line-height:1.5;display:block}.landing-demo ol{gap:0;margin:0;padding:0;list-style:none;display:grid}.landing-demo li{border-bottom:1px solid var(--landing-border);grid-template-columns:38px minmax(0,1fr);align-items:center;gap:13px;padding:18px 0;font-weight:800;display:grid}.landing-trust{border-bottom:1px solid var(--landing-border);background:var(--landing-surface)}.landing-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:48px;display:grid}.landing-trust-grid article{border:1px solid var(--landing-border);background:var(--landing-bg);border-radius:16px;min-width:0;padding:28px}.landing-trust-grid h3{margin:0 0 12px;font-size:20px}.landing-trust-grid p{color:var(--landing-muted);margin:0;line-height:1.58}.landing-faq details{border-bottom:1px solid var(--landing-border);padding:21px 0}.landing-faq details:first-child{border-top:1px solid var(--landing-border)}.landing-faq summary{padding-right:34px;font-size:18px;font-weight:850;list-style:none;position:relative}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary:after{color:var(--landing-primary);content:"+";font-size:26px;position:absolute;top:-2px;right:0}.landing-faq details[open] summary:after{content:"−"}.landing-faq details p{max-width:720px;padding-top:15px}.landing-final{border-top:1px solid var(--landing-border);color:#fff;background:#0c47a7;padding:clamp(72px,8vw,112px) 0}.landing-final p{color:#dce9ff;max-width:660px;margin-top:20px;font-size:18px}.landing-final .landing-button-secondary{color:#fff;background:0 0;border-color:#7da9ef}.landing-final-link{color:#fff;text-underline-offset:4px;align-items:center;min-height:46px;padding:11px 6px;font-weight:850;display:inline-flex}.landing-footer{background:var(--landing-bg);padding:56px 0 36px}.landing-footer-grid{justify-content:space-between;align-items:flex-start;gap:48px;display:flex}.landing-footer-grid>div:first-child{flex:430px;min-width:0;max-width:430px}.landing-footer-grid p{margin-top:16px}.landing-footer-navigation{flex:620px;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 32px;min-width:0;display:grid}.landing-footer nav,.landing-footer-contacts{align-content:start;justify-items:start;gap:11px;display:grid}.landing-footer nav strong,.landing-footer-contacts strong{color:var(--landing-text);font-size:13px}.landing-footer nav a,.landing-footer-contacts a{color:var(--landing-muted);overflow-wrap:anywhere;font-size:14px;font-weight:750;text-decoration:none}.landing-footer nav a:hover,.landing-footer-contacts a:hover{color:var(--landing-text)}.landing-footer-navigation>.landing-language-switcher{grid-column:1/-1;justify-self:start}.landing-footer-navigation>.landing-language-switcher .landing-language{color:var(--landing-text);font-size:12px}.landing-dialog-backdrop{z-index:160;background:#030a15bd;place-items:center;padding:28px;animation:.16s ease-out both landing-backdrop-in;display:grid;position:fixed;inset:0;overflow-y:auto}.landing-dialog{border:1px solid var(--landing-border);width:min(720px,100%);max-height:90dvh;color:var(--landing-text);background:var(--landing-surface);box-shadow:var(--landing-shadow);border-radius:18px;padding:28px;animation:.18s ease-out both landing-dialog-in;overflow-y:auto}.landing-dialog-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.landing-dialog h2{letter-spacing:-.04em;margin:0;font-size:clamp(27px,4vw,39px)}.landing-dialog-description{color:var(--landing-muted);margin:15px 0 0;line-height:1.55}.landing-plan-summary{border:1px solid var(--landing-border);background:var(--landing-border);border-radius:11px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:22px 0 0;display:grid;overflow:hidden}.landing-plan-summary>div{background:var(--landing-surface-strong);min-width:0;padding:12px}.landing-plan-summary dt{color:var(--landing-muted);font-size:11px}.landing-plan-summary dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:13px;font-weight:850}.landing-plan-source-note,.landing-form-helper,.landing-form-note{color:var(--landing-muted);margin:10px 0 0;font-size:12px;line-height:1.5}.landing-required{color:var(--landing-danger);font-weight:900}.landing-lead-form{margin-top:24px}.landing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.landing-form-grid label{gap:7px;min-width:0;display:grid}.landing-form-grid label[hidden]{display:none}.landing-form-grid label>span{font-size:13px;font-weight:800}.landing-form-grid em{color:var(--landing-muted);font-size:11px;font-style:normal;font-weight:600}.landing-form-grid input,.landing-form-grid textarea{border:1px solid var(--landing-border);width:100%;min-height:44px;color:var(--landing-text);background:var(--landing-bg);border-radius:9px;padding:10px 12px}.landing-form-grid textarea{resize:vertical;min-height:88px}.landing-form-grid input:hover,.landing-form-grid textarea:hover{border-color:color-mix(in srgb, var(--landing-primary) 60%, var(--landing-border))}.landing-form-grid input[aria-invalid=true],.landing-form-grid textarea[aria-invalid=true]{border-color:var(--landing-danger)}.landing-form-grid small,.landing-field-error{color:var(--landing-danger);margin:0;font-size:12px;line-height:1.4}.landing-form-wide{grid-column:1/-1}.landing-consent{color:var(--landing-muted);grid-template-columns:20px minmax(0,1fr);align-items:start;gap:9px;margin-top:18px;font-size:12px;line-height:1.45;display:grid}.landing-consent input{width:18px;height:18px;accent-color:var(--landing-primary);margin:0}.landing-consent a{color:var(--landing-primary)}.landing-form-error{border-left:3px solid var(--landing-danger);color:var(--landing-danger);background:color-mix(in srgb, var(--landing-danger) 8%, transparent);margin:17px 0 0;padding:8px 11px;font-size:13px}.landing-submit{width:100%;margin-top:20px}.landing-dialog-success{align-content:center;justify-items:start;gap:22px;min-height:240px;display:grid}.landing-dialog-success p{max-width:500px;color:var(--landing-muted);margin:0;font-size:17px;line-height:1.55}:root[data-landing-motion=ready] .landing-reveal:not(.is-visible){opacity:0;transform:translateY(24px)}:root[data-landing-motion=ready] .landing-reveal.is-visible .landing-workflow-list li,:root[data-landing-motion=ready] .landing-reveal.is-visible .landing-capabilities article,:root[data-landing-motion=ready] .landing-reveal.is-visible .landing-plan-grid>article,:root[data-landing-motion=ready] .landing-reveal.is-visible .landing-trust-grid article{animation:.42s ease-out both landing-card-in}:root[data-landing-motion=ready] .landing-reveal.is-visible li:nth-child(2),:root[data-landing-motion=ready] .landing-reveal.is-visible article:nth-child(2){animation-delay:45ms}:root[data-landing-motion=ready] .landing-reveal.is-visible li:nth-child(3),:root[data-landing-motion=ready] .landing-reveal.is-visible article:nth-child(3){animation-delay:90ms}:root[data-landing-motion=ready] .landing-reveal.is-visible li:nth-child(4),:root[data-landing-motion=ready] .landing-reveal.is-visible article:nth-child(4){animation-delay:.135s}@keyframes landing-hero-in{0%{opacity:0;transform:translateY(14px)}}@keyframes landing-card-in{0%{opacity:0;transform:translateY(12px)}}@keyframes landing-backdrop-in{0%{opacity:0}}@keyframes landing-dialog-in{0%{opacity:0;transform:translateY(10px)}}@media (width>=1041px) and (width<=1440px){.landing-header-inner{gap:14px}.landing-logo-link img{width:116px}.landing-nav{gap:10px}.landing-nav a{padding-inline:2px;font-size:13px}.landing-header-actions{gap:7px}.landing-header-cta{padding-inline:14px;font-size:14px}}@media (width<=1040px){.landing-nav{display:none}.landing-header-actions{margin-left:auto}.landing-header-actions>.landing-icon-button:not(.landing-menu-button),.landing-header-cta{display:none}.landing-menu-button{display:grid}.landing-mobile-menu{border:1px solid var(--landing-border);background:var(--landing-surface);box-shadow:var(--landing-shadow);border-top:0;border-radius:0 0 16px 16px;grid-template-columns:minmax(0,1fr) auto;gap:28px;padding:22px;animation:.16s ease-out both landing-dialog-in;display:grid;position:absolute;top:calc(100% + 1px);left:0;right:0}.landing-mobile-menu-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.landing-mobile-menu-links a{min-height:44px;color:var(--landing-muted);border-radius:8px;align-items:center;padding:9px 11px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.landing-mobile-menu-links a:hover{color:var(--landing-text);background:var(--landing-surface-strong)}.landing-mobile-menu-links a[aria-current=location]{color:var(--landing-primary);background:var(--landing-primary-soft);box-shadow:inset 3px 0 0 var(--landing-primary)}.landing-mobile-menu-actions{align-items:center;gap:8px;display:flex}.landing-hero-grid{grid-template-columns:1fr;gap:48px}.landing-hero-copy{max-width:840px}.landing-hero-visual{justify-self:end;width:min(100%,900px)}.landing-workflow-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 0}.landing-workflow-list li:nth-child(3){border-left:0;padding-left:0}.landing-capabilities{grid-template-columns:repeat(6,minmax(0,1fr))}.landing-capability-core{grid-area:auto/span 6;min-height:310px!important}.landing-capability-core h3{margin-top:70px}.landing-capability-support{grid-column:span 3}.landing-capability-strip{grid-column:span 2}.landing-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.landing-workflow-container{width:min(1760px,100% - clamp(64px,8vw,128px))}.landing-workflow-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.landing-workflow-list li:nth-child(3){border-left:1px solid var(--landing-border);padding-left:16px}}@media (width<=900px){.landing-hero{min-height:auto}.landing-pricing-skeleton,.landing-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-pricing-skeleton>article:last-child{display:none}.landing-enterprise-panel{grid-template-columns:1fr}.landing-enterprise-action{border-top:1px solid var(--landing-border);border-left:0;padding-top:28px;padding-left:0}}@media (width<=760px){.landing-container{width:min(100% - 30px,620px)}.landing-header-inner{gap:8px;min-height:64px}.landing-logo-link img{width:104px}.landing-icon-button{width:44px;min-height:44px}.landing-mobile-menu{grid-template-columns:1fr;gap:18px;padding:18px}.landing-mobile-menu-links{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-mobile-menu-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.landing-command-panel-head{gap:4px;display:grid}.landing-command-panel-head span{text-align:left}.landing-command-stages{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-command-stages li:nth-child(3){border-top:1px solid var(--landing-border);border-left:0}.landing-command-stages li:nth-child(4){border-top:1px solid var(--landing-border)}.landing-hero{min-height:auto;padding:56px 0 64px}.landing-hero-grid{grid-template-columns:1fr}.landing-hero-copy h1{font-size:clamp(42px,12.2vw,62px);line-height:.98}.landing-hero-lead{margin-top:24px;font-size:19px}.landing-hero-visual{margin-top:6px}.landing-workflow h2,.landing-section h2,.landing-final h2{font-size:clamp(34px,10.2vw,50px)}.landing-workflow-list{grid-template-columns:1fr;gap:0;margin-top:30px}.landing-workflow-list li,.landing-workflow-list li:first-child,.landing-workflow-list li:nth-child(3){border-top:1px solid var(--landing-border);border-left:0;padding:19px 0}.landing-section-heading,.landing-pricing-head{align-items:start;gap:24px;display:grid}.landing-capabilities,.landing-trust-grid{grid-template-columns:1fr;margin-top:36px}.landing-capabilities article{grid-area:auto;min-height:170px;padding:23px}.landing-capability-core{min-height:230px!important}.landing-capability-core h3{margin-top:44px;font-size:28px}.landing-capability-strip{min-height:150px!important}.landing-preview-grid,.landing-product-capability-list{grid-template-columns:1fr}.landing-product-capability-list li,.landing-product-capability-list li:nth-child(2n),.landing-product-capability-list li:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--landing-border);min-height:auto}.landing-product-capability-list li:last-child{border-bottom:0}.landing-preview-mobile figure{height:clamp(330px,100vw - 30px,430px);min-height:0}.landing-pricing-controls{grid-template-columns:minmax(0,1fr);gap:10px;margin-top:22px}.landing-billing-choice{grid-template-columns:minmax(0,1fr);gap:10px;padding:14px;display:grid}.landing-period{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.landing-period button{width:100%}.landing-trial-note{display:grid}.landing-pricing-skeleton,.landing-plan-grid{grid-template-columns:1fr}.landing-pricing-skeleton>article:nth-child(2){display:none}.landing-plan-grid>article>p{min-height:auto}.landing-plan-price{min-height:64px}.landing-demo-grid,.landing-faq-grid{grid-template-columns:1fr;gap:44px}.landing-footer-grid{display:grid}.landing-footer-navigation{grid-template-columns:1fr}.landing-footer-navigation>.landing-language-switcher{grid-column:1}.landing-dialog-backdrop{padding:16px;display:grid}.landing-dialog{border:1px solid var(--landing-border);width:min(100%,720px);max-height:90dvh;box-shadow:var(--landing-shadow);border-radius:16px;padding:22px 17px 26px}.landing-plan-summary,.landing-form-grid{grid-template-columns:1fr}.landing-form-wide{grid-column:auto}}@media (width<=767px){.landing-hero:before{display:none}}@media (width<=420px){.landing-header-actions{gap:6px}.landing-actions{display:grid}.landing-actions .landing-button{width:100%}.landing-hero-visual figcaption{text-align:left}.landing-preview-mobile figure{height:max(320px,100vw - 30px);padding-inline:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-hero:before{display:none}*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}:root[data-landing-motion=ready] .landing-reveal{opacity:1!important;transform:none!important}}:root,:root[data-landing-theme=dark]{color:#f5f8fc;--landing-bg:#0b111b;--landing-surface:#111a28;--landing-surface-strong:#162131;--landing-text:#f5f8fc;--landing-muted:#9aa8ba;--landing-border:#abbed729;--landing-primary:#347af6;--landing-primary-hover:#4b8cff;--landing-primary-soft:#347af624;--landing-success:#43c99b;--landing-danger:#ff7182;--landing-shadow:0 24px 70px #00000061;background:#0b111b}html{background:var(--landing-bg);scroll-padding-top:78px}body{isolation:isolate;color:var(--landing-text);overflow-wrap:break-word;background:radial-gradient(ellipse 54% 30% at 86% 8%, #347af618, transparent 72%), radial-gradient(ellipse 42% 24% at 2% 42%, #4770b50b, transparent 76%), var(--landing-bg);position:relative}.landing-shell{isolation:isolate;min-height:100svh;position:relative}.landing-container{width:min(1180px,100% - 48px)}.landing-ambient-scene{z-index:-1;contain:strict;pointer-events:none;transform:translate3d(0, var(--landing-ambient-y,0), 0);will-change:transform;position:fixed;inset:-52vh -14vw;overflow:hidden}.landing-ambient-blob{opacity:.6;border-radius:46% 54% 58% 42%;position:absolute}.landing-ambient-blob.one{aspect-ratio:1.18;background:radial-gradient(circle at 42% 38%,#4887ff45,#204e9f1a 48%,#0000 72%);width:min(48vw,680px);top:5%;right:1%}.landing-ambient-blob.two{aspect-ratio:1;background:radial-gradient(circle at 54% 46%,#4171c92e,#1f3d7012 52%,#0000 73%);width:min(40vw,560px);top:46%;left:-2%}.landing-ambient-blob.three{aspect-ratio:1;opacity:.44;background:radial-gradient(circle at 52% 48%,#588eee2e,#2d5ba80e 54%,#0000 74%);width:min(24vw,350px);top:22%;left:38%}.landing-ambient-blob.four{aspect-ratio:1.12;opacity:.5;background:radial-gradient(circle at 46% 52%,#2f86be26,#2051840d 53%,#0000 74%);width:min(31vw,450px);top:61%;right:5%}.landing-ambient-orbit{aspect-ratio:1;border:1px solid #6493e114;border-radius:50%;width:min(58vw,830px);position:absolute;top:25%;right:-10%;transform:rotateX(66deg)rotate(-17deg);box-shadow:0 0 0 82px #4d7ed105,0 0 0 164px #4d7ed103}.landing-ambient-ribbon{opacity:.6;clip-path:polygon(0 68%,100% 7%,100% 38%,0 100%);background:linear-gradient(105deg,#0000 8%,#3168c612 45%,#5b92f01f 56%,#0000 83%);width:82vw;height:220px;position:absolute;top:68%;left:2%}.landing-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#0c131efc,#090f18f9);border-color:#abbed72e;height:72px;box-shadow:0 10px 30px #00000021}.landing-header-inner{gap:28px;width:min(1180px,100% - 48px);min-height:72px}.landing-logo-link{min-width:102px;min-height:44px}.landing-logo-link img,.landing-footer img{width:102px}.landing-nav{justify-content:flex-end;gap:6px}.landing-nav a{min-width:auto;min-height:44px;color:var(--landing-muted);border-radius:9px;padding:0 11px;font-size:14px;font-weight:600}.landing-nav a:hover,.landing-nav a[aria-current=location]{color:var(--landing-text);background:#ffffff0e}.landing-nav a[aria-current=location]:after{background:#7facff;height:1px;bottom:6px;left:11px;right:11px}.landing-header-actions{gap:8px}.landing-language-switcher{border-color:var(--landing-border);background:0 0;border-radius:10px;flex-basis:116px;grid-template-columns:repeat(2,53px);width:116px;min-width:116px;max-width:116px;height:48px;padding:1px 3px}.landing-language{height:44px;color:var(--landing-muted);border-radius:8px}.landing-language:hover,.landing-language[aria-current=page]{color:var(--landing-text);background:var(--landing-surface);box-shadow:none;border-color:#7eacff52}.landing-button{border-radius:10px;min-height:46px;padding:0 18px;font-weight:750;transition:background .2s,border-color .2s,transform .2s,box-shadow .24s}.landing-button:hover:not(:disabled){transform:translateY(-1px)}.landing-button:active:not(:disabled){transform:scale(.985)}.landing-button-primary{color:#fff;background:linear-gradient(180deg, #4387ff, var(--landing-primary));box-shadow:0 9px 24px #347af633,inset 0 1px #ffffff2e}.landing-button-primary:hover:not(:disabled){background:linear-gradient(180deg, #5593ff, var(--landing-primary-hover));box-shadow:0 12px 30px #347af647,inset 0 1px #fff3}.landing-button-secondary{color:var(--landing-text);background:#ffffff06;border-color:#abbed747}.landing-button-secondary:hover:not(:disabled){background:var(--landing-surface-strong)}.landing-header-cta{min-height:44px;padding-inline:15px;font-size:14px}.landing-menu-button{background:0 0;border-radius:10px;width:44px;height:44px}.landing-hero{isolation:isolate;align-items:center;min-height:calc(100svh - 72px);padding:72px 0 80px;display:flex}.landing-hero:before{z-index:-1;aspect-ratio:1;background:radial-gradient(circle,#347af629,#347af60b 42%,#0000 70%);border-radius:50%;width:min(720px,62vw);display:block;top:-23%;right:0}.landing-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(590px,1.18fr);align-items:center;gap:64px}.landing-hero-copy{min-width:0;animation:none}.landing-hero-copy>*{animation:.78s cubic-bezier(.16,.82,.24,1) both landing-command-text-in}.landing-hero-copy>:first-child{animation-delay:50ms}.landing-eyebrow{color:#8eb6ff;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:800;line-height:1.35;display:flex}.landing-eyebrow:before{content:"";background:currentColor;flex:0 0 22px;width:22px;height:1px}.landing-hero-copy h1{max-width:720px;color:var(--landing-text);letter-spacing:-.055em;text-wrap:balance;margin:22px 0 24px;font-size:clamp(52px,5.2vw,76px);font-weight:800;line-height:.98}.landing-hero-lead{color:#bec8d5;max-width:650px;margin:0;font-size:18px;line-height:1.65}.landing-hero .landing-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.landing-hero .landing-actions .landing-button{min-width:0}.landing-proof{color:var(--landing-muted);flex-wrap:wrap;gap:10px 20px;margin:32px 0 0;font-size:13px;display:flex}.landing-proof li{align-items:center;gap:8px;display:flex}.landing-proof li:before{background:var(--landing-success);content:"";border-radius:50%;flex:0 0 5px;width:5px;height:5px;box-shadow:0 0 0 4px #43c99b17}.landing-cta-note{color:#aebbd0;border-left:1px solid #719ee252;max-width:560px;margin:22px 0 0;padding-left:15px;font-size:14px;line-height:1.55}.landing-hero-visual{perspective:1450px;width:100%;margin:0;animation:1.15s cubic-bezier(.16,.8,.25,1) .12s both landing-command-console-in}.landing-console-wrap{min-width:0;transform-style:preserve-3d;position:relative}.landing-console-wrap:before{pointer-events:none;content:"";background:radial-gradient(#347af629,#347af609 46%,#0000 72%);border-radius:50%;position:absolute;inset:12% 5% 4%;transform:translateZ(-120px)}.landing-product-screen{--landing-screen-x:50%;--landing-screen-y:50%;isolation:isolate;aspect-ratio:1080/675;background:#0b1320;border:1px solid #8babdc3d;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 34px 90px #00000075,inset 0 0 0 1px #ffffff06}.landing-product-screen:after{z-index:8;opacity:.42;background:radial-gradient(circle 210px at var(--landing-screen-x) var(--landing-screen-y), #74a6ff1f, transparent 66%);mix-blend-mode:screen;pointer-events:none;content:"";position:absolute;inset:0}.landing-hero-product-screen{transform:perspective(1450px) rotateX(calc(1.8deg + var(--landing-tilt-x,0deg))) rotateY(calc(-4deg + var(--landing-tilt-y,0deg)));transform-origin:58%;will-change:transform;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.landing-product-screen>picture{width:100%;height:100%;display:block}.landing-product-screen>picture>img{object-fit:cover;width:100%;height:100%;display:block}.landing-screen-metrics{z-index:3;grid-template-columns:repeat(4,1fr);gap:1.05%;height:12.3%;display:grid;position:absolute;top:16.8%;left:20.3%;right:1.6%}.landing-screen-metric{background:#101a29f9;border:1px solid #7c9bcb33;border-radius:10px;min-width:0;padding:9px 11px;box-shadow:0 8px 22px #00000024}.landing-screen-metric small{color:#8596af;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:clamp(5px,.55vw,8px);display:block;overflow:hidden}.landing-screen-metric strong{color:#f4f7fc;font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:5px;font-size:clamp(13px,1.45vw,21px);line-height:1;display:block}.landing-screen-capacity{z-index:4;color:#b8c8df;font-variant-numeric:tabular-nums;background:#0e1724f7;border:1px solid #7697cb2e;border-radius:999px;padding:4px 8px;font-size:clamp(5px,.5vw,8px);position:absolute;top:43.8%;right:4.6%}.landing-screen-activity{z-index:4;pointer-events:none;position:absolute;inset:0}.landing-screen-session{color:#d9e6fa;font-variant-numeric:tabular-nums;background:#101b2bfc;border:1px solid #5d91eb52;border-radius:5px;place-items:center;width:8.4%;height:4.8%;font-size:clamp(4px,.48vw,7px);display:grid;position:absolute;top:2.8%;left:83.7%}.landing-screen-timeline{top:49.2%;bottom:14%;left:calc(31% + var(--landing-screen-progress,0) * 45%);background:linear-gradient(#6fa3ff,#4281f52e);width:1px;position:absolute;box-shadow:0 0 12px #4183f975}.landing-screen-timeline time{color:#d6e5ff;font-variant-numeric:tabular-nums;background:#1d4f9f;border-radius:999px;padding:2px 5px;font-size:clamp(4px,.45vw,7px);position:absolute;top:-13px;left:50%;transform:translate(-50%)}.landing-screen-bookings{position:absolute;inset:0}.landing-screen-booking{opacity:0;color:#dce8fb;background:#20509fbd;border:1px solid #568cee57;border-radius:6px;align-content:center;width:9.8%;min-height:9%;padding:3px 4px;transition:opacity .3s,transform .34s;display:grid;position:absolute;transform:translateY(8px)scale(.96);box-shadow:0 6px 16px #0003}.landing-screen-booking:first-child{top:58%;left:44%}.landing-screen-booking:nth-child(2){top:68%;left:57%}.landing-screen-booking:nth-child(3){top:51%;left:70%}.landing-hero-product-screen[data-stage="1"] .landing-screen-booking:first-child,.landing-hero-product-screen[data-stage="2"] .landing-screen-booking:nth-child(-n+2),.landing-hero-product-screen[data-stage="3"] .landing-screen-booking{opacity:1;transform:none}.landing-screen-booking time,.landing-screen-booking b{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(4px,.45vw,7px);line-height:1.2;overflow:hidden}.landing-screen-progress{z-index:7;background:#ffffff0b;height:3px;position:absolute;bottom:0;left:0;right:0}.landing-screen-progress i{background:var(--landing-primary);width:100%;height:100%;transform:scaleX(var(--landing-screen-progress,var(--landing-story-progress,0)));transform-origin:0;display:block}.landing-section,.landing-final{border-top:1px solid var(--landing-border);padding:104px 0;position:relative}.landing-values-section{padding:82px 0}.landing-section-heading{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);align-items:end;gap:54px;margin-bottom:48px;display:grid}.landing-section-heading .landing-eyebrow{margin-bottom:17px}.landing-section h2,.landing-final h2{max-width:760px;color:var(--landing-text);letter-spacing:-.045em;text-wrap:balance;margin:0;font-size:clamp(36px,4.3vw,58px);font-weight:780;line-height:1.03}.landing-section-heading>p,.landing-workflow-lead{color:var(--landing-muted);margin:0;font-size:17px;line-height:1.65}.landing-values{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.landing-values article{min-width:0;padding:30px 32px 32px 0}.landing-values article+article{border-left:1px solid var(--landing-border);padding-left:32px}.landing-values article>span,.landing-capabilities article>span{color:#7facff;letter-spacing:.08em;font-size:12px;font-weight:800}.landing-values h3,.landing-capabilities h3{color:var(--landing-text);letter-spacing:-.025em;margin:18px 0 10px;font-size:21px}.landing-values p,.landing-capabilities p{color:var(--landing-muted);margin:0;line-height:1.6}.landing-workflow-container{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:64px;display:grid}.landing-workflow-container>.landing-eyebrow,.landing-workflow-container>h2,.landing-workflow-container>.landing-workflow-lead{grid-column:1}.landing-workflow-container>.landing-eyebrow{align-self:end}.landing-workflow-container>h2{align-self:start}.landing-workflow-list{border-top:1px solid var(--landing-border);grid-area:1/2/span 3;gap:0;margin:0;list-style:none}.landing-workflow-list li{border-bottom:1px solid var(--landing-border);background:0 0;border-radius:0;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:20px;min-height:126px;padding:22px 0;display:grid}.landing-workflow-list li>span{color:#9fc0ff;background:#347af614;border:1px solid #7eacff42;border-radius:50%;place-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:grid}.landing-workflow-list h3{color:var(--landing-text);margin:0 0 6px;font-size:20px}.landing-workflow-list p{color:var(--landing-muted);margin:0;line-height:1.55}.landing-proof-shell{background:linear-gradient(145deg,#141f30fa,#0a111bfa);border:1px solid #8babdc38;border-radius:22px;overflow:visible;box-shadow:0 34px 90px #00000061}.landing-proof-top{border-bottom:1px solid var(--landing-border);justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:0 24px;display:flex;position:relative}.landing-proof-stage{gap:5px;display:grid}.landing-proof-stage span,.landing-proof-meta{color:var(--landing-muted);font-size:12px}.landing-proof-stage strong{color:#dfe9f9;font-size:15px}.landing-proof-meta{align-items:center;gap:20px;display:flex}.landing-proof-count{color:#b9cdf0;font-variant-numeric:tabular-nums}.landing-scroll-cue:before{color:#8eb6ff;content:"↕";margin-right:7px;font-size:15px}.landing-proof-track{background:#ffffff0a;height:2px;position:absolute;bottom:0;left:0;right:0}.landing-proof-track i{background:var(--landing-primary);width:100%;height:100%;transform:scaleX(var(--landing-story-progress,0));transform-origin:0;display:block}.landing-handoff-scene{perspective:1500px;min-height:590px;padding:28px 244px 28px 28px;position:relative}.landing-handoff-board{transform-origin:44%;background:#0d1624;border:1px solid #8babdc33;border-radius:17px;overflow:hidden;transform:perspective(1300px)rotateY(2deg)rotateX(.7deg);box-shadow:0 25px 64px #00000057}.landing-handoff-topbar{border-bottom:1px solid var(--landing-border);background:#ffffff05;justify-content:space-between;align-items:center;min-height:52px;padding:0 17px;display:flex}.landing-handoff-brand{color:#dce8fb;align-items:center;gap:9px;font-size:12px;font-weight:750;display:flex}.landing-handoff-mark{color:#fff;background:linear-gradient(145deg,#19a8f5,#342cfa);border-radius:7px;place-items:center;width:23px;height:23px;font-size:12px;font-weight:900;display:grid}.landing-handoff-live{color:#8ddcbe;background:#43c99b12;border:1px solid #43c99b38;border-radius:999px;padding:5px 8px;font-size:9px}.landing-handoff-content{grid-template-columns:138px minmax(0,1fr);min-height:460px;display:grid}.landing-handoff-sidebar{border-right:1px solid var(--landing-border);background:#0a121e;align-content:start;gap:6px;padding:19px 13px;display:grid}.landing-handoff-sidebar>span{color:#71829a;letter-spacing:.08em;text-transform:uppercase;margin:0 8px 10px;font-size:9px}.landing-handoff-sidebar i{color:#72839b;border-radius:7px;align-items:center;min-height:31px;padding:0 8px;font-size:9px;font-style:normal;display:flex}.landing-handoff-sidebar i.active{color:#c8dbf9;background:#347af624}.landing-handoff-bookings{min-width:0;padding:20px}.landing-handoff-bookings-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.landing-handoff-bookings-head h3{color:#eef4ff;margin:0;font-size:20px}.landing-handoff-bookings-head small,.landing-handoff-bookings-head>span{color:#71829a;font-size:9px}.landing-handoff-bookings-head>span{border:1px solid #7c9bcb29;border-radius:7px;padding:7px 9px}.landing-handoff-filter{color:#7689a4;background:#ffffff05;border:1px solid #7c9bcb21;border-radius:8px;align-items:center;gap:12px;margin-top:16px;padding:9px 11px;font-size:9px;display:flex}.landing-handoff-filter b{color:#b8c8df}.landing-handoff-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-top:12px;display:grid}.landing-handoff-tabs span{color:#72839b;border:1px solid #7c9bcb1c;border-radius:7px;justify-content:space-between;align-items:center;gap:4px;min-width:0;min-height:32px;padding:0 7px;font-size:7px;display:flex}.landing-handoff-tabs span.active{color:#bcd3f8;background:#347af61a;border-color:#5d91eb52}.landing-handoff-tabs strong{color:#dfe9f9;font-size:8px}.landing-handoff-list{gap:8px;margin-top:18px;display:grid}.landing-handoff-row{background:#ffffff05;border:1px solid #7c9bcb1f;border-radius:10px;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;min-height:66px;padding:9px 10px;transition:opacity .28s,transform .32s;display:grid}.landing-handoff-row:nth-child(2),.landing-handoff-row:nth-child(3){opacity:.32;transform:translateY(8px)}.landing-proof-shell[data-stage="1"] .landing-handoff-row:nth-child(2),.landing-proof-shell[data-stage="2"] .landing-handoff-row:nth-child(2),.landing-proof-shell[data-stage="3"] .landing-handoff-row{opacity:1;transform:none}.landing-proof-shell[data-stage="2"] .landing-handoff-row:nth-child(3){opacity:.66}.landing-handoff-row time{color:#8da7d0;font-variant-numeric:tabular-nums;font-size:10px}.landing-handoff-row div{min-width:0}.landing-handoff-row strong,.landing-handoff-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.landing-handoff-row strong{color:#dce6f6;font-size:10px}.landing-handoff-row small{color:#687a92;margin-top:5px;font-size:8px}.landing-handoff-row>span{color:#9bbcff;text-align:center;background:#347af61c;border-radius:999px;max-width:82px;padding:6px 8px;font-size:7px}.landing-handoff-phone{background:linear-gradient(155deg,#152136,#080f19);border:1px solid #8dabda3d;border-radius:28px;width:222px;min-height:454px;padding:14px;position:absolute;top:50%;right:26px;overflow:hidden;transform:translateY(-50%)rotateY(-8deg)rotateX(2deg);box-shadow:0 30px 70px #0000007a}.landing-phone-top,.landing-phone-progress{justify-content:space-between;align-items:center;display:flex}.landing-phone-top{color:#dce8fb;font-size:10px}.landing-phone-top span{color:#66d5ae;font-size:8px}.landing-phone-progress{color:#8294ad;margin-top:14px;font-size:8px}.landing-phone-progress b{color:#9fc0ff}.landing-phone-flow{gap:4px;margin-top:10px;display:flex}.landing-phone-flow span{color:#0000;background:#ffffff12;border-radius:999px;width:100%;height:3px;font-size:0;overflow:hidden}.landing-phone-viewport{min-height:340px;margin-top:12px;position:relative}.landing-phone-panel{opacity:0;align-content:start;transition:opacity .26s,transform .3s;display:grid;position:absolute;inset:0;transform:translate(18px)}.landing-phone-panel h4{color:#f0f5fc;margin:6px 0 5px;font-size:17px}.landing-phone-panel p{color:#7f91aa;margin:0 0 10px;font-size:9px;line-height:1.45}.landing-phone-card{background:#ffffff05;border:1px solid #7c9bcb26;border-radius:10px;align-content:center;gap:5px;min-height:57px;margin-top:8px;padding:9px;display:grid}.landing-phone-card.selected{background:#347af617;border-color:#4f8bf680}.landing-phone-card small{color:#73859e;font-size:7px}.landing-phone-card strong{color:#dfe9f9;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.landing-phone-action{color:#fff;background:var(--landing-primary);border-radius:8px;place-items:center;min-height:34px;margin-top:12px;font-size:9px;font-weight:750;display:grid}.landing-phone-success{color:#67d6ad;background:#43c99b1a;border-radius:50%;place-items:center;width:34px;height:34px;margin:4px 0;display:grid}.landing-phone-map{background:radial-gradient(circle at 72% 24%,#2e443a 0 2px,#0000 3px),linear-gradient(145deg,#23312a,#1b2723);border:1px solid #7c9bcb26;border-radius:10px;height:116px;position:relative;overflow:hidden}.landing-phone-map svg{width:100%;height:100%}.landing-phone-map .map-road{fill:none;stroke:#637064;stroke-width:10px}.landing-phone-map .map-route{fill:none;stroke:#3981fa;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.landing-phone-map circle{fill:#dfe9f9;stroke:#347af6;stroke-width:3px}.landing-phone-map>span{color:#dce8fb;background:#080f19db;border-radius:999px;padding:4px 7px;font-size:7px;position:absolute;bottom:7px;right:7px}.landing-manager-push{z-index:6;opacity:0;background:#101b2bf7;border:1px solid #7eacff40;border-radius:12px;gap:6px;width:250px;padding:13px;transition:opacity .3s,transform .36s;display:grid;position:absolute;bottom:42px;right:192px;transform:translateY(16px)scale(.96);box-shadow:0 18px 42px #00000057}.landing-manager-push div{color:#7f91aa;justify-content:space-between;font-size:8px;display:flex}.landing-manager-push div b{color:#66d5ae}.landing-manager-push strong{color:#dce8fb;font-size:11px}.landing-manager-push small{color:#7f91aa;font-size:8px}.landing-proof-statusbar{border-top:1px solid var(--landing-border);grid-template-columns:minmax(0,.48fr) minmax(0,1fr);gap:24px;padding:22px 24px;display:grid}.landing-proof-statusbar strong{color:#e4ecf8;font-size:15px}.landing-proof-statusbar span{color:var(--landing-muted);font-size:13px;line-height:1.55}.landing-capabilities{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.landing-capabilities article,.landing-capabilities article:first-child,.landing-capabilities article:nth-child(n){border:1px solid var(--landing-border);min-height:220px;box-shadow:none;background:linear-gradient(145deg,#141f30c7,#0d1522b8);border-radius:14px;grid-column:auto;padding:25px;transition:border-color .22s,transform .22s,background .22s}.landing-capabilities article:hover{background:linear-gradient(145deg,#18263be6,#0d1522c7);border-color:#7eacff47;transform:translateY(-2px)}.landing-pricing-head{margin:0;display:block}.landing-pricing-head h2{margin-top:17px}.landing-pricing-head p{max-width:650px;color:var(--landing-muted);margin:20px 0 0;font-size:17px;line-height:1.65}.landing-pricing-controls{background:0 0;border:0;border-radius:0;justify-content:flex-start;align-items:center;gap:0;min-height:58px;margin:36px 0 28px;padding:0;display:flex}.landing-billing-choice{display:block}.landing-billing-choice>span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.landing-period{border:1px solid var(--landing-border);background:#ffffff05;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;display:inline-grid}.landing-period button{min-width:112px;min-height:46px;color:var(--landing-muted);background:0 0;border:0;border-radius:9px;padding:0 18px;font-weight:750}.landing-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.landing-plan-grid>article,.landing-plan-grid>article:first-child{border:1px solid var(--landing-border);min-height:516px;box-shadow:none;transform-style:preserve-3d;background:linear-gradient(145deg,#131e2ff5,#0c1420f5);border-radius:16px;flex-direction:column;grid-column:auto;padding:30px 26px 26px;display:flex;position:relative}.landing-plan-grid>article.recommended{border-color:#4b8cff9e;box-shadow:0 22px 54px #1249a429,inset 0 0 0 1px #347af614}.landing-plan-grid>article[data-period=yearly]{animation:.54s cubic-bezier(.2,.75,.2,1) both landing-plan-turn-yearly}.landing-plan-grid>article[data-period=monthly]{animation:.54s cubic-bezier(.2,.75,.2,1) both landing-plan-turn-monthly}.landing-plan-grid>article:nth-child(2){animation-delay:60ms}.landing-plan-grid>article:nth-child(3){animation-delay:.12s}.landing-plan-grid h3{color:var(--landing-text);letter-spacing:-.03em;margin:0;font-size:28px}.landing-plan-grid>article>p{min-height:118px;color:var(--landing-muted);margin:17px 0 0;line-height:1.55}.landing-plan-price{flex-wrap:wrap;align-content:end;align-items:baseline;gap:5px 8px;min-height:86px;margin-top:18px;display:flex}.landing-plan-price s{color:#71829a;width:100%;font-size:13px}.landing-plan-price strong{color:var(--landing-text);letter-spacing:-.04em;font-size:36px;line-height:1}.landing-plan-price span{color:var(--landing-muted)}.landing-plan-grid dl{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);margin:20px 0 0;padding:14px 0}.landing-plan-grid dl div{justify-content:space-between;align-items:center;gap:14px;display:flex}.landing-plan-grid dt{color:var(--landing-muted);font-size:12px;display:grid}.landing-plan-grid dt small{color:#71829a;margin-top:3px}.landing-plan-grid dd{color:#dfe9f9;margin:0;font-size:13px;font-weight:750}.landing-plan-grid ul{color:#b8c6d8;gap:9px;margin:18px 0 24px;padding:0;font-size:13px;list-style:none;display:grid}.landing-plan-grid li:before{color:#67d6ad;content:"✓";margin-right:8px}.landing-plan-grid .landing-button{width:100%;margin-top:auto}.landing-plan-badge{color:#a9c6ff;background:#347af617;border:1px solid #7eacff42;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:750;position:absolute;top:18px;right:18px}.landing-trial-strip{border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);min-height:68px;color:var(--landing-muted);justify-content:space-between;align-items:center;gap:24px;margin-top:18px;padding:12px 0;font-size:13px;display:flex}.landing-trial-trigger{min-height:44px;color:var(--landing-muted);text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;padding:0 10px;display:flex}.landing-trial-trigger:hover{color:var(--landing-text);background:#ffffff0a}.landing-trial-trigger strong{color:#a9c6ff}.landing-enterprise-panel{border:1px solid var(--landing-border);background:linear-gradient(145deg,#131e2fd1,#0c1420cc);border-radius:15px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;margin-top:18px;padding:26px 28px;display:grid}.landing-enterprise-copy h3{color:var(--landing-text);margin:6px 0 10px;font-size:28px}.landing-enterprise-copy p{max-width:650px;color:var(--landing-muted);margin:0;line-height:1.55}.landing-enterprise-copy ul,.landing-enterprise-action>strong,.landing-enterprise-action dl,.landing-enterprise-kicker{display:none}.landing-enterprise-action{display:block}.landing-demo-grid{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);align-items:start;gap:24px;display:grid}.landing-demo-copy,.landing-support-card{border:1px solid var(--landing-border);background:linear-gradient(145deg,#141f30e0,#0b121de6);border-radius:18px;min-height:470px;padding:42px}.landing-demo h2{margin:20px 0 18px}.landing-demo-copy>p{max-width:610px;color:var(--landing-muted);margin:0;font-size:17px;line-height:1.65}.landing-demo-list{color:#bdc9d8;gap:13px;margin:26px 0 30px;padding:0;list-style:none;display:grid}.landing-demo-list li:before{color:#67d6ad;content:"✓";margin-right:10px}.landing-support-card{align-content:start;display:grid}.landing-support-card>span{color:#8eb6ff;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.landing-support-card h3{color:var(--landing-text);letter-spacing:-.035em;margin:22px 0 14px;font-size:30px;line-height:1.08}.landing-support-card>p{color:var(--landing-muted);margin:0;line-height:1.6}.landing-support-card ol{border-top:1px solid var(--landing-border);grid-template-columns:repeat(3,minmax(0,1fr));margin:auto 0 0;padding:26px 0 0;list-style:none;display:grid}.landing-support-card li{border-right:1px solid var(--landing-border);gap:7px;padding:0 13px;display:grid}.landing-support-card li:first-child{padding-left:0}.landing-support-card li:last-child{border-right:0}.landing-support-card b{color:#7facff;font-size:11px}.landing-support-card li span{color:#c8d3e1;font-size:12px}.landing-faq-grid{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;gap:70px;display:grid}.landing-faq h2{margin-top:20px}.landing-faq details{border:0;border-top:1px solid var(--landing-border);background:0 0;border-radius:0}.landing-faq details:last-child{border-bottom:1px solid var(--landing-border)}.landing-faq summary{color:#dfe7f2;justify-content:space-between;align-items:center;gap:24px;min-height:74px;padding:16px 2px;font-size:17px;font-weight:700;line-height:1.4;list-style:none;display:flex}.landing-faq summary:after{border:1px solid var(--landing-border);color:#9fc0ff;content:"+";border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;transition:transform .22s;display:grid}.landing-faq details[open] summary:after{transform:rotate(45deg)}.landing-faq details p{max-width:720px;color:var(--landing-muted);margin:0;padding:0 52px 24px 2px;font-size:15px;line-height:1.7}.landing-final{text-align:center}.landing-final .landing-container{justify-items:center;display:grid}.landing-final h2{max-width:760px}.landing-final>.landing-container>p:not(.landing-eyebrow){max-width:680px;color:var(--landing-muted);margin:20px 0 0;font-size:17px;line-height:1.65}.landing-final .landing-actions{gap:12px;margin-top:30px;display:flex}.landing-final .landing-button-primary{color:#fff;background:linear-gradient(180deg, #4387ff, var(--landing-primary))}.landing-footer{border-top:1px solid var(--landing-border);background:#090f18;padding:56px 0 34px}.landing-footer-grid{gap:52px}.landing-footer-grid>div:first-child{max-width:390px}.landing-footer-grid p{color:var(--landing-muted);line-height:1.6}.landing-footer-navigation{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-dialog{background:#111a28}.landing-form-grid input,.landing-form-grid textarea{background:#0b111b}@keyframes landing-command-text-in{0%{opacity:0;transform:perspective(800px)translate3d(0,22px,-30px)rotateX(7deg)}}@keyframes landing-command-console-in{0%{opacity:0;transform:translate(42px,72px)rotateX(13deg)rotateY(-9deg)scale(.91)}}@keyframes landing-command-console-mobile-in{0%{opacity:0;transform:translateY(28px)scale(.97)}}@keyframes landing-plan-turn-yearly{0%{transform:perspective(900px)rotateY(0)}48%{transform:perspective(900px)rotateY(90deg)}49%{transform:perspective(900px)rotateY(-90deg)}to{transform:perspective(900px)rotateY(0)}}@keyframes landing-plan-turn-monthly{0%{transform:perspective(900px)rotateY(0)}48%{transform:perspective(900px)rotateY(-90deg)}49%{transform:perspective(900px)rotateY(90deg)}to{transform:perspective(900px)rotateY(0)}}@media (width>=1041px) and (width<=1260px){.landing-header-inner{gap:12px;width:min(1180px,100% - 32px)}.landing-nav{gap:1px}.landing-nav a{padding-inline:8px;font-size:12px}.landing-header-cta{padding-inline:12px}.landing-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(510px,1.1fr);gap:38px}}@media (width<=1040px){.landing-header .landing-header-actions>.landing-language-switcher,.landing-header-cta{display:none}.landing-menu-button{display:grid}.landing-mobile-menu{z-index:1;overscroll-behavior:contain;width:100%;max-width:none;height:auto;max-height:none;box-shadow:none;background:#0b111b;border-left:0;border-right:0;border-radius:0;grid-template-columns:1fr;align-content:start;gap:18px;margin:0;animation:none;display:grid;position:fixed;inset:72px 0 0;overflow-y:auto}.landing-mobile-menu-links{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-mobile-menu-links a{border-left:3px solid #0000}.landing-mobile-menu-links a[aria-current=location]{border-left-color:var(--landing-primary);color:var(--landing-primary);background:var(--landing-primary-soft);box-shadow:none}.landing-mobile-menu-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.landing-hero{min-height:auto;padding:82px 0 96px}.landing-hero-grid{grid-template-columns:1fr;gap:58px}.landing-hero-copy{max-width:760px}.landing-hero-visual{justify-self:center;max-width:820px}.landing-section-heading{grid-template-columns:1fr;align-items:start;gap:22px}.landing-workflow-container{grid-template-columns:1fr;gap:22px}.landing-workflow-container>.landing-eyebrow,.landing-workflow-container>h2,.landing-workflow-container>.landing-workflow-lead,.landing-workflow-list{grid-area:auto/1}.landing-workflow-list{margin-top:22px}.landing-handoff-scene{min-height:560px;padding-right:224px}.landing-handoff-content{grid-template-columns:112px minmax(0,1fr)}.landing-handoff-phone{width:204px;right:20px}.landing-handoff-tabs span:nth-child(3),.landing-handoff-tabs span:nth-child(5){display:none}.landing-handoff-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-capabilities,.landing-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-plan-grid>article:last-child{grid-column:1/-1}.landing-faq-grid{grid-template-columns:1fr;gap:34px}}@media (width<=767px){.landing-container,.landing-header-inner{width:min(100% - 32px,1180px)}.landing-header{height:64px}.landing-header-inner{min-height:64px}.landing-logo-link img{width:92px}.landing-mobile-menu{width:100%;height:auto;max-height:none;padding:12px 16px 20px;inset:64px 0 0;overflow-y:auto}.landing-mobile-menu-links{grid-template-columns:1fr;gap:0}.landing-mobile-menu-links a{border-bottom:1px solid var(--landing-border);border-radius:0;min-height:48px;padding-inline:2px}.landing-mobile-menu-links a[aria-current=location]{padding-left:11px}.landing-mobile-menu-actions{align-items:stretch}.landing-mobile-menu-actions .landing-language-switcher{flex:0 0 116px}.landing-mobile-menu-actions .landing-button{flex:auto}.landing-ambient-scene{opacity:.58;inset:-30vh -50vw;transform:none}.landing-ambient-blob.three,.landing-ambient-orbit,.landing-ambient-ribbon{display:none}.landing-hero{min-height:auto;padding:58px 0 72px}.landing-hero:before{display:none}.landing-hero-grid{gap:64px}.landing-eyebrow{font-size:12px}.landing-hero-copy h1{margin:20px 0 24px;font-size:clamp(43px,13.4vw,56px);line-height:.98}.landing-hero-lead{font-size:16px;line-height:1.65}.landing-hero .landing-actions{margin-top:30px;display:grid}.landing-hero .landing-button{width:100%}.landing-proof{gap:12px;margin-top:30px;display:grid}.landing-cta-note{margin-top:22px;font-size:14px}.landing-hero-visual{animation-name:landing-command-console-mobile-in;animation-duration:.78s}.landing-hero-product-screen{border-radius:14px;transition:none;transform:none}.landing-screen-metrics{padding:0}.landing-screen-metric{border-radius:5px;padding:4px}.landing-screen-capacity,.landing-screen-booking b{display:none}.landing-section,.landing-final{padding:74px 0}.landing-values-section{padding:68px 0}.landing-section h2,.landing-final h2{font-size:clamp(34px,10.8vw,46px)}.landing-section-heading{margin-bottom:34px}.landing-values{grid-template-columns:1fr}.landing-values article,.landing-values article+article{border-left:0;border-bottom:1px solid var(--landing-border);padding:26px 0}.landing-values article:last-child{border-bottom:0}.landing-workflow-list li{min-height:116px}.landing-proof-top{min-height:68px;padding:0 16px}.landing-scroll-cue{display:none}.landing-handoff-scene{perspective:none;min-height:auto;padding:16px}.landing-handoff-board{transform:none}.landing-handoff-content{grid-template-columns:82px minmax(0,1fr);min-height:390px}.landing-handoff-sidebar{padding-inline:7px}.landing-handoff-sidebar i{padding-inline:5px;font-size:7px}.landing-handoff-bookings{padding:13px 10px}.landing-handoff-bookings-head h3{font-size:16px}.landing-handoff-bookings-head>span,.landing-handoff-filter{display:none}.landing-handoff-row{grid-template-columns:38px minmax(0,1fr);min-height:68px;padding-inline:7px}.landing-handoff-row>span{grid-column:2;justify-self:start}.landing-handoff-phone,.landing-manager-push{display:none}.landing-proof-statusbar{grid-template-columns:1fr;gap:7px;padding:18px 16px}.landing-capabilities,.landing-plan-grid{grid-template-columns:1fr}.landing-capabilities article,.landing-capabilities article:first-child,.landing-capabilities article:nth-child(n){min-height:190px}.landing-pricing-controls{margin-block:28px 22px}.landing-period{width:100%}.landing-period button{min-width:0}.landing-plan-grid>article,.landing-plan-grid>article:first-child,.landing-plan-grid>article:last-child{grid-column:1;min-height:500px}.landing-plan-grid>article>p{min-height:0}.landing-trial-strip{gap:8px;display:grid}.landing-trial-trigger{justify-items:start;gap:4px;padding:8px 4px;display:grid}.landing-enterprise-panel{grid-template-columns:1fr;padding:24px 20px}.landing-enterprise-action .landing-button{width:100%}.landing-demo-grid{grid-template-columns:1fr}.landing-demo-copy,.landing-support-card{min-height:0;padding:30px 24px}.landing-support-card ol{margin-top:34px}.landing-faq summary{min-height:70px;padding-block:14px;font-size:16px}.landing-faq details p{padding-right:4px}.landing-final .landing-actions{width:100%;display:grid}.landing-footer-grid{gap:34px;display:grid}.landing-footer-navigation{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-footer-navigation>.landing-language-switcher{grid-column:1/-1}}@media (width<=420px){.landing-handoff-content{grid-template-columns:62px minmax(0,1fr)}.landing-handoff-sidebar>span{margin-inline:3px;font-size:7px}.landing-handoff-sidebar i{padding-inline:2px;font-size:6px}.landing-handoff-tabs span:nth-child(4){display:none}.landing-handoff-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-handoff-row{grid-template-columns:34px minmax(0,1fr)}.landing-handoff-row time,.landing-handoff-row strong{font-size:8px}.landing-handoff-row small{font-size:7px}.landing-support-card ol{grid-template-columns:1fr;gap:14px}.landing-support-card li,.landing-support-card li:first-child{border-right:0;border-bottom:1px solid var(--landing-border);padding:0 0 12px}.landing-support-card li:last-child{border-bottom:0}}@media (prefers-reduced-motion:reduce){.landing-ambient-scene,.landing-hero-product-screen{transform:none!important}.landing-screen-booking,.landing-handoff-row,.landing-phone-panel,.landing-manager-push{transition:none!important}.landing-product-screen[data-stage="0"] .landing-screen-booking,.landing-proof-shell[data-stage="0"] .landing-handoff-row,.landing-proof-shell[data-stage="0"] .landing-phone-panel[data-booking-panel="0"]{opacity:1;transform:none}.landing-proof-shell[data-stage="0"] .landing-handoff-row:nth-child(n+2){opacity:1}}html{scroll-padding-top:0}.landing-header-inner{height:100%;min-height:0}.landing-ambient-ribbon{display:none}.landing-ambient-scene{will-change:auto;transform:none}.landing-product-screen,.landing-proof-shell{contain:paint}.landing-handoff-board{will-change:auto;transform:none}.landing-hero-visual{perspective:1800px;perspective-origin:54% 44%}.landing-console-wrap{transform:rotateX(calc(1.25deg + var(--landing-tilt-x,0deg))) rotateY(calc(-3.8deg + var(--landing-tilt-y,0deg))) translate3d(0, -3px, 0);transform-origin:58%;transform-style:preserve-3d;will-change:auto;transition:transform .18s cubic-bezier(.16,.82,.24,1)}.landing-console-wrap:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(145deg,#25416975,#09111de6 48%,#040a12f5);border:1px solid #6391da33;border-radius:22px;position:absolute;inset:8px -7px -12px 13px;transform:translateZ(-32px);box-shadow:22px 32px 60px #00000057,12px 18px 48px #2467da1f}.landing-hero-product-screen{z-index:1;will-change:auto;border-color:#8babdc24;transform:none;box-shadow:0 38px 96px #00000075,0 0 42px #2a6fe614,inset 0 1px #dce9ff09,inset 0 -1px #00000057}@media (width<=767px){.landing-hero-visual{perspective:1300px}.landing-console-wrap{transform-origin:55%;transition:none;transform:rotateX(.7deg)rotateY(-1.8deg)scale(.988)}.landing-console-wrap:after{border-radius:16px;inset:5px -3px -7px 7px;transform:translateZ(-20px)}}html[data-landing-loading=true] .landing-hero-copy>*,html[data-landing-loading=true] .landing-hero-visual{animation-play-state:paused}.landing-shell section[id]{scroll-margin-top:0}.landing-section-heading p.landing-eyebrow,.landing-workflow p.landing-eyebrow,.landing-pricing p.landing-eyebrow,.landing-demo p.landing-eyebrow,.landing-faq p.landing-eyebrow,.landing-final p.landing-eyebrow{color:#8eb6ff}.landing-screen-static-playhead-mask{width:6.2%;height:18.2%;position:absolute;top:49%;left:29.7%}.landing-screen-static-playhead-mask:before{content:"";background:linear-gradient(90deg,#0e192700,#0e1927fc 32% 68%,#0e192700);border-left:1px solid #576e8f33;width:7px;height:100%;position:absolute;top:0;left:37%}.landing-screen-static-playhead-mask:after{content:"";background:#0e1927fc;border-radius:4px;width:55%;height:17%;position:absolute;top:18%;left:43%}.landing-screen-roadmap{z-index:1;background:#0d1725fe;border:1px solid #576e8f2e;border-radius:5px;height:22.8%;position:absolute;top:48.2%;left:31.3%;right:3.7%;overflow:hidden;box-shadow:inset 0 1px #ffffff05}.landing-screen-roadmap:before{content:"";background:linear-gradient(90deg,#576e8f38 1px,#0000 1px) 0 0/20% 100%,linear-gradient(#576e8f38 1px,#0000 1px) 0 0/100% 50%;position:absolute;inset:26% 0 0 15%}.landing-screen-roadmap-hours{color:#7890b1;font-variant-numeric:tabular-nums;border-bottom:1px solid #576e8f33;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;height:26%;font-size:clamp(3.5px,.36vw,5.5px);display:grid;position:absolute;top:0;left:15%;right:0}.landing-screen-roadmap-hours span{justify-self:start;transform:translate(-50%)}.landing-screen-roadmap-hours span:first-child{transform:none}.landing-screen-roadmap-hours span:last-child{justify-self:end;transform:none}.landing-screen-roadmap-lanes{border-right:1px solid #576e8f33;grid-template-rows:repeat(2,minmax(0,1fr));width:15%;display:grid;position:absolute;top:26%;bottom:0;left:0}.landing-screen-roadmap-lanes span{color:#aebdd1;white-space:nowrap;border-bottom:1px solid #576e8f33;align-items:center;padding-left:8%;font-size:clamp(3.5px,.4vw,6px);font-weight:760;display:flex}.landing-screen-roadmap-lanes span:last-child{border-bottom:0}.landing-screen-timeline{z-index:2;top:54.2%;bottom:auto;left:var(--landing-timeline-x,41%);background:linear-gradient(#70a3ff2e,#70a3ff 15% 86%,#70a3ff00);height:16.8%;transform:translate(-50%)}.landing-screen-timeline:before{background:var(--landing-primary);content:"";border:1px solid #d8e5ffcc;border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #347af6b8}.landing-screen-timeline time{color:#aec9fa;background:#0b1421f5;border:1px solid #5d91eb47;border-radius:4px;padding:2px 4px;line-height:1;top:-15px}.landing-screen-bookings{z-index:3;height:16.8%;inset:54.2% 3.8% auto 41%}.landing-screen-booking{--landing-booking-entry:0;top:var(--landing-booking-top);left:var(--landing-booking-left);width:var(--landing-booking-width);border:1px solid #568ff461;border-left:2px solid var(--landing-primary);min-height:38%;opacity:var(--landing-booking-entry);transform:translate3d(0, var(--landing-booking-y,7px), 0) scale(var(--landing-booking-scale,.96));transform-origin:0;background:linear-gradient(90deg,#347af638,#142339f7);border-radius:6px;grid-template-columns:auto minmax(0,1fr);align-content:normal;align-items:center;gap:5px;padding:4px 6px;transition:opacity .25s,transform .32s cubic-bezier(.16,.82,.24,1);display:grid;position:absolute;overflow:hidden;box-shadow:0 5px 14px #0000002e,0 0 12px #347af614}.landing-screen-booking:first-child{--landing-booking-left:16%;--landing-booking-top:6%;--landing-booking-width:18%;top:var(--landing-booking-top);left:var(--landing-booking-left);width:var(--landing-booking-width)}.landing-screen-booking:nth-child(2){--landing-booking-left:42%;--landing-booking-top:55%;--landing-booking-width:20%;top:var(--landing-booking-top);left:var(--landing-booking-left);width:var(--landing-booking-width);border-color:#43c99b57;border-left-color:var(--landing-success);background:linear-gradient(90deg,#43c99b29,#142339f7)}.landing-screen-booking:nth-child(3){--landing-booking-left:68%;--landing-booking-top:6%;--landing-booking-width:20%;top:var(--landing-booking-top);left:var(--landing-booking-left);width:var(--landing-booking-width)}.landing-screen-booking time{color:#b9d0f7}.landing-screen-booking b{color:#dce8fb;min-width:0;font-weight:650}.landing-values{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.landing-values article,.landing-values article+article{border:1px solid var(--landing-border);background:linear-gradient(145deg,#1d2b40b8,#0d1521c7);border-radius:18px;min-height:210px;padding:28px;transition:border-color .28s,box-shadow .28s,transform .28s cubic-bezier(.2,.75,.2,1);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.landing-values article:before{opacity:.34;transform-origin:0;content:"";background:linear-gradient(90deg,#699dffb8,#0000);height:1px;transition:opacity .25s,transform .3s;position:absolute;top:-1px;left:22px;right:42%;transform:scaleX(.72)}.landing-values article>span{color:var(--landing-primary);font-size:13px}.landing-values h3{margin:48px 0 12px;font-size:23px}.landing-values p{line-height:1.55}.landing-workflow-container{display:block}.landing-workflow .landing-section-heading{grid-template-columns:1.15fr .85fr;gap:72px;margin-bottom:48px}.landing-workflow-list{border:1px solid var(--landing-border);background:linear-gradient(145deg,#152132f0,#0d1521f0);border-radius:26px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid;overflow:hidden;box-shadow:0 18px 48px #00000024,inset 0 1px #ffffff06}.landing-workflow-list li,.landing-workflow-list li:first-child,.landing-workflow-list li:nth-child(3){border:0;border-right:1px solid var(--landing-border);background:0 0;border-radius:0;min-height:235px;padding:28px;display:block;position:relative}.landing-workflow-list li:last-child{border-right:0}.landing-workflow-list li:after{z-index:2;color:#6f7f93;background:var(--landing-surface);content:"→";padding:0 4px;position:absolute;top:37px;right:-10px}.landing-workflow-list li:last-child:after{display:none}.landing-workflow-list li>span{border-color:var(--landing-border-strong);background:var(--landing-primary-soft);width:38px;height:38px}.landing-workflow-list h3{margin:40px 0 10px}.landing-workflow-list p{margin:0 0 16px;line-height:1.55}.landing-proof-shell{background:linear-gradient(145deg,#152030f5,#0b121dfa);border:1px solid #94b1dc33;border-radius:26px;padding:10px;overflow:visible;box-shadow:0 24px 70px #0000003d,inset 0 1px #ffffff06}.landing-proof-top{border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 22px;min-height:0;padding:10px 12px 16px;display:grid}.landing-proof-stage{align-items:center;gap:11px;min-width:0;display:flex}.landing-proof-stage:before{background:var(--landing-primary);content:"";border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 5px #347af61a,0 0 18px #347af661}.landing-proof-stage span{color:#71829a;letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:700}.landing-proof-stage strong{color:#e9f0fb;margin-top:4px;font-size:13px;font-weight:680;display:block}.landing-proof-meta{gap:10px;font-size:12px}.landing-proof-track{background:#ffffff0e;border-radius:999px;grid-column:1/-1;height:2px;position:static;overflow:hidden}.landing-proof-track i{border-radius:inherit;background:linear-gradient(90deg, var(--landing-primary), #70a3ff)}.landing-handoff-scene{aspect-ratio:1080/600;width:min(1080px,100%);min-height:0;box-shadow:none;isolation:isolate;perspective:1500px;background:0 0;border:0;border-radius:17px;margin-inline:auto;padding:0;position:relative;overflow:visible}.landing-handoff-board{z-index:1;transform-origin:0;background:linear-gradient(150deg,#131f31fc,#0a121dfe);border:1px solid #8babdc3d;border-radius:18px;position:absolute;inset:7% 14% 7% 2%;overflow:hidden;transform:rotateX(1.5deg)rotateY(3.2deg)translateZ(-8px);box-shadow:0 30px 70px #0000005c,inset 0 0 0 1px #ffffff05}.landing-handoff-topbar{border-bottom-color:#8eabd621;min-height:54px;padding:0 20px}.landing-handoff-brand{color:#edf3ff;gap:10px;font-size:14px}.landing-handoff-brand img{object-fit:contain;width:23px;height:23px}.landing-handoff-live{color:#8fa1ba;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:10px;display:inline-flex}.landing-handoff-live:before{background:var(--landing-success);content:"";border-radius:50%;width:6px;height:6px;box-shadow:0 0 12px #43c99b73}.landing-handoff-content{grid-template-columns:22% minmax(0,78%);height:calc(100% - 54px);min-height:0}.landing-handoff-sidebar{background:#080f196b;border-right-color:#8eabd61f;padding:15px 12px;display:block}.landing-handoff-sidebar>span{color:#657792;margin:0 7px 11px;font-size:7px;display:block}.landing-handoff-navigation{gap:3px;display:grid}.landing-handoff-navigation i{color:#7e90aa;border:1px solid #0000;border-radius:7px;align-items:center;gap:8px;min-height:29px;padding:0 9px;font-size:8px;font-style:normal;font-weight:650;display:flex}.landing-handoff-navigation i:before{opacity:.75;content:"";border:1px solid;border-radius:2px;width:6px;height:6px}.landing-handoff-navigation i.active{color:#dfeaff;background:#347af624;border-color:#4a89f275}.landing-handoff-bookings{padding:15px 17px;overflow:hidden}.landing-handoff-bookings-head h3{color:#edf3ff;font-size:16px}.landing-handoff-bookings-head small{margin-top:4px;font-size:7px}.landing-handoff-bookings-head>span{min-height:29px;padding:0 10px;font-size:7px}.landing-handoff-filter{margin-top:11px;padding:8px 9px;font-size:7px}.landing-handoff-filter b{background:#ffffff0b;border-radius:6px;min-height:24px;padding:0 9px}.landing-handoff-tabs{gap:5px;margin-top:9px}.landing-handoff-tabs span{align-content:center;gap:3px;min-height:35px;padding:5px 7px;font-size:6.5px;display:grid}.landing-handoff-tabs em{text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.landing-handoff-tabs strong{font-size:9px}.landing-handoff-queue-summary{color:#d8e4f5;background:#347af612;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;margin-top:9px;padding:7px 9px;font-size:7px;display:flex}.landing-handoff-queue-summary span{color:#8799b3}.landing-handoff-list{gap:6px;margin-top:7px}.landing-handoff-row{--landing-queue-entry:0;min-height:54px;opacity:var(--landing-queue-entry);transform:translate3d(0, var(--landing-queue-y,7px), 0) scale(var(--landing-queue-scale,.98));border-radius:8px;grid-template-columns:56px minmax(0,1fr) 83px;gap:9px;padding:8px 9px}.landing-handoff-row:nth-child(2),.landing-handoff-row:nth-child(3),.landing-proof-shell[data-stage="1"] .landing-handoff-row:nth-child(2),.landing-proof-shell[data-stage="2"] .landing-handoff-row:nth-child(2),.landing-proof-shell[data-stage="2"] .landing-handoff-row:nth-child(3),.landing-proof-shell[data-stage="3"] .landing-handoff-row{opacity:var(--landing-queue-entry);transform:translate3d(0, var(--landing-queue-y,7px), 0) scale(var(--landing-queue-scale,.98))}.landing-handoff-row time{color:#a9c5f0;font-size:10px;font-weight:750}.landing-handoff-row strong{font-size:9px}.landing-handoff-row small{margin-top:4px;font-size:7px}.landing-handoff-row>span{color:#d8bc79;background:#f4b23417;max-width:none;padding:5px 7px;font-size:6.5px}.landing-handoff-row>span.confirmed{color:#9fbbec;background:#347af61a}.landing-manager-push{z-index:3;background:linear-gradient(145deg,#182b46fa,#0c1624fc);border-color:#5897ff57;border-radius:12px;gap:0;width:29%;padding:11px 12px;top:12%;bottom:auto;right:24.5%;transform:translate3d(14px,-7px,28px)scale(.96);box-shadow:0 18px 38px #00000057,0 0 28px #347af614}.landing-proof-shell[data-stage="3"] .landing-manager-push{opacity:0;transform:translate3d(14px,-7px,28px)scale(.96)}.landing-proof-shell[data-booking-step="5"] .landing-manager-push,.landing-proof-shell[data-booking-step="6"] .landing-manager-push{opacity:1;transform:translateZ(28px)scale(1)}.landing-manager-push-head{color:#a9c7f6;justify-content:space-between;align-items:center;gap:8px;font-size:8px;display:flex}.landing-manager-push-head>span:before{color:#e7f0ff;content:"↗";background:#2d76e9;border-radius:50%;place-items:center;width:17px;height:17px;margin-right:6px;display:inline-grid}.landing-manager-push-head b{color:#7eddbb;font-size:8px}.landing-manager-push>strong{color:#eef4ff;margin-top:8px;font-size:10px;line-height:1.35;display:block}.landing-manager-push>small{margin-top:5px;font-size:8px;line-height:1.35}.landing-handoff-phone{z-index:4;transform-origin:100%;background:linear-gradient(160deg,#18273dfe,#0a121dfe);border-color:#90aedb4d;border-radius:22px;width:23%;height:84%;min-height:0;padding:13px;top:8%;right:1.5%;overflow:visible;transform:rotateY(-7deg)rotateX(1.5deg)translateZ(42px);box-shadow:-12px 24px 50px #0006,0 0 0 3px #070d16b8}.landing-phone-top{border-bottom:1px solid #88a6d321;padding-bottom:11px}.landing-phone-top strong{font-size:11px}.landing-phone-progress{gap:7px;margin-top:12px}.landing-phone-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:9px;display:grid}.landing-phone-flow span{color:#647590;text-align:center;text-overflow:ellipsis;white-space:nowrap;background:#ffffff03;border:1px solid #7a99c721;border-radius:6px;width:auto;min-width:0;height:auto;padding:5px 3px;font-size:6.5px;transition:color .22s,border-color .22s,background .22s}.landing-proof-shell[data-stage="0"] .landing-phone-flow span:nth-child(-n+1),.landing-proof-shell[data-stage="1"] .landing-phone-flow span:nth-child(-n+2),.landing-proof-shell[data-stage="2"] .landing-phone-flow span:nth-child(-n+4),.landing-proof-shell[data-stage="3"] .landing-phone-flow span{background:#ffffff03}.landing-phone-flow span.is-past{color:#8da6ca;border-color:#4a82de3b}.landing-phone-flow span.is-active{color:#e8f1ff;background:#347af629;border-color:#4889f485;box-shadow:0 0 14px #347af61f}.landing-phone-viewport{height:220px;min-height:0;margin-top:10px;overflow:hidden}.landing-phone-panel{opacity:0;transform-origin:100%;pointer-events:none;gap:7px;transition:opacity .24s,transform .32s cubic-bezier(.16,.82,.24,1);transform:translate(9px)rotateY(-4deg)}.landing-proof-shell[data-stage="0"] .landing-phone-panel[data-booking-panel="0"],.landing-proof-shell[data-stage="1"] .landing-phone-panel[data-booking-panel="1"],.landing-proof-shell[data-stage="2"] .landing-phone-panel[data-booking-panel="2"],.landing-proof-shell[data-stage="3"] .landing-phone-panel[data-booking-panel="3"]{opacity:0;transform:translate(9px)rotateY(-4deg)}.landing-proof-shell[data-booking-step="0"] .landing-phone-panel[data-booking-panel="0"],.landing-proof-shell[data-booking-step="1"] .landing-phone-panel[data-booking-panel="1"],.landing-proof-shell[data-booking-step="2"] .landing-phone-panel[data-booking-panel="2"],.landing-proof-shell[data-booking-step="3"] .landing-phone-panel[data-booking-panel="3"],.landing-proof-shell[data-booking-step="4"] .landing-phone-panel[data-booking-panel="4"],.landing-proof-shell[data-booking-step="5"] .landing-phone-panel[data-booking-panel="5"],.landing-proof-shell[data-booking-step="6"] .landing-phone-panel[data-booking-panel="6"]{opacity:1;transform:translate(0,0)rotateY(0)}.landing-phone-panel h4{margin:0;font-size:14px;line-height:1.18}.landing-phone-panel p{margin:-2px 0 1px;font-size:7px;line-height:1.35}.landing-phone-card{border-radius:8px;gap:0;min-height:0;margin-top:0;padding:8px 9px}.landing-phone-card small{font-size:6.5px;display:block}.landing-phone-card strong{margin-top:4px;font-size:9px;display:block}.landing-phone-slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.landing-phone-slots span{color:#91a6c5;text-align:center;border:1px solid #7b9aca29;border-radius:7px;padding:7px 2px;font-size:7px}.landing-phone-slots span:first-child{color:#e4edfc;background:#347af626;border-color:#4889f48c}.landing-phone-action{border-radius:7px;min-height:28px;margin-top:1px;font-size:7.5px}.landing-phone-action.route{color:#b9c9df;transform:scale(var(--landing-route-scale,1));background:#ffffff06;border:1px solid #80a0cf38;position:relative;overflow:hidden}.landing-phone-action.route:after{width:28px;height:28px;opacity:var(--landing-route-pulse,0);transform:scale(var(--landing-route-pulse-scale,.35));content:"";background:#7ca9f74d;border-radius:50%;position:absolute}.landing-proof-shell[data-booking-step="5"] .landing-phone-action.route{color:#ecf4ff;background:#347af624;border-color:#5897ff7a}.landing-phone-success{color:#dff9ef;background:#43c99b29;width:28px;height:28px;margin:0;font-size:13px}.landing-phone-status{color:#d9c18d;background:#f6b84912;border:1px solid #f6b84938;border-radius:8px;padding:8px;font-size:7px;line-height:1.35}.landing-handoff-map{background:#18251f;border:1px solid #7e9ecd33;border-radius:10px;height:132px;position:relative;overflow:hidden}.landing-handoff-map-art{width:100%;height:100%;position:absolute;inset:0}.landing-map-ground{fill:url(#landing-map-terrain)}.landing-map-terrain{fill:url(#landing-map-canopy);opacity:.48}.landing-map-field{fill:#344032;stroke:#bfc5a41a;stroke-width:.5px}.landing-map-block{fill:#29372f;stroke:#bccab421;stroke-width:.65px}.landing-map-building{fill:#46514b;stroke:#e1e8da29;stroke-width:.5px}.landing-map-park{fill:#244438;stroke:#68b08b33;stroke-width:.65px}.landing-map-water{fill:#1a3941;opacity:.95}.landing-map-road-casing{fill:none;stroke:#111819;stroke-width:10.4px;stroke-linecap:round;stroke-linejoin:round}.landing-map-road-major{fill:none;stroke:#69736e;stroke-width:7.8px;stroke-linecap:round;stroke-linejoin:round}.landing-map-road-minor{fill:none;stroke:#4b5752;stroke-width:3.2px;stroke-linecap:round;stroke-linejoin:round}.landing-map-route-casing{fill:none;stroke:#1d169f;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round}.landing-map-route-line{fill:none;stroke:#566bff;stroke-width:3.2px;stroke-linecap:round;stroke-linejoin:round}.landing-map-label,.landing-map-place{fill:#9aa99e;stroke:#18251f;stroke-width:2px;letter-spacing:.02em;paint-order:stroke;font-family:Inter,system-ui,sans-serif;font-size:5.4px}.landing-map-place{fill:#d0dbd0;font-size:6px;font-weight:650}.landing-handoff-map-eta{z-index:3;color:#e7f0ff;background:#15263ef0;border:1px solid #6fa0f052;border-radius:999px;padding:4px 6px;font-size:6.5px;font-weight:750;position:absolute;top:7%;left:50%}.landing-handoff-map-pin{z-index:3;color:#f4f8ff;background:var(--landing-primary);border:2px solid #dce9ff;border-radius:50% 50% 50% 5px;place-items:center;width:18px;height:18px;display:grid;position:absolute;transform:rotate(-45deg);box-shadow:0 0 0 4px #347af624,0 5px 12px #00000047}.landing-handoff-map-pin b{font-size:6px;transform:rotate(45deg)}.landing-handoff-map-pin.start{bottom:9%;left:7.5%}.landing-handoff-map-pin.finish{background:var(--landing-success);top:23.4%;right:7.1%}.landing-handoff-map-brand,.landing-handoff-map-control{z-index:3;color:#b3c5dc;background:#0e1927c2;position:absolute}.landing-handoff-map-brand{border-radius:4px;padding:3px 5px;font-size:6.5px;font-weight:700;top:6px;left:7px}.landing-handoff-map-control{border:1px solid #91abd038;border-radius:6px;place-items:center;width:20px;height:20px;font-size:9px;display:grid;bottom:6px;right:6px}.landing-handoff-map-summary{background:#ffffff05;border:1px solid #86a6d629;border-radius:8px;padding:8px 9px}.landing-handoff-map-summary small,.landing-handoff-map-summary strong,.landing-handoff-map-summary span{display:block}.landing-handoff-map-summary small{color:#71839e;font-size:6.5px}.landing-handoff-map-summary strong{color:#dce8fa;margin-top:4px;font-size:8.5px}.landing-handoff-map-summary span{color:#86a5d2;margin-top:3px;font-size:7px}.landing-proof-statusbar{border:0;padding:18px 12px 12px;display:block}.landing-proof-statusbar:after{clear:both;content:"";display:table}.landing-proof-statusbar strong,.landing-proof-statusbar span{vertical-align:top;display:inline-block}.landing-proof-statusbar strong{width:34%;color:var(--landing-text);font-size:14px;line-height:1.35}.landing-proof-statusbar span{width:66%;color:var(--landing-muted);font-size:13px;line-height:1.5}.landing-capabilities{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.landing-capabilities article,.landing-capabilities article:first-child,.landing-capabilities article:nth-child(n){border:1px solid var(--landing-border);background:linear-gradient(145deg,#1b293d9e,#0d1521b8);border-radius:18px;min-height:200px;padding:26px;transition:border-color .28s,box-shadow .28s,transform .28s cubic-bezier(.2,.75,.2,1);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.landing-capabilities article:before{opacity:.34;transform-origin:0;content:"";background:linear-gradient(90deg,#699dffb8,#0000);height:1px;transition:opacity .25s,transform .3s;position:absolute;top:-1px;left:22px;right:42%;transform:scaleX(.72)}.landing-capabilities article>span{color:#9fc0ff;background:var(--landing-primary-soft);border:1px solid #347af638;border-radius:11px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.landing-capabilities article h3{margin:30px 0 10px;font-size:20px}.landing-capabilities article p{margin:0 0 16px;line-height:1.55}.landing-pricing-head{margin-bottom:48px}.landing-pricing-head>div{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:end;gap:72px;display:grid}.landing-pricing-head p{align-self:end;max-width:560px;margin:0 0 4px}.landing-pricing-controls{justify-content:center;margin:-10px 0 34px;display:flex}.landing-billing-choice{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:12px;width:auto;padding:4px;display:inline-flex}.landing-billing-choice>span{display:none}.landing-period{background:0 0;border:0;width:auto;padding:0;display:inline-flex}.landing-period button{min-width:118px;min-height:44px;color:var(--landing-muted);box-shadow:none;background:0 0;border-radius:8px}.landing-period button.active{color:var(--landing-text);background:var(--landing-surface-strong);box-shadow:0 5px 15px #0003}.landing-plan-grid{perspective:1700px;perspective-origin:70% 46%;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.landing-plan-grid>article.landing-plan-card,.landing-plan-grid>article.landing-plan-card:first-child{isolation:isolate;perspective:1800px;background:linear-gradient(155deg,#1b2a3ff0,#0f1826fa 54%);border:1px solid #8fa9cf33;border-radius:22px;min-height:570px;padding:0;transition:border-color .28s,box-shadow .28s,transform .32s cubic-bezier(.2,.75,.2,1);animation:none;display:block;position:relative;overflow:visible;box-shadow:0 15px 34px #00000024,inset 0 1px #ffffff08}.landing-plan-grid>article.landing-plan-card.recommended{z-index:1;background:linear-gradient(155deg,#233a5bfa,#101a2afa 54%);border-color:#4b89f7b8;box-shadow:0 18px 40px #0000002b,inset 0 0 0 1px #347af626}.landing-plan-flipper{transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .62s cubic-bezier(.2,.72,.18,1);position:absolute;inset:-1px;transform:rotateY(0)}.landing-plan-card:nth-child(2) .landing-plan-flipper{transition-delay:90ms}.landing-plan-card:nth-child(3) .landing-plan-flipper{transition-delay:.18s}.landing-plan-card[data-period=yearly] .landing-plan-flipper{transform:rotateY(-180deg)}.landing-plan-face{transform-style:preserve-3d;backface-visibility:hidden;-webkit-transform-style:preserve-3d;background:linear-gradient(155deg,#1b2a3ffb,#0f1826fe 54%);border:1px solid #8fa9cf33;border-radius:22px;flex-direction:column;padding:30px;display:flex;position:absolute;inset:0;transform:rotateY(0)}.landing-plan-face.yearly{transform:rotateY(180deg)}.landing-plan-face>*{backface-visibility:hidden}.landing-plan-face[aria-hidden=true] .landing-plan-badge{visibility:hidden;opacity:0}.landing-plan-card.recommended .landing-plan-face{background:linear-gradient(155deg,#233a5bfe,#101a2afe 54%);border-color:#4b89f7b8}.landing-plan-grid .landing-plan-face h3{align-items:center;gap:11px;margin:0 0 26px;font-size:22px;display:flex}.landing-plan-grid .landing-plan-face h3:before{color:#9fc0ff;background:#347af61a;border:1px solid #82a4d838;border-radius:9px;place-items:center;width:30px;height:30px;font-size:10px;display:grid}.landing-plan-card:first-child h3:before{content:"01"}.landing-plan-card:nth-child(2) h3:before{content:"02"}.landing-plan-card:nth-child(3) h3:before{content:"03"}.landing-plan-grid .landing-plan-face>p{min-height:108px;color:var(--landing-muted);margin:0;line-height:1.55}.landing-plan-grid .landing-plan-face .landing-plan-price{border-bottom:1px solid #97b1d81c;min-height:88px;margin:0 0 24px;padding-bottom:18px;display:block}.landing-plan-price s,.landing-plan-old-price{color:#78879a;min-height:18px;font-size:12px;display:block}.landing-plan-grid .landing-plan-face .landing-plan-price strong{align-items:center;min-height:42px;font-size:36px;display:inline-flex}.landing-plan-grid .landing-plan-face .landing-plan-price>span:last-child{color:var(--landing-muted);margin-left:5px}.landing-plan-points{min-height:112px;color:var(--landing-muted-strong,#bec8d5);border-top:1px solid #97b1d81c;gap:11px;margin:22px 0 0;padding:20px 0 0;font-size:13px;list-style:none;display:grid}.landing-plan-grid .landing-plan-face .landing-plan-points li:before{color:var(--landing-success);content:"✓";margin-right:9px;font-weight:900}.landing-plan-grid .landing-plan-face .landing-button{width:100%;margin-top:auto}.landing-plan-badge{z-index:3;color:#b7ceff;background:var(--landing-primary-soft);white-space:nowrap;border:0;width:max-content;max-width:calc(100% - 40px);padding:7px 10px;font-size:11px;line-height:1;top:20px;left:auto;right:20px;box-shadow:inset 0 0 0 1px #7eacff1f,0 8px 18px #11449a1f}.landing-trial-strip{border:1px solid var(--landing-border);background:#ffffff05;border-radius:12px;min-height:0;margin-top:14px;padding:12px 22px}.landing-demo-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:16px}.landing-demo-copy,.landing-support-card{border-radius:26px;min-height:0;padding:38px}.landing-demo-copy{background:var(--landing-surface)}.landing-demo h2{margin-bottom:22px}.landing-demo-copy>p{max-width:650px;font-size:16px}.landing-demo-list{gap:13px;margin:24px 0 26px}.landing-demo-list li{min-height:0;color:var(--landing-muted-strong,#bec8d5);border:0;grid-template-columns:none;align-items:flex-start;gap:11px;padding:3px 0;font-weight:650;line-height:1.5;display:flex}.landing-support-card{min-height:0;transform-style:preserve-3d;background:linear-gradient(145deg,#347af624,#ffffff04);flex-direction:column;justify-content:flex-start;align-self:stretch;display:flex}.landing-support-card>span{color:#9fc0ff;font-size:13px}.landing-support-card>div{margin-top:34px}.landing-support-card h3{margin:0 0 15px;font-size:30px}.landing-support-card>div p{color:var(--landing-muted-strong,#bec8d5);margin:0;line-height:1.6}.landing-support-card .landing-support-path{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:auto 0 0;padding:42px 0 0;display:grid}.landing-support-card .landing-support-path li{min-height:74px;color:var(--landing-muted-strong,#bec8d5);background:#080f1847;border:1px solid #8faedb29;border-radius:12px;padding:13px;font-size:12px;display:block}.landing-footer-contacts a{border-radius:10px;align-items:center;gap:10px;min-height:38px;padding:2px 8px 2px 2px;transition:color .18s,background .18s,transform .18s;display:inline-flex}.landing-footer-contacts a:hover{background:#347af614;transform:translate(2px)}.landing-footer-contact-icon{color:#8eb6ff;background:linear-gradient(145deg,#347af62e,#347af60b);border:1px solid #5b95ff47;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid;box-shadow:inset 0 1px #ffffff14,0 8px 18px #13408e1a}.landing-footer-contact-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:18px;height:18px;overflow:visible}.landing-footer-contact-icon svg[viewBox] path:first-child{vector-effect:non-scaling-stroke}.landing-support-card .landing-support-path li:first-child,.landing-support-card .landing-support-path li:last-child{border:1px solid #8faedb29;padding:13px}.landing-support-card .landing-support-path b{color:#8fb4ff;margin-bottom:16px;font-size:11px;display:block}.landing-support-card .landing-support-path li>span{width:auto;height:auto;color:var(--landing-muted-strong,#bec8d5);background:0 0;border-radius:0;font-size:12px;font-weight:700;display:block}.landing-faq .landing-container{width:min(900px,100% - 48px)}.landing-faq-grid{display:block}.landing-faq-grid>div:first-child{text-align:center;margin-bottom:48px}.landing-faq .landing-eyebrow{justify-content:center}.landing-faq h2{margin-inline:auto}.landing-faq details{border-top:1px solid var(--landing-border)}.landing-faq summary{color:#e5ebf5;gap:20px;min-height:74px;padding:0;font-size:18px}.landing-faq summary:after{color:#89aff4;content:"+";border:0;border-radius:0;flex:none;width:auto;height:auto;font-size:26px;font-weight:400;transition:color .2s,transform .24s;display:block;transform:none}.landing-faq details[open] summary:after{content:"−";transform:none}.landing-faq details p{max-width:760px;padding:0 0 26px}.landing-final{border-top:1px solid var(--landing-border);text-align:left;background:0 0;padding:104px 0}.landing-final .landing-container{isolation:isolate;background:linear-gradient(135deg,#347af633,#111a28d1 52%,#0d1521eb);border:1px solid #4787f66b;border-radius:30px;padding:64px;display:block;position:relative;overflow:hidden;box-shadow:0 24px 72px #0003,inset 0 1px #ffffff0b}.landing-final .landing-container:after{z-index:-1;aspect-ratio:1;content:"";background:radial-gradient(circle,#5491ff38,#0000 68%);border-radius:50%;width:440px;position:absolute;top:-210px;right:-110px}.landing-final .landing-container,.landing-final .landing-container>*{justify-items:initial;text-align:left}.landing-final .landing-eyebrow{margin-bottom:0}.landing-final h2{max-width:800px;margin-top:18px}.landing-final>.landing-container>p:not(.landing-eyebrow){max-width:650px;color:var(--landing-muted-strong,#bec8d5);margin:22px 0 30px}.landing-final .landing-actions{justify-content:flex-start;margin-top:0}:root[data-landing-motion=preparing] .landing-reveal,:root[data-landing-motion=ready] .landing-reveal{opacity:0;transform:translateY(18px)}:root[data-landing-motion=ready] .landing-reveal{transition:opacity .54s,transform .62s cubic-bezier(.16,.82,.24,1)}:root[data-landing-motion=preparing] .landing-reveal.is-visible,:root[data-landing-motion=ready] .landing-reveal.is-visible{opacity:1;transform:translate(0,0)}:root[data-landing-motion=ready] .landing-values article.landing-reveal,:root[data-landing-motion=ready] .landing-capabilities article.landing-reveal,:root[data-landing-motion=ready] .landing-support-card.landing-reveal{transition:opacity .54s,border-color .28s,box-shadow .28s,transform .62s cubic-bezier(.16,.82,.24,1)}.landing-hero-copy>*{animation-duration:.58s}.landing-hero-copy>:first-child{animation:none}.landing-hero-copy>:nth-child(2){animation-delay:30ms}.landing-hero-copy>:nth-child(3){animation-delay:75ms}.landing-hero-copy>:nth-child(4){animation-delay:.12s}.landing-hero-copy>:nth-child(5){animation-delay:.165s}.landing-hero-copy>:nth-child(6){animation-delay:.21s}.landing-hero-visual{animation-duration:.82s;animation-delay:60ms}:root[data-landing-motion=preparing] .landing-micro-reveal,:root[data-landing-motion=ready] .landing-micro-reveal{--landing-reveal-x:0px;--landing-reveal-y:16px;--landing-reveal-scale:.985;--landing-reveal-rotate:0deg;--landing-reveal-duration:.72s;opacity:0;backface-visibility:hidden;transform:translate3d(var(--landing-reveal-x), var(--landing-reveal-y), 0) scale(var(--landing-reveal-scale)) rotate(var(--landing-reveal-rotate));transform-origin:50% 100%}:root[data-landing-motion=ready] .landing-micro-reveal{transition:opacity .48s ease, transform var(--landing-reveal-duration) cubic-bezier(.16, 1, .3, 1);transition-delay:var(--landing-stagger,0s)}:root[data-landing-motion=preparing] .landing-micro-reveal.is-visible,:root[data-landing-motion=ready] .landing-micro-reveal.is-visible{opacity:1;transform:translate(0,0)}.landing-shell .landing-section-heading .landing-eyebrow.landing-micro-reveal,.landing-shell .landing-pricing-head .landing-eyebrow.landing-micro-reveal,.landing-shell .landing-demo-copy .landing-eyebrow.landing-micro-reveal,.landing-shell .landing-final .landing-eyebrow.landing-micro-reveal{--landing-reveal-x:-18px;--landing-reveal-y:0px;--landing-reveal-scale:1;--landing-reveal-duration:.64s}.landing-shell .landing-section-heading h2.landing-micro-reveal,.landing-shell .landing-pricing-head h2.landing-micro-reveal,.landing-shell .landing-demo-copy h2.landing-micro-reveal,.landing-shell .landing-final h2.landing-micro-reveal{--landing-reveal-y:28px;--landing-reveal-scale:.97;--landing-reveal-duration:.84s}.landing-shell .landing-workflow-list li>span.landing-micro-reveal,.landing-shell .landing-capabilities article>span.landing-micro-reveal{--landing-reveal-y:10px;--landing-reveal-scale:.72;--landing-reveal-rotate:-7deg;--landing-reveal-duration:.76s}.landing-shell .landing-pricing-controls.landing-micro-reveal,.landing-shell .landing-plan-price.landing-micro-reveal,.landing-shell .landing-plan-badge.landing-micro-reveal{--landing-reveal-y:12px;--landing-reveal-scale:.93;--landing-reveal-duration:.76s}.landing-shell .landing-plan-face>.landing-button.landing-micro-reveal,.landing-shell .landing-demo-copy>.landing-button.landing-micro-reveal{--landing-reveal-y:22px;--landing-reveal-scale:.96;--landing-reveal-duration:.82s}.landing-shell .landing-support-path>li.landing-micro-reveal{--landing-reveal-x:16px;--landing-reveal-y:0px;--landing-reveal-scale:1}.landing-shell .landing-faq details:nth-of-type(odd).landing-micro-reveal{--landing-reveal-x:-14px;--landing-reveal-y:8px}.landing-shell .landing-faq details:nth-of-type(2n).landing-micro-reveal{--landing-reveal-x:14px;--landing-reveal-y:8px}.landing-shell .landing-footer-grid>.landing-micro-reveal{--landing-reveal-y:24px;--landing-reveal-scale:.98;--landing-reveal-duration:.82s}:root[data-landing-motion=preparing] .landing-plan-face[aria-hidden=true] .landing-plan-badge.landing-micro-reveal,:root[data-landing-motion=ready] .landing-plan-face[aria-hidden=true] .landing-plan-badge.landing-micro-reveal{visibility:hidden;opacity:0}@media (hover:hover) and (width>=768px){.landing-values article:hover{border-color:#93b1db47;transform:perspective(900px)translateY(-5px)rotateX(1.2deg);box-shadow:0 22px 55px #0003}.landing-values article:hover:before{opacity:.82;transform:scaleX(1)}.landing-capabilities article:hover{border-color:#93b1db47;transform:perspective(900px)translateY(-5px)rotateX(1.2deg);box-shadow:0 22px 55px #0003}.landing-capabilities article:hover:before{opacity:.82;transform:scaleX(1)}.landing-support-card:hover{border-color:#347af661;transform:perspective(900px)translateY(-4px)rotateY(-1.2deg)}.landing-workflow-list li{transition:border-color .24s,background .24s}.landing-workflow-list li:hover{background:linear-gradient(145deg,#347af613,#ffffff03)}.landing-plan-card:hover,.landing-plan-card:focus-within{z-index:2;border-color:#6f9eee6b;transform:perspective(1000px)translateY(-5px)rotateX(1deg);box-shadow:0 24px 58px #00000038,inset 0 1px #ffffff0b}.landing-plan-card.recommended:hover,.landing-plan-card.recommended:focus-within{border-color:#5b97ffe6;box-shadow:0 26px 62px #1249a43d,inset 0 0 0 1px #5090ff24}.landing-support-path li{transition:border-color .22s,background .22s,transform .26s cubic-bezier(.2,.75,.2,1)}.landing-support-path li:hover{background:#347af611;border-color:#6f9eee4d;transform:translateY(-3px)}}@media (width<=1100px){.landing-values{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-values article:last-child{grid-column:1/-1}.landing-workflow-list{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-workflow-list li:nth-child(2){border-right:0}.landing-workflow-list li:nth-child(-n+2){border-bottom:1px solid var(--landing-border)}.landing-workflow-list li:nth-child(2):after{display:none}.landing-capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-plan-grid{grid-template-columns:1fr}.landing-plan-grid>article.landing-plan-card:last-child{grid-column:auto}}@media (width>=940px) and (width<=1100px){.landing-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.landing-plan-face{padding:22px}.landing-plan-grid .landing-plan-face .landing-plan-price strong{font-size:30px}.landing-plan-grid .landing-plan-face>p{font-size:14px}}@media (width<=767px){.landing-screen-metric{border-radius:6px;padding:5px 6px}.landing-screen-metric small{font-size:4px}.landing-screen-metric strong{margin-top:3px;font-size:10px}.landing-screen-capacity{padding:2px 4px;font-size:4px}.landing-screen-booking{border-radius:3px;gap:2px;min-height:42%;padding:2px 3px}.landing-screen-booking time,.landing-screen-booking b{font-size:3.5px}.landing-values,.landing-workflow-list,.landing-plan-grid{grid-template-columns:1fr}.landing-values article,.landing-values article+article{min-height:180px}.landing-values h3{margin-top:38px}.landing-values article:last-child,.landing-plan-card:last-child{grid-column:auto}.landing-workflow .landing-section-heading{grid-template-columns:1fr;gap:20px;margin-bottom:34px}.landing-workflow-list li,.landing-workflow-list li:first-child,.landing-workflow-list li:nth-child(n){border-right:0;border-bottom:1px solid var(--landing-border);min-height:190px;padding:28px}.landing-workflow-list li:last-child{border-bottom:0}.landing-workflow-list li:after{display:none}.landing-workflow-list h3{margin-top:28px}.landing-capabilities{grid-template-columns:1fr}.landing-pricing-head{margin-bottom:34px}.landing-pricing-head>div{grid-template-columns:1fr;gap:20px}.landing-pricing-head p{margin-bottom:0}.landing-proof-top{grid-template-columns:minmax(0,1fr) auto;padding:9px 8px 13px}.landing-scroll-cue{display:none}.landing-handoff-scene{aspect-ratio:1/1.04}.landing-handoff-board{border-radius:14px;inset:0;transform:none}.landing-handoff-content{grid-template-columns:1fr}.landing-handoff-sidebar{display:none}.landing-handoff-bookings{padding:10px}.landing-handoff-bookings-head>span{display:none}.landing-handoff-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-handoff-tabs span:nth-child(3),.landing-handoff-tabs span:nth-child(5){display:none}.landing-handoff-row{grid-template-columns:42px minmax(0,1fr)}.landing-handoff-row>span,.landing-handoff-phone,.landing-manager-push{display:none}.landing-proof-statusbar strong,.landing-proof-statusbar span{width:100%;display:block}.landing-proof-statusbar span{margin-top:6px}.landing-plan-grid>article.landing-plan-card,.landing-plan-grid>article.landing-plan-card:first-child{min-height:570px}.landing-plan-flipper{transition-duration:.48s;transition-delay:0s}.landing-demo-grid{grid-template-columns:1fr}.landing-demo-copy,.landing-support-card{padding:28px}.landing-support-card>div{margin-top:28px}.landing-support-card .landing-support-path{margin-top:12px;padding-top:20px}.landing-final{padding:78px 0}.landing-final .landing-container{border-radius:22px;padding:34px 24px}.landing-faq .landing-container{width:min(100% - 32px,900px)}}@media (width>=768px){.landing-handoff-board{will-change:auto;transform:none}}@media (width>=1600px){.landing-container,.landing-header-inner{width:min(1760px,100% - 96px)}.landing-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(760px,1.18fr);gap:80px}.landing-hero-copy h1{max-width:780px;font-size:clamp(76px,4.2vw,92px)}.landing-hero-lead{max-width:720px;font-size:20px}.landing-handoff-scene{width:min(1440px,100%)}}@media (width>=2800px){.landing-container,.landing-header-inner{width:min(2200px,100% - 144px)}.landing-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(1000px,1.18fr);gap:120px}.landing-hero-copy h1{max-width:900px;font-size:104px}.landing-hero-lead{max-width:820px;font-size:22px}.landing-handoff-scene{width:min(1760px,100%)}}@media (prefers-reduced-motion:reduce){.landing-micro-reveal,.landing-screen-booking,.landing-handoff-row,.landing-phone-panel,.landing-manager-push,.landing-plan-flipper{transition-duration:0s;transition-delay:0s}.landing-micro-reveal{opacity:1;transform:none;animation:none!important}}
