*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #C15F3C;--primary-dark: #A84E30;--primary-light: #D4785A;--accent: #C15F3C;--accent-light: #D4785A;--bg: #F4F3EE;--bg-alt: #EDEADE;--card-bg: #ffffff;--text: #3D3929;--text-muted: #8A8475;--border: #DDD9CE;--border-light: #E8E5DC;--serif: "Source Serif 4", Georgia, "Times New Roman", serif;--sans: "DM Sans", -apple-system, sans-serif;--handwritten: "Caveat", cursive}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.7;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;backdrop-filter:blur(20px);background:#f4f3eee6;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;max-width:100%}.nav-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%}.logo{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--text);text-decoration:none}.logo span{color:var(--primary)}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--primary);color:#fff!important;padding:.5rem 1.2rem;border-radius:100px;font-weight:600!important;transition:background .2s!important}.nav-cta:hover{background:var(--primary-dark)!important}.nav-right-mobile{display:none;align-items:center;gap:.8rem}.nav-wa-mobile{color:var(--primary);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#c15f3c14;transition:background .2s}.nav-wa-mobile:hover{background:#c15f3c26}section{padding:clamp(4rem,8vw,7rem) 2rem}.container{max-width:1100px;margin:0 auto}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--primary);margin-bottom:1rem;display:block}.section-header h2{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;letter-spacing:-.3px;margin-bottom:1rem;color:var(--text)}.section-header p{color:var(--text-muted);font-size:1.05rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--primary);color:#fff;padding:.85rem 1.8rem;border-radius:100px;text-decoration:none;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 30px #c15f3c33}.btn-secondary{background:transparent;color:var(--text);padding:.85rem 1.8rem;border-radius:100px;text-decoration:none;font-weight:600;font-size:.95rem;border:1px solid var(--border);transition:all .2s}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.hero{min-height:auto;display:flex;align-items:center;justify-content:center;text-align:center;padding:10rem 2rem 5rem;position:relative;background:var(--bg);overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(193,95,60,.08),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.hero-content{max-width:750px}.hero-badge{display:inline-block;padding:.4rem 1.2rem;background:#c15f3c0f;border:1px solid rgba(193,95,60,.12);border-radius:100px;font-size:.85rem;color:var(--primary);margin-bottom:2rem;font-weight:500}.hero h1{font-family:var(--serif);font-size:clamp(2.5rem,5.5vw,4rem);font-weight:400;line-height:1.15;letter-spacing:-.5px;margin-bottom:1.5rem;color:var(--text)}.hero h1 .highlight{color:var(--primary);position:relative;display:inline-block}.hero h1 .highlight:after{content:"";position:absolute;bottom:2px;left:-4%;width:108%;height:.18em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C40 3, 60 10, 100 6 S160 2, 198 7' fill='none' stroke='%23C15F3C' stroke-width='3' stroke-linecap='round' opacity='0.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%}.hero p{font-size:1.15rem;color:var(--text-muted);max-width:560px;margin:0 auto 2rem;line-height:1.8}.hero-trust{margin-top:2rem;font-size:1.15rem;color:var(--text-muted);line-height:1.8}.trust-bar{padding:2.5rem 2rem;background:var(--card-bg);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.trust-items{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.trust-item{display:flex;align-items:center;gap:.7rem;color:var(--text-muted);font-size:.9rem;font-weight:500}.trust-icon{width:36px;height:36px;background:#c15f3c0f;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon svg{width:18px;height:18px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.problem-solution{background:var(--bg)}.problem-solution .container{max-width:800px}.problem-list{list-style:none;padding:0;margin:0 0 3rem}.problem-list li{padding:.7rem 0;font-size:1.05rem;color:var(--text-muted);display:flex;align-items:flex-start;gap:.8rem;line-height:1.7}.problem-list li:before{content:"✕";color:#c0392b;font-weight:600;flex-shrink:0;margin-top:1px}.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.solution-item{background:var(--card-bg);border:1px solid var(--border-light);border-radius:12px;padding:1.8rem;transition:all .3s;position:relative;overflow:hidden}.solution-item:before{content:"";position:absolute;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--primary-light));transition:width .4s cubic-bezier(.22,1,.36,1);border-radius:12px 12px 0 0}.solution-item:hover{box-shadow:0 4px 20px #0000000a}.solution-item:hover:before{width:100%}.solution-item h4{font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:.5rem}.solution-item p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.feature-card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000000f;border-color:var(--border)}.feature-icon{width:44px;height:44px;background:#c15f3c14;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.feature-icon svg{width:22px;height:22px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.referenzen-section{background:var(--card-bg)}.referenzen-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.referenz-card{background:var(--bg);border:1px solid var(--border-light);border-radius:12px;overflow:hidden;transition:all .3s}.referenz-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000000f}.referenz-preview{width:100%;height:220px;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border-light);position:relative;overflow:hidden}.referenz-preview img{width:100%;height:100%;object-fit:cover}.referenz-browser{width:90%;height:85%;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000014;overflow:hidden}.browser-bar{height:28px;background:#f5f3ef;display:flex;align-items:center;padding:0 10px;gap:6px;border-bottom:1px solid var(--border-light)}.browser-dot{width:8px;height:8px;border-radius:50%}.browser-dot:nth-child(1){background:#e8685a}.browser-dot:nth-child(2){background:#edb84a}.browser-dot:nth-child(3){background:#60c454}.browser-url{margin-left:8px;font-size:.65rem;color:var(--text-muted);background:#fff;padding:2px 10px;border-radius:4px;border:1px solid var(--border-light)}.browser-content{padding:1rem;height:calc(100% - 28px);display:flex;flex-direction:column;gap:.5rem}.browser-content .line{height:6px;background:var(--bg-alt);border-radius:3px}.browser-content .line-short{width:40%}.browser-content .line-medium{width:70%}.browser-content .line-long{width:90%}.browser-content .line-accent{background:#c15f3c26;width:30%;height:8px}.referenz-body{padding:1.8rem}.referenz-tag{display:inline-block;padding:.2rem .7rem;background:#c15f3c14;border-radius:5px;font-size:.75rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem}.referenz-body h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;margin-bottom:.6rem;color:var(--text)}.referenz-body p{color:var(--text-muted);font-size:.9rem;line-height:1.7;margin-bottom:1.2rem}.referenz-stats{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--border-light)}.referenz-stat{display:flex;flex-direction:column}.referenz-stat .value{font-size:1.4rem;font-weight:700;color:var(--primary);line-height:1.2}.referenz-stat .label{font-size:.75rem;color:var(--text-muted);font-weight:500}.referenz-link{display:inline-flex;align-items:center;gap:.3rem;color:var(--primary);text-decoration:none;font-size:.85rem;font-weight:600;margin-top:.8rem;transition:gap .3s}.referenz-link:hover{gap:.6rem}.pricing-section{background:linear-gradient(180deg,var(--bg-alt) 0%,rgba(193,95,60,.04) 50%,var(--bg-alt) 100%)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.pricing-card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:12px;padding:2.5rem;position:relative;transition:all .3s}.pricing-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000000f}.pricing-card.featured{border-color:var(--primary);box-shadow:0 4px 30px #c15f3c1a;animation:featuredGlow 3s ease-in-out infinite}@keyframes featuredGlow{0%,to{box-shadow:0 4px 30px #c15f3c1a}50%{box-shadow:0 4px 40px #c15f3c33}}.pricing-card.featured:before{content:"Beliebt";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.3rem 1rem;border-radius:50px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.pricing-name{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:.4rem}.pricing-title{font-size:1.15rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.pricing-price{font-family:var(--serif);font-size:2.8rem;font-weight:400;color:var(--text);margin-bottom:.2rem}.pricing-price span{font-family:var(--sans);font-size:.9rem;font-weight:400;color:var(--text-muted)}.pricing-note{font-size:.82rem;color:var(--text-muted);margin-bottom:1.8rem}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{padding:.45rem 0;font-size:.9rem;color:var(--text-muted);display:flex;align-items:flex-start;gap:.6rem}.pricing-features li:before{content:"";width:18px;height:18px;background:#c15f3c1a;border-radius:50%;flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C15F3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px}.pricing-cta{display:block;text-align:center;padding:.85rem;border-radius:100px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s}.pricing-card.featured .pricing-cta{background:var(--primary);color:#fff}.pricing-card.featured .pricing-cta:hover{background:var(--primary-dark)}.pricing-card:not(.featured) .pricing-cta{border:1px solid var(--border);color:var(--text)}.pricing-card:not(.featured) .pricing-cta:hover{border-color:var(--primary);color:var(--primary)}.pricing-addon{text-align:center;max-width:600px;margin:2.5rem auto 0;font-size:.9rem;color:var(--text-muted);line-height:1.75}.addon-bar{max-width:1100px;margin:2rem auto 0;background:var(--card-bg);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.addon-info h4{font-size:1rem;font-weight:700;color:var(--text)}.addon-info p{color:var(--text-muted);font-size:.85rem}.addon-price{font-family:var(--serif);font-size:1.4rem;color:var(--primary)}.addon-price span{font-family:var(--sans);font-size:.85rem;color:var(--text-muted)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;position:relative}.process-grid:before{content:"";position:absolute;top:28px;left:14%;right:14%;height:2px;background:linear-gradient(90deg,transparent,var(--border),var(--border),transparent)}.process-step{text-align:center;position:relative}.process-number{width:56px;height:56px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;margin:0 auto 1.2rem;position:relative;z-index:1;box-shadow:0 4px 16px #c15f3c40;transition:all .4s cubic-bezier(.22,1,.36,1)}.process-number:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid rgba(193,95,60,.12);transition:all .4s}.process-step:hover .process-number{transform:scale(1.08);box-shadow:0 6px 24px #c15f3c4d}.process-step:hover .process-number:after{inset:-8px;border-color:#c15f3c14}.process-step h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--text)}.process-step p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.process-section{background:var(--bg)}.ablauf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.ablauf-card{position:relative;background:var(--card-bg);border-radius:14px;padding:2.5rem 1.8rem 2rem;text-align:left;overflow:hidden;border:1px solid var(--border-light);transition:all .4s cubic-bezier(.22,1,.36,1)}.ablauf-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--primary-light));opacity:0;transition:opacity .4s}.ablauf-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #3d392914;border-color:#c15f3c33}.ablauf-card:hover:before{opacity:1}.ablauf-num{font-family:var(--handwritten);font-size:4.5rem;font-weight:600;color:#c15f3c12;line-height:1;position:absolute;top:.6rem;right:1rem;pointer-events:none;transition:color .4s}.ablauf-card:hover .ablauf-num{color:#c15f3c1f}.ablauf-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#c15f3c1a,#c15f3c08);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.ablauf-icon svg{width:20px;height:20px;stroke:var(--primary)}.ablauf-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--text)}.ablauf-card p{color:var(--text-muted);font-size:.88rem;line-height:1.65}@media(max-width:768px){.ablauf-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width:480px){.ablauf-grid{grid-template-columns:1fr;gap:.8rem}.ablauf-card{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:1rem;row-gap:0;padding:1.4rem 1.5rem;align-items:start}.ablauf-num{position:static;font-size:2.2rem;color:#c15f3c26;grid-row:1 / 3;display:flex;align-items:center;line-height:1;padding-top:.1rem}.ablauf-icon{display:none}.ablauf-card h3{margin-bottom:.15rem;font-size:1rem}.ablauf-card p{font-size:.82rem;line-height:1.55}}.cta-section{text-align:center;padding:7rem 2rem;background:var(--text);color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta-section h2{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;margin-bottom:1rem}.cta-section p{color:#ffffffb3;font-size:1.05rem;margin-bottom:2rem}.cta-section .btn-primary{background:#fff;color:var(--text)}.cta-section .btn-primary:hover{background:var(--bg);box-shadow:0 8px 30px #0003}.cta-section .btn-secondary{border-color:#ffffff4d;color:#fff}.cta-section .btn-secondary:hover{border-color:#fff}.cta-note{margin-top:1.5rem;font-size:.85rem;color:#ffffff80}footer{background:var(--text);border-top:1px solid rgba(255,255,255,.08);padding:2.5rem 2rem;text-align:center}.footer-content{max-width:1100px;margin:0 auto}.footer-logo{font-family:var(--serif);font-size:1.1rem;color:#fff;margin-bottom:.5rem}.footer-logo span{color:var(--primary-light)}.footer-text{color:#fff6;font-size:.8rem;margin-bottom:1.5rem}.footer-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;text-align:left;margin-top:1.5rem}.footer-col h4{color:#ffffffb3;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.3rem}.footer-col a{color:#fff6;text-decoration:none;font-size:.8rem;transition:color .3s}.footer-col a:hover{color:#fff}@media(max-width:640px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.subpage-hero{padding:9rem 2rem 4.5rem;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 70%,rgba(193,95,60,.02) 100%);text-align:center;position:relative}.subpage-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.25}.subpage-hero .hero-content{max-width:750px;margin:0 auto}.subpage-hero h1{font-family:var(--serif);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:400;line-height:1.15;letter-spacing:-.5px;margin-bottom:1.5rem;color:var(--text)}.subpage-hero .highlight{color:var(--primary)}.subpage-hero p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto 2.2rem;line-height:1.85}.answer-capsule{max-width:800px;margin:-.5rem auto 2.5rem;padding:1.8rem 2.2rem;background:linear-gradient(135deg,#c15f3c0d,#c15f3c05);border-left:3px solid var(--primary);border-radius:0 12px 12px 0;font-size:.98rem;line-height:1.85;color:var(--text);box-shadow:0 2px 12px #00000006}.content-section{padding:4rem 2rem}.content-section .container{max-width:800px}.content-section h2{font-family:var(--serif);font-size:1.65rem;font-weight:400;color:var(--text);margin-bottom:1.1rem;margin-top:3rem;letter-spacing:-.3px}.content-section h2:first-child{margin-top:0}.content-section p{color:var(--text-muted);margin-bottom:1.1rem;line-height:1.85;font-size:.98rem}.content-section ul{color:var(--text-muted);margin-bottom:1.2rem;padding-left:1.5rem;line-height:2}@keyframes faqReveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.faq-section{padding:5rem 2rem;background:var(--bg-alt)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--card-bg);border:1px solid var(--border-light);border-radius:12px;margin-bottom:.7rem;overflow:hidden;transition:border-color .3s,box-shadow .3s}.faq-item:hover{border-color:#c15f3c1f;box-shadow:0 2px 12px #00000008}.faq-item.open{border-color:#c15f3c2e;box-shadow:0 4px 20px #c15f3c0f}.faq-question{width:100%;padding:1.3rem 1.6rem;background:none;border:none;text-align:left;font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:var(--sans);transition:color .3s;gap:1rem}.faq-question:hover{color:var(--primary)}.faq-question:after{content:"+";font-size:1.1rem;font-weight:500;color:var(--primary);transition:transform .4s cubic-bezier(.22,1,.36,1),background .3s;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#c15f3c0f;border-radius:50%}.faq-item.open .faq-question:after{transform:rotate(45deg);background:#c15f3c1a}.faq-answer{padding:0 1.6rem;color:var(--text-muted);font-size:.95rem;line-height:1.75;display:none}.faq-item.open .faq-answer{display:block;padding-bottom:1.4rem;animation:faqReveal .35s ease forwards}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger span{width:22px;height:2px;background:var(--text);border-radius:2px}.check-list{list-style:none;padding-left:0;margin-bottom:1.5rem}.check-list li{padding:.85rem 0;font-size:.95rem;color:var(--text-muted);display:flex;align-items:flex-start;gap:.85rem;line-height:1.75;border-bottom:1px solid rgba(226,221,212,.4);transition:padding-left .3s cubic-bezier(.22,1,.36,1)}.check-list li:last-child{border-bottom:none}.check-list li:hover{padding-left:.3rem}.check-list li:before{content:"";width:22px;height:22px;background:linear-gradient(135deg,#c15f3c24,#c15f3c0f);border-radius:50%;flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C15F3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:11px;box-shadow:0 1px 4px #c15f3c1a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem;max-width:840px;margin:0 auto 2.5rem;padding:0 2rem}.stat-card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:14px;padding:1.8rem 1.4rem;text-align:center;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent-light));opacity:.6;transition:opacity .4s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #c15f3c1a,0 4px 12px #00000008;border-color:#c15f3c1f}.stat-card:hover:before{opacity:1}.stat-value{font-family:var(--serif);font-size:2rem;font-weight:400;color:var(--primary);line-height:1.1;margin-bottom:.4rem;letter-spacing:-.5px}.stat-label{font-size:.78rem;color:var(--text-muted);font-weight:500;letter-spacing:.2px;line-height:1.4}.info-box{background:linear-gradient(135deg,#c15f3c0d,#c15f3c06);border-left:3px solid var(--primary);border-image:linear-gradient(to bottom,var(--primary),var(--primary-light)) 1;border-radius:0 14px 14px 0;padding:1.8rem 2.2rem;margin:2.5rem 0;box-shadow:0 2px 16px #c15f3c0a;transition:box-shadow .3s}.info-box:hover{box-shadow:0 4px 24px #c15f3c12}.info-box p{color:var(--text);margin-bottom:0;line-height:1.85;font-size:.95rem}.info-box strong{color:var(--text);font-weight:700}.ai-answer-box{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:2rem 2.2rem;margin:2.5rem auto;max-width:800px;box-shadow:0 2px 12px #00000008}.ai-answer-box h3{font-family:var(--serif);font-size:1.15rem;color:var(--text);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ai-answer-box h3:before{content:"";display:inline-block;width:4px;height:1.1em;background:var(--primary);border-radius:2px;flex-shrink:0}.ai-answer-box dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.2rem;margin:0}.ai-answer-box dt{font-weight:600;font-size:.88rem;color:var(--text-muted);white-space:nowrap}.ai-answer-box dd{font-size:.95rem;color:var(--text);margin:0;line-height:1.6}@media(max-width:640px){.ai-answer-box{padding:1.4rem 1.5rem}.ai-answer-box dl{grid-template-columns:1fr;gap:.2rem 0}.ai-answer-box dt{margin-top:.5rem}}.cta-band{background:linear-gradient(135deg,var(--text) 0%,#2a2518 50%,var(--text) 100%);padding:4.5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.cta-band:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(193,95,60,.1),transparent 70%);top:-150px;right:-100px;pointer-events:none}.cta-band .cta-band-inner{max-width:600px;margin:0 auto;position:relative;z-index:1}.cta-band h3{font-family:var(--serif);font-size:1.7rem;font-weight:400;color:#fff;margin-bottom:.7rem;letter-spacing:-.2px}.cta-band p{color:#fff9;font-size:.95rem;margin-bottom:2rem;line-height:1.7}.cta-band .btn-primary{background:#fff;color:var(--text);padding:.9rem 2.2rem;font-size:.95rem;box-shadow:0 4px 24px #00000026;transition:all .4s cubic-bezier(.22,1,.36,1)}.cta-band .btn-primary:hover{background:var(--bg);transform:translateY(-2px);box-shadow:0 8px 40px #00000040}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;font-size:.9rem;background:var(--card-bg);border-radius:14px;overflow:hidden;box-shadow:0 2px 16px #0000000a;border:1px solid var(--border-light)}.comparison-table thead th{background:linear-gradient(135deg,var(--text),#2a2518);color:#fff;font-weight:600;padding:1.1rem 1.3rem;text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:.8px}.comparison-table tbody td{padding:1rem 1.3rem;border-bottom:1px solid var(--border-light);color:var(--text-muted);transition:background .2s}.comparison-table tbody tr:nth-child(2n){background:#c15f3c04}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover{background:#c15f3c08}.comparison-table .highlight-row{background:#c15f3c12!important}.comparison-table .highlight-row td{color:var(--text);font-weight:600;border-bottom-color:#c15f3c26}.comparison-table .highlight-row td:first-child{box-shadow:inset 3px 0 0 var(--primary)}.icon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem;margin:2rem 0}.icon-grid-item{display:flex;gap:1.1rem;padding:1.7rem;background:var(--card-bg);border:1px solid var(--border-light);border-radius:14px;transition:all .4s cubic-bezier(.22,1,.36,1);position:relative}.icon-grid-item:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary),transparent);border-radius:14px 14px 0 0;opacity:0;transition:opacity .4s}.icon-grid-item:hover{transform:translateY(-3px);box-shadow:0 16px 40px #c15f3c14,0 4px 8px #00000005;border-color:#c15f3c1f}.icon-grid-item:hover:after{opacity:1}.icon-grid-icon{width:44px;height:44px;background:linear-gradient(135deg,#c15f3c1a,#c15f3c0a);border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .4s}.icon-grid-item:hover .icon-grid-icon{background:linear-gradient(135deg,#c15f3c26,#c15f3c0f);transform:scale(1.05)}.icon-grid-icon svg{width:20px;height:20px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-grid-text h4{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.3rem;letter-spacing:-.1px}.icon-grid-text p{font-size:.85rem;color:var(--text-muted);line-height:1.65;margin-bottom:0}.about-me-section{background:var(--bg);position:relative;overflow:hidden}.about-me-section:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(193,95,60,.06),transparent 70%);top:-100px;right:-150px;pointer-events:none}.about-me-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}.about-me-mobile-label{display:none}.about-me-photo-col{text-align:center}.about-me-photo-frame{position:relative;display:inline-block;width:280px;height:340px;border-radius:16px;overflow:hidden}.about-me-photo-frame:before{content:"";position:absolute;inset:-4px;border-radius:20px;background:linear-gradient(135deg,var(--primary),var(--primary-light));opacity:.15;z-index:0}.about-me-photo-frame:after{content:"";position:absolute;inset:8px -8px -8px 8px;border:2px solid rgba(193,95,60,.12);border-radius:16px;z-index:0;pointer-events:none}.about-me-photo-placeholder{position:relative;z-index:1;width:100%;height:100%;background:linear-gradient(135deg,var(--bg-alt),rgba(193,95,60,.06));border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border:1px solid var(--border-light)}.about-me-photo-frame img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;border-radius:16px}.about-me-name{margin-top:1rem;font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--text)}.about-me-phone{display:inline-flex;align-items:center;gap:.4rem;margin-top:.3rem;font-size:.9rem;color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .2s}.about-me-phone:hover{color:var(--primary)}.about-me-phone svg{color:var(--primary)}.about-me-text-col .section-label{text-align:left}.about-me-heading{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400;color:var(--text);margin-bottom:1.2rem;letter-spacing:-.3px}.handwritten-name{font-family:var(--handwritten);font-size:1.15em;color:var(--primary)}.about-me-text-col p{color:var(--text-muted);font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.about-me-quote{border-left:3px solid var(--primary);padding:1rem 0 1rem 1.5rem;margin:0 0 1.5rem;font-style:italic;color:var(--text);font-size:.95rem;line-height:1.7;background:linear-gradient(90deg,rgba(193,95,60,.04),transparent);border-radius:0 8px 8px 0}.about-me-link{display:inline-flex;align-items:center;color:var(--primary);text-decoration:none;font-weight:600;font-size:.95rem;transition:gap .3s;gap:.3rem}.about-me-link:hover{gap:.6rem}@media(max-width:768px){.about-me-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.about-me-mobile-label{display:block;text-align:center;order:-1;width:100%}.about-me-desktop-label{display:none}.about-me-text-col{text-align:center}.about-me-photo-frame{width:220px;height:270px}.about-me-text-col .section-label{text-align:center}.about-me-quote{text-align:left}}.ueber-hero{padding:9rem 2rem 4rem;background:var(--bg);position:relative;overflow:hidden}.ueber-hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(193,95,60,.06),transparent 70%);top:-100px;right:-150px;pointer-events:none}.ueber-hero-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}.ueber-hero-photo{position:relative;display:inline-block;width:100%;max-width:380px;aspect-ratio:3/4;border-radius:16px;overflow:hidden}.ueber-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;position:relative;z-index:1}.ueber-hero-photo:after{content:"";position:absolute;inset:10px -10px -10px 10px;border:2px solid rgba(193,95,60,.12);border-radius:16px;z-index:0;pointer-events:none}.ueber-hero-photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-alt),rgba(193,95,60,.06));border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border:1px solid var(--border-light);position:relative;z-index:1}.ueber-hero-text h1{font-family:var(--serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.2;color:var(--text);margin-bottom:1rem;letter-spacing:-.3px}.ueber-hero-text h1 .highlight{color:var(--primary)}.ueber-hero-text .ueber-subtitle{font-size:1.1rem;color:var(--text-muted);line-height:1.8}.ueber-story{padding:clamp(4rem,8vw,6rem) 2rem}.ueber-story .container{max-width:800px}.ueber-story h2{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--text);margin-bottom:1rem;margin-top:3rem;letter-spacing:-.3px}.ueber-story h2:first-child{margin-top:0}.ueber-story p{color:var(--text-muted);line-height:1.85;font-size:1rem;margin-bottom:1.2rem}.werte-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin:2rem 0 3rem}.werte-card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:12px;padding:1.8rem;transition:all .3s;position:relative;overflow:hidden}.werte-card:before{content:"";position:absolute;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--primary-light));transition:width .4s cubic-bezier(.22,1,.36,1)}.werte-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000000d}.werte-card:hover:before{width:100%}.werte-card h4{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.werte-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:0}.ueber-story ul{color:var(--text-muted);padding-left:1.5rem;line-height:2;margin-bottom:1.5rem}@media(max-width:768px){.ueber-hero-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.ueber-hero-photo{max-width:260px;margin:0 auto}.werte-grid{grid-template-columns:1fr}}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes revealLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes revealScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.js-ready .stat-card,.js-ready .icon-grid-item,.js-ready .info-box,.js-ready .process-step,.js-ready .check-list li,.js-ready .pricing-card,.js-ready .faq-item,.js-ready .comparison-table,.js-ready .cta-band,.js-ready .about-me-photo-col,.js-ready .about-me-text-col,.js-ready .solution-item,.js-ready .werte-card{opacity:0;transform:translateY(24px)}.js-ready .in-view{animation:revealUp .7s cubic-bezier(.22,1,.36,1) forwards}.js-ready .stat-card:nth-child(1).in-view{animation-delay:0s}.js-ready .stat-card:nth-child(2).in-view{animation-delay:.07s}.js-ready .stat-card:nth-child(3).in-view{animation-delay:.14s}.js-ready .stat-card:nth-child(4).in-view{animation-delay:.21s}.js-ready .icon-grid-item:nth-child(1).in-view{animation-delay:0s}.js-ready .icon-grid-item:nth-child(2).in-view{animation-delay:.06s}.js-ready .icon-grid-item:nth-child(3).in-view{animation-delay:.12s}.js-ready .icon-grid-item:nth-child(4).in-view{animation-delay:.18s}.js-ready .icon-grid-item:nth-child(5).in-view{animation-delay:.24s}.js-ready .icon-grid-item:nth-child(6).in-view{animation-delay:.3s}.js-ready .process-step:nth-child(1).in-view{animation-delay:0s}.js-ready .process-step:nth-child(2).in-view{animation-delay:.1s}.js-ready .process-step:nth-child(3).in-view{animation-delay:.2s}.js-ready .process-step:nth-child(4).in-view{animation-delay:.3s}.js-ready .process-step:nth-child(5).in-view{animation-delay:.4s}.js-ready .process-step:nth-child(6).in-view{animation-delay:.5s}.js-ready .pricing-card:nth-child(1).in-view{animation-delay:0s}.js-ready .pricing-card:nth-child(2).in-view{animation-delay:.1s}.js-ready .pricing-card:nth-child(3).in-view{animation-delay:.2s}.js-ready .check-list li.in-view{animation-delay:calc(var(--li-index, 0) * .04s)}.js-ready .faq-item:nth-child(1).in-view{animation-delay:0s}.js-ready .faq-item:nth-child(2).in-view{animation-delay:.06s}.js-ready .faq-item:nth-child(3).in-view{animation-delay:.12s}.js-ready .faq-item:nth-child(4).in-view{animation-delay:.18s}.js-ready .faq-item:nth-child(5).in-view{animation-delay:.24s}.js-ready .faq-item:nth-child(6).in-view{animation-delay:.3s}@media(prefers-reduced-motion:reduce){.js-ready .stat-card,.js-ready .icon-grid-item,.js-ready .info-box,.js-ready .process-step,.js-ready .check-list li,.js-ready .pricing-card,.js-ready .faq-item,.js-ready .comparison-table,.js-ready .cta-band,.js-ready .about-me-photo-col,.js-ready .about-me-text-col,.js-ready .solution-item,.js-ready .werte-card{opacity:1;transform:none}.js-ready .in-view{animation:none;opacity:1;transform:none}.pricing-card.featured{animation:none}html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:99;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36659;transition:all .2s;text-decoration:none}.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36673}.wa-float svg{width:28px;height:28px}@media(max-width:968px){.referenzen-grid{grid-template-columns:1fr}}@media(max-width:768px){nav{padding:.8rem 1.2rem}.nav-links{display:none}.nav-links.show{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg);padding:1rem 2rem;border-bottom:1px solid var(--border-light);gap:1rem}.nav-right-mobile{display:flex}section{padding:4rem 1.2rem}.trust-bar{padding:.8rem 1rem}.trust-items{gap:.6rem 1.2rem}.trust-item{font-size:.75rem;gap:.4rem}.trust-icon{width:26px;height:26px;border-radius:6px}.trust-icon svg{width:13px;height:13px}.addon-bar{flex-direction:column;text-align:center}.process-grid{grid-template-columns:1fr 1fr}.process-grid:before{display:none}.referenz-stats{flex-wrap:wrap}.icon-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);padding:0 1.2rem}.comparison-table{font-size:.82rem}.comparison-table thead th,.comparison-table tbody td{padding:.8rem .9rem}.cta-band{padding:3.5rem 1.5rem}.cta-band h3{font-size:1.4rem}.subpage-hero{padding:8rem 1.5rem 3.5rem}.info-box{padding:1.4rem 1.5rem}.faq-section{padding:4rem 1.2rem}.solution-grid{grid-template-columns:1fr}.problem-list li{font-size:.95rem}}@media(max-width:480px){.process-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.cta-band h3{font-size:1.25rem}}.blog-post{padding:clamp(4rem,8vw,7rem) 0}.blog-header{max-width:720px;margin:0 auto 3rem}.blog-back{display:inline-block;color:var(--text-muted);text-decoration:none;font-size:.9rem;margin-bottom:2rem;transition:color .2s}.blog-back:hover{color:var(--primary)}.blog-meta{font-size:.9rem;color:var(--text-muted);display:block;margin-bottom:1rem}.blog-header h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:1.2;color:var(--text)}.blog-content{max-width:720px;margin:0 auto}.blog-content h2{font-family:var(--serif);font-size:clamp(1.4rem,2.5vw,1.8rem);color:var(--text);margin-top:2.5rem;margin-bottom:1rem}.blog-content p{margin-bottom:1.5rem;line-height:1.8}.blog-content ul,.blog-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;line-height:1.7}.blog-content strong{color:var(--text)}.blog-cta{max-width:720px;margin:4rem auto 0;padding:2.5rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border-light);text-align:center}.blog-cta h2{font-family:var(--serif);font-size:1.5rem;color:var(--text);margin-bottom:.75rem}.blog-cta p{color:var(--text-muted);margin-bottom:1.5rem}.blog-listing{padding:clamp(4rem,8vw,7rem) 0}.blog-listing-header{max-width:720px;margin:0 auto 3rem;text-align:center}.blog-listing-header h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);color:var(--text);margin-bottom:1rem}.blog-listing-header p{color:var(--text-muted);font-size:1.1rem}.blog-grid{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.blog-card{display:block;padding:2rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border-light);text-decoration:none;transition:border-color .2s,box-shadow .2s}.blog-card:hover{border-color:var(--primary);box-shadow:0 2px 8px #c15f3c14}.blog-card-date{font-size:.85rem;color:var(--text-muted)}.blog-card h2{font-family:var(--serif);font-size:1.3rem;color:var(--text);margin:.5rem 0 .75rem;line-height:1.3}.blog-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.blog-card-link{color:var(--primary);font-weight:500;font-size:.9rem}
