.card{background:#fff;border-radius:16px;width:200px;padding:1.25rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000000f}.card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001a}.card__icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.75rem;font-size:1.1rem;display:flex}.card__title{color:#1f1f1f;margin:0 0 .35rem;font-size:.85rem;font-weight:700}.card__description{color:#7e7e7e;margin:0;font-size:.78rem;line-height:1.4}
.avatar-stack{align-items:center;gap:.75rem;display:flex}.avatar-stack__avatars{display:flex}.avatar-stack__avatar{color:#fff;border:2px solid #fef8f6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-8px;font-size:.7rem;font-weight:700;display:flex;overflow:hidden}.avatar-stack__image{object-fit:cover;width:100%;height:100%}.avatar-stack__avatar:first-child{margin-left:0}.avatar-stack__label{color:#7e7e7e;font-size:.82rem;line-height:1.4}
.marker{display:inline-block;position:relative}.marker__bg{z-index:-1;pointer-events:none;transform-origin:0;animation:.85s cubic-bezier(.7,0,.2,1) both marker-draw;position:absolute;inset:-.05em -.18em -.02em}.marker__bg svg{width:100%;height:100%;display:block}@keyframes marker-draw{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.marker__word{z-index:1;position:relative}@media (prefers-reduced-motion:reduce){.marker__bg{animation:none}}
.sol-switch{display:none}@media (max-width:900px){.sol-switch{--sw-accent:#f16b5c;margin-top:2.5rem;display:block}.sol-switch--loesungen{--sw-accent:#2f9e5a}.sol-switch__toggle{background:#f1ecea;border-radius:999px;grid-template-columns:1fr 1fr;gap:0;margin-bottom:1.75rem;padding:5px;display:grid;position:relative}.sol-switch__tab{z-index:1;color:#8a8a8a;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:999px;padding:.75rem 0;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:color .3s;position:relative}.sol-switch__tab[aria-selected=true]{color:var(--sw-accent)}.sol-switch__thumb{background:#fff;border-radius:999px;width:calc(50% - 5px);transition:transform .34s cubic-bezier(.4,0,.2,1);position:absolute;top:5px;bottom:5px;left:5px;box-shadow:0 2px 10px #1f1f1f1a}.sol-switch--loesungen .sol-switch__thumb{transform:translate(100%)}.sol-switch__panel{animation:.4s cubic-bezier(.22,.61,.36,1) sol-switch-in}.sol-switch__heading{letter-spacing:-.02em;color:#1f1f1f;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:1.6rem;font-weight:800;line-height:1.2}.sol-switch__accent{color:var(--sw-accent)}.sol-switch__sub{color:#7e7e7e;max-width:36ch;margin:0 0 1.5rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6}.sol-switch__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sol-switch__item{border-bottom:1px solid #1f1f1f0f;border-left:2px solid #eaeaea;padding:.85rem 0 .85rem 1.25rem;position:relative}.sol-switch__item:last-child{border-bottom:none}.sol-switch__dot{border-radius:50%;width:8px;height:8px;position:absolute;top:1.2rem;left:-5px}.sol-switch__item-title{color:#1f1f1f;margin:0 0 .3rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.3}.sol-switch__item-desc{color:#7e7e7e;margin:0;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6}.sol-switch__cta{background:var(--sw-accent);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.8rem 1.4rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 18px #f16b5c47}.sol-switch__cta span{transition:transform .2s}.sol-switch__cta:active{transform:translateY(1px)}.sol-switch__cta--ghost{color:#7e7e7e;box-shadow:none;background:0 0;padding-left:.25rem}}@keyframes sol-switch-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.sol-switch__panel{animation:none}.sol-switch__thumb,.sol-switch__tab,.sol-switch__cta{transition:none}}
.hero{max-width:1400px;margin:0 auto;padding:0 clamp(2rem,4vw,4rem) 4rem;overflow-x:clip}.hero__layout{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,6vw,8rem);display:grid}.hero__left{flex-direction:column;display:flex}.hero__text{flex-direction:column;justify-content:center;gap:1.5rem;min-height:100vh;padding-top:0;padding-bottom:10rem;display:flex}.hero__heading{color:#1f1f1f;letter-spacing:-.02em;margin:0;font-size:3.5rem;font-weight:800;line-height:1.15}.hero__heading--accent{color:#f16b5c}.hero__heading--quiet{color:#4a4540}@keyframes heroWordSlide{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero__heading-word{opacity:0;animation:.35s cubic-bezier(.22,.61,.36,1) both heroWordSlide;display:inline-block}.hero__heading-word--1{animation-delay:50ms}.hero__heading-word--2{animation-duration:.9s;animation-delay:.2s}.hero__heading-word--3{animation-delay:.6s}.hero__subtext{color:#7e7e7e;max-width:480px;margin:0;font-size:1.1rem;line-height:1.65}.hero__actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero__right{align-items:center;height:calc(100vh - 72px);padding-bottom:4rem;display:flex;position:sticky;top:72px}.hero__cards{aspect-ratio:520/550;width:min(520px,100%);margin-left:auto;margin-right:auto;position:relative}.hero__card.card{position:absolute;width:38.5%!important}.hero__card:first-child{animation:6.5s ease-in-out infinite float-1;top:0;left:0;transform:rotate(-2.5deg)}.hero__card:nth-child(2){animation:6s ease-in-out infinite float-2;top:2.7%;left:53.8%;transform:rotate(2deg)}.hero__card:nth-child(3){animation:5.5s ease-in-out infinite float-3;top:33.6%;left:5.8%;transform:rotate(1.5deg)}.hero__card:nth-child(4){animation:5.8s ease-in-out infinite float-1;top:35.5%;left:57.7%;transform:rotate(-2deg)}.hero__card:nth-child(5){animation:5s ease-in-out infinite float-2;top:68.2%;left:28.8%;transform:rotate(1deg)}@keyframes float-1{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-10px)rotate(-3deg)}}@keyframes float-2{0%,to{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-12px)rotate(2deg)}}@keyframes float-3{0%,to{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-8px)rotate(2deg)}}.services-scroll{height:170vh;position:relative}.services-scroll--problems{height:150vh}.services-scroll--swap{height:200vh}.services-scroll__sticky{flex-direction:column;justify-content:flex-start;min-height:calc(100vh - 110px);padding-top:3rem;display:flex;position:sticky;top:110px}.services-scroll__header{padding:0 0 1.5rem}.services-scroll__heading{color:#1f1f1f;letter-spacing:-.02em;margin:0 0 .75rem;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}.services-scroll__heading--accent{color:#f16b5c}.services-scroll--swap .services-scroll__heading--accent{color:#2f9e5a}.services-scroll__sub{color:#7e7e7e;max-width:480px;margin:0;font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.7}.services-scroll__list{flex-direction:column;gap:0;display:flex}.services-scroll__item{border-bottom:1px solid #ededed;border-left:2px solid #eaeaea;padding:1.5rem 0 1.5rem 1.5rem;transition:none;position:relative}.services-scroll--js .services-scroll__item{will-change:transform, opacity}.services-scroll__sticky--swap{will-change:transform, opacity;z-index:2;justify-content:center}.services-scroll__sticky--swap .services-scroll__header{opacity:0;will-change:transform, opacity;transform:translateY(28px)}.hero__cards--spread .hero__card{will-change:transform, opacity;transition:none!important;animation:none!important}.services-scroll__item:last-child{border-bottom:none}.services-scroll__dot{border-radius:50%;width:10px;height:10px;position:absolute;top:2rem;left:-6px}.services-scroll__title{color:#1f1f1f;margin:0 0 .4rem;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3}.services-scroll__desc{color:#7e7e7e;margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.65}.hero__scroll{z-index:10;transition:opacity .5s;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll--hidden{opacity:0;pointer-events:none}.hero__scroll-mouse{border:2px solid #d4d4d4;border-radius:12px;justify-content:center;width:22px;height:34px;padding-top:6px;display:flex}.hero__scroll-dot{background:#d4d4d4;border-radius:2px;width:3px;height:8px;animation:1.8s ease-in-out infinite scroll-bounce}@keyframes scroll-bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}@media (max-width:900px){.hero{padding:0 2rem 2rem}.hero__layout{grid-template-columns:1fr;gap:1.5rem}.hero__text{min-height:auto;padding-bottom:2rem}.hero__heading{font-size:2.5rem}.hero__right,.hero__sections-desktop{display:none}.services-scroll__heading{font-size:2rem}.services-scroll__sticky{padding:2rem 0}}@media (max-width:600px){.hero{padding:0 1.25rem 1rem}.hero__layout{gap:1rem}.hero__text{gap:1.25rem;min-height:auto;padding-top:4rem;padding-bottom:.5rem}.hero__heading{font-size:2rem}.hero__subtext{font-size:.95rem}.hero__actions{gap:1rem}.hero__actions .btn{font-size:.85rem}.hero__actions .btn--primary{padding:.7rem 1.25rem}.hero__right,.hero__scroll{display:none}.services-scroll{height:auto}.services-scroll__sticky{min-height:auto;padding:4rem 0 0;position:static}.services-scroll__header{padding-bottom:2rem}.services-scroll__heading{margin-bottom:.5rem;font-size:1.6rem}.services-scroll__sub{max-width:32ch;font-size:.95rem}.services-scroll__list{gap:0}.services-scroll__item{border-bottom:1px solid #1f1f1f0f;border-left:2px solid #eaeaea;padding:.85rem 0 .85rem 1.25rem;position:relative}.services-scroll__item:last-child{border-bottom:none}.services-scroll__dot{width:8px;height:8px;top:1.25rem;left:-5px}.services-scroll__title{margin-bottom:.3rem;font-size:1.05rem}.services-scroll__desc{font-size:.9rem;line-height:1.6}}
