.landing-carousel{position:relative;min-width:0}.landing-carousel__viewport{overflow:hidden;border-radius:1.6rem}.landing-carousel__track{display:flex;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}.landing-carousel__slide{min-width:100%;padding:1px}.landing-carousel__controls{display:flex;align-items:center;justify-content:center;gap:.65rem;margin-top:1rem}.landing-carousel__arrow{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:11px;color:#fff;background:rgba(255,255,255,.045);cursor:pointer;transition:.18s ease}.landing-carousel__arrow:hover{background:rgba(124,140,255,.16);border-color:rgba(124,140,255,.4)}.landing-carousel__dots{display:flex;align-items:center;gap:.45rem}.landing-carousel__dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.24);cursor:pointer;transition:width .25s ease,background .25s ease}.landing-carousel__dot.is-active{width:24px;background:#7c8cff}.landing-preview__body--single{grid-template-columns:1fr}.landing-preview__feature{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;padding:1rem;border:1px solid var(--landing-border);border-radius:1rem;background:rgba(255,255,255,.035)}.landing-preview__feature+.landing-preview__feature{margin-top:.8rem}.landing-preview__feature-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:rgba(111,124,255,.14);font-size:1.15rem}.landing-preview__feature strong,.landing-preview__feature small{display:block}.landing-preview__feature small{margin-top:.25rem;color:var(--landing-muted);font-size:.72rem;line-height:1.45}.landing-preview__progress{height:6px;margin-top:.85rem;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden}.landing-preview__progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6f7cff,#49d6b1)}
html[lang="de"] .landing-hero{grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);gap:clamp(2rem,5vw,5rem)}html[lang="de"] .landing-hero h1{max-width:840px;font-size:clamp(2.75rem,4.75vw,4.85rem);line-height:1.01;letter-spacing:-.052em;hyphens:auto}@media(max-width:991.98px){html[lang="de"] .landing-hero{grid-template-columns:1fr}.landing-carousel{max-width:720px}}@media(max-width:575.98px){html[lang="de"] .landing-hero h1{font-size:clamp(2.35rem,11vw,3.45rem)}.landing-carousel__arrow{width:34px;height:34px}}@media(prefers-reduced-motion:reduce){.landing-carousel__track,.landing-carousel__dot,.landing-carousel__arrow{transition:none}}