.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}}
.landing-nav{top:var(--banner-offset,0px);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7f4ede6;border-bottom:1px solid #2d4a3e1a;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;left:0;right:0}.logo{color:var(--forest);font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--forest);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--terracotta)}.nav-cta{background:var(--terracotta);border-radius:6px;padding:.6rem 1.2rem;color:#fff!important;transition:background .2s!important}.nav-cta:hover{background:var(--terracotta-hover)!important}.hero{background:linear-gradient(135deg,var(--forest-deep)0%,var(--forest)100%);grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.hero:before{content:"";opacity:.03;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:1;flex-direction:column;justify-content:center;padding:8rem 4rem 4rem 6rem;display:flex;position:relative}.hero-eyebrow{color:var(--sand);letter-spacing:.1em;text-transform:uppercase;opacity:0;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;animation:.6s .2s forwards fadeInUp}.hero h1{color:#fff;opacity:0;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);animation:.6s .4s forwards fadeInUp}.hero h1 em{color:var(--terracotta);font-style:italic}.hero-pain{border-left:3px solid var(--terracotta);opacity:0;background:#0003;border-radius:0 8px 8px 0;margin-bottom:1.5rem;padding:1.25rem 1.5rem;animation:.6s .6s forwards fadeInUp}.hero-pain p{color:#ffffffe6;margin-bottom:.5rem;font-size:1.1rem}.hero-pain p:last-child{color:#ffffffb3;margin-bottom:0;font-size:1rem}.hero-solution{color:#fffffff2;opacity:0;max-width:500px;margin-bottom:2rem;font-size:1.25rem;animation:.6s .8s forwards fadeInUp}.hero-ctas{opacity:0;gap:1rem;margin-bottom:2rem;animation:.6s 1s forwards fadeInUp;display:flex}.btn-primary{background:var(--terracotta);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--terracotta-hover);transform:translateY(-2px);box-shadow:0 10px 30px #c67d4d4d}.btn-secondary{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:#ffffff1a;border-color:#fff}.hero-trust{color:#fff9;opacity:0;align-items:center;gap:1rem;font-size:.9rem;animation:.6s 1.2s forwards fadeInUp;display:flex}.hero-trust svg{color:var(--terracotta)}.hero-image{position:relative;overflow:hidden}.hero-image img{object-fit:cover;opacity:0;width:100%;height:100%;animation:1s .5s forwards fadeIn}.hero-image:after{content:"";background:linear-gradient(to right,var(--forest)0%,transparent 30%);position:absolute;inset:0}.hero-overlay{z-index:2;opacity:0;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;animation:.8s 1.4s forwards fadeInUp;display:grid;position:absolute;bottom:3rem;left:2rem;right:2rem}.overlay-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-radius:12px;padding:1.25rem;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 50px #0000004d,0 0 0 1px #fff3}.overlay-card:hover{transform:translateY(-2px)}.overlay-card.problem{border:2px solid #e74c3c;box-shadow:0 20px 50px #0000004d,0 0 20px #e74c3c26}.overlay-card.solution{border:2px solid #27ae60;animation:2.5s ease-in-out infinite solutionGlow;box-shadow:0 20px 50px #0000004d,0 0 25px #27ae6040}@keyframes solutionGlow{0%,to{box-shadow:0 20px 50px #0000004d,0 0 25px #27ae6033}50%{box-shadow:0 20px 50px #0000004d,0 0 35px #27ae6066}}.overlay-label{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.overlay-card.problem .overlay-label{color:#e74c3c}.overlay-card.solution .overlay-label{color:#27ae60}.overlay-content{color:var(--charcoal);font-family:SF Mono,Consolas,monospace;font-size:.85rem;line-height:1.5}.overlay-arrow{color:#fff;font-size:2rem}.how-it-works{background:var(--cream);padding:6rem 4rem}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{color:var(--forest);margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--text-muted);font-size:1.1rem}.steps{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.steps:before{content:"";background:linear-gradient(to right,var(--sand),var(--sage),var(--terracotta));z-index:0;height:2px;position:absolute;top:3rem;left:10%;right:10%}.step{text-align:center;z-index:1;background:#fff;border-radius:16px;padding:2rem;transition:all .3s;position:relative;box-shadow:0 4px 20px #0000000d}.step:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.step-number{background:var(--forest);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin:0 auto 1.5rem;font-size:1rem;font-weight:700;display:flex}.step-icon{background:var(--cream);width:3.5rem;height:3.5rem;color:var(--sage);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.step h3{color:var(--forest);margin-bottom:.75rem;font-size:1.1rem}.step p{color:var(--text-muted);font-size:.95rem}.pain-section{background:var(--forest-deep);color:#fff;padding:6rem 4rem;position:relative;overflow:hidden}.pain-section:before{content:"";opacity:.05;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.pain-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid;position:relative}.pain-text h2{color:#fff;margin-bottom:1.5rem;font-size:2.25rem}.pain-text h2 em{color:var(--terracotta);font-style:italic}.pain-list{list-style:none}.pain-list li{color:#ffffffd9;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;font-size:1.05rem;display:flex}.pain-list svg{color:var(--terracotta);flex-shrink:0;margin-top:.25rem}.pain-visual{position:relative}.chaos-stack{height:320px;position:relative}.chaos-doc{color:var(--charcoal);transform-origin:50%;background:#fff;border-radius:6px;width:230px;transition:all .3s;position:absolute;overflow:hidden;box-shadow:0 10px 40px #0000004d}.doc-header{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;padding:.5rem .75rem 0;font-size:.65rem;font-weight:600;overflow:hidden}.chaos-pdf{font-family:Times New Roman,Times,Georgia,serif}.doc-header-pdf{color:#c0392b;border-bottom:1px solid #eee;margin-bottom:0;padding-bottom:.4rem}.pdf-body{padding:.25rem .6rem .6rem;font-size:.55rem;line-height:1.7}.pdf-row{border-bottom:1px solid #f0f0f0;gap:.5rem;padding:1px 0;display:flex}.pdf-name{text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.02em;flex:1.6;overflow:hidden}.pdf-size{color:#555;white-space:nowrap;flex:1}.pdf-price{text-align:right;white-space:nowrap;flex:.6}.pdf-price-drift{padding-right:3px}.pdf-price-drift2{padding-right:7px}.pdf-row-faded{opacity:.5}.chaos-excel{font-family:Segoe UI,Calibri,Arial,sans-serif}.doc-header-excel{color:#1a7a3a;background:#f0f7f0;border-bottom:2px solid #1a7a3a;margin-bottom:0;padding:.4rem .6rem}.excel-icon{font-size:.7rem}.excel-grid{border-collapse:collapse;width:100%;font-size:.55rem}.excel-grid thead th{color:#666;text-align:center;background:#e8eee8;border:1px solid #c4d4c4;padding:2px 4px;font-size:.5rem;font-weight:400}.excel-col-a{width:48%}.excel-col-b{width:14%}.excel-col-c{width:20%}.excel-col-d{width:18%}.excel-cutoff{color:#333;position:relative}.excel-cutoff:after{content:"";background:linear-gradient(90deg,#0000,#fff);width:8px;position:absolute;top:0;bottom:0;right:0}.excel-cell{white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #c4d4c4;max-width:0;padding:3px 5px;font-size:.55rem;overflow:hidden}.chaos-email{background:#fafafa;font-family:Courier New,Courier,monospace}.doc-header-email{color:#1a73e8;background:#f5f5f5;border-bottom:1px solid #ddd;padding-bottom:.35rem;font-family:-apple-system,system-ui,Segoe UI,sans-serif}.email-body{white-space:pre;color:#333;flex-direction:column;padding:.5rem .65rem .65rem;font-size:.52rem;line-height:1.6;display:flex}.email-spacer{height:.5rem}.email-sig{color:#888;margin-top:.15rem}.chaos-doc:first-child{z-index:1;top:0;left:20%;transform:rotate(-5deg)}.chaos-doc:nth-child(2){z-index:2;top:28%;left:2%;transform:rotate(7deg)}.chaos-doc:nth-child(3){z-index:3;top:52%;left:35%;transform:rotate(-3deg)}.chaos-doc:hover{z-index:10;transform:rotate(0)scale(1.08);box-shadow:0 16px 50px #0006}.features{background:var(--cream-dark);padding:6rem 4rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.feature{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000d}.feature-icon{background:linear-gradient(135deg,var(--forest)0%,var(--sage)100%);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.25rem;display:flex}.feature h3{color:var(--forest);margin-bottom:.75rem;font-size:1.15rem}.feature p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.social-proof{text-align:center;background:#fff;padding:5rem 4rem}.quote{max-width:700px;margin:0 auto}.quote-icon{color:var(--sand);margin-bottom:1.5rem}.quote blockquote{color:var(--forest);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.5rem;font-style:italic;line-height:1.6}.quote-author{color:var(--text-muted);font-size:1rem}.quote-author strong{color:var(--charcoal)}.faq-section{background:#fff;padding:2.5rem 4rem 5rem}.faq-section .section-header{margin-bottom:1.5rem}.faq-section .section-header h2{color:var(--forest);font-size:1.6rem}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);margin:0 0 .35rem;font-size:.75rem;font-weight:700}.faq-list{flex-direction:column;gap:0;max-width:720px;margin:0 auto;display:flex}.faq-item{border-bottom:1px solid #2d4a3e1f}.faq-item:first-child{border-top:1px solid #2d4a3e1f}.faq-question{cursor:pointer;color:var(--forest);justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem .25rem;font-size:1.15rem;font-weight:600;list-style:none;transition:color .2s;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{content:""}.faq-question:hover{color:var(--terracotta)}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-answer{background:#fff;border-radius:8px;margin:0 0 .25rem;padding:.75rem 1.25rem 1.5rem;animation:.3s faqFadeIn}.faq-answer p{color:var(--charcoal);margin:0;font-size:1.05rem;line-height:1.7}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cta-section{background:linear-gradient(135deg,var(--forest)0%,var(--sage)100%);text-align:center;padding:6rem 4rem;position:relative;overflow:hidden}.cta-section:before{content:"";opacity:.05;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.cta-content{z-index:1;max-width:600px;margin:0 auto;position:relative}.cta-section h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cta-section p{color:#ffffffd9;margin-bottom:2rem;font-size:1.15rem}.cta-buttons{justify-content:center;gap:1rem;display:flex}.cta-section .btn-primary{background:var(--terracotta);padding:1.1rem 2.5rem;font-size:1.1rem}.cta-note{color:#fff9;margin-top:1.5rem;font-size:.9rem}footer{background:var(--forest-deep);color:#fff9;text-align:center;padding:3rem 4rem}.footer-links{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.footer-links a{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{font-size:.85rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.hero{grid-template-columns:1fr}.hero-content{padding:8rem 2rem 4rem}.hero-image{display:none}.hero-overlay{grid-template-columns:1fr;gap:1rem;margin-top:2rem;position:relative;bottom:auto;left:auto;right:auto}.overlay-arrow{text-align:center;transform:rotate(90deg)}.steps{grid-template-columns:repeat(2,1fr)}.steps:before{display:none}.pain-content{grid-template-columns:1fr}.chaos-stack{display:none}.features-grid{grid-template-columns:1fr}}@media (max-width:640px){nav{padding:1rem}.nav-links{display:none}.hero-content{padding:6rem 1.5rem 3rem}.hero h1{font-size:2rem}.hero-ctas{flex-direction:column}.section-header h2{font-size:2rem}.steps{grid-template-columns:1fr}.how-it-works,.pain-section,.features,.faq-section,.cta-section{padding:4rem 1.5rem}.cta-buttons{flex-direction:column}}
/*# sourceMappingURL=2166dc4ab6fb43ff.css.map*/