:root{--primary-blue:#06f;--text-dark:#000;--text-muted:#666;--bg-light:#f8f9fa;--white:#fff;--border-color:#e5e7eb;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--section-padding:80px 0;--container-max-width:1200px;--transition-base:all 0.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--white);color:var(--text-dark);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased;font-family:neue-haas-grotesk-text!important}h1,h2,h3,h4,h5{font-family:neue-haas-grotesk-display!important;font-weight:500!important;letter-spacing:.5px!important}.container-fluid{padding:0!important}.container{margin-left:auto;margin-right:auto;max-width:1320px!important;padding-left:30px!important;padding-right:30px!important;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.text-center{text-align:center}.section-title{font-size:56px;font-weight:400;letter-spacing:-2px;line-height:1.1;margin-bottom:64px}a{color:inherit;text-decoration:none;transition:var(--transition-base)}ul{list-style:none}button{background:none;border:none;cursor:pointer;font-family:inherit}input,select{font-family:inherit;outline:none}.btn-primary1{align-items:center;background-color:var(--text-dark);border-radius:30px;color:var(--white);display:inline-flex;font-size:16px;font-weight:600;gap:12px;justify-content:center;margin-top:8px;padding:16px 28px;transition:var(--transition-base);transition:.45s;width:fit-content}.btn-primary1:hover{background-color:#0076ea;color:#fff;text-decoration:none}.btn-primary1.pill{max-width:fit-content}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{background:var(--white);background:#f7f7f7;padding:32px 0;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between}@media (max-width:768px){.header{padding:24px 0}}.hero{align-items:center;background-color:var(--white);background:#f7f7f7;display:flex;min-height:80vh;padding:var(--section-padding)}.hero-container{align-items:start;display:grid;display:flex;flex-wrap:wrap;gap:80px;gap:0;grid-template-columns:1.1fr .9fr;justify-content:space-between}.hero-title{color:var(--text-dark);font-size:52px;font-weight:500;letter-spacing:-2px;line-height:1.1;margin-bottom:32px}.hero-description{color:var(--text-muted);font-size:18px;line-height:1.6;margin-bottom:48px;max-width:540px}.hero-content{animation:fadeInUp .8s ease-out forwards;width:40%}.hero form>div{margin-bottom:10px}.hero form>div label{color:var(--text-muted);font-size:14px;font-weight:400}.hero form input.hs-input,.hero form select{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;color:var(--text-dark);font-size:16px;height:42px;padding:14px 16px;transition:var(--transition-base);width:100%}.hero form .hs_submit{margin-top:40px}.hero form select{color:#333;padding:0 16px}.hero form .hs-error-msgs{display:none}.hero form .hs-richtext{color:var(--text-muted);font-size:13px;line-height:1.6;margin-top:4px}.hero form input.hs-button{align-items:center;background-color:var(--text-dark);border:none;border-radius:30px;color:var(--white);display:inline-flex;font-size:16px;font-weight:600;gap:12px;justify-content:center;margin-top:8px;min-width:200px;padding:16px 28px;transition:var(--transition-base);transition:.45s;width:fit-content}.hero form input.hs-button:hover{background:#0076ea}.feature-list{display:flex;flex-direction:column;gap:24px}.feature-item{align-items:flex-start;border-top:1px solid var(--border-color);display:flex;gap:16px;padding-top:24px}.feature-item:last-child{border-bottom:1px solid var(--border-color);padding-bottom:24px}.feature-icon{flex-shrink:0;padding-top:4px}.feature-text{color:var(--text-dark);font-size:15px;line-height:1.5}.feature-text strong{font-weight:700}.hero-form-container{animation:fadeInUp .8s ease-out .2s forwards;background:var(--white);border:1px solid rgba(0,0,0,.05);border-radius:32px;box-shadow:0 4px 60px rgba(0,0,0,.04);opacity:0;padding:30px;width:50%}.lead-form{gap:20px}.form-group,.lead-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:var(--text-muted);font-size:14px;font-weight:500}.form-group input,.form-group select{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;color:var(--text-dark);font-size:16px;padding:14px 16px;transition:var(--transition-base);width:100%}.form-group input:focus,.form-group select:focus{border-color:var(--primary-blue);box-shadow:0 0 0 4px rgba(0,102,255,.1)}.form-group select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m3 4.5 3 3 3-3'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.form-disclaimer{color:var(--text-muted);font-size:13px;line-height:1.6;margin-top:4px}.form-disclaimer a{color:var(--primary-blue);text-decoration:underline}@media (max-width:992px){.hero-container{gap:60px;grid-template-columns:1fr}.hero-content,.hero-form-container{width:100%}}@media (max-width:768px){.hero-title{font-size:44px;letter-spacing:-1px}.hero-form-container{padding:32px;width:100%}}.brands-section{background-color:var(--white);padding:100px 0}.brands-title{font-size:44px;font-weight:400;letter-spacing:-2px;line-height:1.2;margin-bottom:80px;text-align:center}.brands-grid{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto}.brands-grid img{height:auto;max-height:100px;object-fit:contain;width:auto}@media (max-width:768px){.brands-grid{justify-content:center}.brands-title{font-size:32px;margin-bottom:60px}}.comparison-section{padding:100px 0}.comparison-grid{display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px}.comparison-card{border-radius:20px;overflow:hidden;padding:0}.kubit-card{background-color:#aeffd8;border:1px solid #4cec8c}.legacy-card{background-color:#fff;border:1px solid #e5e7eb}.card-header1{align-items:center;border-bottom:1px solid #4cec8c;display:flex;gap:16px;justify-content:center;padding:20px 30px;text-align:center}.legacy-card .card-header1{background:#f7f7f7;border-bottom:1px solid #ededed;justify-content:center}.card-logo{height:26px}.card-tag{border-left:1px solid #333;font-size:16px;font-weight:700;padding-left:16px}.legacy-title{color:#5b5b5b;font-size:18px;font-weight:600;font-weight:700;text-align:center}.comparison-list{display:flex;flex-direction:column;margin:0;padding:0}.comparison-item{align-items:flex-start;border-bottom:1px solid;display:flex;gap:16px;padding:20px 30px}.kubit-card .comparison-item{border-color:#4cec8c}.legacy-card .comparison-item{border-color:#e0dddd}.comparison-item:last-child{border:none}.icon-box{align-items:center;border-radius:4px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:2px;width:20px}.icon-box.check{background-color:#00a651}.icon-box.cross{background-color:#ccc}.item-content strong{display:block;font-size:15px;font-weight:700;margin-bottom:4px}.item-content p{color:#000;font-size:14px;line-height:1.4;margin:0}.comparison-border{align-items:center;display:flex;justify-content:center;margin-top:40px}@media (max-width:992px){.comparison-grid{grid-template-columns:1fr}}.how-it-works{background-color:#202020;color:var(--white);padding:100px 0}.how-it-works .section-title{font-size:56px;font-weight:400;margin-bottom:80px;text-align:center}.works-diagram{background:#2e2c2c;background-image:url(https://6313188.fs1.hubspotusercontent-na2.net/hubfs/6313188/2026-landing/Grid.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;gap:60px;margin:0 auto 40px;padding:20px}.works-row{display:grid;gap:12px;grid-template-columns:repeat(4,auto)}.work-card{background-color:#232323;border-radius:12px;color:#111;min-width:200px;padding:18px;width:100%}.top-row .work-card{background:#232323;display:flex;flex-direction:column;gap:10px;text-align:center}.icon-wrapper{display:flex;flex-wrap:nowrap;gap:12px;justify-content:center}.card-label{color:#fff;display:block;font-size:14px;font-weight:400;margin-bottom:10px;text-align:center}.icon-group{display:flex;gap:12px}.icon-group img{max-height:60px;max-width:60px}@media (max-width:1280px){.icon-group img{max-width:45px}}.middle-row{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;row-gap:20px}.warehouse-group{background:#232323;background:var(--Color-UI-Transparent,hsla(0,0%,100%,.75));border:1px solid var(--Grays-Gray-2,#eeeaea);border-radius:12px;border-radius:10px;display:flex;flex-wrap:wrap;gap:0;justify-content:center;justify-content:space-between;max-width:475px;padding:15px;width:100%}.warehouse-icon{align-items:center;backdrop-filter:blur(2.8808510303497314px);background:var(--Primary-White,#fff);border:1px solid var(--Grays-Gray-2,#eeeaea);border-radius:6.4px;display:flex;justify-content:center;margin-bottom:15px;padding-top:19%;position:relative;width:19%}.warehouse-icon svg{left:50%;max-width:80%;position:absolute;top:50%;transform:translate(-50%,-50%)}.center-logo-container{border-radius:6.5px;overflow:hidden;width:100%;z-index:5}.warehouse-icon img{width:100%}.center-logo-circle{align-items:center;background:#fff;border-radius:0;display:flex;height:80px;justify-content:center;padding:20px;width:100%}.center-logo-circle img{height:100%;object-fit:contain;width:100%}.analytics-items{display:flex;flex-wrap:wrap;gap:0;justify-content:space-between}.analytics-item{align-items:center;background:#f5f5f5;border-radius:6px;display:flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:5px;padding:8px 12px;width:49%}.analytics-item.full{width:100%}.analytics-item i{color:#555;font-size:12px}.works-footer{align-items:flex-start;display:grid;gap:40px;gap:0;grid-template-columns:repeat(4,1fr);margin-top:0;padding-top:40px}.footer-info-col,.works-footer{display:flex;flex-wrap:wrap;justify-content:space-between}.footer-info-col{border-top:1px solid #444;gap:20px;gap:0;height:100%;padding-top:20px;position:relative;width:23%}.footer-info-col h4{color:#fff;font-family:neue-haas-grotesk-text!important;font-size:16px;font-weight:400;margin:0 0 15px;width:70%}.footer-info-col p{color:#c3c3c3;font-size:16px;font-size:14px;line-height:1.5;width:80%}.footer-info-col i{color:#fff;font-size:14px;font-weight:600;position:absolute;right:0;top:21px}@media (max-width:992px){.works-row{grid-template-columns:repeat(2,1fr)}.warehouse-group{margin-bottom:20px;position:static}.middle-row{flex-direction:column}.works-footer{grid-template-columns:1fr 1fr}.footer-info-col{width:48%}}@media (max-width:576px){.works-footer,.works-row{grid-template-columns:1fr}.how-it-works .section-title{font-size:36px}.icon-group img{max-width:55px}.footer-info-col{width:100%}}.lumos-ai{padding:100px 0}.lumos-container{align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.subtitle-blue{color:var(--primary-blue);display:block;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:24px}.lumos-content h2{margin-bottom:32px}.section-description{color:var(--text-muted);font-size:18px;line-height:1.6;margin-bottom:48px;max-width:500px}.feature-list-simple{display:flex;flex-direction:column}.feature-item-simple{align-items:center;border-top:1px solid #ededed;display:flex;gap:24px;justify-content:space-between;padding:20px 0}.feature-item-simple:last-child{border-bottom:1px solid #ededed}.feature-text-simple{color:var(--text-dark);font-size:15px;line-height:1.5}.feature-text-simple strong{font-weight:600}.feature-icon-simple{flex-shrink:0}.lumos-image img{height:auto;width:100%}@media (max-width:992px){.lumos-container{gap:60px;grid-template-columns:1fr}}.stakeholders{padding:0 0 100px}.stakeholder-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.stakeholder-card{background:#f8f9fa;display:flex;flex-direction:column;overflow:hidden}.card-image-bg{align-items:flex-end;display:flex;height:auto;justify-content:center;padding:0}.card-image-bg img{box-shadow:0 -10px 40px rgba(0,0,0,.1);height:auto;max-width:100%;object-fit:cover;width:100%}.bg-blue{background-color:#b2d4f5}.bg-orange{background-color:#ffb38e}.bg-purple{background-color:#e2d1f9}.card-body{padding:30px!important}.card-body h3{font-size:24px;font-weight:500;margin-bottom:16px}.card-body p{color:var(--text-muted);font-size:16px;line-height:1.6;margin:0}@media (max-width:992px){.stakeholder-grid{grid-template-columns:1fr}.section-title{font-size:40px;margin-bottom:48px}}.stats{background:#202020;border-top:1px solid var(--border-color);color:var(--white);padding:100px 0}.stats-header{max-width:950px;width:100%}.stats-header h4{color:var(--white);font-size:48px;font-weight:400;line-height:1.2}.stats-container{display:flex;gap:40px;justify-content:space-between;padding-top:60px}.stat-item{border-bottom:1px solid #5b5b5b;flex:1;padding-bottom:24px;width:100%}.stat-number{display:flex;font-size:80px;font-weight:500;letter-spacing:-3px;line-height:1;margin-bottom:8px}.stat-label{color:#c3c3c3;font-size:16px;max-width:250px}@media (max-width:992px){.stats-container{align-items:flex-start;flex-direction:column;gap:40px}.stats-header h4{font-size:32px}.stat-number{font-size:56px}}.cta-section{background-color:#202020;padding:100px 0}.cta-container{background-color:#fff;display:grid;grid-template-columns:1fr 1.1fr;min-height:560px;overflow:hidden}.cta-content{display:flex;flex-direction:column;gap:24px;justify-content:center;padding:80px}.cta-title{color:#111;font-size:64px;font-weight:500;letter-spacing:-2px;line-height:1.1}.cta-description{color:#555;font-size:20px;line-height:1.5;margin-bottom:24px;max-width:440px}.cta-image,.cta-image img{height:100%;width:100%}.cta-image img{object-fit:cover}@media screen and (max-width:1080px){.cta-container{grid-template-columns:1fr}}@media (max-width:992px){.cta-container{grid-template-columns:1fr}.cta-content{padding:48px}.cta-title{font-size:40px}}.footer{background-color:#202020;color:var(--white);padding:100px 0 60px}.footer-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:60px}.footer-social-wrap{align-items:center;display:flex;gap:80px}.follow-us{color:var(--white);font-size:14px;font-weight:600;opacity:.9}.social-links{display:flex;gap:40px;margin:0}.social-links a{color:var(--white);font-size:14px;font-weight:500;opacity:.7}.social-links a:hover{opacity:1}.footer-logo{width:220px}.footer-divider{background-color:#333;height:1px;margin-bottom:40px}.footer-bottom{align-items:center;display:flex;justify-content:space-between}.footer-copyright{color:#888;font-size:13px}.footer-legal-links{display:flex;gap:40px;list-style:none}.footer-legal-links a{color:#888;font-size:13px;transition:var(--transition-base)}.footer-legal-links a:hover{color:var(--white)}@media (max-width:992px){.footer-top{gap:40px}.footer-social-wrap,.footer-top{align-items:flex-start;flex-direction:column}.footer-social-wrap{gap:20px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:32px}.footer-legal-links{flex-direction:column;gap:16px}}