html{scroll-behavior:smooth}#app,body,html{min-height:100%}body{margin:0;background:#fff}.landing-page{--landing-navy:#14236a;--landing-blue:#275ce7;--landing-cyan:#08b9db;--landing-mint:#38c79a;--landing-accent:#ffbb19;--landing-ink:#121a35;--landing-text:#56617a;--landing-muted:#8a94aa;--landing-line:#e5e9f2;--landing-soft:#f4f7fc;--landing-white:#fff;min-height:100%;overflow:hidden;background:var(--landing-white);color:var(--landing-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}.landing-page *,.landing-page :after,.landing-page :before{-webkit-box-sizing:border-box;box-sizing:border-box}.landing-page a{color:inherit;text-decoration:none}.landing-page button,.landing-page input{font:inherit}.landing-page button{cursor:pointer}.landing-page img{max-width:100%}.landing-page :focus-visible{outline:3px solid rgba(39,92,231,.34);outline-offset:3px}.landing-container{width:calc(100% - 48px);max-width:1180px;margin:0 auto}.landing-skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:8px 14px;border-radius:8px;background:var(--landing-white);-webkit-box-shadow:0 8px 30px rgba(18,26,53,.16);box-shadow:0 8px 30px rgba(18,26,53,.16);-webkit-transform:translateY(-160%);transform:translateY(-160%);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.landing-skip-link:focus{-webkit-transform:translateY(0);transform:translateY(0)}.landing-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:12px;font-weight:650;line-height:1;white-space:nowrap;-webkit-transition:color .2s ease,background .2s ease,border-color .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:color .2s ease,background .2s ease,border-color .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease,border-color .2s ease;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease,border-color .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.landing-button:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.landing-button-small{min-height:42px;padding:0 20px;border-radius:10px;font-size:14px}.landing-button-large{min-height:54px;padding:0 28px}.landing-button-primary{background:linear-gradient(135deg,#315fe7,#214ccc);-webkit-box-shadow:0 12px 30px rgba(39,92,231,.24);box-shadow:0 12px 30px rgba(39,92,231,.24);color:var(--landing-white)!important}.landing-button-primary:hover{-webkit-box-shadow:0 16px 36px rgba(39,92,231,.32);box-shadow:0 16px 36px rgba(39,92,231,.32)}.landing-button-soft{border-color:rgba(39,92,231,.14);background:hsla(0,0%,100%,.72);color:var(--landing-navy)!important;backdrop-filter:blur(10px)}.landing-button-ghost:hover,.landing-button-soft:hover{border-color:rgba(39,92,231,.34);background:var(--landing-white)}.landing-button-ghost{border-color:var(--landing-line);background:var(--landing-white);color:var(--landing-navy)}.landing-button-white{background:var(--landing-white);-webkit-box-shadow:0 14px 34px rgba(0,0,0,.16);box-shadow:0 14px 34px rgba(0,0,0,.16);color:var(--landing-navy)!important}.landing-button-accent{background:var(--landing-accent);-webkit-box-shadow:0 14px 34px rgba(255,187,25,.18);box-shadow:0 14px 34px rgba(255,187,25,.18);color:#312300}.landing-button-dark-ghost{border-color:hsla(0,0%,100%,.24);background:hsla(0,0%,100%,.06);color:var(--landing-white)}.landing-text-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:var(--landing-blue);font-weight:650}.landing-text-link span{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.landing-text-link:hover span{-webkit-transform:translateX(4px);transform:translateX(4px)}.landing-header{position:fixed;top:0;right:0;left:0;z-index:60;height:78px;border-bottom:1px solid transparent;background:rgba(247,250,255,.68);backdrop-filter:blur(18px);-webkit-transition:height .25s ease,background .25s ease,border-color .25s ease,-webkit-box-shadow .25s ease;transition:height .25s ease,background .25s ease,border-color .25s ease,-webkit-box-shadow .25s ease;transition:height .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;transition:height .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease}.landing-header.is-open,.landing-header.is-scrolled{height:70px;border-bottom-color:rgba(20,35,106,.08);background:hsla(0,0%,100%,.94);-webkit-box-shadow:0 8px 30px rgba(18,26,53,.06);box-shadow:0 8px 30px rgba(18,26,53,.06)}.landing-header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center}.landing-brand,.landing-header-inner{-webkit-box-align:center;align-items:center}.landing-brand{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align:center;gap:11px}.landing-brand>img{display:block;width:42px;height:42px;border-radius:11px}.landing-brand-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.15}.landing-brand-text strong{color:var(--landing-navy);font-size:18px;font-weight:750;letter-spacing:.08em}.landing-brand-text small{margin-top:5px;color:var(--landing-muted);font-size:8px;font-weight:650;letter-spacing:.11em}.landing-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:28px;margin-left:auto}.landing-nav>a{position:relative;padding:10px 0;color:#4f5b75;font-size:14px;font-weight:600;white-space:nowrap;-webkit-transition:color .2s ease;transition:color .2s ease}.landing-nav>a:after{position:absolute;right:0;bottom:2px;left:0;height:2px;border-radius:2px;background:var(--landing-blue);content:"";-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.landing-nav>a.is-active,.landing-nav>a:hover{color:var(--landing-blue)}.landing-nav>a.is-active:after{-webkit-transform:scaleX(1);transform:scaleX(1)}.landing-header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-left:34px}.landing-footer-login,.landing-login-link{padding:8px 0;border:0;background:transparent;color:var(--landing-navy);font-weight:650}.landing-login-link:hover{color:var(--landing-blue)}.landing-menu-toggle,.landing-nav-mobile-actions{display:none}.landing-hero{position:relative;min-height:820px;padding:148px 0 40px;overflow:hidden;background:linear-gradient(118deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,0) 46%),linear-gradient(180deg,#f5f9ff,#eef5ff 72%,#fff);scroll-margin-top:76px}.landing-hero:before{position:absolute;inset:0;opacity:.34;background-image:linear-gradient(rgba(39,92,231,.07) 1px,transparent 0),linear-gradient(90deg,rgba(39,92,231,.07) 1px,transparent 0);background-size:54px 54px;content:"";-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(#000),color-stop(78%,transparent));-webkit-mask-image:linear-gradient(180deg,#000,transparent 78%);mask-image:-webkit-gradient(linear,left top,left bottom,from(#000),color-stop(78%,transparent));mask-image:linear-gradient(180deg,#000,transparent 78%)}.landing-hero-glow{position:absolute;border-radius:50%;-webkit-filter:blur(2px);filter:blur(2px);pointer-events:none}.landing-hero-glow-one{top:20px;right:-180px;width:620px;height:620px;background:radial-gradient(circle,rgba(8,185,219,.17),transparent 68%)}.landing-hero-glow-two{bottom:60px;left:-220px;width:520px;height:520px;background:radial-gradient(circle,rgba(39,92,231,.13),transparent 70%)}.landing-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);gap:56px}.landing-eyebrow,.landing-hero-grid{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.landing-eyebrow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:9px;padding:7px 14px;border:1px solid rgba(39,92,231,.13);border-radius:999px;background:hsla(0,0%,100%,.64);color:var(--landing-blue);font-size:13px;font-weight:700;letter-spacing:.06em;white-space:nowrap}.landing-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--landing-mint);-webkit-box-shadow:0 0 0 5px rgba(56,199,154,.14);box-shadow:0 0 0 5px rgba(56,199,154,.14)}.landing-hero h1{margin:28px 0 24px;color:var(--landing-ink);font-size:clamp(42px,3.8vw,56px);font-weight:780;letter-spacing:-.045em;line-height:1.18;word-break:keep-all}.landing-hero h1 span{background:linear-gradient(110deg,var(--landing-blue),#1574d9 48%,#00a5c7);background-clip:text;-webkit-background-clip:text;color:transparent}.landing-hero-lead{max-width:580px;margin:0;color:var(--landing-text);font-size:18px;line-height:1.85}.landing-hero-actions{gap:14px;margin-top:34px}.landing-hero-actions,.landing-hero-trust{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.landing-hero-trust{gap:24px;margin:28px 0 0;padding:0;color:#66718a;font-size:13px;list-style:none}.landing-hero-trust li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px}.landing-hero-trust li span{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:rgba(56,199,154,.14);color:#15966e;font-size:11px;font-weight:800}.landing-hero-visual{position:relative;padding:30px 0 54px}.landing-dashboard{overflow:hidden;border:1px solid rgba(20,35,106,.1);border-radius:20px;background:var(--landing-white);-webkit-box-shadow:0 34px 80px rgba(25,53,125,.18),0 10px 30px rgba(18,26,53,.08);box-shadow:0 34px 80px rgba(25,53,125,.18),0 10px 30px rgba(18,26,53,.08);-webkit-transform:perspective(1400px) rotateY(-4deg) rotateX(1deg);transform:perspective(1400px) rotateY(-4deg) rotateX(1deg);-webkit-transform-origin:left center;transform-origin:left center}.landing-dashboard-topbar{height:48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 18px;border-bottom:1px solid #edf0f6}.landing-dashboard-topbar,.landing-window-dots{display:-webkit-box;display:-ms-flexbox;display:flex}.landing-window-dots{gap:5px}.landing-window-dots i{width:7px;height:7px;border-radius:50%;background:#dce2ec}.landing-window-dots i:first-child{background:#ffbc8f}.landing-window-dots i:nth-child(2){background:#ffe074}.landing-window-dots i:last-child{background:#7eddbd}.landing-dashboard-title{margin-left:18px;color:#7d879c;font-size:11px}.landing-dashboard-live{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-left:auto;color:#7d879c;font-size:10px}.landing-dashboard-live i{width:6px;height:6px;border-radius:50%;background:var(--landing-mint);-webkit-box-shadow:0 0 0 4px rgba(56,199,154,.12);box-shadow:0 0 0 4px rgba(56,199,154,.12)}.landing-dashboard-body{min-height:420px;background:#f7f9fd}.landing-dashboard-body,.landing-dashboard-side{display:-webkit-box;display:-ms-flexbox;display:flex}.landing-dashboard-side{width:54px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;padding-top:18px;background:#17276e}.landing-dashboard-mark{display:grid;width:28px;height:28px;margin-bottom:10px;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--landing-cyan),#5bd4e9);color:#fff;font-size:12px;font-weight:800}.landing-dashboard-side>span{position:relative;width:15px;height:15px;opacity:.48;border:2px solid #fff;border-radius:5px}.landing-dashboard-side>span.is-active{opacity:1;border-color:var(--landing-cyan);background:rgba(8,185,219,.15)}.landing-dashboard-content{min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:26px}.landing-dashboard-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.landing-dashboard-heading div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-chart-header small,.landing-dashboard-heading small,.landing-metric-card small,.landing-metric-card span{color:#929caf;font-size:10px}.landing-dashboard-heading strong{margin-top:2px;color:#1b2546;font-size:18px}.landing-dashboard-heading>span{padding:4px 10px;border:1px solid #e4e8f0;border-radius:6px;background:#fff;color:#7b8599;font-size:9px}.landing-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.landing-metric-card{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:14px;border:1px solid #edf0f5;border-radius:10px;background:#fff}.landing-metric-card strong{margin:6px 0 2px;overflow:hidden;color:#1b2546;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.landing-metric-card:first-child strong{color:var(--landing-blue)}.landing-chart-card{margin-top:12px;padding:16px 18px 12px;border:1px solid #edf0f5;border-radius:11px;background:#fff}.landing-chart-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.landing-chart-header>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:8px}.landing-chart-header strong{color:#27314f;font-size:11px}.landing-chart-legend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;color:#929caf;font-size:9px}.landing-chart-legend i{width:7px;height:7px;border-radius:2px;background:var(--landing-blue)}.landing-chart{display:-webkit-box;display:-ms-flexbox;display:flex;height:114px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:distribute;justify-content:space-around;gap:16px;margin-top:14px;border-bottom:1px solid #e9edf4;background-image:repeating-linear-gradient(180deg,#eef1f6 0,#eef1f6 1px,transparent 0,transparent 38px)}.landing-chart span{width:18px;border-radius:5px 5px 0 0;background:-webkit-gradient(linear,left bottom,left top,from(var(--landing-blue)),to(#63a3fa));background:linear-gradient(0deg,var(--landing-blue),#63a3fa);-webkit-box-shadow:0 6px 12px rgba(39,92,231,.16);box-shadow:0 6px 12px rgba(39,92,231,.16)}.landing-chart span:nth-child(6){background:-webkit-gradient(linear,left bottom,left top,from(var(--landing-mint)),to(#7ce0be));background:linear-gradient(0deg,var(--landing-mint),#7ce0be)}.landing-chart-labels{-ms-flex-pack:distribute;justify-content:space-around;padding-top:7px;color:#a1a9b9;font-size:8px}.landing-chart-labels,.landing-float-card{display:-webkit-box;display:-ms-flexbox;display:flex}.landing-float-card{position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:12px 15px;border:1px solid hsla(0,0%,100%,.72);border-radius:12px;background:hsla(0,0%,100%,.9);-webkit-box-shadow:0 16px 38px rgba(20,35,106,.14);box-shadow:0 16px 38px rgba(20,35,106,.14);backdrop-filter:blur(14px)}.landing-float-card>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-float-card strong{color:#26304e;font-size:11px}.landing-float-card small{color:#8b95a9;font-size:9px}.landing-float-member{bottom:16px;left:-26px}.landing-float-task{right:-22px;bottom:88px}.landing-float-icon,.landing-task-check{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:rgba(39,92,231,.1);color:var(--landing-blue);font-size:11px;font-style:normal;font-weight:800}.landing-task-check{border-radius:50%;background:rgba(56,199,154,.14);color:#16986f}.landing-capability-strip{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;margin-top:58px;padding:22px 28px;border:1px solid rgba(20,35,106,.08);border-radius:16px;background:hsla(0,0%,100%,.8);-webkit-box-shadow:0 16px 50px rgba(20,35,106,.06);box-shadow:0 16px 50px rgba(20,35,106,.06);backdrop-filter:blur(14px)}.landing-capability-strip>span{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;color:var(--landing-navy);font-size:13px;font-weight:700}.landing-capability-strip ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;color:#67728b;font-size:13px;list-style:none}.landing-capability-strip li{position:relative;padding-left:16px}.landing-capability-strip li:before{position:absolute;top:50%;left:0;width:5px;height:5px;border-radius:50%;background:var(--landing-cyan);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.landing-section{position:relative;padding:112px 0;scroll-margin-top:68px}.landing-section-heading{max-width:650px}.landing-section-heading-center{margin-right:auto;margin-left:auto;text-align:center}.landing-section-kicker{display:inline-block;margin-bottom:12px;color:var(--landing-blue);font-size:13px;font-weight:750;letter-spacing:.12em}.landing-section-kicker-light{color:#75dcf0}.landing-contact-copy h2,.landing-mobile-copy h2,.landing-section-heading h2{margin:0;color:var(--landing-ink);font-size:clamp(34px,3.3vw,48px);font-weight:760;letter-spacing:-.035em;line-height:1.28}.landing-section-heading>p{margin:18px 0 0;color:var(--landing-text);font-size:17px;line-height:1.85}.landing-product-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:52px}.landing-product-tabs>button{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:13px;padding:16px;border:1px solid var(--landing-line);border-radius:13px;background:var(--landing-white);text-align:left;-webkit-transition:border-color .2s ease,background .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;transition:border-color .2s ease,background .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease}.landing-product-tabs>button:hover{border-color:#cbd6f1;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.landing-product-tabs>button.is-active{border-color:var(--landing-blue);background:#f5f8ff;-webkit-box-shadow:0 10px 26px rgba(39,92,231,.1);box-shadow:0 10px 26px rgba(39,92,231,.1)}.landing-product-icon{display:grid;width:38px;height:38px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;place-items:center;border-radius:10px;background:var(--landing-soft);color:var(--landing-muted);font-size:11px;font-weight:750}.landing-product-tabs>button.is-active .landing-product-icon{background:var(--landing-blue);color:var(--landing-white)}.landing-product-tabs button>span:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-product-tabs strong{color:#222c49;font-size:14px}.landing-product-tabs small{overflow:hidden;margin-top:2px;color:var(--landing-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.landing-product-panel{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:520px;margin-top:18px;padding:58px;border:1px solid #e6ebf4;border-radius:24px;background:radial-gradient(circle at 100% 0,rgba(8,185,219,.08),transparent 35%),#f8faff}.landing-product-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 11px;border-radius:6px;background:rgba(39,92,231,.09);color:var(--landing-blue);font-size:12px;font-weight:700}.landing-product-copy h3{margin:18px 0 16px;color:var(--landing-ink);font-size:30px;line-height:1.42}.landing-product-copy>p{margin:0;color:var(--landing-text)}.landing-product-copy ul{display:grid;gap:10px;margin:24px 0 26px;padding:0;color:#46516a;font-size:14px;list-style:none}.landing-product-copy li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:9px}.landing-product-copy li span{display:grid;width:19px;height:19px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;place-items:center;border-radius:50%;background:rgba(56,199,154,.13);color:#16986f;font-size:10px;font-weight:800}.landing-browser-frame{overflow:hidden;border:1px solid #dce2ee;border-radius:13px;background:#fff;-webkit-box-shadow:0 28px 55px rgba(23,48,112,.17);box-shadow:0 28px 55px rgba(23,48,112,.17);-webkit-transform:perspective(1400px) rotateY(-3deg);transform:perspective(1400px) rotateY(-3deg)}.landing-browser-bar{display:-webkit-box;display:-ms-flexbox;display:flex;height:34px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding:0 12px;border-bottom:1px solid #edf0f5}.landing-browser-bar span{width:6px;height:6px;border-radius:50%;background:#d8dde7}.landing-browser-bar i{width:42%;height:9px;margin-left:12px;border-radius:5px;background:#f1f3f7}.landing-browser-frame>img{display:block;width:100%;aspect-ratio:1.92;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.landing-shot-note{display:table;margin:16px auto 0;color:var(--landing-muted);font-size:12px}.landing-panel-enter-active,.landing-panel-leave-active{-webkit-transition:opacity .22s ease,-webkit-transform .22s ease;transition:opacity .22s ease,-webkit-transform .22s ease;transition:opacity .22s ease,transform .22s ease;transition:opacity .22s ease,transform .22s ease,-webkit-transform .22s ease}.landing-panel-enter-from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.landing-panel-leave-to{opacity:0;-webkit-transform:translateY(-6px);transform:translateY(-6px)}.landing-loop{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:96px}.landing-loop-intro h3{margin:0;color:var(--landing-ink);font-size:32px;line-height:1.4}.landing-loop-intro p{margin:16px 0 0;color:var(--landing-text)}.landing-loop-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;list-style:none}.landing-loop-steps li{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:108px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px;padding:20px;border:1px solid var(--landing-line);border-radius:14px;background:#fff;-webkit-box-shadow:0 12px 30px rgba(18,26,53,.035);box-shadow:0 12px 30px rgba(18,26,53,.035)}.landing-loop-steps li>span{color:var(--landing-blue);font-size:11px;font-weight:800}.landing-loop-steps div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-loop-steps strong{color:#25304e;font-size:15px}.landing-loop-steps small{margin-top:4px;color:var(--landing-muted);font-size:12px}.landing-service{background:var(--landing-soft)}.landing-service-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:60px}.landing-service-head>p{width:410px;margin:0 0 5px;color:var(--landing-text)}.landing-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:52px}.landing-service-card{min-height:370px;padding:28px;border:1px solid rgba(20,35,106,.08);border-radius:18px;background:#fff;-webkit-box-shadow:0 12px 36px rgba(18,26,53,.04);box-shadow:0 12px 36px rgba(18,26,53,.04);-webkit-transition:-webkit-transform .24s ease,-webkit-box-shadow .24s ease;transition:-webkit-transform .24s ease,-webkit-box-shadow .24s ease;transition:transform .24s ease,box-shadow .24s ease;transition:transform .24s ease,box-shadow .24s ease,-webkit-transform .24s ease,-webkit-box-shadow .24s ease}.landing-service-card:hover{-webkit-box-shadow:0 20px 45px rgba(18,26,53,.09);box-shadow:0 20px 45px rgba(18,26,53,.09);-webkit-transform:translateY(-6px);transform:translateY(-6px)}.landing-service-card-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.landing-service-card-top>small{color:#c7cdd9;font-size:11px;font-weight:700}.landing-service-symbol{display:grid;width:52px;height:52px;place-items:center;border-radius:15px;background:rgba(39,92,231,.1);color:var(--landing-blue)}.landing-service-symbol.is-2{background:rgba(8,185,219,.11);color:#009fbd}.landing-service-symbol.is-3{background:rgba(56,199,154,.12);color:#15966e}.landing-service-symbol.is-4{background:rgba(255,187,25,.14);color:#c58a00}.landing-service-symbol svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.landing-service-card h3{margin:28px 0 12px;color:#222c49;font-size:20px}.landing-service-card>p{min-height:88px;margin:0;color:var(--landing-text);font-size:14px}.landing-service-card ul{display:grid;gap:8px;margin:24px 0 0;padding:18px 0 0;border-top:1px solid var(--landing-line);color:#6b758c;font-size:12px;list-style:none}.landing-service-card li:before{margin-right:8px;color:var(--landing-cyan);content:"·";font-weight:900}.landing-service-promise{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:24px;padding:24px 28px;border:1px solid rgba(39,92,231,.1);border-radius:16px;background:hsla(0,0%,100%,.72)}.landing-service-promise,.landing-service-promise>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.landing-service-promise>div{gap:14px}.landing-promise-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--landing-navy);color:#fff;font-size:13px}.landing-service-promise p{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-service-promise strong{color:#27314e;font-size:14px}.landing-service-promise small{color:var(--landing-muted);font-size:11px}.landing-mobile{padding:0;background:var(--landing-soft)}.landing-mobile-shell{display:grid;min-height:690px;grid-template-columns:.95fr 1.05fr;overflow:hidden;border-radius:30px;background:radial-gradient(circle at 80% 16%,rgba(8,185,219,.18),transparent 28%),linear-gradient(135deg,#111e59,#182c78 58%,#123468);color:#fff}.landing-mobile-copy{padding:88px 30px 78px 78px}.landing-mobile-copy h2{max-width:520px;color:#fff}.landing-mobile-copy>p{max-width:510px;margin:20px 0 0;color:hsla(0,0%,100%,.68);font-size:16px}.landing-platform-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:22px 0 0;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;list-style:none}.landing-platform-list li{padding:6px 10px;border:1px solid hsla(0,0%,100%,.13);border-radius:999px;background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.82);font-size:11px;line-height:1.4;white-space:nowrap}.landing-mobile-features{display:grid;gap:18px;margin:28px 0 34px}.landing-mobile-features>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:13px}.landing-mobile-features>div>span{display:grid;width:34px;height:34px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;place-items:center;border:1px solid hsla(0,0%,100%,.16);border-radius:10px;background:hsla(0,0%,100%,.08);color:#75dcf0}.landing-mobile-features p{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-mobile-features strong{font-size:14px}.landing-mobile-features small,.landing-mobile-support{color:hsla(0,0%,100%,.56);font-size:11px}.landing-mobile-support{display:block;margin-top:13px}.landing-mobile-visual{position:relative;min-height:690px}.landing-mobile-visual:before{position:absolute;top:40px;right:40px;width:420px;height:420px;border:1px solid hsla(0,0%,100%,.08);border-radius:50%;content:""}.landing-phone{position:absolute;bottom:-44px;left:70px;width:300px;height:604px;padding:10px;border:2px solid hsla(0,0%,100%,.24);border-radius:42px;background:#071233;-webkit-box-shadow:0 36px 70px rgba(0,0,0,.35);box-shadow:0 36px 70px rgba(0,0,0,.35);-webkit-transform:rotate(3deg);transform:rotate(3deg)}.landing-phone-speaker{position:absolute;top:17px;left:50%;z-index:2;width:78px;height:20px;border-radius:12px;background:#071233;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.landing-phone-screen{height:100%;overflow:hidden;padding:38px 18px 20px;border-radius:32px;background:#f6f8fc;color:#222c49}.landing-phone-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-phone-head span{color:#9ca5b6;font-size:9px}.landing-phone-head strong{font-size:18px}.landing-phone-summary{margin-top:16px;padding:18px;border-radius:16px;background:linear-gradient(135deg,#2f5fe4,#183ea8);-webkit-box-shadow:0 12px 24px rgba(39,92,231,.2);box-shadow:0 12px 24px rgba(39,92,231,.2);color:#fff}.landing-phone-summary small{display:block;opacity:.65;font-size:8px}.landing-phone-summary strong{display:block;margin-top:3px;font-size:13px}.landing-phone-summary>div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;margin-top:20px}.landing-phone-summary>div span{width:26px;height:4px;border-radius:3px;background:hsla(0,0%,100%,.3)}.landing-phone-summary>div span:nth-child(-n+3){background:#75dcf0}.landing-phone-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px}.landing-phone-actions>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;color:#737e93;font-size:8px}.landing-phone-actions i{display:grid;width:34px;height:34px;place-items:center;border-radius:11px;background:#eaf0ff;color:var(--landing-blue);font-size:10px;font-style:normal;font-weight:700}.landing-phone-actions>div:nth-child(2) i{background:#e7faf4;color:#15966e}.landing-phone-actions>div:nth-child(3) i{background:#fff4dc;color:#ba7e00}.landing-phone-actions>div:nth-child(4) i{background:#e7f8fc;color:#009fbd}.landing-phone-list{margin-top:20px}.landing-phone-list-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.landing-phone-list-title strong{font-size:12px}.landing-phone-list-title small{color:var(--landing-blue);font-size:8px}.landing-phone-task{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-top:10px;padding:10px;border:1px solid #edf0f5;border-radius:10px;background:#fff}.landing-phone-task>span{color:var(--landing-blue);font-size:8px;font-weight:700}.landing-phone-task p{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-phone-task strong{font-size:9px}.landing-phone-task small{color:#9ca5b6;font-size:7px}.landing-phone-task i{width:6px;height:6px;border-radius:50%;background:var(--landing-mint)}.landing-access-cards{position:absolute;right:34px;bottom:56px;z-index:3;display:grid;gap:14px}.landing-download-card{width:174px;padding:18px;border:1px solid hsla(0,0%,100%,.2);border-radius:18px;background:hsla(0,0%,100%,.94);-webkit-box-shadow:0 24px 50px rgba(0,0,0,.22);box-shadow:0 24px 50px rgba(0,0,0,.22);color:#27314e}.landing-mini-program-card{-webkit-transform:rotate(2deg);transform:rotate(2deg)}.landing-app-download-card{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}.landing-download-card>img{display:block;width:136px;height:136px}.landing-download-card>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;margin-top:13px}.landing-download-card>div>img{width:34px;height:34px;border-radius:9px}.landing-mini-program-mark{display:grid;width:34px;height:34px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;place-items:center;border-radius:10px;background:#07c160;color:#fff;font-size:13px;font-weight:700}.landing-download-card p{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.45}.landing-download-card strong{font-size:10px}.landing-download-card small{color:#8f98ab;font-size:8px}.landing-faq{background:#fff}.landing-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.landing-faq-heading{position:sticky;top:116px;-ms-flex-item-align:start;align-self:start}.landing-faq-heading .landing-text-link{margin-top:28px}.landing-faq-list details{border-bottom:1px solid var(--landing-line)}.landing-faq-list details:first-child{border-top:1px solid var(--landing-line)}.landing-faq-list summary{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:82px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;color:#222c49;font-size:17px;font-weight:650;cursor:pointer;list-style:none}.landing-faq-list summary::-webkit-details-marker{display:none}.landing-faq-list summary i{position:relative;width:24px;height:24px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:50%;background:var(--landing-soft)}.landing-faq-list summary i:after,.landing-faq-list summary i:before{position:absolute;top:50%;left:50%;width:10px;height:1.5px;background:var(--landing-blue);content:"";-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.landing-faq-list summary i:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.landing-faq-list details[open] summary i:after{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}.landing-faq-list details>div{padding:0 54px 28px 0;color:var(--landing-text);font-size:14px;line-height:1.9}.landing-contact{padding-top:32px}.landing-contact-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:450px;padding:70px;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 95% 10%,rgba(8,185,219,.2),transparent 30%),linear-gradient(135deg,#101c54,#172c72);color:#fff}.landing-contact-copy h2{color:#fff}.landing-contact-copy>p{max-width:550px;margin:20px 0 0;color:hsla(0,0%,100%,.67)}.landing-contact-actions{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;margin-top:32px}.landing-contact-actions,.landing-contact-info{display:-webkit-box;display:-ms-flexbox;display:flex}.landing-contact-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:28px;padding:26px;border:1px solid hsla(0,0%,100%,.14);border-radius:20px;background:hsla(0,0%,100%,.07);backdrop-filter:blur(8px)}.landing-contact-qr{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:10px;border-radius:12px;background:#fff;color:#6e788e;text-align:center}.landing-contact-qr img{display:block;width:112px;height:112px;border-radius:5px}.landing-contact-qr span{display:block;padding-top:6px;font-size:9px}.landing-contact-info address{display:grid;gap:14px;min-width:0;font-style:normal}.landing-contact-info address>*{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-contact-info address small{color:hsla(0,0%,100%,.48);font-size:9px}.landing-contact-info address strong{color:#fff;font-size:15px}.landing-contact-info address span{color:hsla(0,0%,100%,.82);font-size:12px;line-height:1.65}.landing-footer{padding:30px 0 34px;background:#fff}.landing-footer-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px;padding-bottom:30px;border-bottom:1px solid var(--landing-line)}.landing-brand-footer .landing-brand-text small{font-size:9px;letter-spacing:.04em}.landing-footer-main nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px;margin-left:auto;color:#69748b;font-size:13px}.landing-footer-login,.landing-footer-main nav a:hover{color:var(--landing-blue)}.landing-footer-login{font-size:13px}.landing-footer-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:24px;color:#929bae;font-size:11px}.landing-footer-bottom,.landing-footer-bottom>div{display:-webkit-box;display:-ms-flexbox;display:flex}.landing-footer-bottom>div{gap:18px}.landing-footer-bottom a:hover{color:var(--landing-blue)}.site-error{display:grid;min-height:100vh;place-items:center;padding:32px;background:radial-gradient(circle at 70% 20%,rgba(8,185,219,.12),transparent 28%),linear-gradient(160deg,#f4f8ff,#fff);color:#121a35;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.site-error-card{width:100%;max-width:560px;padding:56px;border:1px solid #e5e9f2;border-radius:24px;background:hsla(0,0%,100%,.9);-webkit-box-shadow:0 30px 70px rgba(20,35,106,.1);box-shadow:0 30px 70px rgba(20,35,106,.1);text-align:center}.site-error-brand{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:34px;text-decoration:none}.site-error-code{display:block;background:linear-gradient(110deg,#275ce7,#08b9db);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:72px;font-weight:800;letter-spacing:-.05em;line-height:1}.site-error-card h1{margin:22px 0 12px;font-size:30px}.site-error-card p{margin:0 0 30px;color:#56617a}@media (max-width:1080px){.landing-nav{gap:18px}.landing-header-actions{gap:14px;margin-left:22px}.landing-hero-grid{grid-template-columns:minmax(0,1fr) minmax(460px,1fr);gap:34px}.landing-hero h1{font-size:46px}.landing-product-panel{gap:36px;padding:42px}.landing-service-grid{grid-template-columns:repeat(2,1fr)}.landing-service-card{min-height:330px}.landing-mobile-copy{padding-left:52px}.landing-phone{left:28px}.landing-access-cards{right:20px}.landing-contact-shell{padding:54px}}@media (max-width:900px){.landing-header,.landing-header.is-open,.landing-header.is-scrolled{height:66px}.landing-brand>img{width:38px;height:38px}.landing-brand-text strong{font-size:16px}.landing-menu-toggle{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;width:42px;height:42px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;margin-left:auto;padding:0;border:1px solid var(--landing-line);border-radius:10px;background:hsla(0,0%,100%,.85)}.landing-menu-toggle span{width:18px;height:2px;border-radius:2px;background:var(--landing-navy);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease}.landing-header.is-open .landing-menu-toggle span:first-child{-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.landing-header.is-open .landing-menu-toggle span:nth-child(2){opacity:0}.landing-header.is-open .landing-menu-toggle span:last-child{-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.landing-nav{position:fixed;top:66px;right:0;left:0;display:grid;max-height:0;gap:0;margin:0;overflow:hidden;padding:0 24px;border-bottom:1px solid transparent;background:hsla(0,0%,100%,.98);opacity:0;visibility:hidden;-webkit-transition:max-height .3s ease,padding .3s ease,opacity .2s ease,visibility .2s ease;transition:max-height .3s ease,padding .3s ease,opacity .2s ease,visibility .2s ease}.landing-header.is-open .landing-nav{max-height:520px;padding-top:16px;padding-bottom:24px;border-bottom-color:var(--landing-line);-webkit-box-shadow:0 24px 40px rgba(18,26,53,.1);box-shadow:0 24px 40px rgba(18,26,53,.1);opacity:1;visibility:visible}.landing-nav>a{padding:12px 4px;border-bottom:1px solid #eff1f5;font-size:15px}.landing-nav>a:after{display:none}.landing-nav-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:18px}.landing-header-actions{display:none}.landing-hero{min-height:auto;padding-top:116px}.landing-hero-grid{grid-template-columns:1fr}.landing-hero-copy{max-width:700px;text-align:center;justify-self:center}.landing-hero-lead{margin-right:auto;margin-left:auto}.landing-hero-actions,.landing-hero-trust{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.landing-hero-visual{width:100%;max-width:650px;margin:0 auto}.landing-dashboard{-webkit-transform:none;transform:none}.landing-capability-strip{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px;margin-top:30px}.landing-capability-strip ul{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.landing-product-tabs{grid-template-columns:repeat(2,1fr)}.landing-product-panel{grid-template-columns:1fr}.landing-product-copy{max-width:650px}.landing-contact-shell,.landing-faq-grid,.landing-loop,.landing-service-head{grid-template-columns:1fr}.landing-service-head{display:grid;gap:22px}.landing-service-head>p{width:auto;max-width:680px}.landing-mobile-shell{grid-template-columns:1fr}.landing-mobile-copy{padding:70px 56px 40px}.landing-mobile-visual{min-height:650px}.landing-phone{left:23%}.landing-access-cards{right:16%}.landing-faq-grid{gap:50px}.landing-faq-heading{position:static}.landing-contact-shell{gap:42px}.landing-contact-info{max-width:550px}.landing-footer-main{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.landing-footer-main nav{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;margin-left:0}.landing-footer-login{margin-left:auto}}@media (max-width:600px){.landing-container{width:calc(100% - 32px);max-width:1180px}.landing-brand-text small{display:none}.landing-hero{padding-top:104px}.landing-eyebrow{font-size:11px}.landing-hero h1{margin-top:22px;font-size:clamp(36px,10.8vw,48px)}.landing-hero-lead{font-size:15px;line-height:1.8}.landing-hero-actions{display:grid;grid-template-columns:1fr}.landing-hero-trust{gap:12px 18px}.landing-hero-visual{margin-top:4px;padding-bottom:28px}.landing-dashboard-topbar{height:38px}.landing-dashboard-body{min-height:310px}.landing-dashboard-side{width:38px;gap:18px}.landing-dashboard-mark{width:24px;height:24px}.landing-dashboard-side>span{width:12px;height:12px}.landing-dashboard-content{padding:17px 12px}.landing-dashboard-heading strong{font-size:13px}.landing-metric-grid{gap:5px;margin-top:12px}.landing-metric-card{padding:9px 7px}.landing-metric-card strong{font-size:10px}.landing-metric-card small{display:none}.landing-chart-card{margin-top:8px;padding:10px 8px 8px}.landing-chart{height:74px;gap:6px;margin-top:8px;background-size:100% 25px}.landing-chart span{width:10px}.landing-float-card{display:none}.landing-capability-strip{padding:18px}.landing-capability-strip ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;font-size:11px}.landing-capability-strip li{padding-left:10px}.landing-section{padding:82px 0}.landing-contact-copy h2,.landing-mobile-copy h2,.landing-section-heading h2{font-size:32px}.landing-section-heading>p{font-size:15px}.landing-product-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;margin:38px -16px 0;padding:0 16px 8px;overflow-x:auto;scrollbar-width:none}.landing-product-tabs::-webkit-scrollbar{display:none}.landing-product-tabs>button{width:184px;-webkit-box-flex:0;-ms-flex:0 0 184px;flex:0 0 184px}.landing-product-panel{min-height:auto;gap:36px;margin-top:12px;padding:28px 20px 24px;border-radius:18px}.landing-product-copy h3{font-size:25px}.landing-browser-frame{-webkit-transform:none;transform:none}.landing-loop{gap:32px;margin-top:68px}.landing-loop-intro h3{font-size:27px}.landing-loop-steps{grid-template-columns:1fr}.landing-loop-steps li{min-height:92px}.landing-service-grid{grid-template-columns:1fr}.landing-service-card{min-height:auto}.landing-service-card>p{min-height:0}.landing-service-promise{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}.landing-mobile{padding:0 16px}.landing-mobile-shell{width:100%;border-radius:22px}.landing-mobile-copy{padding:58px 24px 30px}.landing-mobile-copy .landing-button{width:100%}.landing-mobile-visual{min-height:750px}.landing-phone{bottom:168px;left:50%;width:270px;height:550px;-webkit-transform:translateX(-58%) rotate(2deg);transform:translateX(-58%) rotate(2deg)}.landing-access-cards{right:auto;bottom:24px;left:50%;grid-template-columns:repeat(2,118px);gap:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.landing-download-card{width:118px;padding:11px;-webkit-transform:none;transform:none}.landing-download-card>img{width:96px;height:96px}.landing-download-card>div>img,.landing-download-card p small,.landing-mini-program-mark{display:none}.landing-faq-list summary{min-height:72px;font-size:15px}.landing-contact{padding-top:12px}.landing-contact-shell{padding:42px 24px;border-radius:22px}.landing-contact-actions{display:grid}.landing-contact-info{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px}.landing-contact-qr{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;text-align:left}.landing-contact-qr img{width:84px;height:84px}.landing-contact-qr span{font-size:11px}.landing-footer-main{gap:28px}.landing-footer-main nav{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.landing-footer-bottom{gap:10px}.landing-footer-bottom,.landing-footer-bottom>div{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-footer-bottom>div{gap:6px}.site-error{padding:16px}.site-error-card{padding:40px 22px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-page *,.landing-page :after,.landing-page :before{scroll-behavior:auto!important;-webkit-transition-duration:.01ms!important;transition-duration:.01ms!important;-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}