.topbar.svelte-1n46o8q{position:sticky;top:0;z-index:50;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;transition:background .3s ease,backdrop-filter .3s ease}.topbar.scrolled.svelte-1n46o8q{background:#1a1a1a;backdrop-filter:none;-webkit-backdrop-filter:none}.brand.svelte-1n46o8q{display:flex;align-items:center}.brand-logo.svelte-1n46o8q{height:36px;width:auto}.topbar-nav.svelte-1n46o8q{display:flex;align-items:center;gap:16px}.topbar-phone.svelte-1n46o8q{color:#ffffffb3;font-size:14px;font-weight:500;text-decoration:none;letter-spacing:.3px;transition:color .2s}.topbar-phone.svelte-1n46o8q:hover{color:#fff}@media(max-width:600px){.topbar-phone.svelte-1n46o8q{display:none}}.topbar-cta.svelte-1n46o8q{background:#80bb6d;color:#fff;font-size:13px;font-weight:600;padding:8px 18px;border-radius:6px;text-decoration:none;transition:background .2s}.topbar-cta.svelte-1n46o8q:hover{background:#3a6332}.hero.svelte-1n46o8q{position:relative;background:#1a1a1a url(/hero-background-mobile.webp) center/cover no-repeat;color:#fff;margin-top:-56px;padding:120px 24px 72px;text-align:center;overflow:hidden}.hero.svelte-1n46o8q:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;pointer-events:none}@media(min-width:768px){.hero.svelte-1n46o8q{background-image:url(/hero-background.webp)}}.hero-glow.svelte-1n46o8q{position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(128,187,109,.12) 0%,transparent 70%);pointer-events:none}.hero-inner.svelte-1n46o8q{position:relative;z-index:1;max-width:720px;margin:0 auto}.rating-badge.svelte-1n46o8q{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);padding:6px 14px;border-radius:100px;font-size:13px;color:#ffffffb3;margin-bottom:24px}.stars.svelte-1n46o8q{color:#c8952e;letter-spacing:1px}h1.svelte-1n46o8q{font-size:clamp(28px,5vw,44px);font-weight:700;line-height:1.15;margin-bottom:16px;letter-spacing:-.5px}.accent.svelte-1n46o8q{color:#80bb6d}.hero-sub.svelte-1n46o8q{font-size:18px;color:#fff;max-width:540px;margin:0 auto 32px;line-height:1.55}.hero-actions.svelte-1n46o8q{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary.svelte-1n46o8q{background:#80bb6d;color:#fff;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-family:inherit;transition:background .2s,transform .2s;display:inline-block}.btn-primary.svelte-1n46o8q:hover{background:#3a6332;transform:translateY(-1px)}.btn-primary.svelte-1n46o8q:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-ghost.svelte-1n46o8q{background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.15);transition:background .2s;display:inline-block}.btn-ghost.svelte-1n46o8q:hover{background:#ffffff1f}.trust-bar.svelte-1n46o8q{background:#f2f8f0;border-bottom:1px solid #e0e0dd;padding:20px 24px}.trust-list.svelte-1n46o8q{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:32px;flex-wrap:wrap;list-style:none;padding:0}.trust-item.svelte-1n46o8q{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#1a1a1a}.check-icon.svelte-1n46o8q{width:20px;height:20px;background:#80bb6d;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section.svelte-1n46o8q{padding:72px 24px;max-width:960px;margin:0 auto}.section-inner.svelte-1n46o8q{max-width:960px;margin:0 auto}.section-label.svelte-1n46o8q{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#80bb6d;margin-bottom:8px}.section-label.light.svelte-1n46o8q{color:#fff6}.section-title.svelte-1n46o8q{font-size:clamp(24px,3.5vw,32px);font-weight:700;line-height:1.2;margin-bottom:12px}.section-title.light.svelte-1n46o8q{color:#fff}.section-desc.svelte-1n46o8q{font-size:16px;color:#6b6b6b;max-width:600px;line-height:1.6}.services-grid.svelte-1n46o8q{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:40px}.service-card.svelte-1n46o8q{background:#f5f5f3;border-radius:12px;border:1px solid #e0e0dd;overflow:hidden;transition:border-color .2s}.service-card.svelte-1n46o8q:hover{border-color:#80bb6d}.img-placeholder.svelte-1n46o8q{width:100%;height:180px;background:#e0e0dd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;position:relative;overflow:hidden}.img-placeholder.svelte-1n46o8q:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.025) 10px,rgba(0,0,0,.025) 20px)}.img-placeholder.svelte-1n46o8q svg:where(.svelte-1n46o8q){position:relative;stroke:#6b6b6b;opacity:.4}.img-placeholder.svelte-1n46o8q span:where(.svelte-1n46o8q){position:relative;font-size:11px;color:#6b6b6b;opacity:.6;font-weight:500}.img-placeholder.svelte-1n46o8q img{width:100%;height:100%;object-fit:cover}.service-body.svelte-1n46o8q{padding:24px 28px 28px}.service-body.svelte-1n46o8q h3:where(.svelte-1n46o8q){font-size:18px;font-weight:600;margin-bottom:8px}.service-body.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:14px;color:#6b6b6b;line-height:1.6;margin-bottom:0}.service-list.svelte-1n46o8q{list-style:none;padding:0;margin-top:12px}.service-list.svelte-1n46o8q li:where(.svelte-1n46o8q){font-size:13px;color:#6b6b6b;padding:3px 0 3px 16px;position:relative}.service-list.svelte-1n46o8q li:where(.svelte-1n46o8q):before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background:#80bb6d;border-radius:50%}.ref-grid.svelte-1n46o8q{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}@media(max-width:700px){.ref-grid.svelte-1n46o8q{grid-template-columns:repeat(2,1fr)}}.ref-card.svelte-1n46o8q{border-radius:10px;overflow:hidden;border:1px solid #e0e0dd;background:#f5f5f3}.ref-photo.svelte-1n46o8q{width:100%;aspect-ratio:4/3;background:#e0e0dd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative;overflow:hidden}.ref-photo.svelte-1n46o8q:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.025) 10px,rgba(0,0,0,.025) 20px)}.ref-photo.svelte-1n46o8q svg:where(.svelte-1n46o8q){position:relative;stroke:#6b6b6b;opacity:.35}.ref-photo.svelte-1n46o8q img{width:100%;height:100%;object-fit:cover}.ref-info.svelte-1n46o8q{padding:12px 14px}.ref-info.svelte-1n46o8q h3:where(.svelte-1n46o8q){font-size:13px;font-weight:600;margin-bottom:2px}.ref-info.svelte-1n46o8q span:where(.svelte-1n46o8q){font-size:12px;color:#6b6b6b}.stats-wrapper.svelte-1n46o8q{padding-top:0}.stats-grid.svelte-1n46o8q{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background:#e0e0dd;border-radius:12px;overflow:hidden;margin-top:0}.stat-card.svelte-1n46o8q{background:#fff;padding:32px 24px;text-align:center}.stat-value.svelte-1n46o8q{font-size:36px;font-weight:700;color:#80bb6d;line-height:1;margin-bottom:4px}.stat-label.svelte-1n46o8q{font-size:13px;color:#6b6b6b;font-weight:500}.argumente.svelte-1n46o8q{background:#1a1a1a;color:#fff;padding:72px 24px}.args-grid.svelte-1n46o8q{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:40px}.arg-card.svelte-1n46o8q{padding:28px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.arg-card.svelte-1n46o8q h3:where(.svelte-1n46o8q){font-size:16px;font-weight:600;margin-bottom:8px}.arg-card.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:14px;color:#ffffff8c;line-height:1.6;margin:0}.formular-section.svelte-1n46o8q{background:#f2f8f0;padding:72px 24px}.form-outer.svelte-1n46o8q{max-width:640px;margin:0 auto}.form-card.svelte-1n46o8q{background:#fff;border-radius:16px;padding:40px 36px;border:1px solid #e0e0dd;box-shadow:0 4px 24px #0000000f}@media(max-width:500px){.form-card.svelte-1n46o8q{padding:28px 20px}}.form-card.svelte-1n46o8q>h2:where(.svelte-1n46o8q){font-size:24px;font-weight:700;margin-bottom:4px}.form-sub.svelte-1n46o8q{font-size:15px;color:#6b6b6b;margin-bottom:28px}.form-error.svelte-1n46o8q{background:#fff3f3;border:1px solid #f5c6c6;color:#c0392b;font-size:14px;padding:12px 16px;border-radius:8px;margin-bottom:20px}.form-error.svelte-1n46o8q a:where(.svelte-1n46o8q){color:#c0392b;font-weight:600}.form-row.svelte-1n46o8q{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}@media(max-width:500px){.form-row.svelte-1n46o8q{grid-template-columns:1fr}}.form-group.svelte-1n46o8q{display:flex;flex-direction:column;gap:4px}.full-width.svelte-1n46o8q{margin-bottom:14px}.form-group.svelte-1n46o8q label:where(.svelte-1n46o8q){font-size:13px;font-weight:600;color:#1a1a1a}.optional.svelte-1n46o8q{font-weight:400;color:#6b6b6b}.form-group.svelte-1n46o8q input:where(.svelte-1n46o8q),.form-group.svelte-1n46o8q textarea:where(.svelte-1n46o8q){font-family:inherit;font-size:15px;padding:10px 14px;border:1px solid #e0e0dd;border-radius:8px;background:#f5f5f3;color:#1a1a1a;transition:border-color .2s,background .2s;outline:none;width:100%}.form-group.svelte-1n46o8q input:where(.svelte-1n46o8q):focus,.form-group.svelte-1n46o8q textarea:where(.svelte-1n46o8q):focus{border-color:#80bb6d;background:#fff}.form-group.svelte-1n46o8q textarea:where(.svelte-1n46o8q){resize:vertical;min-height:80px}.select-wrap.svelte-1n46o8q{position:relative}.select-wrap.svelte-1n46o8q:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #6b6b6b;pointer-events:none}.select-wrap.svelte-1n46o8q select:where(.svelte-1n46o8q){font-family:inherit;font-size:15px;padding:10px 36px 10px 14px;border:1px solid #e0e0dd;border-radius:8px;background:#f5f5f3;color:#1a1a1a;transition:border-color .2s,background .2s;outline:none;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.select-wrap.svelte-1n46o8q select:where(.svelte-1n46o8q):focus{border-color:#80bb6d;background:#fff}.btn-submit.svelte-1n46o8q{margin-top:20px;width:100%;background:#80bb6d;color:#fff;padding:14px;border-radius:8px;font-size:16px;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:background .2s}.btn-submit.svelte-1n46o8q:hover:not(:disabled){background:#3a6332}.btn-submit.svelte-1n46o8q:disabled{opacity:.65;cursor:not-allowed}.form-note.svelte-1n46o8q{text-align:center;font-size:12px;color:#6b6b6b;margin-top:12px;margin-bottom:0}.form-phone-alt.svelte-1n46o8q{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0dd}.form-phone-alt.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:14px;color:#6b6b6b;margin-bottom:4px}.form-phone-alt.svelte-1n46o8q a:where(.svelte-1n46o8q){font-size:22px;font-weight:700;color:#1a1a1a;text-decoration:none}.form-phone-alt.svelte-1n46o8q a:where(.svelte-1n46o8q):hover{color:#80bb6d}.success-state.svelte-1n46o8q{text-align:center;padding:16px 0}.success-icon.svelte-1n46o8q{width:56px;height:56px;background:#80bb6d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.success-state.svelte-1n46o8q h2:where(.svelte-1n46o8q){font-size:22px;font-weight:700;margin-bottom:8px}.success-state.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:15px;color:#6b6b6b;margin-bottom:24px;line-height:1.6}.btn-reset.svelte-1n46o8q{margin-bottom:0}.region.svelte-1n46o8q{padding:56px 24px;max-width:960px;margin:0 auto;text-align:center}.region.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:15px;color:#6b6b6b;max-width:600px;margin:12px auto 0;line-height:1.6}.region-tags.svelte-1n46o8q{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:20px;padding:0;list-style:none}.region-tag.svelte-1n46o8q{background:#f5f5f3;border:1px solid #e0e0dd;padding:6px 14px;border-radius:100px;font-size:13px;font-weight:500;color:#1a1a1a}.group-section.svelte-1n46o8q{background:#f5f5f3;border-top:1px solid #e0e0dd;border-bottom:1px solid #e0e0dd;padding:56px 24px}.group-inner.svelte-1n46o8q{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:700px){.group-inner.svelte-1n46o8q{grid-template-columns:1fr;gap:32px}}.group-label.svelte-1n46o8q{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#6b6b6b;margin-bottom:8px}.group-text.svelte-1n46o8q h2:where(.svelte-1n46o8q){font-size:22px;font-weight:700;line-height:1.3;margin-bottom:12px}.group-text.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:15px;color:#6b6b6b;line-height:1.7;margin-bottom:16px}.group-link.svelte-1n46o8q{font-size:14px;font-weight:600;color:#80bb6d;text-decoration:none}.group-link.svelte-1n46o8q:hover{text-decoration:underline}.group-brands.svelte-1n46o8q{display:flex;flex-direction:column;gap:12px}.brand-card.svelte-1n46o8q{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e0e0dd;border-radius:10px;padding:16px 20px}.brand-card.active.svelte-1n46o8q{border-color:#80bb6d;background:#f2f8f0}.brand-icon.svelte-1n46o8q{width:52px;height:52px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;font-weight:700;color:#fff}.brand-icon.erdbau.svelte-1n46o8q,.brand-icon.haus.svelte-1n46o8q,.brand-icon.fleetec.svelte-1n46o8q{background:transparent}.brand-info.svelte-1n46o8q h3:where(.svelte-1n46o8q){font-size:14px;font-weight:600;margin-bottom:2px}.brand-info.svelte-1n46o8q span:where(.svelte-1n46o8q){font-size:12px;color:#6b6b6b}.brand-card.active.svelte-1n46o8q .brand-info:where(.svelte-1n46o8q) span:where(.svelte-1n46o8q){color:#3a6332}.team-section.svelte-1n46o8q{background:#fff;padding:48px 24px 0}.team-section.svelte-1n46o8q .section-inner:where(.svelte-1n46o8q){padding:0}.team-photo.svelte-1n46o8q{width:100%;border-radius:16px;overflow:hidden}.team-photo.svelte-1n46o8q img{width:100%;height:auto;display:block}.team-caption.svelte-1n46o8q{text-align:center;padding:28px 0 56px;max-width:560px;margin:0 auto}.team-caption.svelte-1n46o8q h2:where(.svelte-1n46o8q){font-size:20px;font-weight:700;margin-bottom:8px}.team-caption.svelte-1n46o8q p:where(.svelte-1n46o8q){font-size:15px;color:#6b6b6b;line-height:1.7;margin:0}.site-footer.svelte-1n46o8q{background:#1a1a1a;color:#ffffff80;padding:40px 24px;text-align:center}.footer-inner.svelte-1n46o8q{max-width:960px;margin:0 auto}.footer-brand-logo.svelte-1n46o8q{height:48px;width:auto;margin:0 auto 12px;display:block}.footer-address.svelte-1n46o8q{font-style:normal;font-size:14px;line-height:1.8;margin-bottom:16px}.footer-address.svelte-1n46o8q a:where(.svelte-1n46o8q){color:#ffffffb3;text-decoration:none}.footer-address.svelte-1n46o8q a:where(.svelte-1n46o8q):hover{color:#fff}.footer-legal.svelte-1n46o8q{font-size:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);margin:0}.footer-legal.svelte-1n46o8q a:where(.svelte-1n46o8q){color:#fff6;text-decoration:none;margin:0 8px}.footer-legal.svelte-1n46o8q a:where(.svelte-1n46o8q):hover{color:#ffffffb3}.form-split.svelte-1n46o8q{display:grid;grid-template-columns:5fr 8fr;gap:14px}.field-error.svelte-1n46o8q{font-size:12px;color:#c0392b;margin-top:3px;display:block}.form-group.svelte-1n46o8q input[aria-invalid=true]:where(.svelte-1n46o8q){border-color:#e74c3c;background:#fff8f8}.form-group.svelte-1n46o8q input[aria-invalid=true]:where(.svelte-1n46o8q):focus{border-color:#c0392b;background:#fff}.select-wrap.svelte-1n46o8q:has(select[aria-invalid=true]:where(.svelte-1n46o8q)):after{border-top-color:#e74c3c}.select-wrap.svelte-1n46o8q select[aria-invalid=true]:where(.svelte-1n46o8q){border-color:#e74c3c;background:#fff8f8}
