.DemoSection-module__INTKha__demoSection{background:linear-gradient(180deg,var(--cream-dark)0%,var(--cream)100%);padding:6rem 4rem;position:relative}.DemoSection-module__INTKha__inner{max-width:720px;margin:0 auto;transition:max-width .3s}.DemoSection-module__INTKha__header{text-align:center;margin-bottom:3rem}.DemoSection-module__INTKha__header h2{color:var(--forest);margin-bottom:.75rem;font-size:2.5rem}.DemoSection-module__INTKha__header h2 em{color:var(--terracotta);font-style:italic}.DemoSection-module__INTKha__header p{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1.1rem}.DemoSection-module__INTKha__stepIndicator{justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.DemoSection-module__INTKha__dot{background:var(--sand);border-radius:50%;width:10px;height:10px;transition:all .3s}.DemoSection-module__INTKha__dot.DemoSection-module__INTKha__active{background:var(--forest);transform:scale(1.3)}.DemoSection-module__INTKha__dot.DemoSection-module__INTKha__completed{background:var(--sage)}.DemoSection-module__INTKha__card{background:#fff;border-radius:16px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 8px 40px #00000014}.DemoSection-module__INTKha__card:before{content:"";background:linear-gradient(90deg,var(--forest),var(--sage),var(--terracotta));height:4px;position:absolute;top:0;left:0;right:0}.DemoSection-module__INTKha__emailForm{flex-direction:column;gap:1.25rem;display:flex}.DemoSection-module__INTKha__emailTitle{color:var(--forest);text-align:center;font-size:1.25rem;font-weight:600}.DemoSection-module__INTKha__emailSubtitle{color:var(--text-muted);text-align:center;margin-top:-.5rem;font-size:.95rem}.DemoSection-module__INTKha__inputRow{gap:.75rem;display:flex}.DemoSection-module__INTKha__inputRow input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.DemoSection-module__INTKha__inputRow input:focus{border-color:var(--forest);outline:none}.DemoSection-module__INTKha__inputRow input.DemoSection-module__INTKha__inputError{background-color:#fff8f8;border-color:#d32f2f}.DemoSection-module__INTKha__submitBtn{background:var(--terracotta);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .2s}.DemoSection-module__INTKha__submitBtn:hover:not(:disabled){background:var(--terracotta-hover);transform:translateY(-1px)}.DemoSection-module__INTKha__submitBtn:disabled{opacity:.7;cursor:not-allowed}.DemoSection-module__INTKha__nameRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.DemoSection-module__INTKha__nameRow input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.DemoSection-module__INTKha__nameRow input:focus{border-color:var(--forest);outline:none}.DemoSection-module__INTKha__legal{color:var(--text-muted);text-align:center;font-size:.75rem;line-height:1.5}.DemoSection-module__INTKha__legal a{color:var(--forest);text-decoration:underline}.DemoSection-module__INTKha__fileHint{color:#888;text-align:center;margin-top:-.25rem;font-size:.75rem;line-height:1.5}.DemoSection-module__INTKha__fileHint strong{color:#666;font-weight:600}.DemoSection-module__INTKha__fileHintFormats{color:var(--forest);letter-spacing:.025em;background:#2d4a3e0f;border-radius:4px;margin-left:.375rem;padding:.125rem .5rem;font-size:.7rem;font-weight:500;display:inline-block}.DemoSection-module__INTKha__inlineError{color:#d32f2f;margin-top:-.5rem;font-size:.75rem;font-weight:500}.DemoSection-module__INTKha__error{color:#c00;background:#fee;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.DemoSection-module__INTKha__uploadArea{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.DemoSection-module__INTKha__uploadTitle{color:var(--forest);font-size:1.25rem;font-weight:600}.DemoSection-module__INTKha__dropzone{border:2px dashed var(--sand);text-align:center;cursor:pointer;background:#f7f4ed80;border-radius:12px;width:100%;padding:3rem 2rem;transition:all .3s}.DemoSection-module__INTKha__dropzone:hover,.DemoSection-module__INTKha__dropzone.DemoSection-module__INTKha__dragOver{border-color:var(--forest);background:#2d4a3e0a}.DemoSection-module__INTKha__dropzoneIcon{background:linear-gradient(135deg,var(--forest),var(--sage));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto 1rem;display:flex}.DemoSection-module__INTKha__dropzone p{color:var(--text-muted);margin-bottom:.25rem;font-size:.95rem}.DemoSection-module__INTKha__dropzone p strong{color:var(--forest)}.DemoSection-module__INTKha__dropzone small{color:#999;font-size:.8rem}.DemoSection-module__INTKha__photoTip{color:var(--text-muted);text-align:center;margin-top:-.5rem;font-size:.8rem;line-height:1.4}.DemoSection-module__INTKha__selectedFile{background:#2d4a3e0f;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex}.DemoSection-module__INTKha__selectedFile .DemoSection-module__INTKha__fileName{color:var(--forest);flex:1;font-size:.9rem;font-weight:500}.DemoSection-module__INTKha__selectedFile .DemoSection-module__INTKha__fileSize{color:var(--text-muted);font-size:.8rem}.DemoSection-module__INTKha__removeFile{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:.25rem;transition:color .2s}.DemoSection-module__INTKha__removeFile:hover{color:#d32f2f}.DemoSection-module__INTKha__supplierInput{color:#2d4a3e;background:#fff9;border:1px solid #2d4a3e33;border-radius:8px;outline:none;width:100%;margin-top:.5rem;padding:.65rem .875rem;font-size:.9rem;transition:border-color .2s}.DemoSection-module__INTKha__supplierInput::placeholder{color:#8a9e96}.DemoSection-module__INTKha__supplierInput:focus{border-color:var(--sage)}.DemoSection-module__INTKha__uploadActions{gap:.75rem;width:100%;display:flex}.DemoSection-module__INTKha__uploadBtn{background:var(--terracotta);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.DemoSection-module__INTKha__uploadBtn:hover:not(:disabled){background:var(--terracotta-hover);transform:translateY(-1px)}.DemoSection-module__INTKha__uploadBtn:disabled{opacity:.7;cursor:not-allowed}.DemoSection-module__INTKha__processingPanel{flex-direction:column;gap:1.25rem;padding:.5rem 0;display:flex}.DemoSection-module__INTKha__processingHeader{border-bottom:1px solid #2d4a3e1a;align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.DemoSection-module__INTKha__processingLogo{background:linear-gradient(135deg,var(--forest),var(--sage));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.DemoSection-module__INTKha__processingLogoImg{object-fit:contain}.DemoSection-module__INTKha__processingBrand{color:var(--forest);margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.DemoSection-module__INTKha__processingSubtitle{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.2}.DemoSection-module__INTKha__processingMessages{flex-direction:column;gap:.625rem;min-height:80px;display:flex}.DemoSection-module__INTKha__processingMsg{align-items:flex-start;gap:.625rem;animation:.3s ease-out both DemoSection-module__INTKha__msgSlideIn;display:flex}@keyframes DemoSection-module__INTKha__msgSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.DemoSection-module__INTKha__processingMsg span{color:var(--text-muted);padding-top:1px;font-size:.875rem;line-height:1.5}.DemoSection-module__INTKha__processingMsgDone span{color:var(--sage);font-weight:500}.DemoSection-module__INTKha__processingMsgDot{width:20px;height:20px;color:var(--sage);background:#5b9a6f1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.65rem;font-weight:700;display:flex}.DemoSection-module__INTKha__processingMsgDotDone{background:var(--sage);color:#fff}.DemoSection-module__INTKha__processingMsgDotActive{background:#5b9a6f1f;position:relative}.DemoSection-module__INTKha__processingDotSpinner{border:2px solid #5b9a6f33;border-top-color:var(--sage);border-radius:50%;width:12px;height:12px;animation:.8s linear infinite DemoSection-module__INTKha__dotSpin}@keyframes DemoSection-module__INTKha__dotSpin{to{transform:rotate(360deg)}}.DemoSection-module__INTKha__processingMsgMuted{color:#aaa!important}.DemoSection-module__INTKha__processingPhases{border-top:1px solid #2d4a3e1a;justify-content:center;align-items:flex-start;gap:0;padding-top:1rem;display:flex}.DemoSection-module__INTKha__processingPhaseItem{flex-direction:column;align-items:center;gap:.375rem;display:flex;position:relative}.DemoSection-module__INTKha__processingPhaseIcon{color:#bbb;background:#2d4a3e0f;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:600;transition:all .4s;display:flex}.DemoSection-module__INTKha__processingPhaseIconDone{background:var(--sage);color:#fff;box-shadow:0 0 10px #5b9a6f40}.DemoSection-module__INTKha__processingPhaseIconActive{color:var(--sage);background:#5b9a6f26;box-shadow:0 0 0 3px #5b9a6f1a}.DemoSection-module__INTKha__processingPhaseLabel{letter-spacing:.05em;color:#bbb;font-size:.6rem;font-weight:600;transition:color .4s}.DemoSection-module__INTKha__processingPhaseLabelDone{color:var(--sage)}.DemoSection-module__INTKha__processingPhaseConnector{background:#2d4a3e14;border-radius:1px;width:32px;height:2px;transition:background .4s;position:absolute;top:14px;left:calc(50% + 16px)}.DemoSection-module__INTKha__processingPhaseConnectorDone{background:var(--sage)}.DemoSection-module__INTKha__processing{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0;display:flex}.DemoSection-module__INTKha__spinner{border:4px solid var(--sand);border-top-color:var(--forest);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite DemoSection-module__INTKha__dotSpin}.DemoSection-module__INTKha__processing p{color:var(--text-muted);font-size:1rem}.DemoSection-module__INTKha__processingNote{color:#999!important;font-size:.85rem!important}.DemoSection-module__INTKha__sent{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.DemoSection-module__INTKha__sentIcon{background:linear-gradient(135deg,var(--sage),var(--forest));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:.4s ease-out DemoSection-module__INTKha__popIn;display:flex}@keyframes DemoSection-module__INTKha__popIn{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.DemoSection-module__INTKha__sentTitle{color:var(--forest);margin:0;font-size:1.5rem;font-weight:700}.DemoSection-module__INTKha__sentMessage{color:var(--text-muted);max-width:420px;font-size:1rem;line-height:1.6}.DemoSection-module__INTKha__sentMessage strong{color:var(--charcoal)}.DemoSection-module__INTKha__sentEmail{color:var(--sage);background:#2d4a3e0f;border-radius:6px;padding:.5rem 1rem;font-size:.875rem}.DemoSection-module__INTKha__resultsCtas{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.DemoSection-module__INTKha__ctaPrimary{background:var(--terracotta);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.DemoSection-module__INTKha__ctaPrimary:hover{background:var(--terracotta-hover);transform:translateY(-1px)}.DemoSection-module__INTKha__ctaSecondary{color:var(--forest);border:2px solid var(--sand);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.DemoSection-module__INTKha__ctaSecondary:hover{border-color:var(--forest);background:#2d4a3e0a}.DemoSection-module__INTKha__resultsNote{text-align:center;color:var(--text-muted);font-size:.8rem}@media (max-width:640px){.DemoSection-module__INTKha__demoSection{padding:4rem 1.5rem}.DemoSection-module__INTKha__card{padding:1.5rem}.DemoSection-module__INTKha__header h2{font-size:2rem}.DemoSection-module__INTKha__inputRow{flex-direction:column}.DemoSection-module__INTKha__nameRow{grid-template-columns:1fr}.DemoSection-module__INTKha__uploadActions,.DemoSection-module__INTKha__resultsCtas{flex-direction:column}}
/*# sourceMappingURL=b56d8c8d2ee3eaba.css.map*/