.nxfh-hero{justify-content:space-between;align-items:center;gap:3rem;max-width:1400px;min-height:calc(100vh - 76px);margin:0 auto;padding:5.5rem 6% 5rem;display:flex}.nxfh-hero-left{flex:1;max-width:600px}.nxfh-eyebrow{color:var(--nxf-teal);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.55rem;margin-bottom:1.75rem;font-size:.82rem;font-weight:600;display:flex}.nxfh-eyebrow:before{content:"";background:currentColor;flex-shrink:0;width:1.6rem;height:2px}.nxfh-hero-left h1{letter-spacing:-.03em;color:var(--nxf-text);margin:0 0 1.75rem;font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:800;line-height:1.1}.nxfh-hero-left p{color:var(--nxf-muted);margin:0 0 .6rem;font-size:1.15rem;line-height:1.85}.nxfh-hero-left p a,.nxfh-highlight{text-decoration:none;color:var(--nxf-teal)!important}.nxfh-hero-bullets{flex-direction:column;gap:.7rem;margin:1.4rem 0 1.75rem;padding:0;list-style:none;display:flex}.nxfh-hero-bullets li{color:var(--nxf-muted);align-items:flex-start;gap:.65rem;font-size:1.02rem;line-height:1.5;display:flex}.nxfh-hero-bullets svg{stroke:#2bb673;fill:none;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:20px;height:20px;margin-top:.15rem}.nxfh-hero-bullets strong{color:#ffffffe6;font-weight:600}.nxfh-hero-meta{color:var(--nxf-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.nxfh-hero-meta strong{color:#ffffffbf;font-weight:600}.nxfh-btn-hero{background:var(--nxf-teal);border-radius:10px;align-items:center;gap:.6rem;padding:1.05rem 2.2rem;font-size:1.05rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 28px #1863a861;color:#fff!important;text-decoration:none!important}.nxfh-btn-hero:hover{transform:translateY(-2px);box-shadow:0 14px 36px #1863a87a;background:var(--nxf-teal-dark)!important}.nxfh-hero-right{flex:0 0 560px;justify-content:center;align-items:center;display:flex}.nxfh-circle-wrap{width:520px;height:520px;position:relative}.nxfh-circle-ring{border:3px solid var(--nxf-teal);z-index:1;background:radial-gradient(at 50% 70%,#1863a838 0%,#1863a814 40%,#0000 68%);border-radius:50%;position:absolute;inset:0;box-shadow:0 0 80px #1863a84d,0 0 160px #1863a81f,inset 0 0 70px #1863a81a}.nxfh-photo-mask{z-index:0;border-radius:50%;position:absolute;inset:0;overflow:hidden}.nxfh-hero-photo{object-fit:cover;object-position:top center;width:350px;height:440px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nxfh-photo-placeholder{width:350px;height:440px;color:var(--nxf-muted);text-align:center;border-top:1px dashed var(--nxf-teal-border);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.85rem;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nxfh-photo-placeholder svg{width:56px;height:56px;stroke:var(--nxf-teal-border);fill:none;stroke-width:1.2px}.nxfh-fi{z-index:2;background:#131926;border:1.5px solid #1863a866;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex;position:absolute;box-shadow:0 6px 24px #0000008c}.nxfh-fi svg{width:24px;height:24px;stroke:var(--nxf-teal);fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.nxfh-fi-1{top:112px;left:-10px}.nxfh-fi-2{top:112px;right:-10px}.nxfh-fi-3{top:268px;left:-26px}.nxfh-fi-4{top:268px;right:-26px}.nxfh-fi-label{white-space:nowrap;color:var(--nxf-text);text-align:center;pointer-events:none;background:#131926e6;border:1px solid #1863a866;border-radius:999px;padding:.18rem .55rem;font-size:.68rem;font-weight:600;line-height:1.2;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0006}.nxfh-services-section{max-width:1400px;margin:0 auto;padding:7rem 6%}.nxfh-services-inner{grid-template-columns:1fr 380px;align-items:start;gap:3.5rem;display:grid}.nxfh-service-grid{grid-template-columns:1fr 1fr;gap:1.6rem;display:grid}.nxfh-service-card{background:var(--nxf-bg-card);border:1px solid var(--nxf-border);border-radius:var(--nxf-radius);flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem 2rem;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.nxfh-service-card:before{content:"";background:linear-gradient(90deg, transparent, var(--nxf-teal), transparent);opacity:0;width:100%;height:2px;transition:opacity .3s;position:absolute;top:0;left:0}.nxfh-service-card:hover{border-color:var(--nxf-teal-border);transform:translateY(-5px);box-shadow:0 20px 50px #1863a81a}.nxfh-service-card:hover:before{opacity:1}.nxfh-svc-icon{background:var(--nxf-teal-glow);border:1px solid var(--nxf-teal-border);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.25rem;display:flex}.nxfh-svc-icon svg{width:26px;height:26px;stroke:var(--nxf-teal);fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.nxfh-service-card h3{color:var(--nxf-text);margin:0;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:700;line-height:1.3}.nxfh-service-card p{color:var(--nxf-muted);margin:0;font-size:1rem;line-height:1.75}.nxfh-about{flex-direction:column;gap:1.75rem;padding-top:.5rem;display:flex}.nxfh-about-quote{align-items:flex-start;gap:.75rem;display:flex}.nxfh-about-quote:before{content:"";background:var(--nxf-teal);flex-shrink:0;width:1.75rem;height:2px;margin-top:.83rem}.nxfh-about-quote-text{color:var(--nxf-teal);letter-spacing:.02em;font-size:1.15rem;font-weight:600;line-height:1.45}.nxfh-about-body{color:var(--nxf-muted);font-size:1.05rem;line-height:1.9}.nxfh-btn-secondary{background:var(--nxf-teal);border-radius:8px;align-items:center;gap:.55rem;width:fit-content;padding:.85rem 1.9rem;font-size:1rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex;color:#fff!important;text-decoration:none!important}.nxfh-btn-secondary:hover{transform:translateY(-1px);background:var(--nxf-teal-dark)!important}.nxfh-portfolio-section{background:linear-gradient(#0000 0%,#1863a805 50%,#0000 100%);padding:7rem 6%}.nxfh-section-head{text-align:center;max-width:700px;margin:0 auto 4.5rem}.nxfh-section-eyebrow{color:var(--nxf-teal);letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:1.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.nxfh-section-eyebrow:before,.nxfh-section-eyebrow:after{content:"";background:var(--nxf-teal);width:28px;height:1.5px;display:block}.nxfh-section-head h2{letter-spacing:-.02em;color:var(--nxf-text);margin:0 0 1rem;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.nxfh-section-head p{color:var(--nxf-muted);font-size:1.1rem;line-height:1.8}.nxfh-portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1400px;margin:0 auto 3.5rem;display:grid}.nxfh-portfolio-card{background:var(--nxf-bg-card);border:1px solid var(--nxf-border);border-radius:var(--nxf-radius);flex-direction:column;gap:1.1rem;padding:2.25rem;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.nxfh-portfolio-card:before{content:"";background:linear-gradient(90deg, transparent, var(--nxf-teal), transparent);opacity:0;width:100%;height:2px;transition:opacity .3s;position:absolute;top:0;left:0}.nxfh-portfolio-card:hover{border-color:var(--nxf-teal-border);transform:translateY(-5px);box-shadow:0 22px 55px #1863a81a}.nxfh-portfolio-card:hover:before{opacity:1}.nxfh-pc-tags{flex-wrap:wrap;gap:.4rem;display:flex}.nxfh-pc-tag{border:1px solid var(--nxf-teal-border);color:var(--nxf-teal);background:var(--nxf-teal-glow);border-radius:100px;padding:.28rem .75rem;font-size:.75rem}.nxfh-pc-icon{background:var(--nxf-teal-glow);border:1px solid var(--nxf-teal-border);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.nxfh-pc-icon svg{width:24px;height:24px;stroke:var(--nxf-teal);fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.nxfh-portfolio-card h3{color:var(--nxf-text);margin:0;font-size:1.2rem;font-weight:700;line-height:1.35}.nxfh-portfolio-card p{color:var(--nxf-muted);flex:1;margin:0;font-size:1rem;line-height:1.75}.nxfh-pc-link{color:var(--nxf-teal);align-items:center;gap:.45rem;margin-top:.35rem;font-size:.95rem;font-weight:600;transition:gap .2s;display:flex}.nxfh-portfolio-card:hover .nxfh-pc-link{gap:.7rem}.nxfh-center{text-align:center}.nxfh-contact-section{max-width:1050px;margin:0 auto;padding:4rem 6% 7rem}.nxfh-contact-box{background:var(--nxf-bg-card);border:1px solid var(--nxf-border);text-align:center;border-radius:22px;padding:5.5rem 4rem;position:relative;overflow:hidden}.nxfh-contact-box:before{content:"";background:linear-gradient(90deg, transparent, var(--nxf-teal), transparent);width:260px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.nxfh-contact-box:after{content:"";pointer-events:none;background:radial-gradient(circle,#1863a812 0%,#0000 70%);width:340px;height:340px;position:absolute;bottom:-100px;right:-100px}.nxfh-contact-box .nxfh-glow-left{pointer-events:none;background:radial-gradient(circle,#1863a80d 0%,#0000 70%);width:280px;height:280px;position:absolute;top:-80px;left:-80px}.nxfh-contact-box h2{color:var(--nxf-text);letter-spacing:-.02em;text-wrap:balance;margin:0 0 1.25rem;font-size:clamp(1.75rem,2.6vw,2.8rem);font-weight:800;line-height:1.2}.nxfh-contact-box p{color:var(--nxf-muted);text-wrap:balance;max-width:560px;margin:0 auto 2.75rem;font-size:1.15rem;line-height:1.85}.nxfh-contact-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.1rem;display:flex}.nxfh-contact-email{border:1px solid var(--nxf-border);border-radius:8px;align-items:center;gap:.55rem;padding:.85rem 1.4rem;font-size:1rem;transition:all .2s;display:inline-flex;color:var(--nxf-muted)!important;text-decoration:none!important}.nxfh-contact-email:hover{border-color:var(--nxf-teal-border);color:var(--nxf-text)!important}.nxfh-contact-email svg{width:16px;height:16px;stroke:var(--nxf-teal);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}@media (width<=1200px){.nxfh-hero{min-height:auto;padding:5rem 6%}.nxfh-hero-right{flex:0 0 460px}.nxfh-circle-wrap{width:420px;height:420px}.nxfh-hero-photo{width:280px;height:360px}.nxfh-fi-3{top:218px;left:-22px}.nxfh-fi-4{top:218px;right:-22px}.nxfh-services-inner{grid-template-columns:1fr;gap:3.5rem}.nxfh-about{padding-top:0}}@media (width<=900px){.nxfh-hero{text-align:center;flex-direction:column-reverse;gap:3.5rem;padding:4rem 6%}.nxfh-hero-left{max-width:100%}.nxfh-hero-bullets{text-align:left;width:fit-content;margin-left:auto;margin-right:auto}.nxfh-eyebrow{justify-content:center}.nxfh-hero-right{flex:none}.nxfh-portfolio-grid{grid-template-columns:1fr 1fr}.nxfh-contact-box{padding:4rem 2.5rem}}@media (width<=640px){.nxfh-circle-wrap{width:320px;height:320px}.nxfh-hero-photo{width:220px;height:280px}.nxfh-fi{width:50px;height:50px}.nxfh-fi svg{width:20px;height:20px}.nxfh-fi-1{top:86px;left:-8px}.nxfh-fi-2{top:86px;right:-8px}.nxfh-fi-3{top:165px;left:-16px}.nxfh-fi-4{top:165px;right:-16px}.nxfh-fi-label{white-space:normal;max-width:4.5rem;padding:.15rem .4rem;font-size:.6rem}.nxfh-service-grid,.nxfh-portfolio-grid{grid-template-columns:1fr}.nxfh-contact-box{padding:3rem 1.5rem}.nxfh-hero{padding:3rem 5%}.nxfh-services-section{padding:5rem 5%}}.nxfh-problem-section{max-width:1400px;margin:0 auto;padding:7rem 6%}.nxfh-problem-head{text-align:center;max-width:720px;margin:0 auto 3.5rem}.nxfh-problem-label{color:var(--nxf-teal);letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.nxfh-problem-head h2{letter-spacing:-.02em;color:var(--nxf-text);margin:0 0 1rem;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.nxfh-problem-head p{color:var(--nxf-muted);margin:0;font-size:1.1rem;line-height:1.8}.nxfh-compare{grid-template-columns:1fr 1fr;gap:1.75rem;max-width:1080px;margin:0 auto;display:grid}.nxfh-field{background:var(--nxf-bg-card);border:1px solid var(--nxf-border);border-radius:var(--nxf-radius);flex-direction:column;padding:1.85rem 1.75rem 1.5rem;display:flex}.nxfh-field-with{border-color:var(--nxf-teal-border)}.nxfh-field-title{text-align:center;letter-spacing:.01em;margin:0 0 1.25rem;font-size:1.05rem;font-weight:700}.nxfh-field-without .nxfh-field-title{color:#cd8484}.nxfh-field-with .nxfh-field-title{color:var(--nxf-teal)}.nxfh-stage{aspect-ratio:1;width:100%;margin:0 auto;position:relative}.nxfh-stage-svg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.nxfh-chaos-line{stroke:#cd5c5c6b;stroke-width:1.2px;stroke-dasharray:4 3;stroke-linecap:round}.nxfh-star-line{stroke:var(--nxf-teal);stroke-width:1.4px;stroke-linecap:round;opacity:.55}.nxfh-pnode,.nxfh-pcenter{z-index:3;flex-direction:column;align-items:center;gap:.3rem;display:flex;position:absolute;transform:translate(-50%,-50%)}.nxfh-pnode-icon{background:var(--nxf-bg);border:1px solid #ffffff1f;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.nxfh-pnode-icon svg{fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.nxfh-pnode-label{text-align:center;max-width:80px;font-size:.66rem;line-height:1.25}.nxfh-field-without .nxfh-pnode-icon svg{stroke:var(--nxf-muted)}.nxfh-field-without .nxfh-pnode-label{color:var(--nxf-muted)}.nxfh-field-with .nxfh-pnode-icon svg{stroke:var(--nxf-teal)}.nxfh-field-with .nxfh-pnode-label{color:var(--nxf-text)}.nxfh-pcenter{z-index:4;gap:.4rem}.nxfh-pcenter-box{border-radius:14px;justify-content:center;align-items:center;display:flex}.nxfh-pcenter-box svg{fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.nxfh-center-human .nxfh-pcenter-box{background:#ffffff0d;border:1px solid #ffffff29;width:50px;height:50px}.nxfh-center-human .nxfh-pcenter-box svg{width:22px;height:22px;stroke:var(--nxf-muted)}.nxfh-center-human .nxfh-pcenter-cap{color:var(--nxf-muted)}.nxfh-center-n8n .nxfh-pcenter-box{background:var(--nxf-teal-glow);border:1.5px solid var(--nxf-teal);width:62px;height:62px;position:relative;box-shadow:0 0 30px #1863a866}.nxfh-center-n8n .nxfh-pcenter-box svg{width:28px;height:28px;stroke:var(--nxf-teal)}.nxfh-center-n8n .nxfh-pcenter-cap{color:var(--nxf-teal)}.nxfh-ki-badge{letter-spacing:.03em;color:#fff;background:var(--nxf-teal);border:1.5px solid var(--nxf-bg);border-radius:100px;padding:.18rem .32rem;font-size:.52rem;font-weight:800;line-height:1;position:absolute;top:-8px;right:-8px}.nxfh-pcenter-cap{font-size:.7rem;font-weight:700}.nxfh-plabel{color:#ff8585;white-space:nowrap;z-index:5;background:#dc35451f;border:1px solid #dc35454d;border-radius:5px;padding:.1rem .4rem;font-size:.6rem;position:absolute;transform:translate(-50%,-50%)}.nxfh-flow-dot{background:var(--nxf-teal);opacity:0;z-index:2;border-radius:50%;width:7px;height:7px;margin:0;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 8px 2px #1863a8b3}.nxfh-dot-crm{animation:2.6s linear infinite nxfh-dot-crm}.nxfh-dot-buch{animation:2.6s linear .5s infinite nxfh-dot-buch}.nxfh-dot-shop{animation:2.6s linear 1s infinite nxfh-dot-shop}.nxfh-dot-komm{animation:2.6s linear 1.5s infinite nxfh-dot-komm}.nxfh-dot-pm{animation:2.6s linear 2s infinite nxfh-dot-pm}@keyframes nxfh-dot-crm{0%{opacity:0;top:50%;left:50%}12%{opacity:1}82%{opacity:1}to{opacity:0;top:14%;left:50%}}@keyframes nxfh-dot-buch{0%{opacity:0;top:50%;left:50%}12%{opacity:1}82%{opacity:1}to{opacity:0;top:40%;left:84%}}@keyframes nxfh-dot-shop{0%{opacity:0;top:50%;left:50%}12%{opacity:1}82%{opacity:1}to{opacity:0;top:84%;left:70%}}@keyframes nxfh-dot-komm{0%{opacity:0;top:50%;left:50%}12%{opacity:1}82%{opacity:1}to{opacity:0;top:84%;left:30%}}@keyframes nxfh-dot-pm{0%{opacity:0;top:50%;left:50%}12%{opacity:1}82%{opacity:1}to{opacity:0;top:40%;left:16%}}.nxfh-field-hint{text-align:center;margin:1.35rem 0 0;font-size:.82rem;line-height:1.55}.nxfh-field-without .nxfh-field-hint{color:#d08a8a}.nxfh-field-with .nxfh-field-hint{color:#3fbf6f}.nxfh-compare-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;max-width:920px;margin:3rem auto 0;display:flex}.nxfh-compare-item{text-align:center;font-size:1rem;font-weight:600}.nxfh-compare-item-a{color:var(--nxf-muted)}.nxfh-compare-item-b{color:#3fbf6f}.nxfh-compare-item-mid{color:var(--nxf-teal);border:1px solid var(--nxf-teal-border);background:var(--nxf-teal-glow);border-radius:12px;padding:.4rem 1.1rem;font-weight:800}.nxfh-compare-arrow{color:var(--nxf-muted);font-size:1.1rem}.nxfh-problem-cta{text-align:center;margin-top:3rem}.nxfh-problem-cta .nxf-btn-primary{padding:1rem 2.1rem;font-size:1.02rem}.nxfh-problem-cta-sub{color:var(--nxf-muted);margin-top:.9rem;font-size:.85rem;display:block}@media (width<=640px){.nxfh-problem-section{padding:5rem 5%}.nxfh-compare{grid-template-columns:1fr;gap:1.25rem}.nxfh-stage{max-width:320px}.nxfh-compare-row{flex-direction:column;gap:.75rem}.nxfh-compare-arrow{transform:rotate(90deg)}}@media (prefers-reduced-motion:reduce){.nxfh-flow-dot{opacity:0;animation:none!important}}.nxfh-approach-section{max-width:1080px;margin:0 auto;padding:7rem 6%}.nxfh-approach-head{text-align:center;max-width:760px;margin:0 auto 3.5rem}.nxfh-approach-label{color:var(--nxf-teal);letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.nxfh-approach-head h2{letter-spacing:-.02em;color:var(--nxf-text);text-wrap:balance;margin:0;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:800;line-height:1.2}.nxfh-approach-grid{grid-template-columns:1fr 1fr;gap:1.75rem;margin-bottom:2.75rem;display:grid}.nxfh-approach-card{background:var(--nxf-bg-card);border:1px solid var(--nxf-border);border-radius:var(--nxf-radius);flex-direction:column;gap:1rem;padding:2.5rem 2rem;display:flex}.nxfh-approach-icon{background:var(--nxf-teal-glow);border:1px solid var(--nxf-teal-border);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.nxfh-approach-icon svg{width:26px;height:26px;stroke:var(--nxf-teal);fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.nxfh-approach-card h3{color:var(--nxf-text);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.nxfh-approach-card p{color:var(--nxf-muted);margin:0;font-size:1rem;line-height:1.75}.nxfh-approach-conclusion{text-align:center;max-width:720px;color:var(--nxf-muted);text-wrap:balance;margin:0 auto;font-size:1.1rem;line-height:1.85}@media (width<=640px){.nxfh-approach-section{padding:5rem 5%}.nxfh-approach-grid{grid-template-columns:1fr;gap:1.25rem}}
