*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#41868d;--teal-dark:#2e5f64;--teal-light:#5da0a8;--teal-faint:#edf6f7;--teal-faint2:#d4ecef;--sand:#cfb898;--sand-light:#e8d9c4;--sand-faint:#faf6f1;--navy:#38476d;--charcoal:#2d3130;--bg:#f0ede8;--card:#fff;--text:#2d3130;--text-muted:#5e6660;--text-faint:#98a09a;--border:#e0dbd4;--r:16px;--r-sm:12px;--glass-bg:#f1eee9eb;--glass-border:#d4cec680;--shadow-sm:0 1px 3px #2d31300d;--shadow-card:0 1px 4px #2d31300f, 0 2px 12px #2d31300a;--shadow-teal:0 4px 20px #41868d42;--ease-out:cubic-bezier(.22,.8,.4,1);--ease-io:cubic-bezier(.4,0,.2,1);--primary:#41868d;--primary-light:#edf6f7;--danger:#dc2626;--danger-light:#fef2f2}html,body{height:100%}html{overflow-y:scroll}body{color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;background-image:radial-gradient(60% 55% at 0 0,#41868d38 0%,#0000 55%),radial-gradient(50% 45% at 100% 100%,#38476d26 0%,#0000 55%),radial-gradient(55% 45% at 60% 85%,#cfb89833 0%,#0000 55%),radial-gradient(35% 30% at 85% 12%,#5da0a821 0%,#0000 50%);background-attachment:fixed;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex;overflow-x:clip}#root{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}button{cursor:pointer;font-family:Poppins,sans-serif}input,select,textarea{font-family:Poppins,sans-serif;font-size:14px}a{color:var(--teal);text-decoration:none}.topbar{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);z-index:10;justify-content:space-between;align-items:center;padding:13px 44px 11px;display:flex;position:sticky;top:0}.topbar-logo{align-items:center;gap:10px;display:flex}.topbar-logo img{opacity:.58;height:26px}.topbar-center{flex-direction:column;flex:1;align-items:center;gap:5px;max-width:320px;display:flex}.topbar-step-info{justify-content:center;align-items:center;gap:7px;width:100%;display:flex}.topbar-step-label{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10.5px;font-weight:600}.topbar-step-count{color:var(--text-faint);font-size:10px;font-weight:400}.topbar-segments{gap:3px;width:100%;display:flex}.topbar-segment{height:3px;transition:background .5s var(--ease-io), box-shadow .5s var(--ease-io);background:#41868d1a;border-radius:99px;flex:1}.topbar-segment.done{background:var(--teal);box-shadow:0 1px 4px #41868d38}.topbar-segment.active{background:#41868d5c;position:relative;overflow:hidden}.topbar-segment.active:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff9e 50%,#0000 100%);animation:2s ease-in-out infinite segmentShimmer;position:absolute;inset:0}@keyframes segmentShimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.topbar-right{color:var(--text-faint);white-space:nowrap;text-align:right;opacity:.7;min-width:80px;font-size:11px;font-weight:400}.sub-page{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.sub-content{flex-direction:column;align-items:flex-start;width:100%;max-width:820px;margin:0 auto;padding:44px 52px 72px;display:flex}.btn-row-center{justify-content:center;gap:10px;width:100%;margin-top:20px;display:flex}.sub-heading{color:var(--charcoal);letter-spacing:-.028em;width:100%;margin-bottom:6px;font-family:Plus Jakarta Sans,sans-serif;font-size:29px;font-weight:800;line-height:1.2}.sub-sub{color:var(--text-muted);margin-bottom:30px;font-size:13.5px;font-weight:400}.sub-footer{text-align:center;color:var(--text-faint);padding:20px;font-size:11px}.sticky-nav{z-index:9;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);justify-content:center;align-items:center;gap:12px;padding:14px 40px 20px;display:flex;position:sticky;bottom:0}.chip-grid{flex-wrap:wrap;gap:7px;margin-bottom:28px;display:flex}.chip{border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all .18s var(--ease-out);-webkit-user-select:none;user-select:none;box-shadow:var(--shadow-sm);background:#fff;border-radius:99px;align-items:center;gap:0;padding:8px 16px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;display:inline-flex}.chip:hover{border-color:var(--teal-light);color:var(--teal);background:var(--teal-faint);transform:translateY(-1px);box-shadow:0 3px 10px #41868d1f}.chip.selected{border-color:var(--teal);background:var(--teal);color:#fff;box-shadow:var(--shadow-teal);gap:6px;transform:translateY(-1px)}.chip.selected:before{content:"✓";font-size:10px;font-weight:800;line-height:1}.option-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:26px;display:grid}.option-card{border-radius:var(--r-sm);border:1.5px solid var(--border);cursor:pointer;transition:all .2s var(--ease-out);-webkit-user-select:none;user-select:none;box-shadow:var(--shadow-sm);background:#fff;border-left:3px solid #0000;padding:18px;position:relative}.option-card:hover{border-color:var(--teal-light);border-left-color:var(--teal);background:var(--teal-faint);transform:translateY(-2px);box-shadow:0 6px 18px #41868d1f}.option-card.selected{border-color:var(--teal);border-left-color:var(--teal);background:var(--teal-faint);border-left-width:4px;box-shadow:0 4px 16px #41868d24}.option-card.selected:after{content:"";background:var(--teal);background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='1.5,5 3.8,7.5 8.5,2' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;width:18px;height:18px;position:absolute;top:12px;right:12px;box-shadow:0 2px 6px #41868d3d}.option-title{color:var(--text);margin-bottom:2px;font-size:13px;font-weight:600}.option-card.selected .option-title{color:var(--teal-dark)}.option-sub{color:var(--text-muted);font-size:11.5px;font-weight:400}.btn-row{gap:10px;display:flex}.btn{cursor:pointer;height:48px;transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out), background .15s;letter-spacing:.01em;border:none;border-radius:99px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 28px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;display:flex}.btn:active{transform:scale(.97)translateY(0)!important}.btn-primary{background:var(--teal);color:#fff;box-shadow:var(--shadow-teal)}.btn-primary:hover:not(:disabled){background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 28px #41868d5c}.btn-primary:disabled{box-shadow:none;cursor:not-allowed;color:#8a8e8a;background:#c8ccc8}.btn-secondary{color:var(--text-muted);border:1.5px solid var(--border);box-shadow:var(--shadow-sm);background:#fff}.btn-secondary:hover{border-color:var(--teal-light);color:var(--teal);background:var(--teal-faint);transform:translateY(-1px);box-shadow:0 4px 12px #41868d1a}.btn-full{flex:none;width:100%}.hero{background:0 0;grid-template-rows:auto 1fr auto;min-height:100vh;display:grid;position:relative}.hero-nav{z-index:2;justify-content:space-between;align-items:center;padding:22px 52px;display:flex;position:relative}.hero-nav-logo{align-items:center;gap:10px;display:flex}.hero-nav-logo img{height:32px}.hero-nav-link{color:var(--text-muted);font-size:12.5px;font-weight:500;text-decoration:none;transition:color .15s}.hero-nav-link:hover{color:var(--teal)}.hero-body{z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:32px 48px 56px;display:flex;position:relative}.hero-eyebrow{-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--teal-dark);letter-spacing:.05em;box-shadow:0 2px 10px #41868d12, var(--shadow-sm);background:#ffffffc7;border-radius:99px;align-items:center;gap:7px;margin-bottom:26px;padding:5px 14px 5px 10px;font-size:11px;font-weight:600;display:inline-flex}.hero-eyebrow-dot{background:var(--teal);border-radius:50%;width:7px;height:7px;animation:2.2s ease-in-out infinite dotPulse;box-shadow:0 0 0 2px #41868d38}@keyframes dotPulse{0%,to{box-shadow:0 0 0 2px #41868d38}50%{box-shadow:0 0 0 5px #41868d12}}.hero-title{color:var(--charcoal);letter-spacing:-.04em;text-align:center;white-space:nowrap;margin-bottom:0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(34px,5vw,52px);font-weight:800;line-height:1.14}.hero-title-line2{color:var(--teal);letter-spacing:-.04em;text-align:center;white-space:nowrap;margin-bottom:24px;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(34px,5vw,52px);font-weight:800;line-height:1.14}.hero-sub{color:var(--text-muted);text-align:center;max-width:440px;margin-bottom:40px;font-size:15.5px;font-weight:400;line-height:1.7}.hero-search-wrap{width:100%;max-width:540px;margin-bottom:16px;position:relative}.hero-search-icon{color:var(--text-faint);pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.hero-search-input{border:1.5px solid var(--border);-webkit-backdrop-filter:blur(8px);width:100%;height:58px;color:var(--text);box-shadow:var(--shadow-card);background:#ffffffeb;border-radius:99px;outline:none;padding:0 24px 0 52px;font-family:Poppins,sans-serif;font-size:14.5px;transition:border-color .2s,box-shadow .2s,background .2s}.hero-search-input::placeholder{color:var(--text-faint)}.hero-search-input:focus{border-color:var(--teal);box-shadow:var(--shadow-card), 0 0 0 4px #41868d1a;background:#fff}.hero-divider{width:100%;max-width:540px;color:var(--text-faint);align-items:center;gap:14px;margin-bottom:16px;font-size:11.5px;font-weight:500;display:flex}.hero-divider:before,.hero-divider:after{content:"";background:var(--border);flex:1;height:1px}.hero-cta-btn{background:var(--charcoal);color:#fff;cursor:pointer;height:58px;transition:all .2s var(--ease-out);letter-spacing:.01em;border:none;border-radius:99px;align-items:center;gap:10px;padding:0 40px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 4px 24px #2d31302e}.hero-cta-btn:hover{background:var(--teal);transform:translateY(-2px);box-shadow:0 10px 32px #41868d4d}.hero-cta-btn:active{transform:scale(.97)}.hero-cta-arrow{background:#ffffff29;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;line-height:1;display:flex}.hero-steps{border-top:1px solid var(--border);align-items:center;gap:0;width:100%;max-width:680px;margin-top:52px;padding-top:28px;display:flex}.hero-step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:5px;padding:0 10px;display:flex;position:relative}.hero-step:not(:last-child):after{content:"";border-right:1px dashed #9e989180;height:24px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero-step-num{color:var(--teal);letter-spacing:.08em;text-transform:uppercase;font-family:Plus Jakarta Sans,sans-serif;font-size:10px;font-weight:800}.hero-step-label{color:var(--text-muted);font-size:11px;font-weight:500;line-height:1.3}.hero-footer{text-align:center;color:var(--text-faint);z-index:2;flex-direction:column;align-items:center;gap:8px;padding:18px 48px 28px;font-size:11px;display:flex;position:relative}.product-list{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.product-card{border:1.5px solid var(--border);border-radius:var(--r);transition:all .2s var(--ease-out);box-shadow:var(--shadow-sm);background:#fff;border-left:4px solid #0000;padding:20px 22px}.product-card:hover{border-color:#41868d3d;transform:translateY(-1px);box-shadow:0 6px 20px #41868d17}.product-card.in-cart{border-color:var(--teal);border-left-color:var(--teal);box-shadow:0 4px 18px #41868d1f}.highlight-wrap .product-card{box-shadow:none;border:none;border-radius:0;width:100%;transform:none}.highlight-wrap .product-card:hover{box-shadow:none;border:none;transform:none}.product-top{align-items:flex-start;gap:20px;display:flex}.product-img-wrap{background:var(--sand-faint);border:1px solid var(--sand-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:96px;display:flex;overflow:hidden}.product-img-wrap img{object-fit:cover;cursor:zoom-in;width:100%;height:100%;transition:transform .2s}.product-img-wrap img:hover{transform:scale(1.05)}.product-img-placeholder{background:repeating-linear-gradient(45deg,#e8ddd2 0 2px,#0000 2px 8px);border-radius:3px;width:40px;height:56px}.product-info{flex:1;min-width:0}.product-tags{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.tag{letter-spacing:.02em;border-radius:99px;padding:3px 9px;font-size:10px;font-weight:600}.tag-category{color:var(--teal-dark);background:#41868d1a}.tag-beratung{color:#8a6d3b;background:#cfb89838}.product-name{color:var(--charcoal);margin-bottom:5px;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:700}.product-desc{color:var(--text-muted);margin-bottom:8px;font-size:13px;line-height:1.6}.dosierung-row{color:var(--text-muted);align-items:flex-start;gap:7px;font-size:12px;display:flex}.dosierung-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:#eeecea;border-radius:4px;flex-shrink:0;margin-top:1px;padding:2px 7px;font-size:9px;font-weight:700}.product-price{text-align:right;flex-shrink:0}.price-netto{color:var(--charcoal);font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:700}.price-unit{color:var(--text-muted);font-family:Poppins,sans-serif;font-size:11px;font-weight:400}.price-brutto{color:var(--text-faint);margin-top:1px;font-size:11px}.product-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:14px;display:flex}.btn-sm{cursor:pointer;height:34px;transition:all .16s var(--ease-out);border:none;border-radius:99px;align-items:center;gap:5px;padding:0 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;display:flex}.btn-sm:active{transform:scale(.96)}.btn-sm-ghost{color:var(--text-muted);border:1.5px solid var(--border);background:0 0}.btn-sm-ghost:hover{border-color:var(--teal-light);color:var(--teal);background:var(--teal-faint)}.btn-sm-primary{background:var(--teal);color:#fff;box-shadow:0 2px 8px #41868d38}.btn-sm-primary:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 4px 14px #41868d4d}.btn-sm-primary.added{background:#5a8a6d}.btn-sm-danger{color:#dc2626;background:#fff;border:1.5px solid #dc2626}.btn-sm-danger:hover{background:#fef2f2}.cart-box{border-radius:var(--r-sm);box-shadow:var(--shadow-card), 0 0 0 1.5px #2d31300f;background:#fff;margin-bottom:28px;overflow:hidden}.cart-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border);background:#fff;align-items:center;gap:8px;padding:11px 16px;font-size:10.5px;font-weight:700;display:flex}.cart-item{border-bottom:1px solid var(--border);color:var(--text);align-items:flex-start;gap:10px;padding:12px 16px;display:flex}.cart-item:last-child{border-bottom:none}.ci-thumb{background:var(--sand-faint);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.ci-thumb img{object-fit:cover;width:100%;height:100%}.ci-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.ci-name-row{align-items:center;gap:8px;display:flex}.ci-name{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;font-weight:500;overflow:hidden}.ci-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.ci-price{color:var(--text-faint);flex:1;min-width:0;font-size:11px}.ci-qty{flex-shrink:0;align-items:center;gap:3px;display:flex}.qty-btn{border:1.5px solid var(--border);width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-size:16px;line-height:1;transition:border-color .12s,color .12s;display:flex}.qty-btn:hover{border-color:var(--teal-light);color:var(--teal)}.qty-btn:active{transform:scale(.93)}.qty-val{text-align:center;min-width:22px;color:var(--text);font-size:13px;font-weight:700}.qty-unit{color:var(--text-faint);margin-left:2px;font-size:10px}.ci-remove{border:1.5px solid var(--border);width:28px;height:28px;color:var(--text-faint);cursor:pointer;background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,background .15s,color .15s;display:flex}.ci-remove:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.cart-item-name{font-weight:500}.cart-qty{color:var(--teal-dark);background:var(--teal-faint);border:1px solid var(--teal-faint2);border-radius:99px;padding:3px 9px;font-size:11px;font-weight:600}.form-section-box{background:var(--teal-faint);border:1.5px solid var(--border);border-radius:10px;width:100%;margin-bottom:14px;padding:14px}.success-wrap{text-align:center;padding:52px 32px}.success-icon{color:#fff;background:linear-gradient(135deg,#41868d,#5da0a8);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex;box-shadow:0 8px 28px #41868d47}.success-title{color:var(--charcoal);letter-spacing:-.02em;margin-bottom:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:27px;font-weight:800}.success-sub{color:var(--text-muted);margin-bottom:28px;font-size:14px;line-height:1.75}@keyframes slideUp{0%{opacity:0;transform:translateY(14px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.animate-in{animation:slideUp .4s var(--ease-out) both}.reveal{animation:slideUp .48s var(--ease-out) both}.delay-1{animation-delay:60ms}.delay-2{animation-delay:.13s}.delay-3{animation-delay:.2s}.delay-4{animation-delay:.28s}.delay-5{animation-delay:.37s}.delay-6{animation-delay:.46s}@keyframes spin{to{transform:rotate(360deg)}}.form-grid-2{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.form-grid-plz{grid-template-columns:120px 1fr;gap:10px;width:100%;display:grid}.calendly-wrap{border-radius:10px;margin-bottom:6px;overflow:clip}@media (width<=600px){.topbar{padding:11px 16px}.topbar-right{display:none}.topbar-logo img{height:22px}.sub-content{padding:24px 16px 80px}.sub-heading{font-size:22px}.sub-sub{margin-bottom:18px;font-size:13px}.option-grid,.form-grid-2{grid-template-columns:1fr}.form-grid-plz{grid-template-columns:90px 1fr}.product-top{flex-wrap:wrap}.product-price{text-align:left;border-top:1px solid var(--border);width:100%;margin-top:10px;padding-top:10px}.product-actions{flex-wrap:wrap;gap:8px}.cart-box{margin-bottom:20px}.cart-header{padding:10px 14px}.cart-item{gap:9px;padding:11px 14px}.ci-thumb{border-radius:7px;width:36px;height:36px}.ci-name{font-size:12.5px}.ci-price{font-size:10.5px}.qty-btn{width:28px;height:28px}.ci-remove{width:26px;height:26px}.qty-unit{display:none}.form-section-box{padding:12px}.btn{height:46px;font-size:13.5px}.btn-row-center{flex-direction:column;align-items:stretch;gap:8px;margin-top:16px}.btn-row-center .btn{min-width:unset!important}.sticky-nav{padding-bottom:max(20px, env(safe-area-inset-bottom,20px));gap:8px;padding-top:12px}.sticky-nav .btn{flex:1}html{overflow-y:auto}.hero{min-height:100svh}.hero-title,.hero-title-line2{white-space:normal;text-align:center;font-size:30px}.hero-eyebrow{margin-bottom:18px;font-size:10.5px}.hero-sub{margin-bottom:28px;font-size:14px}.hero-body{padding:20px 18px 32px}.hero-nav{padding:14px 18px}.hero-nav-logo img{height:26px}.hero-search-input{height:52px;font-size:14px}.hero-cta-btn{justify-content:center;width:100%;height:52px;display:flex}.hero-steps{flex-wrap:wrap;gap:10px;margin-top:28px;padding-top:20px}.hero-step{min-width:calc(33% - 8px);padding:0 4px}.hero-step:not(:last-child):after{display:none}.hero-footer{padding:14px 16px 28px}.success-wrap{padding:40px 16px}.success-title{font-size:23px}}@media (width<=400px){.topbar-logo img{height:20px}.hero-title,.hero-title-line2{font-size:26px}.sub-heading{font-size:20px}.form-grid-plz{grid-template-columns:1fr}.ci-bottom{flex-direction:column;align-items:flex-start;gap:6px}}
