.nt-hiw-wrapper,.nt-page.nt-tutorial{background:var(--bg-dark)}.nt-vis-globe-dots span,.nt-vis-improve-dots span{left:var(--x);top:var(--y);background:var(--secondary,#a79fff)}.nt-hiw-cta .container,.nt-hiw-stats .container,.nt-vis-grid-item{text-align:center}:root{--header-height:66px;--vh:1vh;--bg-dark:#090621;--bg-section:#090621}.nt-hiw-wrapper{height:calc(var(--vh,1vh) * 100);height:91dvh;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.nt-hiw-section{min-height:calc(var(--vh,1vh) * 100);min-height:93dvh;height:auto;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:60px 20px 100px;padding-bottom:calc(80px + 10vh);box-sizing:border-box;background:var(--bg-section)}.nt-hiw-hero,.nt-hiw-section:first-child{padding-top:calc(var(--header-height) + 20px)}.nt-hiw-section:first-child{padding-bottom:calc(100px + 10vh)}@supports (-webkit-touch-callout:none){.nt-hiw-wrapper{height:-webkit-fill-available}.nt-hiw-section{min-height:-webkit-fill-available}}.nt-hiw-hero{background:radial-gradient(ellipse 60% 50% at 50% 0,rgba(135,46,143,.1) 0,transparent 60%),var(--bg-dark);padding-bottom:calc(100px + 12vh)}.nt-hiw-hero .container{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.nt-hiw-hero h1{font-size:clamp(2.2rem, 7vw, 4.5rem);font-weight:600;line-height:1.1;margin-bottom:1.25rem;color:#fff}.nt-hiw-hero h1 span{display:block}.nt-hiw-hero h1 .nt-accent{color:var(--secondary,#a79fff)}.nt-hiw-hero-sub{font-size:1.0625rem;color:rgba(255,255,255,.6);margin:0}.nt-hiw-scroll{position:absolute;bottom:max(20px,env(safe-area-inset-bottom,20px));left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;opacity:.5;transition:opacity .3s;z-index:10}.nt-hiw-scroll:hover{opacity:1}.nt-hiw-scroll span{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5)}.nt-hiw-scroll-line{width:1px;height:40px;background:linear-gradient(180deg,var(--secondary,#a79fff),transparent);animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,100%{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}.nt-hiw-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.nt-hiw-section:nth-child(odd) .nt-hiw-content{direction:rtl}.nt-hiw-section:nth-child(odd) .nt-hiw-content>*{direction:ltr}.nt-hiw-text{opacity:0;transform:translateY(40px);transition:opacity .7s,transform .7s}.nt-hiw-cta.is-active .nt-hiw-cta-actions,.nt-hiw-cta.is-active h2,.nt-hiw-cta.is-active p,.nt-hiw-section.is-active .nt-hiw-cta h2,.nt-hiw-section.is-active .nt-hiw-cta p,.nt-hiw-section.is-active .nt-hiw-cta-actions,.nt-hiw-section.is-active .nt-hiw-stat,.nt-hiw-section.is-active .nt-hiw-text,.nt-hiw-section.is-active .nt-vis-grid-item{opacity:1;transform:translateY(0)}.nt-hiw-label{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--secondary,#a79fff);margin-bottom:14px}.nt-hiw-title{font-size:clamp(1.5rem, 3vw, 2.25rem);font-weight:600;color:#fff;line-height:1.25;margin-bottom:14px}.nt-hiw-desc{font-size:.9375rem;color:rgba(255,255,255,.55);line-height:1.7;max-width:380px}.nt-hiw-visual{display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(30px) scale(.96);transition:opacity .8s .1s,transform .8s .1s}.nt-vis-neural-core,.nt-vis-neural-orbit{top:50%;transform:translate(-50%,-50%);left:50%}.nt-hiw-section.is-active .nt-hiw-visual{opacity:1;transform:translateY(0) scale(1)}.nt-vis-neural{width:220px;height:220px;position:relative}.nt-vis-neural-core{position:absolute;width:50px;height:50px;background:radial-gradient(circle,var(--primary,#872e8f) 0,transparent 70%);border-radius:50%}.nt-vis-neural-orbit{position:absolute;border:1px solid rgba(167,159,255,.12);border-radius:50%}.nt-vis-neural-orbit:nth-child(2){width:100px;height:100px;animation:18s linear infinite orbit}.nt-vis-neural-orbit:nth-child(3){width:160px;height:160px;animation:28s linear infinite reverse orbit}.nt-vis-neural-orbit:nth-child(4){width:220px;height:220px;animation:38s linear infinite orbit}.nt-vis-neural-orbit::after{content:'';position:absolute;top:0;left:50%;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;background:var(--secondary,#a79fff);border-radius:50%;box-shadow:0 0 8px var(--secondary,#a79fff)}@keyframes orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}.nt-vis-bars{display:flex;align-items:flex-end;gap:8px;height:160px}.nt-vis-bar{width:28px;background:linear-gradient(180deg,var(--secondary,#a79fff),rgba(167,159,255,.15));border-radius:3px;transform-origin:bottom;transform:scaleY(0);transition:transform .9s cubic-bezier(.16, 1, .3, 1)}.nt-vis-grid-item,.nt-vis-meter{background:rgba(255,255,255,.03)}.nt-hiw-section.is-active .nt-vis-bar{transform:scaleY(1)}.nt-vis-bar:first-child{height:75%;transition-delay:50ms}.nt-vis-bar:nth-child(2){height:50%;transition-delay:0.1s}.nt-vis-bar:nth-child(3){height:90%;transition-delay:0.15s}.nt-vis-bar:nth-child(4){height:60%;transition-delay:0.2s}.nt-vis-bar:nth-child(5){height:80%;transition-delay:0.25s}.nt-vis-bar:nth-child(6){height:45%;transition-delay:0.3s}.nt-vis-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;width:200px}.nt-vis-grid-item{border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:18px 14px;opacity:0;transform:translateY(12px);transition:opacity .5s,transform .5s}.nt-vis-globe-core,.nt-vis-globe-ring{transform:translate(-50%,-50%);left:50%;top:50%}.nt-hiw-section.is-active .nt-hiw-stat:nth-child(2),.nt-hiw-section.is-active .nt-vis-globe-dots span:first-child,.nt-hiw-section.is-active .nt-vis-grid-item:first-child,.nt-hiw-section.is-active .nt-vis-history-row:first-child{transition-delay:0.1s}.nt-hiw-section.is-active .nt-vis-grid-item:nth-child(2){transition-delay:0.15s}.nt-hiw-section.is-active .nt-hiw-stat:nth-child(3),.nt-hiw-section.is-active .nt-vis-globe-dots span:nth-child(2),.nt-hiw-section.is-active .nt-vis-grid-item:nth-child(3),.nt-hiw-section.is-active .nt-vis-history-row:nth-child(2){transition-delay:0.2s}.nt-hiw-section.is-active .nt-vis-grid-item:nth-child(4){transition-delay:0.25s}.nt-vis-grid-value{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:2px}.nt-vis-grid-label,.nt-vis-meter-label{font-size:10px;color:rgba(255,255,255,.4)}.nt-vis-meter{width:240px;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:22px 18px}.nt-vis-meter-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.nt-vis-meter-label{letter-spacing:.1em;text-transform:uppercase}.nt-vis-meter-value{font-size:1.25rem;font-weight:600;color:#fff}.nt-vis-meter-track{height:5px;background:rgba(255,255,255,.08);border-radius:3px;overflow:hidden;margin-bottom:14px}.nt-vis-meter-fill{height:100%;width:0;background:linear-gradient(90deg,var(--primary,#872e8f),#22c55e);border-radius:3px;transition:width 1s cubic-bezier(.16, 1, .3, 1) .2s}.nt-hiw-section.is-active .nt-vis-meter-fill{width:92%}.nt-vis-meter-status{display:flex;align-items:center;gap:8px;padding:10px 12px;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.12);border-radius:6px}.nt-vis-meter-dot{width:6px;height:6px;background:#22c55e;border-radius:50%}.nt-vis-meter-text{font-size:11px;font-weight:500;color:#22c55e}.nt-hiw-btn,.nt-hiw-cta h2{font-weight:600;color:#fff}.nt-vis-globe{width:200px;height:200px;position:relative}.nt-vis-globe-core{position:absolute;width:80px;height:80px;background:radial-gradient(circle,rgba(167,159,255,.3) 0,transparent 70%);border:1px solid rgba(167,159,255,.2);border-radius:50%}.nt-vis-globe-ring{position:absolute;border:1px solid rgba(167,159,255,.1);border-radius:50%}.nt-vis-globe-ring:first-child{width:120px;height:120px;transform:translate(-50%,-50%) rotateX(60deg)}.nt-vis-globe-ring:nth-child(2){width:160px;height:160px;transform:translate(-50%,-50%) rotateX(60deg) rotateY(30deg);animation:20s linear infinite globeSpin}.nt-vis-globe-ring:nth-child(3){width:200px;height:200px;transform:translate(-50%,-50%) rotateX(60deg) rotateY(-30deg);animation:25s linear infinite reverse globeSpin}@keyframes globeSpin{to{transform:translate(-50%,-50%) rotateX(60deg) rotateY(390deg)}}.nt-vis-globe-dots,.nt-vis-improve-dots,.nt-vis-improve-line{position:absolute;inset:0}.nt-vis-globe-dots span{position:absolute;width:6px;height:6px;border-radius:50%;box-shadow:0 0 8px var(--secondary,#a79fff);opacity:0;transform:scale(0);transition:opacity .4s,transform .4s}.nt-hiw-section.is-active .nt-vis-globe-dots span{opacity:1;transform:scale(1)}.nt-hiw-section.is-active .nt-vis-globe-dots span:nth-child(3),.nt-hiw-section.is-active .nt-vis-history-row:nth-child(3),.nt-hiw-section.is-active .nt-vis-improve-dots span:first-child{transition-delay:0.3s}.nt-hiw-section.is-active .nt-vis-globe-dots span:nth-child(4),.nt-hiw-section.is-active .nt-vis-history-row:nth-child(4){transition-delay:0.4s}.nt-hiw-section.is-active .nt-vis-globe-dots span:nth-child(5),.nt-hiw-section.is-active .nt-vis-improve-dots span:nth-child(2){transition-delay:0.5s}.nt-hiw-section.is-active .nt-vis-globe-dots span:nth-child(6){transition-delay:0.6s}.nt-vis-history{display:flex;flex-direction:column;gap:12px;width:220px}.nt-vis-history-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:10px;opacity:0;transform:translateX(-20px);transition:opacity .5s,transform .5s}.nt-hiw-section.is-active .nt-vis-history-row{opacity:1;transform:translateX(0)}.nt-vis-check{width:18px;height:18px;border-radius:50%;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);position:relative;flex-shrink:0}.nt-vis-check::after{content:'';position:absolute;top:50%;left:50%;width:6px;height:6px;background:#22c55e;border-radius:50%;transform:translate(-50%,-50%)}.nt-vis-history-text{font-size:12px;color:rgba(255,255,255,.7)}.nt-vis-improve{width:220px;height:100px;position:relative}.nt-vis-improve-line svg{width:100%;height:100%}.nt-vis-improve-path{fill:none;stroke:url(#improveGradient);stroke-width:2;stroke-linecap:round;stroke-dasharray:300;stroke-dashoffset:300;transition:stroke-dashoffset 1.5s}.nt-hiw-section.is-active .nt-vis-improve-path{stroke-dashoffset:0}.nt-vis-improve-dots span{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .4s}.nt-hiw-cta h2,.nt-hiw-stat{transform:translateY(25px);transition:opacity .6s,transform .6s;opacity:0}.nt-hiw-section.is-active .nt-vis-improve-dots span{transform:translate(-50%,-50%) scale(1)}.nt-hiw-section.is-active .nt-vis-improve-dots span:nth-child(3){transition-delay:0.7s}.nt-hiw-section.is-active .nt-vis-improve-dots span:nth-child(4){transition-delay:0.9s}.nt-hiw-section.is-active .nt-vis-improve-dots span:nth-child(5){transition-delay:1.1s}.nt-hiw-stats{background:linear-gradient(180deg,var(--bg-section) 0,rgba(10,10,20,.95) 50%,var(--bg-section) 100%)}.nt-hiw-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:700px;margin:0 auto}.nt-hiw-stat{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:30px 20px}.nt-hiw-section.is-active .nt-hiw-stat:first-child{transition-delay:0s}.nt-hiw-stat:nth-child(2){background:linear-gradient(135deg,rgba(135,46,143,.12),rgba(167,159,255,.06));border-color:rgba(135,46,143,.25)}.nt-hiw-stat-num{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:600;color:#fff;line-height:1;margin-bottom:6px}.nt-hiw-stat:nth-child(2) .nt-hiw-stat-num{background:linear-gradient(135deg,var(--secondary,#a79fff),var(--primary,#872e8f));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nt-hiw-stat-text{font-size:13px;color:rgba(255,255,255,.6)}.nt-hiw-stat-sub{font-size:11px;color:rgba(255,255,255,.35);margin-top:2px}.nt-hiw-cta{background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(135,46,143,.08) 0,transparent 60%),var(--bg-dark)}.nt-hiw-cta-inner{max-width:480px;margin:0 auto}.nt-hiw-cta h2{font-size:clamp(1.75rem, 4vw, 2.5rem);margin-bottom:12px}.nt-hiw-cta p{font-size:.9375rem;color:rgba(255,255,255,.55);margin-bottom:28px;opacity:0;transform:translateY(20px);transition:opacity .6s .1s,transform .6s .1s}.nt-hiw-cta-actions{display:flex;flex-direction:column;align-items:center;gap:16px;opacity:0;transform:translateY(15px);transition:opacity .6s .2s,transform .6s .2s}.nt-hiw-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;background:linear-gradient(135deg,var(--primary,#872e8f),#6a1a82);font-size:14px;text-decoration:none;border-radius:8px;transition:transform .25s,box-shadow .25s}.nt-hiw-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(135,46,143,.3);color:#fff;text-decoration:none}.nt-hiw-guarantee{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,.4)}.nt-hiw-guarantee svg{width:12px;height:12px;opacity:.5}.nt-hiw-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:100}.nt-hiw-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:background .3s,transform .3s}.nt-hiw-dot:hover{background:rgba(255,255,255,.4)}.nt-hiw-dot.is-active{background:var(--secondary,#a79fff);transform:scale(1.3)}@media (prefers-reduced-motion:reduce){.nt-hiw-wrapper{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;transition-duration:0s!important}}@media (max-width:991px){.nt-hiw-content{grid-template-columns:1fr;gap:40px;text-align:center}.nt-hiw-section:nth-child(odd) .nt-hiw-content{direction:ltr}.nt-hiw-text{order:1}.nt-hiw-visual{order:2}.nt-hiw-desc{margin:0 auto;max-width:100%}.nt-hiw-stats-grid{grid-template-columns:1fr;max-width:280px}.nt-hiw-dots{display:none}.nt-hiw-section{padding:50px 16px 80px;padding-bottom:calc(60px + 8vh);min-height:calc(var(--vh,1vh) * 100);min-height:100dvh}.nt-hiw-section:first-child{padding-top:calc(var(--header-height) + 20px);padding-bottom:calc(80px + 10vh)}.nt-hiw-scroll{bottom:max(15px,env(safe-area-inset-bottom,15px))}.nt-hiw-scroll-line{height:30px}}@media (max-width:576px){.nt-vis-neural,.nt-vis-neural-orbit:nth-child(4){width:180px;height:180px}.nt-vis-neural-orbit:nth-child(2){width:80px;height:80px}.nt-vis-globe-ring:nth-child(2),.nt-vis-neural-orbit:nth-child(3){width:130px;height:130px}.nt-vis-bars{gap:6px;height:130px}.nt-vis-bar{width:22px}.nt-vis-grid{width:180px;gap:6px}.nt-vis-grid-item{padding:14px 10px}.nt-vis-meter{width:220px}.nt-vis-globe,.nt-vis-globe-ring:nth-child(3){width:160px;height:160px}.nt-vis-globe-ring:first-child{width:100px;height:100px}.nt-vis-history,.nt-vis-improve{width:200px}.nt-vis-history-row{padding:12px 14px}.nt-hiw-section{padding:40px 16px 70px;padding-bottom:calc(50px + 8vh)}.nt-hiw-hero h1{font-size:clamp(1.8rem, 10vw, 3rem)}.nt-hiw-title{font-size:clamp(1.3rem, 5vw, 1.8rem)}.nt-hiw-desc{font-size:.875rem}.nt-hiw-content{gap:30px}}@media (max-height:500px) and (orientation:landscape){.nt-hiw-section{min-height:auto;height:auto;padding:40px 20px;scroll-snap-align:none}.nt-hiw-wrapper{scroll-snap-type:none}.nt-hiw-dots,.nt-hiw-scroll{display:none}}.nt-hiw-wrapper::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:0 0!important}.nt-hiw-wrapper::-webkit-scrollbar-thumb{display:none!important}.nt-hiw-wrapper::-webkit-scrollbar-track{display:none!important}