.page-container.svelte-1qbfmlp{min-height:100vh;background:var(--bg-900);color:var(--text-100);position:relative;z-index:1}main.svelte-1qbfmlp{max-width:1400px;margin:0 auto;padding:0 4rem;overflow-x:hidden}.services-section.svelte-1qbfmlp{padding:10rem 0 4rem}.mobile-diensten-title.svelte-1qbfmlp{display:none;font-size:clamp(2rem,8vw,3rem);font-weight:700;color:var(--text-50);margin:0 0 2rem;letter-spacing:-.02em;line-height:1.1}.mobile-diensten-title.svelte-1qbfmlp .accent:where(.svelte-1qbfmlp){color:var(--accent-gold)}.services-grid.svelte-1qbfmlp{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card.svelte-1qbfmlp{padding:2rem;border-radius:var(--radius-lg);min-height:320px;display:flex;flex-direction:column;position:relative;transition:all .4s cubic-bezier(.34,1.56,.64,1);text-decoration:none;cursor:pointer;overflow:hidden;opacity:0;transform:translateY(60px) scale(.95)}.service-card.svelte-1qbfmlp.animated{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.service-card.svelte-1qbfmlp{opacity:1;transform:none}}.service-card.svelte-1qbfmlp:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:color-mix(in srgb,var(--bg-950) 8%,transparent);opacity:0;transition:opacity .3s ease}.service-card.svelte-1qbfmlp:hover{transform:translateY(-3px) scale(1.005);filter:brightness(1.08)}.service-card.yellow.svelte-1qbfmlp{background:var(--accent-gold);color:var(--bg-950)}.service-card.blue.svelte-1qbfmlp{background:var(--accent-blue-light);color:var(--bg-950)}.service-card.orange.svelte-1qbfmlp{background:var(--accent-orange);color:var(--bg-950)}.service-card.green.svelte-1qbfmlp{background:var(--accent-green);color:var(--bg-950)}.card-content.svelte-1qbfmlp{flex-grow:1;position:relative;z-index:1}.icon.svelte-1qbfmlp{margin-bottom:1.5rem;opacity:.9}.card-title.svelte-1qbfmlp{font-size:1.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.card-description.svelte-1qbfmlp{font-size:.95rem;line-height:1.6;opacity:.85;margin:0}.card-footer.svelte-1qbfmlp{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:600;font-size:.9rem;opacity:.7;transition:all .3s ease;position:relative;z-index:1}.service-card.svelte-1qbfmlp:hover .card-footer:where(.svelte-1qbfmlp){opacity:1;gap:.75rem}.card-footer.svelte-1qbfmlp svg:where(.svelte-1qbfmlp){transition:transform .3s ease}.service-card.svelte-1qbfmlp:hover .card-footer:where(.svelte-1qbfmlp) svg:where(.svelte-1qbfmlp){transform:translate(4px)}.divider.svelte-1qbfmlp{height:1px;background:var(--border-subtle)}.editorial-section.svelte-1qbfmlp{padding:5rem 0}.editorial-grid.svelte-1qbfmlp{display:grid;grid-template-columns:220px 1fr;gap:4rem}.editorial-label.svelte-1qbfmlp{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);padding-top:.3rem}.label-subtext.svelte-1qbfmlp{font-size:.9rem;line-height:1.7;color:var(--text-300);margin:1rem 0 0;max-width:200px}.editorial-heading.svelte-1qbfmlp{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--text-50);margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.editorial-content.svelte-1qbfmlp p:where(.svelte-1qbfmlp){font-size:1.05rem;line-height:1.8;color:var(--text-200);margin:0;max-width:600px}.process-section.svelte-1qbfmlp{padding:5rem 0}.process-header.svelte-1qbfmlp{margin-bottom:1rem}.process-steps.svelte-1qbfmlp{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem}.process-step.svelte-1qbfmlp{padding:2.5rem 2rem;border-left:1px solid var(--border-subtle);position:relative}.process-step.svelte-1qbfmlp:first-child{border-left:none}.process-number.svelte-1qbfmlp{font-size:clamp(3rem,5vw,4.5rem);font-weight:700;color:var(--accent-gold);line-height:1;letter-spacing:-.03em}.process-line.svelte-1qbfmlp{width:30px;height:2px;background:var(--accent-gold);margin:1.5rem 0}.process-title.svelte-1qbfmlp{font-size:1.15rem;font-weight:700;color:var(--text-50);margin:0 0 .75rem}.process-description.svelte-1qbfmlp{font-size:.9rem;line-height:1.7;color:var(--text-300);margin:0}.usp-section.svelte-1qbfmlp{padding:5rem 0}.usp-header.svelte-1qbfmlp{display:flex;align-items:baseline;gap:2rem;margin-bottom:3rem}.usp-intro.svelte-1qbfmlp{font-size:1.05rem;line-height:1.8;color:var(--text-300);margin:0;max-width:500px}.usp-cards.svelte-1qbfmlp{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.usp-card.svelte-1qbfmlp{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border-subtle);transition:all .3s ease}.usp-card.svelte-1qbfmlp:hover{border-color:var(--border-medium)}.usp-card-image.svelte-1qbfmlp{aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-800)}.usp-card-image.svelte-1qbfmlp img:where(.svelte-1qbfmlp){width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.usp-card.svelte-1qbfmlp:hover .usp-card-image:where(.svelte-1qbfmlp) img:where(.svelte-1qbfmlp){transform:scale(1.03)}.usp-card-text.svelte-1qbfmlp{padding:1.25rem}.usp-card-text.svelte-1qbfmlp h3:where(.svelte-1qbfmlp){font-size:1.05rem;font-weight:700;color:var(--text-50);margin:0 0 .4rem}.usp-card-text.svelte-1qbfmlp p:where(.svelte-1qbfmlp){font-size:.9rem;line-height:1.6;color:var(--text-300);margin:0}.cta-section.svelte-1qbfmlp{padding:10rem 0}.cta-content.svelte-1qbfmlp{max-width:700px}.cta-title.svelte-1qbfmlp{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--text-50);margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.02em}.cta-description.svelte-1qbfmlp{font-size:1.2rem;line-height:1.7;color:var(--text-200);margin:0 0 3rem}.cta-buttons.svelte-1qbfmlp{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 1200px){.services-grid.svelte-1qbfmlp{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){main.svelte-1qbfmlp{padding:0 2rem}.editorial-grid.svelte-1qbfmlp{grid-template-columns:180px 1fr;gap:3rem}.cta-section.svelte-1qbfmlp{padding:8rem 0}}@media (max-width: 768px){main.svelte-1qbfmlp{padding:0 1.5rem}.services-section.svelte-1qbfmlp{padding:7rem 0 3rem}.mobile-diensten-title.svelte-1qbfmlp{display:block}.services-grid.svelte-1qbfmlp{grid-template-columns:1fr;gap:1rem}.service-card.svelte-1qbfmlp{min-height:auto;padding:1.75rem}.process-steps.svelte-1qbfmlp{grid-template-columns:1fr}.process-step.svelte-1qbfmlp{border-left:none;border-bottom:1px solid var(--border-subtle);padding:2rem 0}.process-step.svelte-1qbfmlp:last-child{border-bottom:none}.editorial-section.svelte-1qbfmlp{padding:3rem 0}.editorial-grid.svelte-1qbfmlp{grid-template-columns:1fr;gap:1rem}.usp-cards.svelte-1qbfmlp{grid-template-columns:repeat(2,1fr)}.cta-section.svelte-1qbfmlp{padding:6rem 0}.cta-buttons.svelte-1qbfmlp{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){main.svelte-1qbfmlp{padding:0 1rem}.services-section.svelte-1qbfmlp{padding:6rem 0 2rem}.usp-cards.svelte-1qbfmlp{grid-template-columns:1fr}.editorial-section.svelte-1qbfmlp{padding:2.5rem 0}.cta-section.svelte-1qbfmlp{padding:4rem 0}}
