.nw-system-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--primary-blue:#0f4da8;--primary-blue-light:#2a62c4;--primary-blue-dark:#0c3d86;--accent-blue:#7c94bd;--text-primary:#101c2e;--text-secondary:#46505e;--text-muted:#67707e;--background-primary:#ffffff;--background-secondary:#f7f5f0;--background-tertiary:#f0ece4;--border-light:#e7e2d8;--nawis-dark:#070b14;--nawis-blue:#0f4da8;--nawis-cyan:#2a62c4;--node-bg:rgba(15,23,42,0.6);--text-bright:#f7f5f0;--text-dim:#98a0ac}.nw-system-page .page-hero{background:linear-gradient(135deg,var(--nawis-dark) 0,#101c2e 100%);padding:120px 0 80px;text-align:center;color:white;position:relative;overflow:hidden}.nw-system-page .page-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(15,77,168,.1) 0,transparent 70%)}.nw-system-page .page-hero-content{max-width:1200px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.nw-system-page .page-hero h1{font-size:clamp(2rem,4.6vw,2.8125rem);font-weight:600;margin-bottom:24px;line-height:1.2;letter-spacing:-.02em;color:white}.nw-system-page .page-hero .highlight{color:var(--primary-blue-light)}.nw-system-page .page-hero p{font-size:1.3rem;color:rgba(255,255,255,.9);max-width:800px;margin:0 auto;line-height:1.7}.nw-system-page .ns-hub-section{position:relative;width:100%;background-color:var(--nawis-dark);padding:100px 0;overflow:hidden}.nw-system-page .ns-container{max-width:1200px;margin:0 auto;padding:0 40px}.nw-system-page .ns-hub-header{text-align:center;margin-bottom:80px}.nw-system-page .ns-hub-header h2{font-size:2.8rem;font-weight:550;color:white;margin-bottom:20px;letter-spacing:-.02em}.nw-system-page .ns-hub-header p{font-size:1.2rem;color:rgba(255,255,255,.8);max-width:700px;margin:0 auto;line-height:1.6}.nw-system-page .ns-hub-wrapper{position:relative;width:100%;height:600px;display:flex;align-items:center;justify-content:center}.nw-system-page .ns-svg-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.nw-system-page .energy-path{stroke:var(--nawis-blue);stroke-width:2;fill:none;opacity:.6;stroke-dasharray:5,5;animation:dash 3s linear infinite}@keyframes dash{to{stroke-dashoffset:-10}}.nw-system-page .ns-hub-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:linear-gradient(135deg,rgba(15,77,168,.9),rgba(42,98,196,.9));border:2px solid rgba(255,255,255,.2);border-radius:20px;padding:30px;text-align:center;color:white;backdrop-filter:blur(10px);min-width:280px}.nw-system-page .ns-core-title{font-size:1.1rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.nw-system-page .ns-hub-node{position:absolute;background:var(--node-bg);border:2px solid rgba(255,255,255,.15);border-radius:16px;padding:20px;text-align:center;color:white;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);z-index:5;min-width:140px}.nw-system-page .ns-hub-node:hover{background:rgba(15,77,168,.8);border-color:rgba(255,255,255,.4);transform:scale(1.05) translateY(-2px);box-shadow:0 15px 35px rgba(15,77,168,.3)}.nw-system-page .node-icon{font-size:1.8rem;margin-bottom:8px;filter:grayscale(.3);transition:filter .3s ease}.nw-system-page .ns-hub-node:hover .node-icon{filter:grayscale(0)}.nw-system-page .node-text{font-size:.85rem;font-weight:600;line-height:1.3;letter-spacing:-.01em}.nw-system-page .node-l1{top:10%;left:8%}.nw-system-page .node-l2{top:30%;left:3%}.nw-system-page .node-l3{top:55%;left:5%}.nw-system-page .node-l4{top:80%;left:10%}.nw-system-page .node-r1{top:10%;right:8%}.nw-system-page .node-r2{top:30%;right:3%}.nw-system-page .node-r3{top:55%;right:5%}.nw-system-page .node-r4{top:80%;right:10%}.nw-system-page .detailed-components{background:var(--background-secondary);padding:100px 0}.nw-system-page .detailed-components-container{max-width:1200px;margin:0 auto;padding:0 40px}.nw-system-page .detailed-components-header{text-align:center;margin-bottom:80px}.nw-system-page .detailed-components-header h2{font-size:2.5rem;font-weight:550;color:var(--text-primary);margin-bottom:20px;letter-spacing:-.02em}.nw-system-page .detailed-components-header p{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.nw-system-page .components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:60px}.nw-system-page .component-card{background:white;border-radius:20px;padding:40px;border:1px solid var(--border-light);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.nw-system-page .component-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--nawis-blue) 0,var(--nawis-cyan) 100%)}.nw-system-page .component-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px rgba(15,77,168,.15);border-color:var(--nawis-blue)}.nw-system-page .component-icon{width:64px;height:64px;margin-bottom:20px;display:grid;place-items:center;border:1px solid var(--border-light,#e7e2d8);border-radius:4px;background:var(--background-secondary,#f7f5f0);font-size:1.75rem;line-height:1;transition:border-color .3s ease}.nw-system-page .component-card:hover .component-icon{border-color:#35608f}.nw-system-page .component-card h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:15px;letter-spacing:-.02em}.nw-system-page .component-card .description{font-size:1rem;color:var(--text-secondary);margin-bottom:25px;line-height:1.6}.nw-system-page .component-features{list-style:none;margin:0;border-top:1px solid var(--border-light);padding:20px 0 0}.nw-system-page .component-features li{font-size:.9rem;color:var(--text-muted);margin-bottom:12px;padding-left:20px;position:relative;line-height:1.5}.nw-system-page .component-features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--nawis-blue);font-weight:700}.nw-system-page .stats-section{background:white;border-radius:20px;padding:60px 40px;border:1px solid var(--border-light)}.nw-system-page .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.nw-system-page .stat-item{padding:20px}.nw-system-page .stat-number{font-size:3rem;font-weight:700;color:var(--nawis-blue);margin-bottom:10px;letter-spacing:-.03em}.nw-system-page .stat-label{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:8px}.nw-system-page .stat-description{font-size:.9rem;color:var(--text-secondary);line-height:1.4}.nw-system-page .cta-section{background:linear-gradient(135deg,var(--nawis-dark) 0,#101c2e 100%);border-radius:20px;padding:60px 40px;text-align:center;color:white;position:relative;overflow:hidden}.nw-system-page .cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(15,77,168,.2) 0,transparent 70%)}.nw-system-page .cta-section h2{font-size:2.2rem;font-weight:550;margin-bottom:20px;letter-spacing:-.02em;position:relative;z-index:2}.nw-system-page .cta-section p{font-size:1.1rem;color:rgba(255,255,255,.9);max-width:600px;margin:0 auto 40px;line-height:1.6;position:relative;z-index:2}.nw-system-page .cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}.nw-system-page .cta-button{display:inline-flex;align-items:center;gap:10px;padding:18px 32px;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em}.nw-system-page .cta-primary{background:var(--nawis-blue);color:white}.nw-system-page .cta-primary:hover{background:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:0 10px 25px rgba(15,77,168,.3)}.nw-system-page .cta-secondary{background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.2)}.nw-system-page .cta-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);transform:translateY(-2px)}.nw-system-page .ns-smart-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);backdrop-filter:blur(5px)}.nw-system-page .ns-smart-modal.active{display:flex;align-items:center;justify-content:center}.nw-system-page .ns-modal-box{background:white;border-radius:20px;max-width:500px;width:90%;position:relative;animation:modalSlide .3s ease-out}@keyframes modalSlide{0%{transform:scale(.8) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.nw-system-page .modal-accent{height:4px;background:linear-gradient(90deg,var(--nawis-blue) 0,var(--nawis-cyan) 100%);border-radius:20px 20px 0 0}.nw-system-page .modal-close{position:absolute;top:15px;right:20px;font-size:24px;font-weight:700;color:#aaa;cursor:pointer;z-index:10}.nw-system-page .modal-close:hover{color:var(--nawis-blue)}.nw-system-page .modal-padding{padding:30px}.nw-system-page .modal-title{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:15px;display:flex;align-items:center;gap:10px}.nw-system-page .modal-desc{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:20px}.nw-system-page .modal-features{display:flex;flex-direction:column;gap:8px}.nw-system-page .feature-item{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--text-secondary)}.nw-system-page .feature-item i{color:var(--nawis-blue);font-weight:700}@media (max-width:1024px){.nw-system-page .page-hero h1{font-size:2.8rem}.nw-system-page .ns-hub-header h2{font-size:2.2rem}.nw-system-page .components-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.nw-system-page .stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px}}@media (max-width:768px){.nw-system-page .page-hero{padding:80px 0 60px}.nw-system-page .page-hero h1{font-size:2.2rem}.nw-system-page .page-hero p{font-size:1.1rem}.nw-system-page .ns-hub-section{padding:60px 0}.nw-system-page .ns-hub-wrapper{height:400px}.nw-system-page .ns-hub-core{min-width:200px;padding:20px}.nw-system-page .ns-hub-node{min-width:100px;padding:15px}.nw-system-page .detailed-components{padding:60px 0}.nw-system-page .detailed-components-container,.nw-system-page .ns-container,.nw-system-page .page-hero-content{padding:0 20px}.nw-system-page .components-grid{grid-template-columns:1fr}.nw-system-page .component-card{padding:30px}.nw-system-page .cta-buttons{flex-direction:column;align-items:center}.nw-system-page .cta-button{width:100%;max-width:300px;justify-content:center}}@media (max-width:480px){.nw-system-page .page-hero h1{font-size:1.8rem}.nw-system-page .ns-hub-core{min-width:180px;padding:15px}.nw-system-page .ns-core-title{font-size:.9rem}.nw-system-page .node-text{font-size:.75rem}.nw-system-page .component-card{padding:25px}.nw-system-page .stats-section{padding:40px 20px}.nw-system-page .stat-number{font-size:2.2rem}.nw-system-page .cta-section{padding:40px 20px}}