:root{--black:#111212;--black-rgb:17,18,18;--grey-800:#181919;--grey-800-rgb:24,25,25;--grey-600:#292929;--grey-600-rgb:41,41,41;--grey-400:#3e3f3f;--grey-400-rgb:62,63,63;--grey-200:#9f9f9e;--grey-200-rgb:159,159,158;--white:#efeeec;--white-rgb:239,238,236;--blue:#0b66ff;--blue-rgb:11,102,255;--green:#b4ed00;--green-rgb:180,237,0;--grey-300:#737373;--red:#ef4444;--amber:#f59e0b;--font-primary:"Satoshi",sans-serif;--font-secondary:"General Sans",sans-serif;--font-inter:"Inter",sans-serif}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:50px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);background:var(--black);color:var(--white);overflow-x:hidden;line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}img[src$=".svg"]{height:auto}button{font-family:var(--font-primary);cursor:pointer;border:none;outline:none}.section-label{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200)}.section-label,.section-title{font-weight:500;text-align:left}.section-title{padding-bottom:.08em;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--grey-200) 0,var(--white) 50%,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.container{max-width:1320px;margin:0 auto;padding:0 60px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:max(16px,env(safe-area-inset-top,16px)) 60px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-logo{flex-shrink:0}.nav-logo img{height:28px;width:auto;min-width:100px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:40px;backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:128px;padding:12px 24px}.nav-link{display:flex;align-items:flex-start;gap:4px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap;transition:opacity .2s}.nav-link:hover{opacity:.8}.nav-link .count{font-weight:500;font-size:10px;line-height:12px;letter-spacing:-.2px}.nav-right{display:flex;align-items:center;gap:12px}.nav-contact{backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:128px;padding:12px 24px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap;transition:background .2s}.nav-contact:hover{background:#fff3}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:6px;align-items:center;justify-content:center;width:48px;height:48px}.nav-hamburger-line{display:block;width:24px;height:2px;background:var(--white);border-radius:1px}.mobile-menu{position:fixed;inset:0;z-index:200;background:var(--grey-800);display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:max(16px,env(safe-area-inset-top,16px)) 20px 16px}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.mobile-menu-items{display:flex;flex-direction:column;gap:24px;padding:40px 20px 0}.mobile-menu-link{display:flex;align-items:flex-start;gap:4px;font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);white-space:nowrap;padding-bottom:24px;border-bottom:1px solid #efeeec1f;transition:opacity .2s}.mobile-menu-link:hover{opacity:.8}.mobile-menu-link-count{font-weight:500;font-size:10px;line-height:12px;letter-spacing:-.2px}.mobile-menu-footer{display:flex;justify-content:center;padding:48px 20px}.mobile-menu-cta{backdrop-filter:blur(12px);background:#ffffff1f;border-radius:128px;padding:12px 24px;font-family:var(--font-primary);font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap;width:140px;text-align:center;transition:background .2s}.mobile-menu-cta:hover{background:#fff3}.hero{position:relative;height:calc(100vh - 120px);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--black)}.hero-video-bg{position:absolute;inset:0;z-index:0}.hero-video-bg video{width:100%;height:100%;object-fit:cover}.hero-video-overlay{position:absolute;inset:0;z-index:0;mix-blend-mode:plus-lighter;opacity:.32;filter:blur(6px)}.hero-video-overlay video{width:100%;height:100%;object-fit:cover}.hero-stripes{position:absolute;inset:0;z-index:1;opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:repeating-linear-gradient(90deg,rgba(var(--black-rgb),.64) 0,rgba(var(--black-rgb),.16) 72px)}.hero-stripes--blur-only{background:none}.hero-content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center}#services-hero .hero-content{max-width:867px;margin-left:auto;margin-right:auto}.hero-fade{position:absolute;bottom:0;left:0;right:0;height:298px;z-index:2;background:linear-gradient(0deg,var(--black) 0,rgba(var(--black-rgb),0) 87.8%);pointer-events:none}.hero-title{font-weight:500;font-size:96px;line-height:106px;letter-spacing:-2.88px;color:var(--white);margin-bottom:16px;padding-bottom:.1em;background:linear-gradient(90deg,var(--grey-200) 15.69%,var(--white) 50.27%,var(--grey-200) 84.85%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000}.hero-subtitle{font-family:Satoshi,sans-serif;font-weight:400;font-size:16px;margin-bottom:32px;color:var(--white);text-align:center;font-family:Satoshi;font-style:normal;font-weight:500}.hero-cta,.hero-subtitle{font-size:18px;line-height:24px;letter-spacing:-.18px}.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--black);border-radius:128px;padding:8px 16px 8px 24px;font-weight:700;height:56px;transition:transform .2s,box-shadow .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.hero-cta .arrow{width:24px;height:24px}.hero-cta .arrow,.tw-approach .btn-with .arrow{transform:scaleX(-1)}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:0 60px;margin-top:-80px;position:relative;z-index:3}.stat-card{backdrop-filter:blur(12px);background:#ffffff1f;border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.stat-number{font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--white)}.stat-number .accent{font-size:36px;color:var(--white)}.stat-label{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.logo-marquee{padding:24px 0;overflow:hidden;position:relative}.logo-marquee:after,.logo-marquee:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2}.logo-marquee:before{left:0;background:linear-gradient(90deg,var(--black),#0000)}.logo-marquee:after{right:0;background:linear-gradient(270deg,var(--black),#0000)}.marquee-track{display:flex;align-items:center;gap:80px;animation:marquee 30s linear infinite;width:max-content;position:relative;z-index:1}.marquee-track img,.marquee-track img[src$=".svg"]{opacity:1;flex-shrink:0;object-fit:contain}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.description{position:relative;padding:100px 60px;max-width:1440px;margin:0 auto;overflow:hidden}.description-dots{height:45.5%;position:absolute;inset:0;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.description-inner{justify-content:space-between;position:relative;display:flex;align-items:flex-start;gap:40px}.description-label{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);flex-shrink:0;width:200px;padding-top:8px}.description-main{flex:1 1;max-width:536px}.description-heading{font-family:var(--font-secondary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-bottom:24px}.description-heading .highlight-blue{color:var(--green)}.description-heading .highlight-white{color:var(--white)}.description-subtitle .highlight-green{color:var(--green)}.description-subtitle{font-weight:400;line-height:22px;color:var(--white);margin-bottom:40px}.description-cta,.description-subtitle{font-family:var(--font-primary);font-size:18px;letter-spacing:-.18px}.description-cta{display:inline-flex;align-items:center;gap:8px;padding:8px 24px 8px 32px;background:var(--white);border:1px solid var(--grey-400);border-radius:128px;font-weight:700;line-height:24px;color:var(--black);transition:opacity .2s;height:56px}.description-cta:hover{opacity:.9}.description-cta .arrow{width:24px;height:24px}.description-cta-avatars{display:flex;align-items:center;padding-right:8px}.description-cta-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid var(--white);margin-right:-10px;flex-shrink:0}.description-cta-avatar:last-child{margin-right:0}.description-arrow{flex-shrink:0;align-self:center}.description-arrow img{width:88px;height:88px}.results{padding:80px 60px;max-width:1440px;margin:0 auto;overflow:visible}.results-header{text-align:center;margin-bottom:48px}.results-header .section-label,.results-header .section-title{max-width:100%;text-align:center}.results-grid{display:grid;grid-template-columns:424px 536px 440px;gap:24px;align-items:start}.results-info{background:var(--grey-800);height:476px;padding:24px;display:flex;flex-direction:column}.results-info h3{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;margin-bottom:24px}.results-info-description{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:auto}.results-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.tag-blue{backdrop-filter:blur(12px);background:var(--blue);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);white-space:nowrap}.results-card-main{border:1px solid var(--grey-400);overflow:hidden}a.results-card-link{display:block;color:inherit;text-decoration:none;transition:transform .25s}a.results-card-link:hover{transform:scale(1.015)}.results-card-image{height:352px;overflow:hidden;position:relative}.results-card-image img{width:100%;height:100%;object-fit:cover}.results-card-image .color-overlay{position:absolute;inset:0;background:var(--green);mix-blend-mode:color}.results-card-image .dark-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:256px;height:256px;background:rgba(var(--black-rgb),.16);backdrop-filter:blur(10px)}.results-card-image .card-text-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2}.results-card-image .card-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;background:var(--white);backdrop-filter:blur(12px);border-radius:32px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--black)}.results-card-image .card-category{font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:26px;letter-spacing:-.48px;color:var(--white);text-align:center;margin:0}.results-card-image .card-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:auto}.results-card-stats{background:var(--grey-800);padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.results-stat .number{font-family:var(--font-secondary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.results-stat .number .unit{font-size:36px;color:#fff;margin-left:-7px}.results-stat .label{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--grey-200);margin-top:0}.results-card-preview{width:440px;opacity:.4}.results-card-preview .results-card-image{height:289px}.results-card-preview .results-card-image .color-overlay{background:var(--blue)}.results-card-preview .results-card-stats{padding:20px}.results-card-preview .results-stat .number{font-size:36px;line-height:39px}.results-card-preview .results-stat .label{font-size:13px;line-height:20px}.results-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:32px;background:linear-gradient(180deg,rgba(var(--black-rgb),0) 0,var(--black) 87.8%);padding-left:0;padding-right:0;padding-bottom:40px}.results-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.results-nav-btn{background:none;border:none;padding:0;cursor:pointer;line-height:0;transition:opacity .2s ease}.results-nav-btn:hover{opacity:.7}.results-nav-btn svg circle{transition:stroke .2s ease}.results-nav-btn:hover svg circle{stroke:var(--grey-200)}.services{padding:32px 24px;width:1320px;max-width:100%;margin:0 auto}.services,.services--tech-section{position:relative;background:var(--grey-800)}.services--tech-section{width:100%;max-width:1320px;margin:16px auto 0;overflow:hidden}.services .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.services-header{margin-bottom:48px}.services-tabs{display:flex;align-items:center;gap:12px;margin-bottom:32px;flex-wrap:wrap;padding-bottom:32px;border-bottom:1px solid var(--grey-400)}.services-tab{backdrop-filter:blur(12px);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);background:#0000;cursor:pointer;height:40px;transition:background .2s;white-space:nowrap}.services-tab.active{background:var(--blue)}.services-tab:hover:not(.active){background:#ffffff14}.services-body{display:grid;grid-template-columns:396px 1fr;gap:24px}.services-testimonial{background:var(--blue);border-radius:16px;padding:24px;display:flex;flex-direction:column;height:387px}.services-casestudy{border:1px solid var(--grey-400);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:var(--grey-800)}.services-casestudy-image{position:relative;height:392px;flex:1 1 auto;overflow:hidden}.services-casestudy-image img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.services-casestudy-image .color-overlay{position:absolute;inset:0;mix-blend-mode:color;pointer-events:none}.services-casestudy-image .dim{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:rgba(var(--black-rgb),.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:none}.services-casestudy-image img.logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;max-height:80px;width:auto;height:auto;object-fit:contain;z-index:1}.services-casestudy-footer{background:var(--blue);padding:24px;display:flex;flex-direction:column;gap:24px}.services-casestudy-stat{display:flex;flex-direction:column;gap:4px}.services-casestudy-stat .value{font-family:Satoshi,sans-serif;font-weight:500;font-size:44px;line-height:48px;color:var(--white);letter-spacing:-.88px}.services-casestudy-stat .value .unit{font-size:24px}.services-casestudy-stat .label{font-weight:400;font-size:16px;letter-spacing:-.16px}.services-casestudy-btn,.services-casestudy-stat .label{font-family:Satoshi,sans-serif;line-height:24px;color:var(--white)}.services-casestudy-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;height:64px;padding:8px 24px 8px 32px;border:1px solid var(--white);border-radius:128px;background:#0000;font-weight:700;font-size:18px;letter-spacing:-.18px;text-decoration:none;cursor:pointer;transition:background .2s}.services-casestudy-btn:hover{background:#ffffff1f}.services-casestudy-btn svg{flex-shrink:0}.services-casestudy-dots{display:flex;gap:8px;justify-content:center;padding:0 24px 20px;background:var(--blue)}.services-casestudy-dots button{width:8px;height:8px;border-radius:999px;border:none;background:#efeeec66;cursor:pointer;padding:0;transition:background .2s,width .2s}.services-casestudy-dots button.active{background:var(--white);width:24px}.services-testimonial blockquote{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);flex:1 1}.testimonial-author{display:flex;align-items:center;gap:16px;margin-top:auto}.testimonial-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info .name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.24px}.testimonial-info .role{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px}.services-list{display:flex;flex-direction:column}.service-item{display:grid;grid-template-columns:7% 40% 53%;align-items:start;padding:24px 0;border-bottom:1px solid var(--grey-400)}.service-item:first-child{border-top:none}.service-item:last-child{border-bottom:none}.service-number{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--green);text-align:center}.service-name{max-width:327px;width:100%;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px}.service-desc{max-width:400px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}.services-tech-bar{background:var(--grey-800);padding:24px 40px;display:flex;min-width:0;align-items:center;gap:24px}.services-tech-bar .label{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200);white-space:nowrap}.services-tech-logos{display:flex;align-items:center;margin-left:auto;overflow:hidden;min-width:0}.services-tech-logos-track{display:flex;align-items:center;gap:32px;flex-shrink:0;padding-right:32px}.services-tech-logos img{height:40px;width:40px;min-width:60px;object-fit:contain}@keyframes tech-logos-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.growth-process{padding:80px 60px;margin:0 auto;position:relative}.growth-process-header{position:relative;background-image:radial-gradient(circle,rgba(var(--grey-400-rgb),.5) 1px,#0000 1px);background-size:24px 24px;padding:100px 60px 80px;margin:-80px -60px 48px}.growth-process-header-text{text-align:left;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:33%}.growth-process-header-text .section-label{text-align:left}.growth-process-header-text .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text}.process-grid-wrapper{max-width:1440px;margin:0 auto}.process-grid{display:flex;gap:20px;width:max-content}.process-card{background:var(--grey-800);padding:32px 24px;flex:0 0 421px;width:421px;height:421px;transition:background .3s,color .3s;aspect-ratio:1/1;display:flex;flex-direction:column;position:relative}.process-card:hover{background:var(--blue);color:var(--white)}.process-card h3{font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;margin-bottom:auto}.process-card .tag{display:inline-flex;align-items:center;justify-content:center;backdrop-filter:blur(12px);background:var(--blue);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);height:40px;align-self:flex-start;margin-bottom:16px}.process-card:hover .tag{background:var(--white);color:var(--blue)}.process-card p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px}.process-card .card-image{position:absolute;top:104px;right:24px;width:188px;height:188px;overflow:hidden}.process-card .card-image img{width:188px;height:188px;object-fit:cover}.ai-section{padding:80px 60px;max-width:1440px;margin:0 auto;position:relative;min-height:750px;overflow:visible;background:var(--grey-800)}.ai-grid-lines{position:absolute;inset:0;z-index:1;pointer-events:none}.ai-grid-lines .v-line{position:absolute;top:0;bottom:0;width:1px;background:var(--grey-400)}.ai-grid-lines .h-line{position:absolute;left:0;right:0;height:1px;background:var(--grey-400)}.grid-cross{position:absolute;width:16px;height:16px;transform:translate(-50%,-50%)}.grid-cross:after,.grid-cross:before{content:"";position:absolute;background:var(--grey-400)}.grid-cross:before{left:3px;right:3px;top:50%;height:1px;transform:translateY(-50%)}.grid-cross:after{top:3px;bottom:3px;width:1px}.ai-pixel-trail,.grid-cross:after{left:50%;transform:translateX(-50%)}.ai-pixel-trail{position:absolute;top:0;width:100vw;height:100%;pointer-events:none;z-index:2}.ai-content{position:relative;z-index:4;padding:56px 60px}.ai-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;max-width:600px}.ai-title .blue{color:var(--blue)}.ai-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;color:var(--white);left:0;top:0;z-index:5;pointer-events:none;will-change:transform;opacity:0}.ai-badge,.ai-badge:after{background:var(--blue);position:absolute}.ai-badge:after{content:"";top:100%;left:100%;width:24px;height:24px}.ai-subtitle{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;margin-top:372px}.ai-desc{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px;max-width:470px;margin-top:24px}.ai-image{position:absolute;right:-120px;bottom:-50px;width:602px;height:666px;z-index:1;overflow:hidden}.ai-image img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.ai-image .ai-image-mobile{display:none}.ai-image .ai-image-desktop{display:block}.ai-fade-top{position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,var(--black) 0,#0000 88%);z-index:3}.ai-trusted-wrapper{position:relative;background:var(--grey-800);overflow-x:clip}.ai-trusted-wrapper .ai-section{background:#0000}.ai-trusted-wrapper .think-work{background:var(--grey-800)}.ai-fade-bottom{position:absolute;bottom:0;left:0;right:0;height:334px;background:linear-gradient(180deg,#0000 0,var(--grey-800) 88%);z-index:3}.think-work{padding:0 max(60px,calc((100% - 1440px) / 2 + 60px)) 80px;background:var(--black)}.think-work-header{position:relative;z-index:4;text-align:center;margin-bottom:48px;.section-label,.section-title{text-align:center!important}.section-title{max-width:100%!important;width:100%}}.think-work-grid{display:grid;grid-template-columns:1fr 1.26fr .74fr;grid-template-rows:auto 1fr;gap:24px}.tw-principle{grid-row:1;grid-column:1}.tw-principle-visual{height:240px;overflow:hidden}.tw-principle-visual img{width:100%;height:100%;object-fit:contain;background:var(--grey-600)}.tw-mindset{grid-row:2;grid-column:1;background:var(--grey-600);padding:24px}.tw-mindset .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;margin-bottom:24px}.tw-mindset-tags{display:flex;flex-wrap:wrap;gap:8px;max-width:310px}.tag-green{backdrop-filter:blur(12px);background:var(--green);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--black);height:40px;display:inline-flex;align-items:center;white-space:nowrap}.tw-center-col{grid-row:1/3;grid-column:2;gap:24px}.tw-approach,.tw-center-col{display:flex;flex-direction:column}.tw-approach{background:var(--grey-600);overflow:hidden;position:relative;align-items:center;justify-content:center;text-align:center;padding:24px;flex:1 1}.tw-approach .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;margin-bottom:12px}.tw-approach h3{font-weight:500;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.8px;margin-bottom:24px}.tw-approach .desc{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px;max-width:397px;margin-bottom:24px}.tw-partners{background:var(--grey-600);padding:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.tw-partners .label{font-weight:500;font-size:14px;line-height:20px;letter-spacing:.5px;color:var(--white)}.tw-partners-logos{display:flex;align-items:center;justify-content:center;gap:24px}.tw-partners-logos img{height:48px;width:auto;object-fit:contain}.tw-partners-divider{width:1px;height:48px;background:var(--grey-400)}.btn-white{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--black);border-radius:128px;padding:8px 16px 8px 24px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;height:56px;transition:transform .2s}.btn-white:hover{transform:translateY(-2px)}.btn-white .arrow{width:24px;height:24px;object-fit:contain}.tw-founder{background:var(--green);overflow:hidden;position:relative;padding:12px;height:171px;flex-shrink:0}.tw-founder .photo{position:absolute;bottom:-10px;left:20px;width:203px;height:auto}.tw-founder-info{position:relative;z-index:1;margin-left:auto;width:42%;text-align:right}.tw-founder .name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--black);white-space:nowrap}.tw-founder .role{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--black)}.tw-founder-linkedin{display:inline-block;width:24px;height:24px;margin-top:4px}.tw-founder-linkedin img{width:100%;height:100%}.tw-founder-tags{display:flex;gap:8px;margin-top:16px;justify-content:flex-end}.tw-founder-tag{backdrop-filter:blur(12px);background:var(--white);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--black);white-space:nowrap}.tw-certs{grid-row:1/3;grid-column:3;background:var(--grey-600);padding:24px;display:flex;flex-direction:column}.tw-certs .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-align:center;margin-bottom:24px}.tw-certs-logos{flex-direction:column}.tw-cert-item,.tw-certs-logos{display:flex;align-items:center;flex:1 1}.tw-cert-item{justify-content:center}.tw-cert-item:first-child img{width:166px;height:auto;object-fit:contain}.tw-cert-item:last-child img{width:164px;height:auto;object-fit:contain}.tw-cert-divider{width:calc(100% + 48px);height:1px;background:var(--grey-400);margin:24px -24px;align-self:stretch}.tw-principle-content{background:var(--blue);padding:24px}.tw-principle-content .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;margin-bottom:12px}.tw-principle-content h3{font-weight:500;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.8px;margin-bottom:16px}.tw-principle-content .desc{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px}.trusted{background:var(--grey-800);position:relative;overflow:hidden}.trusted-dots{position:absolute;top:0;left:-200px;right:0;height:520px;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;z-index:0;pointer-events:none}.trusted-inner{position:relative;z-index:1;display:grid;grid-template-columns:380px 323px 1fr;grid-template-rows:auto 1fr auto;gap:0 40px;padding:0 70px;max-width:1440px;margin:0 auto}.trusted-left{height:406px;grid-column:1;grid-row:1/4;display:flex;flex-direction:column;padding-top:0}.trusted-title-container{padding:80px 60px 0;max-width:1440px;margin:0 auto;position:relative;z-index:1}.trusted-title{max-width:562px;text-align:left;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000;margin-bottom:32px}.trusted-desc,.trusted-title{font-family:var(--font-primary);font-weight:500}.trusted-desc{font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);max-width:380px;margin-bottom:auto}.trusted-clutch{margin-top:auto;padding-bottom:60px}.trusted-clutch-logo{display:block;max-width:150px;max-height:44px;width:auto;height:auto;object-fit:contain;margin-bottom:8px}.trusted-clutch-rating{display:flex;align-items:center;gap:8px}.trusted-clutch-rating span{font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--green)}.trusted-clutch-rating svg{flex-shrink:0}.trusted-photo{grid-column:2;grid-row:1/3;position:relative;width:323px;height:406px;overflow:hidden;align-self:start;background:var(--grey-600)}.trusted-photo-img{width:100%;height:100%;object-fit:cover}.trusted-photo-link{display:block;width:100%;height:100%;cursor:pointer}.trusted-photo-link:focus-visible{outline:2px solid var(--green);outline-offset:2px}.trusted-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;background:rgba(var(--black-rgb),.16);backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.trusted-play-btn:hover{background:rgba(var(--black-rgb),.4)}.trusted-play-btn svg{margin-left:3px}.trusted-card{height:406px;grid-column:3;grid-row:1/3;background:var(--grey-600);border-radius:0;padding:24px;display:flex;flex-direction:column;align-self:start;min-height:406px}.trusted-card-top{margin-bottom:auto}.trusted-card-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px}.trusted-card-name,.trusted-card-role{font-family:var(--font-primary);color:var(--white)}.trusted-card-role{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;margin-top:4px}.trusted-card-quote-icon{margin-bottom:16px}.trusted-card-text{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin:0}.trusted-nav{background:linear-gradient(180deg,rgba(var(--black-rgb),0) 0,var(--black) 87.8%);grid-column:1/-1;grid-row:3;display:flex;gap:12px;margin-top:32px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50% + 0px);padding-right:calc(50vw - 50% + 0px);align-items:center;justify-content:flex-end;padding-bottom:40px}.trusted-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.trusted-nav-btn{background:none;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s;flex-shrink:0}.trusted-nav-btn:hover{opacity:.7}.trusted-bottom-bar{width:100%;height:129px;background:var(--grey-800);border-radius:0}.cta-section .blue{color:var(--green)}.cta-section{padding:80px 60px;max-width:1440px;margin:0 auto}.cta-content{display:flex;align-items:flex-start;gap:136px;position:relative}.cta-left{flex-shrink:0;width:312px}.cta-tagline{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200)}.cta-right{max-width:536px}.cta-right .section-title{font-size:44px;line-height:48px;letter-spacing:-.88px;background:none;-webkit-text-fill-color:var(--white);color:var(--white);margin-bottom:24px}.text-blue{-webkit-text-fill-color:var(--green);color:var(--green)}.cta-description{font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);margin-bottom:44px}.cta-asterisk{position:absolute;right:0;top:76px;width:88px;height:88px}.cta-badges{display:flex;flex-wrap:wrap;gap:12px}.cta-badge{display:inline-flex;align-items:center;gap:8px;background:var(--grey-600);border-radius:128px;padding:8px 16px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.cta-badge img{width:24px;height:24px;flex-shrink:0;object-fit:contain}.cta-contact-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 24px 8px 32px;background:var(--white);border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);height:56px;margin-top:32px;transition:opacity .2s}.cta-contact-btn:hover{opacity:.9}.cta-contact-avatars{display:flex;align-items:center;padding-right:8px}.cta-contact-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid var(--white);margin-right:-10px;flex-shrink:0}.cta-contact-avatar:last-child{margin-right:0}.cta-contact-arrow{width:24px;height:24px}.cta-logos{position:relative;margin-top:120px;overflow:hidden;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.cta-logos:after,.cta-logos:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2}.cta-logos:before{left:0;background:linear-gradient(90deg,var(--black),#0000)}.cta-logos:after{right:0;background:linear-gradient(270deg,var(--black),#0000)}.cta-logos-track{gap:80px;animation:marquee 30s linear infinite;width:max-content}.cta-logo,.cta-logos-track{display:flex;align-items:center}.cta-logo{flex-shrink:0;justify-content:center;overflow:hidden}.cta-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.blog{padding:80px 60px;max-width:1440px;margin:0 auto}.blog-header{margin-bottom:48px}.blog-header .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text}.blog-slider{overflow:hidden}.blog-track{display:flex;gap:24px;transition:transform .5s ease}.blog-track .blog-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px) / 3)}.blog-card{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:background .3s,transform .3s;aspect-ratio:1/1}.blog-card:hover{background:var(--grey-600);transform:translateY(-8px)}.blog-card-top{display:flex;justify-content:space-between;align-items:flex-start;padding:16px}.blog-card-meta{gap:5px;padding-top:0}.blog-card-date,.blog-card-read{font-family:var(--font-inter);font-weight:400;font-size:14px;letter-spacing:-.5px;color:var(--grey-300)}.blog-card-image{width:160px;height:160px;border-radius:12px;overflow:hidden;position:relative;flex-shrink:0}.blog-card-image img{width:100%;height:100%;border-radius:12px;object-fit:cover}.blog-card-image .color-overlay{position:absolute;inset:0;border-radius:12px;mix-blend-mode:color}.blog-card-image .color-overlay.blue{background:var(--blue)}.blog-card-image .color-overlay.green{background:var(--green)}.blog-card h3,.blog-card-title{display:block;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px}.blog-nav,.blog-nav-arrows{display:flex;align-items:center;gap:12px;margin-top:24px}.blog-nav{padding:0 60px;max-width:1440px;margin-left:auto;margin-right:auto}.blog-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.blog-nav-buttons{display:flex;gap:12px}.blog-nav-btn{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.blog-nav-btn:hover{opacity:.7}.blog-nav-btn:disabled{opacity:.3;cursor:default}.blog-nav-btn:disabled:hover{opacity:.3}.faq{padding:80px 60px;max-width:1440px;margin:0 auto}.faq-header{text-align:center;margin-bottom:48px}.faq-header .section-label,.faq-header .section-title{text-align:center;margin-left:auto;margin-right:auto}.faq-tabs{display:flex;align-items:center;gap:12px;justify-content:center;margin-bottom:40px}.faq-tab{backdrop-filter:blur(12px);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);background:#0000;cursor:pointer;height:40px;transition:background .2s;white-space:nowrap}.faq-tab.active{background:var(--blue)}.faq-tab:hover:not(.active){background:#ffffff14}.faq-list{max-width:872px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--grey-800);padding:32px 24px;cursor:pointer;transition:background .2s}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:24px}.faq-question h3{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px}.faq-question .icon{width:32px;height:32px;flex-shrink:0;object-fit:contain}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer p{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;padding-top:16px}.faq-item.active .faq-question h3{color:var(--green)}.faq-item.active .faq-answer{max-height:200px}.footer{position:relative;height:400px;overflow:hidden;background:var(--black)}.footer-video-bg{position:absolute;inset:0;z-index:0}.footer-video-bg video{width:100%;height:100%;object-fit:cover}.footer-video-overlay{position:absolute;inset:0;z-index:0;mix-blend-mode:plus-lighter;opacity:.32;filter:blur(6px)}.footer-video-overlay video{width:100%;height:100%;object-fit:cover}.footer-stripes{position:absolute;inset:0;z-index:1;opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:repeating-linear-gradient(90deg,rgba(var(--black-rgb),.64) 0,rgba(var(--black-rgb),.16) 72px)}.footer-content{position:relative;z-index:2;background:#ffffff21;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);margin:32px;padding:28px 26px;color:#fff;display:flex;flex-direction:column;height:349px}.footer-top{display:flex;justify-content:space-between;flex:1 1}.footer-contact{display:flex;flex-direction:column;gap:8px}.footer-contact a{display:flex;align-items:center;gap:8px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:#fff;transition:opacity .2s}.footer-contact a:hover{opacity:.7}.footer-contact a .icon{width:16px;height:16px;flex-shrink:0;object-fit:contain;filter:invert(1)}.footer-nav{display:flex;gap:64px}.footer-nav-col{display:flex;flex-direction:column;gap:16px}.footer-nav-col a{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:#fff;transition:opacity .2s}.footer-nav-col a:hover{opacity:.7}.footer-address{margin-top:auto}.footer-address .label{font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:#ffffff80}.footer-address p{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:#fff}.footer-socials{display:flex;gap:16px;align-items:flex-end;margin-left:auto}.footer-socials a{display:block;width:24px;height:24px;transition:opacity .2s}.footer-socials a img{width:24px;height:24px;object-fit:contain;filter:invert(1)}.footer-socials a:hover{opacity:.7}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff1f;padding-top:16px;margin-top:16px}.footer-legal{display:flex;gap:24px}.footer-legal a{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:#ffffff80;text-transform:lowercase;transition:color .2s}.footer-legal a:hover{color:#fff}.footer-copyright{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:#ffffff80;text-transform:lowercase}.footer-large-logo{position:relative;z-index:2;margin:0 32px;display:none}.footer-large-logo img{width:100%;height:auto;max-height:184px;object-fit:contain}.dot-grid-section{padding:0 60px;height:516px}.about-mission,.dot-grid-section{position:relative;overflow:hidden}.about-mission{max-width:1440px;margin:0 auto;padding:80px 60px;background:var(--black)}.about-mission-dots{position:absolute;inset:0;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.about-mission-inner{position:relative;display:flex;align-items:center;gap:40px}.about-mission-inner .section-label{flex-shrink:0;align-self:center}.about-mission-heading{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);max-width:536px;margin-left:auto}.about-mission-heading .accent{color:var(--green)}.about-mission-arrow{flex-shrink:0;margin-left:auto}.about-mission-arrow,.about-mission-arrow svg{width:88px;height:88px}@media (max-width:1200px){.trusted-inner{grid-template-columns:300px 260px 1fr;gap:0 24px}.trusted-title{font-size:56px;line-height:60px}.trusted-desc{font-size:20px;line-height:28px}.trusted-photo{width:260px;height:auto;align-self:stretch}.trusted-card{height:auto;min-height:380px}.results-grid{grid-template-columns:1fr 1fr}.results-card-preview{display:none}.think-work-grid{grid-template-columns:1fr}.tw-center-col,.tw-certs,.tw-mindset,.tw-principle{grid-column:1;grid-row:auto}}@media (max-width:1024px){.hero-title{font-size:64px;line-height:72px}.hero-subtitle{font-size:14px;line-height:20px}.section-title{font-size:48px;line-height:52px}.stats-bar{grid-template-columns:repeat(2,1fr)}.services-body{grid-template-columns:1fr}.services-testimonial{display:none}.services-list{order:1}.services-casestudy{order:2}.services-casestudy-image{height:310px}.service-item{grid-template-columns:40px 1fr;grid-template-rows:auto auto}.service-number{grid-row:1/3;grid-column:1}.service-name{grid-row:1;grid-column:2}.service-desc{margin-top:5px;max-width:calc(100vw - 115px);grid-row:2;grid-column:2}.growth-process-header{margin-left:-60px;margin-right:-60px}.process-grid-wrapper{overflow:visible}.process-grid{flex-wrap:wrap;width:auto;gap:16px}.process-card{flex-grow:1;flex-shrink:0;flex-basis:calc(50% - 8px);aspect-ratio:1/1}.think-work-grid{grid-template-columns:1fr}.tw-center-col,.tw-certs{grid-column:1;grid-row:auto}.trusted-inner{grid-template-columns:1fr;grid-template-rows:auto;gap:32px 0;padding:60px 40px 0}.trusted-left{grid-column:1;grid-row:1}.trusted-title{font-size:40px;line-height:44px}.trusted-desc{font-size:18px;line-height:28px;max-width:100%;margin-bottom:60px}.trusted-left{height:auto}.trusted-clutch{padding-bottom:0}.trusted-photo{grid-column:1;grid-row:2;width:100%;max-width:none;height:auto;aspect-ratio:1/1;margin-top:0;justify-self:stretch}.trusted-card{grid-column:1;grid-row:3;margin-top:0;min-height:auto}.trusted-nav{grid-column:1;grid-row:4;padding-bottom:32px}.blog-grid{grid-template-columns:1fr 1fr}.description-inner{flex-wrap:wrap}.description-label{width:100%;margin-bottom:-20px}.description-heading{font-size:36px;line-height:40px}.description-arrow img{width:64px;height:64px}}@media (max-width:768px){.nav{padding:max(8px,env(safe-area-inset-top,8px)) 20px 8px}.hero{height:calc(100vh - 330px);min-height:520px;padding-top:calc(60px + env(safe-area-inset-top, 0px));padding-bottom:40px}.nav-links,.nav-right{display:none}.nav-hamburger{display:flex}.blog,.container,.cta-section,.description,.faq,.growth-process,.results,.services,.stats-bar,.think-work,.trusted{padding-left:20px;padding-right:20px}.description{padding:60px 20px}.description-inner{flex-direction:column;gap:24px}.description-label{width:auto;margin-bottom:0}.description-heading{font-size:28px;line-height:34px;letter-spacing:-.56px}.description-subtitle{font-size:16px;line-height:20px;margin-bottom:32px}.description-arrow{margin-left:0;align-self:flex-end}.description-arrow img{width:56px;height:56px}.hero-title{font-size:40px;line-height:44px}.hero-subtitle{font-size:18px;line-height:24px;padding:0 24px}.hero-subtitle br{display:none}.section-title{font-size:36px;line-height:40px}.cta-logo{transform:scale(.5)}.cta-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.stats-bar{grid-template-columns:1fr 1fr;margin-top:-30px}.stat-number{font-size:36px;display:flex;align-items:center}.stat-number .accent{font-size:22px;padding-top:5px}.results-grid{grid-template-columns:1fr}.growth-process-header{margin-left:-20px;margin-right:-20px;padding:60px 20px}.growth-process-header-text{padding-left:0}.process-grid-wrapper{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory}.process-grid-wrapper::-webkit-scrollbar{display:none}.process-grid{width:max-content;gap:12px}.process-grid:after{content:"";flex-shrink:0;width:20px}.process-card{flex:0 0 350px;width:350px;height:362px;aspect-ratio:auto;min-height:auto;padding:32px 20px 24px;scroll-snap-align:start}.process-card:last-child{scroll-snap-align:end}.process-card h3{font-size:24px;line-height:32px;letter-spacing:-.48px;margin-bottom:auto;max-width:202px}.process-card .card-image{position:absolute;top:8px;right:-3px;width:147px;height:147px}.process-card .card-image img{width:147px;height:147px}.process-card .tag,.process-card p{position:relative;z-index:1}.process-card p{max-width:310px}.think-work{padding-top:60px;padding-bottom:60px}.think-work-header{margin-top:0;margin-bottom:32px}.about-mission-inner .section-label{self-align:left}.think-work-grid{grid-template-columns:1fr;gap:16px}.tw-center-col{grid-column:1;grid-row:auto}.tw-approach .desc{max-width:100%}.tw-certs{grid-column:1;grid-row:auto}.tw-founder{height:auto;min-height:140px;padding:12px}.tw-founder .photo{width:120px}.tw-founder-info{width:55%}.tw-certs-logos{gap:12px}.tw-cert-item:first-child img,.tw-cert-item:last-child img{width:140px}.blog-track .blog-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 48px);height:360px;aspect-ratio:auto}.blog .blog-card-meta{left:20px}.blog .blog-card-title{font-size:24px;line-height:32px;letter-spacing:-.48px;left:20px;right:20px;bottom:32px}.blog-header .section-title{font-size:40px;line-height:44px;letter-spacing:-.8px}.blog-nav-line{display:block}.faq-tabs{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.faq-tabs::-webkit-scrollbar{display:none}.faq-tab{flex-shrink:0;font-size:13px;padding:6px 14px;height:36px}.faq-question h3{font-size:24px;line-height:32px}.footer-content{padding:20px}.footer-nav{gap:24px}.footer-contact a{font-size:24px}.ai-section{min-height:auto;padding:60px 20px;display:flex;flex-direction:column;overflow:hidden}.ai-content{padding:0}.ai-image{position:relative;width:100%;height:auto;right:auto;bottom:auto;top:auto;margin-top:48px;margin-left:auto;margin-right:-150px;z-index:1;opacity:1;overflow:visible}.ai-image .ai-image-desktop{display:none}.ai-image .ai-image-mobile{display:block;width:100%;height:auto;object-fit:contain}.ai-title{font-size:32px;line-height:36px}.ai-fade-bottom{position:relative;bottom:101px;margin-bottom:-101px;left:50%;transform:translateX(-50%);width:100vw;height:100px;margin-top:-1px;z-index:3}.ai-badge,.ai-grid-lines,.ai-pixel-trail{display:none}.ai-subtitle{margin-top:40px}.cta-content{flex-direction:column;gap:32px}.services-tech-bar{padding:24px 20px;display:flex;flex-direction:column;align-items:start}.services-tech-logos{width:100%}.services-tech-logos--marquee{mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000)}.services-tech-logos img{height:30px;width:30px;min-width:auto}.services-tech-logos--marquee .services-tech-logos-track{animation:tech-logos-scroll 12s linear infinite;will-change:transform}.cta-left{width:auto}.cta-right{max-width:100%}.cta-right .section-title{font-size:36px;line-height:40px}.cta-asterisk{display:none}.cta-logos{margin-top:60px}.cta-logo{transform:scale(.6)}.cta-logos-track{gap:0}.trusted{padding:0}.trusted-title-container{padding:60px 20px 0}.trusted-inner{padding:32px 20px 0;gap:24px 0}.ai-fade-top{z-index:2}.trusted-card{height:auto}.trusted-clutch-logo{max-width:120px;max-height:36px}.footer{height:auto}.footer-content{margin:16px;padding:24px 20px;height:auto}.footer-top{flex-direction:column;gap:32px}.footer-contact a{font-size:20px;line-height:28px}.footer-nav{flex-direction:column;gap:8px}.footer-nav-col{gap:12px}.footer-nav-col a{font-size:16px;line-height:22px}.footer-address{margin-top:24px}.footer-address p{font-size:16px}.footer-socials{position:static!important;right:auto!important;bottom:auto!important;margin-top:20px;margin-left:0;justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-legal{flex-wrap:wrap;gap:12px}.footer-large-logo{margin:0 16px;padding-bottom:16px}}.blog-page{min-height:100vh}.blog-page-empty{padding:120px 60px;text-align:center;color:var(--grey-200);font-size:18px}.blog-hero .hero-stripes{opacity:.25}.blog-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.blog-hero-bg img{position:absolute;width:116%;height:125%;bottom:-10%;object-fit:cover}.blog-hero-dots{position:absolute;inset:0;z-index:1;background-image:radial-gradient(circle,#ffffff1a 1.5px,#0000 0);background-size:24px 23px;pointer-events:none}.blog-hero .blog-hero-content{position:relative;z-index:3;max-width:1440px;margin:0 auto;padding:60px 60px 0;display:flex;align-items:center;justify-content:space-between;gap:60px;height:100%;width:100%}.blog-hero-left{max-width:560px}.blog-hero-label{display:block;font-size:14px;font-weight:500;letter-spacing:.5px;color:var(--grey-200);margin-bottom:20px}.blog-hero-title{font-weight:500;font-size:80px;line-height:80px;letter-spacing:-2.4px;color:var(--white);margin-bottom:24px}.blog-hero-subtitle{font-size:18px;line-height:28px;letter-spacing:-.18px;color:var(--white);max-width:480px}.blog-hero-card{display:flex;flex-direction:column;width:540px;flex-shrink:0;background:var(--grey-800);padding:32px 24px 24px;text-decoration:none;transition:transform .3s;height:424px}.blog-hero-card:hover{transform:translateY(-4px)}.blog-hero-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:auto}.blog-hero-card-author{display:flex;align-items:center;gap:16px}.blog-hero-card-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.blog-hero-card-author-info{display:flex;flex-direction:column}.blog-hero-card-author-name{font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:var(--white)}.blog-hero-card-author-role{font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.blog-hero-card-meta{display:flex;flex-direction:column;align-items:flex-end;font-family:var(--font-inter);font-size:14px;letter-spacing:-.5px;color:var(--grey-300);gap:4px}.blog-hero-card-category{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;height:40px;padding:10px 12px;background:var(--grey-600);backdrop-filter:blur(12px);border-radius:32px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);margin-bottom:24px}.blog-hero-card-title{display:block;font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.blog-post-category{color:var(--green);font-weight:500;cursor:pointer;transition:opacity .2s}.blog-post-category:hover{opacity:.75}.blog-filters-section{max-width:1440px;margin:0 auto;padding:0 60px;display:flex;flex-direction:column;gap:24px}.blog-filters-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.blog-filters-pills{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.blog-filter-btn{backdrop-filter:blur(12px);background:#0000;border:none;border-radius:32px;padding:12px 20px;height:48px;font-weight:700;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);transition:all .2s;white-space:nowrap;cursor:pointer}.blog-filter-btn:hover{background:#ffffff14}.blog-filter-btn.active{background:var(--blue);color:var(--white)}.blog-search-input{display:flex;align-items:center;gap:10px;background:var(--grey-800);border:1px solid var(--grey-600);height:48px;padding:12px;width:312px;flex-shrink:0}.blog-search-input svg{flex-shrink:0}.blog-search-input input{background:#0000;border:none;outline:none;font-family:var(--font-primary);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);width:100%}.blog-search-input input::placeholder{color:var(--grey-200)}.blog-filters-divider{height:1px;background:var(--grey-400);width:100%}.blog-grid-section{max-width:1440px;margin:0 auto;padding:48px 60px 80px;display:flex;flex-direction:column;align-items:center}.blog-grid{display:flex;flex-wrap:wrap;gap:24px;width:100%;justify-content:center}.blog-card{position:relative;width:424px;height:424px;background:var(--grey-800);text-decoration:none;transition:transform .3s;flex-shrink:0}.blog-card:hover{transform:translateY(-4px)}.blog-card-meta{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:2px;font-family:var(--font-inter);font-size:14px;letter-spacing:-.5px;color:var(--grey-300)}.blog-card-date,.blog-card-readtime{display:block}.blog-card-thumb{position:absolute;top:16px;right:16px;width:160px;height:160px;border-radius:12px;overflow:hidden}.blog-card-thumb img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.blog-card-overlay{position:absolute;inset:0;border-radius:12px;mix-blend-mode:color;z-index:2}.blog-card-overlay.blue{background:var(--blue)}.blog-card-overlay.green{background:var(--green)}.blog-card-title{position:absolute;bottom:24px;left:24px;right:24px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.blog-load-more{display:flex;justify-content:center;margin-top:48px}.blog-load-more-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--white);border:none;border-radius:128px;padding:8px 16px 8px 24px;height:56px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);cursor:pointer;transition:opacity .2s}.blog-load-more-btn:hover{opacity:.9}.blog-linkedin{margin-bottom:128px;overflow:hidden}.blog-linkedin-header{max-width:1440px;margin:0 auto 48px;padding:0 60px;display:flex;flex-direction:column;align-items:center;text-align:center}.blog-linkedin-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);margin-bottom:12px}.blog-linkedin-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);max-width:536px}.blog-linkedin-title .blue{color:var(--green)}.blog-linkedin-carousel{display:flex;justify-content:center;align-items:center;gap:24px}.blog-linkedin-slide{display:flex;gap:24px;flex-shrink:0}.blog-linkedin-slide--active{overflow:hidden}.blog-linkedin-slide--faded{opacity:.4;transform:scale(.877);transform-origin:center;transition:opacity .3s ease}.blog-linkedin-photo{position:relative;width:312px;height:406px;background:var(--grey-600);overflow:hidden;flex-shrink:0}.blog-linkedin-photo img{width:100%;height:100%;object-fit:cover}.blog-linkedin-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;background:rgba(var(--black-rgb),.16);backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.blog-linkedin-play:hover{background:rgba(var(--black-rgb),.4)}.blog-linkedin-play svg{margin-left:3px}.blog-linkedin-social{position:absolute;bottom:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.blog-linkedin-card{width:536px;height:406px;background:var(--grey-600);padding:24px;display:flex;flex-direction:column;flex-shrink:0}.blog-linkedin-card-top{margin-bottom:auto}.blog-linkedin-card-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white)}.blog-linkedin-card-role{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white);margin-top:4px}.blog-linkedin-card-quote{margin-bottom:16px}.blog-linkedin-card-text{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin:0}.blog-linkedin-nav{display:flex;gap:12px;align-items:center;max-width:1440px;margin:32px auto 0;padding:0 60px}.blog-linkedin-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.blog-linkedin-nav-btn{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s;flex-shrink:0}.blog-linkedin-nav-btn:hover{opacity:.7}.blog-whats-new-wrap{margin-bottom:128px}.blog-whats-new-wrap .blog{padding-top:0}.blog-newsletter{position:relative;max-width:1440px;margin:0 auto 128px;padding:0 60px;overflow:hidden}.blog-newsletter-dots{position:absolute;top:0;left:-200px;right:0;bottom:0;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.25;pointer-events:none}.blog-newsletter-inner{position:relative;z-index:1;display:flex;align-items:flex-start;gap:80px;min-height:516px}.blog-newsletter-left{flex:0 0 auto;max-width:604px;padding-top:80px;position:relative;z-index:2}.blog-newsletter-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000;margin-bottom:24px}.blog-newsletter-desc{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:424px;margin-bottom:24px}.blog-newsletter-form{max-width:424px}.blog-newsletter-label{display:block;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);margin-bottom:8px}.blog-newsletter-input-wrap{display:flex;align-items:center;height:48px;background:var(--grey-800);border:1px solid var(--grey-400);border-radius:0 24px 24px 0;overflow:hidden}.blog-newsletter-input{flex:1 1;height:100%;padding:0 12px;background:none;border:none;outline:none;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}.blog-newsletter-input::placeholder{color:var(--grey-200)}.blog-newsletter-btn{flex-shrink:0;height:48px;padding:8px 24px;background:var(--white);border:none;border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);cursor:pointer;transition:opacity .2s;white-space:nowrap}.blog-newsletter-btn:hover{opacity:.9}.blog-newsletter-btn:disabled{opacity:.6;cursor:default}.blog-newsletter-msg{margin-top:12px;font-size:14px;line-height:20px}.blog-newsletter-msg.success{color:var(--green)}.blog-newsletter-msg.error{color:var(--red)}.blog-newsletter-image{position:absolute;right:-60px;top:20px;width:604px;height:604px;pointer-events:none}.blog-newsletter-image img{width:100%;height:100%;object-fit:cover}.blog-newsletter-image-fade{position:absolute;left:0;right:0;bottom:70px;height:402px;background:linear-gradient(180deg,rgba(var(--black-rgb),0) 0,var(--black) 88%)}.blog-cta{padding:0 60px 100px;max-width:1440px;margin:0 auto}.blog-cta-container{margin-top:112px;position:relative;height:556px;overflow:hidden;border-radius:16px;isolation:isolate;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.blog-cta-asterisk{position:absolute;bottom:-15%;left:-22%;width:600px;height:600px;z-index:0;pointer-events:none}.blog-cta-asterisk img{width:100%;height:100%;object-fit:contain}.blog-cta-asterisk-tr{position:absolute;top:64px;right:64px;width:44px;height:40px;z-index:0;pointer-events:none}.blog-cta-asterisk-tr img{width:100%;height:100%;object-fit:contain}.blog-cta-content{position:absolute;top:50%;left:50%;transform:translate(-25%,-50%);z-index:3;max-width:536px}.blog-cta-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);margin-bottom:12px}.blog-cta-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;max-width:536px;color:var(--white);margin-bottom:32px}.blog-cta-text{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:12px}.blog-cta-buttons{display:flex;align-items:center;gap:16px;margin-top:48px}.blog-cta-secondary{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:8px 24px;border-radius:128px;border:1px solid var(--white);background:#ffffff1f;color:var(--white);font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;white-space:nowrap}.blog-page-grid-section{padding:0 60px 80px;max-width:1440px;margin:0 auto}.blog-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-page-card{display:flex;flex-direction:column;background:var(--grey-800);overflow:hidden;text-decoration:none;transition:transform .3s}.blog-page-card:hover{transform:translateY(-8px)}.blog-page-card-image{position:relative;aspect-ratio:16/10;overflow:hidden}.blog-page-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-page-card:hover .blog-page-card-image img{transform:scale(1.04)}.blog-page-card-image .color-overlay{position:absolute;inset:0;mix-blend-mode:color}.blog-page-card-image .color-overlay.blue{background:var(--blue)}.blog-page-card-image .color-overlay.green{background:var(--green)}.blog-page-card-body{padding:24px 28px 32px;display:flex;flex-direction:column;gap:12px;flex:1 1}.blog-page-card-meta{display:flex;align-items:center;gap:10px;font-family:var(--font-inter);font-size:13px;letter-spacing:-.4px;color:var(--grey-300)}.blog-page-card-category{color:var(--green);font-weight:500;cursor:pointer;transition:opacity .2s}.blog-page-card-category:hover{opacity:.75}.blog-page-card-dot{width:3px;height:3px;border-radius:50%;background:var(--grey-300);flex-shrink:0}.blog-page-card-title{display:block;font-weight:500;font-size:24px;line-height:30px;letter-spacing:-.48px;color:var(--white)}.blog-page-card-excerpt{font-size:15px;line-height:22px;color:var(--grey-200);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-back-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;color:var(--grey-200);transition:color .2s}.blog-post-back-link:hover{color:var(--white)}.blog-post-page{padding-top:112px;min-height:100vh}.blog-post-two-col{display:flex;max-width:1440px;margin:0 auto;padding:0 60px}.blog-post-sidebar{width:220px;max-width:220px;padding-right:40px;flex-shrink:0}.blog-post-sidebar-sticky{position:sticky;top:112px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;padding:0;border-radius:16px;border:1px solid #0000;background:#0000;transition:width .42s cubic-bezier(.16,1,.3,1),padding .42s cubic-bezier(.16,1,.3,1),background .42s ease,box-shadow .42s ease,border-color .42s ease,backdrop-filter .42s ease}.blog-post-sidebar:focus-within .blog-post-sidebar-sticky,.blog-post-sidebar:hover .blog-post-sidebar-sticky{width:380px;padding:24px;z-index:30;border-color:#ffffff14;background:linear-gradient(135deg,#121212d1,#1212126b);backdrop-filter:blur(22px) saturate(140%);box-shadow:0 28px 70px #0000008c}.blog-post-sidebar-label{display:block;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);margin-bottom:24px}.blog-post-sidebar-nav{display:flex;flex-direction:column;gap:12px}.blog-post-sidebar-link{display:block;padding:8px 16px;border-radius:128px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);text-decoration:none;transition:background .2s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.blog-post-sidebar-link.active,.blog-post-sidebar-link:hover{background:var(--grey-600)}.blog-post-sidebar-divider{height:1px;background:var(--grey-400)}.blog-post-share-icons{display:flex;gap:16px;align-items:center}.blog-post-share-btn{background:none;border:none;padding:0;color:var(--green);cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .2s;text-decoration:none}.blog-post-share-btn:hover{opacity:.7}.blog-post-main{width:872px;margin-left:auto}.blog-post-header{display:flex;flex-direction:column;gap:32px}.blog-post-header-text{display:flex;flex-direction:column;gap:24px}.blog-post-category-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200)}.blog-post-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.blog-post-excerpt{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.blog-post-meta-row{display:flex;align-items:flex-start;justify-content:space-between}.blog-post-author{display:flex;align-items:center;gap:24px;text-decoration:none}.blog-post-author-photo{width:56px;height:56px;border-radius:50%;object-fit:cover}.blog-post-author-info{display:flex;flex-direction:column;gap:4px}.blog-post-author-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);transition:color .2s}.blog-post-author-role{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.blog-post-share{display:flex;flex-direction:column;gap:24px}.blog-post-share-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200)}.blog-post-divider{height:1px;background:var(--grey-400);margin:48px 0}.blog-post-hero-image{position:relative;width:100%;height:340px;overflow:hidden;background:var(--grey-200);margin-bottom:24px}.blog-post-hero-image img{width:100%;height:100%;object-fit:cover}.blog-post-hero-image .color-overlay{position:absolute;inset:0;mix-blend-mode:color}.blog-post-hero-image .color-overlay.blue{background:var(--blue)}.blog-post-hero-image .color-overlay.green{background:var(--green)}.blog-post-info-cards{display:flex;gap:24px;margin-bottom:48px}.blog-post-info-card{flex:1 1;display:flex;align-items:center;gap:16px;height:88px;padding:16px;border:1px solid var(--grey-600);border-radius:12px;overflow:hidden}.blog-post-info-card-icon{flex-shrink:0;width:24px;height:24px;color:var(--white)}.blog-post-info-card-text{display:flex;flex-direction:column;gap:4px;min-width:0}.blog-post-info-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-300)}.blog-post-info-value{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.blog-post-content{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.blog-post-content p{margin-bottom:24px}.blog-post-content>:first-child{margin-top:0}.blog-post-content h1,.blog-post-content h2{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white);margin-top:48px;margin-bottom:24px}.blog-post-content h2:first-child{margin-top:0}.blog-post-content h3{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-top:40px;margin-bottom:16px}.blog-post-content h4{font-weight:500;font-size:20px;line-height:28px;letter-spacing:-.4px;color:var(--white);margin-top:32px;margin-bottom:12px}.blog-post-content strong{font-weight:600;color:var(--white)}.blog-post-content a{color:var(--green);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.blog-post-content a:hover{opacity:.8}.blog-post-content ol,.blog-post-content ul{margin-bottom:24px;padding-left:0;list-style:none}.blog-post-content ol{counter-reset:blog-ol}.blog-post-content li{margin-bottom:16px;padding-left:25px;position:relative;line-height:24px}.blog-post-content ul>li:before{content:"+";font-weight:400;font-size:20px}.blog-post-content ol>li:before,.blog-post-content ul>li:before{position:absolute;left:4px;top:0;line-height:24px;color:var(--white)}.blog-post-content ol>li:before{counter-increment:blog-ol;content:counter(blog-ol) ".";font-weight:500;font-size:18px}.blog-post-content li strong{color:var(--green);font-weight:500}.blog-post-content blockquote{position:relative;padding:24px;margin:32px 0;background:#0000;border:none;border-radius:0;font-style:normal;overflow:hidden;isolation:isolate}.blog-post-content blockquote:before{content:"";position:absolute;left:-95px;top:50%;transform:translateY(-50%);width:200px;height:200px;background:url(/assets/icons/asterisk-green.svg) 50%/contain no-repeat;z-index:0;pointer-events:none}.blog-post-content blockquote:after{content:"";position:absolute;inset:0;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1;pointer-events:none}.blog-post-content blockquote>*{position:relative;z-index:2}.blog-post-content blockquote p:first-child{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-bottom:16px}.blog-post-content blockquote p:first-child strong{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);text-transform:none}.blog-post-content blockquote p:last-child{margin-bottom:0;font-size:18px;line-height:22px;letter-spacing:-.18px}.blog-post-content blockquote p+p{font-weight:400;font-size:18px;line-height:22px}.blog-post-content pre{border:1px solid var(--grey-600);border-radius:12px;padding:24px;margin:32px 0;overflow-x:auto;font-size:14px;line-height:22px;color:var(--grey-200)}.blog-post-content code,.blog-post-content pre{background:var(--grey-800);font-family:SF Mono,Fira Code,Menlo,monospace}.blog-post-content code{padding:3px 8px;border-radius:6px;font-size:.85em;color:var(--green);border:1px solid var(--grey-600)}.blog-post-content pre code{background:none;padding:0;border-radius:0}.blog-post-content img{width:100%;border-radius:8px;margin:32px 0}.blog-post-content hr{border:none;border-top:1px solid var(--grey-400);margin:48px 0}.blog-post-content table{width:100%;border-collapse:collapse;margin:24px 0 32px;font-size:16px;line-height:24px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.blog-post-content thead th{text-align:left;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200);padding:12px 16px;border-bottom:1px solid var(--grey-400);white-space:nowrap}.blog-post-content tbody td{padding:12px 16px;color:var(--white);border-bottom:1px solid var(--grey-600);vertical-align:top}.blog-post-content tbody tr:last-child td{border-bottom:none}.blog-post-content tbody tr:hover{background:#ffffff08}.blog-post-author-bio{display:flex;background:var(--grey-600);min-height:256px;overflow:hidden}.blog-post-author-bio-photo{width:192px;flex-shrink:0;padding:16px}.blog-post-author-bio-photo img{width:160px;height:224px;object-fit:cover;border-radius:12px}.blog-post-author-bio-content{display:flex;flex-direction:column;gap:32px;padding:24px 24px 24px 8px;flex:1 1}.blog-post-author-bio-info{display:flex;flex-direction:column;gap:4px}.blog-post-author-bio-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white)}.blog-post-author-bio-role{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.blog-post-author-bio-body{display:flex;flex-direction:column;gap:24px}.blog-post-author-bio-text{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.blog-post-author-bio-social{display:flex;gap:16px;align-items:center}.blog-post-cta-section{max-width:1440px;margin:0 auto;padding:80px 60px}.blog-post-cta-inner{position:relative;height:400px;border-radius:16px;overflow:hidden;background:var(--grey-600)}.blog-post-cta-stripes{position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(var(--black-rgb),.41) 0,rgba(var(--black-rgb),.1) 72px);opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.blog-post-cta-fade{position:absolute;bottom:0;left:0;right:0;height:280px;background:linear-gradient(to top,var(--black) 12%,#0000 88%);pointer-events:none}.blog-post-cta-content{position:relative;z-index:1;max-width:536px;margin:0 auto;padding:64px 24px 0;text-align:left}.blog-post-cta-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.blog-post-cta-text{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:24px}.blog-post-cta-buttons{display:flex;gap:16px;align-items:center;margin-top:32px}.blog-post-cta-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:8px 24px;background:var(--white);border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);text-decoration:none;transition:opacity .2s;white-space:nowrap}.blog-post-cta-btn-primary:hover{opacity:.9}.blog-post-cta-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:8px 24px;background:#ffffff1f;border:1px solid var(--white);border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap}.blog-post-whats-new{max-width:1440px;margin:0 auto;padding:0 60px 80px}.blog-post-whats-new-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.blog-post-whats-new-desc{margin-bottom:48px}.blog-post-whats-new-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:44px}.blog-post-whats-new-grid--scroll{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}.blog-post-whats-new-grid--scroll::-webkit-scrollbar{display:none}.blog-post-whats-new-grid--scroll .blog-post-new-card{width:424px;height:424px;flex-shrink:0}.blog-post-whats-new-track{display:flex;gap:24px;transition:transform .4s ease}.blog-post-new-card{position:relative;background:var(--grey-800);aspect-ratio:1;text-decoration:none;display:block;transition:background .2s}.blog-post-new-card:hover{background:var(--grey-600)}.blog-post-new-card-meta{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:5px}.blog-post-new-card-date,.blog-post-new-card-read{font-family:var(--font-inter);font-size:14px;letter-spacing:-.5px;color:var(--grey-300)}.blog-post-new-card-thumb{position:absolute;top:16px;right:16px;width:160px;height:160px;border-radius:12px;overflow:hidden}.blog-post-new-card-thumb img{width:100%;height:100%;object-fit:cover}.blog-post-new-card-thumb .color-overlay{position:absolute;inset:0;border-radius:12px;mix-blend-mode:color}.blog-post-new-card-thumb .color-overlay.blue{background:var(--blue)}.blog-post-new-card-thumb .color-overlay.green{background:var(--green)}.blog-post-new-card-title{position:absolute;bottom:24px;left:24px;right:24px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.blog-post-whats-new-footer{display:flex;align-items:center;gap:12px}.blog-post-whats-new-line{flex:1 1;height:1px;background:var(--grey-400)}.blog-post-whats-new-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.blog-post-whats-new-arrow:hover{opacity:.7}.blog-post-mobile-toc{display:none}@media (max-width:1300px){.blog-post-page{padding-top:80px}.blog-post-two-col{flex-direction:column;padding:0 20px}.blog-post-sidebar{display:none}.blog-post-main{width:100%;max-width:100%}.blog-post-title{font-size:32px;line-height:40px;letter-spacing:-.64px}.blog-post-meta-row{flex-direction:column;gap:24px}.blog-post-hero-image{margin-bottom:48px;height:340px}.blog-post-info-cards{flex-direction:column;gap:16px}.blog-post-info-card{flex:none;width:100%}.blog-post-mobile-toc{display:block}.blog-post-divider{display:none}.blog-post-mobile-toc-wrapper{border-top:1px solid var(--grey-400);border-bottom:1px solid var(--grey-400);padding:40px 0;margin-bottom:48px;margin-top:48px}.blog-post-mobile-toc-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:8px 0;cursor:pointer;font-family:var(--font-primary)}.blog-post-mobile-toc-toggle span{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200)}.blog-post-mobile-toc-toggle svg{color:var(--white);transition:transform .2s}.blog-post-mobile-toc-toggle.open svg{transform:rotate(180deg)}.blog-post-mobile-toc-nav{display:none;flex-direction:column;gap:8px;padding-top:16px}.blog-post-mobile-toc-nav.open{display:flex}.blog-post-mobile-toc-link{display:block;padding:8px 16px;border-radius:128px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);text-decoration:none;transition:background .2s}.blog-post-mobile-toc-link.active,.blog-post-mobile-toc-link:hover{background:var(--grey-600)}.blog-post-author-bio{min-height:auto}.blog-post-author-bio-photo{width:auto;padding:16px}.blog-post-author-bio-photo img{width:86px;height:120px;border-radius:6px}.blog-post-author-bio-content{padding:16px 20px 20px 0}.blog-post-cta-section{padding:40px 20px}.blog-post-cta-inner{height:auto;min-height:600px;border-radius:16px}.blog-post-cta-content{padding:40px 20px}.blog-post-cta-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.blog-post-cta-buttons{flex-direction:column;gap:16px}.blog-post-cta-btn-primary{width:260px}.blog-post-whats-new{padding:0 20px 60px}.blog-post-whats-new-title{font-size:40px;line-height:44px;letter-spacing:-.8px}.blog-post-whats-new-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;margin-bottom:24px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.blog-post-whats-new-grid::-webkit-scrollbar{display:none}.blog-post-new-card{flex-shrink:0;width:330px;aspect-ratio:330/424;scroll-snap-align:start}.blog-post-new-card-title{max-width:77vw;font-size:32px;line-height:40px}}.author-hero{padding:112px 60px 48px;max-width:1440px;margin:0 auto}.author-hero-inner{max-width:720px}.author-hero .blog-post-back-link{margin-bottom:32px;display:inline-flex}.author-profile{display:flex;align-items:center;gap:20px;margin-bottom:16px}.author-profile-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--grey-600)}.author-profile-name{font-weight:500;font-size:36px;line-height:42px;letter-spacing:-.72px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.author-profile-role{font-size:16px;color:var(--grey-200);text-transform:capitalize;margin-top:2px}.author-profile-bio{font-size:17px;line-height:26px;color:var(--grey-200);max-width:560px;margin-bottom:20px}.author-post-count{font-family:var(--font-inter);font-size:14px;letter-spacing:-.3px;color:var(--grey-300)}a.blog-post-author{text-decoration:none;transition:opacity .2s}a.blog-post-author:hover{opacity:.85}a.blog-post-author:hover .blog-post-author-name{color:var(--green)}@media (max-width:1024px){.blog-hero{height:auto;min-height:650px}.blog-hero .blog-hero-content{flex-direction:column;align-items:flex-start;padding:160px 40px 60px}.blog-hero-left{padding-bottom:20px}.blog-hero-title{font-size:56px;line-height:60px;letter-spacing:-1.68px}.blog-hero-card{width:100%;height:360px}.blog-hero-card-title{font-size:36px;line-height:42px}.blog-card{width:calc(50% - 12px);height:380px}.blog-card-title{font-size:26px;line-height:34px}.blog-card-thumb{width:130px;height:130px}.blog-linkedin-slide--faded{display:none}.blog-linkedin-photo{width:260px;height:340px}.blog-linkedin-card{width:420px;height:340px}.blog-linkedin-title{font-size:36px;line-height:42px}.blog-linkedin-play{width:72px;height:72px}.blog-newsletter{padding:0 40px}.blog-newsletter-title{font-size:48px;line-height:52px;letter-spacing:-.96px}.blog-newsletter-image{width:440px;height:440px;right:-40px;top:60px}.blog-cta-container{margin-top:48px;height:480px}.blog-cta-title{font-size:36px;line-height:42px}}@media (max-width:768px){.blog-hero{min-height:auto}.blog-hero .blog-hero-content{padding:140px 20px 40px;gap:40px}.blog-hero-title{font-size:40px;line-height:44px;letter-spacing:-1.2px}.blog-hero-subtitle{font-size:16px;line-height:24px}.blog-hero-card{height:320px;padding:24px 20px 20px}.blog-hero-card-title{font-size:28px;line-height:34px}.blog-hero-card-category{padding:6px 10px;font-size:12px}.blog-filters-section{padding:0 20px;gap:16px}.blog-filters-row{flex-direction:column;align-items:stretch;gap:16px}.blog-filters-pills{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px}.blog-filters-pills::-webkit-scrollbar{display:none}.blog-filter-btn{flex-shrink:0;font-size:13px;padding:6px 12px;height:34px}.blog-search-input{width:100%}.blog-grid-section{padding:32px 20px 60px}.blog-card{width:100%;height:360px}.blog-card-meta{left:20px}.blog-card-title{font-size:24px;line-height:32px;left:20px;right:20px;bottom:32px}.blog-card-thumb{width:160px;height:160px}.blog-load-more-btn{height:48px;font-size:16px;padding:8px 14px 8px 20px}.blog-linkedin{margin-bottom:80px}.blog-linkedin-header{padding:0 20px;margin-bottom:32px}.blog-linkedin-label{font-size:14px;line-height:20px}.blog-linkedin-title{font-size:28px;line-height:34px;letter-spacing:-.56px}.blog-linkedin-carousel{flex-direction:column;padding:0 20px;gap:0}.blog-linkedin-slide--faded{display:none}.blog-linkedin-slide{flex-direction:column;gap:0;width:100%}.blog-linkedin-photo{width:100%;height:300px}.blog-linkedin-card{width:100%;height:auto;min-height:280px}.blog-linkedin-nav{padding:0 20px;margin-top:24px;justify-content:center}.blog-linkedin-play{width:64px;height:64px}.blog-newsletter,.blog-whats-new-wrap{margin-bottom:80px}.blog-newsletter{padding:0 20px}.blog-newsletter-inner{flex-direction:column;gap:0;min-height:auto}.blog-newsletter-left{max-width:100%;padding-top:48px}.blog-newsletter-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.blog-newsletter-desc{font-size:16px;line-height:22px;max-width:100%}.blog-newsletter-form{max-width:100%}.blog-newsletter-image{position:relative;right:auto;top:auto;width:100%;height:300px;margin-top:-40px}.blog-cta{padding:0 20px 60px}.blog-cta-container{height:auto;min-height:742px}.blog-cta-content{position:relative;top:auto;left:auto;transform:none;padding:166px 20px 40px;max-width:310px}.blog-cta-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.blog-cta-label{font-size:14px}.blog-cta-text{margin-top:12px}.blog-cta-buttons{flex-direction:column;gap:16px;margin-top:48px}.blog-cta-buttons .btn-outline,.blog-cta-buttons .hero-cta,.blog-cta-secondary{width:100%;text-align:center;justify-content:center}.blog-cta-asterisk{width:300px;height:300px;left:50%;top:-150px;transform:translateX(-50%);opacity:1;z-index:1}.blog-cta-asterisk-tr{bottom:20px;right:20px;top:auto}.author-hero{padding:80px 20px 36px}.author-profile-photo{width:56px;height:56px}.author-profile-name{font-size:28px;line-height:34px}.author-profile-bio{font-size:15px;line-height:22px}}.home-contact-wrap .contact-hero{padding-top:80px;padding-bottom:80px}.contact-hero{padding-top:134px;padding-bottom:80px;position:relative;overflow:hidden}.contact-hero-inner{max-width:1440px;margin:0 auto;padding:0 60px;display:flex;gap:40px;position:relative}.contact-hero-left{flex:0 0 600px;display:flex;flex-direction:column;gap:60px}.contact-hero-text{display:flex;flex-direction:column;gap:24px}.contact-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.contact-title-blue{color:var(--green)}.contact-subtitle{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:424px}.contact-urgent{display:flex;flex-direction:column;gap:16px}.contact-urgent-label{font-weight:500;font-size:14px;line-height:20px;letter-spacing:.5px;color:var(--grey-200);max-width:240px;margin-bottom:8px}.contact-cta-card{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--grey-600);border-radius:12px;height:88px;max-width:313px;transition:border-color .2s}.contact-cta-card:hover{border-color:var(--grey-400)}.contact-cta-card-icon{width:24px;height:24px;flex-shrink:0;color:var(--white)}.contact-cta-card-text{display:flex;flex-direction:column;gap:4px}.contact-cta-card-title{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--green)}.contact-cta-card-desc{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.contact-cta-pills{display:flex;gap:12px;align-items:center}.contact-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:128px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);transition:opacity .2s}.contact-pill:hover{opacity:.85}.contact-pill-grey{background:var(--grey-600)}.contact-pill-blue{background:var(--blue)}.contact-pill svg{width:24px;height:24px}.contact-asterisk{position:absolute;left:565px;top:220px;width:48px;height:48px;animation:contact-spin 10s linear infinite}@keyframes contact-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-hero-right{flex:1 1;max-width:536px;margin-left:auto}.contact-form{background:var(--grey-800);padding:32px 24px;display:flex;flex-direction:column;gap:32px}.contact-form-success{align-items:center;justify-content:center;min-height:400px;text-align:center}.contact-form-success h3{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--green);margin-bottom:16px}.contact-form-success p{font-size:18px;line-height:24px;color:var(--grey-200);max-width:360px}.contact-form-fields{display:flex;flex-direction:column;gap:24px}.contact-form-row{display:flex;gap:16px}.contact-form-group{display:flex;flex-direction:column;gap:8px;flex:1 1}.contact-form-label{font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.contact-form-input,.contact-form-select,.contact-form-textarea{width:100%;background:var(--grey-800);border:1px solid var(--grey-600);padding:12px;font-family:var(--font-primary);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);outline:none;transition:border-color .2s}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{border-color:var(--blue)}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:var(--grey-200)}.contact-form-input{height:48px}.contact-form-select{height:48px;padding:12px 48px 12px 20px;appearance:none;cursor:pointer;color:var(--white)}.contact-form-select option[value=""][disabled]{color:var(--grey-200)}.contact-form-select-wrapper{position:relative}.contact-form-select-wrapper svg{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;pointer-events:none;color:var(--white)}.contact-form-textarea{height:100px;resize:vertical}.contact-form-actions{display:flex;flex-direction:column;gap:16px;align-items:center}.contact-form-submit{display:flex;align-items:center;gap:8px;background:var(--white);color:var(--black);padding:8px 16px 8px 24px;border-radius:128px;height:56px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;transition:opacity .2s}.contact-form-submit:hover{opacity:.9}.contact-form-submit:disabled{opacity:.6;cursor:not-allowed}.contact-form-submit svg{width:24px;height:24px}.contact-form-privacy{font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200)}.contact-form-privacy a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.contact-process{padding:80px 0 0;position:relative}.contact-process-header{max-width:1440px;padding:0 60px;text-align:center;margin:0 auto 48px}.contact-process-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(180deg,var(--white) 0,var(--grey-200) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.contact-process-subtitle{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);max-width:536px;margin:0 auto}.contact-process-cards-wrapper{max-width:1440px;margin:0 auto;padding:0 60px;overflow:hidden}.contact-process-cards{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.contact-process-cards::-webkit-scrollbar{display:none}.contact-process-card{flex:0 0 424px;height:324px;background:var(--grey-800);position:relative;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;scroll-snap-align:start}.contact-process-card-number{left:24px;width:64px;justify-content:center;padding:8px 12px;background:var(--green);border-radius:62px;backdrop-filter:blur(12px);font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--black)}.contact-process-card-number,.contact-process-card-tag{position:absolute;top:32px;display:flex;align-items:center;font-weight:500}.contact-process-card-tag{right:24px;gap:8px;background:var(--grey-600);padding:8px 16px;border-radius:128px;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.contact-process-card-tag svg{width:24px;height:24px}.contact-process-card-content{display:flex;flex-direction:column;gap:24px}.contact-process-card-content h3{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.contact-process-card-content p{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}.contact-process-nav{max-width:1440px;margin:0 auto;padding:40px 60px 0;display:flex;align-items:center;gap:48px}.contact-process-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.contact-process-nav-arrows{display:flex;gap:12px}.contact-process-nav-arrow{width:56px;height:56px;border-radius:50%;border:1px solid var(--grey-600);background:#0000;display:flex;align-items:center;justify-content:center;color:var(--white);cursor:pointer;transition:border-color .2s,background .2s}.contact-process-nav-arrow:hover{border-color:var(--grey-400);background:var(--grey-800)}.contact-process-nav-arrow svg{width:24px;height:24px}@media (max-width:1024px){.contact-hero-inner{flex-direction:column;gap:48px}.contact-hero-left{flex:none;width:100%;gap:40px}.contact-asterisk{display:none}.contact-hero-right{max-width:100%;margin-left:0}.contact-title{font-size:36px;line-height:40px}.contact-cta-card{max-width:100%}.contact-process-title{font-size:48px;line-height:52px}.contact-process-card{flex:0 0 340px;height:300px}.contact-process-card-content h3{font-size:26px;line-height:34px}}@media (max-width:768px){.contact-hero{padding-top:112px;padding-bottom:60px}.contact-hero-inner{padding:0 20px}.contact-hero-left{display:contents}.contact-hero-text{order:1}.contact-hero-right{order:2}.contact-urgent{order:3;width:100%}.contact-title{font-size:40px;line-height:44px;letter-spacing:-.8px}.contact-subtitle{font-size:18px;line-height:24px}.contact-form{padding:32px 20px}.contact-form-row{flex-direction:column;gap:24px}.contact-cta-card-title{font-size:24px;line-height:32px}.contact-process{padding:60px 0 0}.contact-process-header{padding:0 20px;text-align:left}.contact-process-title{font-size:36px;line-height:40px}.contact-process-subtitle{margin:0;font-size:18px;line-height:24px}.contact-process-cards-wrapper{padding:0 20px}.contact-process-cards{flex-direction:column;overflow-x:visible;scroll-snap-type:none;gap:16px}.contact-process-card{flex:none;width:100%;height:290px;padding:20px}.contact-process-card-number{font-size:32px;line-height:40px;width:56px;left:20px;top:32px}.contact-process-card-tag{font-size:18px;padding:8px 16px;right:20px;top:32px}.contact-process-card-tag svg{width:24px;height:24px}.contact-process-card-content{gap:16px}.contact-process-card-content h3{font-size:24px;line-height:32px}.contact-process-card-content p{font-size:16px;line-height:24px}.contact-process-nav{display:none}}.contact-team{padding:80px 0;display:flex;flex-direction:column;align-items:center;gap:48px;overflow:hidden}.contact-team-title{font-weight:500;font-size:72px;line-height:80px;letter-spacing:-1.44px;text-align:center;background:linear-gradient(90deg,var(--grey-200) 0,var(--white) 50%,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;max-width:1263px;margin:0 auto;padding:4px 60px}.contact-team-subtitle{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);text-align:center;max-width:600px;padding:0 20px}.contact-team-cards{position:relative;display:flex;align-items:center;justify-content:center;gap:0;width:100%;height:406px;max-width:700px}.contact-team-fade{position:absolute;top:0;width:30vw;height:100%;z-index:2;pointer-events:none}.contact-team-fade-left{right:100%;width:30vw;background:var(--black)}.contact-team-fade-right{left:100%;width:30vw;background:var(--black)}.contact-team-card{position:absolute;left:50%;top:0;width:312px;height:406px;border-radius:0;overflow:hidden;flex-shrink:0;will-change:transform}.contact-team-card-image{width:100%;height:100%;position:relative;background:var(--grey-600)}.contact-team-card-image img{width:100%;height:100%;object-fit:cover}.contact-team-card-gradient{position:absolute;bottom:0;left:0;right:0;height:270px;background:linear-gradient(0deg,var(--grey-800) 12%,#0000 88%);pointer-events:none}.contact-team-card-info{position:absolute;bottom:0;left:0;right:0;padding:0 16px 24px;display:flex;flex-direction:column;gap:8px}.contact-team-card-name{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.contact-team-card-meta{display:flex;align-items:center;justify-content:space-between}.contact-team-card-role{display:inline-flex;align-items:center;padding:7px 14px;background:var(--grey-600);backdrop-filter:blur(11px);border:1px solid var(--grey-400);border-radius:115px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:var(--white);white-space:nowrap}.contact-team-card-linkedin{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.contact-team-card-linkedin img{width:100%;height:100%;object-fit:contain}.contact-team-cta{display:inline-flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--grey-400);border-radius:128px;padding:8px 24px 8px 32px;height:64px;transition:opacity .2s}.contact-team-cta:hover{opacity:.9}.contact-team-cta-avatars{display:flex;padding-right:10px}.contact-team-cta-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;border:2px solid var(--white);margin-right:-10px;flex-shrink:0}.contact-team-cta-avatar img{width:100%;height:100%;object-fit:cover}.contact-team-cta-text{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black)}.contact-team-cta svg{width:24px;height:24px;color:var(--black)}.contact-markets{position:relative;height:780px;overflow:hidden}.contact-markets-bg{position:absolute;inset:0;pointer-events:none}.contact-markets-globe-video{scale:1.5;position:absolute;top:27px;right:-68px;width:1000px;height:752px;object-fit:contain;z-index:0}.contact-markets-fade{position:absolute;pointer-events:none;z-index:1}.contact-markets-fade-top{position:absolute;top:0;left:0;right:0;height:275px;background:linear-gradient(to top,rgba(var(--black-rgb),0) 0,var(--black) 87.8%)}.contact-markets-fade-bottom{bottom:0;left:0;right:0;height:360px;background:linear-gradient(to top,var(--black) 0,var(--black) 12.2%,rgba(var(--black-rgb),0) 100%)}.contact-markets-fade-left{top:45px;right:860px;width:360px;height:734px;background:linear-gradient(to right,var(--black) 0,var(--black) 12.2%,rgba(var(--black-rgb),0) 100%)}.contact-markets-content{position:relative;z-index:1;max-width:1440px;margin:0 auto;padding:45px 60px 0;height:100%}.contact-markets-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);max-width:536px}.contact-markets-title-blue{color:var(--green)}.contact-markets-desc{font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);max-width:647px;margin-top:24px}.contact-markets-asterisk{position:absolute;bottom:60px;left:60px;width:66px;height:66px;animation:contact-spin 10s linear infinite}.contact-faq{max-width:1440px;margin:0 auto;padding:80px 60px 120px;gap:48px}.contact-faq,.contact-faq-header{display:flex;flex-direction:column;align-items:center}.contact-faq-header{gap:16px;text-align:center}.contact-faq-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200)}.contact-faq-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--grey-200) 0,var(--white) 50%,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.contact-faq-list{width:100%;max-width:872px;display:flex;flex-direction:column;gap:16px}.contact-faq-item{background:var(--grey-800);overflow:hidden}.contact-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 24px;background:none;border:none;cursor:pointer;text-align:left}.contact-faq-question span{font-family:var(--font-primary);font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.contact-faq-question svg{width:32px;height:32px;flex-shrink:0;color:var(--green)}.contact-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px}.contact-faq-item-open .contact-faq-question span{color:var(--green)}.contact-faq-item-open .contact-faq-answer{max-height:400px;padding:0 24px 32px;button{span{color:var(--green)}}}.contact-faq-answer p{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:pre-line}@media (max-width:1024px){.contact-team-title{font-size:48px;line-height:52px;padding:0 40px}.contact-team-cards{max-width:580px;height:350px}.contact-team-card{width:270px;height:350px}.contact-markets{height:640px}.contact-markets-globe-video{width:750px;height:564px;right:-100px}.contact-markets-title{font-size:36px;line-height:40px}.contact-faq-title{font-size:48px;line-height:52px}.contact-faq-question span{font-size:26px;line-height:34px}}@media (max-width:768px){.contact-team{padding:60px 0;gap:32px}.contact-team-title{font-size:36px;line-height:40px;letter-spacing:-.72px;padding:0 20px}.contact-team-subtitle{font-size:18px;line-height:24px}.contact-team-cards{max-width:340px;height:200px}.contact-team-card{width:154px;height:200px}.contact-team-card-name{font-size:16px;line-height:20px}.contact-team-card-role{font-size:8px;line-height:12px;padding:4px 8px}.contact-team-fade{width:180px}.contact-team-fade-left{left:-80px}.contact-team-fade-right{right:-80px}.contact-team-card-info{padding:0 8px 12px}.contact-team-card-linkedin{width:12px;height:12px}.contact-team-cta{height:64px;padding:8px 24px 8px 32px;gap:16px}.contact-team-cta-text{font-size:18px}.contact-markets{height:620px}.contact-markets-content{padding:0 20px}.contact-markets-globe-video{width:100%;height:368px;right:0;left:0;top:252px}.contact-markets-fade-left{display:none}.contact-markets-fade-top{top:240px;height:250px}.contact-markets-fade-bottom{bottom:0;height:280px}.contact-markets-title{font-size:36px;line-height:40px;letter-spacing:-.72px;max-width:350px}.contact-markets-desc{font-size:18px;line-height:22px;max-width:350px}.contact-markets-asterisk{display:none}.contact-faq{padding:60px 20px 80px;gap:48px}.contact-faq-header{gap:8px}.contact-faq-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.contact-faq-label{font-size:18px}.contact-faq-question{padding:24px 20px;gap:16px}.contact-faq-question span{font-size:24px;line-height:32px;letter-spacing:-.48px}.contact-faq-question svg{width:32px;height:32px}.contact-faq-answer{padding:0 20px}.contact-faq-item-open .contact-faq-answer{padding:0 20px 24px}.contact-faq-answer p{font-size:16px;line-height:20px}}.about-hero .hero-title{font-size:96px;line-height:84px;letter-spacing:-2.88px}.about-hero-subtitle{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:569px;text-align:center;margin-bottom:40px}.about-hero-buttons{display:flex;align-items:center;gap:16px}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid var(--white);color:var(--white);border-radius:128px;padding:8px 24px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;height:56px;transition:background .2s}.btn-outline:hover{background:#fff3}.about-description{position:relative;padding:56px 60px;max-width:1440px;min-height:407px;margin:0 auto;background:var(--black)}.about-description-inner{display:flex;align-items:flex-start;gap:24px;position:relative}.about-description-left{flex-shrink:0;width:424px;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.about-description-heading{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.about-description-heading .highlight-blue{color:var(--green)}.about-description-cross{margin-top:60px;opacity:.5}.about-description-right{flex:1 1;max-width:541px;display:flex;flex-direction:column;gap:24px}.about-description-intro{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-description-points{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white)}.about-description-conclusion{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-description-green-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0deg)}.about-values{position:relative;padding:100px 60px;max-width:1440px;margin:0 auto;overflow:hidden}.about-values-header{text-align:center;margin-bottom:48px}.about-values-title{text-align:center;max-width:992px;margin:16px auto 0;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.about-values-columns{display:flex;gap:24px;justify-content:center}.about-values-do{background:var(--blue);width:536px}.about-values-do,.about-values-dont{padding:24px;display:flex;flex-direction:column;gap:70px}.about-values-dont{background:var(--grey-800);width:432px}.about-values-column-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.about-values-list{display:flex;flex-direction:column;gap:12px}.about-values-item{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:40px;width:100%}.about-values-item-do{background:#ffffff1f}.about-values-item-do p{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-values-item-dont{background:var(--grey-600)}.about-values-item-dont p{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-values-icon{flex-shrink:0;width:32px;height:32px}.about-journey{padding:100px 0 100px 60px;max-width:1440px;margin:0 auto;position:relative;overflow:hidden}.about-journey-layout{display:flex;align-items:flex-start;gap:48px}.about-journey-header{flex-shrink:0;width:425px;padding-top:0}.about-journey-subtitle{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-top:16px}.about-journey-right{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:40px}.about-journey-grid{display:flex;gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.about-journey-grid:after{content:"";flex-shrink:0;width:calc(100% - 423px)}.about-journey-grid::-webkit-scrollbar{display:none}.about-journey-card{flex-shrink:0;width:423px;height:408px;position:relative;padding:24px;scroll-snap-align:start;background:var(--grey-800);transition:background .3s,border-color .3s;border:1px solid #0000}.about-journey-card-active{background:var(--grey-600);border:1px solid var(--grey-400)}.about-journey-nav.results-nav{background:none;margin-left:0;margin-right:0;padding-left:0;padding-right:60px;padding-bottom:0;margin-top:0}.about-journey-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.about-journey-nav-arrows{display:flex;gap:8px;flex-shrink:0}.about-journey-nav-arrow{width:48px;height:48px;border-radius:50%;border:1px solid var(--grey-400);background:#0000;display:flex;align-items:center;justify-content:center;color:var(--white);cursor:pointer;transition:background .2s}.about-journey-nav-arrow:hover{background:#ffffff14}.about-journey-year{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;backdrop-filter:blur(12px);background:var(--grey-400);border-radius:32px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.about-journey-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-top:24px;width:375px}.about-journey-desc{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:24px;max-width:375px}.about-journey-image-wrap{position:absolute;bottom:24px;left:24px;width:375px;height:160px;overflow:hidden;background:var(--black)}.about-journey-image-bg{position:relative;width:100%;height:100%}.about-journey-image-bg img{width:100%;height:100%;object-fit:cover}.about-journey-image-overlay{position:absolute;inset:0;mix-blend-mode:color}.about-team{position:relative}.about-team-fade-top{position:absolute;height:225px;background:linear-gradient(180deg,var(--black) 0,var(--grey-800) 100%);pointer-events:none;margin-left:-60px;margin-right:-60px;width:calc(100% + 120px)}.about-team-bg{background:var(--grey-800);padding:0 60px 80px}.about-team-nav.results-nav{display:none;background:none;margin:0;padding:20px 20px 0}.about-team-fade-bottom{height:120px;background:linear-gradient(180deg,var(--grey-800) 0,var(--black) 100%);pointer-events:none}.about-team-subtitle{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-top:24px;max-width:535px}.about-team-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;max-width:1320px;margin:0 auto}.about-team-card{width:312px;height:406px;position:relative;overflow:hidden}.about-team-card-photo{position:absolute;inset:0}.about-team-card-photo img{width:100%;height:100%;object-fit:cover}.about-team-card-placeholder{width:100%;height:100%;background:var(--grey-600)}.about-team-card-gradient{position:absolute;bottom:-13%;left:0;right:0;height:300px;background:linear-gradient(180deg,rgba(var(--grey-800-rgb),0) 0,var(--grey-800) 87.8%);pointer-events:none}.about-team-card-info{position:absolute;bottom:24px;left:16px;right:16px;display:flex;flex-direction:column;gap:8px}.about-team-card-name{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.about-team-card-bottom{display:flex;align-items:center;justify-content:space-between}.about-team-card-role{display:inline-flex;align-items:center;padding:8px 16px;backdrop-filter:blur(12px);background:var(--grey-600);border:1px solid var(--grey-400);border-radius:128px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:var(--white);overflow:hidden;white-space:nowrap}.about-team-card-linkedin{flex-shrink:0;display:flex;align-items:center;justify-content:center}.about-team-card-linkedin img{width:24px;height:24px}.about-hiring{padding:0 60px;max-width:1440px;margin:0 auto}.about-hiring-container{position:relative;height:556px;overflow:hidden;border-radius:16px;isolation:isolate;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.about-hiring-bg{position:absolute;inset:0;background:var(--grey-800)}.about-hiring-asterisk{position:absolute;top:50%;left:-22%;transform:translateY(-50%);width:600px;height:600px;z-index:0;pointer-events:none}.about-hiring-asterisk img{width:100%;height:100%;object-fit:contain}.about-hiring-stripes{border-radius:16px;position:absolute;inset:0;z-index:1;opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:repeating-linear-gradient(90deg,rgba(var(--black-rgb),.64) 0,rgba(var(--black-rgb),.16) 72px)}.about-hiring-fade-top{top:0;background:linear-gradient(180deg,var(--black) 0,rgba(var(--black-rgb),0) 87.8%);z-index:0}.about-hiring-fade-bottom,.about-hiring-fade-top{position:absolute;left:0;right:0;height:279px;pointer-events:none}.about-hiring-fade-bottom{bottom:0;background:linear-gradient(0deg,var(--black) 0,rgba(var(--black-rgb),0) 87.8%);z-index:2}.about-hiring-content{position:absolute;top:50%;left:50%;transform:translate(-25%,-50%);z-index:3;max-width:536px}.about-hiring-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-top:24px}.about-hiring-title .highlight-blue{color:var(--green)}.about-hiring-actions{margin-top:48px}.about-hiring-buttons{display:flex;align-items:center;gap:16px}.about-hiring-note{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200);margin-top:16px}.about-tech{padding:0 0 100px;max-width:1440px;margin:0 auto;position:relative}.about-tech-dots{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;height:70%;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.about-tech-header{position:relative;margin-bottom:48px;padding:100px 60px 0;background-size:24px 24px}.about-tech-header-text{text-align:left;margin-left:33%}.about-tech-header-text .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text}.about-tech-deco{position:absolute;top:100px;left:60px;width:48px;height:48px;z-index:1}.about-tech-subtitle{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);margin-top:24px;max-width:536px}.about-tech-grid{padding:0;display:flex;flex-wrap:wrap;gap:16px 24px;max-width:1320px;margin:0 auto}.about-tech-card{width:200px;height:128px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(12px);background:var(--grey-800);border:1px solid var(--grey-400);border-radius:16px}.about-tech-icon{position:relative;width:64px;height:64px}.about-tech-icon img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.about-stats-results{position:relative;padding:80px 60px;overflow:hidden;min-height:320px}.about-stats-results-video{position:absolute;inset:0;z-index:0;overflow:hidden}.about-stats-results-video video{width:100%;height:100%;object-fit:cover}.about-stats-results-fade-top{position:absolute;top:0;left:0;right:0;height:189px;background:linear-gradient(180deg,var(--black) 0,rgba(var(--black-rgb),0) 87.8%);z-index:1;pointer-events:none}.about-stats-results-fade-bottom{position:absolute;bottom:-3px;left:0;right:0;height:320px;background:linear-gradient(0deg,var(--black) 0,rgba(var(--black-rgb),0) 87.8%);z-index:1;pointer-events:none}.about-stats-results-grid{position:relative;z-index:2;display:flex;gap:24px;justify-content:center;max-width:1320px;margin:0 auto}.about-stats-card{width:312px;backdrop-filter:blur(12px);background:#ffffff1f;border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:12px}.about-stats-card-top{display:flex;flex-direction:column;gap:8px}.about-stats-number{font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--white)}.about-stats-number .accent{font-size:36px}.about-stats-label{color:var(--white)}.about-stats-desc,.about-stats-label{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px}.about-stats-desc{color:var(--grey-200)}.about-systems{position:relative}.about-systems-main{position:relative;height:480px;overflow:hidden;display:flex;align-items:center;justify-content:center}.about-systems-bg{background:var(--grey-800)}.about-systems-bg,.about-systems-grid-lines{position:absolute;inset:0}.about-systems-vline{left:50%;top:28px;bottom:28px;width:1px;transform:translateX(-494px)}.about-systems-hline,.about-systems-vline{position:absolute;background:var(--grey-400)}.about-systems-hline{top:142px;left:0;right:0;height:1px}.about-systems-fade-top{top:0;height:175px;background:linear-gradient(180deg,var(--black) 0,rgba(var(--black-rgb),0) 87.8%)}.about-systems-fade-bottom-inner,.about-systems-fade-top{position:absolute;left:0;right:0;z-index:1;pointer-events:none}.about-systems-fade-bottom-inner{bottom:0;height:176px;background:linear-gradient(0deg,var(--grey-800) 0,rgba(var(--grey-800-rgb),0) 87.8%)}.about-systems-cross{position:absolute;z-index:2;pointer-events:none}.about-systems-label-left{position:absolute;left:calc(50% - 602px);top:320px;z-index:2}.about-systems-label-right{position:absolute;left:calc(50% + 429px);top:74px;z-index:2}.about-systems-badge{width:83px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--blue);color:var(--white);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;text-align:center;white-space:nowrap}.about-systems-blue-square{width:24px;height:24px;background:var(--blue);margin-left:83px}.about-systems-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.about-systems-title{text-align:center;max-width:582px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.about-systems-desc{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:24px;max-width:470px;text-align:center}.about-systems-transition{height:269px;background:linear-gradient(180deg,var(--grey-800) 0,var(--black) 100%)}.about-blog-overlap{position:relative;z-index:2;margin-top:-100px}@media (max-width:1024px){.about-hero .hero-title{font-size:56px;line-height:56px}.about-description-inner{flex-direction:column}.about-description-left{width:100%;min-height:auto}.about-description-right{max-width:100%}.about-description-green-arrow{display:none}.about-values-columns{flex-direction:column;align-items:center}.about-values-do,.about-values-dont{width:100%;max-width:536px}.about-journey{padding:60px 20px;overflow:hidden}.about-journey-layout{flex-direction:column}.about-journey-header{width:100%}.about-journey-right{max-width:100%;overflow:hidden}.about-journey-card{width:340px}.about-journey-nav.results-nav{padding-right:0;max-width:90vw}.about-team{padding:60px 0}.about-team .growth-process-header{padding:0 20px;margin:0}.about-team-bg{padding:0 0 60px;overflow:hidden}.about-team-fade-top{margin-left:0;margin-right:0;width:100%}.about-team-fade-bottom{position:absolute;bottom:0;left:0;width:100%;height:225px;z-index:1}.about-team-nav.results-nav{display:flex;padding:20px 20px 0;position:relative;z-index:2}.about-team-grid{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:20px 0 20px 20px}.about-team-grid::-webkit-scrollbar{display:none}.about-team-card{width:312px;min-width:312px;height:406px;flex-shrink:0}.about-hiring{padding:0 20px}.about-hiring-container{height:auto;min-height:480px}.about-hiring-content{position:relative;top:auto;left:auto;transform:none;padding:48px 24px;max-width:100%}.about-hiring-asterisk{left:-30%;opacity:.4}.about-tech-grid{justify-content:center}.about-tech-card{width:calc(33.333% - 16px);padding:24px}.about-stats-results-grid{flex-wrap:wrap}.about-stats-card{width:calc(50% - 12px)}.about-systems-main{height:400px}.about-systems-transition{height:180px}}@media (max-width:768px){.about-hero .hero-title{font-size:40px;line-height:44px;letter-spacing:-.88px;background:linear-gradient(90deg,var(--grey-200) 15.69%,var(--white) 50.27%,var(--grey-200) 84.85%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.about-hero-subtitle{font-size:18px;line-height:24px;padding:0 20px;margin-bottom:32px}.about-hero-buttons{flex-direction:row;gap:12px}.about-description{padding:60px 20px}.about-description-heading{font-size:32px;line-height:36px}.about-description-points{font-size:18px;line-height:26px}.about-values{padding:60px 20px}.about-values-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.about-values-do,.about-values-dont{width:100%;padding:24px 20px;gap:48px}.about-values-item{border-radius:40px;padding:8px 12px}.about-journey .section-title{font-size:36px;line-height:40px}.about-journey-subtitle{font-size:24px;line-height:32px}.about-journey-card{width:330px;height:auto;display:flex;flex-direction:column;gap:24px;overflow:hidden;padding:24px 20px;justify-content:flex-start}.about-journey-year{align-self:flex-start}.about-journey-title{font-size:36px;line-height:40px;width:100%;margin-top:12px}.about-journey-desc{max-width:100%;margin-top:0}.about-journey-image-wrap{position:relative;bottom:auto;left:auto;width:100%;height:160px}.about-journey-grid{gap:16px}.about-mission{padding:32px 20px}.about-mission-inner{flex-direction:column;align-items:flex-start;gap:12px}.about-mission-heading{font-size:44px;line-height:48px;letter-spacing:-.88px;max-width:350px;margin-left:0}.about-mission-arrow{margin-left:auto}.about-mission-arrow,.about-mission-arrow svg{width:64px;height:64px}.about-team{padding:60px 0}.about-team .growth-process-header{padding:0 20px;margin:0}.about-team .section-title{font-size:36px;line-height:40px;text-align:left}.about-team-subtitle{font-size:18px;line-height:24px;text-align:left}.about-team-bg{padding:0 0 60px;overflow:hidden;max-width:100vw}.about-team-fade-top{margin-left:0;margin-right:0;width:100%}.about-team-grid{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding-bottom:8px;padding-left:20px}.about-team-grid::-webkit-scrollbar{display:none}.about-team-card{width:312px;min-width:312px;height:406px}.about-hiring-container{min-height:742px;height:auto}.about-hiring-content{padding:166px 20px 40px;max-width:310px}.about-hiring-actions{margin-top:48px}.about-hiring-buttons .btn-outline,.about-hiring-buttons .hero-cta{width:100%;justify-content:center;text-align:center}.about-hiring-asterisk{width:300px;height:300px;left:50%;top:-150px;transform:translateX(-50%);opacity:1;z-index:1}.about-tech{padding:60px 20px;overflow:hidden}.about-tech-header{margin-top:0;padding:0;margin-bottom:32px}.about-tech-header-text{margin-left:0;text-align:left}.about-tech-header-text .section-title{font-size:36px;line-height:40px}.about-tech-deco{position:static;margin-bottom:16px}.about-tech-subtitle{font-size:18px;line-height:22px}.about-tech-grid{gap:16px}.about-tech-card{width:calc(50% - 8px);height:108px}.about-stats-results{padding:40px 20px;min-height:520px}.about-stats-results-grid{flex-direction:row;flex-wrap:wrap;gap:16px}.about-stats-card{width:calc(50% - 8px);padding:12px 20px}.about-stats-number{font-size:36px;line-height:44px}.about-systems-main{height:550px}.about-systems-transition{height:92px}.about-systems-title{font-size:44px;line-height:48px;letter-spacing:-.88px;max-width:350px}.about-systems-desc{max-width:350px}.about-systems-fade-top{height:121px}.about-systems-fade-bottom-inner{height:92px}.about-systems-label-left{display:flex;flex-direction:column;left:44px;top:auto;bottom:60px}.about-systems-label-right{display:none}.about-systems-vline{transform:translateX(0)}.about-systems-cross{display:none}.about-hiring-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.about-hiring-buttons{flex-direction:column;gap:16px;align-items:flex-start}}.services-hero .hero-content{text-align:left;align-items:flex-start;padding:0 60px;max-width:1000px;margin-right:auto}.services-hero .hero-title{font-size:96px;line-height:84px;letter-spacing:-2.88px}.services-hero-subtitle{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:696px;margin-bottom:40px}.svc-description{position:relative;padding:100px 60px;max-width:1440px;margin:0 auto}.svc-description .description-dots{left:50%;width:100vw;transform:translateX(-50%)}.svc-description-inner{position:relative;z-index:1;display:flex;align-items:flex-start;gap:40px}.svc-description-left{flex-shrink:0;width:420px}.svc-description-left .description-label{width:auto;margin-bottom:16px}.svc-description-heading{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.svc-description-heading .green{color:var(--green);font-weight:inherit}.svc-description-right{flex:1 1;gap:40px;align-items:flex-start}.svc-description-right,.svc-description-text{display:flex;flex-direction:column;max-width:536px}.svc-description-text{gap:24px}.svc-description-text p{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.svc-description-bold{font-weight:500;font-size:24px!important;line-height:32px!important;letter-spacing:-.48px!important}.svc-description-image{position:absolute;right:0;top:70%;transform:translate(50%,-50%);width:500px;pointer-events:none;z-index:-1}.svc-description-image img{width:100%;height:auto;display:block}.svc-description-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--black) 30%,rgba(var(--black-rgb),0) 88.43%);pointer-events:none}.svc-whatwedo{padding:32px 24px 0;max-width:1320px;margin:0 auto;background:var(--grey-800)}.svc-whatwedo-header{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.svc-whatwedo-header .section-title{background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000}.svc-whatwedo-body{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.svc-whatwedo-list{gap:0}.svc-whatwedo-list .service-item{display:flex;align-items:flex-start;gap:24px;padding:24px 0;border-bottom:1px solid var(--grey-400)}.svc-whatwedo-list .service-item:last-child{border-bottom:none}.svc-whatwedo-list .service-item-left{display:flex;align-items:flex-start;gap:24px;width:380px;flex-shrink:0}.svc-whatwedo-list .service-number{font-size:14px;line-height:20px;color:var(--green);width:20px;text-align:right;flex-shrink:0}.svc-whatwedo-list .service-name{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.svc-whatwedo-list .service-desc{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);max-width:400px}.svc-whatwedo-card{width:396px;flex-shrink:0;background:var(--blue);border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:387px}.svc-whatwedo-card-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white);margin-bottom:24px}.svc-whatwedo-card-items{display:flex;flex-direction:column;gap:16px}.svc-whatwedo-card-item{display:flex;gap:16px;align-items:flex-start}.svc-whatwedo-card-icon{width:16px;height:16px;flex-shrink:0;color:var(--white);margin-top:4px}.svc-whatwedo-card-text{display:flex;flex-direction:column;gap:4px}.svc-whatwedo-card-item-title{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.svc-whatwedo-card-item-desc{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.svc-seo-plan{padding:160px 60px 80px;max-width:1440px;margin:0 auto;position:relative;overflow:hidden;z-index:2}.svc-seo-plan-dots{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:516px;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none;z-index:-1}.svc-seo-plan-left .section-label{max-width:320px}.svc-seo-plan-inner{display:flex;align-items:flex-start;gap:136px;position:relative}.svc-seo-plan-left{flex-shrink:0}.svc-seo-plan-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.svc-seo-plan-title .blue{color:var(--green)}.svc-seo-plan-cross{margin-top:120px}.svc-seo-plan-right{max-width:536px}.svc-seo-plan-subtitle{font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);margin-top:24px;margin-bottom:24px}.svc-seo-plan-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px}.svc-seo-plan-badge{display:inline-flex;align-items:center;gap:8px;background:var(--grey-600);border-radius:128px;padding:8px 16px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.svc-seo-plan-badge-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--white)}.svc-seo-plan .cta-contact-btn{margin-top:32px}.svc-seo-plan .cta-asterisk{position:absolute;right:0;top:33px;width:174px;height:174px}.svc-process{padding:80px 0;max-width:1440px;margin:0 auto}.svc-process .container{max-width:1320px;margin:0 auto;padding:0 60px}.svc-process-title{text-align:center;margin-bottom:8px}.svc-process-link{text-align:center;margin-bottom:64px}.svc-process-link a{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);text-decoration:none;transition:color .2s}.svc-process-link a:hover{color:var(--white)}.svc-process-cards{display:flex;gap:24px}.svc-process-card{flex:1 1;padding:24px;display:flex;flex-direction:column;gap:70px;min-height:387px}.svc-process-card--typical{background:var(--grey-800);max-width:423px}.svc-process-card--techunit{background:var(--blue);flex:1.27 1}.svc-process-card-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.svc-process-card-items{display:flex;flex-direction:column;gap:12px}.svc-process-item{display:flex;align-items:center;gap:8px;background:var(--grey-600);border-radius:40px;padding:8px 16px;color:var(--white);font-size:18px;line-height:24px;letter-spacing:-.18px}.svc-process-item--plus{background:var(--white);color:var(--black)}.svc-process-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.svc-process-icon--minus{color:var(--grey-200)}.svc-process-icon--plus{color:var(--blue)}.svc-dark-wrapper{position:relative;background:var(--grey-800);.about-tech{margin-top:-128px}}.svc-dark-wrapper .about-tech,.svc-dark-wrapper .ai-section,.svc-dark-wrapper .svc-launch{background:#0000}.svc-tech-no-dots .about-tech-dots{display:none}.svc-launch{padding:80px 0 0 60px;background:var(--grey-800);height:100vh;display:flex;flex-direction:column}.svc-launch-header{padding-right:60px;margin-bottom:48px}.svc-launch-title{text-align:center}.svc-launch-wrapper{flex:1 1;overflow:hidden}.svc-launch-grid{display:flex;gap:24px;align-items:flex-start}.svc-launch-card{width:424px;flex-shrink:0;display:flex;flex-direction:column}.svc-launch-card:first-child .svc-launch-card-body{transform:translateY(48px)}.svc-launch-card:nth-child(2) .svc-launch-card-body{transform:translateY(96px)}.svc-launch-card:nth-child(3) .svc-launch-card-body{transform:translateY(150px)}.svc-launch-card:nth-child(4) .svc-launch-card-body{transform:translateY(204px)}.svc-launch-progress{height:4px;margin-bottom:24px}.svc-launch-progress,.svc-launch-progress--active{background:var(--grey-400)}.svc-launch-progress-bar{height:100%;background:var(--green)}.svc-launch-card-header{display:flex;align-items:center;justify-content:space-between;padding:0 12px;margin-bottom:48px}.svc-launch-tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:var(--grey-600);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.svc-launch-tag--active{background:var(--blue)}.svc-launch-days{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.svc-launch-card-body{background:var(--grey-600);padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:48px;flex:1 1}.svc-launch-card-title{font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;color:var(--white)}.svc-launch-card-title--green{color:var(--green)}.svc-launch-card-desc{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}@media (max-width:1200px){.svc-description-right{flex-direction:column}.svc-description-image{width:200px;height:300px}.svc-whatwedo-body{flex-direction:column}.svc-whatwedo-card{width:100%}.svc-whatwedo-list .service-item{flex-direction:column;gap:12px}.svc-whatwedo-list .service-item-left{width:100%}.svc-seo-plan-inner{gap:60px}.svc-process-cards{flex-direction:column}.svc-process-card--techunit,.svc-process-card--typical{max-width:100%}}@media (max-width:1024px){.services-hero .hero-title{font-size:56px;line-height:56px}.services-hero .hero-content{padding:0 40px}.svc-description{padding:60px 40px}.svc-description-inner{flex-direction:column}.svc-description-left{width:100%}.svc-description-image{display:none}.svc-whatwedo{padding:32px 20px 0}.svc-whatwedo-list .service-name{font-size:24px;line-height:32px}.svc-seo-plan{padding:60px 40px}.svc-seo-plan-inner{flex-direction:column;gap:32px}.svc-seo-plan-left{width:100%}.svc-seo-plan .cta-asterisk,.svc-seo-plan-cross{display:none}.svc-launch{padding:60px 0 60px 40px;height:auto;overflow:visible}.svc-launch-header{padding-right:40px}.svc-launch-wrapper{flex:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory}.svc-launch-wrapper::-webkit-scrollbar{display:none}.svc-launch-grid:after{content:"";flex-shrink:0;width:40px}.svc-launch-card{width:340px;scroll-snap-align:start}.svc-launch-card:last-child{scroll-snap-align:end}.svc-launch-card:first-child .svc-launch-card-body,.svc-launch-card:nth-child(2) .svc-launch-card-body,.svc-launch-card:nth-child(3) .svc-launch-card-body,.svc-launch-card:nth-child(4) .svc-launch-card-body{transform:none}.svc-launch-card-title{font-size:32px;line-height:36px}}@media (max-width:768px){.services-hero .hero-title{font-size:40px;line-height:44px;letter-spacing:-.88px}.services-hero .hero-content{padding:0 20px}.services-hero-subtitle{font-size:16px;line-height:22px;margin-bottom:32px}.svc-description{padding:60px 20px}.svc-description-heading{font-size:32px;line-height:36px}.svc-whatwedo-container{padding:0 20px}.svc-whatwedo{padding:32px 20px 0}.svc-whatwedo .services-tabs{flex-wrap:wrap}.svc-whatwedo-card{min-height:auto}.svc-seo-plan{padding:40px 20px}.blog-newsletter-image-fade{bottom:0}.blog-newsletter-image{right:-80px}.services-tech-logos{margin:0}.svc-seo-plan-title{font-size:36px;line-height:40px}.svc-process{padding:40px 0}.svc-process .container{padding:0 20px}.svc-process-title{font-size:36px;line-height:40px}.svc-launch{padding:40px 20px}.svc-dark-wrapper .about-tech{margin-top:0}.svc-launch-header{padding-right:20px}.svc-launch-title{font-size:36px;line-height:40px}.svc-launch-grid:after{width:20px}.svc-launch-card{width:300px}.svc-launch-card-title{font-size:28px;line-height:32px}}@media (max-width:480px){.services-hero .hero-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.svc-description-heading{font-size:28px;line-height:32px}.svc-description-bold{font-size:20px!important;line-height:28px!important}.svc-whatwedo-list .service-name{font-size:20px;line-height:28px}.svc-whatwedo-card-title{font-size:24px;line-height:32px}.svc-seo-plan-title{font-size:28px;line-height:32px}.svc-process-card-title{font-size:24px;line-height:32px}.svc-process-item{font-size:16px;line-height:22px}.svc-launch-card{width:280px}.svc-launch-card-title{font-size:24px;line-height:28px}}.legal-page{min-height:100vh;background:var(--black);color:var(--white);padding:160px 0 80px}.legal-page-inner{max-width:800px;margin:0 auto;padding:0 24px}.legal-page-title{font-family:var(--font-primary);font-weight:700;font-size:48px;line-height:56px;margin-bottom:48px;color:var(--white)}.legal-page-content{font-family:var(--font-primary);font-size:16px;line-height:28px;color:var(--grey-200)}.legal-page-content h2{font-size:28px;line-height:36px;font-weight:700;color:var(--white);margin:48px 0 16px}.legal-page-content h3{font-size:20px;line-height:28px;font-weight:600;color:var(--white);margin:32px 0 12px}.legal-page-content p{margin-bottom:16px}.legal-page-content ul{list-style:none;padding:0;margin-bottom:16px}.legal-page-content li{position:relative;padding-left:20px;margin-bottom:8px}.legal-page-content li:before{content:"\2022";color:var(--green);position:absolute;left:0}.legal-page-content strong{color:var(--white);font-weight:600}.legal-page-content a{color:var(--blue);text-decoration:none}.legal-page-content a:hover{text-decoration:underline}.legal-page-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}.legal-page-content td{padding:10px 12px;border:1px solid var(--grey-400)}.legal-page-content tr:first-child td{font-weight:600;color:var(--white);background:var(--grey-600)}@media (max-width:768px){.legal-page{padding:120px 0 60px}.legal-page-title{font-size:32px;line-height:40px;margin-bottom:32px}.legal-page-content h2{font-size:22px;line-height:28px}}.svc-landing-hero{height:calc(100vh - 40px);padding:80px 0 0;justify-content:center;gap:0}.svc-landing-hero .hero-content{max-width:920px;margin:auto 0;padding:80px 0 32px;text-align:center;align-items:center}.svc-hero-stats{position:relative;z-index:3;display:flex;gap:24px;padding:0 60px;margin:auto auto 0;width:100%}.svc-hero-stat{flex:1 1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff1f;border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.svc-hero-stat-number{font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--white)}.svc-hero-stat-unit{font-size:36px}.svc-hero-stat-label{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.svc-grey-wrapper{position:relative;background:var(--grey-800);overflow-x:clip}.svc-grey-wrapper .contact-team,.svc-grey-wrapper .faq,.svc-grey-wrapper .svc-seo-plan,.svc-grey-wrapper .svc-testimonials,.svc-grey-wrapper .svc-timeline{background:#0000;position:relative;z-index:2;overflow:visible}.svc-grey-fade-top{position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,var(--black) 0,#0000 88%);z-index:1;pointer-events:none}.svc-grey-fade-bottom{position:relative;width:100%;height:334px;margin-bottom:-334px;background:linear-gradient(180deg,#0000 0,var(--black) 88%);z-index:1;pointer-events:none}.svc-pain{padding:80px 60px 0;max-width:1440px;margin:0 auto}.svc-pain-header{position:relative;margin-bottom:48px;padding-left:448px}.svc-pain-header-icon{position:absolute;left:0;top:16px;width:40px;height:40px!important;object-fit:contain}.svc-pain-heading{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;max-width:872px}.svc-pain-subtext{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);max-width:536px;margin-top:24px}.svc-pain-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.svc-pain-card{background:var(--grey-800);padding:32px 24px;display:flex;flex-direction:column;min-height:451px}.svc-pain-card--green{background:var(--green)}.svc-pain-card--green .svc-pain-card-text,.svc-pain-card--green .svc-pain-card-title{color:var(--black)}.svc-pain-card-title{font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;color:var(--white)}.svc-pain-card-img{width:188px;height:188px;margin:auto 0;align-self:flex-end;flex-shrink:0}.svc-pain-card-img img{width:188px;height:188px;object-fit:contain}.svc-pain-card:first-child .svc-pain-card-img img{transform:rotate(14deg)}.svc-pain-card-text{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);margin-top:auto}.svc-system{max-width:1440px;margin:0 auto}.svc-system-mission{position:relative;overflow:hidden;padding:100px 60px 140px}.svc-system-mission-dots{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.svc-system-mission-inner{position:relative;display:flex;align-items:center;justify-content:space-between}.svc-system-mission-inner .section-label{flex-shrink:0;align-self:center}.svc-system-mission-heading{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);max-width:536px;margin:0}.svc-system-mission-heading .accent{color:var(--green)}.svc-system-mission-arrow{flex-shrink:0;width:88px;height:88px}.svc-system-mission-arrow svg{width:88px;height:88px}.svc-system-content{padding:0 60px 80px}.svc-system-heading{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;text-align:center;max-width:1132px;margin:0 auto 24px;background:linear-gradient(90deg,var(--grey-200) 0,var(--white) 50%,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.svc-system-subtext{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:536px;margin:0 auto 72px}.svc-system-main-title,.svc-system-subtext{font-family:var(--font-primary);text-align:center}.svc-system-main-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;max-width:1132px;margin:0 auto 24px;background:linear-gradient(90deg,var(--grey-200) 0,var(--white) 50%,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.svc-system-main-desc{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);text-align:center;max-width:536px;margin:0 auto 72px}.svc-system-cards{display:grid;grid-template-columns:312fr 536fr 424fr;gap:24px}.svc-system-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:480px}.svc-system-card--blue{background:var(--blue)}.svc-system-card--dark{background:var(--grey-600)}.svc-system-card--green{background:#0000;gap:16px}.svc-system-card-text{position:relative;z-index:1;padding:24px}.svc-system-card--dark .svc-system-card-text{text-align:center;padding:24px 48px}.svc-system-card-title{font-family:var(--font-primary);font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;color:var(--white);margin:0 0 24px;white-space:pre-line}.svc-system-card--green .svc-system-card-title{color:var(--black)}.svc-system-card-body{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);margin:0}.svc-system-card--green .svc-system-card-body{color:var(--black)}.svc-system-card-image{position:absolute;z-index:0}.svc-system-card--blue{display:flex;flex-direction:column}.svc-system-card--blue .svc-system-card-text{flex:0 0 auto}.svc-system-card--blue .svc-system-card-image{position:relative;margin-top:auto;width:100%;display:flex;align-items:flex-end;justify-content:flex-end;padding-right:24px;padding-bottom:24px}.svc-system-card--blue .svc-system-card-image img{object-fit:contain;max-height:153px;max-width:150px;width:auto;position:relative!important;height:auto!important}.svc-system-card--dark .svc-system-card-image{left:-178px;top:61px;width:873px;height:873px}.svc-system-card--dark .svc-system-card-image img{object-fit:cover}.svc-system-card--green .svc-system-card-text{background:var(--green)}.svc-system-card-disclaimer{flex:1 1;padding:24px;background:var(--grey-600)}.svc-system-card-disclaimer p{font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin:0}.svc-whatwedo{background:var(--black);padding:80px 24px}.svc-whatwedo-header{max-width:1320px;margin:0 auto 32px;padding-left:33%}.svc-whatwedo-panel{max-width:1320px;margin:0 auto;background:var(--grey-800);border-radius:0;padding:32px 24px}.svc-whatwedo-heading{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin:0}.svc-whatwedo-subtext{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);max-width:600px;margin:24px 0 0}.svc-whatwedo-divider{height:1px;background:var(--grey-400)}.svc-whatwedo-list{display:flex;flex-direction:column}.svc-whatwedo-row{display:flex;gap:24px;align-items:flex-start;padding:24px 0;border-bottom:1px solid var(--grey-400)}.svc-whatwedo-row:last-child{border-bottom:none}.svc-whatwedo-row-left{display:flex;gap:24px;align-items:flex-start;width:399px;flex-shrink:0}.svc-whatwedo-row-num{font-family:var(--font-primary);font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--green);width:20px;text-align:right;flex-shrink:0}.svc-whatwedo-row-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px}.svc-whatwedo-row-desc,.svc-whatwedo-row-title{font-family:var(--font-primary);color:var(--white);margin:0}.svc-whatwedo-row-desc{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;flex:1 1}@media (max-width:1024px){.svc-whatwedo{padding:48px 16px}.svc-whatwedo-panel{padding:24px 16px}.svc-whatwedo-header{padding-left:0}.svc-whatwedo-heading{font-size:48px;line-height:52px;letter-spacing:-.96px}.svc-whatwedo-row{flex-direction:column;gap:12px}.svc-whatwedo-row-left{width:100%}.svc-whatwedo-row-title{font-size:24px;line-height:30px}}.svc-reporting{padding:80px 60px;max-width:1440px;margin:0 auto;position:relative;overflow:clip}.svc-reporting-dots{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:516px;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none;z-index:-1}.svc-reporting-header{display:flex;gap:24px;align-items:flex-start;margin-bottom:48px}.svc-reporting-aside{flex:0 0 33%;max-width:33%}.svc-reporting-asterisk{flex-shrink:0;width:66px;height:66px;margin-top:80px}.svc-reporting-header-text{flex:1 1 66%;max-width:66%}.svc-reporting-heading{font-size:72px;line-height:80px;letter-spacing:-1.44px;max-width:872px;padding:4px 0;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.svc-reporting-heading,.svc-reporting-subtext{font-family:var(--font-primary);font-weight:500}.svc-reporting-subtext{font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);max-width:535px}.svc-reporting-compare{display:flex;gap:24px;justify-content:center}.svc-reporting-col{padding:24px;display:flex;flex-direction:column;gap:70px}.svc-reporting-col--dark{background:var(--grey-800);width:423px}.svc-reporting-col--blue{background:var(--blue);width:536px}.svc-reporting-col-title{font-family:var(--font-primary);font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white);margin:0;max-width:348px;white-space:pre-line}.svc-reporting-pills{display:flex;flex-direction:column;gap:12px}.svc-reporting-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:40px}.svc-reporting-pill svg{flex-shrink:0;width:32px;height:32px}.svc-reporting-pill span{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px}.svc-reporting-pill--dark{background:var(--grey-600)}.svc-reporting-pill--dark span{color:var(--white)}.svc-reporting-pill--light{background:var(--white)}.svc-reporting-pill--light span{color:var(--black)}.svc-testimonials{padding:80px 60px;max-width:1440px;margin:0 auto}.svc-testimonials-heading{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:40px;padding:4px 0}.svc-testimonials-body{display:flex;align-items:flex-end;gap:74px}.svc-testimonials-clutch{display:flex;flex-direction:column;gap:12px;flex-shrink:0;width:150px}.svc-testimonials-clutch-logo{width:150px;height:44px;object-fit:contain;object-position:left}.svc-testimonials-rating{display:flex;align-items:center;gap:8px;font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--green)}.svc-testimonials-cards{display:flex;gap:24px;flex:1 1}.svc-testimonial-card{background:var(--grey-600);padding:24px;max-width:536px;flex:1 1 240px;min-height:240px;display:flex;flex-direction:column}.svc-testimonial-card-header{margin-bottom:auto}.svc-testimonial-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;margin:0}.svc-testimonial-name,.svc-testimonial-role{font-family:var(--font-primary);color:var(--white)}.svc-testimonial-role{font-size:16px;line-height:20px;letter-spacing:-.16px;margin:4px 0 0}.svc-testimonial-quote-icon{margin-top:24px}.svc-testimonial-quote-icon svg{width:40px;height:30px}.svc-testimonial-text{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin:12px 0 0}.svc-testimonials-nav{margin-top:32px;display:flex;align-items:center;gap:24px}.svc-testimonials-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.svc-testimonials-nav-buttons{display:flex;gap:12px}.svc-testimonials-nav-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;transition:opacity .2s}.svc-testimonials-nav-btn:hover{opacity:.7}.svc-team{padding:80px 60px;max-width:1440px;margin:0 auto;text-align:center}.svc-team-heading{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:48px}.svc-team-cards{display:flex;justify-content:center;gap:24px;margin-bottom:48px}.svc-team-card{width:300px;height:400px;position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--grey-400)}.svc-team-card img{width:100%;height:100%;object-fit:cover}.svc-team-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(0deg,rgba(var(--black-rgb),.9) 0,#0000 100%)}.svc-team-card-name{font-weight:600;font-size:18px;line-height:24px;color:var(--white)}.svc-team-card-role{font-size:14px;line-height:20px;color:var(--grey-200)}.svc-team-cta{display:flex;justify-content:center}.svc-team-cta-btn{display:inline-flex;align-items:center;gap:12px;background:var(--white);color:var(--black);border-radius:128px;padding:12px 24px;font-weight:700;font-size:18px;line-height:24px;transition:transform .2s}.svc-team-cta-btn:hover{transform:translateY(-2px)}.svc-team-cta-avatars{display:flex}.svc-team-cta-avatars img{width:32px;height:32px;border-radius:50%;border:2px solid var(--white);object-fit:cover;margin-left:-8px}.svc-team-cta-avatars img:first-child{margin-left:0}.svc-timeline{padding:80px 60px;position:relative}.svc-timeline-header{max-width:1440px;margin-left:auto;margin-right:auto}.svc-timeline-header,.svc-timeline-label{text-align:center;margin-bottom:16px}.svc-timeline-heading{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--grey-200) 0,var(--white) 50%,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;text-align:center;max-width:928px;margin:0 auto}.svc-timeline-wrapper{max-width:1440px;margin:0 auto;overflow:visible}.svc-timeline-track{display:flex;gap:24px;align-items:flex-end;width:max-content}.svc-timeline-step{flex:0 0 424px;width:424px;display:flex;flex-direction:column}.svc-timeline-step:first-child{padding-top:0}.svc-timeline-step:nth-child(2){padding-top:16px}.svc-timeline-step:nth-child(3){padding-top:32px}.svc-timeline-step:nth-child(4){padding-top:48px}.svc-timeline-step-top{display:flex;flex-direction:column;gap:24px}.svc-timeline-step-progress{width:100%;height:4px;background:var(--grey-600)}.svc-timeline-step-bar{height:100%;width:0;background:var(--green)}.svc-timeline-step-meta{display:flex;align-items:center;justify-content:space-between;padding:0 12px}.svc-timeline-step-tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;font-family:var(--font-primary);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);background:var(--grey-600);backdrop-filter:blur(12px)}.svc-timeline-step-tag--active{background:var(--blue)}.svc-timeline-step-day{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.svc-timeline-step-card{background:var(--grey-600);padding:32px 24px;margin-top:24px;display:flex;flex-direction:column;gap:48px}.svc-timeline-step-title{font-family:var(--font-primary);font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;color:var(--green);margin:0}.svc-timeline-step-desc{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);margin:0}.svc-audit-cta{padding:80px 60px;max-width:1440px;margin:0 auto;text-align:center}.svc-audit-cta-heading{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-bottom:24px}.svc-audit-cta-text{font-size:16px;line-height:24px;color:var(--grey-200);max-width:600px;margin:0 auto 32px}.svc-bottom-cta{padding:0 60px 80px;max-width:1440px;margin:0 auto}.svc-bottom-cta-inner{position:relative;background:var(--grey-600);border-radius:16px;overflow:hidden;padding:80px 60px;min-height:400px;display:flex;align-items:flex-end}.svc-bottom-cta-bg{position:absolute;inset:0;opacity:.15;background:repeating-linear-gradient(90deg,var(--green) 0,var(--green) 4px,#0000 4px,#0000 24px);filter:blur(8px);animation:svc-cta-glow 8s ease-in-out infinite alternate}@keyframes svc-cta-glow{0%{opacity:.1}to{opacity:.25}}.svc-bottom-cta-fade{position:absolute;inset:0;background:linear-gradient(180deg,#0000 0,var(--grey-600) 70%);pointer-events:none}.svc-bottom-cta-content{position:relative;z-index:2;max-width:600px}.svc-bottom-cta-heading{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-bottom:16px}.svc-bottom-cta-text{font-size:18px;line-height:26px;color:var(--grey-200);margin-bottom:32px}.svc-bottom-cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--black);border-radius:128px;padding:12px 24px;font-weight:700;font-size:18px;line-height:24px;transition:transform .2s}.svc-bottom-cta-btn:hover{transform:translateY(-2px)}.svc-bottom-cta-accent{position:absolute;right:60px;bottom:60px;z-index:2}@media (max-width:768px){.svc-audit-cta,.svc-bottom-cta,.svc-pain,.svc-reporting,.svc-system,.svc-team,.svc-testimonials,.svc-timeline,.svc-whatwedo{padding-left:20px;padding-right:20px}.svc-pain-cards,.svc-reporting-compare,.svc-system-cards,.svc-testimonials-body{flex-direction:column;align-items:flex-start}.svc-testimonials-cards{flex-direction:column;width:100%}.svc-testimonials-heading{font-size:36px;line-height:40px}.svc-system-mission{padding:106px 0}.svc-system-mission-inner{flex-direction:column;gap:12px;align-items:center;justify-content:space-between}.svc-system-mission-inner .section-label{align-self:flex-start}.svc-system-mission-heading{font-size:32px;line-height:36px;margin-left:0}.svc-system-mission-arrow,.svc-system-mission-arrow svg{align-self:end;width:60px;height:60px}.svc-system-content{padding:0 0 126px}.svc-system-cards{grid-template-columns:1fr}.svc-system-heading{margin:0}.svc-system-card-title{font-size:24px;line-height:28px}.svc-system-card--dark .svc-system-card-image{position:relative;left:auto;top:auto;width:100%;height:160px;padding-top:13px;overflow:hidden}.svc-system-card--dark .svc-system-card-image img{scale:1.5;object-fit:cover;object-position:top center;height:300px!important;max-height:none}.svc-whatwedo-row{flex-direction:column;gap:12px}.svc-whatwedo-row-left{width:100%}.svc-whatwedo-row-title{line-height:32px}.svc-timeline-step{width:100%}.svc-timeline-heading{font-size:36px;line-height:40px}.svc-timeline-step-title{font-size:28px;line-height:32px}.svc-pain-heading,.svc-reporting-heading,.svc-system-heading,.svc-whatwedo-heading{max-width:70%;font-size:36px;line-height:40px}.svc-reporting-asterisk{display:none}.svc-reporting-compare{flex-direction:column}.svc-reporting-col--blue,.svc-reporting-col--dark{width:100%}.svc-reporting-subtext{line-height:26px}.svc-audit-cta-heading,.svc-bottom-cta-heading,.svc-pain-heading,.svc-team-heading,.svc-testimonials-heading,.svc-timeline-heading{font-size:32px;line-height:36px}.svc-pain-card-title{font-size:28px;line-height:34px}.svc-team-cards{flex-direction:column;align-items:center}.svc-team-card{width:100%;max-width:300px;transform:none!important}.svc-bottom-cta-inner{padding:48px 24px}.svc-testimonials-body{flex-direction:column;align-items:flex-start;gap:24px}.svc-landing-hero{height:calc(100vh - 210px);min-height:500px;padding:0}.svc-landing-hero .hero-content{padding:120px 20px 32px;text-align:center;align-items:center}.svc-hero-stats{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px 20px;flex-direction:unset}.svc-hero-stat{padding:16px}.svc-pain{padding-top:40px}.svc-pain-heading{font-size:28px;line-height:34px}.svc-pain-header-icon{display:none}.svc-pain-header{padding-left:0}.svc-pain-cards{grid-template-columns:1fr}.svc-system-heading{font-size:28px;line-height:34px;text-align:left}.svc-system-subtext{text-align:left;margin-left:0;margin-right:0}.svc-system-main-title{font-size:36px;line-height:46px;text-align:center;width:100%;margin:0 0 24px}.svc-system-main-desc{font-weight:500;text-align:center}.svc-system-card{min-height:auto}.svc-system-card-title{font-size:32px;line-height:40px}.svc-system-card-body{font-size:16px;line-height:20px}.svc-system-card--dark .svc-system-card-text{padding:24px}.svc-system-card--blue .svc-system-card-image img{max-height:100px;max-width:100px}.results-info-title{font-size:36px;line-height:40px}.results-info-description{margin-top:117px}.results-info{height:auto}.svc-whatwedo-heading{font-size:28px;line-height:34px}.svc-whatwedo-row-title{font-size:24px;line-height:28px}.svc-reporting{padding:40px 20px}.svc-reporting-heading{font-size:36px;line-height:46px;padding:0}.svc-reporting-header{flex-direction:column;gap:24px}.svc-reporting-aside,.svc-reporting-header-text{flex-basis:auto;max-width:100%}.svc-reporting-asterisk{margin-top:0}.svc-reporting-col-title{font-size:32px;line-height:36px}.svc-reporting-col{gap:48px}.svc-reporting-subtext{font-size:18px;line-height:24px}.svc-testimonials{padding:40px 20px}.svc-testimonials-heading{font-size:28px;line-height:34px}.svc-testimonial-card{width:100%;min-height:auto}.svc-testimonial-name{font-size:20px;line-height:28px}.svc-testimonials-nav{margin-top:24px}.svc-timeline{padding:40px 20px}.svc-timeline-wrapper{overflow:hidden}.svc-timeline-track{flex-direction:column;align-items:stretch;width:auto!important;transform:none!important}.svc-timeline-heading{margin-bottom:48px;font-size:28px;line-height:34px}.svc-timeline-step{width:100%!important;flex:none}.svc-timeline-step:first-child,.svc-timeline-step:nth-child(2),.svc-timeline-step:nth-child(3),.svc-timeline-step:nth-child(4){padding-top:0}.svc-timeline-step-title{font-size:24px;line-height:28px}.svc-timeline-step-card{gap:16px;margin-top:16px}.svc-timeline-step-card,.svc-timeline-step-card *{transform:none!important}.svc-timeline-step-meta{padding:0}.svc-timeline-step-top{gap:16px}.results-grid{grid-template-columns:1fr;gap:16px}.results-card-preview{display:none}.results-info-title{font-size:28px;line-height:34px}.results .section-title{font-size:36px;line-height:46px}.svc-seo-plan-dots{display:none}.svc-seo-plan-title{font-size:28px;line-height:34px}.svc-grey-fade-top{height:100px}.svc-grey-fade-bottom{height:160px;margin-bottom:-160px}.svc-bottom-cta{padding:0 20px 40px}}@media (max-width:480px){.svc-whatwedo-heading{font-size:36px;line-height:46px}.svc-landing-hero .hero-title{font-size:36px;line-height:40px}.svc-reporting-heading,.svc-system-heading,.svc-testimonials-heading,.svc-timeline-heading{font-size:36px;line-height:46px}.results-info h3,.svc-pain-heading{font-size:36px;line-height:40px}.svc-pain-heading{max-width:100%}}.case-page{--case-bg:var(--black);--case-bg-rgb:var(--black-rgb);--case-surface:var(--grey-800);--case-surface-rgb:var(--grey-800-rgb);--case-surface-alt:var(--grey-600);--case-border:var(--grey-400);--case-border-rgb:var(--grey-400-rgb);--case-muted:var(--grey-200);--case-text:var(--white);--case-text-rgb:var(--white-rgb);--case-accent:var(--blue);--case-highlight:var(--green);--case-danger:var(--red);--case-warning:var(--amber);--case-success:var(--green);--case-chart:var(--blue);--case-glass:#ffffff1f;--case-gradient-from:var(--case-muted);--case-gradient-via:var(--case-text);--case-gradient-to:var(--case-muted);--case-text-on-accent:var(--case-text);background:var(--case-bg);min-height:100vh}.case-page .hero-fade{background:linear-gradient(0deg,var(--case-bg) 0,rgba(var(--case-bg-rgb),0) 87.8%)}.case-hero--plain-title .hero-title{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:var(--case-text);background-clip:unset;color:var(--case-text)}.case-page .hero-title,.case-page [class*=-headline]{padding-bottom:.15em}.case-section-wrap{position:relative}.case-section-bg--default{background:var(--case-bg)}.case-section-bg--surface{background:var(--case-surface)}.case-section-bg--surface .case-about-client-badge,.case-section-bg--surface .case-pain-desc-card,.case-section-bg--surface .case-rankings-stat,.case-section-bg--surface .case-results-card,.case-section-bg--surface .case-stack-card{background:var(--case-accent);color:var(--case-text-on-accent)}.case-section-bg--surface .case-pain-desc,.case-section-bg--surface .case-rankings-stat-label,.case-section-bg--surface .case-rankings-stat-number,.case-section-bg--surface .case-results-card-label,.case-section-bg--surface .case-results-card-long,.case-section-bg--surface .case-results-card-number,.case-section-bg--surface .case-results-card-short,.case-section-bg--surface .case-stack-card-category,.case-section-bg--surface .case-stack-card-title{color:var(--case-text-on-accent)}.case-section-bg--fade-to-surface{background:linear-gradient(180deg,var(--case-bg) 0,var(--case-surface) 100%)}.case-section-bg--fade-from-surface{background:linear-gradient(180deg,var(--case-surface) 0,var(--case-bg) 100%)}.case-section-wrap>section{position:relative;z-index:1;background:#0000!important}.case-section-dots{position:absolute;inset:0;background-image:radial-gradient(circle,var(--case-border) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none;z-index:0}.case-custom-image{padding:80px 60px;max-width:1440px;margin:0 auto}.case-ci-header{display:flex;align-items:flex-start;gap:24px;margin-bottom:48px}.case-ci-icon{flex-shrink:0;width:33%;color:var(--case-highlight);margin-top:4px}.case-ci-header-text{flex:1 1}.case-ci-label{font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);margin-bottom:12px}.case-ci-headline,.case-ci-label{font-family:var(--font-primary);font-weight:500}.case-ci-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;max-width:872px;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-ci-headline em,.case-ci-headline span{-webkit-text-fill-color:var(--case-highlight);font-style:normal}.case-ci-subtitle{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text);max-width:774px}.case-ci-subtitle p{margin-bottom:16px}.case-ci-subtitle p:last-child{margin-bottom:0}.case-ci-image-wrap img,.case-ci-image-wrap video{width:100%;height:auto;display:block;border-radius:16px;object-fit:cover}.case-custom-image .case-rankings-stats{margin-top:24px}.case-ci-footer{display:flex;align-items:flex-start;gap:40px;margin-top:48px;padding-left:calc((100% - 1320px) / 2 + 448px);min-height:0}.case-ci-description{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text);max-width:534px;flex:1 1}.case-ci-description p{margin-bottom:16px}.case-ci-description p:last-child{margin-bottom:0}.case-ci-secondary{flex-shrink:0;width:260px;transform:rotate(-5deg)}.case-ci-secondary img{width:100%;height:auto;display:block}@media (max-width:768px){.case-custom-image{padding:40px 20px}.case-ci-icon{display:none}.case-ci-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-ci-footer{padding-left:0;flex-direction:column}.case-ci-secondary{width:160px;align-self:flex-end}}.case-hero{height:calc(100vh - 40px);padding:80px 0 0;justify-content:center;gap:0}.case-hero .hero-content{max-width:920px;margin:auto 0;padding:80px 0 32px;text-align:center;align-items:center}@media (min-width:1025px){.case-hero .hero-title{font-size:var(--case-hero-font-size,96px);line-height:var(--case-hero-line-height,106px)}}.case-hero-stats{position:relative;z-index:3;display:flex;gap:24px;padding:0 60px;margin:auto auto 0;width:100%}.case-hero-stat{flex:1 1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--case-glass);border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.case-hero-stat-number{font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-hero-stat-unit{font-size:36px}.case-hero-stat-label{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-audit{position:relative;padding:80px 60px;text-align:center;background:var(--case-bg);overflow:hidden}.case-audit-dots{position:absolute;top:0;left:0;right:0;height:50%;background-image:radial-gradient(circle,var(--case-border) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.case-audit-grid,.case-audit-headline,.case-audit-label,.case-audit-legend{position:relative}.case-audit-label{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:20px;letter-spacing:1.5px;color:var(--case-muted);margin-bottom:10px}.case-audit-headline{padding-bottom:.08em;font-family:var(--font-secondary);font-weight:500;font-size:72px;line-height:80px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto}.case-audit-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1320px;margin:0 auto 20px}.case-audit-card{padding:32px 28px;text-align:left;display:flex;flex-direction:column}.case-audit-card--blue{background:var(--case-accent)}.case-audit-card--dark{background:var(--case-surface)}.case-audit-card-title{font-family:var(--font-primary);font-weight:700;font-size:18px;line-height:20px;letter-spacing:1px;color:var(--case-text);margin-bottom:28px}.case-audit-list{list-style:none;display:flex;flex-direction:column;gap:24px}.case-audit-item{display:flex;align-items:flex-start;gap:14px}.case-audit-icon{flex-shrink:0;font-weight:800;font-size:22px;line-height:24px;width:20px;text-align:center;font-family:var(--font-primary)}.case-audit-icon--critical{color:var(--case-danger)}.case-audit-icon--opportunity{color:var(--case-warning)}.case-audit-icon--working{color:var(--case-success)}.case-audit-item-text{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;color:var(--case-text)}.case-audit-legend{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1320px;margin:0 auto}.case-audit-legend-item{display:flex;align-items:center;gap:12px;background:color-mix(in srgb,var(--case-surface) 60%,#0000);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;padding:14px 20px;font-family:var(--font-primary);font-weight:500;font-size:15px;line-height:22px;color:var(--case-text)}.case-rankings{padding:80px 60px;background:var(--case-bg)}.case-rankings-header{text-align:left;max-width:1320px;margin:0 auto 32px;padding-left:33%}.case-rankings-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--case-gradient-via) 0,var(--case-gradient-from) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-rankings-desc,.case-rankings-headline{font-family:var(--font-primary);font-weight:500}.case-rankings-desc{font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text);max-width:536px}.case-rankings-table-wrap{max-width:1320px;margin:0 auto 32px;overflow-x:auto}.case-rankings-table{width:100%;border-collapse:collapse;font-family:var(--font-primary)}.case-rank-th{background:var(--case-highlight);color:var(--case-bg);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;padding:10px 24px;text-align:center;white-space:nowrap}.case-rank-th--keyword{text-align:left}.case-rank-td,.case-rank-th--page{text-align:center}.case-rank-td{background:var(--case-surface);color:var(--case-muted);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;padding:12px 16px;white-space:nowrap;border-bottom:1px solid var(--case-muted);border-right:1px solid var(--case-muted)}.case-rank-td:last-child{border-right:none}.case-rank-td--keyword,.case-rank-td--page{text-align:left}.case-rank-green{color:var(--case-highlight)}.case-rank-muted{color:var(--case-muted)}.case-rank-arrow{font-size:14px}.case-rankings-stats{display:flex;gap:24px;max-width:1320px;margin:0 auto}.case-rankings-stat{flex:1 1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--case-glass);border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.case-rankings-stat-number{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-rankings-stat-suffix{font-size:24px;color:var(--case-highlight)}.case-rankings-stat-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-stack .case-rankings-stat-label span{text-transform:uppercase}.case-traffic{padding:80px 60px;background:var(--case-bg)}.case-traffic-header{display:flex;gap:24px;max-width:1320px;margin:0 auto 40px;align-items:flex-start}.case-traffic-label{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);width:33%;flex-shrink:0;padding-top:8px}.case-traffic-header-text{flex:1 1}.case-traffic-headline{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;max-width:536px;width:100%;letter-spacing:-1.44px;background:var(--case-text);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-traffic-headline em,.case-traffic-headline span{-webkit-text-fill-color:var(--case-accent);font-style:normal}.case-traffic-desc{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-muted);max-width:536px}.case-traffic-body{display:flex;gap:24px;max-width:1320px;margin:0 auto;align-items:stretch}.case-traffic-chart-card{flex:1 1;min-width:0;background:var(--case-surface);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.case-traffic-chart-header{display:flex;justify-content:space-between;align-items:flex-start;padding:32px 24px 0}.case-traffic-chart-title{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:20px;letter-spacing:1px;color:var(--case-muted);max-width:320px}.case-traffic-chart-metric-wrap{text-align:right}.case-traffic-chart-metric{font-family:var(--font-primary);font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--case-highlight)}.case-traffic-chart-metric-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-traffic-chart-area{flex:1 1;min-height:0;padding:16px 24px 24px;display:flex;align-items:stretch}.case-traffic-chart-area .case-chart-svg{flex:1 1;min-height:0;height:100%;width:100%}.case-chart-svg,.case-traffic-chart-img{width:100%;height:auto;display:block}.case-chart-tick-y{font-size:16px;font-weight:400;line-height:20px;letter-spacing:-.16px}.case-chart-tick-x,.case-chart-tick-y{font-family:var(--font-primary);fill:var(--case-muted)}.case-chart-tick-x{font-size:18px;font-weight:500;letter-spacing:-.18px}.case-chart-annotation{font-family:var(--font-primary);font-size:13px;fill:var(--case-text);letter-spacing:-.13px}.case-traffic-sidebar{width:312px;flex-shrink:0;display:flex;flex-direction:column;gap:24px}.case-traffic-stats{display:flex;flex-direction:column;gap:20px}.case-traffic-stat{background:var(--case-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.case-traffic-stat-number{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-traffic-stat-suffix{font-size:24px;color:var(--case-highlight)}.case-traffic-stat-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-traffic-legend{background:color-mix(in srgb,var(--case-surface) 60%,#0000);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px}.case-traffic-legend-row{display:flex;align-items:center;gap:16px}.case-traffic-legend-line{width:30px;height:2px;flex-shrink:0}.case-traffic-legend-line--dashed{background:repeating-linear-gradient(90deg,var(--case-chart) 0,var(--case-chart) 6px,#0000 6px,#0000 10px);opacity:.6}.case-traffic-legend-line--solid{background:var(--case-chart)}.case-traffic-legend-text{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:22px;color:var(--case-text)}.case-results{padding:80px 60px;background:var(--case-bg)}.case-results-header{display:flex;gap:24px;max-width:1320px;margin:0 auto 40px;align-items:flex-start}.case-results-label{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);width:33%;flex-shrink:0;padding-top:4px}.case-results-header-text{flex:1 1}.case-results-headline{font-family:var(--font-primary);font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;max-width:536px;width:100%;color:var(--case-text)}.case-results-headline em,.case-results-headline span{color:var(--case-highlight);-webkit-text-fill-color:var(--case-highlight);font-style:normal}.case-results-header--no-label .case-results-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;max-width:none;text-align:center;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.case-results-header--no-label .case-results-headline em,.case-results-header--no-label .case-results-headline span{-webkit-text-fill-color:var(--case-highlight)}.case-results-scroll{max-width:1320px;margin:0 auto 24px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;cursor:grab}.case-results-scroll:active{cursor:grabbing}.case-results-scroll::-webkit-scrollbar{display:none}.case-results-track{display:flex;gap:24px}.case-results-card{flex-shrink:0;width:312px;background:color-mix(in srgb,var(--case-surface) 60%,#0000);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:24px;display:grid;grid-template-rows:auto minmax(60px,auto) auto 1fr;gap:0;scroll-snap-align:start}.case-results-card--short{grid-template-rows:auto auto}.case-results-card-top{display:contents}.case-results-card-number{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text);margin-bottom:8px}.case-results-card-affix{font-size:36px;color:var(--case-text)}.case-results-card-short{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-results-card-divider{height:2px;background:var(--case-border);opacity:.4;margin:24px 0}.case-results-card-long{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text)}.case-results-nav-row{display:flex;align-items:center;gap:24px;max-width:1320px;margin:0 auto 48px}.case-results-nav-line{flex:1 1;height:1px;background:var(--case-border)}.case-results-nav{display:flex;gap:8px;flex-shrink:0}.case-results-nav-btn{padding:0;border:none;background:#0000;cursor:pointer;display:flex;transition:opacity .2s}.case-results-nav-btn:hover{opacity:.7}.case-results-bottom{display:flex;justify-content:space-between;gap:24px;max-width:1320px;margin:0 auto;align-items:flex-start}.case-results-closing{flex:1 1;font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--case-text);max-width:424px}.case-results-timeline{width:536px;flex-shrink:0;background:var(--case-surface-alt);padding:24px;display:flex;flex-direction:column;gap:32px}.case-results-timeline-title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-results-timeline-rows{display:flex;flex-direction:column;gap:12px}.case-results-timeline-row{display:flex;justify-content:space-between;align-items:center}.case-results-timeline-label{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-muted)}.case-results-timeline-value{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-results-timeline-divider{height:1px;background:var(--case-border);margin-top:12px}.case-results-bottom-alt{display:flex;align-items:flex-start;gap:40px;max-width:1320px;margin:48px auto 0}.case-results-bottom-alt-left{flex:1 1;padding-left:33%}.case-results-bottom-alt-text{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text)}.case-results-bottom-alt-text p{margin-bottom:16px}.case-results-bottom-alt-text p:last-child{margin-bottom:0}.case-results-bottom-alt-cta{display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:16px 59px;border-radius:128px;background:var(--case-surface);color:var(--case-text);font-family:var(--font-primary);font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;text-decoration:none;white-space:nowrap;transition:opacity .2s}.case-results-bottom-alt-cta:hover{opacity:.85}.case-results-bottom-alt-img{flex-shrink:0;width:260px;transform:rotate(-15deg)}.case-results-bottom-alt-img img{width:100%;height:auto;display:block}@media (max-width:768px){.case-results-bottom-alt{flex-direction:column}.case-results-bottom-alt-left{padding-left:0}.case-results-bottom-alt-img{width:160px;align-self:flex-end}.case-results-bottom-alt-cta{padding:14px 32px}}.case-testimonial{position:relative;padding:80px 60px;background:var(--case-bg);overflow:hidden}.case-testimonial-dots{position:absolute;top:0;left:0;right:0;height:50%;background-image:radial-gradient(circle,var(--case-border) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.case-testimonial-body{position:relative;display:flex;gap:24px;max-width:1320px;margin:0 auto;align-items:stretch}.case-testimonial-left{width:100%;max-width:430px;min-height:406px;height:100%;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.case-testimonial-headline{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--case-gradient-via) 0,var(--case-gradient-from) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.case-testimonial-badge{display:flex;flex-direction:column;gap:8px}.case-testimonial-badge-img{height:auto;max-width:155px;display:block}.case-testimonial-badge-text{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;color:var(--case-highlight)}.case-testimonial-badge-icon{font-size:14px}.case-testimonial-quote-card{flex:1 1;max-width:536px;background:var(--case-surface-alt);padding:32px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.case-testimonial-quote-header{display:flex;flex-direction:column;gap:4px}.case-testimonial-name{font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--case-text)}.case-testimonial-role{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-testimonial-quote-body{display:flex;flex-direction:column;gap:16px}.case-testimonial-quote-mark{font-family:var(--font-primary);font-size:48px;line-height:1;color:var(--case-highlight)}.case-testimonial-quote-text{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:28px;letter-spacing:-.18px;color:var(--case-text)}.case-testimonial-media{flex-shrink:0;width:312px;max-width:312px;overflow:hidden}.case-testimonial-media img,.case-testimonial-media video{width:100%;height:100%;object-fit:cover;display:block}.case-testimonial-glance{width:312px;flex-shrink:0;background:var(--case-text);padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:32px}.case-testimonial-glance-title{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:20px;letter-spacing:1.5px;color:var(--case-bg)}.case-testimonial-glance-rows{display:flex;flex-direction:column;gap:16px}.case-testimonial-glance-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--case-muted)}.case-testimonial-glance-row:last-child{padding-bottom:0;border-bottom:none}.case-testimonial-glance-label{font-size:16px;letter-spacing:-.16px;color:var(--case-bg)}.case-testimonial-glance-label,.case-testimonial-glance-value{font-family:var(--font-primary);font-weight:400;line-height:24px}.case-testimonial-glance-value{font-size:18px;letter-spacing:-.36px;color:var(--case-accent)}.case-testimonial-nav-row{position:relative;display:flex;align-items:center;gap:24px;max-width:1320px;margin:48px auto 0}.case-testimonial-nav-line{flex:1 1;height:1px;background:var(--case-border)}.case-testimonial-nav{display:flex;gap:8px;flex-shrink:0}.case-authority{padding:80px 60px;background:var(--case-bg)}.case-authority-header{text-align:center;max-width:1320px;margin:0 auto 48px}.case-authority-label{font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);margin-bottom:16px}.case-authority-headline,.case-authority-label{font-family:var(--font-primary);font-weight:500}.case-authority-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.case-authority-body{display:flex;gap:24px;max-width:1320px;margin:0 auto 32px;align-items:stretch}.case-authority-dr-card{width:424px;flex-shrink:0;background:var(--case-surface);padding:24px;display:flex;flex-direction:column;gap:32px}.case-authority-card-title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-authority-dr-content{display:flex;gap:32px;align-items:flex-end}.case-authority-dr-chart{flex-shrink:0}.case-authority-bar-group{display:flex;gap:12px;align-items:flex-end}.case-authority-bar{display:flex;flex-direction:column;align-items:center;gap:8px;width:54px}.case-authority-bar-fill{width:100%;border-radius:2px 2px 0 0}.case-authority-bar-fill--before{background:var(--case-surface-alt)}.case-authority-bar-fill--after{background:var(--case-highlight)}.case-authority-bar-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted);text-align:center}.case-authority-dr-stat{flex:1 1;background:var(--case-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.case-authority-dr-stat-number{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-authority-dr-stat-suffix{font-size:24px;color:var(--case-highlight)}.case-authority-dr-stat-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-authority-dr-divider{height:2px;background:var(--case-border);opacity:.4}.case-authority-dr-desc{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text)}.case-authority-domains-card{flex:1 1;background:var(--case-surface);padding:24px;display:flex;flex-direction:column;gap:32px}.case-authority-domains-list{display:flex;flex-direction:column;gap:12px}.case-authority-domain-row{display:flex;gap:16px;align-items:center}.case-authority-domain-info{width:180px;flex-shrink:0;display:flex;flex-direction:column}.case-authority-domain-name{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-authority-domain-type{font-family:var(--font-primary);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--case-text)}.case-authority-domain-bar-wrap{flex:1 1;display:flex;gap:16px;align-items:center}.case-authority-domain-bar-track{flex:1 1;height:4px;background:var(--case-surface-alt);border-radius:14px;overflow:hidden}.case-authority-domain-bar-fill{height:100%;background:var(--case-highlight);border-radius:14px}.case-authority-domain-dr{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text);width:60px;text-align:right;flex-shrink:0}.case-authority-domain-divider{height:1px;margin-top:12px;background:var(--case-border)}.case-authority-stats{display:flex;gap:24px;max-width:1320px;margin:0 auto}.case-authority-stat{flex:1 1;background:var(--case-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.case-authority-stat-number{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-authority-stat-suffix{font-size:24px;color:var(--case-highlight)}.case-authority-stat-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-ba{padding:80px 60px;background:var(--case-bg)}.case-ba-header{display:flex;max-width:1320px;margin:0 auto 40px}.case-ba-arrow-col{width:33%;flex-shrink:0}.case-ba-header-text{text-align:left;flex:1 1}.case-ba-label{font-size:14px;line-height:24px;letter-spacing:-1%;color:var(--case-muted);margin-bottom:12px}.case-ba-headline,.case-ba-label{font-family:var(--font-primary);font-weight:500}.case-ba-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:16px}.case-ba-subtitle{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-ba-slider-wrap{max-width:1320px;margin:0 auto 32px}.case-ba-tags{display:flex;justify-content:space-between;margin-bottom:12px}.case-ba-tag{font-family:var(--font-primary);font-weight:500;font-size:16px;line-height:24px;padding:4px 16px;border-radius:128px}.case-ba-tag--before{background:var(--case-surface);color:var(--case-text)}.case-ba-tag--after{background:var(--case-accent);color:var(--case-text)}.case-ba-slider{position:relative;overflow:hidden;border-radius:12px;cursor:ew-resize;-webkit-user-select:none;user-select:none}.case-ba-img{display:block;width:100%;height:auto}.case-ba-img--after{position:relative}.case-ba-before-clip{position:absolute;top:0;left:0;bottom:0;overflow:hidden}.case-ba-img--before{display:block;width:auto;height:100%;max-width:none}.case-ba-divider{position:absolute;top:0;bottom:0;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none;z-index:2}.case-ba-divider-line{flex:1 1;width:4px;background:var(--case-highlight)}.case-ba-divider-handle{width:56px;height:56px;border-radius:50%;background:var(--case-highlight);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px #0000004d;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-ba-stats{display:flex;gap:24px;max-width:1320px;margin:0 auto}.case-ba-stat{flex:1 1;background:var(--case-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:12px 24px}.case-ba-stat-title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text);margin-bottom:8px}.case-ba-stat-values{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.case-ba-stat-old{font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-muted);text-decoration:line-through}.case-ba-stat-new,.case-ba-stat-old{font-family:var(--font-primary);font-weight:500}.case-ba-stat-new{font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--case-highlight)}.case-ba-stat-change{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-tl{padding:80px 0;background:var(--case-bg);overflow-x:clip;overflow-y:visible}.case-tl-header{text-align:center;max-width:1320px;margin:0 auto 48px;padding:0 60px}.case-tl-label{font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);margin-bottom:12px}.case-tl-headline,.case-tl-label{font-family:var(--font-primary);font-weight:500}.case-tl-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;max-width:928px;margin-left:auto;margin-right:auto;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.case-tl-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}.case-tl-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;padding:8px 16px;border-radius:128px;background:var(--case-accent);color:var(--case-text-on-accent);white-space:nowrap}.case-tl-badge-icon{display:flex;flex-shrink:0}.case-tl-wrapper{max-width:1440px;margin:0 auto;overflow-x:clip;overflow-y:visible}.case-tl-track{display:flex;gap:20px;padding:0 60px}.case-tl-step{flex-shrink:0;width:424px}.case-tl-step,.case-tl-step-top{display:flex;flex-direction:column}.case-tl-step-top{gap:16px;margin-bottom:20px}.case-tl-step-progress{height:4px;background:var(--case-border);border-radius:4px;overflow:hidden}.case-tl-step-bar{height:100%;background:var(--case-highlight);border-radius:4px;transition:width .05s linear}.case-tl-step-meta{display:flex;justify-content:space-between;align-items:center;gap:16px}.case-tl-step-tag{font-family:var(--font-primary);font-weight:500;font-size:16px;line-height:24px;padding:4px 16px;border-radius:100px;background:var(--case-border);color:var(--case-text);transition:background .3s,color .3s}.case-tl-step-tag--active{background:var(--case-accent);color:var(--case-text-on-accent)}.case-tl-step-day{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-tl-step-card{flex:1 1;background:var(--case-surface);padding:24px;display:flex;flex-direction:column;gap:24px}.case-tl-step-title{font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;transition:color .3s}.case-tl-step-desc,.case-tl-step-title{font-family:var(--font-primary);color:var(--case-text)}.case-tl-step-desc{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px}.case-tl-step-items{list-style:none;display:flex;flex-direction:column;gap:16px}.case-tl-step-item{display:flex;align-items:flex-start;gap:12px;font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-tl-step-item-icon{font-weight:700;font-size:20px;line-height:24px;color:var(--case-text);flex-shrink:0;width:20px;text-align:center}.case-stack{padding:80px 60px;background:var(--case-bg)}.case-stack-header{display:flex;max-width:1320px;margin:0 auto 48px}.case-stack-header-left{width:33%;flex-shrink:0;padding-top:8px}.case-stack-label{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted)}.case-stack-header-right{flex:1 1;display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.case-stack-header-text{text-align:left}.case-stack-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-via) 0,var(--case-gradient-from) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-stack-desc,.case-stack-headline{font-family:var(--font-primary);font-weight:500}.case-stack-desc{font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-muted);max-width:536px}.case-stack-arrow{flex-shrink:0}.case-stack-grid{display:grid;grid-template-columns:58.6fr 41.4fr;gap:24px;max-width:1320px;margin:0 auto}.case-stack-card{background:var(--case-surface);padding:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;min-height:120px}.case-stack-card-info{flex-shrink:0}.case-stack-card-category{font-family:var(--font-primary);font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--case-highlight);display:block;margin-bottom:4px}.case-stack-card-title{font-family:var(--font-primary);font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--case-text)}.case-stack-card-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-content:center}.case-stack-card-tag{font-family:var(--font-primary);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;padding:6px 16px;border-radius:100px;background:var(--case-accent);color:var(--case-text-on-accent);white-space:nowrap}.case-perf{padding:80px 60px;background:var(--case-bg)}.case-perf-header{display:flex;max-width:1320px;margin:0 auto 48px}.case-perf-header-left{width:33%;flex-shrink:0}.case-perf-header-right{flex:1 1}.case-perf-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-via) 0,var(--case-gradient-from) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-perf-desc,.case-perf-headline{font-family:var(--font-primary);font-weight:500}.case-perf-desc{font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text);max-width:536px}.case-perf-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1320px;margin:0 auto 32px}.case-perf-metric{background:var(--case-surface);padding:24px;display:flex;flex-direction:column;gap:16px}.case-perf-metric-title{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted)}.case-perf-chart{display:flex;align-items:flex-end;justify-content:center;min-height:200px}.case-perf-bar-group{display:flex;gap:32px;align-items:flex-end;width:100%}.case-perf-bar{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:12px}.case-perf-bar-fill{width:100%;max-width:160px;min-height:20px;display:flex;align-items:center;justify-content:center;position:relative}.case-perf-bar-fill--before{background:var(--case-surface-alt)}.case-perf-bar-fill--after{background:var(--case-highlight)}.case-perf-bar-val{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;color:var(--case-muted);position:absolute;top:50%;transform:translateY(-50%)}.case-perf-bar-fill--after .case-perf-bar-val{color:var(--case-bg)}.case-perf-bar-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-perf-metric-divider{height:2px;background:var(--case-glass)}.case-perf-metric-value{font-family:var(--font-primary);font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--case-text)}.case-perf-metric-change{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-perf-stats{display:flex;gap:24px;max-width:1320px;margin:0 auto}.case-perf-stat{flex:1 1;background:var(--case-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.case-perf-stat-number{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-perf-stat-suffix{font-size:24px;font-weight:500;line-height:48px;letter-spacing:-.72px;color:var(--case-highlight)}.case-perf-stat-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-about-client{position:relative;padding:100px 60px;background:var(--case-bg);max-width:1440px;margin:0 auto}.case-about-client-dots{position:absolute;left:0;top:0;right:0;bottom:0;background-image:radial-gradient(circle,var(--case-border) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.2;pointer-events:none}.case-about-client-body{position:relative;z-index:1;display:flex;align-items:flex-start;gap:40px}.case-about-client-left{flex-shrink:0;width:420px}.case-about-client-label{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);margin-bottom:12px}.case-about-client-headline{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--case-text);padding-bottom:.15em}.case-about-client-headline em{font-style:normal}.case-about-client-right{flex:1 1;max-width:536px;display:flex;flex-direction:column;gap:32px}.case-about-client-desc{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text)}.case-about-client-desc p{margin-bottom:16px}.case-about-client-desc p:last-child{margin-bottom:0}.case-about-client-badges{display:flex;flex-wrap:wrap;gap:12px}.case-about-client-badge{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;padding:8px 20px;border-radius:100px;background:var(--case-accent);color:var(--case-text-on-accent);white-space:nowrap}.case-about-client-badge-icon{display:flex;flex-shrink:0}.case-about-client-image{position:absolute;right:0;top:70%;transform:translate(50%,-50%);width:500px;pointer-events:none;z-index:-1}.case-about-client-image img{width:100%;height:auto;display:block}.case-about-client-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--case-bg) 30%,rgba(var(--case-bg-rgb),0) 88.43%);pointer-events:none}.case-pain-wrap{padding:0 60px;background:var(--case-bg)}.case-pain{margin:auto;max-width:1320px;position:relative;z-index:1;background:var(--case-surface);padding:32px 24px}.case-pain-inner{max-width:1320px;margin:0 auto}.case-pain-headline{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-via) 0,var(--case-gradient-from) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;text-align:center;margin-bottom:24px}.case-pain-divider{height:1px;background:var(--case-border);margin-bottom:32px}.case-pain-body{display:flex;gap:32px;align-items:flex-start}.case-pain-desc-card{width:396px;flex-shrink:0;background:var(--case-accent);border-radius:16px;padding:24px;align-self:stretch;display:flex;align-items:flex-start}.case-pain-desc{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text-on-accent);max-width:348px}.case-pain-list{flex:1 1;display:flex;flex-direction:column;gap:24px;padding:24px 0}.case-pain-row,.case-pain-row-left{display:flex;gap:24px;align-items:flex-start}.case-pain-row-left{width:380px;flex-shrink:0}.case-pain-num{font-family:var(--font-primary);font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--case-highlight);width:20px;text-align:right;flex-shrink:0;padding-top:10px}.case-pain-row-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;flex:1 1}.case-pain-row-detail,.case-pain-row-title{font-family:var(--font-primary);color:var(--case-text)}.case-pain-row-detail{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;width:440px;flex-shrink:0;padding-top:8px}.case-pain-no-desc .case-pain-row-detail,.case-pain-no-desc .case-pain-row-left{width:auto;flex:1 1}.case-pain-row-divider{margin-top:24px;height:1px;background:var(--case-border)}.case-cta{padding:0 60px 100px;max-width:1440px;margin:0 auto}.case-cta-container{margin-top:112px;position:relative;min-height:388px;overflow:hidden;border-radius:16px}.case-cta-bg{position:absolute;inset:0;background:var(--case-surface)}.case-cta-asterisk{position:absolute;left:-300px;width:622px;height:553px;z-index:1;color:var(--case-highlight)}.case-cta-asterisk svg{width:100%;height:100%}.case-cta-asterisk-tr{position:absolute;top:64px;right:64px;width:44px;height:40px;z-index:4;color:var(--case-highlight)}.case-cta-asterisk-tr svg{width:100%;height:100%}.case-cta-stripes{border-radius:16px;position:absolute;inset:0;z-index:1;opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:repeating-linear-gradient(90deg,rgba(var(--case-bg-rgb),.64) 0,rgba(var(--case-bg-rgb),.16) 72px)}.case-cta-fade-top{top:0;background:linear-gradient(180deg,var(--case-bg) 0,rgba(var(--case-bg-rgb),0) 87.8%);z-index:0}.case-cta-fade-bottom,.case-cta-fade-top{position:absolute;left:0;right:0;height:279px;pointer-events:none}.case-cta-fade-bottom{bottom:0;background:linear-gradient(0deg,var(--case-bg) 0,rgba(var(--case-bg-rgb),0) 87.8%);z-index:2}.case-cta-content{position:absolute;top:50%;left:50%;transform:translate(-25%,-50%);z-index:3}.case-cta-title{margin-bottom:12px;color:var(--case-muted);font-size:18px;line-height:24px;letter-spacing:-.18px}.case-cta-text,.case-cta-title{font-family:var(--font-primary);font-style:normal;font-weight:500}.case-cta-text{max-width:536px;color:var(--case-test);font-size:44px;line-height:48px;letter-spacing:-.88px}.case-cta-buttons{display:flex;align-items:center;gap:16px;margin-top:48px}.case-cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--black);border-radius:128px;padding:8px 16px 8px 24px;font-weight:700;height:56px;transition:transform .2s,box-shadow .2s}.case-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.case-cta-btn svg{width:24px;height:24px}.case-cta-btn-secondary{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:8px 24px;border-radius:128px;border:1px solid var(--case-border);background:#0000;color:var(--case-text);font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;text-decoration:none;transition:border-color .2s,background .2s}.case-cta-btn-secondary:hover{border-color:var(--case-text);background:#ffffff14}.case-cs{padding:80px 60px;max-width:1440px;margin:0 auto;overflow:visible;background:var(--case-bg)}.case-cs-header{text-align:center;margin-bottom:48px}.case-cs-label{font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);margin-bottom:12px}.case-cs-label,.case-cs-title{font-family:var(--font-primary);font-weight:500}.case-cs-title{font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.case-cs-grid{display:grid;grid-template-columns:424px 536px 440px;gap:24px;align-items:start}.case-cs-info{background:var(--case-surface);height:476px;padding:24px;display:flex;flex-direction:column}.case-cs-info-title{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--case-text);margin-bottom:24px}.case-cs-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.case-cs-tag{backdrop-filter:blur(12px);background:var(--case-accent);border-radius:32px;padding:8px 12px;font-family:var(--font-primary);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--case-text-on-accent);white-space:nowrap}.case-cs-info-desc{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text);margin-top:auto}.case-cs-card-main{border:1px solid var(--case-border);overflow:hidden}a.case-cs-card-link{display:block;color:inherit;text-decoration:none;transition:transform .25s}a.case-cs-card-link:hover{transform:scale(1.015)}.case-cs-card-image{height:352px;overflow:hidden;position:relative}.case-cs-card-bg{width:100%;height:100%;object-fit:cover}.case-cs-color-overlay{position:absolute;inset:0;background:var(--case-highlight);mix-blend-mode:color;border-radius:8px}.case-cs-dark-overlay{width:256px;height:256px;background:rgba(var(--case-bg-rgb),.16);backdrop-filter:blur(10px)}.case-cs-card-logo,.case-cs-dark-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-cs-card-logo{width:200px;height:auto;z-index:1}.case-cs-card-stats{background:var(--case-surface);padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.case-cs-stat-number{font-family:var(--font-secondary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--case-text)}.case-cs-stat-unit{font-size:36px;color:var(--case-text);margin-left:-7px}.case-cs-stat-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--case-muted);margin-top:4px}.case-cs-card-preview{width:440px;opacity:.4}.case-cs-card-preview .case-cs-card-image{height:289px}.case-cs-card-preview .case-cs-color-overlay{background:var(--case-accent)}.case-cs-card-preview .case-cs-card-stats{padding:20px}.case-cs-card-preview .case-cs-stat-number{font-size:36px;line-height:39px}.case-cs-card-preview .case-cs-stat-label{font-size:13px;line-height:20px}.case-cs-nav{display:flex;align-items:center;gap:24px;margin-top:32px}.case-cs-nav-line{flex:1 1;height:1px;background:var(--case-border)}@media (max-width:1024px){.case-hero{height:auto;min-height:calc(100vh - 210px)}.case-hero .hero-content{padding:60px 24px 24px}.case-hero-stats{padding:0 32px;gap:16px}.case-hero-stat-number{font-size:32px;line-height:32px}.case-hero-stat-unit{font-size:18px}.case-audit{padding:60px 20px}.case-audit-headline{font-size:48px;line-height:52px;letter-spacing:-.96px;margin-bottom:40px}.case-audit-grid,.case-audit-legend{grid-template-columns:1fr;gap:16px}.case-rankings{padding:60px 20px}.case-rankings-header{padding-left:0}.case-rankings-headline{font-size:48px;line-height:52px;letter-spacing:-.96px}.case-rankings-stats{flex-wrap:wrap}.case-rankings-stat{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px)}.case-traffic{padding:60px 20px}.case-traffic-header{flex-direction:column;gap:8px}.case-traffic-label{width:auto}.case-traffic-headline{font-size:48px;line-height:52px;letter-spacing:-.96px}.case-traffic-body{flex-direction:column}.case-traffic-sidebar{width:100%;flex-direction:row;flex-wrap:wrap}.case-traffic-legend,.case-traffic-stats{flex:1 1;min-width:200px}.case-results{padding:60px 20px}.case-results-header{flex-direction:column;gap:8px}.case-results-label{width:auto}.case-results-headline{font-size:36px;line-height:40px}.case-results-header--no-label .case-results-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-ci-description{font-size:18px;line-height:24px;letter-spacing:-.36px;max-width:100%}.case-results-bottom{flex-direction:column;gap:32px}.case-results-timeline{width:100%}.case-testimonial{padding:40px 16px}.case-testimonial-body{flex-direction:column}.case-testimonial-left{width:100%;flex-direction:column;min-height:auto}.case-testimonial-headline{font-size:48px;line-height:52px}.case-testimonial-glance{width:100%}.case-authority{padding:60px 20px}.case-authority-headline{font-size:48px;line-height:52px}.case-authority-body{flex-direction:column}.case-authority-dr-card{width:100%}.case-authority-stats{flex-wrap:wrap}.case-authority-stat{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px)}.case-ba{padding:60px 20px}.case-ba-headline{font-size:48px;line-height:52px}.case-ba-stats{flex-wrap:wrap}.case-ba-stat{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px)}.case-stack{padding:60px 20px}.case-stack-header{flex-direction:column;gap:8px}.case-stack-header-left{width:auto}.case-stack-headline{font-size:48px;line-height:52px}.case-stack-grid{grid-template-columns:1fr}.case-stack-arrow{display:none}.case-perf{padding:60px 20px}.case-perf-header{flex-direction:column;gap:8px}.case-perf-header-left{width:auto}.case-perf-headline{font-size:48px;line-height:52px}.case-perf-metrics{grid-template-columns:1fr}.case-perf-stats{flex-wrap:wrap}.case-perf-stat{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px)}.case-about-client{padding:60px 20px}.case-about-client-body{flex-direction:column}.case-about-client-left{width:100%}.case-about-client-image{display:none}.case-about-client-headline{font-size:36px;line-height:40px}.case-pain-headline{font-size:48px;line-height:52px}.case-pain-body{flex-direction:column}.case-pain-desc-card{width:100%}.case-pain-row{flex-direction:column;gap:8px}.case-pain-row-left{width:100%}.case-pain-row-detail{width:100%;padding-left:44px}.case-cta-container{margin-top:48px;height:480px}.case-cta-title{font-size:18px;line-height:24px}.case-cs-grid{grid-template-columns:1fr 1fr}.case-cs-card-preview{display:none}.case-cs-info{height:auto}}@media (max-width:640px){.case-hero{height:auto;min-height:calc(100vh - 210px)}.case-hero-stats{flex-direction:column;padding:0 16px;gap:8px}.case-hero-stat{flex-direction:row;align-items:center;gap:12px}.case-hero-stat-number{font-size:28px;line-height:28px;white-space:nowrap}.case-audit{padding:40px 16px}.case-audit-headline{font-size:36px;line-height:40px;letter-spacing:-.72px;margin-bottom:32px}.case-audit-card{padding:24px}.case-rankings{padding:40px 16px}.case-rankings-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-rankings-desc{font-size:16px;line-height:20px}.case-rankings-stats{flex-direction:column}.case-rankings-stat{flex:1 1 100%}.case-rankings-stat-number{font-size:32px;line-height:32px}.case-traffic{padding:40px 16px}.case-traffic-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-traffic-sidebar{flex-direction:column}.case-traffic-stat-number{font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-traffic-stat-label{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-traffic-chart-header{flex-direction:column;gap:16px}.case-traffic-chart-metric-wrap{text-align:left}.case-results{padding:40px 16px}.case-results-headline{font-size:28px;line-height:32px}.case-results-header--no-label .case-results-headline{font-size:28px;line-height:32px;letter-spacing:-.56px}.case-results-card{width:280px}.case-results-closing{font-size:20px;line-height:28px}.case-authority{padding:40px 16px}.case-authority-headline{font-size:36px;line-height:40px}.case-authority-stats{flex-direction:column}.case-authority-stat{flex:1 1 100%}.case-authority-domain-row{flex-direction:column;gap:8px}.case-authority-domain-info{width:100%}.case-authority-domain-bar-wrap{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.case-authority-domain-row{align-items:flex-start}.case-authority-domain-dr{text-align:left;width:auto;font-size:18px;line-height:24px;letter-spacing:-.18px}.case-authority-domain-bar-track{width:100%;height:4px}.case-authority-domain-bar-fill{height:4px;background:var(--case-highlight);border-radius:14px}.case-authority-dr-stat-number{font-size:32px;line-height:32px}.case-authority-dr-content{gap:24px}.case-ba{padding:40px 16px}.case-ba-headline{font-size:36px;line-height:40px}.case-ba-stats{flex-direction:column}.case-ba-stat-new{font-size:32px;line-height:32px}.case-authority-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.case-authority-stat{flex:none}.case-authority-stat-number{font-size:32px;line-height:32px}.case-pain-headline,.case-perf-headline,.case-stack-headline,.case-testimonial-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-testimonial-badge{gap:12px}.case-testimonial-left{min-height:auto}.case-pain-wrap{padding:0 20px}.case-pain{padding:32px 20px}.case-pain-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-pain-body{flex-direction:column-reverse}.case-pain-desc-card{width:100%}.case-pain-row{flex-direction:column;gap:8px}.case-pain-row-left{width:100%}.case-pain-row-detail{width:100%;padding-left:44px;padding-top:0}.case-pain-row-title{font-size:24px;line-height:32px}.case-pain-desc{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--case-text-on-accent)}.case-ba-arrow-col{display:none}.case-ba-header{flex-direction:column;gap:0}.case-ba-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.case-ba-stat{flex:none;padding:12px 20px}.case-stack-card{flex-direction:column;gap:16px}.case-stack-card-tags{justify-content:flex-start}.case-traffic-stats{display:grid;gap:20px}.case-traffic-stat{flex:none}.case-rankings-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.case-rankings-stat{flex:none}.case-cta{padding:0 20px 60px}.case-cta-container{height:auto}.case-cta-content{position:relative;top:auto;left:auto;transform:none;padding:166px 20px 40px}.case-cta-title{font-size:18px;line-height:24px}.case-cta-text{font-size:36px;font-style:normal;font-weight:500;line-height:40px;letter-spacing:-.72px;margin-top:12px}.case-cta-buttons{flex-direction:column;gap:16px;margin-top:48px}.case-cta-btn,.case-cta-btn-secondary{width:100%;text-align:center;justify-content:center}.case-cta-asterisk{width:300px;height:300px;left:50%;top:-150px;bottom:auto;transform:translateX(-50%)}.case-cta-asterisk-tr{display:none}}.case-cpl{position:relative;padding:80px 60px;background:var(--case-bg);overflow:hidden}.case-cpl-dots{position:absolute;top:0;left:0;right:0;height:50%;background-image:radial-gradient(circle,var(--case-border) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.case-cpl-header{position:relative;display:flex;gap:24px;max-width:1320px;margin:0 auto 40px;align-items:flex-start}.case-cpl-label{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:24px;letter-spacing:1.5px;color:var(--case-muted);width:33%;flex-shrink:0;padding-top:8px}.case-cpl-header-text{flex:1 1}.case-cpl-headline{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;max-width:536px;width:100%;letter-spacing:-1.44px;background:var(--case-text);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-cpl-headline em,.case-cpl-headline span{-webkit-text-fill-color:var(--case-highlight);font-style:normal}.case-cpl-desc{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted);max-width:536px}.case-cpl-body{position:relative;max-width:1320px;margin:0 auto}.case-cpl-chart-card{background:var(--case-surface);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;margin-bottom:24px}.case-cpl-chart-top{display:flex;justify-content:space-between;align-items:flex-start;padding:32px 24px 0}.case-cpl-chart-header{display:flex;flex-direction:column;gap:8px}.case-cpl-chart-title{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:20px;letter-spacing:1px;color:var(--case-muted)}.case-cpl-chart-metric-wrap{display:flex;flex-direction:column;gap:4px}.case-cpl-chart-metric{font-family:var(--font-primary);font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--case-highlight)}.case-cpl-chart-metric-label{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-cpl-legend{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.case-cpl-legend-row{display:flex;align-items:center;gap:12px}.case-cpl-legend-line{width:30px;height:2px;flex-shrink:0}.case-cpl-legend-line--dashed{background:repeating-linear-gradient(90deg,var(--case-chart) 0,var(--case-chart) 6px,#0000 6px,#0000 12px)}.case-cpl-legend-line--solid{background:var(--case-chart)}.case-cpl-legend-text{font-family:var(--font-primary);font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--case-text);white-space:nowrap}.case-cpl-chart-area{flex:1 1;min-height:0;padding:16px 24px 24px;display:flex;align-items:stretch}.case-cpl-chart-area .case-chart-svg{flex:1 1;min-height:0;height:100%;width:100%}.case-cpl-chart-img{width:100%;height:auto;display:block}.case-cpl-chart-pill{background:var(--case-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:6px;padding:3px 10px;font-family:var(--font-primary);font-size:13px;line-height:20px;letter-spacing:-.13px;color:var(--case-text);white-space:nowrap;text-align:center}.case-cpl-annotations-mobile,.case-cpl-legend-mobile{display:none}.case-cpl-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.case-cpl-stat{background:var(--case-surface);border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.case-cpl-stat-title{font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:20px;letter-spacing:1px;color:var(--case-muted)}.case-cpl-stat-values{display:flex;align-items:baseline;gap:12px}.case-cpl-stat-old{letter-spacing:-.48px;text-decoration:line-through}.case-cpl-stat-dash,.case-cpl-stat-old{font-family:var(--font-primary);font-size:24px;line-height:32px;color:var(--case-muted)}.case-cpl-stat-new{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-highlight)}.case-cpl-stat-change{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}@media (max-width:1024px){.case-cpl{padding:60px 24px}.case-cpl-header{flex-direction:column;gap:16px}.case-cpl-label{width:auto;padding-top:0}.case-cpl-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.case-cpl{padding:40px 0}.case-cpl-dots{display:none}.case-cpl-header{padding:0 20px;margin-bottom:40px}.case-cpl-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-cpl-chart-top{flex-direction:column;gap:16px}.case-cpl-legend{display:none}.case-cpl-annotations-mobile{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 16px}.case-cpl-annotation-tag{font-family:var(--font-primary);font-size:13px;line-height:20px;letter-spacing:-.13px;color:var(--case-text);border:1px solid var(--case-border);border-radius:20px;padding:6px 14px;white-space:nowrap}.case-cpl-legend-mobile{display:flex;flex-direction:column;gap:12px;padding:16px 20px 24px}.case-cpl-stats{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 20px}.case-cpl-stat{padding:16px}.case-cpl-stat-new{font-size:36px;line-height:36px}.case-cpl-chart-card{border-radius:0;margin-bottom:20px}.case-cpl-chart-area{min-height:300px;aspect-ratio:auto}.case-cpl-chart-area .case-chart-svg{height:auto;min-height:280px}.case-cpl-chart-area .case-chart-svg circle{r:4}.case-cpl-chart-area foreignObject{display:none}}.case-funnel{padding:80px 60px;background:var(--case-bg)}.case-funnel-header{max-width:1320px;margin:0 auto 48px}.case-funnel-headline{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-funnel-description{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text);max-width:536px}.case-funnel-body{display:flex;gap:24px;max-width:1320px;margin:0 auto;align-items:stretch}.case-funnel-card{flex:1 1;min-width:0;background:var(--case-surface);padding:24px;display:flex;flex-direction:column;gap:32px}.case-funnel-card-title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-funnel-stages{display:flex;flex-direction:column}.case-funnel-stage{display:flex;align-items:center;gap:24px}.case-funnel-bar-wrap{flex:1 1;min-width:0}.case-funnel-bar{position:relative;display:flex;align-items:center;height:60px;padding:12px 24px;background:linear-gradient(270deg,rgba(var(--case-accent-rgb,11,102,255),.19) 0,rgba(var(--case-accent-rgb,11,102,255),0) 100%)}.case-funnel-bar-label{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-funnel-bar-edge{position:absolute;right:0;top:0;width:6px;height:100%;background:var(--case-accent)}.case-funnel-stage-stat{flex-shrink:0;width:120px;display:flex;flex-direction:column;gap:8px}.case-funnel-stage-number{font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--case-text)}.case-funnel-stage-suffix{color:var(--case-highlight)}.case-funnel-stage-label{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-funnel-arrow{display:flex;justify-content:center;padding:12px 0;color:var(--case-muted)}.case-funnel-budget-card{justify-content:flex-start}.case-funnel-budget-list{display:flex;flex-direction:column;gap:16px}.case-funnel-budget-row{display:flex;gap:24px;align-items:center}.case-funnel-budget-info{flex-shrink:0;width:98px;display:flex;flex-direction:column;gap:4px}.case-funnel-budget-channel{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text)}.case-funnel-budget-stage{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-funnel-budget-bar-wrap{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.case-funnel-budget-meta{display:flex;justify-content:space-between;align-items:center}.case-funnel-budget-amount{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-funnel-budget-pct{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text);text-align:right}.case-funnel-budget-track{width:100%;height:4px;background:var(--case-surface-alt);border-radius:14px;overflow:hidden}.case-funnel-budget-fill{height:100%;background:var(--case-highlight);border-radius:14px}.case-funnel-budget-divider{margin-top:16px;height:1px;background:var(--case-border)}@media (max-width:1024px){.case-funnel{padding:60px 24px}.case-funnel-headline{font-size:48px;line-height:52px}.case-funnel-body{flex-direction:column}}@media (max-width:640px){.case-funnel{padding:56px 0}.case-funnel-header{padding:0 20px;margin-bottom:56px}.case-funnel-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-funnel-body{gap:24px}.case-funnel-card{padding:24px 20px}.case-funnel-bar-label{font-size:14px;line-height:20px;letter-spacing:-.14px}.case-funnel-bar{padding:12px 8px}.case-funnel-stage-stat{width:100px}.case-funnel-budget-row{flex-direction:column;align-items:flex-start;gap:16px}.case-funnel-budget-info{width:auto}.case-funnel-budget-bar-wrap{width:100%}.case-tl{padding:40px 16px}.case-tl-headline{text-align:center;font-size:36px;line-height:40px;letter-spacing:-.72px}.case-tl-header{padding:0 20px;margin-bottom:56px}.case-tl-step-top{margin-bottom:48px}.case-tl-track{flex-direction:column;gap:24px;padding:0;max-width:100%}.case-tl-step{width:100%}.case-tl-step-meta{justify-content:space-between}.case-tl-step-title{font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--case-highlight)}.case-tl-step-desc{font-size:16px;line-height:24px;letter-spacing:-.16px}.case-tl-step-items{gap:20px}.case-tl-step-item{font-size:16px;line-height:20px;letter-spacing:-.16px}.case-tl-step-tag{font-size:14px;font-weight:700;line-height:20px;letter-spacing:-.14px}.case-tl-step-day{font-size:18px;line-height:24px;letter-spacing:-.18px}.case-cs{padding:40px 20px}.case-cs-title{font-size:36px;line-height:40px}.case-cs-grid{grid-template-columns:1fr}.case-cs-info{height:auto}.case-cs-card-preview{display:none}}.case-ct{padding:80px 60px;background:var(--case-bg)}.case-ct-header{display:flex;max-width:1320px;margin:0 auto 48px}.case-ct-header-left{width:33%;flex-shrink:0}.case-ct-header-right{flex:1 1}.case-ct-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-via) 0,var(--case-gradient-from) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.case-ct-desc,.case-ct-headline{font-family:var(--font-primary);font-weight:500}.case-ct-desc{font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text);max-width:536px}.case-ct-body{display:flex;gap:24px;max-width:1320px;margin:0 auto;align-items:stretch}.case-ct-card{flex:1 1;min-width:0;background:var(--case-surface);padding:24px;display:flex;flex-direction:column;gap:32px}.case-ct-card-title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-ct-creatives-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.case-ct-creative{display:flex;flex-direction:column}.case-ct-creative-img-wrap{position:relative;height:200px;overflow:hidden}.case-ct-creative-img{width:100%;height:100%;object-fit:cover;display:block}.case-ct-creative-overlay{position:absolute;inset:0;background:var(--case-highlight);mix-blend-mode:color}.case-ct-creative-stats{display:flex;background:var(--case-surface-alt);padding:12px 24px}.case-ct-creative-stat{flex:1 1;display:flex;flex-direction:column;gap:4px}.case-ct-creative-stat-value{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--case-text)}.case-ct-creative-stat-label{font-family:var(--font-primary);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--case-muted)}.case-ct-tests-list{gap:24px}.case-ct-test,.case-ct-tests-list{display:flex;flex-direction:column}.case-ct-test{gap:12px}.case-ct-test-header{display:flex;gap:24px;align-items:baseline}.case-ct-test-number{font-family:var(--font-primary);font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--case-highlight);text-align:right;width:45px;flex-shrink:0}.case-ct-test-name{font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--case-text)}.case-ct-test-variants{display:flex;gap:24px}.case-ct-variant{flex:1 1;min-width:0;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:32px;overflow:visible;position:relative}.case-ct-variant--loser{background:var(--case-surface-alt)}.case-ct-variant--winner{background:var(--case-text)}.case-ct-variant-meta{display:flex;flex-direction:column;gap:2px}.case-ct-variant--loser .case-ct-variant-label,.case-ct-variant--loser .case-ct-variant-metric{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-ct-variant--loser .case-ct-variant-metric b,.case-ct-variant--loser .case-ct-variant-metric strong{color:var(--case-text);font-weight:400}.case-ct-variant--loser .case-ct-variant-desc{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text)}.case-ct-variant--winner .case-ct-variant-label,.case-ct-variant--winner .case-ct-variant-metric{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-border)}.case-ct-variant--winner .case-ct-variant-metric b,.case-ct-variant--winner .case-ct-variant-metric strong{color:var(--case-accent);font-weight:400}.case-ct-variant--winner .case-ct-variant-desc{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-surface)}.case-ct-winner-badge{position:absolute;top:-6px;right:-2px;background:var(--case-highlight);color:var(--case-surface-alt);font-family:var(--font-primary);font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;padding:8px 24px;transform:rotate(7deg)}.case-ct-test-results{display:flex;gap:32px;justify-content:center}.case-ct-test-result{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted);white-space:nowrap}.case-ct-test-result b,.case-ct-test-result strong{color:var(--case-text);font-weight:400}.case-ct-metric-val--loser{color:var(--case-text)}.case-ct-metric-val--winner{color:var(--case-accent)}.case-ct-result-value{color:var(--case-text)}.case-ct-test-divider{height:1px;background:var(--case-border);margin-top:24px}@media (max-width:1024px){.case-ct{padding:60px 24px}.case-ct-headline{font-size:48px;line-height:52px}.case-ct-header{flex-direction:column;gap:8px}.case-ct-header-left{width:auto}.case-ct-body{flex-direction:column}.case-ct-desc{margin-left:0}}@media (max-width:640px){.case-ct{padding:40px 0}.case-ct-header{padding:0 20px;margin-bottom:40px}.case-ct-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-ct-desc{font-size:18px;line-height:24px}.case-ct-card{padding:24px 20px}.case-ct-creatives-grid{grid-template-columns:1fr}.case-ct-test-variants{flex-direction:column}.case-ct-test-header{gap:12px}.case-ct-test-number{width:auto;text-align:left}.case-ct-test-results{flex-wrap:wrap;gap:12px}}.case-ri{padding:80px 60px;background:var(--case-bg)}.case-ri-header{text-align:center;max-width:1320px;margin:0 auto 48px}.case-ri-label{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted);margin-bottom:16px}.case-ri-headline,.case-ri-label{font-family:var(--font-primary);font-weight:500}.case-ri-headline{font-size:72px;line-height:76px;letter-spacing:-1.44px;padding-bottom:.15em;background:linear-gradient(90deg,var(--case-gradient-from) 0,var(--case-gradient-via) 50%,var(--case-gradient-to) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;max-width:868px;margin:0 auto}.case-ri-content{flex-direction:column;max-width:1320px;margin:0 auto}.case-ri-content,.case-ri-top{display:flex;gap:24px}.case-ri-metrics-card{flex:1 1;min-width:0;background:var(--case-bg);padding:24px;display:flex;flex-direction:column;gap:32px}.case-ri-metric-title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted);margin-bottom:16px}.case-ri-glass-card{background:var(--case-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.case-ri-glass-number{font-family:var(--font-primary);font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--case-text)}.case-ri-glass-suffix{font-size:24px;color:var(--case-highlight)}.case-ri-glass-label{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-text)}.case-ri-metric-divider{height:2px;background:var(--case-glass);margin-top:32px}.case-ri-channels-card{width:758px;flex-shrink:0;background:var(--case-bg);padding:24px;display:flex;flex-direction:column;gap:32px}.case-ri-card-title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-muted)}.case-ri-channels-list{display:flex;flex-direction:column;gap:16px}.case-ri-channel-row{display:flex;gap:24px;align-items:center}.case-ri-channel-info{flex-shrink:0;width:100px;display:flex;flex-direction:column;gap:4px}.case-ri-channel-name{font-family:var(--font-primary);font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text)}.case-ri-channel-spend{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-ri-channel-bar-wrap{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.case-ri-channel-meta{display:flex;justify-content:space-between;align-items:center}.case-ri-channel-revenue{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted)}.case-ri-channel-roas{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--case-text);text-align:right}.case-ri-channel-track{width:100%;height:4px;background:var(--case-surface-alt);border-radius:14px;overflow:hidden}.case-ri-channel-fill{height:100%;background:var(--case-highlight);border-radius:14px}.case-ri-channel-divider{height:1px;background:var(--case-surface-alt);margin-top:24px}.case-ri-progression-card{background:var(--case-bg);padding:24px;display:flex;flex-direction:column;gap:32px}.case-ri-bars-wrap{display:flex;flex-direction:column;gap:24px}.case-ri-bars{display:flex;gap:12px;align-items:flex-end;height:200px}.case-ri-bar-col{flex:1 1;min-width:0;flex-direction:column;gap:8px;height:100%;justify-content:flex-end}.case-ri-bar,.case-ri-bar-col{display:flex;align-items:center}.case-ri-bar{width:100%;justify-content:center;min-height:40px}.case-ri-bar-value{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted);text-align:center;white-space:nowrap}.case-ri-bar-col:nth-child(n+3) .case-ri-bar-value{color:var(--case-text)}.case-ri-bar-col:nth-child(n+5) .case-ri-bar-value{color:var(--case-bg)}.case-ri-bar-month{font-family:var(--font-primary);font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--case-muted);text-align:center}.case-ri-bars-divider{height:2px;background:linear-gradient(90deg,var(--case-border) 0,#0000 100%)}.case-ri-legend{display:flex;gap:24px}.case-ri-legend-row{display:flex;align-items:center;gap:16px}.case-ri-legend-line{width:30px;height:3px;flex-shrink:0;border-radius:2px}.case-ri-legend-line--grey{background:var(--case-border)}.case-ri-legend-line--green{background:var(--case-highlight)}.case-ri-legend-text{font-family:var(--font-primary);font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--case-text);white-space:nowrap}@media (max-width:1024px){.case-ri{padding:60px 24px}.case-ri-headline{font-size:48px;line-height:52px}.case-ri-top{flex-direction:column}.case-ri-channels-card{width:auto}}@media (max-width:640px){.case-ri{padding:40px 20px}.case-ri-headline{font-size:36px;line-height:40px;letter-spacing:-.72px}.case-ri-channel-row{flex-direction:column;align-items:flex-start;gap:16px}.case-ri-channel-info{width:auto}.case-ri-channel-bar-wrap{width:100%}.case-ri-bars{height:160px}.case-ri-legend{flex-direction:column;gap:12px}}.cases-hub-cta .case-cta-text{max-width:592px}.cases-hub-cta{--case-bg:var(--black);--case-bg-rgb:var(--black-rgb);--case-surface:var(--grey-800);--case-surface-rgb:var(--grey-800-rgb);--case-surface-alt:var(--grey-700);--case-border:var(--grey-400);--case-text:var(--white);--case-text-rgb:var(--white-rgb);--case-muted:var(--grey-200);--case-accent:var(--blue);--case-highlight:var(--green);--case-danger:var(--red);--case-warning:var(--amber);--case-success:var(--green)}.cases-hero-card{display:block;width:440px;flex-shrink:0;text-decoration:none;color:var(--white);transition:transform .3s}.cases-hero-card:hover{transform:translateY(-4px)}.cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.cases-card-link{text-decoration:none;color:inherit;display:block}.cases-card-link .results-card-main{transition:transform .3s}.cases-card-link:hover .results-card-main{transform:translateY(-4px)}.cases-card-bottom{background:var(--grey-800);padding:24px;display:flex;flex-direction:column;gap:20px}.cases-card-meta{display:flex;align-items:center;gap:12px}.cases-card-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.cases-card-badges{display:flex;gap:8px;flex-wrap:wrap}.cases-card-badge{padding:6px 14px;border-radius:100px;background:var(--blue);color:var(--white,#efeeec);font-family:var(--font-primary);font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.14px}.cases-card-flag{margin-left:auto;flex-shrink:0;width:36px;height:27px;border-radius:0;overflow:hidden;box-shadow:0 2px 8px #00000040}.cases-card-flag svg{width:100%!important;height:100%!important;object-fit:cover;display:block}.cases-card-link .results-card-image{height:372px}@media (max-width:1024px){.cases-hero-card{width:100%}.cases-grid{grid-template-columns:1fr}}.services-hub-wwd{background:var(--black);overflow:hidden;padding:80px 24px 0}.services-hub-wwd-inner{max-width:1320px;margin:0 auto;background:var(--grey-800);padding:32px 24px}.swwd-title{font-family:var(--font-primary);font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#0000;margin:0 0 32px}.swwd-tabs{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.swwd-tab{height:40px;display:inline-flex;align-items:center;padding:8px 12px;border-radius:32px;background:#0000;border:none;cursor:pointer;font-family:var(--font-primary);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);transition:background .2s ease}.swwd-tab:hover{background:#ffffff14}.swwd-tab.active{background:var(--blue)}.swwd-divider{height:1px;background:var(--grey-400);margin:24px 0 0}.swwd-grid{display:grid;grid-template-columns:minmax(0,1fr) 396px;gap:48px;align-items:start;padding:32px 0 0}.swwd-list{display:flex;flex-direction:column}.swwd-row{display:grid;grid-template-columns:44px 360px 1fr;align-items:baseline;gap:0;padding:16px 0;border-bottom:1px solid var(--grey-400);text-decoration:none;transition:opacity .2s ease}.swwd-row:hover{opacity:.75}.swwd-num{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--green)}.swwd-name,.swwd-num{font-family:var(--font-primary)}.swwd-name{display:inline-flex;align-items:flex-start;gap:6px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.swwd-arrow{flex:0 0 auto;margin-top:4px;opacity:0;transition:opacity .2s ease}.swwd-row:hover .swwd-arrow{opacity:1}.swwd-desc{font-weight:400;line-height:24px;letter-spacing:-.16px;color:var(--white)}.swwd-desc,.swwd-empty{font-family:var(--font-primary);font-size:16px}.swwd-empty{color:var(--grey-200);padding:24px 0}.swwd-image{width:396px;height:387px;border-radius:16px;overflow:hidden;background:var(--grey-800)}.swwd-grid--full{grid-template-columns:minmax(0,1fr)}.services-hub-bottom-pad{height:80px}.svc-landing .case-cta-content{display:flex;flex-direction:column;align-items:flex-start}.svc-landing .case-cta-text{order:1;margin:0}.svc-landing .case-cta-title{order:2;margin:24px 0 0}.svc-landing .case-cta-buttons{order:3;margin-top:32px}.swwd-image img,.swwd-image video{width:100%;height:100%;object-fit:cover;display:block}.swwd-tech{max-width:1320px;margin:16px auto 0;background:var(--grey-800);min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:24px 40px}.swwd-tech-label{font-family:var(--font-primary);font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200)}.swwd-tech-logos{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.swwd-tech-logos img{height:40px;width:auto;object-fit:contain}@media (max-width:1024px){.swwd-title{font-size:48px;line-height:52px;letter-spacing:-.96px}.swwd-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.swwd-tab{flex-shrink:0}.swwd-grid{grid-template-columns:1fr;gap:32px}.swwd-image{width:100%;height:280px;order:-1}.swwd-row{grid-template-columns:32px 1fr;row-gap:8px}.swwd-name{font-size:24px;line-height:30px}.swwd-desc{grid-column:1/-1}.swwd-tech{padding:24px}}.goal-picker{position:relative;background:var(--black);padding:100px 24px;overflow:hidden}.goal-picker-dots{opacity:.5}.goal-picker-inner{position:relative;z-index:2;max-width:1320px;margin:0 auto}.goal-picker-label{font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200);margin:0 0 12px}.goal-picker-heading,.goal-picker-label{text-align:center;font-family:var(--font-primary);font-weight:500}.goal-picker-heading{font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#0000;margin:0 0 48px}.goal-picker-body{position:relative;max-width:700px;margin:0 auto}.goal-picker-asterisk{position:absolute;left:-120px;top:24px;width:64px;height:64px}.goal-picker-options{display:flex;flex-direction:column;gap:16px}.goal-option{display:flex;align-items:center;gap:16px;width:100%;text-align:left;border:none;cursor:pointer;padding:18px 24px;border-radius:100px;background:#292929;transition:background .2s ease,color .2s ease}.goal-option-box{flex-shrink:0;width:20px;height:20px;border-radius:4px;background:var(--white);transition:background .2s ease}.goal-option-label{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);transition:color .2s ease}.goal-option:hover{background:#333434}.goal-option.active{background:var(--white)}.goal-option.active .goal-option-box{background:var(--blue)}.goal-option.active .goal-option-label{color:var(--black)}.goal-answer{display:flex;gap:16px;align-items:flex-start;background:var(--white);border-radius:16px;padding:24px 28px;margin-top:4px;overflow:hidden;transform-origin:top;animation:goalAnswerIn .32s cubic-bezier(.16,1,.3,1)}@keyframes goalAnswerIn{0%{opacity:0;transform:translateY(-10px);max-height:0;padding-top:0;padding-bottom:0;margin-top:0}to{opacity:1;transform:translateY(0);max-height:320px;padding-top:24px;padding-bottom:24px;margin-top:4px}}.goal-answer-icon{flex-shrink:0;width:19px;height:19px;margin-top:4px}.goal-answer-text{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:26px;letter-spacing:-.18px;color:var(--black);margin:0 0 16px}.goal-answer-tags{display:flex;flex-wrap:wrap;gap:12px}.goal-answer-tag{display:inline-flex;padding:8px 16px;border-radius:100px;background:var(--green);font-size:14px;letter-spacing:-.14px}.goal-answer-tag,.goal-picker-cta{align-items:center;color:var(--black);font-family:var(--font-primary);font-weight:700;line-height:20px}.goal-picker-cta{display:flex;gap:8px;margin:48px auto 0;padding:16px 28px;border:none;cursor:pointer;border-radius:100px;background:var(--white);font-size:16px;letter-spacing:-.16px;transition:opacity .2s ease}.goal-picker-cta:hover{opacity:.88}.goal-picker-cta svg{width:24px;height:24px}@media (max-width:1024px){.goal-picker{padding:64px 20px}.goal-picker-heading{font-size:40px;line-height:46px;letter-spacing:-.8px}.goal-picker-asterisk{display:none}.goal-option-label{font-size:16px}}