:root{--bg:#f8f7f4;--panel:#fff;--panel-2:#fbfaf7;--text:#131b2e;--muted:#5d6678;--ink:#0a1124;--blue:#2563eb;--blue-deep:#1b3fa8;--teal:#00b49b;--lime:#7ac943;--line:#131b2e1a;--shadow:0 12px 36px #131b2e12;--font-display:"Bricolage Grotesque", sans-serif;--font-accent:"Instrument Serif", serif;--font-logo:"Poppins", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:#2563eb40}.nx-nav{z-index:100;-webkit-backdrop-filter:blur(8px);background:linear-gradient(#f8f7f4eb,#f8f7f400);justify-content:space-between;align-items:center;padding:1.1rem 4vw;display:flex;position:fixed;top:0;left:0;right:0}.nx-logo{align-items:center;gap:.65rem;text-decoration:none;display:flex}.nx-logo svg{width:38px;height:auto}.nx-logo-name{font-family:var(--font-logo);color:var(--blue-deep);letter-spacing:.01em;font-size:1.15rem;font-weight:700}.nx-logo-name em{background:linear-gradient(120deg, var(--teal), var(--lime));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.nx-nav-links{gap:2.2rem;list-style:none;display:flex}.nx-nav-links a{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .25s}.nx-nav-links a:hover{color:var(--blue)}.nx-nav-right{align-items:center;gap:2.2rem;display:flex}.nx-nav-cta{font-family:var(--font-display);color:#fff;background:linear-gradient(120deg, var(--teal), var(--lime));white-space:nowrap;border-radius:99px;padding:.55rem 1.3rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 20px #00b49b47}.nx-nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00b49b61}@media (width<=900px){.nx-nav-links{display:none}.nx-nav{padding:.9rem 5vw}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}.nx-hero{background:radial-gradient(ellipse 70% 55% at 32% 38%, #0649db12, transparent 70%), radial-gradient(ellipse 55% 45% at 78% 22%, #05b4c80f, transparent 70%), radial-gradient(ellipse 50% 40% at 82% 78%, #84eb1f0d, transparent 70%), var(--bg);height:100vh;position:relative;overflow:hidden}.nx-hero-canvas{position:absolute;inset:0}.nx-hero-glow{pointer-events:none;background:radial-gradient(#0000 45%,#131b2e0f 100%);position:absolute;inset:0}.nx-hero-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:absolute;inset:0}.nx-hero-mark{width:min(38vh,30rem,60vw)}.nx-hero-mark svg{filter:drop-shadow(0 14px 34px #2563eb38);width:100%;height:auto}.nx-wordmark{font-family:var(--font-logo);letter-spacing:.01em;background:linear-gradient(100deg, #3b6cf0, var(--blue) 55%, var(--blue-deep));color:#0000;opacity:0;will-change:opacity, transform, filter;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.4rem,6vw,4.6rem);font-weight:700}.nx-wordmark span{background:linear-gradient(120deg, var(--teal), var(--lime));color:#0000;-webkit-background-clip:text;background-clip:text}.nx-tagline{align-items:center;gap:1.4rem;display:flex}.nx-tagline-word{font-family:var(--font-display);letter-spacing:.55em;opacity:0;will-change:opacity, letter-spacing;font-size:clamp(.75rem,1.6vw,1.05rem);font-weight:600}.nx-tagline-dot{background:var(--muted);opacity:.6;border-radius:50%;width:5px;height:5px}.nx-beats{pointer-events:none;max-width:34rem;position:absolute;bottom:9vh;left:5vw}.nx-beat{width:max-content;max-width:42vw;font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);opacity:0;will-change:opacity, transform;font-size:clamp(1.1rem,2.4vw,1.9rem);font-weight:650;position:absolute;bottom:0;left:0}.nx-beat em{font-family:var(--font-accent);background:linear-gradient(100deg, var(--blue), var(--teal));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.06em;font-style:italic;font-weight:400}.nx-beat:before{content:"";background:linear-gradient(90deg, var(--blue), var(--teal), var(--lime));width:3.2rem;height:2px;margin-bottom:.8rem;display:block}.nx-scroll-cue{color:var(--muted);letter-spacing:.3em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.6rem;font-size:.72rem;display:flex;position:absolute;bottom:6vh;right:5vw}.nx-scroll-line{background:linear-gradient(var(--muted), transparent);transform-origin:top;width:1px;height:52px;animation:1.8s ease-in-out infinite nx-cue}@keyframes nx-cue{0%,to{opacity:.4;transform:scaleY(.4)}50%{opacity:1;transform:scaleY(1)}}@media (width<=900px){.nx-hero-mark{width:min(66vw,34vh)}.nx-beats{max-width:none;bottom:8vh;left:7vw;right:7vw}.nx-beat{text-align:center;width:auto;max-width:none;left:0;right:0}.nx-beat:before{margin-left:auto;margin-right:auto}.nx-tagline{flex-wrap:wrap;justify-content:center;gap:.7rem 1rem;padding:0 6vw}.nx-scroll-cue{display:none}}.nx-section{align-items:center;min-height:130vh;padding:18vh 6vw;display:flex;position:relative;overflow:hidden}.nx-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(ellipse 45% 40% at 25% 30%, var(--aur-a), transparent 70%), radial-gradient(ellipse 40% 35% at 75% 68%, var(--aur-b), transparent 70%);will-change:transform;animation:14s ease-in-out infinite alternate nx-drift;position:absolute;inset:-20%}#connect{--aur-a:#0649db12;--aur-b:#05b4c80d}#automate{--aur-a:#0ed3a814;--aur-b:#0649db0a}#grow{--aur-a:#84eb1f17;--aur-b:#0ed3a80d}@keyframes nx-drift{0%{transform:translate(-3%,-2%)scale(1)}to{transform:translate(3%,2%)scale(1.06)}}@media (prefers-reduced-motion:reduce){.nx-section:before{animation:none}}.nx-section-inner{z-index:2;width:min(44rem,92vw);position:relative}.nx-section--left .nx-section-inner{margin-right:auto}.nx-section--right .nx-section-inner{margin-left:auto}@media (width>=901px){.nx-section--left .nx-section-inner{width:min(44rem,47vw)}.nx-section--right .nx-section-inner{width:min(44rem,45vw)}}.nx-eyebrow{font-family:var(--font-display);letter-spacing:.34em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.72rem;font-weight:600;display:inline-block}.nx-h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:1.4rem;font-size:clamp(2rem,4.4vw,3.4rem);font-weight:700;line-height:1.06}.nx-em{font-family:var(--font-accent);letter-spacing:0;font-size:1.05em;font-style:italic;font-weight:400}#connect .nx-em{color:var(--blue)}#automate .nx-em{color:var(--teal)}#grow .nx-em{color:#2f9e44}.nx-sub{color:var(--muted);max-width:38rem;margin-bottom:3.2rem;font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.75}.nx-cards{gap:1.2rem;display:grid}.nx-card{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:14px;padding:1.6rem 1.7rem}.nx-card h3{font-family:var(--font-display);color:var(--text);align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:1.12rem;font-weight:600;display:flex}.nx-card-dot{border-radius:50%;flex:none;width:8px;height:8px}.nx-card p{color:var(--muted);font-size:.92rem;line-height:1.7}.nx-card ul{flex-wrap:wrap;gap:.5rem;margin-top:.9rem;list-style:none;display:flex}.nx-card li{color:var(--text);background:var(--panel-2);border:1px solid var(--line);border-radius:99px;padding:.28rem .75rem;font-size:.75rem}.nx-card-link{font-family:var(--font-display);color:var(--blue);margin-top:1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-block}.nx-card-link:hover{transform:translate(4px)}.nx-phone{border:1px solid var(--line);background:#f7f3ec;border-radius:22px;width:min(24rem,88vw);margin-bottom:2.6rem;overflow:hidden;box-shadow:0 24px 64px #0f1c3329}.nx-phone-head{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.nx-phone-avatar{background:linear-gradient(135deg, var(--teal), var(--lime));width:34px;height:34px;font-family:var(--font-display);color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.nx-phone-title{color:var(--text);font-size:.88rem;font-weight:600}.nx-phone-status{color:#1fa855;font-size:.7rem}.nx-chat{background:radial-gradient(circle at 20% 10%,#2563eb0a,#0000 60%),#efe9df;flex-direction:column;gap:.55rem;min-height:17rem;padding:1.1rem .9rem 1.3rem;display:flex}.nx-msg{opacity:0;border-radius:10px;max-width:82%;padding:.55rem .8rem;font-size:.83rem;line-height:1.5;transform:translateY(12px)scale(.97);box-shadow:0 1px 1px #0f1c3314}.nx-msg--in{color:#1a2333;background:#fff;border-top-left-radius:3px;align-self:flex-start}.nx-msg--out{color:#143324;background:#d9fdd3;border-top-right-radius:3px;align-self:flex-end}.nx-msg time{opacity:.55;text-align:right;margin-top:.2rem;font-size:.62rem;display:block}.nx-stats{flex-wrap:wrap;gap:2.6rem;margin-bottom:3rem;display:flex}.nx-stat-num{font-family:var(--font-display);background:linear-gradient(120deg, var(--blue), var(--teal));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.2rem,4.4vw,3.4rem);font-weight:700}.nx-stat-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:.3rem;font-size:.82rem}.nx-cta{text-align:center;color:#eef1f8;background:radial-gradient(ellipse 60% 50% at 28% 18%, #05b4c821, transparent 65%), radial-gradient(ellipse 50% 45% at 75% 70%, #84eb1f1a, transparent 65%), radial-gradient(ellipse 55% 45% at 55% 40%, #0649db1f, transparent 70%), var(--ink);padding:22vh 6vw 12vh;position:relative}.nx-cta-h{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.6rem;font-size:clamp(2.2rem,6vw,4.8rem);font-weight:750;line-height:1.12}.nx-cta-h .w-connect{color:#4d7ef7}.nx-cta-h .w-automate{color:#0ed3a8}.nx-cta-h .w-grow{color:#84eb1f}.nx-cta-sub{font-family:var(--font-accent);color:#a7b2cc;max-width:36rem;margin:0 auto 3rem;font-size:1.2rem;font-style:italic;line-height:1.7}.nx-cta-btn{font-family:var(--font-display);color:#fff;background:linear-gradient(120deg, var(--teal), var(--lime));border-radius:99px;padding:1.05rem 2.6rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-block;box-shadow:0 14px 40px #00b49b59}.nx-cta-btn:hover{transform:translateY(-3px);box-shadow:0 20px 56px #7ac94366}.nx-footer{text-align:left;border-top:1px solid #eef1f824;margin-top:14vh;padding-top:3rem}.nx-footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.nx-footer .nx-logo-name{color:#eef1f8}.nx-footer-links{flex-wrap:wrap;gap:.6rem 2rem;list-style:none;display:flex}.nx-footer-links a{color:#93a0be;font-size:.85rem;text-decoration:none;transition:color .2s}.nx-footer-links a:hover{color:#eef1f8}.nx-footer-legal{border-top:1px solid #eef1f814;border-bottom:1px solid #eef1f814;flex-wrap:wrap;gap:1.5rem 4rem;margin-bottom:1.8rem;padding:1.8rem 0;display:flex}.nx-footer-legal-col{color:#7d89a8;flex-direction:column;gap:.3rem;font-size:.8rem;line-height:1.6;display:flex}.nx-footer-legal-name{color:#b7c0d8;margin-bottom:.2rem;font-weight:600}.nx-footer-legal-col a{color:#93a0be;text-decoration:none;transition:color .2s}.nx-footer-legal-col a:hover{color:#eef1f8}.nx-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.nx-footer-tag{color:#7d89a8;letter-spacing:.22em;text-transform:uppercase;font-size:.78rem}.nx-sp-hero{background:radial-gradient(ellipse 60% 50% at 25% 30%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 70%), radial-gradient(ellipse 45% 40% at 80% 60%, color-mix(in srgb, var(--accent) 5%, transparent), transparent 70%), var(--bg);align-items:center;gap:4vw;padding:24vh 6vw 10vh;display:flex;position:relative;overflow:hidden}.nx-sp-hero-inner{z-index:2;width:min(44rem,92vw);position:relative}.nx-sp-h1{font-size:clamp(2.2rem,5vw,4rem)}.nx-sp-hero-mark{filter:drop-shadow(0 22px 44px #131b2e29);flex:none;width:min(26vw,22rem);margin-left:auto;transform:rotate(-6deg)}.nx-sp-actions{flex-wrap:wrap;align-items:center;gap:1.8rem;display:flex}.nx-sp-btn{padding:.9rem 2rem;font-size:.95rem}.nx-sp-back{font-family:var(--font-display);color:var(--muted);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.nx-sp-back:hover{color:var(--text)}.nx-sp-section{max-width:74rem;margin:0 auto;padding:8vh 6vw}.nx-sp-demo{justify-content:center;display:flex}.nx-sp-subhead{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:2.2rem;font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:700}.nx-sp-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.2rem;display:grid}.nx-steps{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2rem;display:grid}.nx-step-num{font-family:var(--font-display);opacity:.85;margin-bottom:.5rem;font-size:2.4rem;font-weight:800;display:block}.nx-step h3{font-family:var(--font-display);color:var(--text);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.nx-step p{color:var(--muted);font-size:.92rem;line-height:1.7}@media (width<=900px){.nx-sp-hero{padding-top:18vh}.nx-sp-hero-mark{display:none}.nx-section{min-height:auto;padding:12vh 6vw}.nx-section--left .nx-section-inner,.nx-section--right .nx-section-inner{margin:0}.nx-phone{width:100%}.nx-stats{flex-direction:column;gap:1.8rem}.nx-cta{padding:16vh 6vw 10vh}.nx-cta-btn{text-align:center;width:100%;display:block}.nx-footer{text-align:center;justify-content:center}}
