@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
html{scroll-behavior:smooth;overflow-x:hidden}:root{--color-brand-primary:#c2410c;--color-brand-primary-hover:#9a3412;--color-brand-secondary:#5b3a1e;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-surface:#fff;--color-surface-muted:#f8fafc;--color-border:#e2e8f0;--color-success:#15803d;--color-warning:#b45309;--color-error:#b91c1c;--color-info:#0369a1;--color-prototype:#7c3aed;--bg-primary:var(--color-surface);--bg-secondary:var(--color-surface-muted);--bg-card:var(--color-surface);--text-primary:var(--color-text-primary);--text-secondary:var(--color-text-secondary);--accent-blue:var(--color-brand-primary);--accent-purple:var(--color-brand-secondary);--accent-gradient:linear-gradient(135deg,var(--color-brand-primary),var(--color-brand-secondary));--border-color:var(--color-border);--color-primary-rgb:194,65,12;--primary:var(--color-brand-primary);--accent:var(--color-brand-primary);--text:var(--color-text-primary);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:80px;--space-10:96px;--space-11:128px;--spacing-xs:var(--space-2);--spacing-sm:var(--space-4);--spacing-md:var(--space-6);--spacing-lg:var(--space-8);--spacing-xl:var(--space-11);--radius-sm:8px;--radius-md:12px;--radius-card:16px;--radius-lg:24px;--shadow-sm:0 1px 2px #0f172a0a;--shadow-md:0 8px 24px #0f172a0f;--shadow-lg:0 16px 40px #0f172a14;--font-main:"Manrope",sans-serif;--font-display:"Manrope",sans-serif;--text-display:clamp(2.625rem,5vw,4rem);--text-h1:clamp(2.25rem,4vw,3.25rem);--text-h2:clamp(1.875rem,3vw,2.5rem);--text-h3:clamp(1.5rem,2vw,1.75rem);--text-body-lg:1.125rem;--text-body:1rem;--text-small:.875rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-surface);color:var(--color-text-primary);font-family:var(--font-main);font-size:var(--text-body);line-height:1.625;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text-primary);font-weight:700;line-height:1.2}img{max-width:100%;height:auto}.container{max-width:1200px;padding:0 var(--space-4);margin:0 auto}.skip-link{z-index:9999;background:var(--color-brand-primary);color:#fff;border-radius:var(--radius-sm);padding:.75rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:var(--space-4);top:var(--space-4)}.btn,.btn-primary{justify-content:center;align-items:center;gap:var(--space-2);background:var(--color-brand-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;min-height:44px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.btn:hover,.btn-primary:hover{background:var(--color-brand-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-ghost:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn-secondary{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:.75rem 1.5rem;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--color-brand-primary);background:#c2410c0a;transform:translateY(-1px)}.btn-ghost{min-height:44px;color:var(--color-brand-primary);cursor:pointer;background:0 0;border:none;align-items:center;padding:.5rem .75rem;font-weight:600;display:inline-flex}.btn-ghost:hover{color:var(--color-brand-secondary)}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-primary);margin-bottom:var(--space-3);font-size:.8rem;font-weight:700}.section-title{font-size:var(--text-h2);margin-bottom:var(--space-3)}.section-lead{font-size:var(--text-body-lg);color:var(--color-text-secondary);max-width:42rem;line-height:1.7}.status-live{color:var(--color-success);background:#dcfce7}.status-beta{color:var(--color-info);background:#e0f2fe}.status-pilot{color:var(--color-warning);background:#ffedd5}.status-prototype{color:var(--color-prototype);background:#ede9fe}.status-coming-soon,.status-comingssoon{color:var(--color-text-secondary);background:#f1f5f9}.result-badge{letter-spacing:.02em;color:var(--color-text-secondary);border:1px solid var(--color-border);background:#f1f5f9;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.result-badge[data-type=Verified\ Result],.result-badge[data-type=Client-Approved\ Result]{color:var(--color-success);background:#dcfce7;border-color:#bbf7d0}.result-badge[data-type="Internal Demo Outcome"]{color:var(--color-info);background:#e0f2fe;border-color:#bae6fd}.result-badge[data-type="Projected Business Impact"]{color:var(--color-warning);background:#ffedd5;border-color:#fed7aa}.result-badge[data-type=Illustrative\ Example],.result-badge[data-type=Pilot\ Outcome]{color:var(--color-text-secondary);background:#f8fafc}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.Header-module__arFiJq__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--color-border);background:#ffffffeb;width:100%;padding:.65rem 0;position:fixed;top:0;left:0}.Header-module__arFiJq__container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Header-module__arFiJq__logo{z-index:1002;flex-shrink:0;align-items:center;max-width:180px;display:flex}.Header-module__arFiJq__nav{align-items:center;gap:.5rem;display:flex}.Header-module__arFiJq__navList{align-items:center;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__arFiJq__navItem{position:relative}.Header-module__arFiJq__navLink,.Header-module__arFiJq__navLinkBtn{min-height:44px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.4rem .7rem;font-size:.9rem;font-weight:600;display:inline-flex}.Header-module__arFiJq__navLink:hover,.Header-module__arFiJq__navLinkBtn:hover .Header-module__arFiJq__navLink{color:var(--color-text-primary)}.Header-module__arFiJq__chevron{opacity:.7;font-size:.65rem}.Header-module__arFiJq__dropdown{border:1px solid var(--color-border);border-radius:var(--radius-card);min-width:280px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:20;background:#fff;padding:.6rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% - 2px);left:0;transform:translateY(6px)}.Header-module__arFiJq__dropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__arFiJq__dropdownLink{border-radius:var(--radius-sm);min-height:44px;color:var(--color-text-primary);justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .75rem;font-size:.9rem;font-weight:500;display:flex}.Header-module__arFiJq__dropdownLink:hover{background:var(--color-surface-muted);color:var(--color-brand-primary)}.Header-module__arFiJq__status{border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.68rem;font-weight:700}.Header-module__arFiJq__cta{white-space:nowrap;margin-left:.5rem}.Header-module__arFiJq__mobileMeta,.Header-module__arFiJq__backdrop{display:none}.Header-module__arFiJq__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:8px;display:none}.Header-module__arFiJq__hamburger span{background:var(--color-text-primary);border-radius:2px;width:100%;height:2px;transition:all .25s;display:block}.Header-module__arFiJq__hamburger.Header-module__arFiJq__active span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__arFiJq__hamburger.Header-module__arFiJq__active span:nth-child(2){opacity:0}.Header-module__arFiJq__hamburger.Header-module__arFiJq__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1100px){.Header-module__arFiJq__navLink,.Header-module__arFiJq__navLinkBtn{padding:.35rem .45rem;font-size:.82rem}.Header-module__arFiJq__cta{padding-inline:1rem;font-size:.85rem}}@media (max-width:1024px){.Header-module__arFiJq__hamburger{display:flex}.Header-module__arFiJq__backdrop{z-index:1000;background:#0f172a59;border:none;display:block;position:fixed;inset:0}.Header-module__arFiJq__nav{width:min(100%,420px);height:100dvh;box-shadow:var(--shadow-lg);z-index:1001;background:#fff;flex-direction:column;align-items:stretch;gap:1rem;padding:5.5rem 1.25rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(105%)}.Header-module__arFiJq__navOpen{transform:translate(0)}.Header-module__arFiJq__mobileMeta{border-bottom:1px solid var(--color-border);flex-direction:column;gap:.35rem;padding-bottom:1rem;display:flex}.Header-module__arFiJq__mobileBrand{font-size:1.1rem;font-weight:800}.Header-module__arFiJq__mobileContact{min-height:44px;color:var(--color-text-secondary);align-items:center;font-weight:500;display:inline-flex}.Header-module__arFiJq__navList{flex-direction:column;align-items:stretch;gap:.25rem}.Header-module__arFiJq__navItem{border-bottom:1px solid var(--color-border)}.Header-module__arFiJq__navLinkBtn{justify-content:space-between;width:100%}.Header-module__arFiJq__navLink{min-height:48px;font-size:1.05rem}.Header-module__arFiJq__dropdown{opacity:1;visibility:visible;min-width:0;box-shadow:none;border:none;padding:0 0 .75rem;display:none;position:static;transform:none}.Header-module__arFiJq__dropdownOpen{display:block}.Header-module__arFiJq__cta{width:100%;margin:1rem 0 0}}
.Footer-module__rnk_JG__footer{color:#e2e8f0;background:#0f172a;margin-top:0;padding:4rem 0 2rem}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Footer-module__rnk_JG__top{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem;display:grid}.Footer-module__rnk_JG__logoLink{background:#fff;border-radius:10px;max-width:160px;margin-bottom:1rem;padding:.4rem .6rem;display:inline-block}.Footer-module__rnk_JG__brandCopy{color:#94a3b8;max-width:28rem;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.Footer-module__rnk_JG__contactBlock{color:#cbd5e1;flex-direction:column;gap:.4rem;margin-bottom:1.25rem;font-size:.92rem;display:flex}.Footer-module__rnk_JG__contactBlock a:hover{color:#fdba74}.Footer-module__rnk_JG__social{gap:.65rem;display:flex}.Footer-module__rnk_JG__socialLink{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s;display:flex}.Footer-module__rnk_JG__socialLink:hover{background:var(--color-brand-primary);color:#fff}.Footer-module__rnk_JG__links h4{color:#fff;margin-bottom:1rem;font-size:.95rem}.Footer-module__rnk_JG__links ul{flex-direction:column;gap:.55rem;list-style:none;display:flex}.Footer-module__rnk_JG__links a{color:#94a3b8;align-items:center;min-height:32px;font-size:.92rem;display:inline-flex}.Footer-module__rnk_JG__links a:hover{color:#fdba74}.Footer-module__rnk_JG__bottom{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.85rem;display:flex}.Footer-module__rnk_JG__legalLinks{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__rnk_JG__legalLinks a:hover{color:#e2e8f0}@media (max-width:900px){.Footer-module__rnk_JG__top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__rnk_JG__top{grid-template-columns:1fr;gap:2rem}.Footer-module__rnk_JG__bottom{flex-direction:column;align-items:flex-start}}
.GlobalBackground-module__X3lo6G__background{z-index:-1;pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffffe6,#fffc),url(/hero-bg.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100vw;height:100vh;position:fixed;top:0;left:0}.GlobalBackground-module__X3lo6G__grid{background-image:linear-gradient(#8b45130a 1px,#0000 1px),linear-gradient(90deg,#8b45130a 1px,#0000 1px);background-size:50px 50px;width:200%;height:200%;animation:20s linear infinite GlobalBackground-module__X3lo6G__gridMove;position:absolute;top:0;left:0;transform:perspective(500px)rotateX(60deg)translateY(-100px)translateZ(-200px)}@keyframes GlobalBackground-module__X3lo6G__gridMove{0%{transform:perspective(500px)rotateX(60deg)translateY(0)translateZ(-200px)}to{transform:perspective(500px)rotateX(60deg)translateY(50px)translateZ(-200px)}}
.ChatBot-module__8VqgIG__floatingButton{background:var(--accent-gradient);color:#fff;cursor:pointer;z-index:9999;border:none;border-radius:50%;width:60px;height:60px;font-size:1.5rem;transition:transform .2s,box-shadow .2s;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #8b451366}.ChatBot-module__8VqgIG__floatingButton:hover{transform:scale(1.1);box-shadow:0 6px 30px #8b451380}.ChatBot-module__8VqgIG__chatWindow{background:var(--bg-primary);z-index:9998;border:1px solid #0000001a;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 48px);height:500px;max-height:70vh;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 10px 40px #00000026}.ChatBot-module__8VqgIG__header{background:var(--accent-gradient);color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ChatBot-module__8VqgIG__headerInfo{align-items:center;gap:.75rem;display:flex}.ChatBot-module__8VqgIG__statusDot{background:#4ade80;border-radius:50%;width:10px;height:10px;animation:2s infinite ChatBot-module__8VqgIG__pulse}@keyframes ChatBot-module__8VqgIG__pulse{0%,to{opacity:1}50%{opacity:.5}}.ChatBot-module__8VqgIG__statusText{opacity:.8;font-size:.75rem;display:block}.ChatBot-module__8VqgIG__closeBtn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;font-size:1.25rem;transition:opacity .2s}.ChatBot-module__8VqgIG__closeBtn:hover{opacity:1}.ChatBot-module__8VqgIG__messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.ChatBot-module__8VqgIG__message{border-radius:16px;max-width:85%;padding:.75rem 1rem;font-size:.9rem;line-height:1.4}.ChatBot-module__8VqgIG__bot{background:var(--bg-secondary);color:var(--text-primary);border-bottom-left-radius:4px;align-self:flex-start}.ChatBot-module__8VqgIG__user{background:var(--accent-gradient);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ChatBot-module__8VqgIG__options{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.ChatBot-module__8VqgIG__optionBtn{background:var(--bg-secondary);cursor:pointer;text-align:left;color:var(--text-primary);border:1px solid #8b451333;border-radius:12px;padding:.75rem 1rem;font-size:.85rem;transition:all .2s}.ChatBot-module__8VqgIG__optionBtn:hover{border-color:var(--accent-blue);background:#8b45131a}.ChatBot-module__8VqgIG__resetBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:1px dashed #8b45134d;border-radius:12px;padding:.6rem 1rem;font-size:.8rem;transition:all .2s}.ChatBot-module__8VqgIG__resetBtn:hover{border-color:var(--accent-blue);color:var(--accent-blue)}@media (max-width:480px){.ChatBot-module__8VqgIG__chatWindow{width:calc(100vw - 24px);height:60vh;bottom:90px;right:12px}.ChatBot-module__8VqgIG__floatingButton{width:50px;height:50px;font-size:1.25rem;bottom:16px;right:16px}}
.LeadCapture-module__BFTEuq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.LeadCapture-module__BFTEuq__popup{background:var(--bg-primary);border:1px solid rgba(var(--color-primary-rgb),.3);text-align:center;border-radius:1.5rem;width:100%;max-width:500px;padding:3rem;position:relative;box-shadow:0 25px 50px -12px #000000b3}.LeadCapture-module__BFTEuq__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.5rem}.LeadCapture-module__BFTEuq__closeBtn:hover{color:var(--text-primary)}.LeadCapture-module__BFTEuq__form{flex-direction:column;gap:1rem;display:flex}.LeadCapture-module__BFTEuq__input{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:.5rem;padding:1rem 1.5rem;font-size:1rem}.LeadCapture-module__BFTEuq__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2);outline:none}.LeadCapture-module__BFTEuq__submitBtn{width:100%;padding:1rem;font-size:1.1rem}.LeadCapture-module__BFTEuq__disclaimer{color:var(--text-secondary);opacity:.7;margin-top:1.5rem;font-size:.8rem}@media (max-width:600px){.LeadCapture-module__BFTEuq__popup{padding:2.5rem 1.5rem}}
.MobileStickyFooter-module__Fn4cUq__stickyFooter{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border-color);z-index:9999;background:#ffffffd9;justify-content:center;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 25px -5px #0000000d}.MobileStickyFooter-module__Fn4cUq__primaryBtn{text-align:center;white-space:nowrap;flex:2;padding:.75rem 1rem;font-size:.95rem}.MobileStickyFooter-module__Fn4cUq__secondaryBtn{text-align:center;border:1.5px solid var(--accent-blue);color:var(--accent-blue);white-space:nowrap;background:#fff;border-radius:50px;flex:1;padding:.7rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.MobileStickyFooter-module__Fn4cUq__secondaryBtn:hover{background:#8b45130d}@media (min-width:769px){.MobileStickyFooter-module__Fn4cUq__stickyFooter{display:none}}
