@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap");.nb-landing{--ink:#08070E;--ink-2:#14131F;--ink-3:#1D1B2B;--ink-line:rgba(255,255,255,.085);--paper:#FFFFFF;--paper-2:#F3F5FA;--paper-3:#E5EAF3;--warm:#FFF6EC;--warm-2:#FBE9D2;--warm-line:#F0DEC4;--t900:#0B1020;--t700:#2C3650;--t600:#4B5772;--t400:#8A93A8;--d-head:#EEF3FC;--d-body:#CBD6E8;--d-mut:#A0AEC6;--blue:#2E80F5;--blue-2:#74B3FF;--blue-700:#1763D6;--blue-deep:#0A2E66;--blue-tint:#E7F0FF;--orange:#FF9E1F;--orange-2:#FFC24D;--orange-700:#BE6F0C;--orange-tint:#FFF1DC;--spark:#DCEEFF;--rad:16px;--rad-lg:24px;--rad-xl:30px;--rad-sm:10px;--maxw:1180px;--sh-sm:0 1px 2px rgba(8,7,14,.07),0 2px 8px rgba(8,7,14,.06);--sh-md:0 12px 34px rgba(8,7,14,.13),0 2px 8px rgba(8,7,14,.07);--sh-lg:0 30px 70px rgba(0,0,0,.5),0 10px 24px rgba(0,0,0,.28);--sh-card:0 40px 90px rgba(0,0,0,.55),0 14px 30px rgba(0,0,0,.3);--sh-orange:0 12px 34px rgba(255,158,31,.42);--sh-blue:0 14px 40px rgba(46,128,245,.40);--font-d:"Space Grotesk",system-ui,-apple-system,sans-serif;--font-b:"Manrope",system-ui,-apple-system,sans-serif;--font-m:"IBM Plex Mono",ui-monospace,SFMono-Regular,monospace;font-family:var(--font-b);color:var(--t600);background:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}.nb-landing *,.nb-landing :after,.nb-landing :before{box-sizing:border-box;margin:0;padding:0}.nb-landing h1,.nb-landing h2,.nb-landing h3,.nb-landing h4{font-family:var(--font-d);color:var(--t900);line-height:1.06;letter-spacing:-.022em;font-weight:700}.nb-landing a{color:inherit;text-decoration:none}.nb-landing img,.nb-landing svg{display:block;max-width:100%}.nb-landing .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.nb-landing .eyebrow{font-family:var(--font-m);font-size:12.5px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-700);display:inline-flex;align-items:center;gap:9px}.nb-landing .eyebrow:before{content:"";width:22px;height:1.5px;background:var(--blue);display:inline-block}.nb-landing .eyebrow.amber{color:var(--orange-700)}.nb-landing .eyebrow.amber:before{background:var(--orange)}.nb-landing .eyebrow.light{color:var(--blue-2)}.nb-landing .eyebrow.light:before{background:var(--blue-2)}.nb-landing .logo-mark{height:1em;width:auto;flex-shrink:0}.nb-landing .nb-spark{animation:sparkPulse 2.6s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.nb-landing .nb-rays{animation:rayFlick 2.6s ease-in-out infinite}@keyframes sparkPulse{0%,to{opacity:.8;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@keyframes rayFlick{0%,to{opacity:.55}50%{opacity:1}}.nb-landing .brand{display:inline-flex;align-items:center;gap:11px;font-family:var(--font-d);font-weight:700;font-size:21px;color:#fff;letter-spacing:.02em}.nb-landing .brand .logo-mark{height:30px}.nb-landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--font-b);font-weight:700;font-size:15.5px;border:none;cursor:pointer;border-radius:12px;padding:15px 26px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.nb-landing .btn-primary{background:var(--orange);color:#2A1500;box-shadow:var(--sh-orange)}.nb-landing .btn-primary:hover{background:#F58C00;transform:translateY(-2px);box-shadow:0 16px 42px rgba(255,158,31,.5)}.nb-landing .btn-ghost{background:transparent;color:var(--t900);border:1.5px solid var(--paper-3)}.nb-landing .btn-ghost:hover{border-color:var(--blue);color:var(--blue-700);transform:translateY(-2px)}.nb-landing .btn-ghost.light{color:#fff;border-color:rgba(255,255,255,.22)}.nb-landing .btn-ghost.light:hover{border-color:var(--blue-2);color:var(--blue-2)}.nb-landing .btn-lg{padding:18px 34px;font-size:16.5px;border-radius:14px}.nb-landing .btn svg{width:18px;height:18px}.nb-landing .progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--orange),var(--blue));z-index:200;transition:width .1s linear}.nb-landing .nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;background:rgba(8,7,14,.52);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid rgba(255,255,255,0);transition:background .35s,border-color .35s}.nb-landing .nav.solid{background:rgba(8,7,14,.62);border-bottom:1px solid rgba(255,255,255,.1)}.nb-landing .nav-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.nb-landing .nav-links{display:flex;align-items:center;gap:30px}.nb-landing .nav-links a{font-size:15px;font-weight:600;color:rgba(255,255,255,.82);transition:color .25s}.nb-landing .nav-links a:hover{color:#fff}.nb-landing .nav.solid .nav-links a{color:rgba(255,255,255,.82)}.nb-landing .nav.solid .nav-links a:hover{color:#fff}.nb-landing .nav-cta{padding:11px 20px;font-size:14.5px;border-radius:10px}.nb-landing .bg-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.nb-landing .shape{position:absolute;border-radius:999px;opacity:.5}.nb-landing .shape.link{border:2px solid;background:transparent;width:220px;height:140px;border-radius:80px}.nb-landing .shape.s1{border-color:rgba(46,128,245,.16);top:-40px;right:8%;animation:drift1 22s ease-in-out infinite}.nb-landing .shape.s2{border-color:rgba(255,158,31,.14);bottom:6%;left:-50px;width:280px;height:170px;animation:drift2 26s ease-in-out infinite}.nb-landing .shape.s3{border-color:rgba(116,179,255,.1);top:38%;left:32%;width:150px;height:100px;animation:drift1 30s ease-in-out infinite reverse}.nb-landing .shape.orb{filter:blur(60px)}.nb-landing .shape.o1{width:340px;height:340px;background:radial-gradient(circle,rgba(46,128,245,.22),transparent 70%);top:-90px;right:-60px;animation:drift2 28s ease-in-out infinite}.nb-landing .shape.o2{width:300px;height:300px;background:radial-gradient(circle,rgba(255,158,31,.14),transparent 70%);bottom:-90px;left:10%;animation:drift1 24s ease-in-out infinite}@keyframes drift1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(28px,-26px) rotate(16deg)}}@keyframes drift2{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-30px,24px) rotate(-14deg)}}.nb-landing .hero{position:relative;background:var(--ink);color:var(--d-body);padding:144px 0 96px;overflow:hidden}.nb-landing .hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--ink-line) 1px,transparent 1px),linear-gradient(90deg,var(--ink-line) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(900px 620px at 60% 30%,#000,transparent 78%);mask-image:radial-gradient(900px 620px at 60% 30%,#000,transparent 78%);opacity:.5;pointer-events:none}.nb-landing .hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:1.04fr .86fr;gap:48px;align-items:center}.nb-landing .h-pill{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid var(--ink-line);padding:7px 14px 7px 8px;border-radius:100px;font-size:13px;color:var(--d-head);font-weight:600;margin-bottom:24px}.nb-landing .h-pill b{font-family:var(--font-m);font-weight:600;font-size:11px;letter-spacing:.08em;background:var(--orange);color:#3A2600;padding:3px 10px;border-radius:100px;text-transform:uppercase}.nb-landing .hero h1{color:var(--d-head);font-size:clamp(2.5rem,5vw,4.2rem);font-weight:700;margin-bottom:20px;letter-spacing:-.03em}.nb-landing .hero h1 .hl{color:var(--blue-2)}.nb-landing .hero h1 .strike{color:var(--d-mut);text-decoration:line-through;text-decoration-color:var(--orange);text-decoration-thickness:3px}.nb-landing .hero-sub{font-size:clamp(1.04rem,1.45vw,1.18rem);color:var(--d-body);max-width:520px;margin-bottom:28px}.nb-landing .hero-chips{display:flex;gap:10px;flex-wrap:wrap}.nb-landing .hero-chips span{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--d-head);background:rgba(255,255,255,.05);border:1px solid var(--ink-line);padding:8px 13px;border-radius:100px}.nb-landing .hero-chips svg{width:15px;height:15px;color:var(--blue-2)}.nb-landing .form-wrap{position:relative;z-index:3}.nb-landing .lead-form{position:relative;background:var(--paper);border-radius:var(--rad-xl);padding:28px 28px 26px;box-shadow:var(--sh-card)}.nb-landing .lead-form:before{content:"";position:absolute;inset:-2px;border-radius:calc(var(--rad-xl) + 2px);background:linear-gradient(135deg,rgba(255,158,31,.5),rgba(46,128,245,.5));z-index:-1;opacity:.8}.nb-landing .lf-ribbon{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-m);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-700);background:var(--orange-tint);padding:6px 11px;border-radius:100px;margin-bottom:14px}.nb-landing .lf-ribbon i{width:7px;height:7px;border-radius:50%;background:var(--orange);display:inline-block;animation:blink 1.8s infinite}.nb-landing .lead-form .fh{font-family:var(--font-d);font-weight:700;font-size:1.42rem;color:var(--t900);margin-bottom:5px;letter-spacing:-.02em}.nb-landing .lead-form .fs{font-size:.95rem;color:var(--t600);margin-bottom:20px}.nb-landing .lf-field{margin-bottom:16px}.nb-landing .lf-field label{display:block;font-size:13px;font-weight:700;color:var(--t600);margin-bottom:7px;letter-spacing:.03em;text-transform:uppercase}.nb-landing .lf-field label .rq{color:var(--blue)}.nb-landing .lf-field label .opt{font-weight:500;color:var(--t400);text-transform:none;letter-spacing:0}.nb-landing .lf-field input{width:100%;font-family:var(--font-b);font-size:15px;color:var(--t900);border:1.5px solid var(--paper-3);border-radius:12px;padding:13px 14px;background:var(--paper-2);transition:border-color .2s,background .2s,box-shadow .2s}.nb-landing .lf-field input:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px rgba(46,128,245,.12)}.nb-landing .lf-field.invalid input{border-color:#D9544A}.nb-landing .lf-field .lf-input-wrap{position:relative}.nb-landing .lf-field .lf-input-wrap .lf-input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--t500);pointer-events:none;flex-shrink:0}.nb-landing .lf-field .lf-input-wrap input{padding:13px 14px 13px 48px}.nb-landing .lf-field .lf-input-wrap input:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px rgba(46,128,245,.12)}.nb-landing .lf-field.invalid .lf-input-wrap input{border-color:#D9544A}.nb-landing .lf-hint{font-size:12.5px;color:var(--t600);margin-top:7px;font-family:var(--font-m)}.nb-landing .lf-hint.warn{color:var(--orange-700)}.nb-landing .lf-cats{display:flex;flex-wrap:wrap;gap:7px}.nb-landing .lf-cat{font-size:13.5px;font-weight:600;color:var(--t900);border:1.5px solid var(--paper-3);background:var(--paper-2);padding:9px 13px;border-radius:100px;cursor:pointer;transition:all .16s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nb-landing .lf-cat.on,.nb-landing .lf-cat:hover{border-color:var(--blue)}.nb-landing .lf-cat.on{background:var(--blue);color:#fff}.nb-landing .lead-form .btn{width:100%;margin-top:8px}.nb-landing .lf-captcha-wrap{margin-bottom:12px}.nb-landing .lf-foot{margin-top:12px;text-align:center;font-size:12px;color:var(--t400);display:flex;align-items:center;justify-content:center;gap:7px}.nb-landing .lf-foot svg{width:14px;height:14px;color:var(--blue-700)}.nb-landing .lf-err{font-size:12px;color:#D9544A;margin-top:6px}.nb-landing .lf-success{text-align:center;padding:26px 6px}.nb-landing .lf-success-anim{animation:rise .5s ease-out}.nb-landing .lf-success .sc{width:70px;height:70px;border-radius:50%;background:var(--blue-tint);display:grid;place-items:center;margin:0 auto 18px}.nb-landing .lf-success .sc svg{width:36px;height:36px;color:var(--blue-700)}.nb-landing .lf-success h3{font-size:1.4rem;color:var(--t900);margin-bottom:9px}.nb-landing .lf-success p{color:var(--t600);font-size:.97rem}.nb-landing .lf-search-input,.nb-landing .lf-search-wrap{position:relative}.nb-landing .lf-search-input .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--t400);pointer-events:none}.nb-landing .lf-search-input input{padding-left:36px}.nb-landing .lf-dropdown{position:absolute;z-index:50;width:100%;margin-top:4px;background:#fff;border:1.5px solid var(--paper-3);border-radius:12px;box-shadow:var(--sh-md);max-height:200px;overflow-y:auto}.nb-landing .lf-dropdown-item{padding:10px 14px;cursor:pointer;font-size:14px;color:var(--t900);transition:background .12s;border-bottom:1px solid var(--paper-3)}.nb-landing .lf-dropdown-item:last-child{border-bottom:none}.nb-landing .lf-dropdown-item.hi,.nb-landing .lf-dropdown-item:hover{background:var(--blue-tint)}.nb-landing .lf-dropdown-empty{padding:10px 14px;font-size:13px;color:var(--t400);text-align:center}.nb-landing .lf-selected-cats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.nb-landing .lf-sel-tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--blue-700);background:var(--blue-tint);border:1.5px solid rgba(46,128,245,.3);border-radius:100px;padding:5px 10px}.nb-landing .lf-sel-tag button{background:none;border:none;cursor:pointer;color:var(--blue-700);display:flex;align-items:center;padding:0;line-height:1}.nb-landing .lf-sel-tag button:hover{color:var(--blue)}.nb-landing .lf-sel-tag svg{width:13px;height:13px}.nb-landing .lf-phone-input{display:flex;align-items:center;border:1.5px solid var(--paper-3);border-radius:12px;background:var(--paper-2);transition:border-color .2s,background .2s,box-shadow .2s;overflow:visible;position:relative}.nb-landing .lf-phone-input:focus-within{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px rgba(46,128,245,.12)}.nb-landing .lf-phone-input.invalid{border-color:#D9544A}.nb-landing .lf-phone-divider{width:1px;height:22px;background:var(--paper-3);flex-shrink:0}.nb-landing .lf-phone-num{flex:1;border:none;outline:none;background:transparent;font-family:var(--font-b);font-size:15px;color:var(--t900);padding:13px 14px}.nb-landing .cp-wrap{position:relative;flex-shrink:0}.nb-landing .cp-trigger{display:flex;align-items:center;gap:7px;padding:0 12px;height:48px;border:none;background:transparent;cursor:pointer;border-radius:10px 0 0 10px;transition:background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nb-landing .cp-trigger:hover{background:rgba(46,128,245,.07)}.nb-landing .cp-flag-img{width:20px;height:15px;border-radius:2px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;display:block}.nb-landing .cp-code{font-family:var(--font-m);font-size:13.5px;font-weight:600;color:var(--t900);letter-spacing:.02em}.nb-landing .cp-caret{width:10px;height:10px;color:var(--t400);transition:transform .2s}.nb-landing .cp-wrap[data-open=true] .cp-caret{transform:rotate(180deg)}.nb-landing .cp-dropdown{position:absolute;left:0;top:calc(100% + 6px);z-index:200;background:#fff;border:1.5px solid var(--paper-3);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);width:280px;overflow:hidden}.nb-landing .cp-search-wrap{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--paper-3)}.nb-landing .cp-search-icon{width:15px;height:15px;color:var(--t400);flex-shrink:0}.nb-landing .cp-search{flex:1;border:none;outline:none;font-family:var(--font-b);font-size:14px;color:var(--t900);background:transparent}.nb-landing .cp-search::-moz-placeholder{color:var(--t400)}.nb-landing .cp-search::placeholder{color:var(--t400)}.nb-landing .cp-list{max-height:220px;overflow-y:auto}.nb-landing .cp-item{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;transition:background .1s}.nb-landing .cp-item.active,.nb-landing .cp-item:hover{background:var(--blue-tint)}.nb-landing .cp-item .cp-flag-img{width:20px;height:15px;border-radius:2px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.nb-landing .cp-item-country{flex:1;font-size:13.5px;color:var(--t900);font-family:var(--font-b)}.nb-landing .cp-item-code{font-size:12.5px;font-family:var(--font-m);color:var(--t400);font-weight:600}.nb-landing .cp-empty{padding:14px;text-align:center;font-size:13px;color:var(--t400)}.nb-landing .marquee{background:var(--ink);border-top:1px solid var(--ink-line);border-bottom:1px solid var(--ink-line);padding:18px 0;overflow:hidden;position:relative;z-index:2}.nb-landing .marquee:after,.nb-landing .marquee:before{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.nb-landing .marquee:before{left:0;background:linear-gradient(90deg,var(--ink),transparent)}.nb-landing .marquee:after{right:0;background:linear-gradient(270deg,var(--ink),transparent)}.nb-landing .mq-track{display:flex;gap:14px;width:-moz-max-content;width:max-content;animation:marquee 38s linear infinite}.nb-landing .marquee:hover .mq-track{animation-play-state:paused}.nb-landing .mq-item{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-d);font-weight:600;font-size:15px;color:var(--d-body);white-space:nowrap;padding:8px 16px;border:1px solid var(--ink-line);border-radius:100px}.nb-landing .mq-item i{width:6px;height:6px;border-radius:50%;flex-shrink:0}@keyframes marquee{to{transform:translateX(-50%)}}.nb-landing .anim{position:relative;background:var(--ink);color:var(--d-body);padding:96px 0 88px;overflow:hidden}.nb-landing .anim .sec-head,.nb-landing .anim-stage{position:relative;z-index:3}.nb-landing .anim-stage{display:flex;align-items:center;justify-content:center;gap:10px;max-width:1040px;margin:18px auto 0}.nb-landing .an-node{flex-shrink:0;position:relative}.nb-landing .an-card{width:230px;background:var(--ink-2);border:1px solid var(--ink-line);border-radius:16px;padding:15px 16px;box-shadow:var(--sh-lg);animation:floatY 5.5s ease-in-out infinite}.nb-landing .an-card .top{display:flex;align-items:center;gap:9px;margin-bottom:9px}.nb-landing .an-card .av{width:30px;height:30px;border-radius:9px;background:var(--orange-tint);display:grid;place-items:center;font-size:16px}.nb-landing .an-card .who{font-size:12.5px;font-weight:700;color:var(--d-head)}.nb-landing .an-card .ts{font-family:var(--font-m);font-size:9.5px;color:var(--d-mut);margin-left:auto}.nb-landing .an-card .msg{font-size:12.5px;color:var(--d-body);line-height:1.45}.nb-landing .an-card .tag{margin-top:10px;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;font-family:var(--font-m);letter-spacing:.05em;color:var(--orange);background:rgba(255,158,31,.12);padding:4px 9px;border-radius:7px}.nb-landing .an-label{position:absolute;left:50%;bottom:-26px;transform:translateX(-50%);font-family:var(--font-m);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--d-mut);white-space:nowrap}.nb-landing .an-label.orange{color:var(--orange)}.nb-landing .an-label.blue{color:var(--blue-2)}.nb-landing .connector{flex:1;min-width:46px;height:46px;display:flex;align-items:center;position:relative}.nb-landing .connector .line{width:100%;height:3px;border-radius:3px;position:relative;background-size:16px 3px;background-repeat:repeat-x;animation:flowDash 1.1s linear infinite}.nb-landing .connector.left .line{background-image:linear-gradient(90deg,var(--orange) 0 7px,transparent 7px 16px)}.nb-landing .connector.right .line{background-image:linear-gradient(90deg,var(--blue) 0 7px,transparent 7px 16px)}.nb-landing .connector .dot{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;margin-top:-5px;animation:travelX 2.2s ease-in-out infinite}.nb-landing .connector.left .dot{background:var(--orange);box-shadow:0 0 12px var(--orange)}.nb-landing .connector.right .dot{background:var(--blue);box-shadow:0 0 12px var(--blue)}@keyframes flowDash{to{background-position-x:16px}}@keyframes travelX{0%{left:-2%;opacity:0}12%{opacity:1}88%{opacity:1}to{left:100%;opacity:0}}.nb-landing .an-core{flex-shrink:0;position:relative;width:184px;display:grid;place-items:center}.nb-landing .an-core .logo-mark{height:104px;filter:drop-shadow(0 0 22px rgba(46,128,245,.55)) drop-shadow(0 0 26px rgba(255,158,31,.3))}.nb-landing .core-ring{position:absolute;border-radius:50%;border:1.5px solid rgba(46,128,245,.5);width:150px;height:150px;animation:pulseRing 2.8s ease-out infinite}.nb-landing .core-ring.r2{animation-delay:.9s}.nb-landing .core-ring.r3{animation-delay:1.8s}@keyframes pulseRing{0%{transform:scale(.7);opacity:.7}80%{opacity:0}to{transform:scale(1.5);opacity:0}}.nb-landing .an-core .clab{position:absolute;bottom:-26px;left:50%;transform:translateX(-50%);font-family:var(--font-m);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-2);white-space:nowrap}.nb-landing .an-orbit{position:absolute;width:230px;height:230px;animation:spin 26s linear infinite}.nb-landing .an-orbit .chip{position:absolute;width:38px;height:38px;border-radius:11px;background:var(--ink-2);border:1px solid var(--ink-line);display:grid;place-items:center;box-shadow:0 6px 16px rgba(0,0,0,.45);animation:spinR 26s linear infinite}.nb-landing .an-orbit .chip svg{width:19px;height:19px}.nb-landing .an-orbit .c1{top:-19px;left:96px}.nb-landing .an-orbit .c2{top:96px;left:211px}.nb-landing .an-orbit .c3{top:211px;left:96px}.nb-landing .an-orbit .c4{top:96px;left:-19px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes spinR{to{transform:rotate(-1turn)}}.nb-landing .an-phone{width:172px;height:340px;border-radius:28px;background:linear-gradient(160deg,#1b1a28,#0d0c16);border:1px solid rgba(255,255,255,.12);box-shadow:var(--sh-lg);padding:10px;perspective:1000px}.nb-landing .an-phone .scr{width:100%;height:100%;border-radius:20px;background:linear-gradient(180deg,#0b0a14,#0e0d1a);overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.05)}.nb-landing .an-phone .notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:50px;height:5px;border-radius:100px;background:rgba(255,255,255,.16);z-index:5}.nb-landing .an-phone .phd{padding:21px 13px 9px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.06)}.nb-landing .an-phone .phd .d{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 10px var(--blue);animation:blink 1.6s infinite}.nb-landing .an-phone .phd .t{font-size:11px;font-weight:800;color:var(--d-head);font-family:var(--font-d)}.nb-landing .an-phone .pb{padding:10px}.nb-landing .an-lead{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:10px;margin-bottom:8px;opacity:0}.nb-landing .an-lead.new{border-color:rgba(46,128,245,.5);background:rgba(46,128,245,.09)}.nb-landing .an-lead .lt{display:flex;align-items:center;gap:6px;margin-bottom:5px}.nb-landing .an-lead .lc{font-size:9.5px;font-weight:800;font-family:var(--font-m);letter-spacing:.04em;color:var(--blue-2)}.nb-landing .an-lead .lts{margin-left:auto;font-family:var(--font-m);font-size:8px;color:var(--d-mut)}.nb-landing .an-lead .lm{font-size:10px;color:var(--d-body);line-height:1.4}.nb-landing .an-lead .ll{margin-top:5px;font-size:9px;color:var(--d-mut)}.nb-landing .an-lead-1{animation:rise .6s ease-out .3s forwards}.nb-landing .an-lead-2{animation:rise .6s ease-out 1.1s forwards}.nb-landing .an-lead-3{animation:rise .6s ease-out 1.9s forwards}.nb-landing .an-badge{position:absolute;right:-8px;top:120px;z-index:6;background:var(--blue);color:#fff;font-size:10px;font-weight:800;font-family:var(--font-d);padding:7px 11px;border-radius:9px;box-shadow:var(--sh-blue);display:flex;align-items:center;gap:5px;animation:pop 5s ease-in-out infinite}.nb-landing .an-badge svg{width:12px;height:12px}@keyframes pop{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes rise{0%{opacity:0;transform:translateY(13px)}to{opacity:1;transform:translateY(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.nb-landing .stats{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:920px;margin:72px auto 0;padding-top:34px;border-top:1px solid var(--ink-line)}.nb-landing .stat{text-align:center}.nb-landing .stat .n{font-family:var(--font-d);font-weight:700;font-size:clamp(2rem,4vw,2.9rem);color:var(--d-head);letter-spacing:-.03em;line-height:1}.nb-landing .stat .n .sfx{color:var(--blue-2)}.nb-landing .stat .l{font-size:13px;color:var(--d-mut);margin-top:8px;font-weight:600}.nb-landing .sec{padding:104px 0}.nb-landing .sec.light{background:var(--paper);color:var(--t600)}.nb-landing .sec.warm{background:var(--warm);color:var(--t600)}.nb-landing .sec.dark{background:var(--ink);color:var(--d-body);position:relative;overflow:hidden}.nb-landing .sec-head{max-width:680px;margin-bottom:52px}.nb-landing .sec-head.center{margin:0 auto 54px;text-align:center}.nb-landing .sec-head h2{font-size:clamp(2rem,3.6vw,3rem);margin:16px 0}.nb-landing .sec.dark .sec-head h2{color:var(--d-head)}.nb-landing .sec.dark .sec-head p{color:var(--d-body)}.nb-landing .sec-head p{font-size:1.12rem;color:var(--t600)}.nb-landing .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.nb-landing .reveal.in{opacity:1;transform:none}.nb-landing .reveal[data-d="1"]{transition-delay:.08s}.nb-landing .reveal[data-d="2"]{transition-delay:.16s}.nb-landing .reveal[data-d="3"]{transition-delay:.24s}.nb-landing .reveal[data-d="4"]{transition-delay:.32s}.nb-landing .linkdiv{display:flex;align-items:center;justify-content:center;gap:16px;max-width:560px;margin:0 auto 50px}.nb-landing .linkdiv .ln{height:1px;flex:1;background:var(--paper-3)}.nb-landing .sec.dark .linkdiv .ln{background:var(--ink-line)}.nb-landing .linkdiv .lk{width:34px;height:22px;border:2px solid var(--blue);border-radius:14px;flex-shrink:0;position:relative}.nb-landing .linkdiv .lk:after{content:"";position:absolute;width:34px;height:22px;border:2px solid var(--orange);border-radius:14px;left:18px;top:-2px;opacity:.85}.nb-landing .prob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.nb-landing .prob-card{background:var(--paper);border:1px solid var(--paper-3);border-radius:var(--rad);padding:30px 26px;position:relative;overflow:hidden}.nb-landing .prob-card:before{content:attr(data-n);position:absolute;top:-14px;right:6px;font-family:var(--font-d);font-weight:700;font-size:5.5rem;color:var(--paper-2);z-index:0;line-height:1}.nb-landing .prob-card>*{position:relative;z-index:1}.nb-landing .prob-card .pi{width:48px;height:48px;border-radius:13px;background:var(--orange-tint);display:grid;place-items:center;margin-bottom:16px}.nb-landing .prob-card .pi svg{width:24px;height:24px;color:var(--orange-700)}.nb-landing .prob-card h3{font-size:1.18rem;margin-bottom:9px}.nb-landing .prob-card p{font-size:.97rem;color:var(--t600)}.nb-landing .prob-turn{margin-top:42px;text-align:center;font-family:var(--font-d);font-weight:600;font-size:clamp(1.3rem,2.4vw,1.9rem);color:var(--t900);letter-spacing:-.02em}.nb-landing .prob-turn .u{color:var(--blue-700);position:relative}.nb-landing .prob-turn .u:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:8px;background:var(--blue-tint);z-index:-1;border-radius:4px}.nb-landing .timeline{position:relative;max-width:720px;margin:0 auto;padding-left:8px}.nb-landing .tl-line{bottom:18px;background:var(--paper-3)}.nb-landing .tl-fill,.nb-landing .tl-line{position:absolute;left:30px;top:8px;width:2px}.nb-landing .tl-fill{height:0;background:linear-gradient(var(--orange),var(--blue));transition:height 1.4s ease}.nb-landing .timeline.in .tl-fill{height:calc(100% - 26px)}.nb-landing .tl-step{position:relative;padding:0 0 44px 78px;min-height:80px}.nb-landing .tl-step:last-child{padding-bottom:0}.nb-landing .tl-node{position:absolute;left:9px;top:0;width:44px;height:30px;border-radius:16px;border:2px solid var(--paper-3);background:var(--paper);display:grid;place-items:center;transition:border-color .4s,box-shadow .4s;z-index:2}.nb-landing .tl-node svg{width:20px;height:20px;color:var(--t400);transition:color .4s}.nb-landing .timeline.in .tl-step:nth-child(2) .tl-node{border-color:var(--orange);box-shadow:0 6px 18px rgba(255,158,31,.25);transition-delay:.2s}.nb-landing .timeline.in .tl-step:nth-child(3) .tl-node{border-color:var(--blue);box-shadow:0 6px 18px rgba(46,128,245,.25);transition-delay:.55s}.nb-landing .timeline.in .tl-step:nth-child(4) .tl-node{border-color:var(--blue);box-shadow:0 6px 18px rgba(46,128,245,.25);transition-delay:.9s}.nb-landing .timeline.in .tl-step:nth-child(2) .tl-node svg{color:var(--orange-700);transition-delay:.2s}.nb-landing .timeline.in .tl-step:nth-child(3) .tl-node svg{color:var(--blue-700);transition-delay:.55s}.nb-landing .timeline.in .tl-step:nth-child(4) .tl-node svg{color:var(--blue-700);transition-delay:.9s}.nb-landing .tl-step .sn{font-family:var(--font-m);font-size:11.5px;font-weight:600;letter-spacing:.12em;color:var(--blue-700);text-transform:uppercase}.nb-landing .tl-step h3{font-size:1.34rem;margin:6px 0 9px}.nb-landing .tl-step p{font-size:1.02rem;color:var(--t600);max-width:520px}.nb-landing .excl:before{content:"";position:absolute;inset:0;background:radial-gradient(700px 400px at 85% 20%,rgba(46,128,245,.14),transparent 60%),radial-gradient(600px 360px at 10% 90%,rgba(255,158,31,.09),transparent 60%);z-index:0}.nb-landing .cmp{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:24px}.nb-landing .cmp-card{border-radius:var(--rad-lg);padding:32px 30px;border:1px solid var(--ink-line);background:rgba(255,255,255,.03)}.nb-landing .cmp-card.good{background:linear-gradient(165deg,rgba(46,128,245,.16),rgba(46,128,245,.02));border-color:rgba(46,128,245,.42)}.nb-landing .cmp-tag{font-family:var(--font-m);font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;margin-bottom:18px;display:inline-flex;align-items:center;gap:8px}.nb-landing .cmp-card.bad .cmp-tag{color:#FF9A8B}.nb-landing .cmp-card.good .cmp-tag{color:var(--blue-2)}.nb-landing .cmp-vis{height:128px;position:relative;margin:6px 0 22px;display:grid;place-items:center}.nb-landing .sl-src{position:absolute;left:50%;top:8px;transform:translateX(-50%);width:42px;height:42px;border-radius:12px;background:var(--orange-tint);display:grid;place-items:center;font-size:20px;z-index:2}.nb-landing .sl-line{position:absolute;left:50%;top:30px;width:2px;height:60px;transform-origin:top center;background:repeating-linear-gradient(180deg,rgba(255,154,139,.7) 0 6px,transparent 6px 11px)}.nb-landing .sl-line.s1{transform:translateX(-50%) rotate(-46deg)}.nb-landing .sl-line.s2{transform:translateX(-50%) rotate(-22deg)}.nb-landing .sl-line.s3{transform:translateX(-50%) rotate(0)}.nb-landing .sl-line.s4{transform:translateX(-50%) rotate(22deg)}.nb-landing .sl-line.s5{transform:translateX(-50%) rotate(46deg)}.nb-landing .sl-dst{position:absolute;bottom:6px;display:flex;gap:13px}.nb-landing .sl-dst .b{width:30px;height:30px;border-radius:9px;background:rgba(255,255,255,.06);border:1px solid var(--ink-line);display:grid;place-items:center;font-size:13px}.nb-landing .ex-src{width:44px;height:44px;border-radius:12px;background:var(--orange-tint);display:grid;place-items:center;font-size:20px;top:8px;z-index:2}.nb-landing .ex-line,.nb-landing .ex-src{position:absolute;left:50%;transform:translateX(-50%)}.nb-landing .ex-line{top:32px;width:2.4px;height:58px;background:var(--blue);overflow:hidden}.nb-landing .ex-line:after{content:"";position:absolute;left:0;width:100%;height:40%;background:linear-gradient(#fff,transparent);animation:down 1.4s linear infinite}@keyframes down{0%{top:-40%}to{top:100%}}.nb-landing .ex-dst{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,var(--blue-2),var(--blue));display:grid;place-items:center;box-shadow:var(--sh-blue)}.nb-landing .ex-dst svg{width:20px;height:20px;color:#fff}.nb-landing .cmp-card h3{font-size:1.3rem;color:var(--d-head);margin-bottom:14px}.nb-landing .cmp-list{list-style:none;display:grid;gap:11px}.nb-landing .cmp-list li{display:flex;gap:11px;font-size:.98rem;align-items:flex-start;color:var(--d-body)}.nb-landing .cmp-list li svg{width:19px;height:19px;flex-shrink:0;margin-top:2px}.nb-landing .cmp-card.bad li svg{color:#FF8A78}.nb-landing .cmp-card.good li svg{color:var(--blue-2)}.nb-landing .ben-feat{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.nb-landing .feat{background:var(--paper);border:1px solid var(--paper-3);border-radius:var(--rad-lg);padding:30px;display:flex;flex-direction:column;justify-content:space-between;gap:22px;transition:transform .25s,box-shadow .25s,border-color .25s}.nb-landing .feat:hover{transform:translateY(-5px);box-shadow:var(--sh-md);border-color:rgba(46,128,245,.4)}.nb-landing .feat .ic{width:52px;height:52px;border-radius:14px;display:grid;place-items:center}.nb-landing .feat.blue .ic{background:var(--blue-tint)}.nb-landing .feat.blue .ic svg{color:var(--blue-700)}.nb-landing .feat.orange .ic{background:var(--orange-tint)}.nb-landing .feat.orange .ic svg{color:var(--orange-700)}.nb-landing .feat .ic svg{width:26px;height:26px}.nb-landing .feat h3{font-size:1.5rem;margin-bottom:8px}.nb-landing .feat p{font-size:1rem;color:var(--t600)}.nb-landing .feat-vis{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nb-landing .fv-pill{font-size:11.5px;font-weight:700;font-family:var(--font-m);padding:6px 11px;border-radius:8px;background:var(--paper-2);color:var(--t600);border:1px solid var(--paper-3)}.nb-landing .fv-pill.on{background:var(--blue);color:#fff;border-color:var(--blue)}.nb-landing .fv-pill.live{background:var(--orange-tint);color:var(--orange-700);border-color:var(--warm-line)}.nb-landing .ben-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.nb-landing .ben{background:var(--paper);border:1px solid var(--paper-3);border-radius:var(--rad);padding:26px 24px;transition:transform .25s,box-shadow .25s,border-color .25s}.nb-landing .ben:hover{transform:translateY(-6px);box-shadow:var(--sh-md);border-color:rgba(46,128,245,.5)}.nb-landing .ben-ic{width:46px;height:46px;border-radius:13px;background:var(--blue-tint);display:grid;place-items:center;margin-bottom:16px;transition:background .25s}.nb-landing .ben:hover .ben-ic{background:var(--blue)}.nb-landing .ben-ic svg{width:23px;height:23px;color:var(--blue-700);transition:color .25s}.nb-landing .ben:hover .ben-ic svg{color:#fff}.nb-landing .ben h3{font-size:1.08rem;margin-bottom:7px}.nb-landing .ben p{font-size:.92rem;color:var(--t600)}.nb-landing .live-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}.nb-landing .live-copy h2{font-size:clamp(2rem,3.4vw,2.85rem);margin:16px 0 18px}.nb-landing .live-copy p{font-size:1.1rem;color:var(--t600);margin-bottom:26px}.nb-landing .live-pts{list-style:none;display:grid;gap:14px;margin-bottom:30px}.nb-landing .live-pts li{display:flex;gap:12px;align-items:center;font-weight:600;color:var(--t700)}.nb-landing .live-pts li .k{width:30px;height:30px;border-radius:9px;background:#fff;border:1px solid var(--warm-line);display:grid;place-items:center;flex-shrink:0}.nb-landing .live-pts li .k svg{width:16px;height:16px;color:var(--orange-700)}.nb-landing .feed{background:var(--ink);border-radius:var(--rad-lg);padding:22px;box-shadow:var(--sh-lg);position:relative;overflow:hidden}.nb-landing .feed:before{content:"";position:absolute;inset:0;background:radial-gradient(500px 300px at 80% 0,rgba(46,128,245,.13),transparent 60%)}.nb-landing .feed-hd{position:relative;z-index:2;display:flex;align-items:center;gap:10px;padding-bottom:16px;margin-bottom:6px;border-bottom:1px solid var(--ink-line)}.nb-landing .feed-hd .d{width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 12px var(--blue);animation:blink 1.6s infinite}.nb-landing .feed-hd .t{font-family:var(--font-d);font-weight:700;color:var(--d-head);font-size:15px}.nb-landing .feed-hd .s{margin-left:auto;font-family:var(--font-m);font-size:10.5px;color:var(--orange);background:rgba(255,158,31,.12);padding:4px 10px;border-radius:7px;letter-spacing:.05em}.nb-landing .feed-list{position:relative;z-index:2;display:grid;gap:12px;padding-top:14px}.nb-landing .f-lead{display:flex;gap:13px;background:rgba(255,255,255,.04);border:1px solid var(--ink-line);border-radius:13px;padding:14px;align-items:flex-start;opacity:0;transform:translateY(16px)}.nb-landing .f-lead.show{opacity:1;transform:none;transition:opacity .5s,transform .5s}.nb-landing .f-lead .fa{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:grid;place-items:center;font-size:19px;background:var(--ink-2)}.nb-landing .f-lead .fc .fcat{font-family:var(--font-m);font-size:10.5px;font-weight:600;color:var(--blue-2);letter-spacing:.04em}.nb-landing .f-lead .fc .fmsg{font-size:13px;color:var(--d-body);margin:3px 0 5px;line-height:1.4}.nb-landing .f-lead .fc .fmeta{font-size:11px;color:var(--d-mut)}.nb-landing .f-lead .ft{margin-left:auto;flex-shrink:0;font-size:9.5px;white-space:nowrap}.nb-landing .f-cta,.nb-landing .f-lead .ft{font-family:var(--font-m);color:var(--d-mut)}.nb-landing .f-cta{position:relative;z-index:2;margin-top:14px;text-align:center;font-size:11.5px}.nb-landing .found-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.nb-landing .found-copy h2{font-size:clamp(2rem,3.4vw,2.85rem);margin:16px 0 18px}.nb-landing .found-copy p{font-size:1.1rem;color:var(--t600)}.nb-landing .perks{display:grid;gap:16px}.nb-landing .perk{display:flex;gap:16px;background:var(--paper);border:1px solid var(--paper-3);border-radius:var(--rad);padding:22px 24px;align-items:center;box-shadow:var(--sh-sm);transition:transform .2s,box-shadow .2s}.nb-landing .perk:hover{transform:translateX(4px);box-shadow:var(--sh-md)}.nb-landing .perk-ic{width:52px;height:52px;border-radius:14px;flex-shrink:0;display:grid;place-items:center;background:var(--ink)}.nb-landing .perk-ic svg{width:25px;height:25px;color:var(--blue-2)}.nb-landing .perk h4{font-size:1.1rem;font-family:var(--font-d);color:var(--t900);margin-bottom:4px}.nb-landing .perk p{font-size:.94rem;color:var(--t600)}.nb-landing .price{text-align:center}.nb-landing .price .sec-head{margin:0 auto 40px}.nb-landing .price-row{display:flex;justify-content:center;gap:14px 18px;flex-wrap:wrap;margin-bottom:38px;position:relative;z-index:2}.nb-landing .price-chip{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.05);border:1px solid var(--ink-line);padding:14px 22px;border-radius:13px;font-weight:700;color:var(--d-head);font-size:15px}.nb-landing .price-chip svg{width:19px;height:19px;color:var(--blue-2)}.nb-landing .faq-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:start}.nb-landing .faq-list{display:grid;gap:12px}.nb-landing .qa{border:1px solid var(--paper-3);border-radius:var(--rad);background:var(--paper);overflow:hidden;transition:border-color .25s,box-shadow .25s}.nb-landing .qa[open]{border-color:rgba(46,128,245,.45);box-shadow:var(--sh-sm)}.nb-landing .qa summary{list-style:none;cursor:pointer;padding:20px 24px;display:flex;align-items:center;gap:16px;font-family:var(--font-d);font-weight:600;font-size:1.06rem;color:var(--t900)}.nb-landing .qa summary::-webkit-details-marker{display:none}.nb-landing .qa summary .pm{margin-left:auto;width:26px;height:26px;flex-shrink:0;border-radius:8px;background:var(--paper-2);display:grid;place-items:center;transition:transform .25s,background .25s,color .25s;color:var(--t700)}.nb-landing .qa[open] summary .pm{transform:rotate(45deg);background:var(--blue);color:#fff}.nb-landing .qa summary .pm svg{width:15px;height:15px}.nb-landing .qa .ans{padding:0 24px 22px;color:var(--t600);font-size:.99rem}.nb-landing .faq-aside{background:var(--ink);border-radius:var(--rad-lg);padding:38px 34px;color:var(--d-body);position:sticky;top:96px}.nb-landing .faq-aside h3{color:var(--d-head);font-size:1.5rem;margin-bottom:12px}.nb-landing .faq-aside p{font-size:1rem;margin-bottom:24px;color:var(--d-body)}.nb-landing .faq-aside .btn{width:100%}.nb-landing .cta{position:relative;overflow:hidden;padding:104px 0}.nb-landing .cta-grid{position:relative;z-index:3;display:grid;grid-template-columns:1fr .9fr;gap:54px;align-items:center}.nb-landing .cta-copy h2{color:var(--d-head);font-size:clamp(2.1rem,3.8vw,3rem);margin:18px 0}.nb-landing .cta-copy p{font-size:1.12rem;color:var(--d-body);margin-bottom:26px;max-width:440px}.nb-landing .cta-list{list-style:none;display:grid;gap:13px}.nb-landing .cta-list li{display:flex;gap:12px;align-items:center;font-weight:600;color:var(--d-head)}.nb-landing .cta-list li svg{width:20px;height:20px;color:var(--blue-2);flex-shrink:0}.nb-landing .foot{background:#060510;color:var(--d-mut);padding:48px 0 36px}.nb-landing .foot-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.nb-landing .foot .brand{color:#fff;align-items:flex-start;flex-direction:column;gap:8px}.nb-landing .foot .brand .row{display:flex;align-items:center;gap:11px}.nb-landing .foot .brand .tag{font-family:var(--font-m);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--blue-2);font-weight:400;padding-left:1px}.nb-landing .foot-links{display:flex;gap:26px;flex-wrap:wrap;padding-top:6px}.nb-landing .foot-links a{font-size:14px;color:var(--d-mut);transition:color .2s}.nb-landing .foot-links a:hover{color:var(--blue-2)}.nb-landing .foot-bot{margin-top:30px;padding-top:24px;border-top:1px solid var(--ink-line);font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.nb-landing .ind{position:relative}.nb-landing .mosaic{-moz-columns:4;column-count:4;-moz-column-gap:14px;column-gap:14px;margin-top:8px;position:relative;z-index:2}.nb-landing .mtile{-moz-column-break-inside:avoid;break-inside:avoid;margin:0 0 14px;position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.35);background:var(--ink-2)}.nb-landing .mtile img{width:100%;display:block;transition:transform .55s ease}.nb-landing .mtile:hover img{transform:scale(1.06)}.nb-landing .mtile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(6,5,14,.8));pointer-events:none}.nb-landing .mtile .mlab{position:absolute;left:12px;bottom:11px;z-index:2;margin:0;font-family:var(--font-m);font-size:11px;font-weight:600;letter-spacing:.04em;color:#fff;display:inline-flex;align-items:center;gap:7px}.nb-landing .mtile .mlab i{width:6px;height:6px;border-radius:50%;flex-shrink:0}.nb-landing .ind-foot{margin-top:30px;text-align:center;position:relative;z-index:2}.nb-landing .ind-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 12px;margin-bottom:22px}.nb-landing .ind-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.05);border:1px solid var(--ink-line);border-radius:100px;padding:10px 16px;font-size:13.5px;font-weight:600;color:var(--d-head)}.nb-landing .ind-pill b{color:var(--blue-2);font-family:var(--font-d);font-size:15px}.nb-landing .mtile-more{display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(150deg,rgba(46,128,245,.22),rgba(255,158,31,.18));border:1px solid var(--ink-line);min-height:180px;padding:22px}.nb-landing .mtile-more:after{display:none}.nb-landing .mm-inner{position:relative;z-index:2}.nb-landing .mm-plus{font-size:2.3rem;line-height:1}.nb-landing .mm-plus,.nb-landing .mm-title{font-family:var(--font-d);font-weight:700;color:var(--d-head)}.nb-landing .mm-title{font-size:1.18rem;margin:4px 0 8px}.nb-landing .mm-sub{font-size:11.5px;color:var(--d-body);line-height:1.55;font-family:var(--font-m)}.nb-landing .hero-social{display:flex;align-items:center;gap:13px;margin-top:24px}.nb-landing .av-stack{display:flex}.nb-landing .av-stack img{width:42px;height:42px;border-radius:50%;border:2px solid var(--ink);-o-object-fit:cover;object-fit:cover;margin-left:-12px;box-shadow:0 2px 8px rgba(0,0,0,.45)}.nb-landing .av-stack img:first-child{margin-left:0}.nb-landing .hero-social .hs-txt{font-size:13px;color:var(--d-body);font-weight:600;line-height:1.35}.nb-landing .hero-social .hs-txt b{color:var(--d-head)}.nb-landing .found-photo{margin-top:24px;border-radius:var(--rad-lg);overflow:hidden;box-shadow:var(--sh-md);position:relative;max-width:480px}.nb-landing .found-photo img{width:100%;display:block}.nb-landing .found-photo .fp-tag{position:absolute;left:14px;bottom:14px;background:rgba(8,7,14,.8);color:#fff;font-family:var(--font-m);font-size:11px;font-weight:600;padding:7px 12px;border-radius:100px;display:inline-flex;align-items:center;gap:7px}.nb-landing .found-photo .fp-tag i{width:6px;height:6px;border-radius:50%;background:var(--orange)}.nb-landing .anim .sec-head h2{color:var(--d-head)}.nb-landing .anim .sec-head p{color:var(--d-body)}.nb-landing :focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:6px}@media(max-width:1000px){.nb-landing .hero-grid{grid-template-columns:1fr;gap:36px}.nb-landing .form-wrap{max-width:460px}.nb-landing .ben-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.nb-landing .ben-feat,.nb-landing .cta-grid,.nb-landing .faq-grid,.nb-landing .found-grid,.nb-landing .live-grid{grid-template-columns:1fr}.nb-landing .faq-aside{position:static}.nb-landing .cmp,.nb-landing .prob-grid{grid-template-columns:1fr}.nb-landing .nav-links{display:none}.nb-landing .stats{grid-template-columns:repeat(2,1fr);gap:30px 18px}.nb-landing .anim-stage{flex-direction:column;gap:6px}.nb-landing .connector{flex:none;width:46px;height:50px;justify-content:center}.nb-landing .connector .line{width:3px;height:100%;background-size:3px 16px;background-repeat:repeat-y;animation:flowDashV 1.1s linear infinite}.nb-landing .connector.left .line{background-image:linear-gradient(180deg,var(--orange) 0 7px,transparent 7px 16px)}.nb-landing .connector.right .line{background-image:linear-gradient(180deg,var(--blue) 0 7px,transparent 7px 16px)}.nb-landing .connector .dot{left:50%!important;margin-left:-5px;margin-top:0;top:-2%;animation:travelY 2.2s ease-in-out infinite}.nb-landing .an-label{display:none}.nb-landing .mosaic{-moz-columns:3;column-count:3}@keyframes flowDashV{to{background-position-y:16px}}@keyframes travelY{0%{top:-2%;opacity:0}12%{opacity:1}88%{opacity:1}to{top:100%;opacity:0}}}@media(max-width:620px){.nb-landing .nav{padding:13px 0}.nb-landing .hero{padding:116px 0 64px}.nb-landing .anim,.nb-landing .cta,.nb-landing .sec{padding:72px 0}.nb-landing .ben-grid{grid-template-columns:1fr}.nb-landing .lead-form{padding:24px 20px}.nb-landing .stats{grid-template-columns:repeat(2,1fr)}.nb-landing .an-card{width:210px}.nb-landing .mosaic{-moz-columns:2;column-count:2;-moz-column-gap:10px;column-gap:10px}.nb-landing .mtile{margin-bottom:10px}}.nb-landing .nb-reg-success{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:var(--ink);overflow:hidden}.nb-landing .nb-rs-bg{position:absolute;inset:0;pointer-events:none}.nb-landing .nb-rs-blob{position:absolute;border-radius:50%;filter:blur(100px)}.nb-landing .nb-rs-blob-1{width:600px;height:600px;top:-100px;right:-150px;background:rgba(46,128,245,.18)}.nb-landing .nb-rs-blob-2{width:500px;height:500px;bottom:-120px;left:-100px;background:rgba(255,158,31,.14)}.nb-landing .nb-rs-blob-3{width:400px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(16,185,129,.12)}.nb-landing .nb-rs-body{position:relative;z-index:2;max-width:580px;width:100%;text-align:center;animation:rise .6s cubic-bezier(.22,1,.36,1)}.nb-landing .nb-rs-icon-wrap{width:90px;height:90px;border-radius:50%;background:rgba(16,185,129,.15);border:2px solid rgba(16,185,129,.35);display:grid;place-items:center;margin:0 auto 28px;animation:scalePop .5s cubic-bezier(.34,1.56,.64,1)}.nb-landing .nb-rs-icon-wrap svg{width:42px;height:42px;color:#10b981}.nb-landing .nb-rs-title{font-family:var(--font-d);font-weight:700;font-size:clamp(2rem,5vw,3rem);color:var(--d-head);margin-bottom:14px;letter-spacing:-.03em}.nb-landing .nb-rs-sub{font-size:1.05rem;color:var(--d-body);line-height:1.65;margin-bottom:36px;max-width:420px;margin-left:auto;margin-right:auto}.nb-landing .nb-rs-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:28px 32px;margin-bottom:36px;text-align:left}.nb-landing .nb-rs-card-title{font-family:var(--font-d);font-weight:700;font-size:1rem;color:var(--d-head);margin-bottom:18px;letter-spacing:.01em}.nb-landing .nb-rs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.nb-landing .nb-rs-list li{display:flex;align-items:center;gap:12px;font-size:.95rem;color:var(--d-body);background:rgba(255,255,255,.04);border-radius:10px;padding:11px 14px}.nb-landing .nb-rs-tick{width:26px;height:26px;border-radius:50%;background:rgba(16,185,129,.18);display:grid;place-items:center;flex-shrink:0}.nb-landing .nb-rs-tick svg{width:14px;height:14px;color:#10b981}.nb-landing .nb-rs-btn{display:inline-block;background:var(--orange);color:#1a0a00;font-family:var(--font-d);font-weight:700;font-size:1rem;padding:15px 40px;border-radius:100px;text-decoration:none;transition:opacity .2s,transform .2s}.nb-landing .nb-rs-btn:hover{opacity:.9;transform:translateY(-1px)}@keyframes scalePop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion:reduce){.nb-landing *,.nb-landing :after,.nb-landing :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.nb-landing .an-lead,.nb-landing .f-lead,.nb-landing .reveal{opacity:1!important;transform:none!important}.nb-landing .mq-track{animation:none!important}.nb-landing .timeline .tl-fill{height:calc(100% - 26px)!important}}