.pricing-calculator.svelte-1duu1a3.svelte-1duu1a3{text-align:start;align-items:flex-start;margin-top:-50px}.calculator-container.svelte-1duu1a3.svelte-1duu1a3{width:100%;margin-top:40px;border-radius:20px;background:#fff;box-shadow:var(--box-shadow-soft);overflow:hidden;border:1px solid rgba(0,0,0,.05);position:relative}.calculator-layout.svelte-1duu1a3.svelte-1duu1a3{display:flex;flex-direction:column}.form-header.svelte-1duu1a3.svelte-1duu1a3{padding:35px 40px 25px;border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:25px;background:linear-gradient(to bottom,#f1f6ff80,#fff0)}.form-header.svelte-1duu1a3 h3.svelte-1duu1a3{margin:0;font-size:1.3rem;font-weight:700;color:var(--brand-color);position:relative;display:inline-block}.form-header.svelte-1duu1a3 h3.svelte-1duu1a3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:var(--gradient);border-radius:3px}.progress-indicator.svelte-1duu1a3.svelte-1duu1a3{display:flex;justify-content:space-between;margin:0;position:relative;z-index:1}.progress-indicator.svelte-1duu1a3.svelte-1duu1a3:before{content:"";position:absolute;top:15px;left:calc(0% + 16px);width:calc(100% - 32px);height:2px;background-color:#eee;z-index:-1;border-radius:2px}.progress-indicator.svelte-1duu1a3.svelte-1duu1a3:after{content:"";position:absolute;top:15px;left:calc(0% + 16px);height:2px;background:var(--gradient);z-index:-1;border-radius:2px;transition:width .4s ease}.progress-indicator[style*="--current-step: 1"].svelte-1duu1a3.svelte-1duu1a3:after{width:12.5%}.progress-indicator[style*="--current-step: 2"].svelte-1duu1a3.svelte-1duu1a3:after{width:37.5%}.progress-indicator[style*="--current-step: 3"].svelte-1duu1a3.svelte-1duu1a3:after{width:62.5%}.progress-indicator[style*="--current-step: 4"].svelte-1duu1a3.svelte-1duu1a3:after{width:87.5%}.progress-indicator.svelte-1duu1a3 .step-indicator.svelte-1duu1a3{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;cursor:pointer;width:25%}.progress-indicator.svelte-1duu1a3 .step-indicator.completed .step-number.svelte-1duu1a3{background:var(--gradient);color:#fff;border-color:transparent;box-shadow:0 3px 8px #2d7fe240;transform:scale(1.05)}.progress-indicator.svelte-1duu1a3 .step-indicator.completed .step-label.svelte-1duu1a3{color:#444}.progress-indicator.svelte-1duu1a3 .step-indicator.active .step-number.svelte-1duu1a3{color:#fff;font-weight:700;background:var(--gradient);box-shadow:0 3px 10px #2d7fe226;transform:scale(1.1)}.progress-indicator.svelte-1duu1a3 .step-indicator.active .step-label.svelte-1duu1a3{color:var(--brand-color);font-weight:600}.progress-indicator.svelte-1duu1a3 .step-indicator .step-number.svelte-1duu1a3{width:32px;height:32px;border-radius:50%;background-color:#fff;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#666;transition:all .3s ease;position:relative;z-index:2}.progress-indicator.svelte-1duu1a3 .step-indicator .step-label.svelte-1duu1a3{font-size:.85rem;color:#666;font-weight:500;text-align:center;transition:all .2s ease}.form-content.svelte-1duu1a3.svelte-1duu1a3{padding:40px 50px;position:relative;background:linear-gradient(to bottom right,#fff,#fafcff80)}.steps-container.svelte-1duu1a3.svelte-1duu1a3{position:relative}.step-content.svelte-1duu1a3.svelte-1duu1a3{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;gap:25px;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease,visibility 0s linear .4s;background:#fff;height:0;overflow:hidden}.step-content.active.svelte-1duu1a3.svelte-1duu1a3{opacity:1;visibility:visible;transform:translateY(0);position:relative;transition:opacity .4s ease,transform .4s ease;z-index:1;height:auto;overflow:visible}.step-content.hidden.svelte-1duu1a3.svelte-1duu1a3{position:absolute;pointer-events:none}.step-title.svelte-1duu1a3.svelte-1duu1a3{margin:0 0 20px;font-size:1.2rem;font-weight:600;color:#333;position:relative;display:inline-block;padding-bottom:10px}.step-title.svelte-1duu1a3.svelte-1duu1a3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--gradient);border-radius:2px}.input-row.svelte-1duu1a3.svelte-1duu1a3{display:flex;flex-direction:row;gap:20px;width:100%;margin-bottom:0}.input-row.radio-row.svelte-1duu1a3.svelte-1duu1a3{margin-top:15px}.input-row.svelte-1duu1a3 .input-item.svelte-1duu1a3{flex:1}.total-employees.svelte-1duu1a3.svelte-1duu1a3{margin-top:10px;font-size:.85rem;padding:8px 12px;background-color:var(--gradient-faded);border-radius:5px;display:inline-block}.total-employees.svelte-1duu1a3 b.svelte-1duu1a3{font-size:1rem;color:var(--brand-color)}.input-item.svelte-1duu1a3.svelte-1duu1a3{display:flex;flex-direction:column;width:100%;gap:8px;margin-bottom:0}.input-item.svelte-1duu1a3 label.svelte-1duu1a3{font-weight:600;font-size:.9rem;margin-bottom:0;display:flex;gap:10px;color:#444}.input-item.svelte-1duu1a3 label.internal-field.svelte-1duu1a3{color:var(--brand-color);font-weight:700;position:relative}.input-item.svelte-1duu1a3 label.internal-field.svelte-1duu1a3:after{content:" (Internal)";font-size:.75rem;font-weight:500;color:#666;background:#f0f8ff;padding:2px 6px;border-radius:3px;margin-left:8px}.input-item.svelte-1duu1a3 label.svelte-1duu1a3 svg{color:var(--brand-color);width:18px;height:18px}.input-item.svelte-1duu1a3 small.svelte-1duu1a3{font-size:.75rem;color:#666;margin-top:0}.input-item.svelte-1duu1a3 input.svelte-1duu1a3,.input-item.svelte-1duu1a3 select.svelte-1duu1a3{border-radius:8px;border:1px solid #eeeeee;padding:12px 20px;font-size:.875rem;background-color:#fff;box-shadow:0 2px 4px #00000005;transition:all .2s ease}.input-item.svelte-1duu1a3 input.svelte-1duu1a3:focus,.input-item.svelte-1duu1a3 select.svelte-1duu1a3:focus{outline:none;border-color:var(--brand-color);box-shadow:0 2px 8px #2d7fe21a}.input-item.svelte-1duu1a3 input.svelte-1duu1a3:hover:not(:disabled),.input-item.svelte-1duu1a3 select.svelte-1duu1a3:hover:not(:disabled){border-color:#ccc}.input-item.svelte-1duu1a3 input.svelte-1duu1a3:disabled,.input-item.svelte-1duu1a3 select.svelte-1duu1a3:disabled{opacity:1;background:#f6f6f6;color:#9e9e9e}.input-item.svelte-1duu1a3 input.svelte-1duu1a3:disabled::placeholder,.input-item.svelte-1duu1a3 select.svelte-1duu1a3:disabled::placeholder{color:#9e9e9e}.input-item.svelte-1duu1a3 select.svelte-1duu1a3{background:transparent;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position-x:calc(100% - 10px);background-position-y:center}.radio-group.svelte-1duu1a3.svelte-1duu1a3{display:flex;flex-direction:column;gap:10px;margin-top:0;margin-bottom:15px;background-color:#fff;padding:15px;border-radius:8px;border:1px solid #eeeeee;box-shadow:0 2px 4px #00000005}.radio-group.svelte-1duu1a3 .radio-label.svelte-1duu1a3{display:flex;align-items:flex-start;gap:10px;font-size:.8rem;font-weight:400;text-transform:none;cursor:pointer;padding:5px 0}.radio-group.svelte-1duu1a3 .radio-label input[type=radio].svelte-1duu1a3{width:18px;height:18px;margin:2px 0 0;accent-color:var(--brand-color)}.radio-group.svelte-1duu1a3 .custom-efficiency-input.svelte-1duu1a3{margin-top:10px;padding:10px;background-color:#f8f9ff;border-radius:8px;border-left:3px solid var(--brand-color)}.radio-group.svelte-1duu1a3 .custom-efficiency-input label.svelte-1duu1a3{font-size:.8rem;font-weight:600;margin-bottom:5px;text-transform:none;display:block}.radio-group.svelte-1duu1a3 .custom-efficiency-input label.mt-3.svelte-1duu1a3{margin-top:15px}.radio-group.svelte-1duu1a3 .custom-efficiency-input input.svelte-1duu1a3{width:100%;padding:8px 12px;border-radius:5px;border:1px solid #ddd;margin:5px 0}.radio-group.svelte-1duu1a3 .custom-efficiency-input small.svelte-1duu1a3{font-size:.75rem;color:#666;display:block;margin-bottom:10px}.form-navigation.svelte-1duu1a3.svelte-1duu1a3{display:flex;justify-content:space-between;margin-top:50px;position:relative;z-index:2}.nav-button.svelte-1duu1a3.svelte-1duu1a3{font-size:.875rem;padding:14px 32px;border-radius:8px;border:none;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out;cursor:pointer;font-family:var(--font-header);font-weight:500;text-transform:uppercase;min-width:140px;letter-spacing:.5px}.nav-button.prev.svelte-1duu1a3.svelte-1duu1a3{background-color:#f5f5f5;color:#555;box-shadow:0 2px 4px #0000000d}.nav-button.prev.svelte-1duu1a3.svelte-1duu1a3:hover{background-color:#eee;transform:translateY(-1px)}.nav-button.next.svelte-1duu1a3.svelte-1duu1a3{background:var(--gradient);color:#fff;box-shadow:0 4px 10px #2d7fe233}.nav-button.next.svelte-1duu1a3.svelte-1duu1a3:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 15px #2d7fe240}.nav-button.next.svelte-1duu1a3.svelte-1duu1a3:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.results-container.svelte-1duu1a3.svelte-1duu1a3{padding:0}.results-actions.svelte-1duu1a3.svelte-1duu1a3{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;border-bottom:1px solid #eee}.results-actions.svelte-1duu1a3 h3.svelte-1duu1a3{margin:0;font-size:1.3rem;font-weight:600;color:var(--brand-color)}.results-actions.svelte-1duu1a3 .back-button.svelte-1duu1a3{background:var(--gradient);color:#fff;border:none;border-radius:8px;padding:8px 15px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;text-transform:uppercase;font-family:var(--font-header)}.results-actions.svelte-1duu1a3 .back-button.svelte-1duu1a3:hover{transform:scale(1.05);box-shadow:var(--box-shadow-soft)}.results-content.svelte-1duu1a3.svelte-1duu1a3{padding:0}.results-summary.svelte-1duu1a3.svelte-1duu1a3{display:flex;justify-content:space-between;padding:30px 40px;gap:25px;border-bottom:1px solid #eee}.results-summary.svelte-1duu1a3 .result-highlight.svelte-1duu1a3{flex:1;background:var(--gradient-faded);padding:25px;border-radius:10px;text-align:center;box-shadow:0 2px 8px #0000000d}.results-summary.svelte-1duu1a3 .result-highlight h4.svelte-1duu1a3{margin-top:0;margin-bottom:15px;font-size:1rem;color:#333}.results-summary.svelte-1duu1a3 .result-highlight .value.svelte-1duu1a3{font-size:1.8rem;font-weight:700;color:var(--brand-color)}.results-details.svelte-1duu1a3.svelte-1duu1a3{display:flex;gap:40px;padding:30px 40px;border-bottom:1px solid #eee}.results-details.svelte-1duu1a3 .results-section.svelte-1duu1a3{flex:1;background-color:#fafafa;padding:25px;border-radius:10px;border:1px solid #e0e0e0}.results-details.svelte-1duu1a3 .results-section h4.svelte-1duu1a3{margin-top:0;margin-bottom:20px;font-size:1.1rem;padding-bottom:10px;border-bottom:1px solid #eee;color:#333}.results-details.svelte-1duu1a3 .results-section .detail-row.svelte-1duu1a3{display:flex;justify-content:space-between;margin-bottom:15px;font-size:.95rem}.results-details.svelte-1duu1a3 .results-section .detail-row.highlight.svelte-1duu1a3{margin-top:25px;padding-top:15px;border-top:1px dashed #ddd;font-size:1.1rem;font-weight:500}.results-details.svelte-1duu1a3 .results-section .detail-row.highlight b.svelte-1duu1a3{color:var(--brand-color)}.results-details.svelte-1duu1a3 .results-section .detail-row span.svelte-1duu1a3{color:#555}.results-details.svelte-1duu1a3 .results-section .detail-row b.svelte-1duu1a3{font-weight:600}.results-details.svelte-1duu1a3 .results-section .detail-row.vat-inclusive.svelte-1duu1a3{margin-top:5px;padding-left:15px;font-size:.9rem;color:#666;border-left:3px solid #e0e0e0}.results-details.svelte-1duu1a3 .results-section .detail-row.vat-inclusive span.svelte-1duu1a3{font-style:italic}.results-details.svelte-1duu1a3 .results-section .detail-row.vat-inclusive b.svelte-1duu1a3{color:#666;font-weight:500}.results-cta.svelte-1duu1a3.svelte-1duu1a3{padding:30px 40px;text-align:center}.results-cta.svelte-1duu1a3 p.svelte-1duu1a3{margin-top:0;margin-bottom:20px;font-size:1.1rem}.results-cta.svelte-1duu1a3 button{font-size:1rem;padding:15px 40px;background:var(--gradient);border-radius:8px;color:#fff;border:none;display:flex;justify-content:center;align-items:center;transition:all .15s ease-in-out;cursor:pointer;min-width:250px;margin:0 auto;font-family:var(--font-header);font-weight:500;text-transform:uppercase}.results-cta.svelte-1duu1a3 button:hover{transform:scale(1.05);-webkit-font-smoothing:subpixel-antialiased;box-shadow:var(--box-shadow-soft)}@media screen and (max-width: 768px){.calculator-container.svelte-1duu1a3.svelte-1duu1a3{margin-top:30px;border-radius:15px}.pricing-calculator.svelte-1duu1a3.svelte-1duu1a3{margin-top:0}.form-header.svelte-1duu1a3.svelte-1duu1a3,.form-content.svelte-1duu1a3.svelte-1duu1a3{padding:25px 20px}.progress-indicator.svelte-1duu1a3 .step-label.svelte-1duu1a3{font-size:.7rem}.progress-indicator.svelte-1duu1a3 .step-number.svelte-1duu1a3{width:28px;height:28px;font-size:.8rem}.progress-indicator.svelte-1duu1a3.svelte-1duu1a3:before,.progress-indicator.svelte-1duu1a3.svelte-1duu1a3:after{top:13px;left:calc(0% + 14px)}.progress-indicator.svelte-1duu1a3.svelte-1duu1a3:before{width:calc(100% - 28px)}.progress-indicator[style*="--current-step: 1"].svelte-1duu1a3.svelte-1duu1a3:after{width:12.5%}.progress-indicator[style*="--current-step: 2"].svelte-1duu1a3.svelte-1duu1a3:after{width:37.5%}.progress-indicator[style*="--current-step: 3"].svelte-1duu1a3.svelte-1duu1a3:after{width:62.5%}.progress-indicator[style*="--current-step: 4"].svelte-1duu1a3.svelte-1duu1a3:after{width:87.5%}.input-row.svelte-1duu1a3.svelte-1duu1a3{flex-direction:column;gap:15px}.form-navigation.svelte-1duu1a3.svelte-1duu1a3{margin-top:35px;flex-direction:row;justify-content:space-between}.nav-button.svelte-1duu1a3.svelte-1duu1a3{padding:12px 20px;font-size:.8rem;min-width:120px}.results-summary.svelte-1duu1a3.svelte-1duu1a3,.results-details.svelte-1duu1a3.svelte-1duu1a3{flex-direction:column}.step-title.svelte-1duu1a3.svelte-1duu1a3{font-size:1.1rem;margin-bottom:15px}}
