@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);body{padding:0;font-family:"Roboto",sans-serif;background-color:#fff;color:#111;margin:0;font-family:"Inter","Helvetica Neue",sans-serif;background-color:#fbead6;color:#3b2314}.navbar{background:#fff;justify-content:space-between;padding:1.2rem 2.5rem;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(59,35,20,.1)}.navbar,.navbar-left{display:flex;align-items:center}.navbar-left{grid-gap:1rem;gap:1rem}.logo{height:60px;object-fit:contain;display:block}.brand-name{font-weight:700;font-size:1.3rem;color:#3b2314}.navbar-right{display:flex;align-items:center}.navbar-right a{margin:0 1.25rem;text-decoration:none;color:#3b2314;font-weight:600;font-size:.95rem;transition:color .2s ease}.navbar-right a:hover{color:#e05a45}.navbar .primary-btn{background:#e05a45;color:#fff;border:none;padding:.7rem 1.6rem;border-radius:50px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s ease}.navbar .primary-btn:hover{background:#c84e3b}.mobile-menu-toggle{display:none;cursor:pointer;z-index:1001}.hamburger{width:30px;height:24px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:3px;width:100%;background-color:#3b2314;border-radius:3px;transition:all .3s ease}.hamburger.open span:first-child{transform:translateY(10px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}@media (max-width:768px){.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;margin-right:1rem}.navbar{padding:1rem;position:relative}.navbar-right{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;transition:right .3s ease;box-shadow:-5px 0 15px rgba(59,35,20,.1);z-index:1000}.navbar-right.open{right:0}.navbar-right a{margin:.8rem 0;font-size:1.1rem;width:100%;color:#3b2314}.navbar-right .primary-btn{margin-top:1.5rem;width:90%;text-align:center;background-color:#e05a45;color:#fff;padding:.8rem 1rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .2s ease;display:block}.navbar-right .primary-btn:hover{background-color:#c84e3b}.navbar-right.open:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(59,35,20,.3);z-index:-1}}.hero{background-color:#e05a45;padding:8rem 2rem 6rem;text-align:center;position:relative;overflow:hidden}.hero h1{font-size:4rem;margin-bottom:1.5rem;font-weight:800;line-height:1.2;max-width:800px;margin-left:auto;margin-right:auto}.hero h1,.hero p{color:#fbead6;position:relative;z-index:1}.hero p{font-size:1.3rem;max-width:600px;margin:0 auto 3rem;line-height:1.5;font-weight:400}.hero-buttons{display:flex;justify-content:center;grid-gap:1rem;gap:1rem;position:relative;z-index:1}.primary-btn{background:#3b2314;color:#fff;padding:.9rem 2rem;border:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .2s ease;cursor:pointer;text-decoration:none}.primary-btn:hover{background:#50301c}.secondary-btn{background:#fbead6;border:0 solid #3b2314;padding:.9rem 2rem;border-radius:50px;color:#3b2314;font-weight:600;font-size:1rem;transition:all .2s ease;cursor:pointer;text-decoration:none}.secondary-btn:hover{background:rgba(251,234,214,.8)}.why-us{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:7rem 8rem;background:#fbead6;grid-gap:4rem;gap:4rem}.why-us-left{flex:1 1 500px;max-width:600px}.why-us-left h2{font-size:2.8rem;margin-bottom:3rem;font-weight:800;color:#3b2314;position:relative}.why-us-left h2:after{content:"";position:absolute;bottom:-15px;left:0;width:80px;height:5px;background:#e05a45;border-radius:12px}.why-point{display:flex;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2.5rem;border-radius:12px;padding:1.5rem;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.why-point:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(59,35,20,.1)}.why-point .emoji{font-size:2.2rem;line-height:1;width:50px;height:50px;display:flex;align-items:flex-start;justify-content:center;color:#e05a45;align-self:flex-start;margin-top:.2em}.why-point h4{margin:0 0 .5rem;font-weight:700;color:#3b2314;font-size:1.3rem}.why-point p{margin:0;color:#5d4331;font-size:1.05rem;line-height:1.5}.why-us-right{flex:1 1 400px;display:flex;justify-content:center}.why-us-right img{max-width:100%;border-radius:12px;border:0 solid #fff;box-shadow:0 0 0 rgba(59,35,20,.1)}.services{padding:7rem 2rem;text-align:center;background-color:#fff}.services h2{font-size:2.8rem;font-weight:800;color:#3b2314;margin-bottom:.5rem;position:relative;display:block}.services h2:after{content:"";position:absolute;bottom:-15px;left:38%;transform:translateX(-50%);width:80px;height:5px;background:#e05a45;border-radius:3px}.services-subhead{color:#6d4c2c;font-size:1.25rem;font-weight:500;text-align:center;max-width:900px;margin:1.5rem auto 2.5rem;display:block}.services-list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-gap:2.5rem;gap:2.5rem;justify-items:stretch;align-items:stretch;max-width:1200px;margin:0 auto}.service-block{background:#fff7ed;border-radius:16px;box-shadow:0 2px 12px rgba(59,35,20,.06);padding:2.2rem 2rem 2rem;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.2rem;transition:box-shadow .2s;text-align:left}.service-block:hover{box-shadow:0 8px 32px rgba(224,90,69,.13)}.service-block h3,.service-block p,.service-block ul{text-align:left}.service-block h3{color:#e05a45;font-size:1.25rem;font-weight:800;margin-bottom:.7rem}.service-block p{color:#3b2314;font-size:1.08rem;margin-bottom:.7rem;font-weight:500}.service-block ul{color:#6d4c2c;font-size:1rem;margin:0;padding:0;line-height:1.7;list-style:none}.service-block ul li{margin-bottom:.4rem;position:relative;padding-left:2rem}.service-block ul li:before{content:"";display:inline-block;position:absolute;left:0;top:.2em;width:1.2em;height:1.2em;background:url(/check.png) no-repeat 50%/contain}@media (max-width:1100px){.services-list{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,auto)}}@media (max-width:700px){.services-list{grid-template-columns:1fr;grid-template-rows:none;grid-gap:1.5rem;gap:1.5rem}.service-block{padding:1.5rem 1rem}}.ai-audit-cta{background-color:#e05a45;padding:5rem 2rem;text-align:center;color:#fbead6}.ai-audit-container{max-width:900px;margin:0 auto}.ai-audit-cta h2{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;color:#fbead6}.ai-audit-cta p{font-size:1.2rem;margin:0 auto 2.5rem;max-width:700px;line-height:1.6}.ai-audit-cta .white-btn{background:#fbead6;color:#e05a45;padding:.9rem 2rem;border:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .2s ease;cursor:pointer;display:inline-block;text-decoration:none}.ai-audit-cta .white-btn:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.1)}@media (max-width:768px){.ai-audit-cta h2{font-size:2.3rem}.ai-audit-cta p{font-size:1.1rem}}.process{background:#fbead6;padding:7rem 2rem;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;grid-gap:2rem;gap:2rem;text-align:left;min-height:400px}.process-illustration{align-items:center}.process-illustration,.process-steps{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem);max-width:calc(50% - 1rem);display:flex;height:auto}.process-steps{flex-direction:column;justify-content:center}.process-illustration img{width:80%;object-fit:contain;border-radius:8px;box-shadow:0 0 0 rgba(59,35,20,.1);border:0 solid #fff}.process h2{font-size:2.8rem;font-weight:900;margin-bottom:.75rem;color:#3b2314;position:relative}.process h2:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:5px;background:#e05a45;border-radius:3px}.process .subtitle{color:#5d4331;margin-bottom:2rem;font-size:1.1rem;text-align:left;padding-top:1rem;line-height:1.4}.process-step{position:relative;display:flex;align-items:flex-start;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.process-step h4{margin:0 0 .3rem;font-weight:700;font-size:1.3rem;color:#3b2314}.process-step p{margin:0;color:#5d4331;font-size:.95rem;line-height:1.5}.process-step-icon{position:relative;z-index:1;background:#fff;color:#3b2314;font-size:1.1rem;width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 10px rgba(59,35,20,.1);margin-left:-3.1rem;align-self:flex-start;flex-shrink:0}.process-step-content{display:flex;flex-direction:column}.process-step-content p{max-width:90%}.cta{background:#e05a45;color:#fbead6;padding:7rem 2rem;text-align:center}.cta h2{font-size:2.8rem;font-weight:800;margin-bottom:1.5rem}.cta p{font-size:1.2rem;max-width:650px;margin:0 auto 2.5rem;line-height:1.6}.white-btn{background:#fbead6;color:#3b2314;padding:.9rem 2rem;border:none;border-radius:50px;font-weight:600;font-size:1rem;transition:all .2s ease;cursor:pointer}.white-btn:hover{background:#f0dfc7}.footer{background:#3b2314;color:#c0aa93;padding:5rem 2rem 3rem}.footer-columns{display:flex;flex-wrap:wrap;grid-gap:3rem;gap:3rem;justify-content:space-between;max-width:1200px;margin:0 auto}.footer h5{font-size:1.1rem;margin-bottom:1.5rem;font-weight:700;color:#fbead6}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:.8rem}.footer ul li a{color:#c0aa93;text-decoration:none;transition:color .2s ease}.footer ul li a:hover{color:#fbead6}.bottom-bar{text-align:center;margin-top:4rem;font-size:.9rem;color:#8c7561;padding-top:2rem;border-top:1px solid rgba(251,234,214,.1)}@media (max-width:1024px){.why-us{padding:5rem 2rem}.hero h1{font-size:3.2rem}.process-steps{padding-left:2rem}.process-step-icon{margin-left:-3rem}}@media (max-width:768px){.hero h1{font-size:2.8rem}.cta h2,.process h2,.services h2,.why-us-left h2{font-size:2.3rem}.why-point .emoji{width:40px;height:40px;font-size:1.5rem}}@media (max-width:480px){.navbar{padding:1rem}.hero h1{font-size:2.3rem}.hero p{font-size:1.1rem}.primary-btn,.secondary-btn,.white-btn{padding:.8rem 1.6rem;font-size:.95rem}.process-step-icon{margin-left:-2.8rem}}.dropdown{position:relative;display:inline-block}.dropdown>a,.dropdown>span{padding:0 1rem;cursor:pointer;font-weight:500;color:#3b2314;text-decoration:none}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0 5px 15px rgba(59,35,20,.1);border-radius:8px;padding:.75rem 0;z-index:999;top:100%;left:0}.dropdown-content span{display:block;padding:.6rem 1.25rem;font-size:.95rem;color:#5d4331;cursor:pointer;transition:all .2s ease}.dropdown:hover .dropdown-content{display:block}.dropdown-content span:hover{background:#fbead6;color:#3b2314}.agents-cta{margin-top:6rem;background:#e05a45;padding:5rem 2rem;text-align:center;color:#fbead6}.agents-cta h2{font-size:2.8rem;font-weight:800;margin-bottom:2rem}.agents-cta .primary-btn{background:#fbead6;color:#e05a45;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.agents-cta .primary-btn:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.1)}@media (max-width:1024px){.kits-container{flex-direction:column;grid-gap:3rem;gap:3rem}.kits-heading{text-align:center;margin-bottom:2rem}.kit-cards-grid{grid-template-columns:repeat(2,1fr)}.kits-heading .tagline{font-size:2.5rem}}@media (max-width:768px){.kit-cards-grid{grid-template-columns:1fr}.build-kits-page h1{font-size:2.8rem}.agents-cta h2{font-size:2.3rem}}@media (max-width:480px){.build-kits-page{padding:4rem 1.5rem}.kits-heading .tagline{font-size:2rem}.kit-card{padding:2rem}}.agents-page{background-color:#fbead6;color:#3b2314}.agents-hero{padding:8rem 2rem 6rem;background-color:#e05a45;text-align:center;color:#fbead6}.agents-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;color:#fbead6}.agents-hero p{font-size:1.3rem;max-width:650px;margin:0 auto 2.5rem;color:#fbead6}.agents-overview{padding:6rem 2rem;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;grid-gap:3rem;gap:3rem}.overview-text{flex:1 1 500px;max-width:550px}.overview-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#3b2314;font-weight:700;line-height:1.2}.overview-text p{color:#5d4331;font-size:1.1rem;margin-bottom:1.5rem;line-height:1.5}.overview-text ul{padding-left:0;margin-top:1.5rem;line-height:1.75;list-style:none;color:#3b2314}.overview-text li{display:flex;align-items:center;margin-bottom:.75rem;font-size:1.05rem}.overview-text li:before{content:"";display:inline-block;width:8px;height:8px;margin-right:15px;background-color:#e05a45;border-radius:50%}.overview-image{flex:1 1 400px;display:flex;justify-content:center;align-items:flex-start}.overview-image img{width:100%;max-width:450px;border-radius:8px;box-shadow:0 0 0 rgba(59,35,20,.1);border:0 solid #fbead6}.agents-types h1{font-size:2.8rem;font-weight:800;color:#3b2314;margin-bottom:2rem;text-align:center;width:100%;position:relative;padding-bottom:1rem;display:inline-block}.agents-types h1:after{content:"";position:absolute;bottom:-5px;left:38%;width:80px;height:5px;background:#e05a45;border-radius:3px}.agents-tools,.agents-types{text-align:center}.agents-tools{background:#fff;padding:5rem 2rem}.agents-tools h2{font-size:2.5rem;margin-bottom:2.5rem;color:#3b2314;font-weight:700}@media (max-width:768px){.agents-types h1{text-align:center;width:100%;position:relative;padding-bottom:1rem}.agents-types h1:after{content:"";position:absolute;bottom:-5px;left:43%;transform:translateX(-50%);width:80px;height:5px;background:#e05a45;border-radius:3px;margin-left:-150px}}@media (max-width:480px){.agents-types h1:after{margin-left:-100px}}.connect-hero{padding:8rem 2rem 6rem;text-align:center;background-color:#e05a45;color:#fbead6;position:relative}.connect-hero h1{font-size:3.5rem;line-height:1.2;max-width:900px;margin:0 auto 2.5rem;font-weight:700;color:#fbead6}.connect-hero p{font-size:1.3rem;max-width:800px;margin:0 auto 3rem;padding:0 0 2.5rem;color:#fbead6;line-height:1.5}.connect-hero .primary-btn{background:#fbead6;color:#e05a45;padding:1rem 3rem;border-radius:50px;font-size:1.2rem;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer}.connect-hero .primary-btn:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.connect-form-container{display:flex;justify-content:center;padding:0 2rem 6rem;background-color:#fbead6;margin-top:10rem}.connect-form{background-color:#fff;padding:3rem;border-radius:12px;width:100%;max-width:600px;display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;box-shadow:0 10px 30px rgba(59,35,20,.1);position:relative;margin-top:-6rem}.form-subtitle{color:#e05a45}.connect-form form{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.connect-form label{font-weight:600;color:#3b2314;margin-bottom:.5rem;display:block;font-size:1.05rem}.connect-form input,.connect-form select,.connect-form textarea{padding:.5rem 1.2rem;border:1px solid #e0d5c1;border-radius:8px;font-size:1.05rem;font-family:inherit;width:100%;background:#fbfaf7;box-sizing:border-box;margin-top:0}.connect-form textarea{min-height:150px;resize:vertical}.connect-form .primary-btn{margin-top:2rem;padding:1.1rem 2.2rem}.form-toggle{margin-bottom:2.5rem}.form-subtitle{margin-bottom:0}.connect-form h3{margin-bottom:0;font-size:1.5rem}.connect-form .form-note{margin:1.5rem 0;padding:1.2rem 1.5rem}.connect-form .primary-btn{margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;width:auto;align-self:flex-start}@media (max-width:768px){.connect-form{padding:2rem}.connect-form .primary-btn{width:100%;align-self:center}}.form-toggle{display:flex;margin-bottom:2rem;border-radius:8px;overflow:hidden;background:#fbead6;padding:.3rem;width:100%}.toggle-btn{flex:1 1;padding:.8rem;border:none;background:none;cursor:pointer;font-weight:600;color:#3b2314;transition:all .2s ease;border-radius:6px}.toggle-btn.active{background:#e05a45;color:#fff}.toggle-btn:hover:not(.active){background:rgba(224,90,69,.1)}.calendly-container{width:100%}.calendly-info{color:#5d4331;margin-bottom:1.5rem;font-size:1.05rem}.calendly-inline-widget{min-width:320px!important;max-width:none!important;height:630px!important}.calendly-embed-full{max-width:1200px}@media (max-width:1100px){.calendly-inline-widget{min-width:0;max-width:100%;width:100%!important}.calendly-embed-full{max-width:100%;padding:0}}.mobile-break{display:inline}@media (max-width:768px){.mobile-break{display:block}}@media (max-width:992px){.trusted-container{flex-direction:column;grid-gap:3rem;gap:3rem}.trusted-image{max-width:80%}.trusted-content{align-items:center;text-align:center}.trusted-content h4:after{left:50%;transform:translateX(-50%)}.trusted-logos{max-width:500px}.trusted-content p{text-align:center}}@media (max-width:576px){.trusted-logos{grid-template-columns:1fr}.trusted-image{max-width:100%}}@media (max-width:768px){.legacy-services h1:after,.trusted-content h4:after{display:none}.trusted-content{align-items:flex-start;text-align:left}.trusted-content h4{text-align:left}.industries-list{width:100%;text-align:left;margin-left:0;padding-left:0}.industries-list li{text-align:left;padding-left:1.5rem;position:relative}.industries-list li:before{position:absolute;left:0;color:#e05a45}}.services:before{top:50px;right:50px;width:100px;height:100px;clip-path:polygon(0 0,100% 0,100% 100%);opacity:.1}.process:after,.services:before{content:"";position:absolute;background-color:#e05a45}.process:after{bottom:50px;left:50px;width:80px;height:80px;clip-path:polygon(0 0,100% 0,0 100%);opacity:.2}.tools-highlight{background:#fff7ed;padding:4rem 2rem 3rem;text-align:center;margin:0 auto}.tools-highlight h2{font-size:2.5rem;margin-bottom:2.5rem;color:#e05a45;font-weight:800}.tools-list{display:flex;justify-content:center;grid-gap:2.5rem;gap:2.5rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}.tool-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px rgba(59,35,20,.08);padding:2rem 1.5rem 1.5rem;width:320px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s}.tool-card:hover{box-shadow:0 8px 32px rgba(224,90,69,.15)}.tool-image{width:120px;height:120px;object-fit:contain;border-radius:12px;margin-bottom:1.2rem;box-shadow:0 2px 8px rgba(59,35,20,.07);background:#fff7ed}.tool-card h3{font-size:1.3rem;color:#3b2314;margin-bottom:.7rem;font-weight:700}.tool-card p{color:#6d4c2c;font-size:1rem;line-height:1.6}@media (max-width:900px){.tools-list{flex-direction:column;align-items:center;grid-gap:2rem;gap:2rem}.tool-card{width:90%;max-width:400px}}.tool-dropdown-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px rgba(59,35,20,.08);padding:2rem 1.5rem 1.5rem;width:320px;display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem;transition:box-shadow .2s}.tool-dropdown-card:hover{box-shadow:0 8px 32px rgba(224,90,69,.15)}.tool-dropdown-title{background:none;border:none;color:#3b2314;font-size:1.3rem;font-weight:700;margin:1rem 0 .5rem;cursor:pointer;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;outline:none;transition:color .2s}.tool-dropdown-title:hover{color:#e05a45}.dropdown-arrow{font-size:1.1rem;transition:transform .2s;display:inline-block}.dropdown-arrow.open{transform:rotate(180deg)}.tool-dropdown-desc{color:#6d4c2c;font-size:1rem;line-height:1.6;margin-top:.5rem;background:#fff7ed;border-radius:10px;padding:1rem 1rem .5rem;box-shadow:0 2px 8px rgba(59,35,20,.07);width:100%;text-align:left}.tools-stack-list{display:flex;flex-direction:column;grid-gap:3.5rem;gap:3.5rem;max-width:900px;margin:0 auto}.tool-stack-row{display:flex;align-items:center;grid-gap:2.5rem;gap:2.5rem;justify-content:space-between}.tool-stack-row.reverse{flex-direction:row-reverse}.tool-stack-img{flex:1 1 220px;display:flex;justify-content:center}.tool-stack-img .tool-image{width:180px;height:180px;object-fit:contain;border-radius:16px;box-shadow:0 2px 8px rgba(59,35,20,.07);background:#fff7ed}.tool-stack-text{flex:2 1 350px;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(59,35,20,.08);padding:2rem 2.5rem;text-align:left}.tool-stack-text h3{font-size:1.5rem;color:#e05a45;margin-bottom:1rem;font-weight:800}.tool-stack-text p{color:#6d4c2c;font-size:1.08rem;line-height:1.7}@media (max-width:900px){.tool-stack-row,.tool-stack-row.reverse{flex-direction:column!important;grid-gap:1.5rem;gap:1.5rem;align-items:flex-start}.tool-stack-img{justify-content:flex-start}.tool-stack-img .tool-image{width:120px;height:120px}.tool-stack-text{padding:1.5rem 1rem}}.integrated-bar{background:#e05a45;padding:1.5rem 0;margin-bottom:0;width:100%;overflow:hidden}.integrated-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;grid-gap:2.5rem;gap:2.5rem;flex-wrap:wrap;justify-content:flex-start}.integrated-label{color:#fff;font-size:1.15rem;font-weight:700;margin-right:2rem;white-space:nowrap}.integrated-carousel{display:flex;align-items:center;grid-gap:2.5rem;gap:2.5rem;flex:1 1;min-width:0;overflow:hidden;position:relative;animation:scroll-logos 30s linear infinite}@keyframes scroll-logos{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.carousel-logo{display:flex;align-items:center;justify-content:center;min-width:90px;min-height:48px;max-height:48px;padding:0 1rem}.carousel-logo img{max-height:48px;max-width:120px;filter:brightness(0) invert(1) grayscale(1) contrast(1.2);opacity:.92;transition:filter .2s}.carousel-logo img:hover{filter:brightness(.8) invert(1) grayscale(.7) contrast(1.3);opacity:1}@media (max-width:700px){.integrated-bar-inner{flex-direction:column;grid-gap:1.2rem;gap:1.2rem;align-items:flex-start}.integrated-label{margin-right:0;margin-bottom:.7rem}.integrated-carousel{grid-gap:1.2rem;gap:1.2rem}}.agent-types-bar{background:#fff;border-bottom:1px solid #f0dfc7;padding:1.2rem 0;width:100%;box-shadow:0 2px 12px rgba(59,35,20,.04);z-index:10;overflow-x:auto;white-space:nowrap}.agent-types-bar-inner{max-width:1100px;margin:0 auto;justify-content:center;grid-gap:0;gap:0;flex-wrap:nowrap}.agent-type,.agent-types-bar-inner{display:flex;align-items:center;white-space:nowrap}.agent-type{color:#e05a45;font-weight:700;font-size:1.15rem;padding:0 2.2rem;background:none;border-radius:0;box-shadow:none;letter-spacing:.01em;transition:color .2s;position:relative;height:2.2rem}.agent-type:not(:last-child):after{content:"";display:block;width:2px;height:1.5rem;background:#e05a45;margin-left:2.2rem;border-radius:2px}.agent-type:hover{color:#c84e3b}@media (max-width:700px){.agent-types-bar-inner{flex-direction:column;grid-gap:.5rem;gap:.5rem;align-items:flex-start}.agent-type{width:100%;text-align:left;padding:.5rem 0;margin-bottom:.5rem}.agent-type:not(:last-child):after{display:none}}.service-icon{width:28px;height:28px;object-fit:contain;margin-right:.6rem;vertical-align:middle;display:inline-block;filter:grayscale(1) brightness(.7) contrast(1.2)}.calendar-headline{font-size:2rem;font-weight:700;color:#3b2314;width:60%;margin:3.5rem auto 2rem;text-align:left;line-height:1.2}.ai-section-headline{width:100%;text-align:center;margin:2.5rem 0 1.2rem}.ai-section-headline h1{font-size:3.5rem;font-weight:900;color:#e05a45;letter-spacing:.05em;margin:0;line-height:1.1}@media (min-width:900px){.connect-form{max-width:900px}.calendly-embed{width:100%;max-width:900px;margin:0 auto}.calendly-inline-widget{min-width:800px!important;height:700px!important}}.calendly-embed-full{width:100%;max-width:1000px;margin:0 auto;background:#fff;border-radius:18px;box-shadow:0 4px 24px rgba(59,35,20,.08);padding:2rem 0;display:flex;justify-content:center;align-items:center}.calendly-inline-widget{width:100%!important;max-width:900px;height:700px!important;border-radius:8px;overflow:hidden;background:#fff;margin:0 auto}@media (max-width:1100px){.calendly-inline-widget{max-width:100%;width:100%!important;min-width:0!important}.calendly-embed-full{padding:0}}@media (max-width:900px){.process{flex-direction:column;grid-gap:2rem;gap:2rem}.process-illustration,.process-steps{max-width:100%;flex:1 1 100%}}.testimonials{background:#fbead6;padding:5rem 2rem 3rem;text-align:center}.testimonials-headline{font-size:2.5rem;font-weight:800;color:#3b2314;margin-bottom:2.5rem}.testimonials-logos{display:flex;justify-content:center;grid-gap:3rem;gap:3rem;margin-bottom:2.5rem;align-items:center}.testimonial-logo{height:60px;object-fit:contain;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(59,35,20,.07);padding:.5rem 1.5rem}.testimonials-list{display:flex;grid-gap:2.5rem;gap:2.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.testimonial{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(59,35,20,.08);padding:2rem 2rem 1.5rem;max-width:420px;min-width:260px;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.testimonial-logo-row{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.testimonial-logo-sm{height:36px;object-fit:contain;background:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(59,35,20,.07);padding:.2rem .8rem}.testimonial-client{font-weight:700;color:#e05a45;font-size:1.1rem}.testimonial blockquote{color:#3b2314;font-size:1.08rem;line-height:1.6;margin:0;border-left:3px solid #e05a45;background:#fff7ed;border-radius:8px;padding:1rem 1rem 1rem 1.5rem}@media (max-width:900px){.testimonials-list{flex-direction:column;align-items:center;grid-gap:2rem;gap:2rem}.testimonial{max-width:95vw;min-width:0}.testimonials-logos{grid-gap:1.5rem;gap:1.5rem}}
/*# sourceMappingURL=main.33abbaa6.chunk.css.map */