:root{--color-bg-dark:#182028;--color-bg-darker:#0f161c;--color-green:#ACFF24;--color-green-dark:#5a8a00;--color-white:#ffffff;--color-white-muted:rgba(255,255,255,0.7);--color-white-subtle:rgba(255,255,255,0.4);--color-border:rgba(255,255,255,0.12);--font-family:var(--font-ucitypro),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max-width:1280px;--section-padding:100px 0;--nav-height:80px}*,:after,:before{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-reduced-motion:no-preference){html:has(:target){scroll-behavior:smooth}}body{font-family:var(--font-family);background-color:var(--color-bg-dark);color:var(--color-white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 40px}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:12px 20px 0;transition:padding .3s ease}.nav-bar{max-width:var(--max-width);margin:0 auto;height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:rgba(24,32,40,.88);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;z-index:1002;will-change:transform;transform:translateZ(0)}.nav--scrolled .nav-bar{background:rgba(24,32,40,.95);border-color:rgba(255,255,255,.12);box-shadow:0 8px 32px rgba(0,0,0,.3)}.nav--dropdown-open .nav-bar{border-radius:16px 16px 0 0;border-bottom-color:transparent}.nav-logo{display:flex;align-items:center;gap:0;flex-shrink:0}.nav-logo img{height:56px;width:auto}.nav-links{display:flex;align-items:center;gap:4px}.nav-item,.nav-link{position:relative}.nav-link{font-size:.875rem;font-weight:400;color:var(--color-white-muted);transition:color .2s ease;display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:8px}.nav-link:hover{color:var(--color-white)}.nav-item.active .nav-link,.nav-item:hover .nav-link{color:var(--color-white);background:rgba(255,255,255,.06)}.nav-link svg{width:12px;height:12px;opacity:.5;transition:transform .2s ease,opacity .2s ease}.nav-item.active .nav-link svg{transform:rotate(180deg);opacity:.8}.nav-actions{display:flex;align-items:center;gap:12px}.mega-dropdown{max-width:var(--max-width);margin:0 auto;background:rgba(24,32,40,.95);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-top:none;border-radius:0 0 16px 16px;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;pointer-events:none;position:relative;z-index:1001;will-change:transform;transform:translateZ(0)}.mega-dropdown.active{max-height:260px;opacity:1;pointer-events:auto}.mega-dropdown-inner{padding:8px 28px 28px}.mega-panel{display:none;animation:megaFadeIn .25s ease}.mega-panel.active{display:block}@keyframes megaFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mega-panel-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px}.mega-panel-grid--three{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px}.mega-card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:12px;transition:background .2s ease;text-decoration:none;color:inherit}.mega-card:hover{background:rgba(255,255,255,.05)}.mega-card-icon{width:44px;height:44px;min-width:44px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--color-white-muted);transition:all .2s ease}.mega-card:hover .mega-card-icon{background:rgba(172,255,36,.1);border-color:rgba(172,255,36,.2);color:var(--color-green)}.mega-card-icon svg{width:20px;height:20px}.mega-card-text{display:flex;flex-direction:column;gap:4px}.mega-card-text strong{font-size:.9rem;font-weight:500;color:var(--color-white);letter-spacing:.01em}.mega-card-text span{font-size:.8rem;font-weight:300;color:var(--color-white-subtle);line-height:1.5}.mega-panel-grid--split{display:flex;gap:0}.mega-panel-grid--split .mega-group{flex:1 1;display:flex;flex-direction:column}.mega-group-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.4);margin-bottom:.5rem;padding-left:.25rem}.mega-divider{display:none}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:6px;font-size:.9rem;font-weight:600;transition:all .25s ease;letter-spacing:.01em}.btn-primary{background:var(--color-green);color:var(--color-bg-dark);border:1px solid var(--color-green)}.btn-primary:hover{background:#c4ff5c;border-color:#c4ff5c;transform:translateY(-1px);box-shadow:0 4px 20px rgba(172,255,36,.3)}.btn-outline{background:transparent;color:var(--color-white);border:1px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-white-muted);background:rgba(255,255,255,.05);transform:translateY(-1px)}.btn-nav{padding:9px 18px;font-size:.82rem;border-radius:8px;border:1px solid var(--color-green);color:var(--color-green);background:transparent;white-space:nowrap}.btn-nav:hover{background:var(--color-green);color:var(--color-bg-dark)}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:var(--nav-height);padding-left:20px;padding-right:20px;background:var(--color-bg-dark)}.hero,.hero-bg{overflow:hidden}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-bg:before{top:50%;left:50%;width:900px;height:900px;background:conic-gradient(from 180deg at 50% 50%,rgba(172,255,36,0) 0deg,rgba(172,255,36,.08) 60deg,rgba(0,80,60,.25) 120deg,rgba(0,40,40,.3) 180deg,rgba(172,255,36,.05) 240deg,rgba(0,60,50,.15) 300deg,rgba(172,255,36,0) 1turn);filter:blur(80px);animation:heroRotate 30s linear infinite}.hero-bg:after,.hero-bg:before{content:"";position:absolute;transform:translate(-50%,-50%);border-radius:50%;will-change:transform;transform:translateZ(0) translate(-50%,-50%)}.hero-bg:after{top:40%;left:55%;width:600px;height:600px;background:radial-gradient(ellipse at center,rgba(172,255,36,.06) 0,rgba(0,80,40,.12) 40%,transparent 70%);filter:blur(60px);animation:heroRotate 20s linear infinite reverse}@keyframes heroRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.hero-video-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden;mix-blend-mode:screen;opacity:.15;pointer-events:none;will-change:transform;transform:translateZ(0)}.hero-video-bg video{width:auto;height:110%;object-fit:contain;position:absolute;top:50%;right:-35%;transform:translateY(-50%)}.hero-content{position:relative;z-index:1;padding:80px 28px 60px}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.15;color:var(--color-white);max-width:850px;margin-bottom:28px;letter-spacing:-.02em}.hero-title em{font-style:normal}.hero-title .hero-title-hekner-green,.hero-title em{color:var(--color-green)}.hero-subtitle{font-size:1.05rem;font-weight:300;color:var(--color-white-muted);max-width:640px;line-height:1.7;margin-bottom:40px}.hero-subtitle p+p{margin-top:.75em}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.role-strip{position:relative;z-index:1;padding:0;overflow:hidden}.role-strip-inner{position:relative;padding:40px 0 48px}.role-strip-inner:before{left:0;background:linear-gradient(to right,var(--color-bg-dark) 30%,transparent 100%)}.role-strip-inner:after,.role-strip-inner:before{content:"";position:absolute;top:0;width:calc((100vw - var(--max-width)) / 2 + 200px);min-width:120px;height:100%;z-index:2;pointer-events:none}.role-strip-inner:after{right:0;background:linear-gradient(to left,var(--color-bg-dark) 30%,transparent 100%)}.role-track{display:flex;gap:56px;width:max-content;animation:roleMarquee 40s linear infinite;will-change:transform}@keyframes roleMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.role-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 20px;white-space:nowrap;position:relative;opacity:0;transform:translateY(8px);animation:roleCardFadeIn .6s ease forwards}.role-card:first-child{animation-delay:.1s}.role-card:nth-child(2){animation-delay:.18s}.role-card:nth-child(3){animation-delay:.26s}.role-card:nth-child(4){animation-delay:.34s}.role-card:nth-child(5){animation-delay:.42s}.role-card:nth-child(6){animation-delay:.5s}.role-card:nth-child(7){animation-delay:.58s}.role-card:nth-child(8){animation-delay:.66s}.role-card:nth-child(9){animation-delay:.1s}.role-card:nth-child(10){animation-delay:.18s}.role-card:nth-child(11){animation-delay:.26s}.role-card:nth-child(12){animation-delay:.34s}.role-card:nth-child(13){animation-delay:.42s}.role-card:nth-child(14){animation-delay:.5s}.role-card:nth-child(15){animation-delay:.58s}.role-card:nth-child(16){animation-delay:.66s}@keyframes roleCardFadeIn{to{opacity:1;transform:translateY(0)}}.role-label{font-size:.7rem;font-weight:600;color:rgba(255,255,255,.35);letter-spacing:.12em;text-transform:uppercase;line-height:1;text-align:center}.role-desc{font-size:.88rem;font-weight:400;color:rgba(255,255,255,.55);letter-spacing:.01em;line-height:1.3;text-align:center}.erfolgsfaktor{position:relative;padding:120px 0 100px;background:var(--color-bg-dark);overflow:hidden}.erfolgsfaktor:before{content:"";position:absolute;top:-200px;right:10%;width:500px;height:500px;background:radial-gradient(ellipse at center,rgba(172,255,36,.04) 0,rgba(0,60,40,.06) 40%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;color:var(--color-white);margin-bottom:56px;letter-spacing:-.02em}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.card{background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:12px;padding:32px 28px;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;transition:background .35s ease,border-color .35s ease,color .35s ease}.card:hover{background:var(--color-green);border-color:var(--color-green)}.card:hover .card-text{color:var(--color-bg-dark)}.card:hover .card-stat-number{color:var(--color-bg-dark);font-weight:700}.card:hover .card-stat-label{color:var(--color-bg-dark)}.card-text{font-size:.875rem;font-weight:300;line-height:1.65;color:var(--color-white-muted);margin-bottom:40px;transition:color .35s ease}.card-text-title{font-weight:700}.card-stat{margin-top:auto}.card-stat-number{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:300;color:var(--color-white);letter-spacing:-.02em;line-height:1.1;margin-bottom:6px}.card-stat-label,.card-stat-number{display:block;transition:color .35s ease}.card-stat-label{font-size:.8rem;font-weight:400;color:var(--color-white-subtle);letter-spacing:.01em}.ueberblick{position:relative;padding:120px 0 0;background:var(--color-bg-dark);overflow:hidden}.section-label{display:block;font-size:.85rem;font-weight:400;color:var(--color-green);letter-spacing:.04em;margin-bottom:20px}.ueberblick .section-title{margin-bottom:60px}.ueberblick-media{width:100%;padding-bottom:80px}.video-placeholder{position:relative;width:100%;aspect-ratio:16/9;background:var(--color-bg-darker);border-radius:16px;overflow:hidden;border:1px solid var(--color-border)}.video-placeholder video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:16px}.video-placeholder-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--color-white-subtle);background:linear-gradient(135deg,rgba(24,32,40,.6),rgba(15,22,28,.8));transition:opacity .4s ease}.video-placeholder-overlay svg{width:64px;height:64px}.video-placeholder-overlay span{font-size:.9rem;font-weight:400;letter-spacing:.05em}.video-placeholder.has-video .video-placeholder-overlay{opacity:0;pointer-events:none}.produkte{position:relative;padding:120px 0;background:var(--color-bg-darker)}.produkte-title{margin-bottom:72px}.produkt-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.produkt-diagram{display:flex;justify-content:center}.diagram-card{background:rgba(255,255,255,.04);border:1px solid var(--color-border);border-radius:20px;padding:48px 40px;width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:0}.diagram-sources{display:flex;justify-content:center;gap:28px;margin-bottom:28px}.diagram-source{display:flex;flex-direction:column;align-items:center;gap:8px}.diagram-dot{width:36px;height:36px;border-radius:50%;box-shadow:0 4px 16px rgba(0,0,0,.3)}.diagram-source span{font-size:.72rem;font-weight:400;color:var(--color-white-subtle);letter-spacing:.03em}.diagram-flow{position:relative;width:100%;height:40px;align-items:center}.diagram-flow,.diagram-flow-lines{display:flex;justify-content:center}.diagram-flow-lines{gap:28px}.diagram-flow-lines span{display:block;width:2px;height:40px;background:linear-gradient(to bottom,var(--color-border),var(--color-green));border-radius:1px;opacity:.5}.diagram-hub{display:flex;flex-direction:column;align-items:center;gap:10px;margin:12px 0}.diagram-hub-orb{width:72px;height:72px;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(172,255,36,.6) 0,rgba(172,255,36,.2) 50%,rgba(0,80,40,.3) 100%);box-shadow:0 0 40px rgba(172,255,36,.2),inset 0 -8px 20px rgba(0,0,0,.2);animation:orbPulse 4s ease-in-out infinite}@keyframes orbPulse{0%,to{box-shadow:0 0 40px rgba(172,255,36,.2),inset 0 -8px 20px rgba(0,0,0,.2)}50%{box-shadow:0 0 60px rgba(172,255,36,.35),inset 0 -8px 20px rgba(0,0,0,.2)}}.diagram-hub span{font-size:.8rem;font-weight:600;color:var(--color-green);letter-spacing:.08em}.diagram-flow-down{display:flex;justify-content:center;margin:12px 0}.diagram-flow-down span{display:block;width:2px;height:40px;background:linear-gradient(to bottom,var(--color-green),var(--color-border));border-radius:1px;opacity:.5}.diagram-betrieb{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;max-width:260px;padding:14px 20px;background:rgba(255,255,255,.06);border:1px solid var(--color-border);border-radius:10px}.diagram-betrieb span{font-size:.85rem;font-weight:400;color:var(--color-white)}.diagram-betrieb svg{color:var(--color-white-subtle);flex-shrink:0}.produkt-content{display:flex;flex-direction:column;align-items:flex-start}.produkt-label{font-size:.85rem;font-weight:400;color:var(--color-green);margin-bottom:16px;letter-spacing:.03em}.produkt-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.25;color:var(--color-white);margin-bottom:24px;letter-spacing:-.01em}.produkt-heading sub{font-size:.65em;vertical-align:baseline;position:relative;bottom:-.15em}.produkt-text{font-size:.925rem;font-weight:300;line-height:1.75;color:var(--color-white-muted);margin-bottom:36px}.produkt-text sub{font-size:.7em;vertical-align:baseline;position:relative;bottom:-.1em}.produkt-row--reverse{direction:rtl}.produkt-row--reverse>*{direction:ltr}.produkt-row+.produkt-row{margin-top:100px;padding-top:100px;border-top:1px solid var(--color-border)}.graphic-placeholder,.produkt-graphic{display:flex;justify-content:center;align-items:center}.graphic-placeholder{position:relative;width:100%;aspect-ratio:4/3;background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.graphic-placeholder:after{content:attr(data-label);font-size:.85rem;font-weight:400;color:var(--color-white-subtle);letter-spacing:.04em;opacity:.5}.graphic-placeholder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:16px}.graphic-placeholder iframe{border:none}.graphic-placeholder iframe,.graphic-placeholder video{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit}.graphic-placeholder video{object-fit:cover}.graphic-placeholder:has(video){background:transparent}.graphic-placeholder:has(video):after{display:none}.graphic-placeholder:has(img){background:transparent}.graphic-placeholder:has(img):after{display:none}.graphic-placeholder:has(iframe){background:transparent}.graphic-placeholder:has(iframe):after{display:none}.reveal-graphic{position:relative;overflow:hidden;border-radius:16px;width:100%}.reveal-graphic:before{content:"";position:absolute;top:50%;left:0;width:100%;height:3px;background:var(--color-green);z-index:2;transform:scaleX(0);transform-origin:left;opacity:0;pointer-events:none}.reveal-graphic__content{width:100%;-webkit-clip-path:inset(49.5% 100% 49.5% 0);clip-path:inset(49.5% 100% 49.5% 0);filter:blur(14px);transform:scale(1.06)}.reveal-graphic.is-revealed:before{animation:revealBar .55s cubic-bezier(.76,0,.24,1) forwards,revealBarFade .35s ease 1s forwards}.reveal-graphic.is-revealed .reveal-graphic__content{animation:revealWipe 1.5s cubic-bezier(.65,0,.35,1) .12s forwards}@keyframes revealBar{0%{transform:scaleX(0);opacity:1}to{transform:scaleX(1);opacity:1}}@keyframes revealBarFade{to{opacity:0}}@keyframes revealWipe{0%{-webkit-clip-path:inset(49.5% 100% 49.5% 0);clip-path:inset(49.5% 100% 49.5% 0);filter:blur(14px);transform:scale(1.06)}30%{-webkit-clip-path:inset(49.5% 0 49.5% 0);clip-path:inset(49.5% 0 49.5% 0);filter:blur(14px);transform:scale(1.06)}65%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);filter:blur(8px);transform:scale(1.02)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);filter:blur(0);transform:scale(1)}}@media (prefers-reduced-motion:reduce){.reveal-graphic__content{-webkit-clip-path:none;clip-path:none;filter:none;transform:none}.reveal-graphic:before{display:none}}.matterport-poster{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:inherit;background:linear-gradient(145deg,rgba(172,255,36,.04),rgba(172,255,36,.08));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;cursor:pointer;transition:background .3s ease;color:var(--color-white);font-family:var(--font-family)}.matterport-poster:hover{background:linear-gradient(145deg,rgba(172,255,36,.06),rgba(172,255,36,.12))}.matterport-poster-label{font-size:1rem;font-weight:600;letter-spacing:.02em;color:var(--color-white);opacity:.9}.matterport-poster-play{display:flex;align-items:center;justify-content:center;color:var(--color-green);transition:transform .25s ease,color .25s ease}.matterport-poster:hover .matterport-poster-play{transform:scale(1.1)}.matterport-poster-hint{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--color-white-subtle)}.graphic-placeholder:has(.matterport-poster){background:transparent}.graphic-placeholder:has(.matterport-poster):after{display:none}.referenzen{position:relative;padding:120px 0;background:var(--color-bg-dark)}.referenzen-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.referenzen-header .section-title{margin-bottom:0}.slider-nav{display:flex;gap:8px;flex-shrink:0}.slider-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s ease;color:var(--color-white)}.slider-btn--prev{background:rgba(255,255,255,.1);border:1px solid var(--color-border)}.slider-btn--prev:hover{background:rgba(255,255,255,.15)}.slider-btn--next{background:var(--color-green);color:var(--color-bg-dark)}.slider-btn--next:hover{background:#c4ff5c;transform:translateY(-1px)}.testimonial-slider{position:relative;overflow:hidden}.testimonial-slide{display:none;animation:fadeSlide .5s ease}.testimonial-slide.active{display:block}@keyframes fadeSlide{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.testimonial-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-template-rows:auto 1fr;grid-gap:16px;gap:16px}.testimonial-media{position:relative;border-radius:14px;overflow:hidden;background:var(--color-bg-darker);grid-row:1/3}.testimonial-media-placeholder{width:100%;height:100%;min-height:100%;background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}.testimonial-media-placeholder img,.testimonial-media-placeholder video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.testimonial-play{position:absolute;bottom:20px;left:20px;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);color:var(--color-white);display:flex;align-items:center;justify-content:center;transition:all .25s ease}.testimonial-play:hover{background:rgba(255,255,255,.25);transform:scale(1.08)}.testimonial-quote{grid-column:2;grid-row:2;background:var(--color-bg-darker);border:1px solid var(--color-border);border-radius:14px;padding:32px;display:flex;flex-direction:column;justify-content:space-between}.testimonial-quote blockquote{font-size:1.05rem;font-weight:300;font-style:italic;line-height:1.6;color:var(--color-white);margin-bottom:32px}.testimonial-quote cite{font-style:normal;font-size:.85rem;color:var(--color-white-subtle);line-height:1.5}.testimonial-quote cite strong{display:block;font-weight:600;color:var(--color-white-muted);margin-bottom:2px}.testimonial-stat{grid-column:2;grid-row:1;background:var(--color-green);border-radius:14px;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:12px}.testimonial-stat-content{display:flex;flex-direction:column;gap:10px}.testimonial-stat-number{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--color-bg-dark);line-height:1.2;letter-spacing:-.02em}.testimonial-stat-label{font-size:.95rem;font-weight:400;color:rgba(24,32,40,.6);line-height:1.5}.industrien{position:relative;padding:120px 0;background:var(--color-bg-darker)}.usecase-category-switcher{display:flex;gap:4px;margin-bottom:48px;background:rgba(255,255,255,.06);border-radius:100px;padding:4px;width:-moz-fit-content;width:fit-content}.usecase-category-btn{padding:10px 28px;font-size:.875rem;font-weight:500;color:var(--color-white-subtle);background:transparent;border:none;border-radius:100px;cursor:pointer;transition:all .25s ease;white-space:nowrap;letter-spacing:.01em}.usecase-category-btn:hover{color:var(--color-white-muted)}.usecase-category-btn.active{background:var(--color-green);color:var(--color-bg-darker);font-weight:600}.industrien-header{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:64px;gap:64px;align-items:end;margin-bottom:56px}.industrien-header-left .section-title{margin-bottom:0}.industrien-intro{font-size:.925rem;font-weight:300;line-height:1.7;color:var(--color-white-muted)}.industrien-tabs{display:flex;gap:0;border-bottom:1px solid var(--color-border);margin-bottom:48px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.industrien-tabs::-webkit-scrollbar{display:none}.industrien-tab{padding:16px 24px;font-size:.875rem;font-weight:400;color:var(--color-white-subtle);white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .25s ease;display:flex;align-items:center;gap:8px;background:none;font-family:inherit}.industrien-tab:hover{color:var(--color-white-muted)}.industrien-tab.active{color:var(--color-white);border-bottom-color:var(--color-green)}.tab-dot{width:6px;height:6px;border-radius:50%;background:var(--color-green);display:none}.industrien-tab.active .tab-dot{display:block}.industrien-panels{position:relative;margin-top:48px}.industrien-panel{display:none;animation:fadePanel .4s ease}.industrien-panel.active{display:block}@keyframes fadePanel{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.industrien-panel-grid{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:48px;gap:48px;align-items:center}.industrien-panel-content{display:flex;flex-direction:column;align-items:flex-start;gap:0}.industrien-panel-content h3{font-size:clamp(1.35rem,2.5vw,1.7rem);font-weight:600;line-height:1.3;color:var(--color-white);letter-spacing:-.01em;margin-bottom:16px}.industrien-panel-content>p{font-size:.925rem;font-weight:300;line-height:1.75;color:var(--color-white-muted);margin-bottom:24px}.industrien-list{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.industrien-list li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;font-weight:300;line-height:1.6;color:var(--color-white-muted)}.industrien-list li .check{flex-shrink:0;width:18px;height:18px;margin-top:2px;border-radius:50%;background:rgba(172,255,36,.15);display:inline-flex;align-items:center;justify-content:center}.industrien-list li .check:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-green)}.industrien-panel-content>.btn{margin-top:8px}.industrien-panel-title{font-size:clamp(1.4rem,2.5vw,1.75rem);font-weight:600;line-height:1.3;color:var(--color-white);margin-bottom:20px;letter-spacing:-.01em}.industrien-panel-text{font-size:.9rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);margin-bottom:32px}.industrien-panel-image .graphic-placeholder{aspect-ratio:16/10;border-radius:12px}.kontakt{position:relative;padding:120px 0;background:var(--color-bg-dark)}.kontakt-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.kontakt-visual{position:relative;border-radius:20px;overflow:hidden;min-height:500px;display:flex;align-items:flex-end}.kontakt-video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:20px;background:linear-gradient(145deg,#3d6b1a,#4a8020,#58962a)}.kontakt-card{position:relative;z-index:1;background:rgba(255,255,255,.95);border-radius:14px;padding:32px 28px;margin:24px;max-width:320px;color:var(--color-bg-dark)}.kontakt-card-title{font-size:1.25rem;font-weight:600;line-height:1.35;color:var(--color-bg-dark);margin-bottom:20px}.kontakt-card-team{font-size:.85rem;font-weight:400;color:var(--color-green-dark);margin-bottom:14px}.kontakt-avatars{display:flex;gap:-4px}.kontakt-avatar{width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.9);margin-left:-6px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kontakt-avatar:first-child{margin-left:0}.kontakt-form-wrap{width:100%}.kontakt-form{display:flex;flex-direction:column;gap:24px}.hidden-field{display:none}.form-row--half{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.825rem;font-weight:400;color:var(--color-white-muted);letter-spacing:.01em}.form-group input[type=email],.form-group input[type=text],.form-group textarea{width:100%;padding:14px 0;background:transparent;border:none;border-bottom:1px solid var(--color-border);color:var(--color-white);font-family:var(--font-family);font-size:.95rem;font-weight:300;outline:none;transition:border-color .25s ease;border-radius:0;-webkit-appearance:none}.form-group input[type=email]:focus,.form-group input[type=text]:focus,.form-group textarea:focus{border-bottom-color:var(--color-green)}.form-group input[type=email]::placeholder,.form-group input[type=text]::placeholder,.form-group textarea::placeholder{color:var(--color-white-subtle)}.form-group textarea{resize:vertical;min-height:80px}.form-checkbox{flex-direction:row;align-items:flex-start;gap:12px}.form-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:var(--color-green);cursor:pointer}.form-checkbox label{font-size:.8rem;line-height:1.5;color:var(--color-white-subtle);cursor:pointer}.form-checkbox label a{color:var(--color-white-subtle);text-decoration:none}.btn-submit,.form-checkbox label a:hover{color:var(--color-white)}.btn-submit{width:100%;padding:16px;background:var(--color-bg-darker);border:1px solid var(--color-border);border-radius:8px;font-size:.95rem;font-weight:600;text-align:center;justify-content:center;transition:all .25s ease;cursor:pointer}.btn-submit:hover{background:var(--color-green);color:var(--color-bg-dark);border-color:var(--color-green);transform:translateY(-1px);box-shadow:0 4px 20px rgba(172,255,36,.25)}.form-privacy-notice{font-size:.75rem;font-weight:300;color:var(--color-white-subtle);line-height:1.5;margin-top:-8px}.form-privacy-notice a{color:var(--color-green);text-decoration:underline;text-underline-offset:2px}.kontakt-page-centered .hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.kontakt-page-centered .hero-title{margin-left:auto;margin-right:auto}.kontakt-page-centered .hero-subtitle{margin-left:auto;margin-right:auto;margin-bottom:16px}.kontakt-hero-cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;width:100%;max-width:800px;margin:0 auto;padding:0 28px 60px}.kontakt-hero-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 20px 24px;background:rgba(255,255,255,.04);border:1px solid var(--color-border);border-radius:14px;text-decoration:none;color:var(--color-white);transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kontakt-hero-card:hover{background:rgba(255,255,255,.08);border-color:rgba(172,255,36,.35);transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.3)}.kontakt-hero-card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(172,255,36,.1);color:var(--color-green);margin-bottom:4px}.kontakt-hero-card-label{font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-white-subtle)}.kontakt-hero-card-value{font-size:.9rem;font-weight:500;color:var(--color-white);text-align:center}.kontakt-taetigkeitsgebiet{display:flex;align-items:center;gap:16px;padding:20px;background:rgba(172,255,36,.06);border:1px solid rgba(172,255,36,.15);border-radius:12px;margin-top:8px}.kontakt-taetigkeitsgebiet-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(172,255,36,.12);color:var(--color-green);flex-shrink:0}.kontakt-taetigkeitsgebiet-title{display:block;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-green);margin-bottom:2px}.kontakt-taetigkeitsgebiet-text{display:block;font-size:.95rem;font-weight:400;color:var(--color-white-muted)}.kontakt-standorte{position:relative;padding:120px 0 80px;background:var(--color-bg-darker)}.standort-split-card{display:grid;grid-template-columns:1fr 1fr;margin-top:48px;border-radius:20px;overflow:hidden;border:1px solid rgba(172,255,36,.25);background:rgba(172,255,36,.04);min-height:380px}.standort-split-image{position:relative;min-height:380px}.standort-split-content{display:flex;flex-direction:column;gap:12px;padding:48px 40px;background:rgba(172,255,36,.04)}.standort-card-icon{color:var(--color-green);margin-bottom:4px}.standort-card-city{font-size:1.25rem;font-weight:600;color:var(--color-white)}.standort-card-badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-bg-dark);background:var(--color-green);padding:4px 10px;border-radius:4px;width:-moz-fit-content;width:fit-content}.standort-card-address{font-size:.9rem;line-height:1.7;color:var(--color-white-muted);margin-top:4px}.standort-card-link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;color:var(--color-green);text-decoration:none;margin-top:8px;transition:all .2s ease}.standort-card-link:hover{gap:10px;color:#c4ff5c}.taetigkeitsgebiet-banner{margin-top:48px;padding:28px 32px;background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:16px}.taetigkeitsgebiet-banner-content{display:flex;align-items:center;gap:20px}.taetigkeitsgebiet-banner-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:rgba(172,255,36,.08);color:var(--color-green);flex-shrink:0}.taetigkeitsgebiet-banner-title{font-size:1.05rem;font-weight:600;color:var(--color-white);margin-bottom:4px}.taetigkeitsgebiet-banner-text{font-size:.9rem;line-height:1.6;color:var(--color-white-muted)}.faq{position:relative;padding:120px 0;background:var(--color-bg-darker)}.faq-title{max-width:560px;margin-bottom:56px;margin-left:auto;margin-right:auto}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;list-style:none;font-size:.925rem;font-weight:400;color:var(--color-white-muted);transition:color .2s ease}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{content:""}.faq-question:hover{color:var(--color-white)}.faq-icon{position:relative;width:20px;height:20px;flex-shrink:0}.faq-icon:after,.faq-icon:before{content:"";position:absolute;background:var(--color-white-subtle);border-radius:1px;transition:all .3s ease}.faq-icon:before{top:50%;left:3px;width:14px;height:1.5px;transform:translateY(-50%)}.faq-icon:after{top:3px;left:50%;width:1.5px;height:14px;transform:translateX(-50%)}.faq-item[open] .faq-icon:after{transform:translateX(-50%) rotate(90deg);opacity:0}.faq-item[open] .faq-question{color:var(--color-white)}.faq-answer{padding:0 0 24px;animation:faqOpen .3s ease}.faq-answer p{font-size:.9rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);max-width:680px}@keyframes faqOpen{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.footer{position:relative;background:var(--color-bg-darker);overflow:hidden}.footer-main{padding:72px 0 40px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:48px}.footer-brand{display:flex;align-items:flex-start}.footer-brand .nav-logo img{height:80px}.footer-col-title{font-size:.825rem;font-weight:600;color:var(--color-white);margin-bottom:20px;letter-spacing:.02em}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links li a{font-size:.8rem;font-weight:300;color:var(--color-white-subtle);transition:color .2s ease}.footer-links li a:hover{color:var(--color-green)}.footer-bottom{padding:28px 0;border-top:1px solid var(--color-border)}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between}.footer-copyright{font-size:.8rem;font-weight:300;color:var(--color-white-muted)}.footer-bottom-right{display:flex;align-items:center;gap:24px}.footer-legal-links{display:flex;align-items:center;gap:20px}.footer-legal-links a{font-size:.8rem;font-weight:300;color:var(--color-white-subtle);transition:color .2s ease}.footer-legal-links a:hover{color:var(--color-green)}.footer-social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid var(--color-border);color:var(--color-white-subtle);transition:all .25s ease}.footer-social:hover{color:var(--color-white);border-color:var(--color-white-subtle);background:rgba(255,255,255,.05)}.footer-glow{position:absolute;bottom:-80px;left:50%;transform:translateX(-50%);width:700px;height:250px;background:radial-gradient(ellipse at 50% 0,rgba(172,255,36,.1) 0,rgba(0,120,60,.08) 40%,transparent 70%);filter:blur(60px);pointer-events:none}.legal-page{padding:160px 0 100px;min-height:70vh}.legal-title{font-size:2.4rem;font-weight:600;color:var(--color-white);margin-bottom:36px;letter-spacing:-.02em}.legal-section{margin-bottom:32px}.legal-section h2{font-size:1.15rem;font-weight:600;color:var(--color-white);margin-bottom:12px}.legal-section h3{font-size:.95rem;font-weight:500;color:var(--color-white);margin-top:20px;margin-bottom:8px}.legal-section p{font-size:.9rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);max-width:720px;margin-bottom:10px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:12px 0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.legal-section ul li{font-size:.9rem;font-weight:300;line-height:1.7;color:var(--color-white-muted)}.legal-section a{color:var(--color-green);text-decoration:underline;text-underline-offset:2px}.legal-section a:hover{opacity:.8}.legal-dual{display:grid;grid-template-columns:repeat(2,minmax(0,380px));grid-gap:24px;gap:24px;margin:16px 0}.legal-dual-block h3{font-size:1.05rem;font-weight:600;color:var(--color-white);margin-bottom:8px;margin-top:0}.legal-dual-block p{margin-bottom:0}@media (max-width:768px){.legal-dual{grid-template-columns:1fr;gap:16px}}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px;cursor:pointer;z-index:1001}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--color-white);transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:1024px){.container{padding:0 24px}.nav-links{gap:2px}.nav-link{padding:8px 10px;font-size:.82rem}.role-track{gap:40px}.cards-grid{grid-template-columns:repeat(2,1fr);gap:16px}.card{min-height:260px}.produkt-row{gap:48px}.testimonial-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}.testimonial-media{grid-row:1/3}.industrien-header{grid-template-columns:1fr;gap:24px}.industrien-panel-grid{gap:32px}.kontakt-grid{gap:48px}}@media (max-width:768px){:root{--nav-height:56px;--section-padding:60px 0}.nav{padding:8px 12px 0}.nav-bar{padding:0 16px}.nav--dropdown-open .nav-bar,.nav-bar{border-radius:12px}.mega-dropdown{display:none}.mega-panel-grid--split{flex-direction:column}.nav-bar{flex-wrap:wrap;height:auto;overflow:hidden}.nav-logo{order:1;height:var(--nav-height);display:flex;align-items:center}.nav-logo img{height:36px}.mobile-menu-toggle{order:2;display:flex;height:var(--nav-height);justify-content:center;margin-left:auto}.nav-actions,.nav-links{order:3;flex-basis:100%;flex-direction:column;align-items:stretch;max-height:0;overflow:hidden;opacity:0;gap:2px;padding:0;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s ease,padding .35s ease}.nav-actions{order:4}.nav-links.active{max-height:80vh;opacity:1;padding:14px 4px 6px;border-top:1px solid rgba(255,255,255,.06);overflow-y:auto}.nav-item{width:100%;text-align:left}.nav-link{padding:12px;border-radius:8px;width:100%;font-size:.95rem;justify-content:flex-start}.nav-item.active .nav-link,.nav-item:hover .nav-link{background:rgba(255,255,255,.06)}.nav-actions.active{max-height:80px;opacity:1;padding:6px 4px 18px;border-top:1px solid rgba(255,255,255,.06)}.nav-actions .btn-nav{width:100%;text-align:center;justify-content:center}.mobile-accordion{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;opacity:0;width:100%}.mobile-accordion--open{max-height:500px;opacity:1}.nav-item.active .nav-link svg{transform:rotate(180deg)}.mobile-accordion-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:var(--color-white-muted);text-decoration:none;transition:background .2s ease}.mobile-accordion-link:active,.mobile-accordion-link:hover{background:rgba(255,255,255,.06);color:var(--color-white)}.mobile-accordion-icon{width:24px;height:24px;flex-shrink:0;color:var(--color-green)}.mobile-accordion-icon svg{width:24px;height:24px}.mobile-accordion-text{display:flex;flex-direction:column;gap:2px}.mobile-accordion-text strong{font-size:.9rem;font-weight:600;color:var(--color-white)}.mobile-accordion-text span{font-size:.8rem;color:var(--color-white-subtle)}.hero{padding-left:12px;padding-right:12px;justify-content:flex-start;padding-top:calc(var(--nav-height) + 16px)}.hero-video-bg video{width:100%;height:100%;right:0;object-fit:cover;opacity:.5}.hero-content{padding:88px 16px 48px}.de-page .hero-content,.ind-page-centered .hero-content,.re-page-centered .hero-content{padding-top:112px;padding-bottom:64px}.hero--fullscreen .hero-content{padding-top:112px;padding-bottom:32px}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{justify-content:center}.role-track{gap:32px;animation-duration:30s}.role-strip-inner{padding:32px 0 36px}.role-label{font-size:.65rem}.role-desc{font-size:.8rem}.cards-grid{grid-template-columns:1fr;gap:12px}.card{min-height:auto;padding:24px 20px}.card-text{margin-bottom:24px}.erfolgsfaktor{padding:80px 0 60px}.section-title{margin-bottom:36px}.ueberblick{padding:80px 0 0}.ueberblick-media{padding-bottom:60px}.video-placeholder{border-radius:12px}.video-placeholder-overlay svg{width:48px;height:48px}.produkt-row{grid-template-columns:1fr;gap:40px}.produkt-row--reverse{direction:ltr}.produkt-row+.produkt-row{margin-top:60px;padding-top:60px}.diagram-card{max-width:100%;padding:36px 28px}.produkte{padding:80px 0 60px}.produkte-title{margin-bottom:48px}.graphic-placeholder{border-radius:12px}.referenzen-header{flex-direction:column;align-items:flex-start;gap:24px}.testimonial-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}.testimonial-media,.testimonial-stat{grid-column:1;grid-row:auto}.testimonial-stat{padding:24px}.testimonial-quote{grid-column:1;grid-row:auto;padding:28px 24px}.testimonial-media-placeholder{min-height:220px}.industrien,.referenzen{padding:80px 0 60px}.usecase-category-switcher{margin-bottom:32px;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.usecase-category-switcher::-webkit-scrollbar{display:none}.usecase-category-btn{padding:8px 20px;font-size:.8rem}.industrien-header{grid-template-columns:1fr;gap:16px}.industrien-tabs{gap:0;margin-bottom:24px}.industrien-tab{padding:12px 16px;font-size:.8rem}.industrien-panels{margin-top:32px}.industrien-panel-grid{grid-template-columns:1fr;gap:28px}.industrien-panel-content h3{font-size:1.25rem}.industrien-list{margin-bottom:24px}.kontakt-grid{grid-template-columns:1fr;gap:40px}.kontakt-visual{min-height:360px}.kontakt-card{max-width:100%}.kontakt{padding:80px 0 60px}.kontakt-hero-cards{grid-template-columns:1fr;max-width:100%;padding:0 0 40px;gap:12px}.kontakt-hero-card{flex-direction:row;padding:16px 20px;gap:14px;align-items:center}.kontakt-hero-card-icon{width:40px;height:40px;margin-bottom:0;flex-shrink:0}.kontakt-hero-card-label{font-size:.65rem;text-align:left}.kontakt-hero-card-value{text-align:left}.standort-split-card{grid-template-columns:1fr}.standort-split-image{min-height:240px}.standort-split-content{padding:32px 24px}.kontakt-standorte{padding:80px 0 60px}.taetigkeitsgebiet-banner{margin-top:32px;padding:24px}.taetigkeitsgebiet-banner-content{flex-direction:column;align-items:flex-start;gap:16px}.form-row--half{grid-template-columns:1fr;gap:24px}.faq{padding:80px 0 60px}.faq-title{margin-bottom:36px}.faq-question{padding:20px 0;font-size:.85rem}.footer-main{padding:48px 0 28px}.footer-brand{margin-bottom:8px}.footer-brand .nav-logo img{height:48px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-grid .footer-brand{grid-column:1/-1}.footer-bottom{padding:20px 0}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:14px}.footer-bottom-right{flex-wrap:wrap;gap:14px}.footer-glow{width:360px;height:150px}}@media (max-width:480px){.container{padding:0 16px}.hero-title{font-size:1.75rem}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom-right{flex-direction:column;align-items:flex-start;gap:12px}.footer-copyright{font-size:.75rem}}.skip-link{position:absolute;top:-100%;left:16px;z-index:10000;padding:12px 24px;background:var(--color-green);color:var(--color-bg);font-weight:600;font-size:.9rem;border-radius:0 0 8px 8px;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:0}.re-hero-stats-wrap{position:relative;z-index:1;padding-bottom:56px}.re-hero-stats{display:flex;gap:40px;padding-top:48px;border-top:1px solid var(--color-border)}.re-hero-stat{display:flex;flex-direction:column;gap:4px}.re-hero-stat-number{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;color:var(--color-green);letter-spacing:-.02em;line-height:1.2}.re-hero-stat-label{font-size:.8rem;font-weight:400;color:var(--color-white-subtle);letter-spacing:.02em}.re-features{position:relative;padding:120px 0 100px;background:var(--color-bg-darker)}.re-features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.re-feature-card{background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:12px;padding:28px 24px;display:flex;flex-direction:column;transition:background .3s ease,border-color .3s ease}.re-feature-card:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18)}.re-feature-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.re-feature-icon{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--color-white-muted);transition:all .25s ease}.re-feature-card:hover .re-feature-icon{background:rgba(172,255,36,.1);border-color:rgba(172,255,36,.2);color:var(--color-green)}.re-feature-badge{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:500;color:var(--color-white-subtle);letter-spacing:.03em}.re-status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.re-status-dot--active{background:var(--color-green)}.re-status-dot--secured{background:#7ecfff}.re-status-dot--live{background:#ff6b6b;animation:rePulse 2s ease-in-out infinite}.re-status-dot--ai{background:#c084fc}@keyframes rePulse{0%,to{opacity:1}50%{opacity:.4}}.re-feature-title{font-size:1.1rem;font-weight:600;color:var(--color-white);margin-bottom:10px;letter-spacing:-.01em}.re-feature-text{font-size:.85rem;font-weight:300;line-height:1.65;color:var(--color-white-muted);margin-bottom:20px;flex-grow:1}.re-feature-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;border-top:1px solid var(--color-border);padding:16px 0 0}.re-feature-list li{font-size:.78rem;font-weight:400;color:var(--color-white-subtle);padding-left:16px;position:relative}.re-feature-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:var(--color-green);opacity:.6}.re-usecases{position:relative;padding:120px 0;background:var(--color-bg-dark)}.re-usecase-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:16px}.re-usecase-card{background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:14px;padding:32px 28px;transition:background .3s ease,border-color .3s ease,transform .3s ease}.re-usecase-card:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.18);transform:translateY(-2px)}.re-usecase-icon{width:52px;height:52px;border-radius:14px;background:rgba(172,255,36,.08);border:1px solid rgba(172,255,36,.15);display:flex;align-items:center;justify-content:center;color:var(--color-green);margin-bottom:24px}.re-usecase-title{font-size:1.15rem;font-weight:600;color:var(--color-white);margin-bottom:12px;letter-spacing:-.01em}.re-usecase-text{font-size:.875rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);margin-bottom:24px}.re-usecase-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;border-top:1px solid var(--color-border);padding:20px 0 0}.re-usecase-list li{display:flex;align-items:center;gap:10px;font-size:.84rem;font-weight:400;color:var(--color-white-muted)}.re-usecase-list li svg{flex-shrink:0;width:16px;height:16px;color:var(--color-green);opacity:.8}.re-process{position:relative;padding:120px 0;background:var(--color-bg-darker)}.re-process-intro{font-size:1.05rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);max-width:680px;margin-bottom:40px}.re-process-steps{display:flex;flex-direction:column;gap:0}.re-process-step{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;padding:64px 0;border-top:1px solid var(--color-border)}.re-process-step:last-child{padding-bottom:0}.re-process-step--reverse{direction:rtl}.re-process-step--reverse>*{direction:ltr}.re-process-step-content{display:flex;flex-direction:column;align-items:flex-start}.re-process-number{font-size:3rem;font-weight:700;color:rgba(172,255,36,.15);letter-spacing:-.04em;line-height:1;margin-bottom:16px}.re-process-step-title{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:600;color:var(--color-white);line-height:1.3;margin-bottom:16px;letter-spacing:-.01em}.re-process-step-text{font-size:.9rem;font-weight:300;line-height:1.75;color:var(--color-white-muted);margin-bottom:28px}.re-process-list{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.re-process-list li{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:400;color:var(--color-white-muted)}.re-process-list li svg{flex-shrink:0;width:16px;height:16px;color:var(--color-green);opacity:.7}.re-process-step-visual .graphic-placeholder{aspect-ratio:4/3;border-radius:14px}.re-tech{position:relative;padding:120px 0;background:var(--color-bg-dark)}.re-tech-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;grid-gap:16px;gap:16px}.re-tech-card{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--color-border);transition:border-color .3s ease;min-height:240px}.re-tech-card:hover{border-color:rgba(255,255,255,.2)}.re-tech-card .graphic-placeholder{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:unset;border-radius:0;border:none}.re-tech-card--large{grid-column:span 2}.re-tech-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:28px;background:linear-gradient(0deg,rgba(15,22,28,.95) 0,rgba(15,22,28,.7) 60%,transparent);z-index:1}.re-tech-card-overlay h3{font-size:1rem;font-weight:600;color:var(--color-white);margin-bottom:6px;letter-spacing:-.01em}.re-tech-card-overlay p{font-size:.8rem;font-weight:300;color:var(--color-white-muted);line-height:1.5;opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease,margin-top .3s ease;margin-top:0}.re-tech-card:hover .re-tech-card-overlay p{opacity:1;max-height:120px;margin-top:6px}.re-tech-badge{display:inline-block;font-size:.68rem;font-weight:600;color:var(--color-green);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;padding:4px 10px;background:rgba(172,255,36,.1);border-radius:4px}.re-tech-phase{margin-top:56px;margin-bottom:20px;display:flex;align-items:center;gap:20px}.re-tech-phase:first-of-type{margin-top:8px}.re-tech-phase:after,.re-tech-phase:before{content:"";flex:1 1;height:1px}.re-tech-phase:before{background:linear-gradient(to right,transparent,var(--color-border))}.re-tech-phase:after{background:linear-gradient(to left,transparent,var(--color-border))}.re-tech-phase-title{font-size:.75rem;font-weight:500;color:var(--color-white-muted);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.re-properties{position:relative;padding:120px 0;background:var(--color-bg-darker)}.prop-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:24px}.prop-tag{display:inline-block;font-size:.72rem;font-weight:500;color:var(--color-green);background:rgba(172,255,36,.1);border:1px solid rgba(172,255,36,.18);border-radius:6px;padding:4px 10px;white-space:nowrap;letter-spacing:.01em}.prop-usecases-label{font-size:.7rem;font-weight:600;color:var(--color-white-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.prop-usecases{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:7px 32px;gap:7px 32px}.prop-usecases li{font-size:.82rem;font-weight:400;color:var(--color-white-muted);line-height:1.5;padding-left:14px;position:relative}.prop-usecases li:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;border-radius:50%;background:var(--color-green)}.prop-strips{margin-top:40px;display:none;height:520px;border-radius:12px;overflow:hidden}.prop-strip{position:relative;flex:1 1;min-width:0;cursor:pointer;overflow:hidden;outline:none;border-right:1px solid rgba(255,255,255,.12);transition:flex .45s cubic-bezier(.4,0,.2,1)}.prop-strip:last-child{border-right:none}.prop-strip:hover:not(.prop-strip--active) .prop-strip-bg:after{background:rgba(24,32,40,.78)}.prop-strip:focus-visible{box-shadow:inset 0 0 0 2px var(--color-green)}.prop-strip--active{flex:5 1}.prop-strip-bg{position:absolute;inset:0;background-size:cover;background-position:50%;background-color:#1a232c}.prop-strip-bg:after{content:"";position:absolute;inset:0;background:rgba(24,32,40,.88)}.prop-strip--active .prop-strip-bg:after{background:rgba(24,32,40,.92)}.prop-strip-label{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600;color:var(--color-white);letter-spacing:-.01em;text-align:center;line-height:1.3;padding:0 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.prop-strip--active .prop-strip-label{display:none}.prop-strip-toggle{position:absolute;top:16px;right:16px;z-index:2;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid rgba(255,255,255,.25);color:rgba(255,255,255,.7);background:rgba(255,255,255,.06);pointer-events:none;transition:all .3s ease}.prop-strip:hover .prop-strip-toggle{border-color:var(--color-green);color:var(--color-green);background:rgba(0,200,150,.08)}.prop-strip-toggle--close{border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.4)}.prop-strip--active:hover .prop-strip-toggle{border-color:rgba(255,255,255,.3);color:rgba(255,255,255,.6);background:rgba(255,255,255,.06)}.prop-strip-content{position:relative;z-index:1;height:100%;padding:32px;overflow-y:auto;scrollbar-width:none;display:flex;flex-direction:column;justify-content:center}.prop-strip-content::-webkit-scrollbar{display:none}.prop-strip-title{font-size:1.25rem;font-weight:600;color:var(--color-white);letter-spacing:-.01em;line-height:1.3;margin:0 0 20px}.prop-strip-content .prop-usecases{grid-template-columns:1fr}@media (min-width:769px){.prop-strips{display:flex}.prop-mobile{display:none}}.prop-mobile{margin-top:40px;display:flex;flex-direction:column;gap:8px}.prop-item{border-radius:12px;overflow:hidden;border:1px solid var(--color-border);transition:border-color .3s ease}.prop-item--active{border-color:rgba(172,255,36,.2)}.prop-header{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:100px;background-size:cover;background-position:50%;background-color:#1a232c;color:var(--color-white);font-family:var(--font-family);font-size:1.1rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;border:none;overflow:hidden}.prop-header:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,22,28,.88),rgba(15,22,28,.65));pointer-events:none}.prop-header span,.prop-header svg{position:relative;z-index:1}.prop-header svg{flex-shrink:0;color:var(--color-white-subtle);transition:transform .3s ease}.prop-item--active .prop-header svg{transform:rotate(180deg);color:var(--color-green)}.prop-panel-inner{padding:24px 28px 28px}@media (min-width:769px){.prop-mobile{display:none}}.re-page-centered .hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.re-page-centered .hero-subtitle,.re-page-centered .hero-title{margin-left:auto;margin-right:auto}.re-page-centered .hero-buttons,.re-page-centered .re-hero-stats{justify-content:center}.re-page-centered .re-hero-stat{align-items:center;text-align:center}.re-page-centered .section-label,.re-page-centered .section-title{text-align:center}.re-page-centered .re-process-intro{text-align:center;margin-left:auto;margin-right:auto}@media (max-width:1024px){.re-hero-stats{gap:32px}.re-hero-stats-wrap{padding-bottom:48px}.re-features-grid{grid-template-columns:repeat(2,1fr)}.re-usecase-grid{grid-template-columns:repeat(3,1fr);gap:16px}.re-process-step{gap:48px;padding:48px 0}.re-tech-bento{grid-template-columns:repeat(2,1fr)}.re-tech-card--large{grid-column:span 2}}@media (max-width:768px){.re-hero-stats{gap:28px;padding-top:40px;flex-wrap:wrap;justify-content:center}.re-hero-stat{align-items:center;text-align:center}.re-hero-stats-wrap{padding-bottom:40px}.re-hero-stat-number{font-size:1.35rem}.re-features{padding:80px 0 60px}.re-features-grid{grid-template-columns:1fr;gap:12px}.re-feature-card{padding:24px 20px}.re-usecases{padding:80px 0 60px}.re-usecase-grid{grid-template-columns:1fr;gap:16px}.re-usecase-card{padding:28px 24px}.re-process{padding:80px 0 60px}.re-process-intro{margin-bottom:48px}.re-process-step{grid-template-columns:1fr;gap:32px;padding:40px 0}.re-process-step--reverse{direction:ltr}.re-process-step-visual{order:-1}.re-process-number{font-size:2.5rem}.re-tech{padding:80px 0 60px}.re-tech-bento{grid-template-columns:1fr}.re-tech-card--large{grid-column:1}.re-tech-card{min-height:200px}.re-tech-card-overlay p{opacity:1;max-height:none;margin-top:6px}.re-tech-phase{margin-top:32px}.re-properties{padding:80px 0 60px}.prop-header{height:80px;padding:0 20px;font-size:.95rem}.prop-panel-inner{padding:20px 20px 24px}.prop-usecases{grid-template-columns:1fr}}@media (max-width:480px){.re-hero-stats{flex-direction:column;gap:20px;align-items:center}.re-hero-stat{flex-direction:row;align-items:baseline;gap:10px;justify-content:center;text-align:center}.re-feature-header{flex-wrap:wrap;gap:12px}.re-tech-card-overlay{padding:20px}.re-tech-card-overlay h3{font-size:.9rem}.re-process-number{font-size:2rem}}.about-page-centered .hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.about-page-centered .hero-subtitle,.about-page-centered .hero-title{margin-left:auto;margin-right:auto}.about-page-centered .hero-buttons{justify-content:center}.about-photos-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:280px 200px 320px;grid-gap:12px;gap:12px}.about-photo{background:rgba(255,255,255,.04);border:1px solid var(--color-border);border-radius:12px;min-height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-photo span{font-size:.85rem;font-weight:400;color:var(--color-white-subtle);letter-spacing:.03em}.about-photo img{width:100%;height:100%;object-fit:cover;border-radius:12px}.about-photo:has(img) span{display:none}.about-photo--wide{grid-column:1/2;grid-row:1/2;min-height:280px}.about-photo--narrow{grid-column:2/3;grid-row:1/2;min-height:280px}.about-photo--full{grid-column:1/-1;min-height:320px}.about-mission{position:relative;padding:160px 0 120px;background:var(--color-green);overflow:hidden}.about-mission-radar{position:absolute;inset:0;pointer-events:none;z-index:0;background-image:linear-gradient(rgba(24,32,40,.045) 1px,transparent 0),linear-gradient(90deg,rgba(24,32,40,.045) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 75% at 50% 45%,black 10%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 75% at 50% 45%,black 10%,transparent 70%)}.about-mission-radar:after,.about-mission-radar:before{content:"";position:absolute;top:45%;left:50%;border-radius:50%;border:1px solid rgba(24,32,40,.07);transform:translate(-50%,-50%) scale(.3);opacity:0;animation:radarPulse 6s ease-out infinite}.about-mission-radar:before{width:1600px;height:1600px}.about-mission-radar:after{width:1600px;height:1600px;animation-delay:3s}@keyframes radarPulse{0%{transform:translate(-50%,-50%) scale(.15);opacity:.6}70%{opacity:.15}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.about-mission>.container{position:relative;z-index:1}.about-mission-label{display:block;font-size:.85rem;font-weight:400;color:rgba(24,32,40,.5);letter-spacing:.04em;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(24,32,40,.12)}.about-mission-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;color:var(--color-bg-dark);margin-bottom:24px;letter-spacing:-.02em;max-width:800px}.about-mission-text{font-size:1rem;font-weight:300;line-height:1.75;color:rgba(24,32,40,.7);max-width:760px;margin-bottom:64px}.partner-slider{margin-top:48px}.partner-slider-label{display:block;font-size:.85rem;font-weight:500;color:rgba(24,32,40,.6);margin-bottom:20px}.partner-slider-track-wrapper{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent);mask-image:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent)}.partner-slider-track{display:flex;align-items:center;gap:64px;width:max-content;animation:partnerScroll 30s linear infinite}.partner-slider-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:40px}.partner-slider-item img{height:32px;width:auto;filter:brightness(0) saturate(100%);opacity:.85}.hero .partner-slider-item img{filter:brightness(0) saturate(100%) invert(1);opacity:.55}.hero .partner-slider-label{color:var(--color-white-muted)}@keyframes partnerScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.about-statement{position:relative;padding:100px 0;background:var(--color-bg-dark)}.about-statement-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;color:var(--color-white);margin-bottom:24px;letter-spacing:-.02em;max-width:700px}.about-statement-text{font-size:1rem;font-weight:300;line-height:1.75;color:var(--color-white-muted);max-width:760px;margin-bottom:48px}@media (max-width:1024px){.about-photos-grid{grid-template-rows:220px 180px 260px;gap:10px}}@media (max-width:768px){.about-photos-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:8px}.about-photo--full,.about-photo--narrow,.about-photo--wide,.about-photos-grid .about-photo--full,.about-photos-grid .about-photo:nth-child(3),.about-photos-grid .about-photo:nth-child(4),.about-photos-grid .about-photo:nth-child(5){grid-column:1;grid-row:auto;min-height:180px}.about-photo--full{min-height:220px}.about-mission{padding:100px 0 80px}.about-mission-label{visibility:hidden}.about-mission-title{font-size:1.75rem}.about-statement{padding:72px 0}.about-statement-title{font-size:1.75rem}}@media (max-width:480px){.about-photos-grid{gap:6px}.about-photo{min-height:150px;border-radius:8px}.about-mission{padding:80px 0 60px}.partner-slider-track{gap:40px}.partner-slider-item img{height:24px}.about-statement{padding:56px 0}}.ind-hero-stats-wrap{position:relative;z-index:1;padding-bottom:56px}.ind-hero-stats-claim{font-size:clamp(.8rem,1.1vw,.9rem);color:var(--color-white-subtle);letter-spacing:.01em;line-height:1.5;margin-bottom:20px;padding-top:40px;border-top:1px solid var(--color-border)}.ind-hero-stats{display:flex;gap:32px}.ind-hero-stat{display:flex;align-items:center;gap:8px}.ind-hero-stat-check{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:rgba(172,255,36,.12);color:var(--color-green);flex-shrink:0}.ind-hero-stat-check svg{width:11px;height:11px}.ind-hero-stat-number{font-size:clamp(.9rem,1.3vw,1.05rem);font-weight:600;color:var(--color-green);letter-spacing:-.01em;line-height:1.2}.ind-hero-stat-label{font-size:.8rem;font-weight:400;color:var(--color-white-subtle);letter-spacing:.02em}.ind-split-statement{position:relative;display:flex;align-items:center;justify-content:center;padding:200px 48px;background:linear-gradient(to right,var(--color-bg-dark) 50%,var(--color-green) 50%)}.ind-split-statement-text{max-width:820px;font-size:clamp(1.8rem,4vw,3rem);font-weight:600;line-height:1.3;letter-spacing:-.02em;text-align:center;color:transparent;background:linear-gradient(to right,var(--color-green) 50%,var(--color-bg-dark) 50%);-webkit-background-clip:text;background-clip:text;background-size:100vw 100%;background-position:50%}.ind-specialized{position:relative;padding:120px 0;background:var(--color-bg-dark)}.ind-specialized-intro{font-size:1.05rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);max-width:780px;margin:0 auto 56px;text-align:center}.ind-bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;grid-gap:16px;gap:16px}.ind-bento-card{background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:14px;padding:24px;display:flex;flex-direction:column;transition:background .3s ease,border-color .3s ease}.ind-bento-card:hover{border-color:rgba(172,255,36,.2)}.ind-bento-card--tall{grid-row:span 2}.ind-bento-title{font-size:1.1rem;font-weight:600;color:var(--color-white);margin-bottom:8px;letter-spacing:-.01em;line-height:1.3;text-wrap:balance}.ind-bento-desc{font-size:.85rem;font-weight:300;line-height:1.7;color:var(--color-white-muted)}.ind-bento-visual{position:relative;width:100%;border-radius:12px;background:rgba(255,255,255,.03);overflow:hidden;margin-top:20px}.ind-bento-visual--aspect{aspect-ratio:2/1}.ind-bento-visual--workflow{aspect-ratio:auto}.ind-bento-visual-inner{position:relative;display:flex;flex-direction:column;height:100%;padding:16px}.ind-bento-visual-inner--between{justify-content:space-between}.ind-bento-visual-inner--end{justify-content:flex-end;align-items:flex-end}.ind-bento-gridbg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.ind-bento-photo-reveal{margin-top:16px;border-radius:12px}.ind-bento-photo{position:relative;aspect-ratio:3/2;width:100%;overflow:hidden;border-radius:12px}.ind-bento-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ind-bento-card:hover .ind-bento-photo img{transform:scale(1.03)}.ind-bento-photo-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(24,32,40,.6),transparent)}.ind-bento-bullets{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:20px 0 0}.ind-bento-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;font-weight:400;color:var(--color-white-muted);line-height:1.4}.ind-bento-bullets li .ind-bento-check{flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:rgba(172,255,36,.12)}.ind-bento-bullets li .ind-bento-check svg{width:10px;height:10px;color:var(--color-green)}.ind-inspect-header{display:flex;align-items:center;gap:8px}.ind-inspect-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid rgba(172,255,36,.2);background:rgba(255,255,255,.03);padding:2px 10px;font-size:.68rem;font-weight:500;color:var(--color-white)}.ind-inspect-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--color-green);animation:ind-pulse 2s ease-in-out infinite}@keyframes ind-pulse{0%,to{opacity:1}50%{opacity:.4}}.ind-inspect-badge--plain{border-color:var(--color-border);color:var(--color-white-muted)}.ind-inspect-tags{display:flex;flex-direction:column;gap:4px;margin-top:12px}.ind-inspect-tag{display:flex;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--color-border);background:rgba(255,255,255,.03);padding:7px 12px;font-size:.72rem;color:var(--color-white-muted)}.ind-inspect-tag--checked,.ind-inspect-tag--detected{border-color:rgba(172,255,36,.15);background:rgba(172,255,36,.04);color:var(--color-white)}.ind-inspect-tag-dot{width:4px;height:4px;border-radius:50%;flex-shrink:0}.ind-inspect-tag--checked .ind-inspect-tag-dot,.ind-inspect-tag--detected .ind-inspect-tag-dot{background:var(--color-green)}.ind-inspect-tag .ind-inspect-tag-dot{background:rgba(255,255,255,.3)}.ind-inspect-tag-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-left:auto}.ind-inspect-tag--checked .ind-inspect-tag-label,.ind-inspect-tag--detected .ind-inspect-tag-label{color:var(--color-green)}.ind-inspect-tag .ind-inspect-tag-label{color:var(--color-white-subtle)}.ind-inspect-summary{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:8px;border:1px solid rgba(172,255,36,.15);background:rgba(172,255,36,.04);padding:10px 16px;margin-top:12px}.ind-inspect-summary span{font-size:.68rem;color:var(--color-white-muted)}.ind-inspect-summary .ind-val-amber,.ind-inspect-summary .ind-val-green{font-weight:600;color:var(--color-green)}.ind-inspect-summary .ind-val-muted{font-weight:600;color:var(--color-white-subtle)}.ind-inspect-sep{width:1px;height:12px;background:var(--color-border)}.ind-class-label{font-size:.75rem;font-weight:500;color:var(--color-white)}.ind-class-grades{display:flex;gap:8px}.ind-class-grade{flex:1 1;display:flex;height:56px;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--color-border);background:rgba(255,255,255,.03);font-size:.85rem;font-weight:700;color:var(--color-white-muted)}.ind-class-grade--active{border-color:rgba(172,255,36,.3);background:rgba(172,255,36,.12);color:var(--color-green)}.ind-prec-crosshair{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.ind-prec-bottom{position:relative;display:flex;height:100%;align-items:flex-end;justify-content:space-between;padding:16px}.ind-prec-tolerance{display:inline-flex;align-items:center;gap:4px;border-radius:4px;border:1px solid rgba(172,255,36,.2);background:rgba(172,255,36,.08);padding:3px 8px;font-size:.625rem;font-weight:500;color:var(--color-green)}.ind-prec-right{display:flex;flex-direction:column;align-items:flex-end}.ind-prec-label{font-size:.625rem;color:var(--color-white-muted)}.ind-prec-value{font-size:1.15rem;font-weight:700;line-height:1;color:var(--color-green)}.ind-wf-pipeline{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.ind-wf-pipeline--vertical{flex-direction:column;align-items:stretch;gap:0;width:100%;margin-bottom:12px}.ind-wf-step{display:flex;align-items:center;gap:6px}.ind-wf-step--vertical{flex-direction:column;align-items:center;gap:0}.ind-wf-arrow--vertical{margin:4px 0;color:rgba(172,255,36,.3)}.ind-wf-step-label{display:flex;height:32px;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--color-border);background:rgba(255,255,255,.03);padding:0 16px;font-size:.7rem;font-weight:500;color:var(--color-white-muted);white-space:nowrap;width:100%}.ind-wf-step-label--active{border-color:rgba(172,255,36,.2);background:rgba(172,255,36,.08);color:var(--color-green)}.ind-wf-arrow{flex-shrink:0;color:var(--color-border)}.ind-wf-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.ind-wf-metric{border-radius:8px;border:1px solid var(--color-border);background:rgba(255,255,255,.03);padding:10px}.ind-wf-metric-label{display:block;font-size:.625rem;color:var(--color-white-muted)}.ind-wf-metric-row{display:flex;align-items:baseline;gap:4px;margin-top:2px}.ind-wf-metric-value{font-size:.85rem;font-weight:700;color:var(--color-white)}.ind-wf-metric-change{font-size:.625rem;font-weight:500;color:var(--color-green)}.ind-roi{position:relative;padding:120px 0;background:var(--color-bg-darker)}.ind-roi-heading{font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:600;line-height:1.25;color:var(--color-white);margin-bottom:64px}.ind-roi-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;margin-bottom:80px}.ind-roi-col-title{font-size:1.15rem;font-weight:700;color:var(--color-white);margin-bottom:16px}.ind-roi-col--hekner .ind-roi-col-title{color:var(--color-green)}.ind-roi-col-text{font-size:.92rem;font-weight:300;line-height:1.75;color:var(--color-white-muted)}.ind-roi-col-text strong{font-weight:600;color:var(--color-white)}.ind-roi-col--hekner .ind-roi-col-text strong{color:var(--color-green)}.ind-roi-bar-section{display:grid;grid-template-columns:auto 1fr;grid-gap:48px;gap:48px;align-items:center;padding-top:56px;border-top:1px solid rgba(255,255,255,.08)}.ind-roi-bar-label{display:flex;flex-direction:column;gap:8px}.ind-roi-bar-label-sub{font-size:.82rem;font-weight:500;color:var(--color-white-muted);text-transform:uppercase;letter-spacing:.04em}.ind-roi-bar-factor{font-size:clamp(3.5rem,8vw,6rem);font-weight:800;color:var(--color-white);letter-spacing:-.04em;line-height:1}.ind-roi-bars{display:flex;flex-direction:column;gap:8px}.ind-roi-bar{border-radius:4px;padding:14px 20px;font-size:.85rem;font-weight:600;line-height:1}.ind-roi-bar--hekner{background:var(--color-green);color:var(--color-bg-dark);width:10%;min-width:110px}.ind-roi-bar--traditional{background:rgba(255,255,255,.06);color:var(--color-white-subtle);width:100%}.ind-chain{position:relative;padding:120px 0;background:var(--color-bg-dark)}.ind-chain-intro{font-size:1.05rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);max-width:740px;margin:0 auto 64px;text-align:center}.ind-chain-pipeline{display:flex;align-items:flex-start;justify-content:center;gap:0}.ind-chain-step{flex:1 1;max-width:240px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px}.ind-chain-icon{width:72px;height:72px;border-radius:18px;background:rgba(172,255,36,.08);border:1px solid rgba(172,255,36,.18);display:flex;align-items:center;justify-content:center;color:var(--color-green);margin-bottom:16px;transition:all .3s ease}.ind-chain-step:hover .ind-chain-icon{background:rgba(172,255,36,.14);border-color:rgba(172,255,36,.3);transform:translateY(-2px)}.ind-chain-number{font-size:.72rem;font-weight:700;color:rgba(172,255,36,.35);letter-spacing:.08em;margin-bottom:8px}.ind-chain-title{font-size:1.05rem;font-weight:600;color:var(--color-white);margin-bottom:8px;letter-spacing:-.01em}.ind-chain-text{font-size:.82rem;font-weight:300;line-height:1.65;color:var(--color-white-subtle)}.ind-chain-connector{display:flex;align-items:center;padding-top:24px;color:rgba(172,255,36,.25);flex-shrink:0}.ind-poc{position:relative;padding:120px 0;background:var(--color-bg-darker)}.ind-poc-editorial{margin-top:16px;margin-bottom:72px}.ind-poc-headline{font-size:2.2rem;font-weight:600;color:var(--color-white);letter-spacing:-.025em;line-height:1.25;margin-bottom:28px}.ind-poc-editorial-text{font-size:.92rem;font-weight:300;line-height:1.8;color:var(--color-white-muted);margin-bottom:28px;max-width:720px}.ind-poc-benefits{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.ind-poc-benefits li{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:500;color:var(--color-green)}.ind-poc-benefits li svg{flex-shrink:0;width:16px;height:16px;color:var(--color-green)}.ind-poc-packages{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0}.ind-poc-package{position:relative;padding:0}.ind-poc-package:last-child{border-left:1px solid rgba(255,255,255,.1);padding-left:40px}.ind-poc-package-number{font-size:1rem;font-weight:600;color:var(--color-green);letter-spacing:.02em;line-height:1;display:block;margin-bottom:16px;opacity:.7}.ind-poc-package-title{font-size:1.15rem;font-weight:600;color:var(--color-white);margin-bottom:4px;letter-spacing:-.01em}.ind-poc-package-subtitle{font-size:.78rem;font-weight:500;color:var(--color-green);letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}.ind-poc-package-text{font-size:.88rem;font-weight:300;line-height:1.7;color:var(--color-white-muted);margin-bottom:24px}.ind-poc-package-list{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.ind-poc-package-list li{display:flex;align-items:center;gap:10px;font-size:.84rem;font-weight:400;color:var(--color-white-muted)}.ind-poc-package-list li svg{flex-shrink:0;width:16px;height:16px;color:var(--color-green);opacity:.8}.ind-page-centered .hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.ind-page-centered .hero-subtitle,.ind-page-centered .hero-title{margin-left:auto;margin-right:auto}.ind-page-centered .hero-buttons{justify-content:center}.ind-page-centered .ind-hero-stats-claim{text-align:center}.ind-page-centered .ind-hero-stats{justify-content:center}.ind-page-centered .ind-hero-stat,.ind-page-centered .section-label,.ind-page-centered .section-title{text-align:center}.ind-page-centered .ind-process-intro{text-align:center;margin-left:auto;margin-right:auto}@media (max-width:1024px){.ind-hero-stats{gap:32px}.ind-hero-stats-wrap{padding-bottom:48px}.ind-split-statement{padding:140px 32px}.ind-bento-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.ind-bento-card--tall{grid-row:span 1}.ind-roi-compare{gap:40px}.ind-roi-bar-section{gap:32px}.ind-chain-connector svg{width:28px}.ind-poc-headline{font-size:1.8rem}}@media (max-width:768px){.ind-hero-stats-claim{padding-top:32px;margin-bottom:24px;text-align:center}.ind-hero-stats{gap:28px;flex-wrap:wrap;justify-content:center}.ind-hero-stat{justify-content:center;text-align:center}.ind-hero-stats-wrap{padding-bottom:40px}.ind-hero-stat-number{font-size:1.1rem}.ind-split-statement{padding:100px 24px}.ind-specialized{padding:80px 0 60px}.ind-bento-grid{grid-template-columns:1fr;gap:12px}.ind-bento-card{padding:20px}.ind-specialized-intro{margin-bottom:36px}.ind-wf-metrics{grid-template-columns:repeat(3,1fr);gap:6px}.ind-roi{padding:80px 0 60px}.ind-roi-heading{margin-bottom:40px}.ind-roi-compare{grid-template-columns:1fr;gap:32px;margin-bottom:48px}.ind-roi-bar-section{grid-template-columns:1fr;gap:24px}.ind-roi-bar--hekner{min-width:80px}.ind-roi-bar-factor{font-size:3.5rem}.ind-chain{padding:80px 0 60px}.ind-chain-intro{margin-bottom:40px}.ind-chain-pipeline{flex-direction:column;align-items:center;gap:0}.ind-chain-step{max-width:100%;padding:16px 0}.ind-chain-connector{transform:rotate(90deg);padding-top:0;margin:4px 0}.ind-poc{padding:80px 0 60px}.ind-poc-headline{font-size:1.5rem}.ind-poc-packages{grid-template-columns:1fr;gap:0}.ind-poc-package:last-child{border-left:none;padding-left:0;border-top:1px solid rgba(255,255,255,.1);padding-top:32px;margin-top:32px}}@media (max-width:480px){.ind-hero-stats{flex-direction:column;gap:20px;align-items:center}.ind-hero-stat{justify-content:center;text-align:center}.ind-hero-stat-check{width:18px;height:18px}.ind-roi-bar-factor{font-size:3rem}.ind-chain-icon{width:56px;height:56px;border-radius:14px}.ind-chain-icon svg{width:24px;height:24px}.ind-poc-headline{font-size:1.3rem}}.de-page .hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.de-page .hero-subtitle,.de-page .hero-title{margin-left:auto;margin-right:auto}.de-page .hero-subtitle{max-width:720px}.de-page .hero-buttons{justify-content:center}.de-page .section-label,.de-page .section-title{text-align:center}.de-hero-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(172,255,36,.03) 1px,transparent 0),linear-gradient(90deg,rgba(172,255,36,.03) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 70% at 50% 60%,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 60%,black 20%,transparent 80%);pointer-events:none;z-index:0}.de-hero-synergy-wrap{position:relative;z-index:1;padding-bottom:56px;padding-top:8px}.de-hero-synergy-wrap .de-synergy-grid{max-width:1000px}.de-synergy-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:32px;gap:32px;align-items:center;max-width:960px;margin:0 auto}.de-synergy-side{background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:16px;padding:36px 28px;transition:border-color .3s ease}.de-synergy-side--vision{text-align:right}.de-synergy-side--docs:hover,.de-synergy-side--vision:hover{border-color:rgba(172,255,36,.25)}.de-synergy-side-icon{width:52px;height:52px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;background:rgba(172,255,36,.06);border:1px solid rgba(172,255,36,.15);color:var(--color-green)}.de-synergy-side--vision .de-synergy-side-icon{margin-left:auto}.de-synergy-side h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:16px}.de-synergy-side ul{list-style:none;padding:0;margin:0}.de-synergy-side ul li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--color-white-muted);padding:6px 0}.de-synergy-side--vision ul li{justify-content:flex-end}.de-synergy-side--vision ul li svg{order:1;color:var(--color-green)}.de-synergy-side--docs ul li svg{color:var(--color-green)}.de-synergy-center{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 28px;position:relative;min-width:220px;background:rgba(172,255,36,.03);border:1px solid rgba(172,255,36,.1);border-radius:20px}.de-synergy-merge-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(172,255,36,.15) 0,rgba(172,255,36,.05) 40%,transparent 70%);animation:deSynergyPulse 3s ease-in-out infinite;z-index:0}@keyframes deSynergyPulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(.9)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}.de-synergy-merge-icon{width:88px;height:88px;border-radius:50%;background:rgba(172,255,36,.1);border:2px solid rgba(172,255,36,.35);display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 0 40px rgba(172,255,36,.12),0 0 80px rgba(172,255,36,.06)}.de-synergy-merge-icon,.de-synergy-merge-label{color:var(--color-green);position:relative;z-index:1}.de-synergy-merge-label{font-size:1.1rem;font-weight:700;margin-bottom:8px;letter-spacing:.02em}.de-synergy-merge-text{font-size:.9rem;color:var(--color-white-muted);line-height:1.6;position:relative;z-index:1;max-width:180px}.de-challenge{padding:100px 0 80px}.de-challenge-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.de-challenge-statement{position:-webkit-sticky;position:sticky;top:120px}.de-challenge-statement .section-label{text-align:left}.de-challenge-title{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}.de-challenge-text{font-size:1.1rem;line-height:1.75;color:var(--color-white-muted)}.de-challenge-cards{display:flex;flex-direction:column;gap:16px}.de-challenge-card{background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:12px;padding:28px 24px;display:flex;gap:20px;align-items:flex-start;animation:deFadeInUp .6s ease both;transition:border-color .3s ease,background .3s ease}.de-challenge-card:hover{border-color:rgba(172,255,36,.2);background:rgba(172,255,36,.03)}.de-challenge-card-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:rgba(172,255,36,.06);border:1px solid rgba(172,255,36,.12);display:flex;align-items:center;justify-content:center;color:var(--color-green)}.de-challenge-card-body{flex:1 1;min-width:0}.de-challenge-card h4{font-size:1.05rem;font-weight:600;color:#fff;margin-bottom:6px}.de-challenge-card p{font-size:.9rem;line-height:1.6;color:var(--color-white-muted)}@keyframes deFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.de-scope{padding:100px 0 80px;background:var(--color-bg-darker)}.de-scope-capabilities{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-top:48px}.de-scope-cap{padding:28px 24px;background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:12px;transition:border-color .3s ease}.de-scope-cap:hover{border-color:rgba(172,255,36,.2)}.de-scope-cap-icon{width:44px;height:44px;border-radius:10px;background:rgba(172,255,36,.06);border:1px solid rgba(172,255,36,.12);display:flex;align-items:center;justify-content:center;color:var(--color-green);margin-bottom:16px}.de-scope-cap h3{font-size:1.05rem;font-weight:600;color:#fff;margin-bottom:8px}.de-scope-cap p{font-size:.875rem;line-height:1.6;color:var(--color-white-muted)}.de-scope-divider{height:1px;background:var(--color-border);margin:56px 0 48px}.de-scope-subtitle{font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:28px}.de-scope-doctypes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.de-scope-doctype{background:rgba(255,255,255,.03);border:1px solid var(--color-border);border-radius:12px;padding:24px 22px;transition:border-color .3s ease}.de-scope-doctype:hover{border-color:rgba(172,255,36,.2)}.de-scope-doctype-icon{width:36px;height:36px;border-radius:8px;background:rgba(172,255,36,.06);display:flex;align-items:center;justify-content:center;color:var(--color-green);margin-bottom:12px}.de-scope-doctype h4{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:10px}.de-scope-doctype ul{list-style:none;padding:0;margin:0}.de-scope-doctype ul li{font-size:.8rem;color:var(--color-white-muted);position:relative;padding:3px 0 3px 14px}.de-scope-doctype ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:rgba(172,255,36,.4)}.de-pipeline{padding:100px 0 80px}.de-pipeline-intro{text-align:center;max-width:600px;margin:0 auto 56px;font-size:1.1rem;line-height:1.7;color:var(--color-white-muted)}.de-pipeline-flow{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;position:relative}.de-pipeline-connector{position:absolute;top:40px;left:12.5%;right:12.5%;height:2px;z-index:0}.de-pipeline-line{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,rgba(172,255,36,.05),rgba(172,255,36,.3),rgba(172,255,36,.3),rgba(172,255,36,.05))}.de-pipeline-dot{position:absolute;top:-4px;width:10px;height:10px;border-radius:50%;background:var(--color-green);opacity:0;animation:deFlowDot 4s ease-in-out infinite}.de-pipeline-dot--1{left:0;animation-delay:0s}.de-pipeline-dot--2{left:0;animation-delay:1.3s}.de-pipeline-dot--3{left:0;animation-delay:2.6s}@keyframes deFlowDot{0%{left:0;opacity:0}10%{opacity:.8}90%{opacity:.8}to{left:100%;opacity:0}}.de-pipeline-phase{text-align:center;padding:0 20px;position:relative;z-index:1}.de-pipeline-phase-icon{width:72px;height:72px;border-radius:16px;background:var(--color-bg-dark);border:1px solid rgba(172,255,36,.15);display:flex;align-items:center;justify-content:center;color:var(--color-green);margin:0 auto 16px;position:relative;z-index:2;transition:background .3s ease,border-color .3s ease}.de-pipeline-phase:hover .de-pipeline-phase-icon{background:rgba(172,255,36,.1);border-color:rgba(172,255,36,.3)}.de-pipeline-phase-number{display:block;font-size:.75rem;font-weight:600;color:var(--color-green);letter-spacing:.05em;margin-bottom:8px}.de-pipeline-phase h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:12px}.de-pipeline-phase ul{list-style:none;padding:0;margin:0}.de-pipeline-phase ul li{font-size:.85rem;color:var(--color-white-muted);padding:4px 0;line-height:1.5}.de-integrations{padding:100px 0 80px;background:var(--color-bg-darker)}.de-integrations-intro{text-align:center;max-width:620px;margin:0 auto 56px;font-size:1.1rem;line-height:1.7;color:var(--color-white-muted)}.de-integrations-star{position:relative;max-width:720px;margin:0 auto;aspect-ratio:5/4;overflow:visible}.de-integrations-star-svg{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.de-integrations-star-svg line{stroke:rgba(172,255,36,.18);stroke-width:1.5;vector-effect:non-scaling-stroke;stroke-dasharray:6 4;animation:deFlowLine 2s linear infinite}@keyframes deFlowLine{0%{stroke-dashoffset:10}to{stroke-dashoffset:0}}.de-integrations-star .de-integration-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.de-integration-center span{font-size:.9rem;font-weight:600;color:var(--color-green);background:rgba(172,255,36,.1);border:1.5px solid rgba(172,255,36,.25);border-radius:100px;padding:14px 32px;position:relative;z-index:1;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.de-integration-center-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(172,255,36,.1) 0,transparent 70%);animation:deHubPulse 3s ease-in-out infinite}@keyframes deHubPulse{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(.85)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.05)}}.de-integration-node{position:absolute;transform:translate(-50%,-50%);z-index:1;background:rgba(255,255,255,.05);border:1px solid var(--color-border);border-radius:12px;padding:20px 12px;text-align:center;width:150px;transition:border-color .3s ease,background .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.de-integration-node:hover{border-color:rgba(172,255,36,.25);background:rgba(172,255,36,.08)}.de-integration-node--1{left:50%;top:10%}.de-integration-node--2{left:82%;top:37%}.de-integration-node--3{left:70%;top:85%}.de-integration-node--4{left:30%;top:85%}.de-integration-node--5{left:18%;top:37%}.de-integration-node-icon{width:44px;height:44px;border-radius:10px;background:rgba(172,255,36,.06);border:1px solid rgba(172,255,36,.12);display:inline-flex;align-items:center;justify-content:center;color:var(--color-green);margin-bottom:10px}.de-integration-node h4{font-size:.85rem;font-weight:600;color:#fff;line-height:1.3}.de-integrations-mobile-arrow{display:none;color:var(--color-green)}.de-scenarios{padding:100px 0 80px}.de-scenarios-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:48px}.de-scenario-card{background:rgba(255,255,255,.025);border:1px solid var(--color-border);border-radius:16px;padding:28px 24px;transition:border-color .3s ease,background .3s ease;display:flex;flex-direction:column}.de-scenario-card:hover{border-color:rgba(172,255,36,.15);background:rgba(255,255,255,.035)}.de-scenario-icon{width:44px;height:44px;border-radius:10px;background:rgba(172,255,36,.08);display:flex;align-items:center;justify-content:center;color:var(--color-green);margin-bottom:16px}.de-scenario-image{position:relative;width:100%;height:200px;border-radius:10px;overflow:hidden;margin-bottom:20px}.de-scenario-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.de-scenario-card h3{font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:10px}.de-scenario-text{font-size:.88rem;line-height:1.65;color:var(--color-white-subtle);margin-bottom:18px}.de-scenario-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:6px;margin:auto 0 0}.de-scenario-list li{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--color-white-muted);padding:2px 0}.de-scenario-list li svg{flex-shrink:0;width:14px;height:14px;color:var(--color-green)}@media (max-width:1024px){.de-challenge-grid{gap:48px}.de-challenge-statement{position:static}.de-scope-capabilities,.de-scope-doctypes{grid-template-columns:repeat(2,1fr)}.de-scenarios-grid{grid-template-columns:1fr 1fr}.de-synergy-center{min-width:unset}.de-pipeline-flow{grid-template-columns:repeat(4,1fr);gap:12px}.de-pipeline-phase{padding:0 12px}.de-integrations-star{max-width:620px}.de-integration-node{width:135px;padding:16px 10px}}@media (max-width:768px){.de-hero-synergy-wrap{padding-bottom:36px}.de-synergy-grid{grid-template-columns:1fr;gap:24px}.de-synergy-side--docs{order:1}.de-synergy-center{order:2}.de-synergy-side--vision{order:3;text-align:left}.de-synergy-side--vision ul li{justify-content:flex-start}.de-synergy-side--vision ul li svg{order:0}.de-synergy-side--vision .de-synergy-side-icon{margin-left:0}.de-synergy-center{padding:28px 20px;min-width:unset}.de-synergy-merge-glow{width:120px;height:120px}.de-synergy-merge-text{max-width:none}.de-challenge{padding:80px 0 60px}.de-challenge-grid{grid-template-columns:1fr;gap:40px}.de-challenge-title{font-size:1.75rem}.de-scope{padding:80px 0 60px}.de-scope-capabilities{grid-template-columns:1fr;gap:16px}.de-scope-doctypes{grid-template-columns:1fr;gap:12px}.de-pipeline{padding:80px 0 60px}.de-pipeline-flow{grid-template-columns:1fr;gap:32px}.de-pipeline-connector{display:none}.de-pipeline-phase{text-align:left;padding:0;display:flex;gap:20px;align-items:flex-start}.de-pipeline-phase-icon{margin:0;flex-shrink:0;width:56px;height:56px;border-radius:12px}.de-pipeline-phase h3,.de-pipeline-phase ul{text-align:left}.de-integrations{padding:80px 0 60px}.de-integrations-star{aspect-ratio:unset;max-width:none;display:flex;flex-direction:column;align-items:center;gap:12px}.de-integrations-star-svg{display:none}.de-integrations-star .de-integration-center{position:static;transform:none}.de-integrations-mobile-arrow{display:flex;align-items:center;justify-content:center;padding:4px 0}.de-integration-node{position:static;transform:none;width:100%;max-width:400px}.de-integration-center-glow{width:100px;height:100px}.de-scenarios{padding:80px 0 60px}.de-scenarios-grid{grid-template-columns:1fr;max-width:520px}.de-scenario-card h3{font-size:1.1rem}}@media (max-width:480px){.de-hero-synergy-wrap{padding-bottom:24px}.de-synergy-side{padding:24px 20px}.de-synergy-center{padding:24px 16px}.de-synergy-merge-icon{width:72px;height:72px}.de-challenge-title{font-size:1.5rem}.de-challenge-card{flex-direction:column;gap:12px;padding:20px 18px}.de-scope-cap{padding:22px 18px}.de-scope-doctype{padding:20px 16px}.de-pipeline-phase-icon{width:48px;height:48px}.de-pipeline-phase h3{font-size:.95rem}.de-integration-node{padding:16px 14px}.de-scenario-card{padding:22px 18px}}.use-cases-page{padding-top:calc(var(--nav-height) + 60px);background:var(--color-bg-darker)}.cookie-banner{position:fixed;bottom:24px;right:24px;z-index:9999;max-width:420px;display:flex;flex-direction:column;gap:16px;padding:24px 28px;background:rgba(15,22,28,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border);border-radius:16px;animation:cookieBannerIn .4s ease-out both}@keyframes cookieBannerIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner-text{font-size:.9rem;line-height:1.6;color:var(--color-white-muted)}.cookie-banner-link{color:var(--color-white-muted);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.cookie-banner-link:hover{color:var(--color-white)}.cookie-banner-btn{align-self:flex-end;padding:10px 28px;font-size:.85rem;font-weight:600;letter-spacing:.03em;color:var(--color-bg-darker);background:var(--color-green);border-radius:8px;transition:background .2s,transform .15s}.cookie-banner-btn:hover{background:#c4ff5c;transform:translateY(-1px)}.cookie-banner-btn:active{transform:translateY(0)}@media (max-width:600px){.cookie-banner{bottom:0;right:0;left:0;max-width:none;border-radius:16px 16px 0 0;padding:20px 20px 24px}.cookie-banner-btn{align-self:stretch;text-align:center}}