@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--red:#ed0909;--bg:#0b0b0b;--white:#f5f5f5;--muted:#a2a2a2;--line:#2b2b2b;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--white);font:16px DM Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid currentColor;outline-offset:6px}::selection{background:var(--red);color:#fff}.wrap{width:calc(100% - 112px);max-width:1440px;margin:auto}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;z-index:30}.header{position:sticky;top:0;z-index:20;height:100px;display:flex;align-items:center;justify-content:space-between;background:#0b0b0bed;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ffffff16;transition:height .3s}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.header.scrolled{height:78px}.logo{display:flex;align-items:center;gap:10px}.logo svg{width:36px;height:36px;fill:var(--red)}.logo>span{font-family:Manrope,sans-serif;font-size:35px;letter-spacing:-2px;font-weight:800}.logo b{color:var(--red)}.header nav{display:flex;align-items:center;gap:38px;font-size:14px}.header nav>a:not(.header-cta){color:#bcbcbc;position:relative}.header nav>a:not(.header-cta):after{content:"";height:1px;background:var(--red);position:absolute;left:0;bottom:-8px;width:0;transition:width .3s}.header nav>a:hover:after{width:100%}.header-cta{border:1px solid #555;border-radius:30px;padding:13px 20px;transition:background .25s,color .25s}.header-cta:hover{background:#fff;color:#000}.header-cta span{padding-left:22px}.hero{position:relative;padding-top:56px;min-height:760px}.hero-content{position:relative;z-index:3;width:67%;padding-bottom:62px;pointer-events:none}.hero-content a{pointer-events:auto}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:500;display:flex;align-items:center;gap:12px;margin:0 0 30px}.eyebrow>span{height:5px;width:5px;background:var(--red)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h1{font-size:clamp(76px,8.6vw,136px);font-weight:500;line-height:.99;letter-spacing:-7px;margin-bottom:32px}.title-line{display:block;overflow:hidden;padding-bottom:.08em;margin-bottom:-.08em}.title-line>span{display:block;animation:title-in 1.2s cubic-bezier(.2,.7,.15,1) both}.title-line:nth-child(2)>span{animation-delay:.13s}.title-line:nth-child(3)>span{animation-delay:.26s}em{font-style:normal;color:var(--red)}.headline-arrow{height:.62em;width:.62em;fill:none;stroke:var(--red);stroke-width:5;vertical-align:baseline;margin-left:35px;transition:transform .6s}.hero:hover .headline-arrow{transform:translate(6px,-6px)}.hero-description{font-size:16px;line-height:1.75;max-width:380px;color:#aaa;margin-bottom:26px}.button{display:inline-flex;padding:9px 9px 9px 24px;gap:32px;border-radius:40px;background:var(--red);font-weight:500;font-size:15px;align-items:center;transition:background .25s,transform .25s;will-change:transform}.button>span{display:grid;place-items:center;background:#fff;color:#111;border-radius:50%;width:42px;height:42px;font-size:25px;transition:transform .3s}.button:hover{background:#c90000}.button:hover>span{transform:rotate(45deg)}.hero-note{margin-top:20px;font-size:12px;color:#858585;display:flex;align-items:center;gap:10px}.small-line{height:1px;width:18px;background:#666}.hero-art{position:absolute;top:64px;right:-25px;width:57%;height:590px;background-image:linear-gradient(90deg,#0b0b0b 0%,transparent 25%),linear-gradient(0deg,#0b0b0b,transparent 40%),url(/assets/branding.png);background-size:100% 100%,100% 100%,auto 280%;background-position:center,center,right top;background-repeat:no-repeat;transform:translate3d(var(--art-x,0px),var(--art-y,0px),0);transition:transform 1.3s cubic-bezier(.2,.7,.2,1);animation:art-in 1.8s ease both}.hero-art.generated{background-image:linear-gradient(90deg,#0b0b0b,transparent 22%),linear-gradient(0deg,#0b0b0b,transparent 20%),url(/assets/hero-brand.png);background-size:100% 100%,100% 100%,contain;background-position:center}.art-label{position:absolute;left:18%;right:8%;top:0;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.5px;color:#999}.art-caption{position:absolute;bottom:12px;right:9%;font-size:10px;letter-spacing:2px;display:flex;align-items:center;gap:20px}.art-cross{color:var(--red);font-size:35px;line-height:1}.hero-bottom{display:flex;justify-content:space-between;align-items:center;padding:25px 0;border-top:1px solid var(--line);font-size:10px;letter-spacing:1.8px;color:#888}.hero-bottom a{font-size:13px;letter-spacing:0;color:#ddd}.hero-bottom a span{margin-left:30px;display:inline-block;animation:nudge 2s ease-in-out 2}.principles{background:var(--red);color:#fff;overflow:hidden}.principles>.wrap{display:flex;justify-content:space-between;align-items:center;padding:27px 0;gap:25px;max-width:1440px}.principles span{font-family:Manrope,sans-serif;font-size:clamp(20px,2.5vw,39px);letter-spacing:-1px;font-weight:500}.principles i{font-size:30px;font-style:normal;font-weight:400;opacity:.55}.section{padding-top:120px;padding-bottom:120px}.section-heading>.eyebrow{margin-bottom:34px}.section-heading>div{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:66px}h2{font-size:clamp(42px,4.5vw,70px);line-height:1.1;font-weight:500;letter-spacing:-3.5px;margin-bottom:0}.section-heading>div>p{width:325px;margin:0;line-height:1.8;color:var(--muted);font-size:16px}.service-grid{display:flex;flex-direction:column}.service-grid article{position:relative;display:grid;grid-template-columns:70px 1.2fr 1fr;column-gap:36px;padding:37px 0;border-top:1px solid #383838;transition:padding .4s,background .4s}.service-grid article:last-child{border-bottom:1px solid #383838}.service-top{font-size:12px;color:#999;padding-top:7px}.service-icon{position:absolute;right:5px;top:27px;font-size:35px;line-height:1;color:#aaa;transition:color .3s,transform .4s}h3{font-size:clamp(23px,2.3vw,34px);font-weight:500;letter-spacing:-1px;margin-bottom:18px}.service-grid p{grid-column:3;font-size:15px;line-height:1.75;color:#999;margin:0 52px 0 0;max-width:300px}.tags{grid-column:2;display:flex;gap:16px;margin-top:0}.tags span{font-size:10px;letter-spacing:1.3px;color:#888}.service-grid article:hover{background:#151515;padding-left:22px;padding-right:22px}.service-grid article:hover h3{color:#ff3535}.service-grid article:hover .service-icon{color:var(--red);transform:rotate(45deg);right:22px}.method{background:#e9e9e5;color:#181818}.method>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.method .section-heading{position:sticky;top:135px}.method .section-heading>div{display:block;margin:0}.method .section-heading p{color:#6a6a6a;margin-top:30px;width:90%;max-width:345px}.method .section-heading>.eyebrow{margin-top:0;color:#333}.method em{color:#d20808}.steps{list-style:none;padding:0;margin:0}.steps li{position:relative;padding:30px 0 34px 65px;border-top:1px solid #c0c0bb;transition:opacity .5s}.step-number{position:absolute;top:35px;left:0;font-size:12px;color:#d20808}.steps h3{font-size:38px;margin-bottom:14px}.steps p{font-size:16px;line-height:1.75;color:#666;max-width:340px;margin:0}.steps li:after{content:"";position:absolute;top:-1px;left:0;height:2px;width:0;background:var(--red);transition:width 1s}.steps li.is-visible:after{width:100%}.contact{position:relative;display:flex;justify-content:space-between;align-items:end;gap:40px;padding-top:140px;padding-bottom:110px}.contact h2{font-size:clamp(50px,6.3vw,98px);letter-spacing:-5px}.contact>div>p:not(.eyebrow){color:#999;font-size:16px;line-height:1.75;margin:30px 0}.contact-side{border-left:1px solid var(--line);padding:20px 0 20px 45px;min-width:285px}.contact-side>span{font-size:10px;letter-spacing:2px;color:#888}.contact .contact-side>p{font-family:Manrope,sans-serif;font-size:42px;line-height:1.15;letter-spacing:-2px;margin:25px 0 35px;color:#666}.contact-side strong{font-weight:500;color:#eee}.contact-side a{font-size:13px;border-bottom:1px solid #555;padding-bottom:8px}footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:25px;padding:32px 0 40px;color:#888;font-size:12px}footer .logo>span{font-size:28px;color:#fff}footer .logo svg{width:28px;height:28px}footer p{margin:0}footer>span{margin-left:auto}.motion-toggle{color:#888;background:transparent;border:0;padding:8px 0;font-size:11px;cursor:pointer}.menu-toggle,.mobile-nav[hidden]{display:none}.skip{position:fixed;top:-80px;left:20px;background:#fff;color:#000;padding:14px;z-index:40}.skip:focus{top:15px}.js-motion .reveal{opacity:0;transform:translateY(38px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}.js-motion .reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes title-in{0%{transform:translateY(115%) rotate(3deg)}to{transform:translateY(0) rotate(0)}}@keyframes art-in{0%{opacity:0;filter:blur(15px)}to{opacity:1;filter:blur(0)}}@keyframes nudge{50%{transform:translateY(5px)}}@media(min-width:1600px){.hero{padding-top:80px}.hero-art{height:680px}.hero-content{padding-bottom:80px}}@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.header nav{gap:22px}.hero{min-height:0}.hero-art{width:58%;right:-15px;top:100px;height:490px}.hero-content{width:72%}h1{letter-spacing:-5px}.method>.wrap{gap:50px}.service-grid article{grid-template-columns:40px 1fr 1fr;gap:20px}.contact-side{padding-left:25px;min-width:240px}.contact h2{letter-spacing:-3px}footer{gap:18px}footer p{display:none}}@media(max-width:720px){.wrap{width:calc(100% - 40px)}.header,.header.scrolled{height:80px}.header .logo>span{font-size:30px}.header .logo svg{width:30px;height:30px}.header nav{display:none}.menu-toggle{display:flex;flex-direction:column;gap:6px;background:transparent;border:1px solid #555;border-radius:50%;width:42px;height:42px;align-items:center;justify-content:center}.menu-toggle span{width:17px;height:1px;background:#fff;transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{position:fixed;top:80px;left:0;right:0;z-index:19;background:#111;display:flex;flex-direction:column;padding:12px 25px 25px;border-bottom:1px solid #333}.mobile-nav a{padding:16px 0;font-size:18px}.hero{padding-top:40px}.hero-content{width:100%;padding-bottom:0}.hero .eyebrow{font-size:9px;letter-spacing:1.8px;margin-bottom:30px}h1{font-size:clamp(68px,14.2vw,103px);letter-spacing:-4.5px;line-height:1.02;margin-bottom:25px}.headline-arrow{margin-left:24px}.hero-description{font-size:15px;line-height:1.75;max-width:330px}.hero-note{font-size:11px}.hero-art{position:relative;top:auto;right:auto;margin:25px auto 12px;width:100%;height:330px;background-size:100% 100%,100% 100%,auto 280%;pointer-events:none}.hero-art.generated{background-size:100% 100%,100% 100%,contain}.art-label{top:0;left:0;right:0;font-size:8px}.art-caption{bottom:0;right:0;font-size:8px}.hero-bottom{font-size:9px;line-height:1.6;padding:21px 0}.hero-bottom>span{max-width:165px}.hero-bottom a{font-size:11px}.hero-bottom a span{margin-left:10px}.principles>.wrap{gap:12px;flex-wrap:wrap;justify-content:center;padding:22px 0}.principles span{font-size:16px;letter-spacing:-.4px}.principles i{font-size:17px}.section{padding-top:75px;padding-bottom:75px}.eyebrow{font-size:10px;letter-spacing:1.6px}.section-heading>div{display:block;margin-bottom:40px}h2{font-size:43px;letter-spacing:-2.4px}.section-heading>div>p{width:auto;margin-top:25px;font-size:15px;max-width:370px}.service-grid article{grid-template-columns:28px 1fr;gap:0 14px;padding:28px 0}.service-top{padding-top:5px;font-size:10px}.service-grid h3{font-size:25px;padding-right:26px;letter-spacing:-1px}.service-icon{font-size:26px;top:29px}.service-grid p{grid-column:2;margin:0 0 22px;max-width:none;font-size:15px}.tags{grid-column:2;margin:0;gap:12px}.tags span{font-size:9px}.service-grid article:hover{padding-left:0;padding-right:0}.service-grid article:hover .service-icon{right:0}.method>.wrap{display:block}.method .section-heading{position:static}.method .section-heading h2 br:nth-child(2){display:none}.method .section-heading p{max-width:100%;width:100%}.steps{margin-top:45px}.steps li{padding:27px 0 29px 46px}.step-number{top:32px}.steps h3{font-size:30px}.steps p{font-size:15px;max-width:100%}.contact{display:block}.contact h2{font-size:clamp(44px,10.4vw,68px);letter-spacing:-2.7px}.contact>div>p:not(.eyebrow){font-size:15px}.contact-side{padding:30px 0 0;margin-top:45px;border-left:0;border-top:1px solid #333}.contact .contact-side>p{font-size:32px;letter-spacing:-1px;margin:20px 0 25px}.contact-side br{display:none}.contact-side br:after{content:" "}.contact-side a{font-size:13px}footer{flex-wrap:wrap;gap:20px;padding-top:25px;padding-bottom:30px}footer>span{margin-left:auto}footer .motion-toggle{width:50%;text-align:left}footer>a:last-child{margin-left:auto}.button{font-size:14px;gap:24px}.button>span{height:38px;width:38px}.js-motion .reveal{transform:translateY(24px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}.hero-art{transform:none!important}}body.motion-paused *,body.motion-paused *:before,body.motion-paused *:after{animation:none!important;transition:none!important}body.motion-paused .reveal{opacity:1;transform:none}body.motion-paused .hero-art{transform:none!important}html:has(body.motion-paused){scroll-behavior:auto}.hero-art.abstract-scene{background:none;top:64px;right:0;width:52%;height:590px;overflow:hidden;isolation:isolate;animation:art-in 1.6s ease both;pointer-events:none}.abstract-coordinate{position:absolute;color:#747474;font-size:9px;letter-spacing:2px;font-weight:400}.coordinate-top{left:14%;top:16px}.coordinate-bottom{right:8%;bottom:12px}@media(min-width:1600px){.hero-art.abstract-scene{top:100px;height:660px}.contour-field{scale:1.12}}@media(min-width:721px)and (max-width:1050px){.hero-art.abstract-scene{top:125px;width:48%;height:470px}.contour-field{scale:.8}.abstract-coordinate{font-size:8px;letter-spacing:1px}}@media(max-width:720px){.hero-art.abstract-scene{position:relative;top:auto;right:auto;width:100%;height:350px;margin:28px 0 22px}.contour-field{inset:-60px;scale:.67}.coordinate-top{left:0;top:7px}.coordinate-bottom{right:0;bottom:7px}.abstract-coordinate{font-size:8px;letter-spacing:1.5px}}@media(prefers-reduced-motion:reduce){.contour-field i{animation:none!important}}.clients{background:#f5f5f3;color:#151515;padding:65px 0 70px}.clients .eyebrow{justify-content:center;margin:0 0 16px;color:#777;font-size:10px;letter-spacing:2px}.clients h2{text-align:center;font-size:clamp(24px,2.1vw,32px);font-weight:500;letter-spacing:-1px;line-height:1.3;margin:0}.clients h2 span{font-weight:800;letter-spacing:-1.5px}.clients-description{max-width:580px;margin:18px auto 0;text-align:center;font-size:15px;line-height:1.7;color:#666}.client-logos{list-style:none;margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));align-items:center;gap:28px}.client-logo{display:flex;align-items:center;justify-content:center;min-width:0;height:80px}.client-logo img{width:100%;max-width:145px;height:54px;object-fit:contain;filter:none;opacity:1;transition:transform .3s}.client-logo:hover img{transform:translateY(-3px)}.client-ze img{height:67px;max-width:106px}.client-q2 img{height:67px;max-width:108px;filter:brightness(0);opacity:1}.client-q2:hover img{filter:brightness(0)}.client-itau img{height:64px;width:64px}.client-brf img{max-width:105px}.client-beirario img{max-width:160px;height:64px}.client-burgerking img{width:68px;height:72px}.client-getnet img{max-width:140px;height:52px}.client-rd img{max-width:145px;height:65px}.arrow-icon,.arrow-down,.arrow-up{width:1em;height:1em;display:inline-block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.12em}.button>span .arrow-icon{width:22px;height:22px}.header-cta .arrow-icon{width:18px;height:18px}.service-icon .arrow-icon{width:1em;height:1em}.arrow-down,.arrow-up{width:15px;height:15px}@media(max-width:1050px){.client-logos{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 45px}.clients{padding:55px 0 60px}.client-logo{height:65px}}@media(max-width:520px){.clients{padding:45px 0}.clients h2{font-size:25px;max-width:300px;margin:auto}.client-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 40px;margin-top:32px}.client-logo img{max-width:122px;height:46px}.client-q2 img,.client-ze img{height:57px;max-width:95px}.client-itau img{height:55px;width:55px}.client-brf img{max-width:95px}}.clients{background:#fff;padding:62px 0 30px}.proof{background:#f2f2ef;color:#161616;padding:110px 0 118px;overflow:hidden}.proof-grid{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:90px;align-items:start}.proof-intro .eyebrow{color:#777;margin-bottom:30px}.proof-intro h2{font-size:clamp(54px,5.8vw,88px);letter-spacing:-5px;margin:0 0 28px}.proof-intro>p:not(.eyebrow){color:#707070;line-height:1.75;max-width:370px;margin-bottom:30px}.proof-link{display:inline-flex;align-items:center;gap:16px;font-size:13px;color:#161616;border-bottom:1px solid #aaa;padding-bottom:10px}.proof-link .arrow-icon{width:18px;height:18px;color:var(--red)}.proof-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #c9c9c4}.proof-stats article{padding:25px 22px 0 0;min-height:210px;border-right:1px solid #c9c9c4}.proof-stats article+article{padding-left:22px}.proof-stats article:last-child{border-right:0}.proof-stats strong{font:700 42px Manrope,sans-serif;color:var(--red);letter-spacing:-2px}.proof-stats h3{font-size:22px;line-height:1.15;margin:28px 0 14px;letter-spacing:-.8px}.proof-stats p{font-size:14px;line-height:1.65;color:#707070;margin:0}@media(max-width:900px){.proof-grid{gap:48px}.proof-stats h3{font-size:19px}}@media(max-width:720px){.proof{padding:75px 0 80px}.proof-grid{display:block}.proof-intro h2{font-size:52px;letter-spacing:-3px}.proof-intro>p:not(.eyebrow){max-width:330px}.proof-stats{margin-top:58px;grid-template-columns:1fr}.proof-stats article,.proof-stats article+article{min-height:0;padding:24px 0;border-right:0;border-bottom:1px solid #c9c9c4}.proof-stats article:last-child{border-bottom:0}.proof-stats h3{margin:14px 0 8px}}.client-carousel{margin:42px -20px 0;overflow:hidden;touch-action:pan-y;cursor:grab;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.client-carousel.is-dragging{cursor:grabbing}.client-logos{display:flex;width:max-content;gap:0;margin:0;padding:0;animation:client-drift 42s linear infinite}.client-logo{flex:0 0 200px;width:200px;height:92px;padding:0 25px}.client-motion{display:flex;align-items:center;gap:7px;margin:26px auto 0;padding:9px 12px;background:none;border:0;color:#737373;font-size:12px;cursor:pointer}.pause-logo-icon{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;fill:none}.client-carousel:hover .client-logos,.clients.logos-paused .client-logos{animation-play-state:paused}@keyframes client-drift{to{transform:translate(-50%)}}@media(max-width:720px){.clients{padding:44px 0 22px}.client-carousel{margin:26px -20px 0}.client-logo{flex-basis:164px;width:164px;height:80px;padding:0 20px}.client-motion{margin-top:18px}.client-logos{animation-duration:38s}}@media(prefers-reduced-motion:reduce){.client-carousel{-webkit-mask-image:none;mask-image:none;overflow:visible;margin-left:0;margin-right:0}.client-logos{animation:none;width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.client-logo{width:auto;padding:0 10px}.client-logo[aria-hidden],.client-motion{display:none}}body.motion-paused .client-carousel{-webkit-mask-image:none;mask-image:none;overflow:visible;margin-left:0;margin-right:0}body.motion-paused .client-logos{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}body.motion-paused .client-logo{width:auto;padding:0 10px}body.motion-paused .client-logo[aria-hidden],body.motion-paused .client-motion{display:none}@media(max-width:520px){body.motion-paused .client-logos{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px)and (prefers-reduced-motion:reduce){.client-logos{grid-template-columns:repeat(2,1fr)}}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.questions{display:grid;grid-template-columns:1fr 1fr;gap:72px;border-bottom:1px solid var(--line)}.questions h2{font-size:clamp(32px,3.5vw,52px);font-weight:500;line-height:1.15;letter-spacing:-2px}.questions-heading>p:not(.eyebrow){max-width:460px;color:#aaa;line-height:1.8}.questions details{border-top:1px solid #3a3a3a}.questions details:last-child{border-bottom:1px solid #3a3a3a}.questions summary{display:flex;justify-content:space-between;align-items:center;gap:24px;list-style:none;cursor:pointer;padding:24px 0;font-size:18px;line-height:1.5}.questions summary::-webkit-details-marker{display:none}.questions summary span{font-size:26px;color:var(--red);transition:transform .2s}.questions details[open] summary span{transform:rotate(45deg)}.questions details p{line-height:1.8;color:#aaa;margin:0 28px 24px 0}.questions summary:focus-visible{outline:2px solid var(--red);outline-offset:5px}@media(max-width:720px){.service-grid{grid-template-columns:1fr}.questions{grid-template-columns:1fr;gap:32px}.questions summary{font-size:17px}}.question-link{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px 0;border-top:1px solid #3a3a3a;font-size:18px;line-height:1.5}.question-link:hover{color:var(--red)}.question-link svg{flex-shrink:0}.article-page{max-width:1000px}.article-page h1,.article-index h1{font-size:clamp(38px,5vw,76px);line-height:1.12;letter-spacing:-.045em;max-width:1000px}.article-lead{font-size:clamp(18px,2vw,23px);line-height:1.75;color:#bcbcbc;max-width:850px}.breadcrumbs{display:flex;gap:12px;color:#aaa;font-size:14px;margin-bottom:48px}.article-body{max-width:760px;margin-top:72px}.article-body section{margin-bottom:48px}.article-body h2{font-size:clamp(25px,3vw,34px);line-height:1.3;letter-spacing:-1px}.article-body p{font-size:18px;line-height:1.9;color:#bcbcbc}.article-body aside{border-left:2px solid var(--red);padding:8px 0 8px 28px;margin:56px 0}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:48px}.article-grid>a{border:1px solid #333;padding:32px;transition:border-color .2s}.article-grid>a:hover{border-color:var(--red)}.article-grid h2{font-size:24px;line-height:1.35}.article-grid p{color:#aaa;line-height:1.75}.article-grid span{color:var(--red)}@media(max-width:900px){.header nav{gap:18px;font-size:13px}}@media(max-width:720px){.article-grid{grid-template-columns:1fr}.article-grid>a{padding:24px}.article-body{margin-top:48px}.article-body p{font-size:17px}}.article-page,.article-index{background:#fff;color:#171717;max-width:none;width:100%;padding-left:max(28px,calc((100vw - 1000px)/2));padding-right:max(28px,calc((100vw - 1000px)/2));color-scheme:light}.article-page .article-lead,.article-index .article-lead,.article-body p,.article-grid p{color:#525252}.article-page .breadcrumbs,.article-page .eyebrow,.article-index .eyebrow{color:#626262}.article-page .button{color:#fff}.article-page .question-link{border-color:#ddd}.article-grid>a{border-color:#dedede;background:#fff}.article-grid>a:hover{border-color:var(--red);background:#fafafa}.article-page .proof-link{color:#171717}.article-page .proof-link:hover,.article-page .breadcrumbs a:hover{color:var(--red)}@media(max-width:720px){.article-page,.article-index{padding-left:20px;padding-right:20px}}.article-grid h2{font-size:24px;font-weight:600;line-height:1.4;letter-spacing:normal;word-spacing:normal;overflow-wrap:break-word;margin-bottom:16px}.article-grid>a{min-width:0}.article-page{--article-gutter:max(28px, calc((100vw - 1000px)/2) );padding-top:0}.article-opening{background:#0b0b0b;color:#f5f5f5;margin:0 calc(-1 * var(--article-gutter));padding:64px var(--article-gutter) 72px;color-scheme:dark}.article-opening .article-lead{color:#bcbcbc}.article-opening .breadcrumbs,.article-opening .eyebrow{color:#aaa}.article-opening h1{letter-spacing:-.035em}@media(max-width:720px){.article-page{--article-gutter:20px}.article-opening{padding-top:36px;padding-bottom:48px}}.build-symbol{position:absolute;width:90%;height:90%;inset:5%;overflow:visible}.build-guides{color:#ffffff12;stroke-width:1}.build-ticks{color:#777}.build-piece{fill:#e10606;animation:build-assemble 8s cubic-bezier(.45,0,.2,1) infinite}.build-piece-top{--piece-x:2px;--piece-y:-2px}.build-piece-bottom{--piece-x:-2px;--piece-y:2px}@keyframes build-assemble{0%,15%,85%,to{transform:translate(0)}45%,55%{transform:translate(var(--piece-x),var(--piece-y))}}@media(prefers-reduced-motion:reduce){.build-piece{animation:none}}.build-symbol{width:76%;height:76%;inset:12%;overflow:visible}.build-guides{color:#ffffff08;stroke-width:.7}.build-guides path:nth-child(2){display:none}.build-ticks{color:#ffffff26;stroke-width:1}.build-piece{animation-duration:12s;animation-timing-function:cubic-bezier(.45,0,.25,1)}.build-piece-top{--piece-x:1px;--piece-y:-1px}.build-piece-bottom{--piece-x:-1px;--piece-y:1px}.hero-art.abstract-scene .abstract-coordinate{font-size:10px;letter-spacing:2.5px;color:#777}.hero-art.abstract-scene .coordinate-top{left:16%;top:8%}.hero-art.abstract-scene .coordinate-bottom{right:16%;bottom:8%}@media(max-width:720px){.build-symbol{width:82%;height:82%;inset:9%}.hero-art.abstract-scene .abstract-coordinate{font-size:9px;letter-spacing:1.5px}.hero-art.abstract-scene .coordinate-top{left:10%;top:1%}.hero-art.abstract-scene .coordinate-bottom{right:10%;bottom:1%}}.hero-art.product-scene{background:none;right:0;top:45px;width:47%;height:620px;animation:none;overflow:visible;pointer-events:none;transform:none}.product-demo{position:relative;max-width:540px;margin:auto;padding:26px 30px;background:linear-gradient(135deg,#202020,#101010 65%);border:1px solid #ffffff20;border-radius:14px;box-shadow:0 30px 75px #0008;color:#f5f5f5}.demo-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid #ffffff10}.demo-brand{font-size:14px;color:#ed0909;font-weight:700;letter-spacing:-.3px}.demo-brand>span{color:#fff}.demo-label{font-size:10px;letter-spacing:1.8px;color:#aaa}.demo-heading{padding:24px 0 20px}.demo-heading>span{font-size:10px;letter-spacing:1.7px;color:#999}.demo-heading h2{font-size:30px!important;letter-spacing:-1px!important;line-height:1.2!important;margin:10px 0 0;font-weight:500}.demo-event{display:flex;align-items:center;gap:14px;padding:17px;background:#242424;border:1px solid #ffffff20;border-radius:8px;animation:demo-arrival 12s infinite}.demo-event-icon{width:42px;height:42px;display:grid;place-items:center;background:#ed09091c;border-radius:8px;color:#ff4747}.demo-event-icon svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.4}.demo-event>div{display:grid;gap:4px}.demo-event small{font-size:9px;letter-spacing:1.5px;color:#aaa}.demo-event strong{font-size:17px;font-weight:500}.demo-event div>span{font-size:12px;color:#999}.demo-check{margin-left:auto;color:#ff4646;font-size:22px}.demo-connector{height:25px;width:1px;background:#ffffff18;margin:auto;overflow:hidden}.demo-connector i{display:block;width:1px;height:100%;background:#f22;animation:demo-signal 12s infinite}.demo-connector.second i{animation-delay:.7s}.demo-automation{display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid #e1060650;border-radius:6px;background:#e1060609;font-size:13px;animation:demo-processing 12s infinite}.demo-pulse{height:6px;width:6px;border-radius:50%;background:#f33}.demo-auto-tag{margin-left:auto;font-size:9px;letter-spacing:1px;color:#999}.demo-panel{padding:17px;border:1px solid #ffffff18;border-radius:8px;background:#151515}.demo-panel-heading{display:flex;justify-content:space-between;font-size:13px}.demo-live{font-size:9px;letter-spacing:1px;color:#aaa}.demo-metrics{display:flex;align-items:end;gap:18px;margin-top:22px}.demo-metrics small{font-size:11px;color:#aaa;display:block}.demo-metrics strong{display:block;position:relative;font-size:40px;font-weight:500;line-height:1.2;height:48px;width:58px;letter-spacing:-2px}.demo-count-new,.demo-count-old{position:absolute;left:0}.demo-count-old{animation:demo-old 12s infinite}.demo-count-new{animation:demo-new 12s infinite}.demo-chart{display:flex;gap:6px;align-items:end;flex:1;height:56px}.demo-chart i{height:var(--bar-height);background:#494949;width:100%;max-width:18px;border-radius:2px 2px 0 0;transform-origin:bottom;animation:demo-bars 12s infinite}.demo-chart i:last-child{background:#ed0909}.demo-result{width:90px;animation:demo-new 12s infinite}.demo-result>span{font-size:24px;color:#ff4646}.demo-result small{line-height:1.4}.demo-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:22px;color:#999;font-size:12px;line-height:1.6}.demo-bottom b{color:#ddd;font-weight:400}.demo-cycle{width:54px;height:2px;background:#333;overflow:hidden}.demo-cycle i{display:block;height:100%;background:#ed0909;transform-origin:left;animation:demo-timeline 12s linear infinite}@keyframes demo-arrival{0%,6%{opacity:.35;transform:translateY(-7px)}16%,92%{opacity:1;transform:none}to{opacity:.35;transform:translateY(-7px)}}@keyframes demo-signal{0%,17%{transform:translateY(-110%)}28%,90%{transform:translateY(110%)}to{transform:translateY(110%)}}@keyframes demo-processing{0%,20%{opacity:.45}30%,90%{opacity:1}to{opacity:.45}}@keyframes demo-old{0%,36%{opacity:1;transform:none}43%,94%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes demo-new{0%,36%{opacity:0;transform:translateY(8px)}43%,94%{opacity:1;transform:none}to{opacity:0;transform:translateY(8px)}}@keyframes demo-bars{0%,36%{transform:scaleY(.65)}46%,94%{transform:scaleY(1)}to{transform:scaleY(.65)}}@keyframes demo-timeline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(min-width:721px)and (max-width:1100px){.product-demo{padding:20px}.hero-art.product-scene{top:110px;width:46%}.demo-metrics{gap:10px}.demo-result{width:65px}.demo-auto-tag{display:none}}@media(max-width:720px){.hero-art.product-scene{position:relative;top:auto;right:auto;width:100%;height:auto;margin:24px 0 42px}.product-demo{padding:22px}.demo-heading h2{font-size:28px!important}.demo-chart{gap:4px}.demo-result{width:70px}.demo-metrics{gap:12px}}@media(prefers-reduced-motion:reduce){.product-demo *{animation:none!important}.demo-count-old{display:none}.demo-count-new,.demo-result{opacity:1;transform:none}}body.motion-paused .demo-count-old{display:none}body.motion-paused .demo-count-new,body.motion-paused .demo-result{opacity:1;transform:none}.product-showcase{border-top:1px solid #262626;border-bottom:1px solid #262626;background:#111}.product-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.product-showcase-copy h2{font-size:clamp(32px,3.8vw,54px);line-height:1.15;letter-spacing:-1.5px;font-weight:500}.product-showcase-copy>p:not(.eyebrow){font-size:18px;line-height:1.8;color:#bcbcbc;max-width:480px}.product-showcase-copy>p.showcase-disclaimer{font-size:14px;color:#999;margin-top:28px}.product-showcase-copy .proof-link{display:inline-flex;align-items:center;gap:15px;margin-top:12px;line-height:1.5}.product-showcase-copy .arrow-icon{flex-shrink:0}.product-showcase-visual{min-width:0}.product-showcase .product-demo{width:100%;box-shadow:0 20px 50px #0004}.hero-art.abstract-scene .build-symbol{width:90%;height:90%;inset:5%}.hero-art.abstract-scene .build-piece{animation-duration:8s}.hero-art.abstract-scene .build-piece-top{--piece-x:2px;--piece-y:-2px}.hero-art.abstract-scene .build-piece-bottom{--piece-x:-2px;--piece-y:2px}@media(max-width:1000px){.product-showcase-grid{gap:32px}}@media(max-width:720px){.product-showcase-grid{grid-template-columns:1fr;gap:36px}.product-showcase-copy h2{letter-spacing:-1px}.product-showcase-copy>p:not(.eyebrow){font-size:16px}.product-showcase-copy>p.showcase-disclaimer{font-size:14px}}.product-showcase{position:relative;background:radial-gradient(ellipse at 80% 45%,#281010 0,transparent 52%),#101010;overflow:hidden;padding-top:120px;padding-bottom:130px}.product-showcase-copy h2{font-size:clamp(36px,4.2vw,62px);line-height:1.12;letter-spacing:-.035em;max-width:600px;margin-bottom:30px}.product-showcase-grid{gap:90px;grid-template-columns:1.05fr 1fr}.product-showcase-copy .eyebrow{color:#ccc;letter-spacing:2.5px}.product-showcase-copy>p:not(.eyebrow){max-width:460px;font-size:17px}.product-showcase-copy .proof-link{font-size:15px;border-bottom:1px solid #e10606;padding-bottom:12px}.product-showcase-visual{position:relative;padding-bottom:52px}.demo-orbit-label{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.5px;color:#888;margin:0 0 18px;padding:0 3px}.product-showcase .product-demo{border-radius:12px;border-color:#ffffff25;background:linear-gradient(140deg,#242424,#121212 70%);box-shadow:0 35px 85px #0007;position:relative}.product-showcase .demo-heading h2{font-size:32px!important}.delivery-note{position:relative;display:flex;gap:15px;align-items:center;margin:-8px -16px 0 48px;padding:22px;background:#f5f5f5;color:#171717;border-radius:8px;box-shadow:0 18px 48px #0007;animation:delivery-arrive 12s ease-in-out infinite}.delivery-icon{display:grid;place-items:center;width:40px;height:40px;background:#e106060c;border-radius:50%;color:#d90909;flex-shrink:0}.delivery-icon svg{width:23px;height:23px}.delivery-note small{font-size:9px;letter-spacing:1.3px;color:#666;display:block;margin-bottom:7px}.delivery-note strong{font-size:15px;font-weight:600;display:block}.delivery-note p{font-size:12px;margin:5px 0 0;color:#666}.delivery-dot{width:6px;height:6px;border-radius:50%;background:#e10606;margin-left:auto;flex-shrink:0}@keyframes delivery-arrive{0%,42%{opacity:.28;transform:translateY(12px)}53%,93%{opacity:1;transform:translateY(0)}to{opacity:.28;transform:translateY(12px)}}@media(max-width:1100px){.product-showcase-grid{gap:40px}.delivery-note{margin-left:20px;margin-right:0;padding:18px}.demo-orbit-label{font-size:8px;letter-spacing:1px}}@media(max-width:720px){.product-showcase{padding-top:64px;padding-bottom:64px}.product-showcase-grid{grid-template-columns:1fr;gap:42px}.product-showcase-visual{padding-bottom:0}.delivery-note{margin-left:15px}.product-showcase-copy>p:not(.eyebrow){font-size:16px}.product-showcase-copy>p.showcase-disclaimer{font-size:14px}}@media(prefers-reduced-motion:reduce){.delivery-note{animation:none;opacity:1;transform:none}}body.motion-paused .delivery-note{opacity:1;transform:none}.demo-trigger{border:0;color:#fff;cursor:pointer;margin:8px 0 0;min-height:60px}.demo-trigger:disabled{cursor:wait;background:#842020}.demo-trigger:active:not(:disabled){transform:scale(.98)}.interactive-demo .demo-event,.interactive-demo .demo-automation,.interactive-demo .demo-result,.interactive-demo .demo-connector i,.interactive-demo .demo-chart i,.interactive-demo .demo-cycle i,.interactive-demo .delivery-note{animation:none}.interactive-demo .demo-event,.interactive-demo .demo-automation,.interactive-demo .demo-panel{opacity:.5;transition:opacity .45s,border-color .45s,background .45s}.interactive-demo .step-complete{opacity:1;border-color:#ffffff35}.interactive-demo .demo-automation.step-complete{border-color:#ed090980;background:#ed090912}.interactive-demo .demo-connector i{transform:scaleY(0);transform-origin:top;transition:transform .5s}.interactive-demo .demo-connector i.connected{transform:scaleY(1)}.interactive-demo .demo-chart i{transform:scaleY(.65);transition:transform .6s cubic-bezier(.2,.7,.2,1)}.interactive-demo .demo-chart.chart-updated i{transform:scaleY(1)}.interactive-demo .demo-result{opacity:0;transform:translateY(6px);transition:opacity .4s,transform .4s}.interactive-demo .demo-result.result-visible{opacity:1;transform:none}.interactive-demo .demo-cycle i{transition:transform .7s}.interactive-demo .delivery-note{opacity:.4;transform:translateY(8px);transition:opacity .6s,transform .6s}.interactive-demo .delivery-note.delivery-visible{opacity:1;transform:none}.interactive-demo .interactive-count{animation:count-reveal .45s ease both}@keyframes count-reveal{0%{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.interactive-demo *{animation:none!important;transition:none!important}}.examples{background:#111;border-top:1px solid #292929}.example-selector{padding-top:54px}.example-selector>p{font-size:11px;color:#999;letter-spacing:2px;margin-bottom:24px}.example-selector [role=tablist]{display:flex;border-bottom:1px solid #333;gap:32px}.example-selector [role=tab]{color:#aaa;border:0;border-bottom:2px solid transparent;background:none;padding:18px 0;display:flex;gap:12px;align-items:center;cursor:pointer;font-size:16px;transition:color .25s,border-color .25s}.example-selector [role=tab]>span{font-size:11px;color:#666}.example-selector [aria-selected=true]{color:#fff;border-color:#ed0909}.example-selector [aria-selected=true]>span{color:#ed0909}.examples .product-showcase{border:0;padding-top:76px}.example-panel{animation:example-enter .4s ease both;outline-offset:-4px}.example-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding-top:76px;padding-bottom:110px;min-height:820px}.example-copy h2{font-size:clamp(36px,4.2vw,62px);font-weight:500;line-height:1.13;letter-spacing:-.035em}.example-copy>p{color:#bbb;font-size:17px;line-height:1.8;max-width:470px}.example-copy ul{list-style:none;padding:0;margin:28px 0 36px;color:#aaa;font-size:15px}.example-copy li{padding:14px 0;border-bottom:1px solid #292929;line-height:1.5}.example-copy .proof-link{display:inline-flex;align-items:center;gap:16px;font-size:15px}.example-copy>p.example-notice{font-size:12px;color:#888;margin-top:28px}.mobile-stage{max-width:370px;width:100%;margin:auto}.mobile-interface{background:#fafafa;color:#151515;border-radius:28px;padding:28px 28px 46px;border:1px solid #fff3;box-shadow:0 30px 90px #0007;min-height:590px;position:relative}.mobile-brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.mobile-brand b,.crm-top b{color:#ed0909;font-size:23px;letter-spacing:-1px}.mobile-brand b span{color:#171717}.mobile-brand>span{font-size:9px;letter-spacing:1px;color:#777}.mobile-greeting{font-size:12px;color:#777;margin-bottom:10px}.mobile-interface h3{font-size:25px;letter-spacing:-.6px;font-weight:600;line-height:1.25}.mobile-service{display:flex;align-items:center;gap:14px;padding:18px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:24px 0}.mobile-service>span{background:#ed090910;color:#ed0909;padding:12px;border-radius:12px;font-size:12px}.mobile-service strong,.mobile-service small{display:block;font-size:14px}.mobile-service small{font-size:12px;color:#777;margin-top:5px}.mobile-date{font-size:10px;letter-spacing:1px;color:#777}.time-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.time-slots button{border:1px solid #ddd;color:#333;background:#fff;border-radius:7px;min-height:46px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.time-slots button:hover{border-color:#ed0909}.time-slots button.selected{background:#171717;color:#fff;border-color:#171717}.booking-summary{font-size:12px;min-height:44px;padding:16px 0;color:#666}.mobile-primary{background:#ed0909;color:#fff;width:100%;border:0;border-radius:7px;min-height:48px;padding:13px 14px;font-size:14px;display:flex;justify-content:center;align-items:center;gap:15px;cursor:pointer;transition:background .2s,transform .2s}.mobile-primary:hover{background:#c90000}.mobile-primary:active{transform:scale(.98)}.mobile-primary:disabled{background:#dedede;color:#888;cursor:not-allowed}.mobile-home{position:absolute;bottom:15px;left:40%;width:20%;height:4px;background:#ccc;border-radius:4px}.example-caption{font-size:12px;text-align:center;color:#999;margin:22px 0 0}.booking-success{padding-top:25px;animation:example-enter .35s ease both}.booking-check{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#ed090911;color:#d90909;font-size:28px;margin-bottom:26px}.booking-success>p{color:#666;font-size:14px}.booking-receipt{display:grid;gap:12px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:28px 0;padding:24px 0}.booking-receipt span,.booking-receipt small{font-size:13px;color:#666}.booking-receipt strong{font-size:20px;font-weight:500}.crm-demo{padding:28px;border:1px solid #ffffff22;background:linear-gradient(130deg,#222,#141414);border-radius:14px;box-shadow:0 30px 70px #0005}.crm-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding-bottom:23px}.crm-top b{font-size:17px}.crm-top b span{color:#fff}.crm-top>span{color:#999;font-size:9px;letter-spacing:1px}.crm-heading{display:flex;justify-content:space-between;align-items:center;padding-top:28px}.crm-heading small{font-size:9px;letter-spacing:1px;color:#999}.crm-heading h3{font-size:27px;font-weight:500;letter-spacing:-.5px;margin:10px 0 20px}.crm-total{display:grid;text-align:right;gap:5px}.crm-total strong{font-size:30px;font-weight:500}.crm-total span{font-size:10px;color:#999}.crm-pipeline{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:16px 0 28px}.crm-pipeline>div{border-top:2px solid #3b3b3b;padding-top:12px;color:#777;transition:color .3s,border-color .3s}.crm-pipeline>div.reached{border-color:#ed0909;color:#eee}.crm-pipeline span{font-size:11px;display:block;margin-bottom:8px}.crm-pipeline small{font-size:10px}.crm-opportunity{border:1px solid #444;border-radius:9px;padding:20px;animation:example-enter .3s ease both}.crm-client{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.crm-avatar{width:36px;height:36px;background:#ffffff0a;border-radius:50%;display:grid;place-items:center;font-size:11px}.crm-client h4{margin:0;font-size:14px;font-weight:500}.crm-client p{font-size:10px;margin:4px 0 0;color:#999}.crm-stage-label{font-size:9px;color:#ff6565;margin-left:auto;border:1px solid #ed090940;padding:5px 7px;border-radius:4px}.crm-deal{display:flex;justify-content:space-between;gap:16px;padding:23px 0;border-bottom:1px solid #333}.crm-deal small,.crm-next small{display:block;font-size:8px;letter-spacing:1px;color:#999;margin-bottom:7px}.crm-deal strong{font-size:12px;font-weight:400}.crm-next{margin:20px 0}.crm-next p{font-size:12px;color:#ccc;line-height:1.6;min-height:38px;margin:0}.crm-history{margin-top:22px}.crm-history>span{font-size:9px;color:#888;letter-spacing:1px}.crm-history p{font-size:12px;color:#bbb;line-height:1.5;margin:9px 0 0;min-height:36px}@keyframes example-enter{0%{opacity:.4;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:1050px){.example-layout{gap:32px}.crm-demo{padding:20px}.crm-layout{grid-template-columns:.9fr 1.1fr}}@media(max-width:720px){.example-selector{padding-top:36px}.example-selector [role=tablist]{gap:20px;overflow-x:auto}.example-selector [role=tab]{font-size:13px;white-space:nowrap;gap:7px;padding:16px 0}.example-selector [role=tab]>span{display:none}.example-layout,.crm-layout{grid-template-columns:1fr;padding-top:48px;padding-bottom:64px;gap:40px;min-height:0}.example-copy h2{font-size:38px}.example-copy>p{font-size:16px}.crm-demo{padding:18px}.crm-opportunity{padding:15px}.examples .product-showcase{padding-top:48px}}@media(prefers-reduced-motion:reduce){.example-panel,.booking-success,.crm-opportunity{animation:none}.examples button{transition:none}}.examples-expanded .example-chapter{border-top:1px solid #292929}.examples-expanded .mobile-chapter{background:#191919}.examples-expanded .mobile-chapter .example-layout{grid-template-columns:1fr 1fr}.examples-expanded .mobile-chapter .mobile-stage{grid-column:1;grid-row:1}.examples-expanded .mobile-chapter .example-copy{grid-column:2;grid-row:1}.examples-expanded .crm-chapter{background:radial-gradient(ellipse at 90% 50%,#241414,transparent 60%),#101010}@media(max-width:720px){.examples-expanded .mobile-chapter .example-layout{grid-template-columns:1fr}.examples-expanded .mobile-chapter .example-copy{grid-column:1;grid-row:1}.examples-expanded .mobile-chapter .mobile-stage{grid-column:1;grid-row:2}}.management-chapter{background:#efefed;color:#151515}.management-chapter .example-copy>p,.management-chapter .example-copy ul{color:#555}.management-chapter .example-copy li{border-color:#d3d3d3}.management-chapter .example-copy .example-notice{color:#666}.management-chapter .management-layout{grid-template-columns:1fr 1fr}.management-chapter .management-demo{grid-column:1;grid-row:1}.management-chapter .example-copy{grid-column:2;grid-row:1}.management-demo{min-width:0;background:#fff;border:1px solid #ddd;border-radius:12px;padding:28px;box-shadow:0 25px 60px #0000000a}.management-top{display:flex;justify-content:space-between;color:#777;font-size:9px;letter-spacing:1.3px;padding-bottom:22px;border-bottom:1px solid #eee}.management-heading{padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}.management-heading h3{font-size:25px;line-height:1.3;letter-spacing:-.5px;font-weight:500;margin:0}.period-filter{display:flex;padding:3px;background:#f2f2f2;border-radius:7px}.period-filter button{background:none;border:0;color:#666;padding:9px 10px;font-size:11px;cursor:pointer;border-radius:5px;transition:background .2s,color .2s}.period-filter [aria-pressed=true]{color:#fff;background:#171717}.management-metrics{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:12px;padding:20px 0 26px;border-top:1px solid #eee}.management-metrics small{display:block;color:#777;font-size:10px;margin-bottom:10px}.management-metrics strong{font-size:19px;font-weight:500;white-space:nowrap}.management-metrics>div:first-child strong{color:#cf0707}.management-chart{height:180px;display:flex;gap:9px;align-items:end;padding-top:15px;background:repeating-linear-gradient(to top,#eaeaea 0,#eaeaea 1px,transparent 1px,transparent 40px)}.management-chart>div{flex:1;height:100%;display:flex;align-items:center;justify-content:end;flex-direction:column;position:relative;padding-bottom:24px}.management-chart i{display:block;width:100%;max-width:38px;background:#e10606;border-radius:3px 3px 0 0;transform-origin:bottom;animation:management-rise .6s cubic-bezier(.2,.7,.2,1) both}.management-chart>div:nth-child(2n) i{background:#f09a9a}.management-chart span{position:absolute;bottom:0;color:#777;font-size:9px;line-height:20px}.management-footer{display:flex;justify-content:space-between;border-top:1px solid #eee;margin-top:18px;padding-top:16px;color:#888;font-size:10px}@keyframes management-rise{0%{transform:scaleY(.3);opacity:.3}to{transform:scaleY(1);opacity:1}}.services .service-grid{gap:18px}.services .service-grid article{border:1px solid #ffffff20;border-radius:10px;padding:30px;transition:border-color .25s,background .25s,transform .25s}.services .service-grid article:hover{border-color:#e1060666;background:#161616;transform:translateY(-3px)}.services .service-grid h3{letter-spacing:-.5px;line-height:1.3}.services .service-grid p{line-height:1.8}.method .steps li{border-top-color:#ccc;padding-top:28px;padding-bottom:32px;transition:border-color .25s}.method .steps li:hover{border-top-color:#e10606}.method .steps h3{letter-spacing:-1px;line-height:1.2}.contact{position:relative}.contact h2{font-size:clamp(38px,5vw,76px);line-height:1.12;letter-spacing:-.04em}.proof-intro h2{font-size:clamp(34px,3.8vw,56px);line-height:1.15;letter-spacing:-.035em}.proof-stats article{transition:border-color .25s}.proof-stats article:hover{border-color:#e10606}@media(max-width:1100px){.management-heading{align-items:start;flex-direction:column}.management-demo{padding:22px}.management-metrics strong{font-size:17px}}@media(max-width:720px){.management-chapter .management-layout{grid-template-columns:1fr}.management-chapter .example-copy{grid-column:1;grid-row:1}.management-chapter .management-demo{grid-column:1;grid-row:2}.management-demo{padding:20px}.management-chart{gap:5px}.management-chart span{font-size:8px}.services .service-grid article{padding:24px}}@media(prefers-reduced-motion:reduce){.management-chart i{animation:none}.services .service-grid article{transition:none}.services .service-grid article:hover{transform:none}}.hero-demo-link{display:inline-flex;align-items:center;gap:14px;font-size:13px;color:#aaa;margin-top:25px;line-height:1.5}.hero-demo-link svg{width:18px;transition:transform .25s}.hero-demo-link:hover{color:#fff}.hero-demo-link:hover svg{transform:translateY(4px)}.proof{background:#151515;border-top:1px solid #ffffff16;border-bottom:1px solid #ffffff16}.proof-grid{gap:72px}.proof-stats article{padding:26px 0;border-top:1px solid #ffffff24}.proof-stats article>strong{font-size:13px!important;color:#ef2929!important;letter-spacing:1px}.proof-stats h3{font-size:22px;letter-spacing:-.4px;margin-top:12px;margin-bottom:12px}.proof-stats p{font-size:15px;line-height:1.8;color:#aaa;max-width:380px}.clients{padding-top:78px;padding-bottom:50px}.clients h2{font-size:clamp(27px,3vw,42px);line-height:1.25;letter-spacing:-1px}.clients-description{max-width:500px;margin-left:auto;margin-right:auto;line-height:1.8}.client-logo img{transition:transform .3s}.client-logo:hover img{transform:scale(1.06)}.services .section-heading{position:static}.services .section-heading>div{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:48px}.services .section-heading h2{font-size:clamp(38px,4.5vw,66px);line-height:1.1;letter-spacing:-.035em;margin-bottom:0}.services .section-heading>div>p{max-width:360px;width:auto;color:#aaa}.services .service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.services .service-grid article{display:flex;flex-direction:column;gap:0;padding:32px!important;background:linear-gradient(135deg,#181818,#111);border:1px solid #ffffff1e;border-radius:10px;min-height:290px}.services .service-top{padding:0;margin-bottom:35px;color:#777}.services .service-icon{top:26px;right:28px!important}.services .service-grid h3{font-size:28px;padding-right:0;margin:0 0 18px;letter-spacing:-.7px}.services .service-grid p{max-width:440px;margin:0 0 24px;font-size:16px;line-height:1.8}.services .tags{margin-top:auto;grid-column:auto;padding-top:0;gap:10px}.services .tags span{font-size:10px;border:1px solid #333;border-radius:4px;padding:6px 9px;color:#aaa}.services .service-grid article:hover{border-color:#e1060670;background:#181818}.method{background:#efefed}.method .section-heading h2{font-size:clamp(36px,4.4vw,64px);line-height:1.15;letter-spacing:-.035em}.method .steps li{padding-left:64px;min-height:190px}.method .steps h3{font-size:30px;font-weight:500}.method .steps .step-number{color:#d00909;font-size:12px}.method .steps p{max-width:410px;line-height:1.85}.method .steps li:after{background:#e10606;height:1px}.contact{align-items:center;gap:90px}.contact-intro{flex:1}.contact .contact-intro h2{font-size:clamp(38px,5vw,72px);line-height:1.13;letter-spacing:-.04em}.contact-brief{flex:1;max-width:520px;min-width:0;padding:35px;background:#171717;border:1px solid #ffffff20;border-radius:12px}.contact-step{display:block;font-size:10px;letter-spacing:2px;color:#888;margin-bottom:23px}.contact-brief h3{font-size:25px;letter-spacing:-.5px;font-weight:500}.interest-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.interest-options button{display:flex;justify-content:space-between;align-items:center;gap:8px;text-align:left;min-height:57px;padding:12px;background:transparent;border:1px solid #444;color:#bbb;font-size:13px;line-height:1.4;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.interest-options button:hover{border-color:#aaa;color:#fff}.interest-options button[aria-pressed=true]{border-color:#ed0909;background:#ed090910;color:#fff}.interest-options button>span{color:#f33}.contact .contact-brief>p{font-size:13px;margin:22px 0;color:#999;line-height:1.6}.contact-brief .button{width:100%;justify-content:space-between;font-size:14px;gap:12px}.contact-brief>small{display:block;color:#888;font-size:11px;line-height:1.8;margin-top:18px}.contact-brief .button:hover>span{transform:translate(2px,-2px)}@media(max-width:1000px){.contact{gap:35px}.contact-brief{padding:25px}.proof-grid{gap:35px}}@media(max-width:720px){.services .service-grid{grid-template-columns:1fr}.services .service-grid article{padding:25px!important;min-height:0}.services .section-heading>div{display:block}.services .section-heading>div>p{margin-top:24px}.services .service-grid h3{font-size:25px}.contact{flex-direction:column;align-items:stretch;gap:35px}.contact-brief{max-width:none;padding:24px}.clients{padding-top:52px;padding-bottom:32px}.method .steps li{padding-left:48px;min-height:0}.method .steps h3{font-size:27px}.proof-stats h3{font-size:21px}}@media(prefers-reduced-motion:reduce){.hero-demo-link svg,.client-logo img,.interest-options button{transition:none}}.value-section{background:#151515;color:#f5f5f5;border-top:1px solid #ffffff18;border-bottom:1px solid #ffffff18}.value-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:end;margin-bottom:52px}.value-heading .eyebrow{color:#bbb;font-size:12px}.value-heading h2{color:#f5f5f5;font-size:clamp(38px,4.5vw,66px);line-height:1.12;letter-spacing:-.035em;font-weight:500;margin:0}.value-heading>p{color:#bbb;font-size:17px;line-height:1.85;max-width:480px;margin:0 0 5px}.value-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:44px}.value-choices button{display:flex;align-items:center;gap:16px;background:#1b1b1b;border:1px solid #444;border-radius:6px;padding:22px;color:#ddd;font-size:20px;text-align:left;cursor:pointer;transition:background .25s,border-color .25s}.value-choices button>span{font-size:12px;color:#aaa}.value-choices svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4;margin-left:auto;transition:transform .25s}.value-choices button:hover{border-color:#999}.value-choices button[aria-pressed=true]{background:#e10606;border-color:#e10606;color:#fff}.value-choices button[aria-pressed=true]>span{color:#fff}.value-choices button:hover svg{transform:translate(2px,-2px)}.value-story{display:grid;grid-template-columns:.85fr 1.3fr;gap:70px;align-items:center;min-height:325px;animation:value-appear .4s ease both}.value-story-copy h3{font-size:clamp(26px,2.7vw,38px);color:#fff;line-height:1.25;font-weight:500;letter-spacing:-.6px}.value-story-copy>p{color:#bbb;font-size:16px;line-height:1.85;margin-bottom:30px}.value-story-copy>a{display:inline-flex;gap:14px;align-items:center;font-size:14px;color:#f5f5f5;border-bottom:1px solid #777;padding-bottom:9px;line-height:1.5}.value-story-copy>a svg{flex-shrink:0}.value-map{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}.value-label{display:block;color:#aaa;font-size:10px;letter-spacing:1.3px;margin-bottom:18px}.value-before>div,.value-after>div{min-height:58px;margin-top:10px;padding:15px;font-size:14px;line-height:1.5;display:flex;align-items:center}.value-before>div{background:#202020;border:1px dashed #555;border-radius:5px;color:#aaa}.value-after>div{background:#f3f3f1;color:#1a1a1a;border-radius:5px;gap:13px;animation:value-connect .5s ease both;animation-delay:calc(var(--row)*.1s)}.value-after>div>span{color:#c60808;font-size:10px}.value-result{grid-column:1/-1;font-size:19px;color:#fff;line-height:1.5;border-left:2px solid #ed0909;padding-left:16px;margin:6px 0 0}.value-footnote{max-width:710px;font-size:13px;color:#aaa;line-height:1.8;margin:48px 0 0;padding-top:22px;border-top:1px solid #333}@keyframes value-appear{0%{opacity:.4;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes value-connect{0%{opacity:.4;transform:translate(-8px)}to{opacity:1;transform:none}}@media(max-width:1000px){.value-heading,.value-story{gap:35px}.value-choices button{font-size:17px;padding:18px;gap:10px}}@media(max-width:720px){.value-heading,.value-story{grid-template-columns:1fr;gap:28px}.value-heading{margin-bottom:30px}.value-heading>p{font-size:16px}.value-choices{gap:8px;margin-bottom:32px}.value-choices button{padding:14px 10px;font-size:13px;gap:8px;min-height:65px;flex-wrap:wrap}.value-choices button>span{font-size:10px}.value-choices svg{display:none}.value-map{gap:12px}.value-before>div,.value-after>div{font-size:12px;padding:12px 9px;min-height:76px}.value-after>div{gap:7px}.value-label{font-size:9px;letter-spacing:.6px}.value-story{min-height:0}.value-footnote{margin-top:30px}}@media(prefers-reduced-motion:reduce){.value-story,.value-after>div{animation:none}.value-choices button,.value-choices svg{transition:none}}.clients{background:#f6f6f4;color:#171717;padding:82px 0 32px}.clients-editorial{display:grid;grid-template-columns:1.2fr 1fr;align-items:end;gap:70px;text-align:left;margin-bottom:40px}.clients .clients-editorial .eyebrow{justify-content:flex-start;color:#666;margin-bottom:24px;font-size:11px;letter-spacing:2px}.clients .clients-editorial h2{font-size:clamp(32px,3.8vw,54px);font-weight:500;line-height:1.15;letter-spacing:-.035em;text-align:left;margin:0;color:#171717}.clients .clients-editorial h2 span{font-weight:500;color:#686868}.clients .clients-editorial .clients-description{max-width:390px;font-size:16px;line-height:1.85;margin:0 0 4px auto;color:#626262;text-align:left}.clients .client-carousel{border-top:1px solid #d9d9d6;border-bottom:1px solid #d9d9d6;padding:34px 0;margin-top:0}.clients .client-logo{height:100px;padding:0 32px;display:flex;align-items:center;justify-content:center}.clients .client-logo img{max-width:145px;max-height:64px;width:100%;height:64px;object-fit:contain}.clients-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}.clients-drag-hint{font-size:12px;letter-spacing:.2px;color:#707070}.clients .client-motion{margin:0;font-size:12px;padding:8px 0;color:#555}@media(max-width:720px){.clients{padding:52px 0 24px}.clients-editorial{grid-template-columns:1fr;gap:22px;margin-bottom:28px}.clients .clients-editorial .clients-description{margin:0;max-width:440px;font-size:15px}.clients .client-carousel{padding:23px 0}.clients .client-logo{height:82px;padding:0 24px}.clients .client-logo img{height:54px;max-height:54px;max-width:125px}.clients-controls{gap:12px;align-items:flex-start}.clients-drag-hint{max-width:175px;font-size:11px;line-height:1.6}.clients .client-motion{font-size:11px;white-space:nowrap;padding-top:0}}.clients{background:#fff;padding-top:68px;padding-bottom:32px}.clients-editorial{display:block;text-align:center;margin:0 auto 35px;max-width:850px}.clients .clients-editorial .eyebrow{justify-content:center;margin-bottom:20px;color:#777}.clients .clients-editorial h2{text-align:center;font-size:clamp(30px,3.4vw,48px);line-height:1.2;letter-spacing:-.025em}.clients .clients-editorial h2 span{color:#171717}.clients .clients-editorial .clients-description{text-align:center;max-width:570px;margin:22px auto 0;font-size:15px;color:#707070;line-height:1.8}.clients .client-carousel{border:0;padding:22px 0 30px}.clients .client-logo{height:100px;padding:0 26px}.clients .client-logo img{max-width:155px;max-height:72px;height:72px}.clients-controls{justify-content:center;margin-top:4px}.clients-drag-hint{display:none}.clients .client-motion{border:1px solid #e5e5e5;border-radius:24px;padding:9px 15px;color:#777;font-size:11px}@media(max-width:720px){.clients{padding-top:48px;padding-bottom:26px}.clients-editorial{margin-bottom:22px}.clients .clients-editorial .clients-description{font-size:14px;margin-top:18px}.clients .client-logo{height:80px;padding:0 22px}.clients .client-logo img{max-height:58px;height:58px;max-width:135px}}.purpose{background:#151515;color:#f5f5f5;border-top:1px solid #ffffff18}.purpose .eyebrow{color:#aaa;font-size:11px;letter-spacing:2px;margin-bottom:36px}.purpose-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:end}.purpose-heading h2{font-size:clamp(36px,4.5vw,65px);line-height:1.15;letter-spacing:-.035em;font-weight:500;color:#fff;margin:0}.purpose-heading>p{font-size:17px;line-height:1.85;color:#bbb;max-width:360px;margin:0 0 4px auto}.purpose-composition{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:80px;margin-top:58px}.purpose-art svg{display:block;width:100%;height:auto;overflow:visible}.purpose-art-labels{display:flex;justify-content:space-between;gap:16px;font-size:9px;letter-spacing:1.4px;color:#aaa;margin-top:5px}.purpose-art-labels>span:last-child{color:#eee}.purpose-current{stroke-dasharray:65 620;animation:purpose-flow 10s linear infinite}.purpose-outcomes article{display:flex;gap:22px;border-top:1px solid #ffffff25;padding:25px 0}.purpose-outcomes article>span{font-size:11px;color:#f33;padding-top:6px}.purpose-outcomes h3{font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.4px;color:#fff;margin:0 0 10px}.purpose-outcomes p{font-size:15px;color:#bbb;line-height:1.8;margin:0;max-width:410px}.purpose-link{display:inline-flex;align-items:center;gap:20px;border-bottom:1px solid #777;padding-bottom:12px;margin-top:48px;color:#eee;font-size:14px;line-height:1.5}.purpose-link svg{flex-shrink:0;transition:transform .25s}.purpose-link:hover svg{transform:translate(3px,-3px)}@keyframes purpose-flow{to{stroke-dashoffset:-685}}@media(max-width:1000px){.purpose-heading,.purpose-composition{gap:36px}}@media(max-width:720px){.purpose-heading,.purpose-composition{grid-template-columns:1fr;gap:28px}.purpose-heading>p{margin:0;max-width:440px;font-size:16px}.purpose-composition{margin-top:30px}.purpose-art{max-width:380px;width:100%;margin:auto}.purpose-outcomes h3{font-size:23px}.purpose-art-labels{font-size:8px;letter-spacing:1px}.purpose-link{margin-top:28px}.purpose .eyebrow{font-size:10px;line-height:1.7;letter-spacing:1.4px}}@media(prefers-reduced-motion:reduce){.purpose-current{animation:none}.purpose-link svg{transition:none}}.service-ribbon{background:#101010;border-top:1px solid #303030;border-bottom:1px solid #303030;color:#f5f5f5}.service-ribbon>.wrap{display:grid;grid-template-columns:.9fr 1fr 1.15fr 1.5fr;align-items:stretch}.service-ribbon p{font-size:10px;letter-spacing:1.3px;line-height:1.9;color:#888;align-self:center;margin:0;padding:24px 20px 24px 0}.service-ribbon p strong{font-weight:400;color:#bbb}.service-ribbon a{display:flex;align-items:center;gap:16px;border-left:1px solid #303030;padding:30px 24px;position:relative;transition:background .25s}.service-ribbon a>span{font-size:10px;color:#888}.service-ribbon a>strong{font-size:18px;line-height:1.4;letter-spacing:-.2px;font-weight:400}.service-ribbon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.3;color:#888;flex-shrink:0;margin-left:auto;transition:transform .25s,color .25s}.service-ribbon a:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#e10606;transform:scaleX(0);transform-origin:left;transition:transform .3s}.service-ribbon a:hover{background:#191919}.service-ribbon a:hover:after{transform:scaleX(1)}.service-ribbon a:hover svg{color:#f33;transform:translate(2px,-2px)}@media(max-width:1000px){.service-ribbon a{padding:26px 16px;gap:10px}.service-ribbon a>strong{font-size:15px}}@media(max-width:720px){.service-ribbon>.wrap{grid-template-columns:1fr}.service-ribbon p{padding:22px 0 16px}.service-ribbon p br{display:none}.service-ribbon p strong{margin-left:5px}.service-ribbon a{border-left:0;border-top:1px solid #292929;padding:18px 0}.service-ribbon a>strong{font-size:17px}.service-ribbon a>span{width:24px}}@media(prefers-reduced-motion:reduce){.service-ribbon a,.service-ribbon svg,.service-ribbon a:after{transition:none}}.clients .clients-editorial{max-width:1000px;text-align:center}.clients .clients-editorial h2{font-weight:500;color:#171717;line-height:1.25;letter-spacing:-.035em;font-size:clamp(30px,3.6vw,54px)}.clients .clients-editorial h2 span{font-weight:800;color:#171717}.clients .clients-editorial .clients-description{max-width:880px;margin:34px auto 0;font-size:clamp(16px,1.9vw,24px);line-height:1.75;color:#6a6a6a;text-align:center}@media(max-width:720px){.clients .clients-editorial .clients-description{margin-top:24px}}.starting-points{background:#171717;color:#f5f5f5;border-top:1px solid #333}.starting-header{display:grid;grid-template-columns:1.2fr 1fr;gap:20px 70px;margin-bottom:48px;align-items:end}.starting-header .eyebrow{grid-column:1/-1;color:#aaa;margin-bottom:6px}.starting-header h2,.agreement-intro h2{font-size:clamp(34px,4.1vw,58px);letter-spacing:-.035em;line-height:1.15;font-weight:500;color:#f5f5f5;margin:0}.starting-header>p:not(.eyebrow){color:#bbb;font-size:17px;line-height:1.85;margin:0;max-width:420px}.starting-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.starting-grid article{display:flex;flex-direction:column;padding:30px 0 0;border-top:1px solid #555;transition:border-color .25s}.starting-grid article:hover{border-top-color:#e10606}.starting-number{font-size:12px;color:#f44;letter-spacing:1px;margin-bottom:24px}.starting-grid h3{font-size:27px;font-weight:500;letter-spacing:-.5px;line-height:1.3;color:#fff;min-height:70px;margin:0 0 16px}.starting-grid article>p{font-size:16px;color:#bbb;line-height:1.85;margin:0 0 25px;flex:1}.starting-approach{border-left:2px solid #e10606;padding-left:18px;margin-bottom:30px}.starting-approach>span{font-size:10px;color:#aaa;letter-spacing:1px}.starting-approach p{font-size:15px;line-height:1.8;color:#ddd;margin:12px 0 0}.starting-grid article>a,.agreement-link{display:inline-flex;align-items:center;gap:18px;color:#eee;font-size:14px;line-height:1.5}.starting-grid article>a svg,.agreement-link svg{flex-shrink:0;transition:transform .25s}.starting-grid article>a:hover svg,.agreement-link:hover svg{transform:translate(3px,-3px)}.project-agreement{display:grid;grid-template-columns:1fr 1.1fr;gap:85px;align-items:start}.agreement-intro .eyebrow{color:#aaa}.agreement-intro>p:not(.eyebrow){font-size:17px;color:#bbb;line-height:1.85;max-width:390px;margin:26px 0}.agreement-link{padding-bottom:10px;border-bottom:1px solid #777}.agreement-list details{border-top:1px solid #444}.agreement-list details:last-child{border-bottom:1px solid #444}.agreement-list summary{cursor:pointer;display:flex;align-items:center;gap:18px;color:#eee;font-size:19px;line-height:1.5;padding:25px 0;list-style:none}.agreement-list summary::-webkit-details-marker{display:none}.agreement-number{color:#f44;font-size:11px}.agreement-list summary svg{width:19px;height:19px;stroke:#aaa;fill:none;stroke-width:1.4;margin-left:auto;flex-shrink:0;transition:transform .2s}.agreement-list details[open] summary svg{transform:rotate(45deg)}.agreement-list details>p{font-size:16px;line-height:1.85;color:#bbb;margin:0 25px 26px 34px}.agreement-list summary:focus-visible{outline:2px solid #ed0909;outline-offset:4px}@media(max-width:1000px){.starting-grid{gap:22px}.starting-grid h3{font-size:24px}.project-agreement{gap:40px}}@media(max-width:720px){.starting-header,.starting-grid,.project-agreement{grid-template-columns:1fr;gap:28px}.starting-header .eyebrow{grid-column:auto}.starting-header>p:not(.eyebrow),.agreement-intro>p:not(.eyebrow){font-size:16px}.starting-grid h3{min-height:0;font-size:26px}.starting-number{margin-bottom:18px}.starting-grid article{padding-top:24px}.starting-grid article>a{margin-bottom:10px}.agreement-list summary{font-size:17px;gap:12px}.agreement-list details>p{margin-left:27px;font-size:15px}}@media(prefers-reduced-motion:reduce){.starting-grid article,.starting-grid article>a svg,.agreement-link svg,.agreement-list summary svg{transition:none}}.services .service-icon{display:none}.services .service-detail{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #383838;padding-top:18px;margin-top:23px;font-size:14px;color:#ddd}.services .service-detail:hover{color:#f55}.services .service-detail svg{width:19px;height:19px;transition:transform .25s}.services .service-detail:hover svg{transform:translate(2px,-2px)}.hero-note{color:#aaa}.contact-brief>small{color:#aaa}.contact-step{color:#aaa}.hero-description{color:#bbb}.service-ribbon a>span{color:#aaa}#conteudo:focus{outline:none}.services article:target{border-color:#ed0909;box-shadow:0 0 0 1px #ed090930}@media(max-width:720px){.hero{padding-top:34px;min-height:0}.hero-content{padding-bottom:15px}.hero-art.abstract-scene{height:235px;margin:6px 0 18px}.hero-art.abstract-scene .build-symbol{width:76%;height:76%;inset:12%}.hero-bottom{padding-top:15px;padding-bottom:20px}.section{padding-top:56px;padding-bottom:56px}.purpose-art{max-width:275px}.purpose-composition{gap:20px}.purpose .eyebrow{margin-bottom:25px}.purpose-outcomes article{padding:20px 0}.services .service-grid article{padding:24px!important}.services .service-top{margin-bottom:22px}.services .service-grid p{font-size:16px}.service-ribbon a{min-height:58px}.starting-grid{gap:24px}.contact{padding-top:64px;padding-bottom:60px}.contact .contact-intro h2{font-size:40px}.header .logo>span{font-size:30px}.menu-toggle{min-width:44px;min-height:44px}.agreement-list summary{min-height:65px}.interest-options button{font-size:14px;min-height:60px}}@media(prefers-reduced-motion:reduce){.services .service-detail svg{transition:none}}.brand-splash{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;width:100%;height:100dvh;margin:0;padding:0;background:#000;pointer-events:auto;animation:splash-out 4s ease both}.brand-splash>svg{display:block;width:clamp(56px,6vw,76px);height:clamp(56px,6vw,76px);margin:0;fill:#e10606;animation:splash-logo 4s ease both}.splash-piece{transform:none;opacity:1}@keyframes splash-logo{0%,8%{opacity:0}30%,76%{opacity:1}88%,to{opacity:0}}@keyframes splash-out{0%,86%{opacity:1}to{opacity:0;visibility:hidden}}@media(prefers-reduced-motion:reduce){.brand-splash,.brand-splash>svg{animation:none}}.hero-editorial .hero-content{width:100%;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);column-gap:7%;align-items:start;padding-bottom:70px}.hero-editorial .eyebrow{grid-column:1/-1}.hero-editorial h1{grid-column:1;grid-row:2/5;font-size:clamp(80px,8.4vw,132px)}.hero-editorial .hero-description{grid-column:2;grid-row:2;margin:30px 0 28px;max-width:390px;font-size:19px;line-height:1.7}.hero-editorial .button{grid-column:2;grid-row:3;justify-self:start;align-self:start}.hero-editorial .hero-note{grid-column:2;grid-row:4;margin-top:24px;font-size:12px}.hero-editorial{min-height:0;padding-top:65px}@media(max-width:900px){.hero-editorial .hero-content{display:block;padding-bottom:42px}.hero-editorial h1{font-size:clamp(62px,12vw,108px)}.hero-editorial .hero-description{max-width:540px;font-size:17px;margin-top:32px}.hero-editorial{padding-top:38px}}.hero-composition .hero-content{width:55%}.software-art{position:absolute;right:0;top:90px;width:45%;height:540px;perspective:1100px;pointer-events:none}.software-orbit{position:absolute;inset:70px 15px 30px;background:radial-gradient(ellipse,#e106061a,transparent 68%)}.software-sheet{position:absolute;border:1px solid #ffffff24;background:#111;box-shadow:0 28px 65px #0007;border-radius:9px;overflow:hidden;width:86%;height:340px;transform:rotateY(-13deg) rotateX(8deg) rotate(-7deg)}.sheet-back{top:20px;left:4%;background:#101010;animation:sheet-back-drift 9s ease-in-out infinite alternate}.sheet-caption{display:block;padding:20px;font-size:9px;letter-spacing:2px;color:#888}.blueprint-grid{height:100%;background-image:linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px);background-size:27px 27px}.sheet-front{left:12%;top:110px;animation:sheet-front-drift 9s ease-in-out infinite alternate}.sheet-toolbar{height:43px;border-bottom:1px solid #ffffff17;display:flex;align-items:center;gap:5px;padding:0 15px}.sheet-toolbar i{width:5px;height:5px;border-radius:50%;background:#555}.sheet-toolbar i:first-child{background:#e10606}.sheet-toolbar span{margin-left:auto;font-size:8px;letter-spacing:1.5px;color:#aaa}.sheet-layout{display:flex;height:calc(100% - 43px)}.sheet-sidebar{width:17%;padding:23px 13px;border-right:1px solid #ffffff12}.sheet-sidebar b,.sheet-sidebar i{display:block;height:4px;background:#333;margin-bottom:21px;border-radius:3px}.sheet-sidebar b{background:#e10606;width:65%;margin-bottom:40px}.sheet-canvas{padding:27px;width:83%}.canvas-heading{width:60%;height:10px;background:#e8e8e8;margin-bottom:10px}.canvas-subheading{width:38%;height:5px;background:#555}.canvas-feature{margin-top:25px;height:100px;background:linear-gradient(135deg,#e106061f,#e1060603);border:1px solid #e1060644;padding:12px 16px}.canvas-feature svg{width:100%;height:100%;overflow:visible}.canvas-feature path{fill:none;stroke:#ed2222;stroke-width:2;stroke-dasharray:260;animation:interface-draw 7s ease-in-out infinite}.canvas-cards{display:flex;gap:10px;margin-top:18px}.canvas-cards i{flex:1;height:41px;border:1px solid #ffffff20;background:#ffffff04}.software-cursor{position:absolute;top:375px;left:48%;animation:cursor-drift 9s ease-in-out infinite alternate}.software-cursor svg{width:26px;height:30px;fill:#e10606;stroke:#0b0b0b;stroke-width:2}.software-cursor span{display:block;white-space:nowrap;background:#e10606;padding:8px 12px;margin-left:20px;border-radius:4px;color:#fff;font-size:10px}.art-footnote{position:absolute;bottom:0;right:0;font-size:8px;letter-spacing:2px;color:#999}@keyframes sheet-back-drift{to{transform:translateY(-8px) rotateY(-9deg) rotateX(6deg) rotate(-7deg)}}@keyframes sheet-front-drift{to{transform:translateY(7px) rotateY(-9deg) rotateX(6deg) rotate(-7deg)}}@keyframes cursor-drift{to{transform:translate(-18px,-12px)}}@keyframes interface-draw{0%{stroke-dashoffset:260}45%,to{stroke-dashoffset:0}}@media(max-width:1050px)and (min-width:721px){.software-art{top:160px;height:460px}.software-sheet{height:280px}.sheet-canvas{padding:18px}.canvas-feature{height:75px}.software-cursor{top:320px;left:35%}}@media(max-width:720px){.hero-composition .hero-content{width:100%}.software-art{position:relative;top:auto;right:auto;width:100%;max-width:460px;height:420px;margin:20px auto 32px}.software-sheet{height:280px}.sheet-front{top:80px}.sheet-canvas{padding:20px}.canvas-feature{height:75px}.software-cursor{top:310px;left:35%}.art-footnote{font-size:7px}}@media(prefers-reduced-motion:reduce){.software-art *{animation:none!important}}.hero-composition{padding-top:clamp(56px,6vw,88px);min-height:0}.hero-composition .hero-content{width:52%;padding-bottom:68px}.hero-composition .eyebrow{margin-bottom:38px}.hero-composition h1{font-size:clamp(70px,7.3vw,112px);line-height:1.08;letter-spacing:-.055em;margin-bottom:36px}.hero-composition .hero-description{max-width:405px;margin-bottom:32px;line-height:1.85}.hero-composition .hero-note{margin-top:26px}.hero-composition .software-art{width:41%;right:2%;top:125px;height:490px}.hero-composition .software-sheet{height:310px}.hero-composition .sheet-front{top:95px}.hero-composition .software-cursor{top:350px}@media(min-width:721px)and (max-width:1050px){.hero-composition h1{font-size:clamp(62px,7.8vw,82px)}.hero-composition .software-art{top:150px;height:430px}.hero-composition .software-sheet{height:270px}.hero-composition .software-cursor{top:310px}}@media(max-width:720px){.hero-composition{padding-top:44px}.hero-composition .hero-content{width:100%;padding-bottom:26px}.hero-composition .eyebrow{font-size:10px;letter-spacing:1.7px;margin-bottom:30px}.hero-composition h1{font-size:clamp(52px,11.7vw,80px);line-height:1.1;letter-spacing:-.045em;margin-bottom:30px}.hero-composition .hero-description{max-width:440px;line-height:1.85;margin-bottom:30px}.hero-composition .software-art{position:relative;top:auto;right:auto;width:94%;height:405px;margin:24px auto 40px}.hero-composition .software-sheet{height:270px}.hero-composition .software-cursor{top:310px}.hero-composition .headline-arrow{margin-left:18px}}@media(max-width:720px){.hero-composition .software-art{width:100%;max-width:390px;height:335px;margin:8px auto 28px}.hero-composition .software-sheet{width:82%;height:230px}.hero-composition .sheet-back{left:3%;top:12px}.hero-composition .sheet-front{left:10%;top:65px}.hero-composition .sheet-toolbar{padding:0 10px;height:34px}.hero-composition .sheet-toolbar span{font-size:6px;letter-spacing:1px}.hero-composition .sheet-layout{height:calc(100% - 34px)}.hero-composition .sheet-canvas{padding:16px}.hero-composition .canvas-feature{height:62px;margin-top:18px;padding:8px}.hero-composition .canvas-cards{margin-top:12px;gap:7px}.hero-composition .canvas-cards i{height:28px}.hero-composition .software-cursor{top:256px;left:30%}.hero-composition .software-cursor span{font-size:8px;padding:7px 9px}.hero-composition .art-footnote{left:0;right:0;text-align:center;font-size:6px;letter-spacing:1.3px}.contact-brief,.service-grid article,.starting-grid article{min-width:0}.interest-options button{text-align:left;overflow-wrap:anywhere}.contact-brief .button{max-width:100%;gap:12px}}@media(max-width:360px){.interest-options{grid-template-columns:1fr}.contact-brief{padding:20px}.contact-brief .button{font-size:12px;padding-left:15px;gap:8px}.contact-brief .button>span{width:32px;height:32px;flex-shrink:0}.hero-composition .eyebrow{font-size:9px;letter-spacing:1.3px}.hero-composition .software-cursor{left:24%}.hero-composition .sheet-toolbar span{font-size:5px}}.hero-composition{padding-top:56px}.hero-composition .hero-content{width:55%;padding-bottom:62px}.hero-composition .eyebrow{margin-bottom:32px}.hero-composition h1{font-size:clamp(76px,8.6vw,136px);line-height:.99;letter-spacing:-7px;margin-bottom:32px}.hero-composition .hero-description{max-width:380px;font-size:16px;line-height:1.75;margin-bottom:26px}.hero-composition .software-art{width:45%;right:0;top:90px}.clients .clients-editorial h2{width:100%;max-width:900px;margin-inline:auto;text-align:center}@media(max-width:1050px){.hero-composition h1{letter-spacing:-5px}}@media(max-width:720px){.hero-composition{padding-top:34px}.hero-composition .hero-content{width:100%;padding-bottom:15px}.hero-composition h1{font-size:clamp(68px,14.2vw,103px);line-height:1.02;letter-spacing:-4.5px;margin-bottom:25px}.hero-composition .hero-description{max-width:330px;font-size:15px;line-height:1.75;margin-bottom:26px}.hero-composition .software-art{position:relative;width:100%;top:auto;right:auto;margin:8px auto 28px}.clients .clients-editorial h2{max-width:100%;font-size:clamp(28px,6.4vw,38px);margin:0 auto;text-wrap:balance}.clients .clients-editorial p{margin-inline:auto;text-align:center}}:root{--page-gutter:clamp(56px,7vw,112px)}.wrap{width:calc(100% - var(--page-gutter)*2)}@media(max-width:1050px){:root{--page-gutter:48px}}@media(max-width:720px){:root{--page-gutter:36px}}@media(max-width:360px){:root{--page-gutter:30px}.hero-composition h1{font-size:clamp(60px,18.5vw,68px)}}@media(max-width:720px){.hero-composition .software-art,.purpose .purpose-art{display:none}.hero-composition .hero-content{padding-bottom:32px}.purpose-composition{grid-template-columns:1fr;gap:0}}footer.wrap{flex-wrap:wrap}footer .company-details{flex-basis:100%;display:flex;flex-wrap:wrap;gap:6px 20px;border-top:1px solid var(--line);padding-top:20px;margin-top:4px;color:#aaa;font-size:12px;line-height:1.7}@media(max-width:720px){footer .company-details{flex-direction:column;gap:4px}}.about-opening{display:grid;grid-template-columns:1.1fr .9fr;gap:9%;align-items:center;padding-block:76px 88px}.about-opening h1{font-size:clamp(48px,5.5vw,82px);line-height:1.1;letter-spacing:-.05em;margin-bottom:30px}.about-opening em{color:var(--red);font-style:normal}.about-lead{max-width:520px;font-size:20px;line-height:1.8;color:#bbb}.about-link{display:inline-flex;gap:22px;align-items:center;font-size:14px;border-bottom:1px solid #777;padding-bottom:14px;margin-top:18px}.founder-photo{margin:0 auto;position:relative;width:100%;max-width:220px}.founder-photo img{display:block;width:100%;height:275px;object-fit:cover;object-position:center 32%;border-radius:3px}.founder-photo figcaption{padding:16px 0;display:flex;flex-direction:column;gap:5px;border-bottom:1px solid #333;font-size:13px}.founder-photo figcaption span{color:#aaa}.about-story{background:#f5f5f3;color:#171717;padding:96px 0}.about-story-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px}.about-story h2,.about-values h2{font-size:clamp(32px,3.4vw,48px);letter-spacing:-.04em;line-height:1.2}.about-story p:not(.eyebrow){color:#555;font-size:18px;line-height:1.9}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:48px}.about-values article{border-top:1px solid #444;padding-top:26px}.about-values h3{font-size:24px;letter-spacing:-.03em}.about-values article p{color:#bbb;line-height:1.8}.header nav{gap:24px}@media(max-width:1100px)and (min-width:721px){.header nav{gap:14px;font-size:12px}.header-cta{padding:12px}.header-cta span{padding-left:8px}.about-opening{gap:5%}.founder-photo img{height:275px}}@media(max-width:720px){.about-opening{grid-template-columns:1fr;gap:36px;padding-block:48px}.about-opening h1{font-size:48px;letter-spacing:-.045em}.about-lead{font-size:17px}.founder-photo{max-width:180px;width:100%;margin:auto}.founder-photo img{height:auto;aspect-ratio:4/5}.founder-photo figcaption{flex-direction:column;gap:6px}.about-story{padding:56px 0}.about-story-grid,.about-values-grid{grid-template-columns:1fr;gap:24px}.about-story p:not(.eyebrow){font-size:16px}.about-link{line-height:1.6}.about-values-grid{margin-top:30px}}.about-opening{display:block;padding-block:72px 64px}.about-copy{display:grid;grid-template-columns:1.15fr 1fr;column-gap:10%;align-items:center}.about-copy>.eyebrow{grid-column:1/-1;margin-bottom:30px}.about-opening h1{grid-column:1;grid-row:2/4;font-size:clamp(56px,6.7vw,96px);margin:0;line-height:1.05}.about-copy .about-lead{grid-column:2;margin:0;font-size:19px}.about-copy .about-link{grid-column:2;justify-self:start;margin-top:22px}.about-founder-intro{margin-top:58px;padding-top:30px;border-top:1px solid #333;display:flex;align-items:center;gap:28px}.about-founder-intro .founder-photo{width:160px;max-width:160px;margin:0;flex-shrink:0}.about-founder-intro .founder-photo img{width:160px;height:200px;border-radius:16px;object-position:center 30%}.founder-intro-copy>.eyebrow{font-size:9px;letter-spacing:1.8px;color:#999;margin:0 0 10px}.founder-intro-copy h2{font-size:23px;letter-spacing:-.03em;line-height:1.2;margin:0 0 5px}.founder-intro-copy .founder-role{font-size:12px;color:#999;margin:0 0 12px}.founder-intro-copy>p:last-child{color:#bbb;font-size:14px;line-height:1.6;margin:0;max-width:480px}@media(max-width:720px){.about-opening{padding-block:42px}.about-copy{display:block}.about-opening h1{font-size:58px;margin-bottom:26px}.about-copy .about-lead{font-size:16px}.about-founder-intro{margin-top:36px;padding-top:24px;gap:20px;align-items:flex-start}.about-founder-intro .founder-photo,.about-founder-intro .founder-photo img{width:105px}.about-founder-intro .founder-photo img{height:131px}.founder-intro-copy h2{font-size:19px}.founder-intro-copy>p:last-child{font-size:13px}}.about-story{padding:80px 0}.about-story-grid{grid-template-columns:1fr 1fr;gap:9%;align-items:start}.about-story-heading .eyebrow{margin:0 0 30px;font-size:10px;letter-spacing:1.8px}.about-story-heading h2{font-size:clamp(30px,3.1vw,44px);line-height:1.22;letter-spacing:-.035em;margin:0;max-width:490px}.about-story-heading h2 em{font-style:normal;color:var(--red)}.about-story-body{padding-top:42px;max-width:570px}.about-story .about-story-body p{font-size:17px;line-height:1.8;margin:0 0 22px}.about-story .about-story-body p:first-child{color:#222;font-size:19px}.about-story .about-story-body p:last-child{margin-bottom:0}@media(max-width:720px){.about-story{padding:52px 0}.about-story-grid{grid-template-columns:1fr;gap:26px}.about-story-heading .eyebrow{margin-bottom:20px}.about-story-heading h2{font-size:32px}.about-story-body{padding-top:0}.about-story .about-story-body p{font-size:16px}.about-story .about-story-body p:first-child{font-size:17px}}
