:root{--background:#fafafa;--foreground:var(--text-body);--neon-green:#33ffb6;--indigo:#26065d;--gray100:#f2f4f7;--gray200:#eaecf0;--gray300:#d0d5dd;--gray400:#98a2b3;--gray500:#667085;--gray600:#475467;--gray700:#344054;--gray800:#1d2939;--gray900:#101828;--primary50:#f9f5ff;--primary100:#f4ebff;--primary500:#9e77ed;--primary600:#7f56d9;--primary700:#6941c6;--primary800:#53389e}*{box-sizing:border-box}html{background:var(--surface-base);height:100%}body{color:var(--text-body);background:0 0;min-height:100%;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:20px}a{color:inherit;text-decoration:none}.min-h-screen{min-height:100vh}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.grid{display:grid!important}.hidden{display:none!important}.block{display:block!important}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-32{padding-top:8rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.w-full{width:100%}.w-auto{width:auto}.w-2{width:.5rem}.w-12{width:3rem}.h-2{height:.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-auto{height:auto}.min-h-\[300px\]{min-height:300px}.min-w-\[200px\]{min-width:200px}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-\[1200px\]{max-width:1200px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.top-full{top:100%}.z-50{z-index:50}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.leading-relaxed{line-height:1.625}.text-white{color:#fff}.text-gray-700{color:#374151}.bg-white{background-color:var(--surface-card)}.bg-transparent{background-color:#0000}.border{border-style:solid;border-width:1px}.border-t{border-top-style:solid;border-top-width:1px}.border-gray-300{border-color:var(--role-border-strong)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rotate-180{transform:rotate(180deg)}.outline-none{outline-offset:2px;outline:2px solid #0000}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.order-1{order:1}.order-2{order:2}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}@media (min-width:768px){.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:hidden{display:none!important}.lg\:flex{display:flex!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:order-1{order:1}.lg\:order-2{order:2}}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--indigo)}.focus\:border-transparent:focus{border-color:#0000}.hover\:text-white:hover{color:#fff}.hover\:bg-\[var\(--gray100\)\]:hover{background-color:var(--surface-tint)}.bg-\[var\(--indigo\)\]{background-color:var(--indigo)}.text-\[var\(--gray900\)\]{color:var(--text-strong)}.text-\[rgba\(255\,255\,255\,0\.9\)\]{color:#ffffffe6}.text-\[rgba\(255\,255\,255\,0\.6\)\]{color:#fff9}.border-white\/10{border-color:#ffffff1a}.text-white\/70{color:#ffffffb3}.text-white\/50{color:#ffffff80}.h-10{height:2.5rem}.p-2{padding:.5rem}.p-5{padding:1.25rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.pt-4{padding-top:1rem}.mt-10{margin-top:2.5rem}.pt-6{padding-top:1.5rem}.col-span-1{grid-column:span 1/span 1}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1/span 1}}.desktop-nav{align-items:center;gap:2rem;display:none!important}.desktop-cta{align-items:center;display:none!important}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:1024px){.desktop-nav,.desktop-cta{display:flex!important}.mobile-menu-btn{display:none!important}}.mega-menu{background:var(--surface-solid);border:1px solid var(--role-border);box-shadow:0 24px 54px var(--role-shadow);border-radius:17px;min-width:480px;padding:24px}.mega-menu-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.mega-menu-item{border-radius:12px;align-items:flex-start;gap:14px;padding:14px 16px;text-decoration:none;transition:all .15s;display:flex}.mega-menu-item:hover{background:var(--surface-tint)}.mega-menu-icon{background:var(--surface-brand);border:1px solid var(--role-border-strong);width:40px;height:40px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mega-menu-content{flex-direction:column;gap:2px;display:flex}.mega-menu-label{color:var(--text-strong);font-size:15px;font-weight:600}.mega-menu-description{color:var(--text-muted);font-size:13px;line-height:1.4}.mega-menu-single{min-width:280px}.mega-menu-single .mega-menu-grid{grid-template-columns:1fr}.mega-menu-list{flex-direction:column;gap:4px;display:flex}.footer-grid{grid-template-columns:1fr;gap:40px;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:340px 1fr 1fr auto}}.footer-logo{flex-direction:column;align-items:flex-start;gap:24px;display:flex}@media (min-width:1024px){.footer-logo{align-items:flex-end}}.footer-logo-img{display:none}@media (min-width:768px){.footer-logo-img{display:block}}h1,h2,h3,h4,p{margin:0}h1{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}h2{margin-top:1rem;margin-bottom:1rem;font-size:1.75rem;font-weight:600;line-height:1.3}h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4}h4{margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.4}p{margin-bottom:.25rem;font-size:1rem;line-height:1.6}.text-neon{color:#33ffb6;font-weight:600}.chip-light{background:var(--surface-tint);color:var(--text-strong);white-space:nowrap;border-radius:12px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:500;display:inline-block}.chip-dark{color:#33ffb6;white-space:nowrap;background:#33ffb626;border-radius:12px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:500;display:inline-block}.content-light h1,.content-light h2,.content-light h3,.content-light h4{color:var(--text-strong)}.content-light p,.content-light li{color:var(--text-body)}.content-dark h1,.content-dark h2,.content-dark h3,.content-dark h4{color:#fff}.content-dark p,.content-dark li{color:#fffc}.btn{text-align:center;cursor:pointer;transition:all .2s;display:inline-block}.btn-full{width:100%}.btn-primary{color:#26065d;letter-spacing:0;text-transform:none;border:1px solid #0000;border-radius:20px;padding:10px 20px;font-size:15px;font-weight:600;line-height:20px;text-decoration:none}.btn-secondary{color:var(--text-strong);letter-spacing:0;text-transform:none;border:1px solid #0000;border-radius:20px;padding:10px 20px;font-size:15px;font-weight:600;line-height:20px;text-decoration:none}.btn-secondary-inverse{color:#26065d;letter-spacing:0;text-transform:none;background-color:#33ffb6;border-radius:100px;padding:12px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:transform .18s,box-shadow .18s}.btn-secondary-inverse:hover{background-color:#0000;background-image:var(--surface-brand);color:var(--text-strong)}.btn-secondary-inverse:active{background-color:#26065d}.btn-secondary-light{background-color:#0000;background-image:var(--surface-card);color:var(--text-strong);letter-spacing:0;text-transform:none;border:1px solid #0000;border-radius:20px;padding:10px 20px;font-size:15px;font-weight:600;line-height:20px;text-decoration:none}.btn-secondary-light:hover{color:var(--on-signal);background-color:#33ffb6;background-image:none}.btn-secondary-light:active{background-color:#2be0a0}.btn-neon-green-light{color:#26065d;letter-spacing:0;text-transform:none;background-color:#33ffb6;border:1px solid #0000;border-radius:20px;padding:10px 20px;font-size:15px;font-weight:600;line-height:20px;text-decoration:none}.btn-neon-green-light:hover{color:var(--on-signal);background-color:#7dffd0}.btn-neon-green-dark{color:#26065d;letter-spacing:0;text-transform:none;cursor:pointer;background-color:#00ffa3;border:none;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-neon-green-dark:hover{background-color:#00e090;transform:translateY(-2px);box-shadow:0 4px 20px #00ffa366}.btn-indigo-light{color:#fff;letter-spacing:0;text-transform:none;background-color:#0000;border:1px solid #fff;border-radius:20px;padding:10px 20px;font-size:15px;font-weight:600;line-height:20px;text-decoration:none}.btn-indigo-light:hover{background-color:var(--accent);border-color:var(--accent);color:var(--on-signal)}img{vertical-align:middle;max-width:100%;display:inline-block}.hero-home{background-color:#26065d;padding:120px 20px 80px;position:relative;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-wrapper-two{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.hero-h1-dark{width:auto;max-width:1140px;margin:0}.hero-text-dark{text-align:center;max-width:700px;margin:0}.hero-home .automation-showcase{margin-top:22px}.abstandhalter{height:24px}.abstandhalter-2{height:32px}.buttons-light{justify-content:center;gap:16px;margin-bottom:60px;display:flex}.automation-showcase{z-index:10;justify-content:center;width:100%;max-width:1600px;margin:0 auto;padding:80px 0 120px;display:flex;position:relative;overflow:visible}.flow-row{justify-content:center;align-items:center;gap:100px;min-width:max-content;margin:0 auto;padding:20px 120px;display:flex;position:relative}.flow-connectors{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}.flow-connector-defs{width:0;height:0;position:absolute;overflow:hidden}.flow-node{--hue:var(--accent);background:var(--surface-card);border:1px solid var(--hue);width:140px;min-height:110px;box-shadow:0 18px 38px var(--role-shadow);z-index:2;opacity:0;border-radius:14px;flex-shrink:0;padding:14px;font-family:Inter,sans-serif;transition:all .3s;animation:.5s ease-out forwards nodeAppear;position:relative}.flow-node:hover{box-shadow:0 0 26px var(--hue),0 18px 38px var(--role-shadow);z-index:10;transform:translateY(-3px)}@supports (color:color-mix(in srgb, red 50%, transparent)){.flow-node:hover{box-shadow:0 0 26px color-mix(in srgb,var(--hue)34%,transparent),0 18px 38px var(--role-shadow)}}.flow-node-source{--hue:var(--neon-green)}.flow-node-action{--hue:var(--primary500)}.flow-node-decision{--hue:#04b76b}.flow-node-condition{--hue:#f5a623}.flow-node-small{width:130px;min-height:100px;padding:12px}.node-icon{margin-bottom:8px}.node-icon svg{width:20px;height:20px;color:var(--hue)}.node-content{flex-direction:column;gap:4px;display:flex}.node-title{color:var(--text-strong);font-size:11px;font-weight:600;line-height:1.2}.node-description{color:var(--text-muted);font-size:9px;line-height:1.2}.node-action{border-radius:4px;margin-top:4px;padding:4px 8px;font-size:9px;font-weight:500;display:inline-block}.node-action-gray{color:#cfc6e4;background:#9e77ed24}.node-action-yellow{color:#f6c67a;background:#f5a6232e}.node-action-purple{color:#cbb1f7;background:#9e77ed33}.node-action-green{color:#7dffd0;background:#33ffb629}.node-action-teal{color:#6fe9c6;background:#33ffb624}.node-action-indigo{color:#c5b3f2;background:#6941c647}.node-action-blue{color:#8ecbfb;background:#0b94f72e}.branch-column{flex-direction:column;justify-content:center;gap:20px;height:260px;margin:0 10px;padding-left:80px;display:flex}.branch-path{align-items:center;gap:10px;display:flex;position:relative}.branch-path .flow-node{width:130px;min-height:100px}.branch-yes .branch-label{position:absolute;top:50%;left:-140px;transform:translateY(calc(30px - 50%))}.branch-no .branch-label{position:absolute;top:20%;left:-140px;transform:translateY(calc(120px - 50%))}.branch-label{white-space:nowrap;z-index:20;opacity:0;text-align:center;border-radius:10px;min-width:70px;padding:4px 10px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;animation:.4s ease-out forwards badgeAppear;display:inline-block;box-shadow:0 2px 8px #0000004d}.branch-yes .branch-label{color:#33ffb6;background:#0d503a;border:1px solid #33ffb6}.branch-no .branch-label{color:#fcc;background:#5c2828;border:1px solid #f99}#badge-yes1,#badge-no1{animation-delay:1.4s}#badge-yes2,#badge-no2{animation-delay:2s}@keyframes badgeAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes nodeAppear{0%{opacity:0;transform:translate(-20px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}#node-source{animation-delay:0s}#node-email1{animation-delay:.3s}#node-decision1{animation-delay:.6s}#node-points,#node-reminder{animation-delay:.9s}#node-condition{animation-delay:1.2s}#node-sales,#node-nurture{animation-delay:1.5s}.mobile-flow{display:none}@media screen and (max-width:991px){.automation-showcase{padding:60px 20px 80px}.flow-row{gap:40px;padding:20px 40px}.flow-node{width:120px;min-height:95px;padding:12px}.flow-node-small{width:110px;min-height:85px;padding:10px}.branch-column{gap:30px;margin:0 30px}.node-title{font-size:10px}.node-description{font-size:8px}.node-action{padding:3px 6px;font-size:8px}.node-icon svg{width:18px;height:18px}}@media screen and (max-width:767px){.automation-showcase{padding:40px 16px 60px;overflow-x:hidden}.flow-row{display:none!important}.mobile-flow{flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;max-width:100%;margin:0 auto;padding:0 16px;display:flex!important}.mobile-flow-node{--hue:var(--accent);background:var(--surface-card);border:1px solid var(--hue);width:100%;max-width:280px;box-shadow:0 18px 38px var(--role-shadow);z-index:2;opacity:0;border-radius:14px;flex-direction:column;align-items:center;gap:10px;margin-left:auto;margin-right:auto;padding:16px;font-family:Inter,sans-serif;animation:.5s ease-out forwards mobileNodeAppear;display:flex;position:relative}.mobile-flow-node:hover{box-shadow:0 0 26px var(--hue),0 18px 38px var(--role-shadow);transform:scale(1.02)}.mobile-flow-node.source{--hue:var(--neon-green)}.mobile-flow-node.action{--hue:var(--primary500)}.mobile-flow-node.decision{--hue:#04b76b}.mobile-flow-node.condition{--hue:#f5a623}.mobile-node-icon{background:var(--surface-tint);border:1px solid var(--role-border);width:44px;height:44px;color:var(--hue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-node-icon svg{width:24px;height:24px}.mobile-node-content{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.mobile-node-title{color:var(--text-strong);font-size:14px;font-weight:600;line-height:1.3}.mobile-node-description{color:var(--text-muted);font-size:12px;line-height:1.3}.mobile-node-badge{border-radius:6px;align-self:center;width:fit-content;margin-top:6px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-block}.mobile-node-badge.source{color:#7dffd0;background:#33ffb629}.mobile-node-badge.action{color:#8ecbfb;background:#0b94f72e}.mobile-node-badge.decision{color:#7dffd0;background:#33ffb629}.mobile-node-badge.condition{color:#f6c67a;background:#f5a6232e}.mobile-connector{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:8px 0;display:flex}.mobile-connector-line{background:#fff9;width:2px;height:24px}.mobile-connector-arrow{border-top:8px solid #fff9;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0}@keyframes mobileNodeAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-flow-node:first-child{animation-delay:0s}.mobile-flow-node:nth-child(3){animation-delay:.2s}.mobile-flow-node:nth-child(5){animation-delay:.4s}.mobile-flow-node:nth-child(7){animation-delay:.6s}}@media screen and (max-width:479px){.automation-showcase{padding:32px 12px 48px}.mobile-flow{padding:0 8px}.mobile-flow-node{max-width:260px;padding:14px}.mobile-node-title{font-size:13px}.mobile-node-description{font-size:11px}}@media (max-width:1024px) and (min-width:768px){.automation-showcase{overflow-x:auto}.mobile-flow{display:flex}}@media (max-width:768px){.hero-home{padding:100px 15px 60px}.hero-eyebrow,.hero-h1-dark,.hero-text-dark{text-align:left}.hero-wrapper-two{align-items:flex-start}.buttons-light{justify-content:flex-start}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes chipAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-scroll{animation:30s linear infinite scroll}.newsletter-form .caymlandform_wrapper{max-width:100%;margin:0}.newsletter-form .caymlandform-row{margin-bottom:12px}.newsletter-form .caymlandform-label{display:none}.newsletter-form .caymlandform-input{border:1px solid var(--role-border-strong);width:100%;color:var(--text-body);background:var(--surface-card);box-sizing:border-box;border-radius:6px;outline:none;padding:10px 12px;font-size:13px}.newsletter-form .caymlandform-input:focus{border-color:var(--neon-green)}.newsletter-form .caymlandform-checkboxgrp{text-align:left!important}.newsletter-form .caymlandform-checkboxgrp-label{color:var(--text-body);cursor:pointer;font-size:10px;line-height:1.5;font-weight:400!important}.newsletter-form .caymlandform-checkboxgrp-checkbox{vertical-align:middle;width:14px;height:14px;accent-color:var(--neon-green);cursor:pointer;margin-right:6px}.newsletter-form .caymlandform-button-wrapper{margin-top:8px}.newsletter-form .caymlandform-button{cursor:pointer;width:100%;padding:10px 16px;font-size:13px;font-weight:600;background-color:var(--neon-green)!important;color:var(--indigo)!important;border:none!important;border-radius:20px!important}.newsletter-form .caymlandform-button:hover{opacity:.9}.newsletter-form .caymlandform-freehtml{display:none}.newsletter-form .caymlandform-message{color:#24b552;font-size:13px}.newsletter-form .caymlandform-errormsg{color:#e32;margin-top:4px;font-size:11px}.newsletter-form .caymlandform-checkboxgrp-label a{color:var(--text-strong);text-decoration:underline}.text-section-plain{padding:80px 20px}.text-section-plain-light{background:0 0}.text-section-plain-dark{background:var(--indigo)}.text-section-wrapper{text-align:center;margin:0 auto}.h1-light{color:var(--text-strong);text-align:center;width:auto;max-width:none;margin-top:0;margin-bottom:0;padding-right:0;font-family:Inter,sans-serif;font-size:40px;font-weight:700;line-height:140%}.text-section-plain-dark .h1-light{color:#fff}@media (max-width:767px){.text-section-plain{padding:60px 20px}}.logo-carousel-section{background:var(--surface-tint);padding:40px 0}.logo-carousel-container{max-width:100%;margin:0 auto}.logo-card{position:relative;overflow:hidden}.logo-carousel-gradient{display:none}.logo-carousel{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.logo-carousel-content{will-change:transform;align-items:center;gap:60px;display:flex}.customer-logo{object-fit:contain;opacity:.62;filter:grayscale()invert()brightness(1.35)contrast(1.1);flex-shrink:0;width:auto;max-width:120px;height:40px;transition:opacity .3s}.customer-logo:hover{opacity:1}@media (max-width:767px){.logo-carousel-section{padding:30px 0}.logo-carousel-content{gap:40px}.customer-logo{max-width:80px;height:30px}.logo-carousel-gradient{width:50px}}.cdp-timeline-section{width:100%}.cdp-timeline-grid{align-items:start;width:100%;grid-template-columns:1fr 1fr!important;gap:64px!important;display:grid!important}.cdp-timeline-content-left{gap:26px;flex-direction:column!important;display:flex!important}.cdp-timeline-text{color:var(--text-body);flex-direction:column;gap:18px;font-size:16.5px;line-height:1.65;display:flex}.cdp-timeline-text p{margin:0}.cdp-timeline-buttons{flex-wrap:wrap;gap:16px;margin-top:6px;display:flex!important}.cdp-timeline-content-right{position:relative}.cdp-timeline-wrapper{gap:20px;margin:0;padding:0;list-style:none;position:relative;flex-direction:column!important;display:flex!important}.cdp-timeline-rail{background:linear-gradient(180deg,var(--grad-a),var(--grad-b)58%,var(--grad-c));opacity:.65;border-radius:2px;width:2px;position:absolute;top:26px;bottom:26px;left:23px}.cdp-timeline-step{align-items:start;grid-template-columns:48px 1fr!important;gap:22px!important;display:grid!important}.cdp-timeline-icon-wrapper{background:var(--surface-card);border:1px solid var(--role-border-strong);width:48px;min-width:48px;height:48px;color:var(--accent);z-index:1;box-shadow:0 0 0 5px var(--surface-base);border-radius:50%;justify-content:center;align-items:center;position:relative;display:flex!important}.cdp-timeline-icon-wrapper svg{width:24px;height:24px}.cdp-timeline-step-card{flex-direction:column;gap:7px;padding:18px 20px 20px;display:flex}.cdp-timeline-step-index{color:var(--accent)}@media (max-width:991px){.cdp-timeline-grid{grid-template-columns:1fr!important;gap:48px!important}}@media (max-width:767px){.cdp-timeline-buttons{flex-direction:column!important}.cdp-timeline-buttons a,.cdp-timeline-buttons button{text-align:center;width:100%}}.hero-event-flow-section{background:#26065d!important;width:100%!important;padding:96px 64px!important;display:block!important}.hero-event-flow-container{width:100%!important;max-width:1280px!important;margin:0 auto!important}.hero-event-flow-wrapper{grid-template-columns:1fr 1fr!important;align-items:center!important;gap:64px!important;display:grid!important}.hero-event-flow-left{justify-content:center!important;align-items:center!important;display:flex!important}.hero-event-flow-right{flex-direction:column!important;gap:0!important;display:flex!important}.hero-event-flow-right .abstandhalter{height:16px!important;display:block!important}.hero-event-flow-right .hero-h1-dark{margin:0!important;font-family:Inter,sans-serif!important}.hero-event-flow-right .h3-dark{color:#fffc!important;margin:0 0 24px!important;font-family:Inter,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.6!important}.event-flow{flex-direction:column!important;align-items:center!important;gap:0!important;display:flex!important}.event-flow-node{background:#ffffff1a!important;border:1px solid #fff3!important;border-radius:8px!important;align-items:center!important;gap:12px!important;width:320px!important;padding:12px 16px!important;transition:all .3s!important;display:flex!important}.event-flow-node:hover{background:#ffffff26!important;transform:translate(4px)!important}.event-flow-node.source{background:#00ffa326!important;border-color:#00ffa366!important}.event-flow-node.action{background:#6366f126!important;border-color:#6366f166!important}.event-flow-node.event{background:#fbbf2426!important;border-color:#fbbf2466!important}.event-flow-node.feedback{background:#ec489926!important;border-color:#ec489966!important}.event-node-icon{flex-shrink:0!important;width:32px!important;height:32px!important}.event-node-icon svg{stroke:#fff!important;width:100%!important;height:100%!important}.event-flow-node.source .event-node-icon svg{stroke:#00ffa3!important}.event-flow-node.action .event-node-icon svg{stroke:#6366f1!important}.event-flow-node.event .event-node-icon svg{stroke:#fbbf24!important}.event-flow-node.feedback .event-node-icon svg{stroke:#ec4899!important}.event-node-content{flex-direction:row!important;flex:1!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.event-node-title{color:#fff!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important}.event-node-timing{background:var(--surface-tint)!important;border:1px solid var(--role-border)!important;color:var(--text-strong)!important;border-radius:12px!important;width:fit-content!important;padding:4px 10px!important;font-family:Inter,sans-serif!important;font-size:11px!important;font-weight:600!important;display:inline-block!important}.event-flow-node.source .event-node-timing{color:var(--on-signal)!important;background:#00ffa3!important}.event-flow-node.action .event-node-timing{color:var(--text-strong)!important;background:#a5b4fc!important}.event-flow-node.event .event-node-timing{color:var(--text-strong)!important;background:#fbbf24!important}.event-flow-node.feedback .event-node-timing{color:var(--text-strong)!important;background:#f9a8d4!important}.event-flow-connector{flex-direction:column!important;align-items:center!important;height:24px!important;display:flex!important;position:relative!important}.event-flow-connector-line{background:#ffffff4d!important;width:2px!important;height:16px!important}.event-flow-connector-arrow{border-top:8px solid #ffffff4d!important;border-left:6px solid #0000!important;border-right:6px solid #0000!important;width:0!important;height:0!important}@media (max-width:991px){.hero-event-flow-section{padding:64px 32px!important}.hero-event-flow-wrapper{flex-direction:column!important;gap:48px!important;display:flex!important}.hero-event-flow-left{order:2!important;width:100%!important}.hero-event-flow-right{order:1!important;width:100%!important}}@media (max-width:767px){.hero-event-flow-section{padding:48px 24px!important}.hero-event-flow-wrapper{gap:32px!important}.hero-event-flow-right .h3-dark{font-size:15px!important;line-height:1.5!important}.hero-event-flow-right .chip-dark{font-size:11px!important}.hero-event-flow-right .button-neon-green-dark{text-align:center!important;width:100%!important}.event-flow{width:100%!important}.event-flow-node{min-width:100%!important;max-width:100%!important;padding:10px 14px!important}.event-node-icon{width:24px!important;height:24px!important}.event-node-title{font-size:13px!important}.event-flow-connector{height:20px!important}.event-flow-connector-line{height:12px!important}}.hero-heading-right-section{background:var(--surface-card)!important;width:100%!important;padding:96px 64px!important}.hero-heading-right-container{flex-direction:column!important;gap:80px!important;width:100%!important;max-width:1280px!important;margin:0 auto!important;display:flex!important}.hero-heading-right-wrapper{grid-template-columns:1fr 1fr!important;align-items:center!important;gap:64px!important;display:grid!important}.hero-heading-right-wrapper.reverse{direction:rtl!important}.hero-heading-right-wrapper.reverse>*{direction:ltr!important}.hero-heading-right-image{justify-content:center!important;align-items:center!important;display:flex!important}.hero-heading-right-img{width:100%!important;max-width:500px!important;height:auto!important}.hero-heading-right-content{flex-direction:column!important;gap:16px!important;display:flex!important}.hero-heading-right-content .h2-light{margin:0!important;font-family:Inter,sans-serif!important}.hero-heading-right-content .text-light-left{color:var(--text-body)!important;text-align:left!important;margin:0!important;font-family:Inter,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.6!important}.hero-heading-right-content .abstandhalter{height:8px!important}@media (max-width:991px){.hero-heading-right-section{padding:64px 32px!important}.hero-heading-right-container{gap:64px!important}.hero-heading-right-wrapper{flex-direction:column!important;gap:32px!important;display:flex!important}.hero-heading-right-wrapper.reverse{direction:ltr!important}.hero-heading-right-image{order:1!important}.hero-heading-right-content{order:2!important}}@media (max-width:767px){.hero-heading-right-section{padding:48px 24px!important}.hero-heading-right-container{gap:48px!important}.hero-heading-right-content .text-light-left{font-size:16px!important}}.text-section-with-image-container{flex-direction:column!important;align-items:center!important;gap:48px!important;display:flex!important}.text-section-with-image-content{max-width:800px!important}.text-section-with-image-visual{justify-content:center!important;width:100%!important;display:flex!important}.text-section-with-image-img{border:1px solid var(--role-border);width:100%!important;max-width:1200px!important;height:auto!important;box-shadow:0 32px 62px var(--role-shadow)!important;border-radius:17px!important}.hero-stack-container{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-stack-logos{grid-template-columns:repeat(5,1fr);gap:20px;width:100%;max-width:1000px;margin-top:4px;display:grid}.hero-stack-logo-item{justify-content:center;align-items:center;min-height:100px;padding:22px;display:flex}.hero-stack-logo-item img{opacity:.72;filter:grayscale()invert()brightness(1.35)contrast(1.1);transition:opacity .3s}.hero-stack-logo-item:hover img{opacity:1}.hero-stack-button{margin-top:44px}@media (max-width:991px){.hero-stack-logos{grid-template-columns:repeat(3,1fr);gap:16px}.hero-stack-logo-item{min-height:80px;padding:16px}}@media (max-width:767px){.hero-stack-logos{grid-template-columns:repeat(2,1fr);gap:12px}.hero-stack-logo-item{min-height:60px;padding:12px}.hero-stack-logo-item.hide-on-mobile{display:none}}.cta-block-container{justify-content:center;display:flex}.cta-block-content{max-width:820px}.cta-block-title{max-width:20ch}.cta-block-checklist{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:14px;display:flex}.cta-block-button{margin-top:26px}@media (max-width:767px){.cta-block-checklist{flex-direction:column;align-items:center;gap:10px}}.testimonial-slider-header{margin-bottom:48px}.testimonial-slider-content{justify-content:center;align-items:center;gap:24px;display:flex}.testimonial-nav-btn{border:1px solid var(--role-border-strong);background:var(--surface-card);cursor:pointer;width:48px;height:48px;color:var(--text-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,border-color .2s,box-shadow .2s,transform .2s;display:flex}.testimonial-nav-btn:hover{color:var(--accent);border-color:var(--accent);box-shadow:0 0 20px var(--accent);transform:translateY(-2px)}@supports (color:color-mix(in srgb, red 50%, transparent)){.testimonial-nav-btn:hover{box-shadow:0 0 20px color-mix(in srgb,var(--accent)32%,transparent)}}.testimonial-nav-btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.testimonial-deck{width:100%;max-width:800px;position:relative}.testimonial-card--neben{display:none}.testimonial-card{text-align:center;max-width:800px;padding:40px}.testimonial-card:hover{border-color:var(--role-border);box-shadow:none;transform:none}.testimonial-quote{color:var(--text-strong);text-wrap:pretty;margin:0 0 36px;font-size:19px;font-weight:400;line-height:1.75}.testimonial-media{justify-content:center;align-items:center;gap:24px;margin-bottom:22px;display:flex}.testimonial-author-image{border:1px solid var(--role-border-strong);border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden}.testimonial-logo{justify-content:center;align-items:center;display:flex}.testimonial-logo img{opacity:.8;filter:grayscale()invert()brightness(1.35)contrast(1.1)}.testimonial-author-info{text-align:center;flex-direction:column;align-items:center;gap:3px;display:flex}.testimonial-author-name{letter-spacing:-.015em;color:var(--text-strong);font-size:19px;font-weight:650}.testimonial-author-role,.testimonial-author-company{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px}.testimonial-steps{display:none}.testimonial-count{font-variant-numeric:tabular-nums;letter-spacing:.12em;color:var(--text-muted);text-align:center;min-width:6ch;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.testimonial-dots{justify-content:center;gap:8px;margin-top:32px;display:flex}.testimonial-dot{background:var(--role-border-strong);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .25s,width .25s,border-radius .25s}.testimonial-dot.active{background:var(--accent);border-radius:5px;width:24px}.testimonial-dot:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (max-width:991px){.testimonial-card{padding:32px}.testimonial-quote{font-size:17px}}@media (max-width:767px){.testimonial-slider-content{flex-direction:column;gap:0}.testimonial-slider-content>.testimonial-nav-btn{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.cd-section.testimonial-slider{overflow:hidden}.testimonial-deck{touch-action:pan-y;width:calc(100% - 44px);margin:0 auto;transition:transform .26s cubic-bezier(.22,.9,.3,1)}.testimonial-deck.is-haftend{transition:none}.testimonial-card{max-width:100%;padding:26px 20px}.testimonial-deck .testimonial-card--neben{pointer-events:none;opacity:.5;width:100%;display:block;position:absolute;top:0;bottom:0;overflow:hidden}.testimonial-deck .testimonial-card--vor{right:calc(100% + 10px)}.testimonial-deck .testimonial-card--nach{left:calc(100% + 10px)}.testimonial-quote{text-align:left;margin-bottom:26px;font-size:16px;line-height:1.65}.testimonial-media{flex-direction:row;justify-content:flex-start;gap:14px;margin-bottom:16px}.testimonial-author-image{width:56px;height:56px}.testimonial-author-info{text-align:left;align-items:flex-start}.testimonial-author-name{font-size:17px}.testimonial-dots{display:none}.testimonial-steps{justify-content:center;align-items:center;gap:18px;margin-top:22px;display:flex}.testimonial-steps .testimonial-nav-btn{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.testimonial-nav-btn,.testimonial-dot,.testimonial-card{transition-duration:.001ms!important}}.hero-header{background-color:#26065d;width:100%;padding:80px 24px}.hero-header-container{text-align:center;max-width:1200px;margin:0 auto}.hero-header-title{max-width:22ch}.hero-header-text{max-width:700px}.hero-header-head{margin-bottom:36px}.hero-header-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.hero-header-image-wrapper{width:100%;max-width:1100px;margin-top:48px;margin-left:auto;margin-right:auto}.hero-header-image{border-radius:12px;width:100%;height:auto;box-shadow:0 25px 50px -12px #00000080}@media (max-width:991px){.hero-header{padding:64px 24px}}@media (max-width:767px){.hero-header{padding:48px 16px}.hero-header-buttons{flex-direction:column;gap:12px}.hero-header-buttons .button{width:100%}}.feature-tabs-section{width:100%}.feature-tabs-header{margin-bottom:64px}.feature-tabs-wrapper{flex-direction:column;gap:48px;display:flex}.feature-tabs-menu{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.feature-tab-link{text-align:left;cursor:pointer;flex:1;min-width:280px;max-width:360px;padding:22px 22px 30px;overflow:hidden}.feature-tab-link.active .feature-tab-title{color:var(--accent)}.feature-tab-title{margin-bottom:8px}.feature-tab-blur{pointer-events:none;z-index:1;background:linear-gradient(#0000,#100425d9);height:20px;position:absolute;bottom:18px;left:0;right:0}.feature-tab-progress{background:var(--role-border-strong);z-index:3;border-radius:3px;height:5px;position:absolute;bottom:8px;left:16px;right:16px;overflow:hidden}.feature-tab-progress-bar{background:var(--accent);width:0%;height:100%;box-shadow:0 0 8px var(--accent);border-radius:3px;animation:linear forwards featureTabProgress}.feature-tab-progress-bar.paused{animation-play-state:paused}.feature-tab-progress-bar.stopped{width:100%;animation:none}@keyframes featureTabProgress{0%{width:0%}to{width:100%}}.feature-tabs-content{position:relative}.feature-tab-panel{display:none}.feature-tab-panel.active{display:block}.feature-tab-image{border-radius:16px;width:100%;height:auto;box-shadow:0 25px 50px -12px #00000080}@media (max-width:991px){.feature-tab-link{min-width:240px}}@media (max-width:767px){.feature-tabs-menu{flex-direction:column}.feature-tab-link{min-width:100%;max-width:100%}}.cdp-profile-visualization{background:var(--surface-card);border-radius:16px;grid-template-columns:1fr 1fr;gap:32px;display:grid;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.cdp-profile-card{flex-direction:column;gap:24px;padding:32px;display:flex}.cdp-profile-header{align-items:flex-start;gap:16px;display:flex}.cdp-profile-avatar{border-radius:50%;flex-shrink:0;width:80px;height:80px;overflow:hidden}.cdp-profile-avatar svg,.cdp-avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%}.cdp-profile-info{flex-direction:column;gap:4px;display:flex}.cdp-profile-name{color:var(--text-strong);margin:0;font-size:24px;font-weight:700}.cdp-profile-title{color:var(--text-body);margin:0;font-size:16px}.cdp-profile-company{color:var(--text-muted);margin:0;font-size:14px}.cdp-profile-tags{flex-wrap:wrap;gap:8px;display:flex}.cdp-tag{background:var(--surface-tint);color:var(--text-body);border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500}.cdp-tag-primary{background:var(--accent);color:var(--on-signal)}.cdp-profile-stats{background:var(--surface-tint);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:16px;padding:16px;display:grid}.cdp-stat{text-align:center;flex-direction:column;align-items:center;display:flex}.cdp-stat-value{color:var(--text-strong);font-size:24px;font-weight:700}.cdp-stat-label{color:var(--text-muted);font-size:12px}.cdp-profile-contact{grid-template-columns:1fr 1fr;gap:12px;display:grid}.cdp-contact-item{color:var(--text-body);align-items:center;gap:8px;font-size:13px;display:flex}.cdp-contact-item svg{color:var(--text-muted);flex-shrink:0}.cdp-profile-chart{flex:1;align-items:flex-end;gap:8px;display:flex}.cdp-chart-area{flex:1;align-items:flex-end;gap:16px;height:140px;padding-bottom:24px;display:flex}.cdp-chart-bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.cdp-chart-bar{background:#6366f1;border-radius:4px 4px 0 0;flex-shrink:0;width:50px}.cdp-chart-bar-secondary{background:#f97316}.cdp-chart-bar-tertiary{background:#33ffb6}.cdp-bar-show{height:100px}.cdp-bar-entertainment{height:13px}.cdp-bar-pop{height:69px}.cdp-chart-value{color:var(--text-strong);margin-bottom:4px;font-size:12px;font-weight:600}.cdp-chart-label{color:var(--text-muted);text-align:center;white-space:nowrap;font-size:11px;position:absolute;bottom:-20px}.cdp-code-editor{background:#1e1e1e;flex-direction:column;display:flex;overflow:hidden}.cdp-editor-header{background:#2d2d2d;align-items:center;padding:12px 16px;display:flex}.cdp-editor-dots{gap:8px;display:flex}.cdp-dot{border-radius:50%;width:12px;height:12px}.cdp-dot-red{background:#ff5f56}.cdp-dot-yellow{background:#ffbd2e}.cdp-dot-green{background:#27ca40}@media (max-width:991px){.cdp-profile-visualization{grid-template-columns:1fr}.cdp-code-editor{display:none}}@media (max-width:767px){.cdp-profile-card{padding:24px}.cdp-profile-contact{grid-template-columns:1fr}.cdp-profile-stats{grid-template-columns:repeat(3,1fr)}}.cip-enrichment-visualization{background:var(--surface-card);border-radius:16px;grid-template-columns:1fr 1fr;gap:32px;padding:32px;display:grid;box-shadow:0 25px 50px -12px #00000040}.cip-left-panel{flex-direction:column;gap:24px;display:flex}.cip-events-timeline{background:var(--surface-tint);border-radius:12px;padding:20px}.cip-timeline-title{color:var(--text-strong);margin:0 0 16px;font-size:14px;font-weight:600}.cip-events-list{flex-direction:column;gap:8px;display:flex}.cip-event-item{background:var(--surface-card);border:1px solid var(--role-border);opacity:.5;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:all .3s;display:flex}.cip-event-item.active{opacity:1;background:#33ffb60d;border-color:#33ffb6}.cip-event-item.animating{animation:.8s pulse-event}@keyframes pulse-event{0%,to{transform:scale(1)}50%{transform:scale(1.02);box-shadow:0 0 20px #33ffb64d}}.cip-event-icon{background:var(--surface-tint);width:36px;height:36px;color:var(--text-body);border-radius:8px;justify-content:center;align-items:center;display:flex}.cip-event-item.active .cip-event-icon{color:var(--on-signal);background:#33ffb6}.cip-event-info{flex-direction:column;flex:1;gap:2px;display:flex}.cip-event-label{color:var(--text-strong);font-size:13px;font-weight:500}.cip-event-points{color:var(--text-muted);font-size:11px}.cip-event-item.active .cip-event-points{color:#33ffb6;font-weight:600}.cip-event-check{color:#33ffb6}.cip-right-panel{flex-direction:column;gap:16px;display:flex;position:relative}.cip-profile-enriched{background:var(--surface-tint);border-radius:12px;flex-direction:column;gap:20px;padding:24px;display:flex}.cip-profile-header{align-items:center;gap:16px;display:flex}.cip-avatar-wrapper{position:relative}.cip-avatar{object-fit:cover;border-radius:50%;width:64px;height:64px}.cip-avatar-pulse{border:2px solid #33ffb6;border-radius:50%;animation:2s ease-in-out infinite avatar-pulse;position:absolute;inset:-4px}@keyframes avatar-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.cip-profile-info h3{color:var(--text-strong);margin:0;font-size:18px;font-weight:600}.cip-profile-info p{color:var(--text-body);margin:4px 0 0;font-size:13px}.cip-score-section{flex-direction:column;gap:8px;display:flex}.cip-score-header{color:var(--text-body);justify-content:space-between;align-items:center;font-size:13px;display:flex}.cip-score-label{font-weight:600;transition:color .3s}.cip-score-bar-bg{background:var(--role-border-strong);border-radius:4px;height:8px;overflow:hidden}.cip-score-bar{border-radius:4px;height:100%;transition:width .5s,background .3s}.cip-score-value{font-size:24px;font-weight:700;transition:color .3s}.cip-tags-section h4,.cip-insights-section h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:600}.cip-tags-list{flex-wrap:wrap;gap:8px;display:flex}.cip-tag{background:var(--role-border-strong);color:var(--text-body);border-radius:20px;padding:6px 12px;font-size:12px;transition:all .3s}.cip-tag-new{color:var(--on-signal);background:#33ffb6;font-weight:500;animation:.5s tag-appear}@keyframes tag-appear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.cip-radar-section{margin-top:8px}.cip-radar-section h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:600}.cip-radar-chart{justify-content:center;padding:8px 0;display:flex}.cip-radar-svg{width:180px;height:180px}.cip-radar-polygon{transition:all .5s}.cip-radar-label{fill:var(--text-muted);font-size:9px;font-weight:500}.cip-insights-list{flex-direction:column;gap:12px;display:flex}.cip-insight-item{color:var(--text-strong);align-items:center;gap:12px;font-size:13px;display:flex}.cip-insight-icon{color:#33ffb6;background:#33ffb626;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.cip-enrichment-pulse{opacity:0;background:linear-gradient(90deg,#26065d 0%,#1a1a2e 100%);border-radius:12px;align-items:center;gap:12px;padding:16px;transition:all .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.cip-enrichment-pulse.active{opacity:1;transform:translateY(0)}.cip-pulse-line{background:#33ffb6;border-radius:2px;width:4px;height:24px;animation:.8s infinite pulse-line}@keyframes pulse-line{0%,to{opacity:.5}50%{opacity:1}}.cip-pulse-icon{color:#33ffb6}.cip-pulse-text{color:#fff;font-size:13px;font-weight:500}@media (max-width:991px){.cip-enrichment-visualization{grid-template-columns:1fr}.cip-left-panel{display:none}}@media (max-width:767px){.cip-enrichment-visualization{padding:20px}}.cep-workflow-visualization{background:var(--surface-card);border-radius:16px;grid-template-columns:1fr 320px;gap:24px;padding:24px;display:grid;box-shadow:0 25px 50px -12px #00000040}.cep-workflow-canvas{background:var(--surface-tint);border-radius:12px;flex-direction:column;gap:24px;padding:24px;display:flex}.cep-workflow-header{justify-content:space-between;align-items:center;display:flex}.cep-workflow-title{color:var(--text-strong);align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.cep-workflow-title svg{color:#6366f1}.cep-workflow-status{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500}.cep-workflow-status.building{color:#6366f1;background:#6366f11a}.cep-workflow-status.running{color:#059669;background:#33ffb626;animation:1.5s infinite pulse-status}@keyframes pulse-status{0%,to{opacity:1}50%{opacity:.6}}.cep-workflow-nodes{flex-direction:column;align-items:center;gap:0;display:flex}.cep-workflow-node{background:var(--surface-card);border:2px solid var(--role-border);opacity:0;border-radius:12px;align-items:center;gap:16px;width:100%;max-width:400px;padding:16px 20px;transition:all .4s;display:flex;transform:translateY(-10px)scale(.95)}.cep-workflow-node.visible{opacity:1;transform:translateY(0)scale(1)}.cep-workflow-node.executing{border-color:var(--node-color);animation:.8s infinite node-pulse;box-shadow:0 0 20px #33ffb64d}@keyframes node-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.cep-workflow-node.completed{background:#33ffb60d;border-color:#33ffb6}.cep-node-icon{background:var(--node-color);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cep-node-content{flex-direction:column;flex:1;gap:2px;display:flex}.cep-node-label{color:var(--text-strong);font-size:14px;font-weight:600}.cep-node-description{color:var(--text-muted);font-size:12px}.cep-node-type{background:var(--surface-tint);color:var(--text-body);text-transform:uppercase;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:500}.cep-workflow-connector{opacity:0;justify-content:center;align-items:center;height:40px;transition:opacity .3s;display:flex}.cep-workflow-connector.visible{opacity:1}.cep-workflow-sidebar{flex-direction:column;gap:20px;display:flex}.cep-stats-panel,.cep-execution-log,.cep-actions-panel{background:var(--surface-tint);border-radius:12px;padding:16px}.cep-stats-panel h4,.cep-execution-log h4,.cep-actions-panel h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:12px;font-weight:600}.cep-stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.cep-stat-item{flex-direction:column;gap:2px;display:flex}.cep-stat-value{color:var(--text-strong);font-size:20px;font-weight:700}.cep-stat-label{color:var(--text-muted);font-size:11px}.cep-log-list{flex-direction:column;gap:8px;max-height:180px;display:flex;overflow-y:auto}.cep-log-empty{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:20px;font-size:12px;display:flex}.cep-log-item{color:var(--text-strong);align-items:center;gap:8px;font-size:12px;animation:.3s log-appear;display:flex}@keyframes log-appear{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.cep-log-dot{background:#33ffb6;border-radius:50%;flex-shrink:0;width:6px;height:6px}.cep-log-time{color:var(--text-muted);margin-left:auto;font-size:10px}.cep-actions-list{flex-wrap:wrap;gap:8px;display:flex}.cep-action-chip{background:var(--surface-card);border:1px solid var(--role-border);color:var(--text-body);cursor:default;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;transition:all .2s;display:flex}.cep-action-chip:hover{background:#33ffb60d;border-color:#33ffb6}.cep-action-chip svg{color:var(--text-muted)}.cep-condition-chip{border-color:#f59e0b}.cep-condition-chip:hover{background:#f59e0b0d;border-color:#f59e0b}.cep-decision-chip{border-color:#6366f1}.cep-decision-chip:hover{background:#6366f10d;border-color:#6366f1}.cep-more-actions{color:var(--text-muted);text-align:center;margin-top:8px;font-size:11px}.cep-conditions-panel,.cep-decisions-panel{background:var(--surface-tint);border-radius:12px;padding:16px}.cep-conditions-panel h4,.cep-decisions-panel h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:12px;font-weight:600}@media (max-width:991px){.cep-workflow-visualization{grid-template-columns:1fr}.cep-workflow-sidebar{display:none}}@media (max-width:767px){.cep-workflow-visualization,.cep-workflow-canvas{padding:16px}.cep-workflow-node{padding:12px 16px}}.features-compact-section{background:#26065d;padding:80px 24px}.features-compact-container{max-width:1200px;margin:0 auto}.features-compact-header{text-align:center;margin-bottom:48px}.features-compact-title{color:#fff;margin:0 0 16px;font-size:40px;font-weight:700;line-height:1.2}.features-compact-subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.features-compact-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px;display:grid}.features-compact-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px;transition:all .3s}.features-compact-card:hover{background:#ffffff14;border-color:#33ffb6;transform:translateY(-4px)}.features-compact-icon{color:#33ffb6;background:#33ffb626;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.features-compact-card-title{color:#fff;margin:0 0 12px;font-size:20px;font-weight:600}.features-compact-card-text{color:#ffffffb3;margin:0;font-size:15px;line-height:1.6}.features-compact-cta{text-align:center}@media (max-width:991px){.features-compact-section{padding:60px 24px}.features-compact-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:767px){.features-compact-card{padding:24px}}.email-builder-viz{justify-content:center;align-items:center;width:100%;height:520px;display:flex;position:relative}.email-builder-float{animation:4s ease-in-out infinite float;position:absolute}.email-builder-float-tl{animation-delay:0s;top:5%;left:15%}.email-builder-float-ml{animation-delay:.5s;top:38%;left:12%}.email-builder-float-bl{animation-delay:1s;bottom:12%;left:15%}.email-builder-float-tr{animation-delay:.3s;top:5%;right:15%}.email-builder-float-mr{animation-delay:.8s;top:42%;right:12%}.email-builder-float-br{animation-delay:1.2s;bottom:12%;right:15%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.email-builder-float-tl.flying{animation:.8s ease-out forwards fly-to-email-tl}.email-builder-float-ml.flying{animation:.8s ease-out forwards fly-to-email-ml}.email-builder-float-bl.flying{animation:.8s ease-out forwards fly-to-email-bl}.email-builder-float-tr.flying{animation:.8s ease-out forwards fly-to-email-tr}.email-builder-float-mr.flying{animation:.8s ease-out forwards fly-to-email-mr}@keyframes fly-to-email-tl{0%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translate(50px,30px)scale(.8)}to{opacity:0;transform:translate(80px,20px)scale(0)}}@keyframes fly-to-email-ml{0%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translate(50px)scale(.8)}to{opacity:0;transform:translate(80px,-10px)scale(0)}}@keyframes fly-to-email-bl{0%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translate(50px,-30px)scale(.8)}to{opacity:0;transform:translate(80px,-40px)scale(0)}}@keyframes fly-to-email-tr{0%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translate(-50px,40px)scale(.8)}to{opacity:0;transform:translate(-80px,60px)scale(0)}}@keyframes fly-to-email-mr{0%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translate(-50px,30px)scale(.8)}to{opacity:0;transform:translate(-80px,40px)scale(0)}}.email-builder-block{background:var(--surface-card);border:1px solid var(--role-border);box-shadow:0 12px 28px var(--role-shadow);cursor:grab;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;transition:all .2s;display:flex}.email-builder-block:hover{transform:scale(1.05);box-shadow:0 8px 24px #0003}.email-builder-block-icon{color:#6366f1;background:#6366f11a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.email-builder-block span{color:var(--text-body);white-space:nowrap;font-size:12px;font-weight:500}.email-builder-center{z-index:10;position:relative}.email-builder-email{background:var(--surface-card);border-radius:12px;width:400px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.email-builder-section{opacity:0;transition:all .5s ease-out;transform:translate(-30px)}.email-builder-section.visible{opacity:1;transform:translate(0)}.email-builder-email-header{border-bottom:1px solid var(--role-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.email-builder-email-logo{color:#6366f1;letter-spacing:1px;font-size:14px;font-weight:700}.email-builder-email-nav{gap:14px;display:flex}.email-builder-email-nav span{color:var(--text-muted);font-size:11px}.email-builder-email-hero{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);justify-content:center;align-items:center;height:150px;display:flex;position:relative}.email-builder-email-hero-overlay{text-align:center;color:#fff}.email-builder-email-badge{text-transform:uppercase;letter-spacing:.5px;background:#fff3;border-radius:10px;padding:2px 8px;font-size:8px}.email-builder-email-hero-overlay h3{margin:8px 0 4px;font-size:28px;font-weight:700}.email-builder-email-hero-overlay p{opacity:.9;margin:0;font-size:14px}.email-builder-email-content{padding:20px 24px}.email-builder-email-content h4{color:var(--text-strong);margin:0 0 10px;font-size:17px;font-weight:600}.email-builder-email-content p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.email-builder-token{color:#6366f1;background:#6366f126;border-radius:3px;padding:1px 4px;font-family:monospace;font-size:11px}.email-builder-resolved{color:#059669;background:#33ffb633;border-radius:3px;padding:1px 4px;font-weight:600;animation:.5s ease-out resolve-flash}@keyframes resolve-flash{0%{background:#33ffb699;transform:scale(1.1)}to{background:#33ffb633;transform:scale(1)}}.email-builder-product-placeholder{color:#6366f1;font-size:24px;font-weight:700}.email-builder-email-cta{padding:0 24px 20px}.email-builder-email-cta button{width:100%;color:var(--on-signal);cursor:pointer;background:#33ffb6;border:none;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s}.email-builder-email-cta button:hover{background:#2ee6a5;transform:translateY(-1px)}.email-builder-email-product{background:var(--surface-tint);border-top:1px solid var(--role-border);align-items:center;gap:16px;padding:16px 24px;display:flex}.email-builder-product-image{background:linear-gradient(135deg,var(--role-border-strong)0%,var(--role-border-strong)100%);border-radius:8px;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex}.email-builder-product-info{flex-direction:column;gap:4px;display:flex}.email-builder-product-name{color:var(--text-strong);font-size:14px;font-weight:600}.email-builder-product-price{color:#6366f1;font-size:16px;font-weight:700}.email-builder-email-footer{background:var(--surface-tint);border-top:1px solid var(--role-border);text-align:center;padding:16px 24px}.email-builder-email-social{justify-content:center;gap:12px;margin-bottom:8px;display:flex}.email-builder-email-social span{font-size:16px}.email-builder-email-footer p{color:var(--text-muted);margin:0;font-size:10px}.email-builder-cursor{opacity:0;transition:opacity .3s;position:absolute;bottom:80px;right:-20px}.email-builder-cursor.active{opacity:1;animation:1.5s ease-in-out infinite cursor-drag}@keyframes cursor-drag{0%{transform:translate(-60px,-80px)}30%{transform:translate(-30px,-40px)}60%{transform:translate(0)}to{transform:translate(0)}}@media (max-width:991px){.email-builder-viz{height:400px}.email-builder-float-tl,.email-builder-float-tr{display:none}}@media (max-width:767px){.email-builder-viz{height:420px;margin-top:20px}.email-builder-float{display:none}.email-builder-email{width:280px}.email-builder-center{transform:translateY(20px)}}.features-grid-section{background:var(--surface-base);padding:80px 24px}.features-grid-container{max-width:1140px;margin:0 auto}.features-grid-header{text-align:center;margin-bottom:48px}.features-grid-title{color:var(--text-strong);margin:16px 0;font-size:40px;font-weight:700;line-height:1.2}.features-grid-description{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:18px;line-height:1.7}.features-grid-items{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:48px;display:grid}.features-grid-item{text-align:left}.features-grid-icon{border:2px solid var(--role-border);width:48px;height:48px;color:var(--text-strong);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.features-grid-item-title{color:var(--text-strong);margin:0 0 8px;font-size:18px;font-weight:600}.features-grid-item-description{color:var(--text-muted);margin:0;font-size:16px;line-height:1.6}.features-grid-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:991px){.features-grid-section{padding:60px 24px}.features-grid-items{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:767px){.features-grid-description{font-size:16px}.features-grid-items{grid-template-columns:1fr;gap:32px}.features-grid-buttons{flex-direction:column;align-items:center}}.integrations-section{background-color:#26065d;padding:80px 24px}.integrations-container{max-width:1140px;margin:0 auto}.integrations-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.integrations-icons-wrapper{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.integration-icon{justify-content:center;align-items:center;display:flex}.integration-icon-image{object-fit:contain;width:80px;height:80px;transition:transform .3s}.integration-icon:hover .integration-icon-image{transform:scale(1.1)}.integrations-content{flex-direction:column;gap:16px;display:flex}.integrations-title{color:#fff;margin:16px 0 0;font-size:40px;font-weight:700;line-height:1.2}.integrations-description{color:#fffc;margin:8px 0 0;font-size:18px;line-height:1.7}.integrations-buttons{margin-top:16px}@media (max-width:991px){.integrations-section{padding:60px 24px}.integrations-grid{grid-template-columns:1fr;gap:40px}.integrations-icons-wrapper{order:2;grid-template-columns:repeat(4,1fr)}.integrations-content{text-align:center;order:1;align-items:center}}@media (max-width:767px){.integrations-icons-wrapper{grid-template-columns:repeat(3,1fr);gap:16px}.integration-icon-image{width:64px;height:64px}}@media (max-width:479px){.integrations-icons-wrapper{grid-template-columns:repeat(2,1fr)}}.go-to-top-btn{cursor:pointer;opacity:0;pointer-events:none;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;padding:14px;transition:opacity .3s,background-color .3s,color .3s;display:flex;position:fixed;bottom:20px;right:20px}.go-to-top-btn svg{stroke:currentColor;fill:none;stroke-width:2px;width:22px;height:22px}.go-to-top-btn.light,.go-to-top-btn.dark{background-color:#0000;background-image:var(--surface-card);border:1px solid var(--role-border-strong);color:var(--text-strong)}.go-to-top-btn.light:hover,.go-to-top-btn.dark:hover{border-color:var(--accent);color:var(--accent)}.go-to-top-btn.visible{opacity:1;pointer-events:auto}@media (max-width:768px){.go-to-top-btn{padding:12px}.go-to-top-btn svg{width:18px;height:18px}}.branchen-section{background:var(--surface-base);width:100%;padding:96px 64px}.branchen-container{max-width:1200px;margin:0 auto}.branchen-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:48px;display:flex}.branchen-header-content{text-align:center;max-width:800px}.branchen-title{color:var(--text-strong);margin-top:16px;margin-bottom:0;font-size:48px;font-weight:700;line-height:1.2}.branchen-spacer{height:8px}.branchen-description{color:var(--text-body);margin-top:16px;font-size:18px;line-height:1.6}.branchen-grid{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.branchen-grid:has(>:nth-child(3)){justify-content:flex-start}.branchen-grid>.branchen-card{flex:0 calc(33.3333% - 16px);min-width:0}.branchen-card{background:var(--surface-card);border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.branchen-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.branchen-card-image-wrapper{width:100%;height:200px;position:relative;overflow:hidden}.branchen-card-image{object-fit:cover}.branchen-card-content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.branchen-card-title{color:var(--text-strong);margin-bottom:8px;font-size:20px;font-weight:600}.branchen-card-text{color:var(--text-body);font-size:16px;line-height:1.5}.branchen-card-button{margin-top:auto;padding-top:16px}.branche-detail-page{min-height:100vh}.branche-detail-section{background:var(--surface-card);padding:96px 64px}.branche-detail-container{max-width:900px;margin:0 auto}.branche-detail-header{margin-bottom:48px}.branche-detail-title{color:var(--text-strong);margin-top:16px;margin-bottom:16px;font-size:48px;font-weight:700;line-height:1.2}.branche-detail-description{color:var(--text-body);font-size:20px;line-height:1.6}.branche-detail-image-wrapper{border-radius:16px;width:100%;height:400px;margin-bottom:48px;position:relative;overflow:hidden}.branche-detail-image{object-fit:cover}.branche-detail-content{padding:32px 0}.branche-detail-placeholder{color:var(--text-muted);text-align:center;background:var(--surface-tint);border-radius:12px;padding:48px;font-size:18px;font-style:italic}@media (max-width:991px){.branche-detail-section{padding:64px 32px}.branche-detail-image-wrapper{height:300px}}@media (max-width:767px){.branche-detail-section{padding:48px 24px}.branche-detail-image-wrapper{height:220px}}@media (max-width:991px){.branchen-section{padding:64px 32px}.branchen-grid>.branchen-card{flex-basis:calc(50% - 12px)}}@media (max-width:767px){.branchen-section{padding:48px 24px}.branchen-grid>.branchen-card{flex-basis:100%}.branchen-card-image-wrapper{height:180px}}.schnittstellen-kategorien-section{background:var(--indigo);padding:96px 64px}.schnittstellen-kategorien-container{max-width:1200px;margin:0 auto}.schnittstellen-kategorien-component{text-align:center;flex-direction:column;align-items:center;display:flex}.schnittstellen-kategorien-max-width{max-width:800px}.schnittstellen-kategorien-title{color:#fff;margin-top:16px;margin-bottom:0;font-size:48px;font-weight:700;line-height:1.2}.schnittstellen-kategorien-spacer{height:16px}.schnittstellen-kategorien-description{color:#fffc;margin-bottom:48px;font-size:18px;line-height:1.6}.schnittstellen-accordion{flex-direction:column;gap:16px;width:100%;display:flex}.schnittstellen-accordion-item{border:none;border-radius:12px;overflow:hidden}.schnittstellen-accordion-header{cursor:pointer;color:#fff;background:#ffffff0d;border:none;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;transition:all .3s;display:flex}.schnittstellen-accordion-header:hover{background:#ffffff1a}.schnittstellen-accordion-header.active{color:#fff;background:#ffffff0d}.schnittstellen-accordion-title{color:inherit;font-size:18px;font-weight:600}.schnittstellen-accordion-icon{justify-content:center;align-items:center;transition:transform .3s;display:flex}.schnittstellen-accordion-icon.open{transform:rotate(180deg)}.schnittstellen-accordion-content{max-height:0;padding:0 24px;transition:max-height .3s,padding .3s;overflow:hidden}.schnittstellen-accordion-content.open{max-height:1000px;padding:24px}.schnittstellen-logos-grid{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;display:grid}.schnittstellen-logo-div{background:var(--surface-card);border:1px solid var(--role-border);aspect-ratio:3/2;border-radius:12px;justify-content:center;align-items:center;padding:16px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.schnittstellen-logo-div:hover{border-color:var(--accent);box-shadow:0 0 22px var(--accent),0 18px 38px var(--role-shadow);transform:translateY(-2px)}@supports (color:color-mix(in srgb, red 50%, transparent)){.schnittstellen-logo-div:hover{box-shadow:0 0 22px color-mix(in srgb,var(--accent)30%,transparent),0 18px 38px var(--role-shadow)}}.schnittstellen-logo-image{object-fit:contain;opacity:.72;filter:grayscale()invert()brightness(1.35)contrast(1.1);width:auto;max-width:80%;height:auto;max-height:60%;transition:opacity .3s}.schnittstellen-logo-div:hover .schnittstellen-logo-image{opacity:1}@media (max-width:991px){.schnittstellen-kategorien-section{padding:64px 32px}.schnittstellen-logos-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.schnittstellen-kategorien-section{padding:48px 24px}.schnittstellen-kategorien-description{font-size:16px}.schnittstellen-accordion-header{padding:16px 20px}.schnittstellen-accordion-title{font-size:16px}.schnittstellen-accordion-content.open{padding:16px}.schnittstellen-logos-grid{grid-template-columns:repeat(2,1fr);gap:16px}.schnittstellen-logo-div{min-height:80px;padding:16px}}.cookie-consent-overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cookie-consent-banner{background:var(--indigo);border-radius:16px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 -4px 24px #0000004d}.cookie-consent-content{padding:24px 32px}.cookie-consent-title{color:#fff;margin:0 0 12px;font-size:20px;font-weight:700}.cookie-consent-text{color:#fffc;margin:0 0 20px;font-size:14px;line-height:1.6}.cookie-consent-link{color:var(--neon-green);text-decoration:underline;transition:opacity .2s}.cookie-consent-link:hover{opacity:.8}.cookie-consent-details{background:#ffffff0d;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:20px;padding:16px;display:flex}.cookie-consent-option{flex-direction:column;gap:4px;display:flex}.cookie-consent-label{cursor:pointer;align-items:center;gap:12px;display:flex}.cookie-consent-checkbox{width:20px;height:20px;accent-color:var(--neon-green);cursor:pointer}.cookie-consent-checkbox:disabled{opacity:.6;cursor:not-allowed}.cookie-consent-option-title{color:#fff;font-size:16px;font-weight:600}.cookie-consent-option-desc{color:#fff9;margin:0;padding-left:32px;font-size:13px}.cookie-consent-actions{flex-wrap:wrap;gap:12px;display:flex}.cookie-consent-btn{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.cookie-consent-btn-details{color:#fffc;background:0 0;border:1px solid #ffffff4d}.cookie-consent-btn-details:hover,.cookie-consent-btn-reject{color:#fff;background:#ffffff1a}.cookie-consent-btn-reject:hover{background:#fff3}.cookie-consent-btn-accept{background:var(--neon-green);color:var(--indigo)}.cookie-consent-btn-accept:hover{background:#5affcc;transform:translateY(-1px)}@media (max-width:767px){.cookie-consent-overlay{padding:16px}.cookie-consent-content{padding:20px}.cookie-consent-title{font-size:18px}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{text-align:center;width:100%}}.about-hero-section{background-color:var(--surface-base);width:100%;padding:96px 64px}.about-hero-container{text-align:center;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.about-hero-content{max-width:800px;margin-bottom:32px}.about-hero-title{color:var(--text-strong);margin-top:16px;margin-bottom:0;font-size:48px;font-weight:700;line-height:1.2}.about-hero-spacer{height:16px}.about-hero-description{color:var(--text-body);margin:0;font-size:18px;line-height:1.7}.about-hero-description strong{color:var(--text-strong);font-weight:600}.about-hero-team{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1200px;margin-top:48px;display:grid}.about-hero-team-card{background:var(--surface-base);text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:24px 20px 28px;transition:transform .3s,box-shadow .3s;display:flex;overflow:visible}.about-hero-team-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.about-hero-team-image-wrapper{aspect-ratio:3/4;border-radius:12px;width:100%;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.about-hero-team-image{object-fit:cover;width:100%;height:100%}.about-hero-team-info{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0;display:flex}.about-hero-team-name{color:var(--text-strong);margin:0 0 4px;font-size:18px;font-weight:600}.about-hero-team-role{color:var(--text-strong);margin:0 0 16px;font-size:13px;font-weight:500}.about-hero-team-description{color:var(--text-body);flex:1;margin:0 0 20px;font-size:14px;line-height:1.6}.about-hero-team-contact{flex-direction:row;gap:12px;margin-top:auto;display:flex}.about-hero-team-contact-icon{border:1px solid var(--role-border);width:40px;height:40px;color:var(--text-strong);background:var(--surface-card);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.about-hero-team-contact-icon:hover{color:#fff;border-color:var(--role-border-strong);background:#26065d}.about-hero-team-contact-icon svg{width:18px;height:18px}@media (max-width:1199px){.about-hero-team{grid-template-columns:repeat(2,1fr);max-width:600px}}@media (max-width:991px){.about-hero-section{padding:64px 32px}.about-hero-team{grid-template-columns:repeat(2,1fr);max-width:600px}}@media (max-width:767px){.about-hero-section{padding:48px 24px}.about-hero-team{grid-template-columns:1fr;gap:20px;max-width:320px}.about-hero-team-role{font-size:12px}.about-hero-team-description{font-size:13px}}.jobs-cta-section{background-color:#26065d;width:100%;padding:96px 64px}.jobs-cta-container{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.jobs-cta-title{color:#fff;margin:16px 0 0;font-size:42px;font-weight:700;line-height:1.2}.jobs-cta-description{color:#fffc;margin:16px 0 0;font-size:18px;line-height:1.7}.jobs-list{flex-direction:column;gap:16px;width:100%;max-width:800px;margin-top:48px;display:flex}.job-item{background:var(--surface-card);text-align:left;border-radius:12px;padding:24px}.job-item-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.job-item-title-wrapper{flex-direction:column;gap:8px;display:flex}.job-item-title{color:var(--text-strong);margin:0;font-size:18px;font-weight:600}.job-badge{border-radius:16px;align-items:center;gap:6px;width:fit-content;padding:4px 10px;font-size:13px;font-weight:500;display:inline-flex}.job-badge-dot{border-radius:50%;width:6px;height:6px}.job-item-link{color:var(--text-strong);white-space:nowrap;align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.job-item-link:hover{color:var(--text-strong)}.job-item-link svg{flex-shrink:0}.job-item-details{gap:24px;display:flex}.job-detail{color:var(--text-body);align-items:center;gap:8px;font-size:14px;display:flex}.job-detail svg{color:#999;flex-shrink:0}@media (max-width:991px){.jobs-cta-section{padding:64px 32px}}@media (max-width:767px){.jobs-cta-section{padding:48px 24px}.jobs-cta-description{font-size:16px}.job-item-top{flex-direction:column;gap:12px}.job-item-details{flex-direction:column;gap:8px}}.job-detail-section{background-color:var(--surface-base);width:100%;padding:96px 64px}.job-detail-container{max-width:800px;margin:0 auto}.job-detail-title{color:var(--text-strong);margin:0 0 24px;font-size:42px;font-weight:700;line-height:1.2}.job-detail-intro{color:var(--text-body);margin:0 0 40px;font-size:18px;line-height:1.7}.job-detail-block{margin-bottom:32px}.job-detail-heading{color:var(--text-strong);margin:0 0 16px;font-size:20px;font-weight:600}.job-detail-list{margin:0;padding:0;list-style:none}.job-detail-list li{color:var(--text-body);margin-bottom:8px;padding-left:24px;font-size:16px;line-height:1.7;position:relative}.job-detail-list li:before{content:"•";color:var(--text-strong);font-weight:700;position:absolute;left:0}.job-detail-closing{color:var(--text-body);white-space:pre-line;margin:40px 0;font-size:16px;line-height:1.7}.job-detail-form{background:var(--surface-card);border-radius:16px;margin-top:48px;padding:32px;box-shadow:0 4px 20px #00000014}@media (max-width:991px){.job-detail-section{padding:64px 32px}}@media (max-width:767px){.job-detail-section{padding:48px 24px}.job-detail-intro{font-size:16px}.job-detail-form{padding:24px}}.newsletter-success-section{background-color:var(--surface-base);justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 200px);padding:96px 64px;display:flex}.newsletter-success-container{text-align:center;max-width:600px;margin:0 auto}.newsletter-success-icon{margin-bottom:24px}.newsletter-success-title{color:var(--text-strong);margin:0 0 16px;font-size:36px;font-weight:700;line-height:1.2}.newsletter-success-text{color:var(--text-body);margin:0 0 40px;font-size:18px;line-height:1.7}.newsletter-profile-form{text-align:left;background:var(--surface-card);border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014}@media (max-width:991px){.newsletter-success-section{padding:64px 32px}}@media (max-width:767px){.newsletter-success-section{padding:48px 24px}.newsletter-success-text{font-size:16px}.newsletter-profile-form{padding:24px}}.story-detail{width:100%}.story-hero{align-items:flex-end;height:80vh;min-height:600px;display:flex;position:relative;overflow:hidden}.story-hero-media{width:100%;height:100%;position:absolute;top:0;left:0}.story-hero-video,.story-hero-image{object-fit:cover;width:100%;height:100%}.story-hero-overlay{background:linear-gradient(#0000 0%,#1a1a2e4d 50%,#1a1a2ee6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.story-hero-content{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:64px;position:relative}.story-hero-title{color:#fff;max-width:800px;margin:16px 0;font-size:48px;font-weight:700;line-height:1.2}.story-hero-subtitle{color:#fffc;max-width:700px;margin:0;font-size:20px;line-height:1.6}.story-hero-chip{color:#fff;white-space:nowrap;background:#26065d;border-radius:12px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:500;display:inline-block}.story-kpis{background:var(--indigo);padding:48px 64px}.story-kpis-container{flex-wrap:nowrap;justify-content:center;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:flex}.story-kpi-item{color:#fff;align-items:center;gap:12px;display:flex}.branche-logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.story-kpi-icon{width:32px;height:32px;color:var(--indigo);background:#33ffb6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.story-kpi-title{font-size:16px;font-weight:500}.story-content{background:var(--surface-base);padding:80px 64px}.story-content-container{max-width:800px;margin:0 auto}.story-text{color:var(--text-body);font-size:18px;line-height:1.8}.story-text p{margin-bottom:24px}.story-text strong{color:var(--text-strong);font-weight:600}.story-video-block{background:#0a0a1a;border-radius:12px;margin:48px 0;overflow:hidden;box-shadow:0 8px 32px #00000026}.story-video-player{border-radius:12px;width:100%;height:auto;display:block}@media (max-width:767px){.story-video-block{border-radius:8px;margin:32px 0}.story-video-player{border-radius:8px}}.story-inline-testimonial{border-top:1px solid var(--role-border);align-items:flex-start;gap:48px;margin:48px 0;padding:32px 0;display:flex}.story-inline-testimonial.image-right{flex-direction:row}.story-inline-testimonial.image-left{flex-direction:row-reverse}.story-inline-testimonial-content{flex:1}.story-inline-testimonial-claim{color:var(--text-strong);margin:0 0 16px;font-size:18px;font-weight:600;line-height:1.5}.story-inline-testimonial-text{color:var(--text-body);border:none;margin:0 0 20px;padding:0;font-size:16px;font-style:italic;line-height:1.8}.story-inline-testimonial-author{flex-direction:column;gap:4px;display:flex}.story-inline-testimonial-name{color:var(--text-strong);font-size:16px;font-weight:600}.story-inline-testimonial-position{color:var(--text-body);font-size:14px}.story-inline-testimonial-image{border-radius:8px;flex-shrink:0;width:280px;height:280px;overflow:hidden}.story-inline-testimonial-image img{object-fit:cover;width:100%;height:100%}.story-inline-fazit{border-top:1px solid var(--role-border);text-align:center;margin-top:64px;padding-top:48px}.story-inline-fazit-title{color:var(--text-strong);letter-spacing:2px;margin:0 0 24px;font-size:24px;font-weight:700}.story-inline-fazit-text{color:var(--text-body);max-width:800px;margin:0 auto;font-size:18px;line-height:1.8}@media (max-width:767px){.story-inline-testimonial{gap:24px;flex-direction:column!important}.story-inline-testimonial-image{width:100%;height:250px}.story-inline-fazit-text{font-size:16px}}.story-section-title{color:var(--text-strong);text-align:center;margin:0 0 32px;font-size:32px;font-weight:700}.story-interfaces{background:var(--surface-base);padding:80px 64px}.story-interfaces-container{max-width:1200px;margin:0 auto}.story-interfaces-grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.story-interface-item{background:var(--surface-card);border:1px solid var(--role-border);border-radius:12px;justify-content:center;align-items:center;min-width:140px;min-height:80px;padding:16px 24px;display:flex}.story-interface-logo{object-fit:contain;opacity:.78;filter:grayscale()invert()brightness(1.35)contrast(1.1);max-width:100%;height:auto}.story-interface-name{color:var(--text-strong);font-size:14px;font-weight:600}.story-testimonials{background:var(--surface-base);padding:80px 64px}.story-testimonials-container{max-width:1200px;margin:0 auto}.story-testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;display:grid}.story-testimonial-card{background:var(--surface-card);border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014}.story-testimonial-claim{color:var(--text-body);margin:0 0 16px;font-size:14px;font-style:italic}.story-testimonial-text{color:var(--text-body);border-left:3px solid #33ffb6;margin:0 0 24px;padding-left:20px;font-size:16px;line-height:1.7}.story-testimonial-author{align-items:center;gap:16px;display:flex}.story-testimonial-image{border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden}.story-testimonial-image img{object-fit:cover;width:100%;height:100%}.story-testimonial-info{flex-direction:column;gap:4px;display:flex}.story-testimonial-name{color:var(--text-strong);font-size:16px;font-weight:600}.story-testimonial-position{color:var(--text-body);font-size:14px}.story-conclusion{background:linear-gradient(135deg,var(--indigo)0%,#2a1a5e 100%);padding:100px 64px;position:relative;overflow:hidden}.story-conclusion:before{content:"";pointer-events:none;background:radial-gradient(#33ffb61a 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%}.story-conclusion-container{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.story-conclusion-icon{margin-bottom:24px}.story-conclusion-title{color:#fff;margin:0 0 24px;font-size:36px;font-weight:700}.story-conclusion-text{color:#ffffffe6;margin:0;font-size:20px;line-height:1.8}@media (max-width:991px){.story-hero{height:60vh}.story-hero-content{padding:48px 32px}.story-hero-subtitle{font-size:18px}.story-kpis,.story-content,.story-interfaces,.story-testimonials,.story-conclusion{padding:64px 32px}.story-testimonials-grid{grid-template-columns:1fr}}@media (max-width:767px){.story-hero{height:50vh;min-height:400px}.story-hero-content{padding:32px 24px}.story-hero-subtitle{font-size:16px}.story-kpis,.story-content,.story-interfaces,.story-testimonials,.story-conclusion{padding:48px 24px}.story-kpis-container{flex-direction:column;align-items:flex-start;gap:16px}.story-text{font-size:16px}.story-testimonials-grid{grid-template-columns:1fr}.story-testimonial-card{padding:24px}}.compliance-section{width:100%}.compliance-header{margin-bottom:52px}.hosting-cards-row{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}@keyframes pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:0;transform:scale(1.5)}}.pulse-ring{transform-origin:50%;animation:2s ease-in-out infinite pulse}.hosting-info-card{padding:20px 22px}.hosting-info-card.on-premises{border-style:dashed}.hosting-info-header{align-items:center;gap:14px;margin-bottom:16px;display:flex}.hosting-info-flag{font-size:32px;line-height:1}.on-premises-icon{background:var(--surface-tint);border:1px solid var(--role-border-strong);width:40px;height:40px;color:var(--accent);border-radius:11px;justify-content:center;align-items:center;display:flex}.hosting-info-city{margin-top:3px;display:block}.hosting-info-features{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.hosting-info-features li{color:var(--text-body);align-items:center;gap:10px;font-size:14px;line-height:1.45;display:flex}.hosting-info-features svg{color:var(--accent);flex-shrink:0}.compliance-badges{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:991px){.hosting-cards-row{grid-template-columns:repeat(3,1fr);gap:16px}.hosting-info-card{padding:16px}.hosting-info-flag{font-size:28px}}@media (max-width:767px){.hosting-cards-row{grid-template-columns:1fr;gap:16px}.hosting-info-card{padding:16px 18px}.compliance-badges{flex-direction:column;align-items:stretch}.compliance-badge{justify-content:center}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-line{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1f 50%,#ffffff0f 75%) 0 0/200% 100%;border-radius:6px;animation:1.5s ease-in-out infinite shimmer}.skeleton-line-light{background:linear-gradient(90deg,#0000000f 25%,#0000001a 50%,#0000000f 75%) 0 0/200% 100%;border-radius:6px;animation:1.5s ease-in-out infinite shimmer}.skeleton-circle{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1f 50%,#ffffff0f 75%) 0 0/200% 100%;border-radius:50%;animation:1.5s ease-in-out infinite shimmer}.skeleton-circle-light{background:linear-gradient(90deg,#0000000f 25%,#0000001a 50%,#0000000f 75%) 0 0/200% 100%;border-radius:50%;animation:1.5s ease-in-out infinite shimmer}.hyper-perso-wrap{position:relative}.hyper-perso-overlay{z-index:20;background:radial-gradient(120% 80% at 50% 0%,#33ffb624,transparent 60%),linear-gradient(160deg,#1a0842 0%,var(--indigo)55%,#12042e 100%);flex-direction:column;justify-content:center;align-items:center;animation:.22s ease-out both hyperPersoFadeIn;display:flex;position:absolute;inset:0;overflow:hidden}.hyper-perso-overlay.is-leaving{animation:.45s ease-in both hyperPersoFadeOut}.hyper-perso-overlay:before{content:"";background-image:linear-gradient(#33ffb612 1px,#0000 1px),linear-gradient(90deg,#33ffb612 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 45%,#000,#0000 78%);mask-image:radial-gradient(circle at 50% 45%,#000,#0000 78%)}.hyper-perso-scan{filter:blur(4px);background:linear-gradient(#0000,#33ffb659,#0000);height:140px;animation:1.7s cubic-bezier(.4,0,.2,1) infinite hyperPersoScan;position:absolute;top:-140px;left:0;right:0}.hyper-perso-label{z-index:2;letter-spacing:.01em;color:#eafff7;text-shadow:0 0 26px #33ffb659;align-items:center;gap:12px;font-size:clamp(1rem,2.6vw,1.45rem);font-weight:600;display:flex;position:relative}.hyper-perso-label>span:last-child{background:linear-gradient(90deg,#eafff7 0%,var(--neon-green)50%,#eafff7 100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2.2s linear infinite hyperPersoTextShimmer}.hyper-perso-spark{color:var(--neon-green);font-size:1.3em;line-height:1;animation:1.2s ease-in-out infinite hyperPersoPulse}.hyper-perso-bar{z-index:2;background:#ffffff1f;border-radius:99px;width:min(240px,55%);height:3px;margin-top:20px;position:relative;overflow:hidden}.hyper-perso-bar:after{content:"";background:linear-gradient(90deg,transparent,var(--neon-green),transparent);border-radius:99px;width:40%;animation:1.1s ease-in-out infinite hyperPersoBar;position:absolute;inset:0}@keyframes hyperPersoFadeIn{0%{opacity:0}to{opacity:1}}@keyframes hyperPersoFadeOut{0%{opacity:1}to{opacity:0}}@keyframes hyperPersoScan{0%{opacity:0;top:-140px}12%{opacity:1}88%{opacity:1}to{opacity:0;top:100%}}@keyframes hyperPersoTextShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes hyperPersoPulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@keyframes hyperPersoBar{0%{transform:translate(-120%)}to{transform:translate(320%)}}@media (prefers-reduced-motion:reduce){.flow-node,.branch-label,.mobile-flow-node{opacity:1;animation:none}.hyper-perso-scan,.hyper-perso-bar:after,.hyper-perso-spark,.hyper-perso-label>span:last-child{animation:none}.hyper-perso-overlay{animation:.2s ease-out both hyperPersoFadeIn}}.iso-cert-band{border-top:1px solid var(--role-border);text-align:center;margin-top:40px;padding-top:36px}.iso-cert-heading{letter-spacing:.2em;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:22px;font-size:11.5px;display:inline-flex}.iso-cert-heading svg{color:var(--accent)}.iso-cert-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:820px;margin:0 auto;display:grid}.iso-cert-card{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:28px 22px 24px;display:flex;overflow:hidden}.iso-cert-card:before{content:"";background:linear-gradient(90deg,var(--grad-a),var(--grad-b));height:3px;position:absolute;top:0;left:0;right:0}.iso-cert-seal{width:50px;height:50px;color:var(--accent);background:var(--surface-tint);box-shadow:0 0 0 6px var(--surface-tint);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:inline-flex}.iso-cert-std{letter-spacing:-.015em;color:var(--text-strong);font-size:17px;font-weight:800}.iso-cert-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10.5px}@media (max-width:768px){.iso-cert-row{grid-template-columns:1fr;max-width:360px}}.footer-iso{flex-direction:column;align-items:flex-start;gap:8px;display:flex}@media (min-width:1024px){.footer-iso{align-items:flex-end}}.footer-iso-badge{color:#ffffffd1;letter-spacing:.01em;background:#ffffff0a;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex}.footer-iso-badge svg{color:var(--neon-green);flex-shrink:0}.footer-swissict{background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:11px 14px;line-height:1;transition:box-shadow .15s,transform .15s;display:inline-flex;box-shadow:0 1px 2px #00000026}.footer-swissict:hover{transform:translateY(-1px);box-shadow:0 8px 22px #00000047}.footer-swissict-logo{width:108px;height:auto;display:block}.footer-swissict-member{letter-spacing:.01em;color:#5b6770;font-size:13px;font-weight:600}.faq-section{width:100%}.faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.faq-item{flex-direction:column;gap:10px;padding:26px 26px 28px;display:flex}.faq-index{color:var(--accent)}.faq-question{letter-spacing:-.015em;color:var(--text-strong);margin:0;font-size:18px;font-weight:650;line-height:1.35}.faq-answer{color:var(--text-body);margin:0;font-size:15.5px;line-height:1.65}@media (max-width:860px){.faq-list{grid-template-columns:1fr}}.fact-section{width:100%}.fact-container{max-width:900px;margin:0 auto}.fact-title{letter-spacing:-.035em;color:var(--text-strong);text-align:center;margin:0 0 40px;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.1}.fact-table-wrapper{background:var(--surface-card);border:1px solid var(--role-border);border-radius:17px;overflow-x:auto}.fact-table{border-collapse:collapse;width:100%;font-size:1rem}.fact-caption{caption-side:bottom;color:var(--text-muted);text-align:left;padding:16px 24px;font-size:.875rem;line-height:1.5}.fact-table th,.fact-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--role-border);padding:16px 24px;line-height:1.6}.fact-table tr:last-child th,.fact-table tr:last-child td{border-bottom:none}.fact-table th{color:var(--text-strong);white-space:nowrap;background:var(--surface-tint);width:34%;font-weight:600}.fact-table td{color:var(--text-body)}@media (max-width:640px){.fact-table th{white-space:normal;width:40%}.fact-table th,.fact-table td{padding:12px 16px}}.lang-switch{color:#ffffffb3;align-items:center;gap:6px;display:flex}.lang-switch-link{color:#ffffffe6;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.lang-switch-link:hover{color:#fff}.lang-switch-link:focus-visible{outline:2px solid var(--neon-green);outline-offset:3px;border-radius:3px}.lang-switch-stacked{padding:8px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.legal-precedence{border-left:2px solid var(--primary600);background:var(--surface-tint);color:var(--text-body);border-radius:0 6px 6px 0;margin:0 0 32px;padding:12px 18px;font-size:.9375rem}.legal-precedence a{color:var(--primary700);font-weight:600}:root{--cd-neon:var(--neon-green);--cd-indigo:var(--indigo);--cd-p500:var(--primary500);--cd-p600:var(--primary600);--cd-p700:var(--primary700);--cd-p800:var(--primary800);--surface-base:#100425;--surface-tint:#6941c629;--surface-card:linear-gradient(160deg,#53389e4d,#100425eb);--surface-solid:#1a0b36;--text-strong:#f4f1fb;--text-body:#c3bad8;--text-muted:#8f85a8;--role-border:#9e77ed33;--role-border-strong:#9e77ed61;--accent:var(--neon-green);--on-signal:var(--indigo);--grad-a:var(--neon-green);--grad-b:var(--primary500);--grad-c:var(--primary700);--role-shadow:#0009;--grid-op:.3;--sheet-fade:.13}.plat{grid-template-columns:1fr 1fr;align-items:center;gap:54px;display:grid}.plat-stage{perspective:1250px;perspective-origin:40% 42%;place-items:center;height:430px;display:grid}.plat-stack{width:364px;height:248px;transform-style:preserve-3d;position:relative;transform:rotateX(7deg)rotateY(-15deg)}.plat-layer{--d:0;--lift:0px;transform-style:preserve-3d;transform:translateX(calc(var(--d)*27px))translateY(calc(var(--d)*31px))translateZ(calc(var(--d)*-80px + var(--lift)))rotateZ(calc(var(--d)*1.3deg));z-index:calc(20 - var(--d));cursor:pointer;transition:transform .6s cubic-bezier(.22,.9,.3,1);position:absolute;inset:0}.plat-layer:not(.is-front):hover,.plat-layer:focus-visible{--lift:38px}.plat-layer:focus-visible,.plat-leg:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.plat-badge{z-index:3;letter-spacing:.14em;text-transform:uppercase;background:var(--hue);color:var(--on-signal);opacity:0;border-radius:999px;padding:5px 11px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:9.5px;transition:opacity .45s 80ms,transform .45s 80ms;position:absolute;top:-13px;left:18px;transform:translateY(8px)}.plat-sheet{background:var(--surface-card);border:1px solid var(--role-border);opacity:calc(1 - var(--d)*var(--sheet-fade));border-radius:17px;flex-direction:column;justify-content:space-between;padding:20px;transition:opacity .5s,border-color .5s,box-shadow .6s;display:flex;position:absolute;inset:0;overflow:hidden}.is-front .plat-sheet{border-color:var(--hue);box-shadow:0 0 0 1px var(--hue),0 0 30px var(--hue),0 32px 62px var(--role-shadow)}@supports (color:color-mix(in srgb, red 50%, transparent)){.is-front .plat-sheet{box-shadow:0 0 0 1px var(--hue),0 0 30px color-mix(in srgb,var(--hue)52%,transparent),0 32px 62px var(--role-shadow)}}.is-front .plat-badge{opacity:1;transform:none}.plat-rest{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:auto;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;transition:opacity .35s}.is-front .plat-rest{opacity:0}.plat-art{opacity:0;flex-direction:column;justify-content:center;gap:11px;height:100%;transition:opacity .45s 80ms,transform .45s 80ms;display:flex;transform:translateY(8px)}.is-front .plat-art{opacity:1;transform:none}.plat-api{color:var(--hue);font-family:ui-monospace,Menlo,monospace;font-size:11px}.plat-wire{align-items:center;gap:6px;display:flex}.plat-wire i{background:var(--hue);border-radius:50%;flex:none;width:8px;height:8px}.plat-wire b{background:var(--role-border-strong);border-radius:2px;flex:1;height:2px}.plat-bars{flex-direction:column;gap:6px;display:flex}.plat-bars i{background:var(--hue);opacity:.55;border-radius:4px;height:7px}.plat-chart{align-items:flex-end;gap:5px;height:52px;display:flex}.plat-chart i{background:var(--hue);opacity:.6;border-radius:3px 3px 0 0;flex:1}.plat-score{font-variant-numeric:tabular-nums;color:var(--hue);font-family:ui-monospace,Menlo,monospace;font-size:22px;font-weight:600}.plat-wf{flex-direction:column;gap:7px;display:flex}.plat-wf i{color:var(--text-muted);align-items:center;gap:8px;font-family:ui-monospace,Menlo,monospace;font-size:10px;font-style:normal;display:flex}.plat-wf i:before{content:"";background:var(--hue);border-radius:50%;flex:none;width:7px;height:7px}.plat-fan{align-items:center;gap:5px;display:flex}.plat-fan b{background:var(--hue);border-radius:50%;flex:none;width:9px;height:9px}.plat-fan i{background:var(--role-border-strong);flex:1;height:2px}.plat-pills{flex-wrap:wrap;gap:6px;display:flex}.plat-pills span{letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--role-border);color:var(--text-muted);border-radius:999px;padding:4px 8px;font-family:ui-monospace,Menlo,monospace;font-size:9px}.plat-pills span:first-child{border-color:var(--hue);color:var(--hue)}.plat-hint{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);text-align:center;margin:18px 0 0;font-family:ui-monospace,Menlo,monospace;font-size:10px}.plat-legend{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.plat-leg{cursor:pointer;border:1px solid #0000;border-radius:13px;grid-template-columns:auto 1fr;gap:14px;padding:14px 16px;transition:transform .25s,background .25s,border-color .25s;display:grid}.plat-leg:hover{background:var(--surface-tint);transform:translate(4px)}.plat-leg.is-front{border-color:var(--hue);background:var(--surface-tint)}.plat-tag{letter-spacing:.1em;text-transform:uppercase;background:var(--hue);color:var(--on-signal);white-space:nowrap;border-radius:6px;height:fit-content;padding:4px 9px;font-family:ui-monospace,Menlo,monospace;font-size:9px}.plat-leg-name{color:var(--text-strong);font-size:15px;font-weight:650;display:block}.plat-leg-body{color:var(--text-body);margin-top:3px;font-size:13.5px;line-height:1.5;display:block}@media (max-width:980px){.plat{grid-template-columns:1fr;gap:34px}.plat-stage{perspective:none;height:500px;padding:172px 0 44px;display:block}.plat-stack{perspective:1400px;perspective-origin:45% 45%;transform-style:flat;width:250px;height:148px;margin:0 auto;position:relative;transform:none}.plat-layer{width:100%;height:100%;transform:translate(calc((var(--d) - 2)*-24px),calc((var(--d) - 2)*68px))scale(calc(1 + (2 - var(--d))*.055))rotateX(36deg)rotateZ(-22deg);transform-style:flat;z-index:calc(20 - var(--d));cursor:pointer;animation:7s ease-in-out infinite platFanFloat;animation-delay:calc(var(--d)*-1.4s);transition:transform .55s cubic-bezier(.18,.8,.2,1.05);position:absolute;inset:0}@keyframes platFanFloat{0%,to{transform:translate(calc((var(--d) - 2)*-24px),calc((var(--d) - 2)*68px))scale(calc(1 + (2 - var(--d))*.055))rotateX(36deg)rotateZ(-22deg)}50%{transform:translate(calc((var(--d) - 2)*-24px),calc((var(--d) - 2)*68px - 9px))scale(calc(1 + (2 - var(--d))*.061))rotateX(36deg)rotateZ(-22deg)}}.plat-layer.is-front{transform:translate(0,calc((var(--d) - 2)*68px))scale(1.13);animation:none}.plat-sheet{opacity:1;height:auto;box-shadow:0 18px 40px var(--role-shadow);background:linear-gradient(158deg,#2a1a5e 0%,#180a3c 100%);border-radius:14px;padding:13px 14px;position:absolute;inset:0}.plat-badge{opacity:1;letter-spacing:.14em;z-index:2;padding:5px 11px;font-size:9px;position:absolute;top:auto;bottom:11px;left:13px;transform:none}.plat-art{height:auto}.plat-layer:not(.is-front) .plat-art{opacity:0}.plat-rest,.plat-hint{display:none}}@media (prefers-reduced-motion:reduce){.plat-layer,.plat-sheet,.plat-badge,.plat-art,.plat-leg,.plat-rest{transition-duration:.001ms!important}.plat-layer{animation:none!important}}:root{--surface-brand:linear-gradient(160deg,#3b1d7a 0%,var(--indigo)62%,#1a0742 100%);--surface-brand-glow:radial-gradient(620px 320px at 50% 0%,#33ffb642,transparent 68%),linear-gradient(160deg,#4a248f,#1a0742);--surface-brand-bar:linear-gradient(96deg,var(--indigo)0%,#3b1d7a 52%,var(--indigo)100%);--surface-signal:linear-gradient(120deg,var(--neon-green),#7dffd0);--glow-signal:0 0 22px #33ffb657;--glow-signal-strong:0 0 34px #33ffb68c}header.bg-\[var\(--indigo\)\],.bg-\[var\(--indigo\)\]{background-color:#0000;background-image:var(--surface-brand-bar)}footer.bg-\[var\(--indigo\)\]{background-color:#0000;background-image:var(--surface-brand)}.text-section-with-image,.cta-block,.jobs-cta-section,.hero-event-flow-section,.story-kpis{background-color:#0000!important;background-image:var(--surface-brand-glow)!important}.hero-home,.hero-header,.feature-tabs-section,.features-compact-section,.integrations-section,.schnittstellen-kategorien-section,.text-section-plain-dark,.cookie-consent-banner,.hyper-perso-overlay{background-color:#0000!important;background-image:var(--surface-brand)!important}.hero-home{background-image:radial-gradient(820px 640px at 86% -8%,#9e77ed57,transparent 66%),radial-gradient(720px 600px at 4% 26%,#33ffb629,transparent 64%),radial-gradient(900px 700px at 62% 96%,#6941c647,transparent 68%),linear-gradient(160deg,#3b1d7a 0%,var(--indigo)62%,#1a0742 100%)!important}.btn-primary{background-color:#0000;background-image:var(--surface-signal);box-shadow:var(--glow-signal);transition:transform .18s,box-shadow .18s}.btn-primary:hover{background-color:#0000;background-image:var(--surface-signal);color:var(--indigo);box-shadow:var(--glow-signal-strong);transform:translateY(-2px)}.btn-primary:active{box-shadow:var(--glow-signal);background-color:#0000;transform:translateY(0)}.btn-secondary{background-color:#0000;background-image:var(--surface-brand);border-color:var(--role-border-strong);transition:transform .18s,box-shadow .18s,border-color .18s}.btn-secondary:hover{background-color:#0000;background-image:var(--surface-brand);color:var(--text-strong);border-color:var(--accent);box-shadow:0 0 22px #33ffb642,0 10px 26px var(--role-shadow);transform:translateY(-2px)}.btn-secondary:active{box-shadow:0 6px 16px var(--role-shadow);transform:translateY(0)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.branchen-card,.story-card,.schnittstellen-accordion-item{transition:transform .3s,box-shadow .3s,border-color .3s}.branchen-card:hover,.story-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px #26065d29}.chip-dark:before,.chip-light:before{background-image:linear-gradient(90deg,var(--neon-green),var(--primary500))}@media (prefers-reduced-motion:reduce){.btn-primary,.btn-secondary,.branchen-card,.story-card{transition-duration:.001ms!important}}.cd-section{background:var(--surface-base);color:var(--text-body);padding:clamp(64px,8vw,104px) 24px;position:relative;overflow:hidden}.cd-section>*{z-index:1;position:relative}.cd-section:before{content:"";pointer-events:none;background:radial-gradient(760px 620px at 88% -6%,#9e77ed66,#0000 68%),radial-gradient(700px 560px at 2% 88%,#33ffb621,#0000 66%),radial-gradient(1000px 700px at 50% 44%,#26065d8c,#0000 74%);position:absolute;inset:0}.cd-section:after{content:"";pointer-events:none;opacity:var(--grid-op);background-image:linear-gradient(var(--role-border)1px,transparent 1px),linear-gradient(90deg,var(--role-border)1px,transparent 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 22%,#000 0%,#0000 73%);mask-image:radial-gradient(circle at 50% 22%,#000 0%,#0000 73%)}.cd-section--alt:before{background:radial-gradient(760px 620px at 8% -6%,#9e77ed57,#0000 68%),radial-gradient(700px 560px at 96% 84%,#33ffb61f,#0000 66%),radial-gradient(1000px 700px at 50% 40%,#26065d80,#0000 74%)}.cd-section--alt:after{-webkit-mask-image:radial-gradient(circle at 50% 80%,#000 0%,#0000 73%);mask-image:radial-gradient(circle at 50% 80%,#000 0%,#0000 73%)}.cd-deep{--surface-tint:#6941c638;--surface-card:linear-gradient(160deg,#53389e5c,#100425d1);--surface-solid:#26105a;--text-body:#c9c0dd;--text-muted:#9a90b3;--role-border:#9e77ed3d;--role-border-strong:#9e77ed6b;--grid-op:.34}.cd-section.cd-deep{background:var(--surface-brand)}.cd-section.cd-deep:before{background:radial-gradient(820px 640px at 86% -8%,#9e77ed57,#0000 66%),radial-gradient(720px 600px at 4% 26%,#33ffb629,#0000 64%),radial-gradient(900px 700px at 62% 96%,#6941c64d,#0000 68%)}.cd-section.cd-deep.cd-section--glow:before{background:radial-gradient(720px 380px at 50% -4%,#33ffb63d,#0000 68%),radial-gradient(900px 700px at 84% 96%,#9e77ed42,#0000 70%)}.cd-container{z-index:1;width:100%;max-width:1180px;margin:0 auto;position:relative}.cd-container--wide{max-width:1280px}.cd-container--narrow{max-width:900px}.cd-head{flex-direction:column;gap:16px;margin:0 0 52px;display:flex}.cd-head--center{text-align:center;align-items:center;margin-left:auto;margin-right:auto}.cd-head--flush{margin-bottom:0}.cd-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:12px;margin:0;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11.5px;display:flex}.cd-eyebrow:before{content:"";background:linear-gradient(90deg,var(--neon-green),var(--primary500));border-radius:2px;flex:none;width:26px;height:3px}.cd-heading{letter-spacing:-.035em;text-wrap:balance;color:var(--text-strong);margin:0;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.1}.cd-heading--display{font-size:clamp(34px,5.4vw,60px)}.cd-lead{max-width:56ch;color:var(--text-body);margin:0;font-size:18.5px;line-height:1.6}.cd-card{background:var(--surface-card);border:1px solid var(--role-border);color:var(--text-body);border-radius:17px;padding:24px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative}.cd-card:hover,.cd-card.is-active{border-color:var(--accent);box-shadow:0 0 26px var(--accent),0 24px 48px var(--role-shadow);transform:translateY(-4px)}@supports (color:color-mix(in srgb, red 50%, transparent)){.cd-card:hover,.cd-card.is-active{box-shadow:0 0 26px color-mix(in srgb,var(--accent)34%,transparent),0 24px 48px var(--role-shadow)}}.cd-card-title{letter-spacing:-.015em;color:var(--text-strong);margin:0;font-size:17px;font-weight:650}.cd-card-body{color:var(--text-body);margin:0;font-size:14.5px;line-height:1.55}.cd-mono{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10px}.cd-pill{letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--role-border);background:var(--surface-tint);color:var(--text-body);border-radius:999px;align-items:center;gap:8px;padding:7px 13px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10.5px;display:inline-flex}.cd-pill svg{color:var(--accent);flex:none}.cd-tag{letter-spacing:.1em;text-transform:uppercase;background:var(--accent);color:var(--on-signal);white-space:nowrap;border-radius:6px;padding:4px 9px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:9px;display:inline-block}@media (prefers-reduced-motion:reduce){.cd-card{transition-duration:.001ms!important}}:is(.hero-header,.hero-event-flow-section,.features-compact-section,.integrations-section,.schnittstellen-kategorien-section,.text-section-plain-dark,.jobs-cta-section,.story-kpis,.story-conclusion,.features-grid-section,.branchen-section,.branche-detail-section,.about-hero-section,.job-detail-section,.newsletter-success-section,.story-content,.story-interfaces,.story-testimonials,.hero-heading-right-section){position:relative;overflow:hidden}:is(.hero-header,.hero-event-flow-section,.features-compact-section,.integrations-section,.schnittstellen-kategorien-section,.text-section-plain-dark,.jobs-cta-section,.story-kpis,.story-conclusion,.features-grid-section,.branchen-section,.branche-detail-section,.about-hero-section,.job-detail-section,.newsletter-success-section,.story-content,.story-interfaces,.story-testimonials,.hero-heading-right-section):before{content:"";pointer-events:none;z-index:0;background:radial-gradient(760px 620px at 88% -6%,#9e77ed52,#0000 68%),radial-gradient(700px 560px at 2% 88%,#33ffb61c,#0000 66%),radial-gradient(1000px 700px at 50% 44%,#26065d6b,#0000 74%);position:absolute;inset:0}:is(.hero-header,.hero-event-flow-section,.features-compact-section,.integrations-section,.schnittstellen-kategorien-section,.text-section-plain-dark,.jobs-cta-section,.story-kpis,.story-conclusion,.features-grid-section,.branchen-section,.branche-detail-section,.about-hero-section,.job-detail-section,.newsletter-success-section,.story-content,.story-interfaces,.story-testimonials,.hero-heading-right-section)>*{z-index:1;position:relative}.caymlandform_wrapper label,.caymlandform_wrapper .caymlandform-label{color:var(--text-strong);font-weight:600}.caymlandform_wrapper .caymlandform-input,.caymlandform_wrapper textarea,.caymlandform_wrapper select{border:1px solid var(--role-border-strong);background:var(--surface-solid);width:100%;color:var(--text-strong);box-sizing:border-box;border-radius:8px;outline:none;padding:11px 13px;font-family:inherit;font-size:15px}.caymlandform_wrapper .caymlandform-input::placeholder,.caymlandform_wrapper textarea::placeholder{color:var(--text-muted)}.caymlandform_wrapper .caymlandform-input:focus,.caymlandform_wrapper textarea:focus,.caymlandform_wrapper select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--surface-tint)}.caymlandform_wrapper .caymlandform-checkboxgrp-label,.caymlandform_wrapper .caymlandform-descr{color:var(--text-body)}.caymlandform_wrapper a{color:var(--accent)!important;text-decoration:underline!important}.caymlandform_wrapper input[type=checkbox],.caymlandform_wrapper input[type=radio]{accent-color:var(--accent)}.caymlandform_wrapper .caymlandform-button,.caymlandform_wrapper button[type=submit]{background-color:#0000;background-image:var(--surface-signal);color:var(--on-signal);cursor:pointer;box-shadow:var(--glow-signal);border:none;border-radius:999px;padding:11px 22px;font-family:inherit;font-size:15px;font-weight:600;transition:transform .18s,box-shadow .18s}.caymlandform_wrapper .caymlandform-button:hover,.caymlandform_wrapper button[type=submit]:hover{box-shadow:var(--glow-signal-strong);transform:translateY(-2px)}.caymlandform_wrapper .caymlandform-row.caymlandform-required .caymlandform-label:after{content:" *";color:var(--text-strong);display:inline}.caymlandform_wrapper .caymlandform-required{color:var(--accent)}@media (prefers-reduced-motion:reduce){.caymlandform_wrapper .caymlandform-button,.caymlandform_wrapper button[type=submit]{transition-duration:.001ms!important}}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(1100px 900px at 84% -6%,#9e77ed6b,transparent 68%),radial-gradient(900px 800px at 2% 34%,#33ffb621,transparent 66%),radial-gradient(1200px 900px at 50% 108%,#6941c657,transparent 72%),linear-gradient(168deg,#1c0a45 0%,var(--surface-base)52%,#16062f 100%);position:fixed;inset:0}@media (max-width:900px){body:before{background:radial-gradient(116vw 58vh at 90% -4%,#9e77ed3d,transparent 68%),radial-gradient(104vw 46vh at 0% 32%,#33ffb614,transparent 66%),radial-gradient(128vw 54vh at 50% 104%,#6941c633,transparent 72%),linear-gradient(168deg,#180840 0%,var(--surface-base)46%,#14052c 100%)}}body:after{content:"";z-index:-1;pointer-events:none;opacity:var(--grid-op);background-image:linear-gradient(var(--role-border)1px,transparent 1px),linear-gradient(90deg,var(--role-border)1px,transparent 1px);background-size:72px 72px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 38%,#000 0%,#0000 82%);mask-image:radial-gradient(circle at 50% 38%,#000 0%,#0000 82%)}.cd-section,.cd-section.cd-deep,.hero-home,.hero-header,.hero-event-flow-section,.hero-heading-right-section,.cdp-timeline-section,.feature-tabs-section,.features-compact-section,.features-grid-section,.integrations-section,.schnittstellen-kategorien-section,.text-section-with-image,.text-section-plain-dark,.text-section-plain-light,.compliance-section,.hero-stack,.cta-block,.testimonial-slider,.faq-section,.fact-section,.branchen-section,.branche-detail-section,.about-hero-section,.jobs-cta-section,.job-detail-section,.newsletter-success-section,.logo-carousel-section,.story-content,.story-interfaces,.story-testimonials,.story-kpis,.story-conclusion,header.bg-\[var\(--indigo\)\],footer.bg-\[var\(--indigo\)\]{background-color:#0000!important;background-image:none!important}.cd-section:before,.cd-section:after,:is(.hero-header,.hero-event-flow-section,.features-compact-section,.integrations-section,.schnittstellen-kategorien-section,.text-section-plain-dark,.jobs-cta-section,.story-kpis,.story-conclusion,.features-grid-section,.branchen-section,.branche-detail-section,.about-hero-section,.job-detail-section,.newsletter-success-section,.story-content,.story-interfaces,.story-testimonials,.hero-heading-right-section):before{content:none}header.bg-\[var\(--indigo\)\]{-webkit-backdrop-filter:blur(16px)saturate(140%);backdrop-filter:blur(16px)saturate(140%);border-bottom:1px solid var(--role-border);background-color:#1004259e!important}footer.bg-\[var\(--indigo\)\]{border-top:1px solid var(--role-border)}.cd-section{overflow:clip visible}@media (max-width:640px){.cd-eyebrow{letter-spacing:.14em;text-wrap:balance;flex-direction:column;align-items:flex-start;gap:9px;font-size:10.5px;line-height:1.5}.cd-head--center .cd-eyebrow{text-align:center;align-items:center}.cd-head{gap:14px;margin-bottom:36px}}.cd-heading,.branchen-title,.integrations-title,.features-grid-title,.features-compact-title,.schnittstellen-kategorien-title,.jobs-cta-title,.story-conclusion-title,.story-section-title,.fact-title,.hero-heading-right-content .h2-light,h2{letter-spacing:-.035em;text-wrap:balance;color:var(--text-strong);font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.1}.cd-heading--display,.hero-h1-dark,.hero-event-flow-right .hero-h1-dark,.story-hero-title,.about-hero-title,.branche-detail-title,.job-detail-title,.newsletter-success-title,.h1-light,h1{letter-spacing:-.035em;text-wrap:balance;color:var(--text-strong);font-size:clamp(34px,5.4vw,60px);font-weight:800;line-height:1.06}.branchen-card-title,.story-inline-fazit-title,.features-grid-item-title,.hosting-info-country,.job-item-title,.cd-card-title,h3{letter-spacing:-.015em;color:var(--text-strong)}.cd-lead,.hero-text-dark,.hero-header-text,.branchen-description,.branche-detail-description,.features-compact-subtitle,.integrations-description,.about-hero-description,.story-hero-lead{color:var(--text-body);font-size:18.5px;line-height:1.6}.job-detail-heading,.story-inline-testimonial-title{letter-spacing:-.02em;color:var(--text-strong);font-size:22px;font-weight:700;line-height:1.3}.story-inline-fazit-title{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11.5px;font-weight:400}.cd-card-title,.branchen-card-title,.faq-question,.features-grid-item-title,.job-item-title,.about-hero-team-name,.hosting-info-country,.story-interface-name,h3{letter-spacing:-.015em;color:var(--text-strong);font-size:18px;font-weight:650;line-height:1.35}.cvz{--tilt-x:9deg;--tilt-y:-16deg;flex-direction:column;align-items:center;width:100%;display:flex}.cvz-stage{perspective:1900px;perspective-origin:52% 42%;place-items:center;width:100%;height:clamp(400px,46vw,560px);display:grid}.cvz-record{width:772px;height:400px;transform-style:preserve-3d;transform:rotateX(var(--tilt-x))rotateY(var(--tilt-y));pointer-events:none;position:relative}.cvz-plane{--d:0;--lift:0px;--rise:0px;--tilt:calc(var(--d)*-.8deg);--face-y:0deg;--face-x:0deg;--hue:var(--accent);transform-style:preserve-3d;transform:translateX(calc(var(--d)*38px))translateY(calc(var(--d)*-26px + var(--rise)))translateZ(calc(var(--d)*-150px + var(--lift)))rotateZ(var(--tilt))rotateY(var(--face-y))rotateX(var(--face-x));z-index:calc(10 - var(--d));pointer-events:auto;transition:transform .42s cubic-bezier(.22,.9,.3,1);position:absolute}.cvz-plane:hover{--lift:calc(var(--d)*150px + 150px);--rise:-10px;--tilt:0deg;--face-y:calc(var(--tilt-y)*-1);--face-x:calc(var(--tilt-x)*-1);z-index:20}.cvz-record:hover .cvz-plane:not(:hover) .cvz-sheet{opacity:.55}.cvz-plane:hover .cvz-sheet{border-color:var(--hue);box-shadow:0 0 0 1px var(--hue),0 0 38px var(--hue),0 34px 68px var(--role-shadow);background:linear-gradient(160deg,#2b1a60,#150733)}@supports (color:color-mix(in srgb, red 50%, transparent)){.cvz-plane:hover .cvz-sheet{box-shadow:0 0 0 1px var(--hue),0 0 38px color-mix(in srgb,var(--hue)46%,transparent),0 34px 68px var(--role-shadow)}}.cvz-sheet{background:var(--surface-card);border:1px solid var(--role-border);box-shadow:0 26px 54px var(--role-shadow);text-align:left;border-radius:18px;padding:20px 22px;transition:opacity .34s,border-color .34s,box-shadow .34s;position:absolute;inset:0}.cvz-record.is-live .cvz-sheet{animation:.85s cubic-bezier(.22,.95,.3,1) both cvzAssemble;animation-delay:calc((2 - var(--d))*.13s)}.cvz-record:not(.is-live) .cvz-sheet{opacity:0}@keyframes cvzAssemble{0%{opacity:0;transform:translate3d(0,34px,-220px)scale(.94)}to{opacity:1;transform:none}}.cvz-plane--profile .cvz-sheet{border-color:var(--hue);box-shadow:0 0 0 1px var(--hue),0 0 38px var(--hue),0 32px 64px var(--role-shadow)}@supports (color:color-mix(in srgb, red 50%, transparent)){.cvz-plane--profile .cvz-sheet{box-shadow:0 0 0 1px var(--hue),0 0 38px color-mix(in srgb,var(--hue)44%,transparent),0 32px 64px var(--role-shadow)}}.cvz-plane--profile{--hue:var(--cd-neon);width:376px;height:316px;top:56px;left:0}.cvz-plane--kpi{--hue:var(--cd-p500);width:412px;height:168px;top:0;left:340px}.cvz-plane--interests{--hue:var(--cd-p600);width:412px;height:188px;top:192px;left:340px}.cvz-plane-tag{letter-spacing:.14em;text-transform:uppercase;background:var(--hue);color:var(--on-signal);border-radius:999px;padding:4px 10px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:9.5px;position:absolute;top:-11px;left:20px}.cvz-identity{align-items:center;gap:14px;margin-top:6px;display:flex}.cvz-avatar{object-fit:cover;border:1px solid var(--role-border-strong);border-radius:50%;flex:none;width:66px;height:66px}.cvz-identity-skeleton{flex-direction:column;gap:7px;display:flex}.cvz-avatar--initials{background:var(--surface-tint);color:var(--hue);letter-spacing:.04em;justify-content:center;align-items:center;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:21px;display:inline-flex}.cvz-name{letter-spacing:-.015em;color:var(--text-strong);margin:0;font-size:20px;font-weight:700}.cvz-role{color:var(--text-body);margin:2px 0 0;font-size:14.5px}.cvz-company{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:3px 0 0;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10.5px}.cvz-contact{grid-template-columns:1fr 1fr;gap:4px 12px;margin:14px 0 0;display:grid}.cvz-contact dt{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:9.5px}.cvz-contact dd{color:var(--text-body);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12.5px;overflow:hidden}.cvz-badges{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.cvz-badge{letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--hue);color:var(--hue);border-radius:6px;padding:5px 9px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10px}.cvz-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.cvz-tags span{background:var(--surface-tint);border:1px solid var(--role-border);color:var(--text-body);border-radius:999px;padding:4px 9px;font-size:12px}.cvz-kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0 0;display:grid}.cvz-kpis div{border-left:2px solid var(--hue);flex-direction:column;justify-content:space-between;gap:4px;min-height:68px;padding-left:11px;display:flex}.cvz-kpis dt{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:9.5px;line-height:1.3}.cvz-kpis dd{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--text-strong);margin:0;font-size:24px;font-weight:700}.cvz-interests{grid-template-columns:148px 1fr;align-items:center;gap:18px;margin-top:14px;display:grid}.cvz-radar{width:148px;height:148px}.cvz-radar-web{fill:none;stroke:var(--role-border-strong);stroke-width:1px}.cvz-radar-shape{fill:var(--hue);fill-opacity:.32;stroke:var(--hue);stroke-width:2px;stroke-linejoin:round}.cvz-bars{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.cvz-bars li{grid-template-columns:1fr 86px auto;align-items:center;gap:11px;display:grid}.cvz-bar-name{color:var(--text-body);font-size:13px}.cvz-bar-track{background:var(--role-border-strong);border-radius:3px;height:6px;overflow:hidden}.cvz-bar-track i{background:var(--hue);border-radius:3px;height:100%;display:block}.cvz-bar-value{font-variant-numeric:tabular-nums;color:var(--hue);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.cvz-score{border-top:1px solid var(--role-border);grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-top:18px;padding-top:14px;display:grid}.cvz-score-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:9.5px}.cvz-score-track{background:var(--role-border-strong);border-radius:3px;height:6px;overflow:hidden}.cvz-score-track i{background:linear-gradient(90deg,var(--grad-b),var(--hue));border-radius:3px;height:100%;display:block}.cvz-score-value{font-variant-numeric:tabular-nums;color:var(--hue);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:17px;font-weight:600}.cvz-hint{text-align:center;margin:14px 0 0}@media (max-width:900px){.cvz{--fan-x:36deg;--fan-z:-22deg;--fan-step:110px}.cvz-stage{perspective:none;height:372px;padding:0;display:block}.cvz-record{perspective:1400px;perspective-origin:45% 45%;transform-style:flat;width:246px;height:138px;margin:108px auto 0;padding:0;position:relative;transform:none}.cvz-plane{width:100%;height:100%;transform:translate(calc((var(--s) - 1)*-29px),calc((var(--s) - 1)*84px))scale(calc(1 + (1 - var(--s))*.062))rotateX(var(--fan-x))rotateZ(var(--fan-z));transform-style:flat;z-index:calc(10 - var(--s));cursor:pointer;animation:7s ease-in-out infinite cvzFanFloat;animation-delay:calc(var(--s)*-2.3s);transition:transform .55s cubic-bezier(.18,.8,.2,1.05);position:absolute;inset:0}@keyframes cvzFanFloat{0%,to{transform:translate(calc((var(--s) - 1)*-29px),calc((var(--s) - 1)*84px))scale(calc(1 + (1 - var(--s))*.062))rotateX(var(--fan-x))rotateZ(var(--fan-z))}50%{transform:translate(calc((var(--s) - 1)*-29px),calc((var(--s) - 1)*84px - 10px))scale(calc(1 + (1 - var(--s))*.07))rotateX(var(--fan-x))rotateZ(var(--fan-z))}}.cvz-sheet{box-shadow:0 18px 40px var(--role-shadow);background:linear-gradient(158deg,#2a1a5e 0%,#180a3c 100%);border-radius:14px;padding:13px 14px;transition:opacity .35s,transform .55s cubic-bezier(.18,.8,.2,1.05);position:absolute;inset:0}.cvz-record.is-live .cvz-sheet{animation:.6s cubic-bezier(.18,.8,.2,1.05) backwards cvzFanRise;animation-delay:calc((2 - var(--s))*.13s)}.cvz-record:not(.is-live) .cvz-sheet{opacity:0}@keyframes cvzFanRise{0%{opacity:0;transform:translateY(20px)}}.cvz-plane.is-front{transform:translate(0,calc((var(--s) - 1)*84px))scale(1.14);animation:none}.cvz-plane.is-front .cvz-sheet{border-color:var(--hue);box-shadow:0 0 26px var(--hue),0 24px 48px var(--role-shadow)}.cvz-record:has(.is-front) .cvz-plane:not(.is-front) .cvz-sheet{opacity:.4}.cvz-contact,.cvz-badges,.cvz-tags,.cvz-score{display:none}.cvz-plane-tag{letter-spacing:.16em;padding:5px 11px;font-size:9.5px;top:auto;bottom:11px;left:13px}.cvz-identity{gap:10px;margin-top:0}.cvz-avatar{width:44px;height:44px}.cvz-name{font-size:14.5px}.cvz-role{font-size:11px}.cvz-company{font-size:8px}.cvz-kpis{grid-template-columns:repeat(2,1fr);gap:7px 10px;margin-top:2px}.cvz-kpis div{gap:1px;min-height:0;padding-left:7px}.cvz-kpis dt{letter-spacing:.06em;font-size:7px}.cvz-kpis dd{font-size:14px}.cvz-interests{grid-template-columns:60px 1fr;gap:9px;margin-top:2px}.cvz-radar{width:60px;height:60px}.cvz-bars{gap:4px}.cvz-bars li{grid-template-columns:1fr minmax(0,36px) auto;gap:6px}.cvz-bar-name{font-size:8.5px}.cvz-bar-value{font-size:8px}.cvz-bar-track{height:4px}.cvz-hint{margin-top:0}}@media (prefers-reduced-motion:reduce){.cvz-plane,.cvz-sheet{transition-duration:.001ms!important}.cvz-plane{animation:none!important}.cvz-record.is-live .cvz-sheet{animation:none}.cvz-record:not(.is-live) .cvz-sheet{opacity:1}}.funktion-card-image{object-position:center top}.funktion-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);align-items:center;gap:clamp(32px,5vw,64px);display:grid}.funktion-hero-actions{flex-wrap:wrap;gap:14px;margin-top:12px;display:flex}.funktion-hero-media{aspect-ratio:9/4;margin-right:min(0px,590px - 50vw);position:relative}.funktion-hero-image{object-fit:cover;object-position:left top;width:100%;height:100%;display:block}.funktion-highlights{padding-top:0}.funktion-claim{letter-spacing:-.02em;color:var(--text-strong);text-wrap:balance;margin:0 0 32px;font-size:clamp(20px,2.6vw,27px);font-weight:700;line-height:1.3}.funktion-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.funktion-highlight{flex-direction:column;gap:10px;padding:26px;display:flex}.funktion-body{color:var(--text-body);font-size:17px;line-height:1.72}.funktion-body>:first-child{margin-top:0}.funktion-body h2{letter-spacing:-.03em;text-wrap:balance;color:var(--text-strong);margin:56px 0 18px;font-size:clamp(24px,3.2vw,33px);font-weight:750;line-height:1.2}.funktion-body h3{letter-spacing:-.015em;color:var(--text-strong);margin:36px 0 12px;font-size:20px;font-weight:650;line-height:1.3}.funktion-body p{margin:0 0 20px}.funktion-body strong{color:var(--text-strong);font-weight:650}.funktion-body a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.funktion-body ul,.funktion-body ol{margin:0 0 24px;padding-left:22px}.funktion-body li{margin-bottom:10px}.funktion-body li::marker{color:var(--accent)}.funktion-body hr{background:var(--role-border);border:0;height:1px;margin:44px 0}.funktion-body blockquote{border-left:2px solid var(--accent);color:var(--text-strong);margin:28px 0;padding:4px 0 4px 20px}.funktion-body code{background:var(--surface-tint);border:1px solid var(--role-border);border-radius:5px;padding:2px 6px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.92em}.funktion-body .md-table-scroll{border:1px solid var(--role-border);background:var(--surface-card);border-radius:14px;margin:0 0 28px;overflow-x:auto}.funktion-body table{border-collapse:collapse;width:100%;min-width:520px;font-size:15.5px}.funktion-body th,.funktion-body td{text-align:left;border-bottom:1px solid var(--role-border);vertical-align:top;padding:14px 18px}.funktion-body thead th{color:var(--text-strong);white-space:nowrap;font-weight:650}.funktion-body tbody tr:last-child td{border-bottom:0}.funktion-body tbody td:first-child{color:var(--text-strong);font-weight:600}.funktion-closing-inner{text-align:center;flex-direction:column;align-items:center;gap:18px;display:flex}.funktion-closing-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:10px;display:flex}@media (max-width:1023px){.funktion-hero-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"eyebrow""media""heading""lead""actions";row-gap:18px}.funktion-hero-grid>.cd-head{display:contents}.funktion-hero-grid .cd-eyebrow{grid-area:eyebrow}.funktion-hero-grid .funktion-hero-media{grid-area:media}.funktion-hero-grid .cd-heading{grid-area:heading}.funktion-hero-grid .cd-lead{grid-area:lead}.funktion-hero-grid .funktion-hero-actions{grid-area:actions}.funktion-hero-grid .funktion-hero-media{margin-block:6px 10px}.funktion-highlight-grid{grid-template-columns:1fr}}@media (max-width:767px){.funktion-body{font-size:16px}.funktion-body h2{margin-top:40px}}
