.language-switcher{display:flex;align-items:center;gap:6px;background:none;border:1px solid #D1D5DB;border-radius:100px;padding:8px 14px;min-height:44px;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:500;color:#6b7280;transition:border-color .2s ease}.language-switcher:hover{border-color:#b45309}.language-switcher:focus-visible{outline:2px solid #B45309;outline-offset:4px}.language-switcher-divider{color:#d1d5db}.language-switcher-active{color:#b45309;font-weight:700}.language-switcher-option{transition:color .2s ease}.header{position:sticky;top:0;z-index:1000;background-color:#fff;transition:box-shadow .2s ease,background-color .2s ease}.header--scrolled{box-shadow:0 2px 8px #00000014}.header-nav{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 1rem;height:64px}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.header-logo-icon{width:28px;height:28px}.header-logo-text{font-size:1.125rem;font-weight:800;color:#b45309}.header-desktop-nav{display:none;align-items:center;gap:1.5rem}.header-nav-link{font-size:.875rem;font-weight:500;color:#374151;text-decoration:none;cursor:pointer;padding:.5rem 0;border:none;background:none;font-family:inherit;position:relative;transition:color .15s ease;display:inline-flex;align-items:center;gap:.25rem}.header-nav-link:hover,.header-nav-link--active{color:#b45309}.header-nav-link--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#b45309;border-radius:1px}.header-chevron{width:14px;height:14px;transition:transform .2s ease;flex-shrink:0}.header-chevron--open{transform:rotate(180deg)}.header-dropdown{position:relative}.header-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-8px);min-width:260px;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001f;padding:.5rem 0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease-out,transform .2s ease-out,visibility .2s;z-index:1001}.header-dropdown-menu:before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:.5rem}.header-dropdown-menu--open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(.5rem)}.header-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;font-size:.875rem;color:#374151;text-decoration:none;transition:background-color .15s ease,color .15s ease}.header-dropdown-item:hover{background-color:#f3f4f6;color:#b45309}.header-dropdown-item--disabled{opacity:.5;cursor:default;pointer-events:none}.header-dropdown-arrow{font-size:.75rem;color:#9ca3af;transition:color .15s ease}.header-dropdown-item:hover .header-dropdown-arrow{color:#b45309}.header-dropdown-badge{font-size:.6875rem;font-weight:600;color:#9ca3af;background-color:#f3f4f6;padding:.125rem .375rem;border-radius:4px;line-height:1.4}.header-dropdown-separator{height:1px;background-color:#e5e7eb;margin:.25rem 1rem}.header-dropdown-footer{display:block;padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:#b45309;text-decoration:none;transition:background-color .15s ease}.header-dropdown-footer:hover{background-color:#f3f4f6}.header-actions{display:flex;align-items:center;gap:.5rem}.header-cta{display:inline-flex;align-items:center;padding:.5rem .875rem;background-color:#b45309;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .15s ease,transform .15s ease;white-space:nowrap}.header-cta:hover{background-color:#92400e;transform:scale(1.02)}.header-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:none;cursor:pointer;padding:0;color:#374151}.header-hamburger svg{width:24px;height:24px}.header-mobile-overlay{position:fixed;inset:0;z-index:9998;background-color:#0000004d;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}.header-mobile-overlay--open{opacity:1;visibility:visible}.header-mobile-menu{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:400px;background-color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.header-mobile-overlay--open .header-mobile-menu{transform:translate(0)}.header-mobile-top{display:flex;justify-content:flex-end;padding:.75rem 1rem}.header-mobile-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:none;cursor:pointer;color:#374151}.header-mobile-close svg{width:24px;height:24px}.header-mobile-links{flex:1;padding:0 1.5rem}.header-mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-size:1.125rem;font-weight:500;color:#374151;text-decoration:none;border:none;background:none;font-family:inherit;cursor:pointer;border-bottom:1px solid #F3F4F6;text-align:left}.header-mobile-link:hover{color:#b45309}.header-mobile-accordion{border-bottom:1px solid #F3F4F6}.header-mobile-accordion-trigger{border-bottom:none}.header-mobile-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.header-mobile-accordion-content--open{max-height:500px}.header-mobile-sublink{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0 .625rem 1.25rem;font-size:.9375rem;color:#4b5563;text-decoration:none;transition:color .15s ease}.header-mobile-sublink:hover{color:#b45309}.header-mobile-sublink--disabled{opacity:.5;cursor:default;pointer-events:none}.header-mobile-sublink--footer{font-weight:600;color:#b45309;padding-top:.75rem;padding-bottom:.75rem}.header-mobile-separator{height:1px;background-color:#e5e7eb;margin:.25rem 0 .25rem 1.25rem}.header-mobile-cta{margin:1.5rem;padding:.875rem;background-color:#b45309;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;transition:background-color .15s ease}.header-mobile-cta:hover{background-color:#92400e}.header-mobile-lang{display:flex;justify-content:center;padding:1rem 1.5rem 1.5rem}@media(min-width:768px){.header-nav{padding:0 2rem}.header-mobile-menu{max-width:360px}}@media(min-width:1024px){.header-nav{height:72px}.header-logo-icon{width:32px;height:32px}.header-logo-text{font-size:1.25rem}.header-desktop-nav{display:flex}.header-hamburger{display:none}.header-cta{padding:.5rem 1.25rem;font-size:.875rem}}.footer{background:linear-gradient(to bottom,#1e293b,#111827 40px);color:#d1d5db;padding:3rem 1rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-direction:column;gap:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem;text-align:center}.footer-logo-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;justify-content:center;transition:opacity .2s}.footer-logo-link:hover{opacity:.8}.footer-logo-icon{width:28px;height:28px;flex-shrink:0}.footer-logo-text{font-size:1.25rem;font-weight:800;color:#fff}.footer-slogan{font-size:.875rem;color:#9ca3af;line-height:1.5}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer-group{display:flex;flex-direction:column;gap:.625rem}.footer-group-title{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.25rem}.footer-link{font-size:.875rem;color:#ffffffb3;text-decoration:none;transition:color .2s;min-height:44px;display:inline-flex;align-items:center}.footer-link:hover{color:#fcd34d;text-decoration:underline}.footer-divider{border:none;border-top:1px solid #374151;margin:2rem 0 1.5rem}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-copyright{font-size:.75rem;color:#6b7280}.footer-social{display:flex;align-items:center;gap:1.25rem}.footer-social-link{display:inline-flex;align-items:center;gap:.375rem;color:#ffffffb3;text-decoration:none;transition:color .2s,transform .2s;min-width:44px;min-height:44px;justify-content:center}.footer-social-link:hover{color:#fcd34d;transform:scale(1.1)}.footer-social-icon{width:18px;height:18px}.footer-social-label{font-size:.8125rem}@media(min-width:768px){.footer{padding:4rem 2rem 2rem}.footer-brand{text-align:left}.footer-logo-link{justify-content:flex-start}.footer-nav{display:flex;gap:3rem}.footer-bottom{flex-direction:row;justify-content:space-between}.footer-link{min-height:0}}@media(min-width:1024px){.footer{padding:5rem 2rem 2rem}.footer-top{flex-direction:row;justify-content:space-between;gap:4rem}.footer-brand{flex-shrink:0;max-width:280px}.footer-nav{gap:4rem}}.demo-fab{position:fixed;bottom:16px;right:16px;z-index:9998;display:flex;justify-content:center;align-items:center;width:56px;height:56px;padding:0;border:none;border-radius:50%;background-color:#b45309;color:#fff;cursor:pointer;box-shadow:0 4px 20px #b4530959;transition:all .3s cubic-bezier(.25,.46,.45,.94);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.demo-fab-icon{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.demo-fab:hover{background-color:#92400e;transform:scale(1.05);box-shadow:0 8px 30px #b4530973}.demo-fab:active{transform:scale(.95)}.demo-fab:focus-visible{outline:3px solid #92400E;outline-offset:3px}@media(min-width:481px){.demo-fab{bottom:16px;right:16px}}@media(min-width:768px){.demo-fab{display:none}}.inspection-footsteps{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;display:none}@media(min-width:768px){.inspection-footsteps{display:block}}.inspection-footsteps-canvas{width:100%;height:100%;pointer-events:none}@media(prefers-reduced-motion:reduce){.inspection-footsteps{display:none}}.hero{position:relative;scroll-margin-top:64px}.hero-container{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:48px 1rem 64px;display:flex;flex-direction:column;gap:2.5rem}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-headline{font-size:1.875rem;font-weight:800;line-height:1.15;color:#1f2937;margin:0}.hero-subline{font-size:1rem;font-weight:400;line-height:1.65;color:#6b7280;margin:0;max-width:540px}.hero-ctas{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.875rem 2rem;background-color:#c2410c;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;min-height:48px;box-shadow:0 2px 8px #ea580c4d}.hero-cta-primary:hover{background-color:#9a3412;transform:scale(1.03);box-shadow:0 4px 16px #ea580c59}.hero-cta-primary:active{transform:scale(.98)}.hero-cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 2rem;background-color:transparent;border:2px solid #D97706;border-radius:10px;color:#b45309;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease;min-height:48px}.hero-cta-secondary:hover{background-color:#fffbeb;color:#92400e;transform:scale(1.03)}.hero-cta-secondary:active{transform:scale(.98)}.hero-cta-secondary:hover .hero-cta-arrow{transform:translate(4px)}.hero-cta-arrow{display:inline-block;transition:transform .2s ease;font-size:1.125rem;line-height:1}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-visual-icon{width:100%;max-width:480px;height:auto}.hero-animate{opacity:0;transform:translateY(20px)}.hero-animate--visible{animation:heroFadeIn .6s ease-out forwards}.hero-animate--delay-1{animation-delay:.2s}.hero-animate--delay-2{animation-delay:.4s}.hero-animate--delay-3{animation-delay:.6s}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.hero-container{padding:64px 2rem 80px}.hero-headline{font-size:2.5rem}.hero-subline{font-size:1.125rem}.hero-ctas{flex-direction:row;gap:1rem}.hero-cta-primary{width:auto;padding:.875rem 2.5rem}.hero-cta-secondary{width:auto;padding:.875rem 2rem}}@media(min-width:1024px){.hero{scroll-margin-top:72px}.hero-container{flex-direction:row;align-items:center;padding:80px 2rem 120px;gap:3rem}.hero-content{flex:0 0 55%;max-width:55%;gap:1.75rem}.hero-headline{font-size:3.25rem}.hero-subline{font-size:1.1875rem;max-width:520px}.hero-visual{flex:1}.hero-visual-icon{max-width:520px}}@media(min-width:1280px){.hero-headline{font-size:3.5rem}}.problem{background-color:#fffbf5;scroll-margin-top:64px;position:relative}.problem-container{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:48px 1rem 64px;display:flex;flex-direction:column;align-items:center}.problem-headline{font-size:1.5rem;font-weight:700;line-height:1.25;color:#1f2937;text-align:center;margin:0 0 2rem}.problem-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}.problem-card{background-color:#fff;border-radius:14px;padding:1.75rem 1.5rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;transition:box-shadow .2s ease,transform .2s ease}.problem-card-icon-wrap{width:64px;height:64px;border-radius:16px;background-color:#fffbeb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.problem-card-icon{width:40px;height:40px}.problem-card-text{font-size:.9375rem;font-weight:400;line-height:1.6;color:#374151;margin:0}.problem-transition{font-size:1.125rem;font-weight:600;line-height:1.5;color:#b45309;text-align:center;margin:2.5rem 0 0;max-width:520px}.problem-animate{opacity:0;transform:translateY(30px)}.problem-animate--visible{animation:problemFadeIn .5s ease-out forwards}.problem-animate--delay-1{animation-delay:.1s}.problem-animate--delay-2{animation-delay:.25s}.problem-animate--delay-3{animation-delay:.4s}.problem-animate--delay-4{animation-delay:.55s}.problem-animate--delay-5{animation-delay:.7s}@keyframes problemFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.problem-container{padding:64px 2rem 80px}.problem-headline{font-size:1.875rem;margin-bottom:2.5rem}.problem-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.problem-card{padding:2rem 1.75rem}.problem-card-icon-wrap{width:72px;height:72px;border-radius:18px}.problem-card-icon{width:44px;height:44px}.problem-transition{font-size:1.25rem;margin-top:3rem}}@media(min-width:1024px){.problem{scroll-margin-top:72px}.problem-container{padding:80px 2rem 120px}.problem-headline{font-size:2.5rem}.problem-grid{gap:2rem}.problem-card{padding:2.25rem 2rem;cursor:default}.problem-card:hover{box-shadow:0 4px 8px #0000000a,0 8px 24px #00000014;transform:scale(1.02)}.problem-card:hover .problem-card-icon-wrap{background-color:#fef3c7}.problem-card-icon-wrap{width:76px;height:76px;border-radius:20px;transition:background-color .2s ease}.problem-card-icon{width:46px;height:46px}.problem-card-text{font-size:1rem}.problem-transition{font-size:1.375rem}}.insight{background:#0f172a;position:relative;overflow:hidden;isolation:isolate}.insight-glow{position:absolute;top:50%;left:50%;width:600px;height:400px;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(217,119,6,.08) 0%,rgba(217,119,6,.02) 40%,transparent 70%);pointer-events:none;z-index:0;opacity:0;transition:opacity 1.2s ease}.insight--visible .insight-glow{opacity:1}.insight-line{position:absolute;left:0;right:0;height:1px;z-index:1}.insight-line--top{top:0;background:linear-gradient(90deg,transparent 0%,rgba(217,119,6,.3) 30%,rgba(252,211,77,.5) 50%,rgba(217,119,6,.3) 70%,transparent 100%);opacity:0;transition:opacity .8s ease .2s}.insight-line--bottom{bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 30%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.06) 70%,transparent 100%);opacity:0;transition:opacity .8s ease .4s}.insight--visible .insight-line--top,.insight--visible .insight-line--bottom{opacity:1}.insight-container{position:relative;z-index:2;max-width:680px;margin:0 auto;padding:56px 1.5rem 60px;display:flex;flex-direction:column;align-items:center;text-align:center}.insight-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#d97706;margin-bottom:2rem;opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease}.insight--visible .insight-label{opacity:1;transform:translateY(0)}.insight-stat-block{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:1rem;opacity:0;transform:translateY(16px) scale(.95);transition:opacity .7s ease .15s,transform .7s ease .15s}.insight--visible .insight-stat-block{opacity:1;transform:translateY(0) scale(1)}.insight-stat{font-size:3.5rem;font-weight:800;line-height:1;letter-spacing:-.02em;background:linear-gradient(180deg,#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 40px rgba(217,119,6,.15));font-variant-numeric:tabular-nums}.insight-stat-context{font-size:.875rem;font-weight:500;color:#ffffff73;letter-spacing:.02em}.insight-body{font-size:.9375rem;font-weight:400;line-height:1.65;color:#ffffffbf;margin:0 0 1.75rem;max-width:520px;opacity:0;transform:translateY(14px);transition:opacity .6s ease .3s,transform .6s ease .3s}.insight--visible .insight-body{opacity:1;transform:translateY(0)}.insight-divider{width:48px;height:2px;background:linear-gradient(90deg,transparent,#D97706,transparent);border-radius:1px;margin-bottom:1.75rem;opacity:0;transition:opacity .6s ease .4s}.insight--visible .insight-divider{opacity:1}.insight-details{font-size:.875rem;font-weight:400;line-height:1.6;color:#ffffff59;margin:0 0 1.5rem;max-width:440px;opacity:0;transform:translateY(12px);transition:opacity .6s ease .5s,transform .6s ease .5s}.insight--visible .insight-details{opacity:1;transform:translateY(0)}.insight-pivot{font-size:1.125rem;font-weight:700;color:#fcd34d;margin:0;letter-spacing:.01em;opacity:0;transform:translateY(12px);transition:opacity .6s ease .65s,transform .6s ease .65s}.insight--visible .insight-pivot{opacity:1;transform:translateY(0)}.insight-cta{display:inline-flex;align-items:center;margin-top:2rem;padding:.875rem 2rem;background-color:#d97706;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .15s ease,transform .15s ease;opacity:0;transform:translateY(12px);transition:opacity .6s ease .8s,transform .6s ease .8s,background-color .15s ease}.insight--visible .insight-cta{opacity:1;transform:translateY(0)}.insight-cta:hover{background-color:#b45309;transform:scale(1.03)}.insight-cta:focus-visible{outline:2px solid #FCD34D;outline-offset:4px}@media(min-width:768px){.insight-container{padding:72px 2rem 76px}.insight-label{font-size:.813rem;letter-spacing:.18em;margin-bottom:2.25rem}.insight-stat{font-size:4.5rem}.insight-stat-context{font-size:1rem}.insight-stat-block{margin-bottom:1.25rem}.insight-body{font-size:1.063rem}.insight-divider{width:56px}.insight-details{font-size:.9375rem}.insight-pivot{font-size:1.25rem}.insight-glow{width:800px;height:500px}}@media(min-width:1024px){.insight-container{padding:88px 2rem 92px}.insight-stat{font-size:5.5rem;filter:drop-shadow(0 0 60px rgba(217,119,6,.12))}.insight-stat-context{font-size:1.063rem}.insight-body{font-size:1.125rem}.insight-details{font-size:1rem}.insight-pivot{font-size:1.375rem}.insight-glow{width:1000px;height:600px}}.solution{background-color:#fff;scroll-margin-top:64px;position:relative}.solution-container{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:48px 1rem 64px;display:flex;flex-direction:column;align-items:center}.solution-headline{font-size:1.5rem;font-weight:700;line-height:1.25;color:#1f2937;text-align:center;margin:0 0 1rem}.solution-subline{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;text-align:center;margin:0 0 2.5rem;max-width:700px}.solution-pillars{display:flex;flex-direction:column;align-items:center;gap:0;width:100%}.solution-pillar-group{display:flex;flex-direction:column;align-items:center;width:100%}.solution-card{position:relative;background-color:#fff;border-radius:14px;padding:2.5rem 1.5rem 1.75rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:box-shadow .2s ease,transform .2s ease;width:100%}.solution-card--blue{border-top:3px solid #D97706}.solution-card--violet{border-top:3px solid #EA580C}.solution-card--green{border-top:3px solid #22C55E}.solution-step-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;line-height:1}.solution-step-badge--blue{background-color:#b45309}.solution-step-badge--violet{background-color:#c2410c}.solution-step-badge--green{background-color:#22c55e}.solution-card-icon-wrap{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.solution-card-icon-wrap--blue{background-color:#fffbeb}.solution-card-icon-wrap--violet{background-color:#fff7ed}.solution-card-icon-wrap--green{background-color:#f0fdf4}.solution-card-icon{width:40px;height:40px}.solution-card-title{font-size:1.25rem;font-weight:600;line-height:1.3;color:#1f2937;margin:0}.solution-card-subtitle{font-size:.875rem;font-weight:500;line-height:1.4;color:#6b7280;margin:-.25rem 0 0}.solution-card-description{font-size:.9375rem;font-weight:400;line-height:1.6;color:#374151;margin:.25rem 0 0}.solution-card-features{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}.solution-feature{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:400;line-height:1.5;color:#374151}.solution-feature-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.solution-feature-dot--blue{background-color:#d97706}.solution-feature-dot--violet{background-color:#ea580c}.solution-feature-dot--green{background-color:#22c55e}.solution-connector{display:flex;align-items:center;justify-content:center;padding:.75rem 0}.solution-connector-svg--horizontal{display:none}.solution-connector-svg--vertical{display:block;width:24px;height:48px}.solution-connector-line--blue-violet{stroke:url(#connector-blue-violet);stroke:#ea580c}.solution-connector-line--violet-green{stroke:url(#connector-violet-green);stroke:#22c55e}.solution-connector-arrow--violet{fill:#ea580c}.solution-connector-arrow--green{fill:#22c55e}.solution-animate--visible .solution-connector-line{stroke-dashoffset:0;transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}.solution-animate .solution-connector-line{stroke-dashoffset:48}.solution-tagline{font-size:1rem;font-weight:600;line-height:1.5;color:#b45309;text-align:center;margin:2.5rem 0 0}.solution-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:320px;padding:.875rem 2rem;background-color:#ea580c;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;min-height:48px;box-shadow:0 2px 8px #ea580c4d;margin-top:2rem}.solution-cta:hover{background-color:#c2410c;box-shadow:0 4px 16px #ea580c59}.solution-cta:active{transform:scale(.98)}.solution-animate{opacity:0;transform:translateY(30px)}.solution-animate--visible{animation:solutionFadeIn .6s ease-out forwards}.solution-animate--delay-1{animation-delay:.1s}.solution-animate--delay-2{animation-delay:.2s}.solution-animate--delay-3{animation-delay:.4s}.solution-animate--delay-4{animation-delay:.6s}.solution-animate--delay-5{animation-delay:.8s}.solution-animate--delay-6{animation-delay:1s}.solution-animate--delay-7{animation-delay:1.2s}@keyframes solutionFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.solution-container{padding:64px 2rem 80px}.solution-headline{font-size:1.875rem;margin-bottom:1.25rem}.solution-subline{font-size:1.125rem;margin-bottom:3rem}.solution-card{padding:2.5rem 1.75rem 2rem}.solution-card-icon-wrap{width:72px;height:72px;border-radius:18px}.solution-card-icon{width:44px;height:44px}.solution-tagline{font-size:1.125rem;margin-top:3rem}.solution-cta{width:auto;padding:.875rem 2.5rem}}@media(min-width:1024px){.solution{scroll-margin-top:72px}.solution-container{padding:80px 2rem 120px}.solution-headline{font-size:2.5rem}.solution-subline{font-size:1.25rem}.solution-pillars{flex-direction:row;align-items:stretch;gap:0;width:100%}.solution-pillar-group{flex-direction:row;align-items:center;flex:1}.solution-card{padding:2.5rem 2rem 2rem;cursor:default;flex:1}.solution-card:hover{box-shadow:0 4px 8px #0000000a,0 8px 24px #00000014;transform:translateY(-4px)}.solution-card-icon-wrap{width:76px;height:76px;border-radius:20px;transition:background-color .2s ease}.solution-card--blue:hover .solution-card-icon-wrap--blue{background-color:#fef3c7}.solution-card--violet:hover .solution-card-icon-wrap--violet{background-color:#ffedd5}.solution-card--green:hover .solution-card-icon-wrap--green{background-color:#dcfce7}.solution-card-icon{width:46px;height:46px}.solution-card-description{font-size:1rem}.solution-card-features{flex-direction:column;align-items:flex-start;gap:.375rem}.solution-connector{padding:0 .5rem;flex-shrink:0}.solution-connector-svg--vertical{display:none}.solution-connector-svg--horizontal{display:block;width:48px;height:24px}.solution-tagline{font-size:1.125rem;margin-top:3.5rem}.solution-cta:hover{transform:translateY(-2px)}.solution-cta:active{transform:translateY(0) scale(.98)}}@media(min-width:1280px){.solution-connector{padding:0 1rem}}.branch-tab{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:640px;margin:0 auto;padding:1.5rem;background-color:#fff;border-radius:16px;border:1px solid #E5E7EB;animation:branchTabSlideIn .18s ease-out forwards}.branch-tab--slide-right{animation-name:branchTabSlideRight}.branch-tab--slide-left{animation-name:branchTabSlideLeft}@keyframes branchTabSlideRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes branchTabSlideLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.branch-tab-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.branch-tab-benefit{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#1f2937}.branch-tab-benefit-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.branch-tab-benefit-icon svg{width:20px;height:20px}.branch-tab-actions{display:flex;justify-content:center}.branch-tab-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;color:#fff;background-color:#b45309;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.branch-tab-cta:hover{background-color:#92400e;box-shadow:0 4px 12px #d977064d;transform:translateY(-1px)}.branch-tab-cta:active{transform:translateY(0)}.branch-tab--weitere{max-width:640px}.branch-tab-weitere-intro{font-size:.9375rem;font-weight:400;line-height:1.6;color:#374151;margin:0}.branch-tab-future-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem}.branch-tab-future-item{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#374151}.branch-tab-future-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background-color:#d97706}.branch-tab-hint{font-size:.875rem;font-weight:400;line-height:1.5;color:#6b7280;font-style:italic;margin:0}@media(min-width:768px){.branch-tab{padding:2rem 2.5rem}.branch-tab-cta{width:auto}.branch-tab-benefit{font-size:1rem}}.branches{background-color:#f9fafb;scroll-margin-top:64px;position:relative}.branches-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:48px 1rem 64px;display:flex;flex-direction:column;align-items:center}.branches-headline{font-size:1.5rem;font-weight:700;line-height:1.25;color:#1f2937;text-align:center;margin:0 0 1rem}.branches-subline{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;text-align:center;margin:0 0 2rem;max-width:700px}.branches-tab-nav{display:flex;gap:.5rem;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.25rem 0 1rem;margin-bottom:1.5rem}.branches-tab-nav::-webkit-scrollbar{display:none}.branches-pill{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex-shrink:0;scroll-snap-align:center;padding:.75rem 1rem;border:2px solid #E5E7EB;border-radius:14px;background-color:transparent;color:#6b7280;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;min-width:0;outline:none}.branches-pill:hover{border-color:#d97706;color:#374151}.branches-pill:focus-visible{outline:2px solid #B45309;outline-offset:2px}.branches-pill--active{background-color:#fffbeb;border-color:#d97706;color:#b45309}.branches-pill--active:hover{border-color:#d97706;color:#b45309}.branches-pill-icon{width:36px;height:36px}.branches-pill-label{font-size:.6875rem;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap}.branches-panel{width:100%;touch-action:pan-y}.branches-animate{opacity:0;transform:translateY(30px)}.branches-animate--visible{animation:branchesFadeIn .6s ease-out forwards}.branches-animate--delay-1{animation-delay:.1s}.branches-animate--delay-2{animation-delay:.2s}.branches-animate--delay-3{animation-delay:.35s}@keyframes branchesFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.branches-container{padding:64px 2rem 80px}.branches-headline{font-size:1.875rem;margin-bottom:1.25rem}.branches-subline{font-size:1.125rem;margin-bottom:2.5rem}.branches-tab-nav{justify-content:center;overflow-x:visible;flex-wrap:wrap;gap:.625rem;padding-bottom:0;margin-bottom:2rem}.branches-pill{padding:.875rem 1.25rem;border-radius:14px}.branches-pill-icon{width:40px;height:40px}.branches-pill-label{font-size:.75rem}}@media(min-width:1024px){.branches{scroll-margin-top:72px}.branches-container{padding:80px 2rem 100px}.branches-headline{font-size:2.5rem}.branches-subline{font-size:1.25rem;margin-bottom:3rem}.branches-tab-nav{gap:.75rem;margin-bottom:2.5rem}.branches-pill{padding:1rem 1.5rem}.branches-pill-icon{width:48px;height:48px}.branches-pill-label{font-size:.8125rem}}.credibility{background-color:#f9fafb;scroll-margin-top:64px;position:relative}.credibility-container{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:48px 1rem 64px;display:flex;flex-direction:column;align-items:center}.credibility-headline{font-size:1.5rem;font-weight:700;line-height:1.25;color:#1f2937;text-align:center;margin:0 0 1rem}.credibility-subline{font-size:1rem;font-weight:400;line-height:1.6;color:#4b5563;text-align:center;max-width:680px;margin:0 0 2.5rem}.credibility-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}.credibility-link:hover{color:#1d4ed8;text-decoration:underline}.credibility-founder{display:flex;align-items:center;gap:16px;background-color:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:20px 24px;margin-bottom:2.5rem;width:100%;max-width:480px}.credibility-founder-portrait{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.credibility-founder-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.credibility-founder-name{font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.3}.credibility-founder-role{font-size:.938rem;font-weight:400;color:#6b7280;line-height:1.4}.credibility-founder-logo-link{flex-shrink:0;display:flex;align-items:center;opacity:.7;transition:opacity .2s ease}.credibility-founder-logo-link:hover{opacity:1}.credibility-founder-logo{width:44px;height:auto}.credibility-cards{display:grid;grid-template-columns:1fr;gap:20px;width:100%;margin-bottom:2.5rem}.credibility-card{background-color:#fff;border-radius:12px;padding:28px 24px;border:1px solid #E5E7EB;transition:box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.credibility-card:hover{box-shadow:0 4px 12px #0000000f}.credibility-card-icon{width:48px;height:48px;margin-bottom:16px}.credibility-card-svg{width:100%;height:100%}.credibility-card-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.3}.credibility-card-description{font-size:.938rem;font-weight:400;color:#6b7280;line-height:1.6;margin:0}.credibility-card-stagger{opacity:0;transform:translateY(10px)}.credibility-animate--visible .credibility-card-stagger{animation:credibilityCardFadeIn .4s ease-out forwards}.credibility-card-stagger--0{animation-delay:0ms}.credibility-card-stagger--1{animation-delay:.12s}.credibility-card-stagger--2{animation-delay:.24s}@keyframes credibilityCardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.credibility-clients{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.credibility-clients-label{font-size:.813rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.credibility-clients-names{font-size:1rem;font-weight:600;color:#6b7280;letter-spacing:.02em}.credibility-animate{opacity:0;transform:translateY(20px)}.credibility-animate--visible{animation:credibilityFadeIn .6s ease-out forwards}.credibility-animate--delay-1{animation-delay:.15s}.credibility-animate--delay-2{animation-delay:.3s}.credibility-animate--delay-3{animation-delay:.45s}.credibility-animate--delay-4{animation-delay:.6s}@keyframes credibilityFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.credibility-container{padding:64px 2rem 80px}.credibility-headline{font-size:1.875rem;margin-bottom:1.25rem}.credibility-subline{font-size:1.063rem;margin-bottom:2rem}.credibility-founder{padding:24px 32px;gap:20px;margin-bottom:3rem}.credibility-founder-portrait{width:96px;height:96px}.credibility-founder-logo{width:48px}.credibility-cards{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:3rem}.credibility-card{padding:32px 24px}.credibility-clients{flex-direction:row;gap:10px}.credibility-clients-names{font-size:1.063rem}}@media(min-width:1024px){.credibility{scroll-margin-top:72px}.credibility-container{padding:80px 2rem 100px}.credibility-headline{font-size:2.5rem}.credibility-subline{font-size:1.125rem}.credibility-founder-portrait{width:104px;height:104px}.credibility-founder-name{font-size:1.25rem}.credibility-founder-role{font-size:1rem}.credibility-founder-logo{width:52px}.credibility-cards{gap:28px}.credibility-card{padding:36px 28px}}.trust{background-color:#fffbf5;scroll-margin-top:64px;position:relative}.trust-container{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:48px 1rem 64px;display:flex;flex-direction:column;align-items:center}.trust-headline{font-size:1.5rem;font-weight:700;line-height:1.25;color:#1f2937;text-align:center;margin:0 0 1rem}.trust-subline{font-size:1rem;font-weight:400;line-height:1.6;color:#4b5563;text-align:center;max-width:620px;margin:0 0 2.5rem}.trust-cards{display:grid;grid-template-columns:1fr;gap:16px;width:100%}.trust-card{display:flex;align-items:flex-start;gap:16px;background-color:#fff;border-radius:12px;padding:20px;border:1px solid #FEF3C7;transition:box-shadow .2s ease}.trust-card:hover{box-shadow:0 4px 12px #0000000d}.trust-card-icon-wrap{width:44px;height:44px;border-radius:10px;background-color:#fffbeb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-card-icon{width:28px;height:28px}.trust-card-text{display:flex;flex-direction:column;gap:4px;min-width:0}.trust-card-label{font-size:.938rem;font-weight:600;color:#92400e;line-height:1.3}.trust-card-description{font-size:.875rem;font-weight:400;color:#6b7280;line-height:1.5;margin:0}.trust-card-stagger{opacity:0;transform:translateY(10px)}.trust-animate--visible .trust-card-stagger{animation:trustCardFadeIn .4s ease-out forwards}.trust-card-stagger--0{animation-delay:0ms}.trust-card-stagger--1{animation-delay:.1s}.trust-card-stagger--2{animation-delay:.2s}.trust-card-stagger--3{animation-delay:.3s}@keyframes trustCardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.trust-animate{opacity:0;transform:translateY(20px)}.trust-animate--visible{animation:trustFadeIn .6s ease-out forwards}.trust-animate--delay-1{animation-delay:.15s}.trust-animate--delay-2{animation-delay:.3s}@keyframes trustFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.trust-container{padding:64px 2rem 80px}.trust-headline{font-size:1.875rem;margin-bottom:1.25rem}.trust-subline{font-size:1.063rem;margin-bottom:3rem}.trust-cards{grid-template-columns:repeat(2,1fr);gap:20px}.trust-card{padding:24px}.trust-card-icon-wrap{width:48px;height:48px}.trust-card-icon{width:30px;height:30px}.trust-card-label{font-size:1rem}.trust-card-description{font-size:.875rem}}@media(min-width:1024px){.trust{scroll-margin-top:72px}.trust-container{padding:80px 2rem 100px}.trust-headline{font-size:2.5rem}.trust-subline{font-size:1.125rem}.trust-cards{gap:24px}.trust-card{padding:28px}.trust-card-icon-wrap{width:52px;height:52px;border-radius:12px}.trust-card-icon{width:32px;height:32px}}.pricing-card{position:relative;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:32px 24px 24px;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;transition:transform .2s ease,box-shadow .2s ease}.pricing-card--enterprise{order:-1}.pricing-card--highlighted{border:2px solid #D97706;background:linear-gradient(180deg,#fffbeb,#fff 24px);box-shadow:0 4px 8px #0000000a,0 8px 24px #00000014}.pricing-card-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#d97706;color:#fff;padding:4px 16px;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.pricing-card-name{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 4px}.pricing-card-target{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 20px}.pricing-card-includes{font-size:.8125rem;font-weight:500;color:#6b7280;margin:0 0 8px;font-style:italic}.pricing-card-features{list-style:none;padding:0;margin:0 0 20px;flex:1}.pricing-card-feature{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;color:#374151;line-height:1.5;padding:6px 0}.pricing-card-feature-icon{flex-shrink:0;width:18px;height:18px;color:#16a34a;margin-top:2px}.pricing-card-price{display:flex;flex-direction:column;align-items:center;margin-bottom:12px;padding-top:8px}.pricing-card-price-amount{font-size:2rem;font-weight:800;color:#1f2937;line-height:1}.pricing-card-price-period{font-size:.8125rem;color:#6b7280;margin-top:4px}.pricing-card-price-detail{font-size:.875rem;color:#6b7280;margin-top:4px}.pricing-card-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:14px 24px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease;text-align:center;width:100%}.pricing-card-cta--enterprise{background:#ea580c;color:#fff;border:none;box-shadow:0 2px 8px #ea580c4d}.pricing-card-cta--enterprise:hover{background:#f97316;transform:scale(1.02);box-shadow:0 4px 12px #ea580c66}.pricing-card-cta--starter{border:2px solid #D97706;color:#d97706;background:transparent}.pricing-card-cta--starter:hover{background:#fffbeb;transform:scale(1.02)}@media(min-width:1024px){.pricing-card:hover{transform:scale(1.02);box-shadow:0 4px 8px #0000000a,0 8px 24px #00000014}.pricing-card--highlighted:hover{box-shadow:0 8px 16px #0000000f,0 12px 32px #0000001a}}@media(min-width:768px){.pricing-card--enterprise{order:0}}@media(min-width:1024px){.pricing-card{padding:36px 28px 28px}}.pricing{background-color:#fff;scroll-margin-top:64px;position:relative}.pricing-container{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:48px 1rem 64px;display:flex;flex-direction:column;align-items:center}.pricing-headline{font-size:1.5rem;font-weight:700;line-height:1.25;color:#1f2937;text-align:center;margin:0 0 1rem}.pricing-subline{font-size:1rem;font-weight:400;line-height:1.6;color:#6b7280;text-align:center;margin:0 0 2rem;max-width:600px}.pricing-cards{display:grid;grid-template-columns:1fr;gap:24px;width:100%;max-width:400px}.pricing-guarantees{display:grid;grid-template-columns:1fr;gap:16px;width:100%;max-width:700px;margin-top:2.5rem;padding:24px;background:linear-gradient(135deg,#1f2937,#374151);border-radius:16px}.pricing-guarantee{display:flex;align-items:flex-start;gap:14px}.pricing-guarantee-icon-wrap{width:36px;height:36px;border-radius:8px;background:#fcd34d1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pricing-guarantee-icon{width:18px;height:18px;color:#fcd34d}.pricing-guarantee-text{display:flex;flex-direction:column;gap:2px;min-width:0}.pricing-guarantee-title{font-size:.938rem;font-weight:600;color:#fff;line-height:1.3}.pricing-guarantee-description{font-size:.813rem;font-weight:400;color:#ffffff8c;line-height:1.5;margin:0}.pricing-team-hint{margin-top:2rem;display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.pricing-team-hint-text{font-size:.9375rem;color:#6b7280}.pricing-team-hint-cta{font-size:.9375rem;font-weight:600;color:#d97706;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;transition:color .15s ease}.pricing-team-hint-cta:hover{color:#b45309}.pricing-animate{opacity:0;transform:translateY(20px)}.pricing-animate--visible{animation:pricingFadeIn .6s ease-out forwards}.pricing-animate--delay-1{animation-delay:.1s}.pricing-animate--delay-2{animation-delay:.2s}.pricing-animate--delay-3{animation-delay:.35s}.pricing-animate--delay-4{animation-delay:.5s}.pricing-animate--delay-5{animation-delay:.65s}@keyframes pricingFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.pricing-container{padding:64px 2rem 80px}.pricing-headline{font-size:1.875rem}.pricing-subline{font-size:1.0625rem}.pricing-cards{grid-template-columns:repeat(2,1fr);max-width:700px;gap:24px}.pricing-guarantees{grid-template-columns:repeat(3,1fr);gap:24px;padding:28px 32px;margin-top:3rem}.pricing-guarantee{flex-direction:column;align-items:center;text-align:center;gap:10px}.pricing-guarantee-icon-wrap{width:40px;height:40px}.pricing-guarantee-icon{width:20px;height:20px}.pricing-guarantee-title{font-size:1rem}.pricing-guarantee-description{font-size:.875rem}}@media(min-width:1024px){.pricing{scroll-margin-top:72px}.pricing-container{padding:80px 2rem 100px}.pricing-headline{font-size:2.5rem}.pricing-subline{font-size:1.125rem;max-width:700px}.pricing-cards{gap:28px}.pricing-guarantees{padding:32px 40px;gap:32px}.pricing-guarantee-icon-wrap{width:44px;height:44px;border-radius:10px}.pricing-guarantee-icon{width:22px;height:22px}}.faq-item{border-bottom:1px solid #E5E7EB}.faq-item:last-child{border-bottom:none}.faq-item--open{border-left:3px solid #D97706}.faq-item-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:16px 0;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.faq-item--open .faq-item-header{padding-left:13px}.faq-item-question{font-size:.9375rem;font-weight:600;line-height:1.4;color:#1f2937}.faq-item-chevron{width:16px;height:16px;color:#9ca3af;transition:transform .3s ease-in-out}.faq-item-chevron--open{transform:rotate(180deg)}.faq-item-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out}.faq-item-content{overflow:hidden}.faq-item--open .faq-item-content{background-color:#f8fafc;border-radius:0 0 10px 10px}.faq-item-answer{margin:0;padding:0 20px 20px;font-size:.875rem;line-height:1.7;color:#4b5563}.faq-item--open .faq-item-answer{padding-top:16px;padding-left:33px}@media(hover:hover){.faq-item:not(.faq-item--open) .faq-item-header:hover{background-color:#f9fafb;border-radius:8px}}@media(min-width:768px){.faq-item-question{font-size:1rem}.faq-item-answer{font-size:.9375rem}}@media(min-width:1024px){.faq-item-header{padding:20px 0}.faq-item--open .faq-item-header{padding-left:17px}.faq-item-question{font-size:1.0625rem}.faq-item-answer{font-size:1rem}.faq-item--open .faq-item-answer{padding-left:37px}}.faq{background-color:#fff;scroll-margin-top:64px;position:relative}.faq-container{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:48px 1rem 64px}.faq-headline{font-size:1.5rem;font-weight:700;line-height:1.25;color:#1f2937;text-align:center;margin:0 0 2rem}.faq-card{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;padding:24px 16px}.faq-cta-container{background:linear-gradient(135deg,#fffbeb,#fff7ed);border-radius:14px;padding:24px;margin-top:32px;text-align:center}.faq-cta-button{display:inline-block;padding:14px 32px;background-color:#ea580c;color:#fff;font-size:.9375rem;font-weight:600;line-height:1.4;border:none;border-radius:10px;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.faq-cta-button:hover{background-color:#dc5a0b;transform:scale(1.02)}.faq-cta-button:active{transform:scale(.98)}.faq-animate{opacity:0;transform:translateY(20px)}.faq-animate--visible{animation:faqFadeIn .6s ease-out forwards}.faq-animate--delay-1{animation-delay:80ms}.faq-animate--delay-2{animation-delay:.16s}.faq-animate--delay-3{animation-delay:.24s}.faq-animate--delay-4{animation-delay:.32s}.faq-animate--delay-5{animation-delay:.4s}.faq-animate--delay-6{animation-delay:.48s}.faq-animate--delay-7{animation-delay:.56s}.faq-animate--delay-8{animation-delay:.64s}.faq-animate--delay-9{animation-delay:.72s}.faq-animate--delay-10{animation-delay:.8s}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.faq-container{padding:64px 2rem 80px}.faq-headline{font-size:1.875rem}.faq-card{padding:32px 24px}.faq-cta-container{padding:32px;margin-top:40px}.faq-cta-button{font-size:1rem;padding:16px 40px}}@media(min-width:1024px){.faq{scroll-margin-top:72px}.faq-container{padding:80px 1rem 96px}.faq-headline{font-size:2.5rem;margin-bottom:2.5rem}.faq-card{padding:48px 40px}}.landing-page,.impressum-page{min-height:100vh}.impressum-page-content{max-width:800px;margin:0 auto;padding:4rem 1rem}.impressum-page-badge{display:inline-block;font-size:.8125rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:999px;margin-bottom:1rem}.impressum-page-title{font-size:1.75rem;font-weight:800;color:#1f2937;margin-bottom:.75rem}.impressum-page-description{font-size:1.0625rem;color:#6b7280;line-height:1.6;margin-bottom:0}.impressum-page-divider{border:none;border-top:1px solid #E5E7EB;margin:2rem 0}.impressum-section{margin-bottom:2rem}.impressum-section-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.impressum-section-text{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:.375rem}.impressum-section-spacer{margin-top:.75rem}.impressum-link{color:#d97706;text-decoration:none;transition:color .2s}.impressum-link:hover{color:#b45309;text-decoration:underline}@media(min-width:768px){.impressum-page-content{padding:6rem 2rem}.impressum-page-title{font-size:2.5rem}}.datenschutz-page{min-height:100vh}.datenschutz-page-content{max-width:800px;margin:0 auto;padding:4rem 1rem}.datenschutz-page-badge{display:inline-block;font-size:.8125rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:999px;margin-bottom:1rem}.datenschutz-page-title{font-size:1.75rem;font-weight:800;color:#1f2937;margin-bottom:.75rem}.datenschutz-page-description{font-size:1.0625rem;color:#6b7280;line-height:1.6;margin-bottom:.5rem}.datenschutz-page-updated{font-size:.8125rem;color:#9ca3af;margin-bottom:0}.datenschutz-page-divider{border:none;border-top:1px solid #E5E7EB;margin:2rem 0}.datenschutz-section{margin-bottom:2.5rem}.datenschutz-section-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.datenschutz-subsection-title{font-size:1rem;font-weight:600;color:#374151;margin-top:1.25rem;margin-bottom:.5rem}.datenschutz-section-text{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:.5rem}.datenschutz-contact-block{background:#f9fafb;padding:1rem 1.25rem;border-radius:8px;margin:.75rem 0}.datenschutz-contact-block .datenschutz-section-text{margin-bottom:.25rem}.datenschutz-list{padding-left:1.5rem;margin:.5rem 0 1rem}.datenschutz-list-item{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:.375rem}.datenschutz-link{color:#d97706;text-decoration:none;transition:color .2s}.datenschutz-link:hover{color:#b45309;text-decoration:underline}@media(min-width:768px){.datenschutz-page-content{padding:6rem 2rem}.datenschutz-page-title{font-size:2.5rem}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.not-found-page-content{text-align:center;padding:4rem 1rem}.not-found-page-title{font-size:4rem;font-weight:800;color:#b45309;margin-bottom:.5rem}.not-found-page-subtitle{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.not-found-page-description{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.not-found-page-link{display:inline-block;padding:.75rem 1.5rem;background-color:#b45309;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .2s}.not-found-page-link:hover{background-color:#92400e}@media(min-width:768px){.not-found-page-title{font-size:6rem}.not-found-page-subtitle{font-size:2rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.grid{display:grid}.hidden{display:none}.resize{resize:both}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
