@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Serif+Display&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2d5a3d;--primary-dark: #1e3d2a;--primary-light: #4a8c62;--accent: #c47a2a;--accent-light: #d4944a;--bg: #faf8f4;--bg-alt: #f0ece4;--card-bg: #ffffff;--text: #2a2a2a;--text-muted: #6b6b6b;--border: #e2ddd4;--border-light: #ece8e0}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;backdrop-filter:blur(20px);background:#faf8f4e6;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:"DM Serif Display",serif;font-size:1.4rem;font-weight:400;color:var(--primary-dark);text-decoration:none}.logo span{color:var(--accent)}.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 .3s}.nav-links a:hover{color:var(--primary)}.nav-cta{background:var(--primary);color:#fff!important;padding:.5rem 1.2rem;border-radius:8px;font-weight:600!important;transition:background .3s!important}.nav-cta:hover{background:var(--primary-dark)!important}section{padding:6rem 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:700;text-transform:uppercase;letter-spacing:3px;color:var(--accent);margin-bottom:1rem;display:block}.section-header h2{font-family:"DM Serif Display",serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;letter-spacing:-.3px;margin-bottom:1rem;color:var(--primary-dark)}.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:10px;text-decoration:none;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 30px #2d5a3d33}.btn-secondary{background:transparent;color:var(--text);padding:.85rem 1.8rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.95rem;border:1px solid var(--border);transition:all .3s}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:7rem 2rem 4rem;position:relative;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%)}.hero-content{max-width:750px}.hero-badge{display:inline-block;padding:.4rem 1.2rem;background:#2d5a3d14;border:1px solid rgba(45,90,61,.15);border-radius:50px;font-size:.85rem;color:var(--primary);margin-bottom:2rem;font-weight:500}.hero h1{font-family:"DM Serif Display",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(--primary-dark)}.hero h1 .highlight{color:var(--accent)}.hero p{font-size:1.15rem;color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;line-height:1.8}.trust-bar{padding:2.5rem 2rem;background:#fff;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:#2d5a3d14;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}.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:14px;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:#2d5a3d14;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(--primary-dark)}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.referenzen-section{background:#fff}.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:16px;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:#2d5a3d26;width:30%;height:8px}.referenz-body{padding:1.8rem}.referenz-tag{display:inline-block;padding:.2rem .7rem;background:#2d5a3d14;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:"DM Serif Display",serif;font-size:1.3rem;font-weight:400;margin-bottom:.6rem;color:var(--primary-dark)}.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:var(--bg-alt)}.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:16px;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 #2d5a3d1a}.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(--primary-dark)}.pricing-price{font-family:"DM Serif Display",serif;font-size:2.8rem;font-weight:400;color:var(--primary-dark);margin-bottom:.2rem}.pricing-price span{font-family:DM Sans,sans-serif;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:#2d5a3d1a;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='%232d5a3d' 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:10px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s}.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)}.addon-bar{max-width:1100px;margin:2rem auto 0;background:var(--card-bg);border:1px solid var(--border-light);border-radius:14px;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(--primary-dark)}.addon-info p{color:var(--text-muted);font-size:.85rem}.addon-price{font-family:"DM Serif Display",serif;font-size:1.4rem;color:var(--primary)}.addon-price span{font-family:DM Sans,sans-serif;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 #2d5a3d40;transition:all .4s cubic-bezier(.22,1,.36,1)}.process-number:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid rgba(45,90,61,.12);transition:all .4s}.process-step:hover .process-number{transform:scale(1.08);box-shadow:0 6px 24px #2d5a3d4d}.process-step:hover .process-number:after{inset:-8px;border-color:#2d5a3d14}.process-step h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--primary-dark)}.process-step p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.cta-section{text-align:center;padding:7rem 2rem;background:var(--primary-dark);color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta-section h2{font-family:"DM Serif Display",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(--primary-dark)}.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(--primary-dark);border-top:1px solid rgba(255,255,255,.08);padding:2.5rem 2rem;text-align:center}.footer-content{max-width:1000px;margin:0 auto}.footer-logo{font-family:"DM Serif Display",serif;font-size:1.1rem;color:#fff;margin-bottom:.5rem}.footer-logo span{color:var(--accent-light)}.footer-text{color:#fff6;font-size:.8rem;margin-bottom:1.5rem}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;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(45,90,61,.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:"DM Serif Display",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(--primary-dark)}.subpage-hero .highlight{color:var(--accent)}.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,#2d5a3d0d,#2d5a3d05);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:"DM Serif Display",serif;font-size:1.65rem;font-weight:400;color:var(--primary-dark);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:#2d5a3d1f;box-shadow:0 2px 12px #00000008}.faq-item.open{border-color:#2d5a3d2e;box-shadow:0 4px 20px #2d5a3d0f}.faq-question{width:100%;padding:1.3rem 1.6rem;background:none;border:none;text-align:left;font-size:1rem;font-weight:600;color:var(--primary-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:DM Sans,sans-serif;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:#2d5a3d0f;border-radius:50%}.faq-item.open .faq-question:after{transform:rotate(45deg);background:#2d5a3d1a}.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,#2d5a3d24,#2d5a3d0f);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='%232d5a3d' 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 #2d5a3d1a}.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 #2d5a3d1a,0 4px 12px #00000008;border-color:#2d5a3d1f}.stat-card:hover:before{opacity:1}.stat-value{font-family:"DM Serif Display",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,#2d5a3d0d,#c47a2a06);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 #2d5a3d0a;transition:box-shadow .3s}.info-box:hover{box-shadow:0 4px 24px #2d5a3d12}.info-box p{color:var(--text);margin-bottom:0;line-height:1.85;font-size:.95rem}.info-box strong{color:var(--primary-dark);font-weight:700}.cta-band{background:linear-gradient(135deg,var(--primary-dark) 0%,#1a4a30 50%,var(--primary-dark) 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(196,122,42,.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:"DM Serif Display",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(--primary-dark);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(--primary-dark),#1a4a30);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:#2d5a3d04}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover{background:#2d5a3d08}.comparison-table .highlight-row{background:#2d5a3d12!important}.comparison-table .highlight-row td{color:var(--primary-dark);font-weight:600;border-bottom-color:#2d5a3d26}.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 #2d5a3d14,0 4px 8px #00000005;border-color:#2d5a3d1f}.icon-grid-item:hover:after{opacity:1}.icon-grid-icon{width:44px;height:44px;background:linear-gradient(135deg,#2d5a3d1a,#2d5a3d0a);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,#2d5a3d26,#2d5a3d0f);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(--primary-dark);margin-bottom:.3rem;letter-spacing:-.1px}.icon-grid-text p{font-size:.85rem;color:var(--text-muted);line-height:1.65;margin-bottom:0}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.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{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{opacity:1;transform:none}.js-ready .in-view{animation:none;opacity:1;transform:none}}@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}.hamburger{display:flex}section{padding:4rem 1.2rem}.trust-items{gap:1.5rem}.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}}@media(max-width:480px){.process-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.cta-band h3{font-size:1.25rem}}
