@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=IBM+Plex+Mono:wght@400;500&family=Sora:wght@400;500;600;700&display=swap");:root{--ink:#111318;--paper:#f4f2ed;--white:#fff;--blue:#315cff;--lime:#c9f64a;--orange:#ff6b35;--line:#d7d5cf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.brand{gap:10px;font-size:24px;font-weight:800;letter-spacing:-1.5px}.brand-mark{width:30px;height:30px;display:flex;align-items:flex-end;gap:3px}.brand-mark i{display:block;width:7px;background:var(--blue);border-radius:8px}.brand-mark i:first-child{height:17px}.brand-mark i:nth-child(2){height:28px}.brand-mark i:nth-child(3){height:22px}.nav-links{display:flex;gap:34px;font-size:13px;font-weight:600}.nav-links a{transition:.2s}.nav-links a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:16px 20px;font-size:13px;font-weight:700;border:1px solid var(--ink);transition:.25s}.button span{font-size:18px}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.button-primary{background:var(--lime);border-color:var(--lime);color:var(--ink)}.button-primary:hover{background:white;border-color:white;transform:translateY(-2px)}.menu-button{display:none}.hero{min-height:690px;display:grid;grid-template-columns:.93fr 1.07fr;grid-gap:65px;gap:65px;align-items:center;padding-top:45px;padding-bottom:80px}.eyebrow,.kicker{font:500 11px DM Mono,monospace;letter-spacing:1.3px;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:24px}.status-dot{width:8px;height:8px;background:var(--lime);border-radius:50%;box-shadow:0 0 0 5px #dff3a8}.cta-card h2,.hero h1,.method h2,.section h2{font-size:72px;line-height:.95;letter-spacing:-5px;margin:0;font-weight:700}.cta-card h2 em,.hero h1 em,.method h2 em,.section h2 em{font-family:Georgia,serif}.hero h1 em{color:var(--blue)}.hero-copy>p{font-size:17px;line-height:1.7;color:#565960;max-width:510px;margin:28px 0}.hero-actions{display:flex;align-items:center;gap:26px}.hero-actions .button{background:var(--ink);color:white;border-color:var(--ink)}.hero-actions .button:hover{background:var(--blue);border-color:var(--blue)}.text-link{font-size:13px;font-weight:700;display:flex;gap:10px}.trust-row{margin-top:52px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;gap:16px}.trust-row p{font-size:11px;line-height:1.5;color:#74767c}.trust-row strong{color:var(--ink)}.avatars{display:flex}.avatars span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--paper);margin-left:-8px;background:#252830;color:white;font:500 9px DM Mono}.avatars span:first-child{margin-left:0;background:var(--blue)}.avatars span:last-child{background:var(--lime);color:var(--ink)}.hero-system{height:570px;background:#12141a;color:white;position:relative;overflow:visible;box-shadow:18px 18px 0 #dedbd3}.system-top{height:52px;border-bottom:1px solid #2e3138;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font:10px DM Mono;color:#838791;letter-spacing:1px}.online{color:#bce835}.online i{display:inline-block;width:6px;height:6px;background:#bce835;border-radius:50%;margin-right:7px}.flow-map{height:405px;position:relative;background-image:linear-gradient(#202229 1px,transparent 0),linear-gradient(90deg,#202229 1px,transparent 0);background-size:32px 32px}.node{position:absolute;background:#1c1f26;border:1px solid #383b43}.node-main{left:50%;top:50%;transform:translate(-50%,-50%);width:175px;height:135px;padding:18px;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;box-shadow:0 0 40px #315cff25}.node-main .node-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--blue);font-size:20px;margin-bottom:9px}.node strong{font-size:12px}.node small{font:9px DM Mono;color:#838791;margin-top:4px}.node-main b{font:8px DM Mono;color:var(--lime);margin-top:10px}.node-a,.node-b,.node-c{display:flex;align-items:center;gap:10px;padding:12px;width:145px}.node-a{left:4%;top:16%}.node-b{right:4%;top:12%}.node-c{right:5%;bottom:11%}.node-a div,.node-b div,.node-c div{display:flex;flex-direction:column}.mini-icon{width:27px;height:27px;display:grid;place-items:center;color:white}.mini-icon.blue{background:var(--blue)}.mini-icon.lime{background:var(--lime);color:var(--ink)}.mini-icon.orange{background:var(--orange)}.flow-line{position:absolute;background:#444851;height:1px;transform-origin:left}.line-one{width:180px;left:21%;top:29%;transform:rotate(25deg)}.line-two{width:170px;left:51%;top:36%;transform:rotate(-28deg)}.line-three{width:190px;left:51%;top:55%;transform:rotate(24deg)}.flow-line:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--lime);animation:flow 2.5s infinite}@keyframes flow{0%{left:0}to{left:100%}}.system-bottom{height:113px;border-top:1px solid #2e3138;padding:18px 24px;display:flex;align-items:flex-end;justify-content:space-between}.system-bottom div:first-child{display:grid;grid-template-columns:auto auto;align-items:end;grid-gap:2px 8px;gap:2px 8px}.system-bottom span{grid-column:1/3;font:8px DM Mono;color:#838791}.system-bottom strong{font-size:32px}.system-bottom small{font:9px DM Mono;color:#838791;margin-bottom:6px}.mini-chart{display:flex;align-items:end;gap:5px;height:42px}.mini-chart i{width:6px;background:var(--blue)}.mini-chart i:first-child{height:13px}.mini-chart i:nth-child(2){height:18px}.mini-chart i:nth-child(3){height:14px}.mini-chart i:nth-child(4){height:27px}.mini-chart i:nth-child(5){height:22px}.mini-chart i:nth-child(6){height:34px}.mini-chart i:nth-child(7){height:41px;background:var(--lime)}.floating-note{position:absolute;right:-28px;bottom:75px;background:white;color:var(--ink);padding:16px;display:flex;gap:11px;align-items:center;box-shadow:0 12px 35px #0003}.floating-note>span{width:34px;height:34px;background:var(--lime);display:grid;place-items:center}.floating-note div{display:flex;flex-direction:column}.floating-note strong{font-size:18px}.floating-note small{font-size:9px;color:#777}.manifest{background:var(--blue);color:white;overflow:hidden;transform:rotate(-1deg);margin:0 -10px}.marquee{height:63px;display:flex;align-items:center;gap:28px;white-space:nowrap;width:max-content;animation:marquee 28s linear infinite}.marquee span{font:500 12px DM Mono;letter-spacing:1.5px}.marquee b{color:var(--lime)}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding-top:140px;padding-bottom:140px}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;margin-bottom:64px}.kicker{display:block;color:var(--blue);margin-bottom:22px}.method h2,.section h2{font-size:58px}.section-heading>p{font-size:15px;line-height:1.75;color:#666970;max-width:430px;margin:0 0 4px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.service-card{background:white;border:1px solid #e1dfda;padding:24px;min-height:600px;display:flex;flex-direction:column;transition:.3s}.service-card:hover{transform:translateY(-8px);box-shadow:0 18px 50px #1112}.card-top{display:flex;justify-content:space-between;font:10px DM Mono}.card-top span{color:#999}.card-top b{font-weight:500}.service-visual{height:175px;margin:25px 0;position:relative;display:grid;place-items:center;overflow:hidden;background:#f3f4f6}.service-visual>span{z-index:2;width:62px;height:62px;background:var(--blue);color:white;display:grid;place-items:center;font-size:28px}.service-card.lime .service-visual>span{background:var(--lime);color:var(--ink)}.service-card.orange .service-visual>span{background:var(--orange)}.orbit{position:absolute;border:1px solid #cfd2d8;border-radius:50%}.o1{width:120px;height:120px}.o2{width:185px;height:185px}.service-card h3{font-size:25px;letter-spacing:-1px;margin:4px 0 14px}.service-card>p{font-size:13px;line-height:1.7;color:#6b6e74;margin:0}.service-card ul{list-style:none;padding:20px 0;margin:20px 0;border-top:1px solid #e5e5e5}.service-card li{font-size:12px;margin:10px 0;display:flex;align-items:center;gap:9px}.service-card li i{width:5px;height:5px;background:var(--blue);border-radius:50%}.service-card.lime li i{background:#91be15}.service-card.orange li i{background:var(--orange)}.service-card>a{margin-top:auto;padding-top:18px;border-top:1px solid #e5e5e5;font-size:12px;font-weight:700;display:flex;justify-content:space-between}.method{background:var(--ink);color:white;padding:130px 0}.method .kicker{color:var(--lime)}.method-intro{display:flex;justify-content:space-between;align-items:start}.method-intro h2{text-align:right}.method-layout{display:grid;grid-template-columns:1fr 1.05fr;grid-gap:100px;gap:100px;margin-top:80px}.step-list button{width:100%;height:75px;border:0;border-top:1px solid #373a41;background:none;color:#777b84;display:grid;grid-template-columns:45px 1fr 30px;align-items:center;text-align:left;cursor:pointer;transition:.25s}.step-list button:last-child{border-bottom:1px solid #373a41}.step-list button span{font:10px DM Mono}.step-list button b,.step-list button strong{font-size:18px}.step-list button.active{color:white;padding-left:15px;border-color:var(--lime)}.method-panel{height:390px;border:1px solid #3d4048;position:relative;padding:48px;overflow:hidden;background:#17191f}.panel-index{position:absolute;right:25px;top:18px;font:11px DM Mono;color:#666}.scanline{height:1px;background:linear-gradient(90deg,transparent,var(--lime),transparent);position:absolute;left:0;right:0;top:30%;animation:scan 4s infinite}@keyframes scan{50%{top:80%}}.panel-icon{width:64px;height:64px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-size:28px}.method-panel h3{font-size:32px;margin:32px 0 12px}.method-panel p{font-size:14px;line-height:1.7;color:#a5a8af;max-width:380px}.progress{height:2px;background:#363940;margin-top:38px}.progress i{display:block;height:100%;background:var(--lime);transition:.3s}.method-panel>small{font:8px DM Mono;color:#777;display:block;margin-top:10px}.why{display:grid;grid-template-columns:1fr 1fr;grid-gap:90px;gap:90px;align-items:center}.why-copy>p{font-size:15px;line-height:1.8;color:#696c72;margin:28px 0 35px}.metric-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:12px;gap:12px}.metric{padding:28px;min-height:210px;background:white;display:flex;flex-direction:column}.metric.large{grid-row:1/3;justify-content:flex-end;background:var(--blue);color:white}.metric.dark{background:var(--ink);color:white}.metric.lime-metric{background:var(--lime)}.metric strong{font-size:50px;letter-spacing:-3px}.metric span{font-size:13px;font-weight:700}.metric p{font-size:10px;line-height:1.5;color:inherit;opacity:.65;margin-top:auto}.cta-section{padding-top:40px;padding-bottom:100px}.cta-card{min-height:520px;background:var(--blue);color:white;padding:70px;position:relative;overflow:hidden}.cta-card .kicker{color:var(--lime)}.cta-card h2{font-size:64px;position:relative}.cta-card>p{max-width:470px;font-size:15px;line-height:1.6;position:relative}.cta-card .button{margin-top:20px;position:relative}.cta-card>small{display:block;margin-top:16px;font:8px DM Mono;position:relative}.cta-orb{position:absolute;width:550px;height:550px;border:1px solid #ffffff35;border-radius:50%;right:-70px;top:-90px}.cta-orb:after,.cta-orb:before{content:"";position:absolute;border:1px solid #ffffff20;border-radius:50%;inset:65px}.cta-orb:after{inset:140px;background:var(--lime);opacity:.9}.footer{min-height:130px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.5fr 1.4fr auto;align-items:center;grid-gap:25px;gap:25px;font-size:10px}.footer p{color:#777}.footer>div:nth-of-type(2){display:flex;gap:25px;font-weight:700}.footer>span{font:9px DM Mono;color:#777}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.nav-cta,.nav-links{display:none}.menu-button{display:block;border:0;background:none;width:32px}.menu-button span{display:block;height:2px;background:var(--ink);margin:7px}.nav-links.open{position:absolute;display:flex;flex-direction:column;background:var(--ink);color:white;top:75px;left:0;right:0;padding:28px}.hero{grid-template-columns:1fr;padding-top:55px}.hero h1{font-size:62px}.hero-system{margin-top:10px}.section-heading{gap:30px}.section-heading,.service-grid{grid-template-columns:1fr}.service-card{min-height:540px}.method-intro{display:block}.method-intro h2{text-align:left;margin-top:25px}.method-layout{gap:40px}.method-layout,.why{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr;padding:40px 0}.footer>p{display:none}}@media(max-width:560px){.shell{width:min(100% - 28px,1180px)}.nav{height:72px}.hero{padding-top:35px;gap:35px}.hero h1{font-size:48px;letter-spacing:-3px}.hero-copy>p{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{margin-top:35px}.hero-system{height:465px;box-shadow:8px 8px 0 #dedbd3}.flow-map{height:335px}.system-bottom{height:78px}.node-main{width:145px}.node-a,.node-b,.node-c{width:120px;padding:8px}.node-a{left:1%}.node-b,.node-c{right:1%}.floating-note{right:-5px;bottom:50px}.section{padding-top:90px;padding-bottom:90px}.method h2,.section h2{font-size:42px;letter-spacing:-3px}.service-card{padding:20px}.method{padding:90px 0}.method-layout{margin-top:50px}.method-panel{height:370px;padding:35px 25px}.metric-grid{grid-template-columns:1fr}.metric.large{grid-row:auto;min-height:260px}.cta-card{padding:45px 25px;min-height:550px}.cta-card h2{font-size:46px;letter-spacing:-3px}.cta-orb{opacity:.4}.footer{grid-template-columns:1fr}.footer>div:nth-of-type(2){flex-wrap:wrap}}body{font-family:DM Sans,Arial,sans-serif}.brand{display:flex;align-items:center;gap:0;font-size:0;letter-spacing:0}.brand img{display:block;width:154px;height:auto}.footer-brand img{width:132px}.cta-card h2,.hero h1,.method h2,.section h2{font-family:Sora,sans-serif;font-weight:600;letter-spacing:-4px;line-height:.98}.cta-card h2 em,.hero h1 em,.method h2 em,.section h2 em{font-family:Sora,sans-serif;font-style:normal;font-weight:400}.avatars span,.card-top,.cta-card>small,.eyebrow,.footer>span,.kicker,.marquee span,.method-panel>small,.node small,.node-main b,.panel-index,.step-list button span,.system-bottom small,.system-bottom span,.system-top{font-family:IBM Plex Mono,monospace}.method-panel h3,.metric strong,.service-card h3{font-family:Sora,sans-serif}@media(max-width:560px){.brand img{width:132px}.footer-brand img{width:120px}}:root{--brand-cyan:#00dfd0;--brand-cyan-soft:#8ff8ef}.hero,.nav{position:relative;isolation:isolate;color:#f7fbfb}.hero:before,.nav:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:#0a1016}.nav-links a:hover{color:var(--brand-cyan)}.nav-cta{background:var(--brand-cyan);border-color:var(--brand-cyan);color:#071014}.nav-cta:hover{border-color:#fff;color:#071014}.menu-button span,.nav-cta:hover{background:#fff}.hero h1 em{color:var(--brand-cyan)}.hero-copy>p{color:#aab5bc}.hero .eyebrow{color:#dce7e9}.hero .status-dot{background:var(--brand-cyan);box-shadow:0 0 0 5px #00dfd025}.hero-actions .button{background:var(--brand-cyan);border-color:var(--brand-cyan);color:#061012}.hero-actions .button:hover{background:#fff;border-color:#fff;color:#061012}.hero .text-link{color:#f5fbfb}.hero .trust-row{border-color:#26313a}.hero .trust-row p{color:#8f9da5}.hero .trust-row strong{color:#f5fbfb}.hero .avatars span{border-color:#0a1016}.hero .avatars span:first-child{background:var(--brand-cyan);color:#061012}.hero-system{background:#0d151c;border:1px solid #1d343b;box-shadow:18px 18px 0 #00dfd01a}.node-main{box-shadow:0 0 42px #00dfd026}.mini-chart i,.mini-icon.blue,.node-main .node-icon{background:var(--brand-cyan);color:#071014}.marquee b,.node-main b,.online{color:var(--brand-cyan)}.floating-note>span,.flow-line:after,.online i{background:var(--brand-cyan)}.floating-note{border-bottom:3px solid var(--brand-cyan)}@media(max-width:560px){.hero-system{box-shadow:8px 8px 0 #00dfd01a}}:root{--blue:#00b8af;--lime:#9cf4ed;--orange:#087f7a;--flui-cyan:#00dfd0;--flui-teal:#00a69f;--flui-deep:#076c69;--flui-mint:#b8f8f2;--flui-wash:#e6faf8}.kicker{color:var(--flui-deep)}.manifest{background:var(--flui-deep)}.marquee b{color:var(--flui-cyan)}.service-card.blue .service-visual{background:var(--flui-wash)}.service-card.blue .service-visual>span{background:var(--flui-cyan);color:#061312}.service-card.lime .service-visual{background:#ddf8f5}.service-card.lime .service-visual>span{background:var(--flui-teal);color:#fff}.service-card.orange .service-visual{background:#d4efed}.service-card.orange .service-visual>span{background:var(--flui-deep)}.service-card.blue li i{background:var(--flui-cyan)}.service-card.lime li i{background:var(--flui-teal)}.service-card.orange li i{background:var(--flui-deep)}.service-card:hover{border-color:#81d8d2;box-shadow:0 18px 50px #087f7a1a}.method .kicker,.method .node-main b{color:var(--flui-cyan)}.step-list button.active{border-color:var(--flui-cyan)}.panel-icon{background:var(--flui-cyan)}.scanline{background:linear-gradient(90deg,transparent,var(--flui-cyan),transparent)}.progress i{background:var(--flui-cyan)}.metric.large{background:var(--flui-teal)}.metric.lime-metric{background:var(--flui-mint)}.cta-card{background:var(--flui-deep)}.cta-card .kicker{color:var(--flui-mint)}.cta-orb:after{background:var(--flui-cyan);display:none}.footer .brand img{filter:saturate(.95)}.cta-card{isolation:isolate}.cta-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--flui-deep) 0,var(--flui-deep) 43%,transparent 72%);z-index:-1}.cta-card>.button,.cta-card>.kicker,.cta-card>h2,.cta-card>p,.cta-card>small{z-index:3;position:relative}.cta-robot-wrap{position:absolute;z-index:-2;inset:0 0 0 35%;overflow:hidden}.cta-robot-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.robot-speech{position:absolute;z-index:2;right:29%;top:13%;background:#fff;color:#09201f;padding:16px 20px;border-radius:18px 18px 4px 18px;font:600 15px Sora,sans-serif;box-shadow:0 12px 30px #001e1b35;animation:speechFloat 3s ease-in-out infinite}.robot-speech:after{content:"";position:absolute;right:0;bottom:-9px;border-color:transparent transparent transparent #fff;border-style:solid;border-width:10px 0 0 13px}@keyframes speechFloat{50%{transform:translateY(-5px)}}@media(max-width:760px){.cta-card{min-height:760px}.cta-card:after{background:linear-gradient(180deg,var(--flui-deep) 0,var(--flui-deep) 48%,transparent 72%)}.cta-robot-wrap{inset:38% 0 0 0}.cta-robot-wrap img{object-position:58% center}.robot-speech{right:8%;top:15%;font-size:13px;padding:13px 16px}}.saas-section{background:var(--flui-wash);position:relative;overflow:hidden}.saas-section:before{content:"SNW";position:absolute;right:-35px;top:85px;font:600 240px/1 Sora,sans-serif;color:#087f7a08;letter-spacing:-20px}.saas-section .section-heading,.snw-card{position:relative}.snw-card{display:grid;grid-template-columns:.88fr 1.12fr;grid-gap:0;gap:0;background:#081116;color:#fff;border:1px solid #153238;box-shadow:18px 18px 0 #00b8af20}.snw-copy{padding:54px}.product-label{display:flex;align-items:center;gap:12px;font:500 9px IBM Plex Mono,monospace;letter-spacing:1px}.product-label span{background:var(--flui-cyan);color:#061312;padding:7px 9px}.product-label i{font-style:normal;color:#6d8b8e}.snw-title{display:flex;align-items:center;gap:14px;margin:40px 0 25px}.snw-mark{width:54px;height:54px;border-radius:15px 5px 15px 5px;background:linear-gradient(145deg,var(--flui-cyan),var(--flui-deep));display:grid;place-items:center;font:600 27px Sora}.snw-title div{display:flex;flex-direction:column}.snw-title strong{font:600 25px Sora}.snw-title small{font-size:10px;color:#779094;margin-top:3px}.snw-copy h3{font:500 38px/1.08 Sora,sans-serif;letter-spacing:-2px;margin:0}.snw-copy h3 em{color:var(--flui-cyan);font-style:normal;font-weight:400}.snw-copy>p{font-size:13px;line-height:1.75;color:#8fa2a6;margin:24px 0;max-width:480px}.integration-list{display:flex;gap:8px;margin:25px 0 34px}.integration-list span{border:1px solid #294248;padding:8px 11px;color:#9cb0b3;font:500 9px IBM Plex Mono,monospace;letter-spacing:.5px}.snw-button{background:var(--flui-cyan);border-color:var(--flui-cyan);color:#061312}.snw-button:hover{background:#fff;border-color:#fff}.snw-dashboard{margin:30px;background:#0d1a20;border:1px solid #20333a;padding:22px;position:relative;overflow:hidden}.snw-dashboard:after{content:"";position:absolute;width:260px;height:260px;border:1px solid #00dfd015;border-radius:50%;right:-130px;top:-130px}.dashboard-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #21343a;font:500 8px IBM Plex Mono,monospace;color:#60777c;letter-spacing:.7px}.dashboard-head b{color:var(--flui-cyan);font-weight:500}.dashboard-footer i,.dashboard-head b i{display:inline-block;width:6px;height:6px;background:var(--flui-cyan);border-radius:50%;margin-right:6px;box-shadow:0 0 0 4px #00dfd015}.connection-card{display:grid;grid-template-columns:45px 1fr auto;align-items:center;grid-gap:14px;gap:14px;background:#131f25;border-left:3px solid #f16d6d;padding:17px;margin:20px 0}.connection-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f16d6d18;color:#ff8585;font-weight:700}.connection-card>div:nth-child(2){display:flex;flex-direction:column}.connection-card small{font:8px IBM Plex Mono;color:#60777c}.connection-card strong{font-size:12px;margin:4px 0}.connection-card span{font-size:9px;color:#778a8e}.connection-card>b{font:500 8px IBM Plex Mono;color:#ff8585;border:1px solid #ff858540;padding:6px}.notification-flow{display:grid;grid-gap:9px;gap:9px}.flow-step{display:grid;grid-template-columns:23px 33px 1fr;align-items:center;grid-gap:10px;gap:10px;padding:10px;border:1px solid #21343a;position:relative}.flow-step:after{content:"";position:absolute;width:1px;height:10px;background:#2a4549;left:54px;bottom:-10px}.flow-step:last-child:after{display:none}.flow-step>span{font:8px IBM Plex Mono;color:#587075}.flow-step>i{font-style:normal;width:29px;height:29px;display:grid;place-items:center;background:#17282d;color:var(--flui-cyan)}.flow-step>div{display:flex;flex-direction:column}.flow-step strong{font-size:10px}.flow-step small{font-size:8px;color:#637a7e;margin-top:2px}.flow-step.active{border-color:#00dfd050;background:#00dfd008}.flow-step.active>i{background:var(--flui-cyan);color:#061312}.reconnect-box{padding:15px;margin-top:16px;background:#081217}.reconnect-box>small{font:8px IBM Plex Mono;color:#577075}.reconnect-box>div{display:flex;gap:8px;margin-top:10px}.reconnect-box span{flex:1 1;border:1px solid #234047;padding:10px;font-size:9px;color:#9fb1b3}.reconnect-box span i{color:var(--flui-cyan);font-style:normal;margin-right:6px}.dashboard-footer{display:flex;justify-content:space-between;margin-top:18px;font:8px IBM Plex Mono;color:#587075}.dashboard-footer>span{color:var(--flui-cyan)}.snw-benefits{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:#b7dfdc;margin-top:45px;border:1px solid #b7dfdc}.snw-benefits>div{background:var(--flui-wash);padding:28px}.snw-benefits span{font:9px IBM Plex Mono;color:var(--flui-deep)}.snw-benefits strong{display:block;font:600 15px Sora;margin:18px 0 8px}.snw-benefits p{font-size:11px;line-height:1.55;color:#5f7273;margin:0}.whatsapp-float{position:fixed;z-index:80;right:24px;bottom:24px;width:56px;height:56px;display:grid;place-items:center;background:#12b98f;color:#fff;padding:0;border-radius:50%;box-shadow:0 10px 30px #052d2560;transition:.25s}.whatsapp-float:hover{transform:translateY(-4px);background:#0fa780}.whatsapp-float svg{width:25px;height:25px;fill:currentColor}.whatsapp-float span{display:none}.footer{position:relative;isolation:isolate;color:#eefafa;border-color:#243238}.footer:before{content:"";position:absolute;z-index:-1;inset:0;left:50%;width:100vw;transform:translateX(-50%);background:#0a1016}.footer p,.footer>span{color:#819094}.footer a{color:#dbe7e8;transition:.2s}.footer a:hover{color:var(--flui-cyan)}@media(max-width:900px){.snw-card{grid-template-columns:1fr}.snw-dashboard{min-height:520px}}@media(max-width:560px){.saas-section:before{font-size:130px}.snw-copy{padding:34px 22px}.snw-copy h3{font-size:31px}.snw-dashboard{margin:0 14px 14px;padding:15px;min-height:auto}.dashboard-head span{display:none}.connection-card{grid-template-columns:38px 1fr}.connection-card>b{display:none}.reconnect-box>div{flex-direction:column}.snw-benefits{grid-template-columns:1fr}.whatsapp-float{right:14px;bottom:14px}.whatsapp-float svg{width:28px;height:28px}.footer{padding-top:55px;padding-bottom:55px}}.agents-section{background:#071015;color:#f5fbfb;position:relative;overflow:hidden}.agents-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 45%,#00dfd016,transparent 36%),linear-gradient(#ffffff03 1px,transparent 0),linear-gradient(90deg,#ffffff03 1px,transparent 0);background-size:auto,42px 42px,42px 42px}.agents-layout{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:60px;gap:60px;align-items:center}.agents-copy{position:relative;z-index:2}.agents-copy .kicker{color:var(--flui-cyan)}.agents-copy h2{font:600 54px/.98 Sora,sans-serif;letter-spacing:-3.5px;margin:0}.agents-copy h2 em{font-style:normal;font-weight:400;color:var(--flui-cyan)}.agents-copy>p{font-size:14px;line-height:1.8;color:#8fa1a6;margin:28px 0 32px;max-width:520px}.agent-types{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #26363b;margin-bottom:32px}.agent-types span{padding:13px 5px;border-bottom:1px solid #26363b;font-size:12px;font-weight:600}.agent-types span:nth-child(odd){border-right:1px solid #26363b}.agent-types b{font:500 8px IBM Plex Mono;color:var(--flui-cyan);margin-right:10px}.agents-button{background:var(--flui-cyan);border-color:var(--flui-cyan);color:#061312}.agents-button:hover{background:white;border-color:white}.agent-ecosystem{height:620px;position:relative;border:1px solid #1b3036;background:#091319;overflow:hidden}.robot-visual{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.9}.agent-ecosystem:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#09131940,transparent 40%),linear-gradient(0deg,#091319,transparent 30%)}.ecosystem-center{position:absolute;z-index:4;left:50%;bottom:24px;transform:translateX(-50%);width:172px;height:62px;background:#0c181eeb;border:1px solid #00dfd055;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 35px #00dfd025}.ecosystem-center img{width:105px}.ecosystem-center span{font:500 7px IBM Plex Mono;color:var(--flui-cyan);letter-spacing:1.2px;margin-top:4px}.integration-node{position:absolute;z-index:4;min-width:58px;height:52px;padding:8px;background:#f9fdfd;border:1px solid #d9efed;color:#102023;display:flex;align-items:center;justify-content:center;gap:4px;box-shadow:0 8px 25px #0008}.integration-node img{width:26px;height:26px;object-fit:contain}.integration-node b{font:700 13px DM Sans}.integration-node small{font:600 7px IBM Plex Mono;color:#697879}.node-tiny{left:4%;top:9%;color:#1687d9}.node-bling{left:2%;top:43%;color:#38a842}.node-kommo{left:12%;bottom:12%;color:#251b4b}.node-kommo b{font-size:22px}.node-facebook{right:5%;top:8%}.node-instagram{right:1%;top:33%}.node-chatwoot{right:7%;top:57%}.node-calcom{right:22%;bottom:5%}.node-calendar{left:37%;top:4%}.node-webhook{left:2%;top:67%}.node-webhook b{font-size:20px;color:var(--flui-deep)}.connector{position:absolute;z-index:3;width:150px;height:1px;background:linear-gradient(90deg,var(--flui-cyan),transparent);opacity:.55;transform-origin:left}.c1{left:13%;top:20%;transform:rotate(25deg)}.c2{right:7%;top:20%;transform:rotate(150deg)}.c3{left:13%;bottom:25%;transform:rotate(-20deg)}.c4{right:11%;bottom:27%;transform:rotate(195deg)}.agents-proof{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:40px;border:0}.agents-proof span{padding:22px 18px;text-align:center;font:500 8px IBM Plex Mono;letter-spacing:.8px;color:#c2dcdd;border:1px solid #244249;background:linear-gradient(135deg,#102126,#0b191e);box-shadow:inset 0 1px 0 #ffffff08}.agents-proof span:nth-child(2){background:linear-gradient(135deg,#0d292b,#0b1d21);border-color:#1d5454}.agents-proof span:nth-child(3){background:linear-gradient(135deg,#123136,#0b1b20);border-color:#245259}.agents-proof span+span{border-left:1px solid #244249}.agents-proof span:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:10px;border-radius:50%;background:#00dfd018;color:var(--flui-cyan)}.integration-caption{font:500 8px IBM Plex Mono;letter-spacing:1.2px;color:#6f8589;margin-bottom:10px}.integration-list{flex-wrap:wrap}.integration-list span{display:inline-flex;align-items:center;gap:8px;background:#f7fbfb;border:1px solid #d8eeee;color:#132426;padding:7px 12px 7px 8px;min-height:43px}.integration-list span img{width:29px;height:29px;object-fit:contain}.integration-list span strong{font:700 9px IBM Plex Mono;letter-spacing:.3px}@media(max-width:1000px){.agents-layout{grid-template-columns:1fr}.agents-copy{max-width:720px}.agent-ecosystem{height:650px}}@media(max-width:560px){.agents-copy h2{font-size:40px;letter-spacing:-2.5px}.agent-ecosystem{height:500px}.integration-node{transform:scale(.82)}.node-calendar{left:39%}.node-chatwoot{right:1%}.node-calcom{right:8%;bottom:4%}.ecosystem-center{width:145px}.agents-proof{grid-template-columns:1fr}.agents-proof span+span{border-left:0;border-top:1px solid #24363b}}