@font-face{font-family:Frequenz;src:url(/fonts/Frequenz-Bold.woff2)format("woff2");font-weight:700 800;font-display:swap}:root{--cream:#f1e8e1;--cream-2:#e9ded4;--ink:#121212;--ink-soft:#3c3c3a;--lime:#ddf0a8;--lavender:#d9c6f5;--blue:#c5ddf0;--sand:#f6e9c5;--coral:#f6a98b;--field-teal:#1d9e75;--field-purple:#7f77dd;--field-amber:#ef9f27;--field-pink:#d4537e;--line:#1212121f;--maxw:1120px;--f-head:"Frequenz","Baloo 2",system-ui,sans-serif;--f-body:"Inter",system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--f-body);background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}img{max-width:100%;height:auto;display:block}h1,h2{font-family:var(--f-head);letter-spacing:-.015em;font-weight:800;line-height:1.1}h3{font-family:var(--f-head);font-weight:700;line-height:1.15}.eyebrow{letter-spacing:.14em;text-transform:uppercase;opacity:.55;font-size:12.5px;font-weight:600}p.body{color:var(--ink-soft);font-size:16px;line-height:1.65}.mark{font-family:var(--f-head);letter-spacing:-.02em;font-weight:800}.mark .dot{color:#c6b0f5}.hl{color:var(--ink);box-decoration-break:clone;border-radius:.18em;padding:.02em .12em}.hl.lime{background:var(--lime)}.hl.lav{background:var(--lavender)}.hl.white{background:#fff}.btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:999px;align-items:center;padding:14px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-lime{background:var(--lime);color:var(--ink)}.btn-onblack{background:var(--cream);color:var(--ink)}.btn-ink{background:var(--ink);color:#fff}.btn-ghost-ink{color:var(--ink);background:0 0;border-color:#12121259}.btn-ghost-ink:hover{border-color:var(--ink)}.btn-ghost-dark{color:var(--cream);background:0 0;border-color:#ffffff59}.btn-ghost-dark:hover{border-color:var(--cream)}a{color:inherit}:focus-visible{outline-offset:3px;border-radius:6px;outline:3px solid #c6b0f5}nav{z-index:50;backdrop-filter:blur(10px);background:#121212eb;border-bottom:1px solid #ffffff14;position:sticky;top:0}.nav-in{justify-content:space-between;align-items:center;height:62px;display:flex}.nav-logo{color:#fff;font-size:22px}.nav-logo .dot{color:var(--coral)}section{position:relative}.sec{padding:120px 0}@media (width<=700px){.sec{padding:76px 0}}.sec-black{background:var(--ink);color:var(--cream)}.sec-alt{background:var(--cream-2)}#produkt{background:#fff}#piloten{background:var(--lime)}#netzwerk{background:#fff}.sec-content{z-index:1;position:relative}.sec-head{max-width:60ch;margin-bottom:64px}.sec-head h2{margin-top:14px;font-size:clamp(28px,4.2vw,44px)}.sec-head .body{max-width:52ch;margin-top:18px}@media (width<=700px){.sec-head{margin-bottom:44px}}.hero{padding:140px 0}.hero h1{max-width:19ch;font-size:clamp(32px,5.4vw,58px);line-height:1.28}.hero .sub{color:#d9d5cf;max-width:52ch;margin-top:28px;font-size:clamp(16px,1.9vw,18.5px);line-height:1.65}.hero .cta-row{flex-wrap:wrap;gap:14px;margin-top:40px;display:flex}@media (width<=700px){.hero{padding:88px 0}}.cloud{justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.cloud-center{font-family:var(--f-head);background:var(--ink);color:var(--cream);text-align:center;z-index:2;border-radius:20px;padding:22px 32px;font-size:clamp(20px,3vw,29px);font-weight:800;line-height:1.15;box-shadow:0 18px 40px #0000001f}.chip{border:1px solid var(--line);white-space:nowrap;will-change:transform;background:#fff;border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:500;animation:7s ease-in-out infinite chip-drift;position:absolute;box-shadow:0 6px 18px #0000000d}.c1{animation-duration:5.2s;animation-delay:-.6s;top:8%;left:17%}.c2{animation-duration:6.1s;animation-delay:-2.1s;top:3%;right:21%}.c3{animation-duration:5.6s;animation-delay:-3.4s;top:40%;left:7%}.c4{animation-duration:6.4s;animation-delay:-1.4s;bottom:10%;left:20%}.c5{animation-duration:5.4s;animation-delay:-4.2s;bottom:4%;right:17%}.c6{animation-duration:6.7s;animation-delay:-2.8s;top:44%;right:7%}.c7{animation-duration:5.9s;animation-delay:-5s;bottom:0;left:40%}.c8{animation-duration:6.3s;animation-delay:-1.8s;top:0;left:38%}@keyframes chip-drift{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(4px,-9px)rotate(1.4deg)}50%{transform:translate(-3px,-14px)rotate(-1.1deg)}75%{transform:translate(-5px,-6px)rotate(.9deg)}}@media (width<=640px){.cloud{min-height:230px}.chip{padding:6px 10px;font-size:10.5px;box-shadow:0 4px 12px #0000000d}.cloud-center{border-radius:14px;padding:14px 18px;font-size:17px}.c1{left:2%}.c3{left:0}.c4{left:4%}.c2{right:4%}.c5{right:2%}.c6{right:0}}.split{grid-template-columns:1.15fr 1fr;align-items:start;gap:64px;display:grid}@media (width<=860px){.split{grid-template-columns:1fr;gap:44px}}.flist{flex-direction:column;gap:20px;display:flex}.fitem{align-items:flex-start;gap:14px;display:flex}.fdot{border-radius:52% 48% 44% 56%/55% 46% 54% 45%;flex:none;width:21px;height:21px;margin-top:3px}.fitem span{font-size:15.5px;line-height:1.6}.fitem b{font-weight:600}.fico{border-radius:52% 48% 44% 56%/55% 46% 54% 45%;flex:none;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.fico svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.fitem .ft{font-family:var(--f-head);margin-bottom:3px;font-size:17px;font-weight:700;display:block}.fitem .fd{color:var(--ink-soft);font-size:14.5px;display:block}.phone-img{width:100%;max-width:430px;margin:-230px auto 0;display:block}.split>div:last-child{align-self:end}@media (width<=860px){.phone-img{margin-top:0}}.phone{background:#0e0e0e;border-radius:44px;max-width:300px;margin:0 auto;padding:12px;position:relative;box-shadow:0 30px 60px #12121247,inset 0 0 0 2px #2a2a2a}.phone-notch{z-index:3;background:#0e0e0e;border-radius:0 0 14px 14px;width:96px;height:22px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.phone-screen{background:var(--cream);font-family:var(--f-body);border-radius:34px;overflow:hidden}.mk-head{background:var(--ink);color:var(--cream);padding:12px 18px 16px}.mk-status{opacity:.85;letter-spacing:.04em;justify-content:space-between;padding:0 4px 8px;font-size:9.5px;display:flex}.mk-title{font-family:var(--f-head);font-size:17px;font-weight:800;line-height:1.2;position:relative}.mk-avatar{background:var(--cream);opacity:.9;border-radius:50%;width:22px;height:22px;position:absolute;top:2px;right:0}.mk-body{padding:16px 14px 20px}.mk-h{font-size:13.5px;font-weight:700}.mk-sub{color:var(--ink-soft);max-width:32ch;margin:3px 0 10px;font-size:9.5px}.mk-pills{gap:5px;margin-bottom:12px;display:flex}.mk-pill{border:1px solid var(--ink);border-radius:999px;padding:4px 9px;font-size:9px;font-weight:600}.mk-pill.on{background:var(--ink);color:var(--cream)}.mk-kw{opacity:.6;margin:10px 2px 6px;font-size:9px;font-weight:600}.mk-card{border:1.5px solid var(--ink);border-radius:13px;gap:10px;margin-bottom:9px;padding:10px 12px;display:flex;box-shadow:2px 3px #121212e6}.mk-thumb{background:#1212122e;border-radius:8px;flex:0 0 46px;align-self:center;height:46px}.mk-main{flex:1;min-width:0}.mk-row{font-size:9.5px}.mk-name{margin-top:2px;font-size:12.5px;font-weight:700}.mk-loc{color:var(--ink-soft);font-size:8.5px}.mk-foot{justify-content:space-between;align-items:center;margin-top:8px;font-size:8.5px;font-weight:600;display:flex}.mk-foot i{border-radius:50%;width:7px;height:7px;margin-left:3px;display:inline-block}.notify-strip{background:var(--sand);border-radius:16px;align-items:center;gap:14px;margin-top:8px;margin-left:60px;padding:16px 22px;display:flex}.notify-strip .fico{background:#fff}.notify-strip p{color:var(--ink-soft);font-size:15.5px;line-height:1.6}.notify-strip b{color:var(--ink);font-weight:600}@media (width<=640px){.notify-strip{margin-left:0;padding:14px 16px}}.banner h2{max-width:26ch;font-size:clamp(25px,4.2vw,42px);line-height:1.18}.grid3{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}@media (width<=820px){.grid3{grid-template-columns:1fr}}.card{border:none;border-radius:24px;padding:32px}.grid3 .card:first-child{background:var(--lime)}.grid3 .card:nth-child(2){background:var(--lavender)}.grid3 .card:nth-child(3){background:var(--coral)}.grid3 .card p{color:#121212b8}.card .key{background:var(--ink);border-radius:52% 48% 44% 56%/55% 46% 54% 45%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:18px;display:flex}.card .key svg{stroke:#fff;fill:none;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.card h3{margin-bottom:10px;font-size:19px}.card p{color:var(--ink-soft);font-size:14.5px;line-height:1.6}.pilots{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (width<=720px){.pilots{grid-template-columns:1fr}.pilot .pcollage{gap:8px;padding:8px 8px 0}.pilot .pcollage img{aspect-ratio:1;border-radius:10px}}.pilot{background:#fff;border-radius:18px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 14px 34px #12121214}.pilot .pcollage{background:#fff;grid-template-columns:1fr 1fr;gap:12px;padding:12px 12px 0;display:grid}.pilot .pcollage img{object-fit:cover;aspect-ratio:4/5;border-radius:12px;width:100%;height:auto;display:block}.pilot .pimg img{object-fit:cover;object-position:top;width:100%;height:100%}.pimg-empty{background:var(--cream-2);color:var(--ink-soft);border-bottom:1px solid var(--line);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.pimg-empty svg{stroke:#12121266;fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.pilot .pbody{padding:26px 28px 28px}.pilot .role{letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-bottom:6px;font-size:12px;font-weight:600}.pilot h3{font-size:23px}.tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.tag{background:var(--lavender);border-radius:999px;padding:7px 13px;font-size:12.5px;font-weight:600}.final{overflow:hidden}.final h2{text-align:center;max-width:18ch;margin:0 auto;font-size:clamp(30px,5.2vw,54px)}.final .sub{text-align:center;color:var(--lavender);max-width:42ch;margin:22px auto 0;font-size:clamp(16px,2.2vw,20px);font-weight:500;line-height:1.5}.paths{grid-template-columns:1fr 1fr;gap:22px;margin-top:60px;display:grid}@media (width<=720px){.paths{grid-template-columns:1fr}}.path{border-radius:24px;padding:34px}.paths .path:first-child{background:var(--lime)}.paths .path:nth-child(2){background:var(--lavender)}.path h3{color:var(--ink);font-size:20px}.path .body{color:#121212b8;margin-top:12px;font-size:14.5px}.path .btn{margin-top:24px}.final .mark--light{font-family:var(--f-head);text-align:center;color:var(--cream);margin-top:64px;font-size:30px;font-weight:800;display:block}.final .mark--light .dot{color:var(--lime)}footer{background:var(--ink);color:#a6a29b;border-top:1px solid #ffffff14;padding:44px 0 52px}.foot-in{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.foot-in .mark{color:var(--cream);font-size:20px}.foot-links{flex-wrap:wrap;gap:22px;display:flex}.foot-links a{opacity:.85;font-size:13.5px;text-decoration:none}.foot-links a:hover{opacity:1;color:var(--cream)}.powered{opacity:.55;margin-top:26px;font-size:12.5px}.logo-marquee{overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.logo-track{width:max-content;animation:36s linear infinite logo-scroll;display:flex}.logo-set{align-items:center;gap:64px;padding-right:64px;display:flex}.logo-set img{object-fit:contain;flex:none;width:auto;max-width:180px;height:44px}@keyframes logo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.logo-track{animation:none}}.logo-text{font-family:var(--f-head);color:var(--ink-soft);white-space:nowrap;font-size:15px;font-weight:700}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.chip{animation:none}.reveal{opacity:1;transition:none;transform:none}.btn:hover{transform:none}html{scroll-behavior:auto}}.legal-hero{padding:92px 0 88px}.legal-hero .eyebrow{color:var(--lavender);opacity:1;margin-top:44px}.legal-hero h1{max-width:18ch;margin-top:12px;font-size:clamp(36px,6vw,64px)}.legal-back{color:#f1e8e1b8;align-items:center;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.legal-back:hover{color:var(--cream)}.legal-section{padding:88px 0 120px}.legal-content{background:#fff;border-radius:28px;max-width:820px;padding:clamp(28px,5vw,64px);box-shadow:0 18px 48px #12121212}.legal-content h2{margin:2.2em 0 .65em;font-size:clamp(23px,3vw,32px)}.legal-content h2:first-child{margin-top:0}.legal-content h3{margin:1.8em 0 .55em;font-size:20px}.legal-content h4{margin:1.5em 0 .45em;font-size:16px;font-weight:700}.legal-content p,.legal-content li{color:var(--ink-soft);font-size:15.5px;line-height:1.75}.legal-content p+p{margin-top:1em}.legal-content ul{margin:1em 0;padding-left:1.3em}.legal-content li+li{margin-top:.65em}.legal-content a{text-decoration-color:var(--field-purple);text-underline-offset:3px;overflow-wrap:anywhere;text-decoration-thickness:2px}.legal-content strong{color:var(--ink)}@media (width<=700px){.legal-hero{padding:62px 0 64px}.legal-hero .eyebrow{margin-top:34px}.legal-section{padding:48px 0 76px}.legal-content{border-radius:20px;padding:28px 22px}}
