html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#8b5cf6;--color-primary-dark:#7c3aed;--color-bg-light:#fff;--color-bg-dark:#101010;--color-bg-dark-secondary:#161616;--color-text-light:#fff;--color-text-dark:#111;--color-text-dark-alt:#161616;--color-text-gray:#6b7280;--color-border:#16161621;--color-accent:#f472b6;--color-highlight:#a4e9f9;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:"Bricolage Grotesque",sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--color-bg-light);color:#111;color:var(--color-text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-primary);line-height:1.6}.container{margin:0 auto;max-width:1280px;padding:0 2rem}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.navbar .container{max-width:1200px}.navbar .nav-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:15px;box-shadow:0 0 0 1px #2000241c,0 2px 2px 0 #2000240d;padding:.9375rem}.nav-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr}.nav-left{display:flex;gap:2rem;justify-content:flex-start}.nav-left a{border-radius:5px;color:#1e1f24;font-size:.875rem;font-weight:400;padding:.3125rem;text-decoration:none;transition:color .3s ease}.nav-left a:hover{color:#8b5cf6;color:var(--color-primary)}.logo{color:#111;color:var(--color-text-dark);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;letter-spacing:0;text-align:center;width:160px}.nav-right{display:flex;justify-content:flex-end}.btn-nav{background:#101828;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem .75rem;transition:all .3s ease}.btn-nav:hover{background:#000;transform:translateY(-1px)}.btn-primary{background:#8b5cf6;background:var(--color-primary);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.625rem 1.5rem;transition:all .3s ease}.btn-primary:hover{background:#7c3aed;background:var(--color-primary-dark);transform:translateY(-1px)}.btn-primary-large{background:#8b5cf6;background:var(--color-primary);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary-large:hover{background:#7c3aed;background:var(--color-primary-dark);box-shadow:0 10px 30px #8b5cf64d;transform:translateY(-2px)}.btn-secondary-large{background:#0000;border:2px solid #16161621;border:2px solid var(--color-border);border-radius:.75rem;color:#111;color:var(--color-text-dark);cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.btn-secondary-large:hover{border-color:#8b5cf6;border-color:var(--color-primary);color:#8b5cf6;color:var(--color-primary)}.btn-outline{background:#0000;border:2px solid #16161621;border:2px solid var(--color-border);border-radius:.5rem;color:#111;color:var(--color-text-dark);cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.75rem;transition:all .3s ease}.btn-outline:hover{border-color:#8b5cf6;border-color:var(--color-primary);color:#8b5cf6;color:var(--color-primary)}.btn-outline-light{align-items:center;background:#0000;border:1px solid #ffffff21;border-radius:0;color:#fff;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:600;gap:.5rem;height:80px;padding:1rem 1.5rem;transition:all .3s ease}.btn-outline-light:hover{background:#ffffff0d;border-color:#ffffff4d}.btn-schedule{align-items:center;background:#101828;border:none;border-radius:0;border-right:1px solid #16161621;color:#fff;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:600;gap:.5rem;height:80px;padding:1rem 1.5rem;transition:all .3s ease}.btn-schedule:hover{background:#000;box-shadow:0 10px 30px #0003;transform:translateY(-2px)}.dark-section .btn-schedule{background:#fff;color:#111;color:var(--color-text-dark)}.dark-section .btn-schedule:hover{background:#f5f5f5;box-shadow:0 10px 30px #fff3}.btn-schedule .arrow-icon{font-size:1.25rem;transition:transform .3s ease}.btn-schedule:hover .arrow-icon{transform:translate(3px,-3px)}.btn-secondary-hero{align-items:center;background:#0000;border:1px solid #16161621;border-radius:0;color:#111;color:var(--color-text-dark);cursor:pointer;display:inline-flex;flex:1 1;font-size:1.25rem;font-weight:600;gap:.5rem;height:80px;padding:1rem 1.5rem;transition:all .3s ease}.btn-secondary-hero:hover{border-color:#111;border-color:var(--color-text-dark);transform:translateY(-2px)}.btn-secondary-hero .arrow-icon{font-size:1.25rem;transition:transform .3s ease}.btn-secondary-hero:hover .arrow-icon{transform:translate(3px,-3px)}.hero-wrapper{align-items:center;background:linear-gradient(180deg,#a5f3fc4d,#c4b5fd4d,#818cf800);display:flex;flex-direction:column;gap:8px;height:509px;justify-content:flex-start;overflow:hidden;padding:112px 0;position:relative;width:100%}.hero-divider{background:#1111111a;height:1040px;position:absolute;top:0;width:1px}.hero-divider-1{left:calc(50% - 609px)}.hero-divider-2{left:calc(50% - 311px)}.hero-divider-3{left:calc(50% - 12px)}.hero-divider-4{left:calc(50% + 287px)}.hero-divider-5{left:calc(50% + 586px)}.hero-navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:1rem;box-shadow:0 2px 2px 0 #2000240d,0 0 0 1px #2000241c;display:flex;height:64px;justify-content:space-between;left:50%;overflow:visible;padding:14px;position:absolute;top:0;transform:translateX(-50%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:1200px}.hero-navbar-left{gap:14px}.hero-nav-link,.hero-navbar-left{align-items:center;display:flex;justify-content:flex-start}.hero-nav-link{background:#0000;border:none;border-radius:5px;color:#1e1f24;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;gap:5px;height:32px;line-height:20px;max-height:32px;padding:5px;transition:background .2s ease}.hero-nav-link:hover{background:#0000000d}.hero-menu-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;cursor:pointer;display:none;justify-content:center;min-height:40px;min-width:40px;padding:8px;position:relative;touch-action:manipulation;z-index:1003}.hero-menu-btn.menu-open{opacity:.8}.hero-menu-icon{display:block;height:24px;width:24px}.btn-phone-hero-nav{align-items:center;background:#1e1f24;border:none;border-radius:.5rem;cursor:pointer;display:none;justify-content:center;padding:8px;transition:background .2s ease}.btn-phone-hero-nav:hover{background:#161616}.hero-phone-icon{display:block;filter:brightness(0) invert(1);height:20px;width:20px}.hero-mobile-menu{animation:slideDown .2s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2!important;border-radius:1rem;box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;left:0;max-height:200px;max-width:45%;min-width:160px;opacity:1!important;overflow-y:auto;padding:0;pointer-events:auto;position:absolute;right:auto;top:calc(100% + 8px);visibility:visible!important;width:auto!important;z-index:1002!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-mobile-menu-item{-webkit-tap-highlight-color:transparent;background:#0000;border:none;border-bottom:1px solid #0000000d;color:#1e1f24;cursor:pointer;display:block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;min-height:44px;padding:14px 16px;text-align:left;touch-action:manipulation;transition:background .2s ease;width:100%}.hero-mobile-menu-item:last-child{border-bottom:none}.hero-mobile-menu-item:active,.hero-mobile-menu-item:focus,.hero-mobile-menu-item:hover{background:#0000000d;outline:none}.hero-navbar-logo{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);white-space:nowrap}.hero-logo-mobile-hidden{opacity:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}.hero-navbar-logo-mobile-visible{display:flex!important;transition:opacity .3s ease,visibility .3s ease}.hero-navbar-logo-mobile-visible .hero-logo-image{max-height:24px}.hero-logo-image{display:block;height:auto;max-height:28px;width:auto}.hero-logo-mobile{align-items:center;display:none;justify-content:center}.hero-logo-mobile .hero-logo-image{max-height:32px}.btn-schedule-hero-nav,.hero-navbar-right{align-items:center;display:flex}.btn-schedule-hero-nav{background:#1e1f24;border:none;border-radius:.5rem;cursor:pointer;gap:4px;justify-content:center;overflow:hidden;padding:8px 12px;transition:background .2s ease}.btn-schedule-hero-nav:hover{background:#161616}.btn-schedule-hero-nav span{color:#fff;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:24px;padding:0 4px}.hero-content-new{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;margin-bottom:auto;margin-top:auto;width:100%}.hero-title-new{color:#000;font-family:Bricolage Grotesque,sans-serif;font-size:4.5rem;font-weight:700;line-height:90px}.hero-subtitle-new,.hero-title-new{margin:0;text-align:center;width:100%}.hero-subtitle-new{color:#1e1f24;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:400;line-height:32px;max-width:960px;padding:0 20px}.hero-subtitle-new .highlight{background:#a4e9f9;background:var(--color-highlight);border-radius:2px;padding:.125rem .25rem}.hero-corner{height:20px;opacity:.5;position:absolute;width:20px}.hero-corner:after,.hero-corner:before{background:#111;content:"";position:absolute}.hero-corner:before{height:20px;left:10px;top:.33px;width:0}.hero-corner:after,.hero-corner:before{outline:1px solid #111;outline-offset:-.5px}.hero-corner:after{height:0;left:0;top:10.33px;width:20px}.hero-corner-1{left:calc(50% - 321px);top:410px}.hero-corner-2{left:calc(50% + 277px);top:489px}.hero{background:linear-gradient(#a4e9f94d,#c5aef24d 50%,#8578ea00),linear-gradient(90deg,#fff,#fff);min-height:509px;padding:10rem 0 6rem;position:relative;text-align:center}.hero-image{margin-top:4rem}.placeholder-image{align-items:center;background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-radius:1.5rem;display:flex;height:500px;justify-content:center;margin:0 auto;max-width:900px;overflow:hidden;position:relative;width:100%}.placeholder-image:before{background:#ffffff80;border-radius:50%;content:"";height:200px;position:absolute;width:200px}.stats-wrapper{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;min-height:384px;padding:112px 0;position:relative;width:100%}.stats-divider{background:#1111111a;height:100%;position:absolute;top:0;width:1px}.stats-divider-1{left:calc(50% - 609px)}.stats-divider-2{left:calc(50% - 311px)}.stats-divider-3{left:calc(50% - 12px)}.stats-divider-4{left:calc(50% + 287px)}.stats-divider-5{left:calc(50% + 586px)}.stats-container{align-items:center;display:flex;gap:1px;height:192px;justify-content:flex-start;left:calc(50% - 617px);position:relative;width:895px}.stat-card{align-items:flex-start;background:#fff;border-bottom:1px solid #1111111a;border-right:1px solid #1111111a;border-top:1px solid #1111111a;display:flex;flex-direction:column;gap:24px;height:192px;justify-content:center;overflow:hidden;padding:16px 24px;width:297px}.stat-card:last-child{border-right:none}.stat-card:nth-child(2),.stat-card:nth-child(3){gap:8px;padding-bottom:8px;padding-top:8px}.stat-value{color:#000;font-family:Bricolage Grotesque,sans-serif;font-size:48px;font-weight:700;line-height:56px;text-align:left;width:100%}.stat-label{color:#161616;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left}.stats-corner{height:20px;opacity:.5;position:absolute;width:20px}.stats-corner-1{left:calc(50% - 619px);top:102px}.stats-corner-2{left:calc(50% + 576px);top:301px}.stats-corner:after,.stats-corner:before{background:#000;content:"";position:absolute}.stats-corner:before{height:20px;left:10px;top:.33px;width:0}.stats-corner:after,.stats-corner:before{outline:1px solid #000;outline-offset:-.5px}.stats-corner:after{height:0;left:0;top:10.33px;width:20px}.dark-section{background:#101010;background:var(--color-bg-dark);padding:6rem 0}.dark-section,.dark-section h2{color:#fff;color:var(--color-text-light)}.dark-section h2{font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-heading)}.dark-section .section-title-left{color:#fff;color:var(--color-text-light)}.dark-section p{color:#ffffffb3}.split-content{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.split-content.reverse{direction:rtl}.split-content.reverse>*{direction:ltr}.content-left h2{color:#fff;color:var(--color-text-light);font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-heading);font-weight:700;letter-spacing:0;margin-bottom:1.5rem}.built-for .content-left h2,.content-left h2,.value-prop .content-left h2{font-size:3.5rem;line-height:1.29}.content-left p{color:#ffffffe6;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:2rem}.feature-list{grid-gap:1.5rem;display:grid;gap:1.5rem;list-style:none}.feature-list li{font-size:1.1rem;padding-left:2rem;position:relative}.feature-list li:before{color:#8b5cf6;color:var(--color-primary);content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.check-list{grid-gap:1rem;display:grid;gap:1rem;list-style:none;margin-top:2rem}.check-list li{color:#ffffffe6;font-size:1rem;padding-left:2rem;position:relative}.check-list li:before{color:#8b5cf6;color:var(--color-primary);content:"✓";font-weight:700;left:0;position:absolute}.placeholder-image-large{height:450px}.placeholder-image-large,.placeholder-image-medium{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;width:100%}.placeholder-image-medium{height:350px}.how-it-works-wrapper{background:#fff;height:1008px;position:relative;width:100%}.how-it-works-divider{background:#1111111a;height:1008px;position:absolute;top:-.38px;width:1px}.how-it-works-divider-1{left:calc(50% - 609px)}.how-it-works-divider-2{left:calc(50% - 311px)}.how-it-works-divider-3{left:calc(50% - 12px)}.how-it-works-divider-4{left:calc(50% + 287px)}.how-it-works-divider-5{left:calc(50% + 586px)}.how-it-works-header{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:center;left:calc(50% - 608px);position:absolute;top:112px;width:595px}.how-it-works-title{color:#111;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0}.how-it-works-description{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:28px;margin:0;max-width:100%}.how-it-works-steps-grid{grid-gap:1px;display:grid;gap:1px;grid-template-columns:repeat(4,297px);left:calc(50% - 608px);position:absolute;top:368px;width:1192px}.how-it-works-step-card{align-items:flex-start;background:#fff;border-bottom:1px solid #1111111a;border-radius:0;border-right:1px solid #1111111a;border-top:1px solid #1111111a;display:flex;flex-direction:column;justify-content:flex-start;min-height:400px;overflow:hidden;padding:40px 32px;position:relative;width:297px}.how-it-works-step-card:nth-child(4){border-right:none}.how-it-works-step-label{align-items:center;display:inline-flex;margin-bottom:32px}.how-it-works-step-text{background:linear-gradient(90deg,#db277733,#db27770d);border-left:4px solid #240029;color:#111;display:inline-block;font-size:.875rem;font-weight:600;padding:6px 20px}.how-it-works-step-title{color:#111;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:32px;margin:0 0 16px}.how-it-works-step-description{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0 0 32px}.how-it-works-step-number{bottom:32px;color:#999;font-size:1.25rem;font-weight:400;left:32px;position:absolute}.how-it-works-step-number,.section-title-left{font-family:Bricolage Grotesque,sans-serif;letter-spacing:0}.section-title-left{color:#111;color:var(--color-text-dark);font-family:var(--font-heading);font-weight:700;margin-bottom:1.5rem;text-align:left}.compliance-management .section-title-left,.section-title-left{font-size:3.5rem;line-height:1.29}.section-description{color:#111;color:var(--color-text-dark);font-size:1rem;font-weight:400;line-height:1.5;max-width:700px}.section-title{color:#111;color:var(--color-text-dark);font-weight:700;margin-bottom:4rem;text-align:center}.section-title,.section-title-center{font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-heading);font-size:3.5rem;letter-spacing:0;line-height:1.29}.why-captiveworks .section-title-center{font-size:3.5rem;line-height:1.29;margin-bottom:1.5rem;text-align:left}.compliance-management-wrapper{background:#fbfafb;height:1008px;position:relative;width:100%}.compliance-divider{background:#1111111a;height:1008px;position:absolute;top:-.38px;width:1px}.compliance-divider-1{left:calc(50% - 609px)}.compliance-divider-2{left:calc(50% - 311px)}.compliance-divider-3{left:calc(50% - 12px)}.compliance-divider-4{left:calc(50% + 287px)}.compliance-divider-5{left:calc(50% + 586px)}.compliance-header-section{align-items:center;display:flex;justify-content:space-between;left:calc(50% - 608px);position:absolute;top:112px;width:1200px}.compliance-header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:24px;justify-content:flex-start}.compliance-title{color:#111;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0}.compliance-description{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0}.btn-schedule-compliance{align-items:center;background:#0000;border:1px solid #1111111a;border-left:none;border-radius:0;border-right:none;cursor:pointer;display:flex;height:80px;justify-content:space-between;overflow:hidden;padding:16px 24px;transition:all .3s ease;width:297px}.btn-schedule-compliance span:first-child{color:#111;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:32px}.btn-schedule-compliance:hover{background:#1111110d}.compliance-features-row{align-items:center;display:flex;gap:1px;height:256px;justify-content:flex-start;position:absolute;width:1192px}.compliance-features-row-1{left:calc(50% - 608px);top:368px}.compliance-features-row-2{left:calc(50% - 608px);top:626.62px}.compliance-feature-card{align-items:flex-start;background:#fff;border-bottom:1px solid #1111111a;border-radius:0;border-top:1px solid #1111111a;display:inline-flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:24px}.compliance-feature-card-1,.compliance-feature-card-2,.compliance-feature-card-3,.compliance-feature-card-4{width:595px}.compliance-feature-content{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;width:100%}.compliance-feature-title{color:#111;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:32px;margin:0}.compliance-feature-description{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0}.compliance-feature-icon{align-items:center;display:flex;height:48px;justify-content:center;overflow:hidden;position:relative;width:48px}.compliance-feature-icon-img{height:100%;object-fit:contain;width:100%}.compliance-corner{height:20px;opacity:.5;position:absolute;width:20px}.compliance-corner:after,.compliance-corner:before{background:#111;content:"";position:absolute}.compliance-corner:before{height:20px;left:10px;outline:1px solid #111;outline-offset:-.5px;top:.33px;width:0}.compliance-corner:after{height:0;left:0;outline:1px solid #111;outline-offset:-.5px;top:10.33px;width:20px}.compliance-corner-1{left:calc(50% - 619px);top:357.62px}.compliance-corner-2{left:calc(50% + 576px);top:357.62px}.compliance-corner-3{left:calc(50% - 619px);top:884.62px}.compliance-corner-4{left:calc(50% + 576px);top:884.62px}.feature-number-small{display:none}.section-header-split{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:4rem}.header-left{max-width:600px}.header-right{align-items:flex-start;display:flex}.btn-outline-schedule{align-items:center;background:#0000;border:2px solid #16161621;border:2px solid var(--color-border);border-radius:.5rem;color:#111;color:var(--color-text-dark);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-outline-schedule:hover{border-color:#111;border-color:var(--color-text-dark);transform:translateY(-2px)}.btn-outline-schedule .arrow-icon{font-size:1.125rem;transition:transform .3s ease}.btn-outline-schedule:hover .arrow-icon{transform:translate(3px,-3px)}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4rem}.section-header .section-title{margin:0;text-align:left}.features-grid{grid-gap:3rem;gap:3rem}.features-grid-two{grid-gap:0;border:1px solid #16161621;border:1px solid var(--color-border);display:grid;gap:0;grid-template-columns:repeat(2,1fr)}.feature-card{border-radius:1.5rem}.feature-card:hover{box-shadow:0 20px 40px #00000014}.feature-card-large{background:#fff;border-bottom:1px solid #16161621;border-bottom:1px solid var(--color-border);border-right:1px solid #16161621;border-right:1px solid var(--color-border);min-height:280px;padding:3rem;position:relative;transition:all .3s ease}.feature-card-large:nth-child(2n){border-right:none}.feature-card-large.light-bg{background:#fafafa}.feature-card-large:hover{background:#f9fafb}.feature-card-large.light-bg:hover{background:#f3f4f6}.feature-card-large:nth-child(3){border-right:1px solid #16161621;border-right:1px solid var(--color-border)}.feature-card-large:nth-child(4){border-right:none}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-icon-outline{align-items:center;bottom:3rem;color:#111;color:var(--color-text-dark);display:flex;font-size:2rem;height:48px;justify-content:center;opacity:.6;position:absolute;right:3rem;width:48px}.feature-card h3{font-weight:700}.feature-card p{font-size:1rem}.feature-card-large h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card-large h3,.feature-card-large p{color:#111;color:var(--color-text-dark);line-height:1.5}.feature-card-large p{font-size:1rem;font-weight:400;max-width:480px}.value-prop{padding:6rem 0}.integrations-wrapper{background:#fff;height:1127px;position:relative;width:100%}.integrations-divider{background:#1111111a;height:1127px;position:absolute;top:-.38px;width:1px}.integrations-divider-1{left:calc(50% - 609px)}.integrations-divider-2{left:calc(50% - 311px)}.integrations-divider-3{left:calc(50% - 12px)}.integrations-divider-4{left:calc(50% + 287px)}.integrations-divider-5{left:calc(50% + 586px)}.integrations-title-section{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:center;left:calc(50% - 608px);position:absolute;top:112px;width:1200px}.integrations-title{color:#111;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0;width:100%}.integrations-description{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0;width:100%}.integrations-row{align-items:stretch;display:flex;gap:1px;justify-content:flex-start;position:absolute;width:1198px}.integrations-row-1{height:384px;left:calc(50% - 608px);top:295.62px;width:595px}.integrations-row-2{height:384px;left:calc(50% - 608px);top:679.62px;width:297px}.integrations-wrapper .integration-card{align-items:flex-start;background:#fff;border-left:none;border-radius:0!important;border-right:none;border-top:1px solid #1111111a;display:inline-flex;flex-direction:column;gap:16px;height:100%;justify-content:flex-start;overflow:hidden;padding:24px;width:297px}.integration-card-1,.integration-card-2,.integration-card-3{border-bottom:1px solid #1313131a}.integration-card-content{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;width:100%}.integration-card-title{font-size:1.25rem;font-weight:600;line-height:32px}.integration-card-text,.integration-card-title{color:#111;font-family:Inter,sans-serif;margin:0;width:100%}.integration-card-text{font-size:1rem;font-weight:400;line-height:24px}.integration-card-description,.integration-card-features{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px}.integrations-logos-grid{grid-gap:1px;box-sizing:border-box;display:grid;gap:1px;grid-template-columns:repeat(4,1fr);grid-template-rows:192px;height:192px;left:calc(50% - 12px);position:absolute;top:295.62px;width:595px}.integration-logo-item{align-items:center;background:#fff;border:1px solid #1111111a;border-left:none;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0;overflow:hidden;padding:24px;width:100%}.integration-logo-item:first-child{border-left:1px solid #1111111a}.integration-logo-item:last-child{border-right:none}.integration-logo-split-2{align-items:center;display:flex;flex-direction:row;gap:0;height:100%;justify-content:space-between;width:100%}.integration-logo-half{align-items:center;display:flex;height:100%;justify-content:center;padding:0 12px;width:50%}.integration-logo-grayed{opacity:.3}.integration-logo-dots{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center}.integration-logo-dots .dot{background:#111;border-radius:50%;height:4px;width:4px}.integration-logo-placeholder{align-items:center;background:#111;border-radius:0;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:24px;justify-content:center;text-transform:uppercase;width:96px}.integration-logo-img{display:block;height:100%;object-fit:contain;width:100%}.integration-logo-match-entrata{display:block;height:auto;margin:0 auto;max-height:60px;max-width:100%;object-fit:contain;width:auto}.integrations-corner{height:20px;opacity:.5;position:absolute;width:20px}.integrations-corner:after,.integrations-corner:before{background:#111;content:"";position:absolute}.integrations-corner:before{height:20px;left:10px;outline:1px solid #111;outline-offset:-.5px;top:.33px;width:0}.integrations-corner:after{height:0;left:0;outline:1px solid #111;outline-offset:-.5px;top:10.33px;width:20px}.integrations-corner-1{left:calc(50% - 619px);top:285.62px}.integrations-corner-2{left:calc(50% + 576px);top:285.62px}.integrations-corner-3{left:calc(50% - 619px);top:1004.62px}.integrations-corner-4{left:calc(50% + 576px);top:644.62px}.integrations{background:#fff}.section-subtitle{font-size:1.25rem}.integration-content{grid-gap:6rem;display:grid;gap:6rem;grid-template-columns:2fr 1fr;margin-top:4rem}.integration-left h3{color:#111;color:var(--color-text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem;margin-top:3rem}.integration-left h3:first-child{margin-top:0}.integration-left p{color:#6b7280;color:var(--color-text-gray);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.integration-features{margin-bottom:2rem}.integration-features li{padding:.5rem 0 .5rem 1.5rem}.integration-logos{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.logo-placeholder{align-items:center;background:#f9fafb;border:2px solid #16161621;border:2px solid var(--color-border);border-radius:.5rem;color:#6b7280;color:var(--color-text-gray);display:flex;font-size:.9375rem;font-weight:600;justify-content:center;min-height:80px;padding:2rem 1rem;text-align:center;transition:all .3s ease}.logo-placeholder:hover{border-color:#8b5cf6;border-color:var(--color-primary);transform:translateY(-3px)}.integration-right{padding:0}.why-captiveworks{background:#fafafa;padding:3rem 0}.why-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.why-card{background:#fff;border:1px solid #16161621;border:1px solid var(--color-border);border-radius:1.5rem;padding:3rem}.why-card h3{color:#111;color:var(--color-text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.why-card p{color:#6b7280;color:var(--color-text-gray);font-size:1.1rem;line-height:1.6}.partners-grid{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:2fr 1fr}.partner-logos{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.partner-logo{background:#f9fafb;border:2px solid #16161621;border:2px solid var(--color-border);border-radius:.75rem;color:#6b7280;color:var(--color-text-gray);font-weight:600;padding:3rem 1rem;text-align:center}.partner-info h3{color:#111;color:var(--color-text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem;margin-top:2rem}.partner-info h3:first-child{margin-top:0}.partner-info p{color:#6b7280;color:var(--color-text-gray);font-size:1.1rem;line-height:1.6}.built-for-wrapper{background:#101010;border-radius:1rem;height:1024px;margin:0 auto;overflow:hidden;position:relative;width:100%}.built-for-divider{background:#ffffff1a;height:976px;position:absolute;top:0;width:1px}.built-for-divider-1{left:calc(50% - 609px)}.built-for-divider-2{left:calc(50% - 311px)}.built-for-divider-3{left:calc(50% - 12px)}.built-for-divider-4{left:calc(50% + 287px)}.built-for-divider-5{left:calc(50% + 586px)}.built-for-content{display:flex;flex-direction:column;gap:64px;left:calc(50% - 608px);position:absolute;top:112px;width:598px}.built-for-title-section{width:100%}.built-for-title{color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0}.built-for-grid{align-items:center;display:flex;flex-wrap:wrap;gap:1px;justify-content:flex-start;width:595px}.built-for-card{align-items:flex-start;border-bottom:1px solid #ffffff1a;border-radius:0;border-top:1px solid #ffffff1a;display:flex;flex-direction:column;height:224px;justify-content:space-between;overflow:hidden;padding:24px;width:297px}.built-for-card:first-child,.built-for-card:nth-child(2){border-right:1px solid #ffffff1a}.built-for-card.no-right-border{border-right:none}.built-for-card-content{display:flex;flex-direction:column;gap:16px;width:100%}.built-for-card-title{color:#fff;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:32px;margin:0}.built-for-card-number{color:#999;font-family:Bricolage Grotesque,sans-serif;font-size:1.25rem;font-weight:400;line-height:24px;text-align:center}.btn-schedule-built-for{align-items:center;background:#0000;border:1px solid #ffffff1a;border-left:none;border-radius:0;border-right:none;cursor:pointer;display:flex;height:80px;justify-content:space-between;overflow:hidden;padding:16px 24px;transition:all .3s ease;width:297px}.btn-schedule-built-for span:first-child{color:#fff;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:32px}.btn-schedule-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.btn-schedule-built-for:hover{background:#ffffff0d}.built-for-example-card{align-items:flex-start;border-bottom:1px solid #ffffff1a;border-radius:0;border-top:1px solid #ffffff1a;box-shadow:0 0 0 1px #ffffff1c;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;left:calc(50% + 287px);overflow:hidden;padding:32px;position:absolute;top:112px;width:297px}.example-label{color:#999;font-family:Bricolage Grotesque,sans-serif;line-height:24px;text-align:center}.example-label,.example-text{font-size:1.25rem;font-weight:400;margin:0;width:100%}.example-text{color:#fff;font-family:Inter,sans-serif;line-height:32px}.example-value{color:#f97316;font-size:1.875rem;line-height:40px;margin:0;width:100%}.built-for-corner{height:20px;opacity:.5;position:absolute;width:20px}.built-for-corner:after,.built-for-corner:before{background:#fff;content:"";position:absolute}.built-for-corner:before{height:20px;left:10px;outline:1px solid #fff;outline-offset:-.5px;top:.33px;width:0}.built-for-corner:after{height:0;left:0;outline:1px solid #fff;outline-offset:-.5px;top:10.33px;width:20px}.built-for-corner-1{left:calc(50% + 277px);top:102px}.built-for-corner-2{left:calc(50% + 576px);top:566px}.stats-list{grid-gap:1.5rem;display:grid;gap:1.5rem;list-style:none}.stats-list li{color:#ffffffe6;font-size:1.15rem;font-weight:500;padding-left:2.5rem;position:relative}.stats-list li:before{color:#8b5cf6;color:var(--color-primary);content:"→";font-size:1.5rem;font-weight:700;left:0;position:absolute}.faq-wrapper{background:#fbfafb;height:992px;position:relative;width:100%}.faq-divider{background:#1111111a;height:992px;position:absolute;top:-.38px;width:1px}.faq-divider-1{left:calc(50% - 609px)}.faq-divider-2{left:calc(50% - 311px)}.faq-divider-3{left:calc(50% - 12px)}.faq-divider-4{left:calc(50% + 287px)}.faq-divider-5{left:calc(50% + 586px)}.faq-title-section{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:center;left:calc(50% - 608px);position:absolute;top:111.62px;width:288px}.faq-title{color:#111;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0}.faq-items-column{flex-direction:column;justify-content:flex-start;left:calc(50% - 12px);position:absolute;top:111.62px;width:600px}.faq-item,.faq-items-column{align-items:flex-start;display:flex}.faq-item{cursor:pointer;justify-content:space-between;min-height:80px;overflow:hidden;padding:24px;transition:background-color .3s ease;width:100%}.faq-item.first-item{background:#fff;border-top:1px solid #1111111a}.faq-item:not(.first-item){background:#fbfafb}.faq-item.active{background:#fff!important}.faq-item:not(.last-item){border-bottom:1px solid #1111111a}.faq-item-content{gap:0;justify-content:space-between}.faq-item-content,.faq-question-text{align-items:flex-start;display:flex;flex:1 1}.faq-question-text{flex-direction:column;gap:16px;justify-content:flex-start}.faq-answer-wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.faq-answer-wrapper.active{max-height:200px;opacity:1}.faq-question{font-size:1.25rem;font-weight:600;line-height:32px}.faq-answer,.faq-question{color:#111;font-family:Inter,sans-serif;margin:0}.faq-answer{font-size:1rem;font-weight:400;line-height:24px;transition:padding-top .3s ease}.faq-answer,.faq-answer-wrapper.active .faq-answer{padding-top:0}.faq-icon-wrapper{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;overflow:hidden;position:relative;width:24px}.faq-icon-wrapper svg{height:100%;transition:transform .3s ease;width:100%}.faq-icon-horizontal{transition:opacity .3s ease,transform .3s ease}.faq-item.active .faq-icon-horizontal{opacity:0;transform:rotate(90deg)}.faq-corner{height:20px;opacity:.5;position:absolute;width:20px}.faq-corner:after,.faq-corner:before{background:#111;content:"";position:absolute}.faq-corner:before{height:20px;left:10px;top:.33px;width:0}.faq-corner:after,.faq-corner:before{outline:1px solid #111;outline-offset:-.5px}.faq-corner:after{height:0;left:0;top:10.33px;width:20px}.faq-corner-1{left:calc(50% - 22px);top:101.62px}.faq-corner-2{left:calc(50% + 576px);top:644.62px}.final-cta{background:#101010;background:var(--color-bg-dark);border-bottom:1px solid #ffffff1a;height:800px;overflow:hidden;padding:0;position:relative;text-align:center}.final-cta .container{height:100%;max-width:100%;padding:0;position:relative;width:100%}.final-cta-divider{background:#ffffff1a;height:800px;position:absolute;top:-.38px;width:1px}.final-cta-divider-1{left:1153px}.final-cta-divider-2{left:852px}.final-cta-divider-3{left:553px}.final-cta-divider-4{left:254px}.final-cta-divider-5{left:1453px}.cta-content{display:inline-flex;gap:2.5rem;left:254px;max-width:calc(100% - 508px);position:absolute;top:112px;width:1200px;z-index:2}.cta-content,.cta-content-inner{align-items:center;flex-direction:column;justify-content:flex-start}.cta-content-inner{display:flex;gap:1.5rem;width:100%}.cta-content h2{font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-heading);font-size:4.5rem;font-weight:700;line-height:90px}.cta-content h2,.cta-content p{color:#fff;margin-bottom:0;text-align:center}.cta-content p{font-size:1.5rem;font-weight:400;line-height:32px;max-width:100%;width:960px}.cta-button-wrapper{align-items:center;display:inline-flex;gap:1px;height:80px;justify-content:flex-start;max-width:100%;width:600px}.btn-schedule-cta{align-items:center;background:#0000;border:1px solid #ffffff1a;border-left:none;border-right:none;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;height:80px;justify-content:space-between;line-height:32px;overflow:hidden;padding:1rem 1.5rem;transition:all .3s ease}.btn-schedule-cta:hover{background:#ffffff0d}.btn-schedule-cta .arrow-icon{font-size:1.5rem;transition:transform .3s ease}.btn-schedule-cta:hover .arrow-icon{transform:translate(3px,-3px)}.cta-content .btn-primary-large{margin-bottom:0}.cta-subtext{color:#ffffff80;display:none;font-size:.95rem;margin-top:1.5rem}.brand-large{-webkit-text-fill-color:#141414;-webkit-text-stroke-width:4px;background:linear-gradient(90deg,#ff7a00,#f04438 50%,#7a5af8);-webkit-background-clip:text;background-clip:text;color:#141414;font-size:clamp(4rem,15vw,13.9rem);font-weight:700;letter-spacing:0;line-height:1;padding:2rem 0;position:relative;text-align:center;text-transform:lowercase}.brand-large:before{content:""}.brand-large-container{left:111px;margin-bottom:-240px;position:absolute;text-align:center;top:612px}.brand-large-container,.brand-large-svg{height:150px;max-width:100%;width:1476px}.brand-large-svg{display:block;margin:0 auto;object-fit:contain}@media (max-width:1600px){.final-cta-divider{display:none}.cta-content{margin:0 auto;max-width:1200px;padding:7rem 2rem 0}.brand-large-container,.cta-content{left:auto;position:relative;top:auto;width:100%}.brand-large-container{margin:4rem auto 0;max-width:1486.77px}.final-cta{height:auto;min-height:800px}}.footer{background:#101010;background:var(--color-bg-dark);border-top:1px solid #ffffff21;margin-top:-90px;padding:2rem 0;position:relative;z-index:10}.footer-content{align-items:center;display:flex;justify-content:space-between}.footer-copy p{color:#fff6;font-size:.875rem}.footer-links{display:flex;gap:2.5rem}.footer-links a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width:1024px){.hero-title{font-size:3.5rem}.split-content{gap:3rem;grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.features-grid,.features-grid-two{grid-template-columns:1fr}.feature-card-large:nth-child(2n){border-right:1px solid #16161621;border-right:1px solid var(--color-border)}.integration-content,.work-partners-grid{grid-template-columns:1fr}.work-partners-grid{gap:4rem}.faq-content{gap:3rem;grid-template-columns:1fr}.why-grid-special{grid-template-columns:repeat(2,1fr)}.why-card-special:nth-child(4n){border-right:1px solid #16161621;border-right:1px solid var(--color-border)}.why-card-special:nth-child(2n){border-right:none}.why-card-special:nth-child(5){grid-column:1;grid-row:3}.partners-grid{grid-template-columns:1fr}.section-header-split{flex-direction:column;gap:2rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;gap:1rem}.stats-grid{gap:2rem}.stats-grid,.steps-grid{grid-template-columns:1fr}.content-left h2,.section-title{font-size:2.5rem}.nav-content{gap:1rem;grid-template-columns:1fr}.nav-left{justify-content:center;order:2}.logo{order:1}.nav-right{justify-content:center;order:3}.why-grid{grid-template-columns:1fr}.integration-logos,.partner-logos{grid-template-columns:repeat(2,1fr)}.section-header{align-items:flex-start;flex-direction:column;gap:2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-up{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-in-left{animation:slideInLeft .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-in-right{animation:slideInRight .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-up{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}.animate-fade-in{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) forwards}.animate-scale{animation:fadeInScale .6s cubic-bezier(.16,1,.3,1) forwards}.opacity-0{opacity:0}.animate-fade-in,.animate-fade-up,.animate-scale,.animate-slide-in-left,.animate-slide-in-right,.animate-slide-up{will-change:transform,opacity}.hero-content{position:relative;z-index:1}.faq-answer{max-width:800px;padding:1rem 0}.faq-answer p{color:#6b7280;color:var(--color-text-gray);font-size:1rem;line-height:1.6}.faq-item.active .faq-question{color:#8b5cf6;color:var(--color-primary)}.captive-box{background:#161616;background:var(--color-bg-dark-secondary);border:1px solid #ffffff21;border-radius:0;padding:2rem}.captive-box h3{display:none}.captive-box:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.5 0 3 6H22l-6 4 2.5 8-7-5-7 5L7 10 1 6h7.5l3-6Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;background-size:contain;content:"";display:block;height:17.375px;margin-bottom:2rem;width:22.5px}.captive-box p{color:#ffffffe6;font-size:1.25rem;font-weight:400;line-height:1.5}.features-wrapper{background:#101010;height:2984px;position:relative;width:100%}.features-divider{background:#ffffff1a;height:2984px;position:absolute;top:-.38px;width:1px}.features-divider-1{left:calc(50% - 609px)}.features-divider-2{left:calc(50% - 311px)}.features-divider-3{left:calc(50% - 12px)}.features-divider-4{left:calc(50% + 287px)}.features-divider-5{left:calc(50% + 586px)}.features-content-absolute{display:flex;flex-direction:column;gap:192px;left:calc(50% - 608px);position:absolute;top:112px;width:598px}.feature-section-wrapper{width:100%}.feature-mobile-image{display:none}.feature-section-content{width:100%}.feature-section-inner{display:flex;flex-direction:column;gap:64px}.feature-section-text{display:flex;flex-direction:column;gap:24px}.feature-detail-image-sticky{border-top:1px solid #1616161a;bottom:2950px - 139.62px - 416px;height:456px;left:calc(50% - 12px);overflow:hidden;position:-webkit-sticky;position:sticky;top:159.62px;width:600px;z-index:1}.feature-image{display:block;height:100%;left:0;object-fit:cover;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .6s ease-in-out;width:100%}.feature-image.active{opacity:1;pointer-events:auto}.image-placeholder{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;color:#ffffff80;display:flex;font-size:.875rem;height:100%;justify-content:center;text-align:center;width:100%}.feature-detail:not(.dark-section) .image-placeholder{background:#00000008;border:1px solid #16161621;border:1px solid var(--color-border);color:#6b7280;color:var(--color-text-gray)}.feature-detail-number{color:#999;font-size:1.25rem;font-weight:400;line-height:24px}.feature-detail-number,.feature-detail-title{font-family:Bricolage Grotesque,sans-serif;margin:0}.feature-detail-title{color:#fff;font-size:3.75rem;font-weight:700;line-height:72px}.feature-detail-description-wrapper{display:flex;flex-direction:column;gap:0;padding-right:2rem}.feature-detail-description{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0 0 1rem}.feature-detail-list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0 2rem 0 0}.feature-detail-list li{color:#fff;display:block;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0;padding:0}.btn-explore-feature{align-items:center;background:#0000;border:1px solid #ffffff1a;border-left:none;border-radius:0;border-right:none;cursor:pointer;display:flex;height:80px;justify-content:space-between;overflow:hidden;padding:16px 24px;transition:all .3s ease;width:297px}.btn-explore-feature span:first-child{color:#fff;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:32px}.btn-explore-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.btn-explore-feature:hover{background:#ffffff0d}.features{background:#fff;background:var(--color-bg-light);padding:6rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.feature-card{background:#fff;border:1px solid #16161621;border:1px solid var(--color-border);border-radius:1rem;padding:3rem;position:relative;transition:all .3s ease}.feature-card:hover{box-shadow:0 10px 30px #8b5cf61a;transform:translateY(-5px)}.feature-number{color:#8b5cf6;color:var(--color-primary);font-size:3rem;font-weight:700;opacity:.2;position:absolute;right:2rem;top:2rem}.feature-card h3{color:#111;color:var(--color-text-dark);font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#6b7280;color:var(--color-text-gray);line-height:1.6;margin-bottom:1.5rem}.btn-explore{background:#0000;border:2px solid #8b5cf6;border:2px solid var(--color-primary);border-radius:.5rem;color:#8b5cf6;color:var(--color-primary);cursor:pointer;font-size:.9375rem;font-weight:600;padding:.625rem 1.5rem;transition:all .3s ease}.btn-explore:hover{background:#8b5cf6;background:var(--color-primary);color:#fff;transform:translateX(5px)}.integrations{padding:6rem 0}.section-title-center{color:#111;color:var(--color-text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.dark-section .section-title-center{color:#fff;color:var(--color-text-light)}.section-subtitle{color:#6b7280;color:var(--color-text-gray);font-size:1.125rem;margin-bottom:4rem;text-align:center}.integrations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.integration-card{background:#fff;border:1px solid #16161621;border:1px solid var(--color-border);border-radius:0;padding:2.5rem;transition:all .3s ease}.integration-card:hover{box-shadow:0 10px 30px #8b5cf61a;transform:translateY(-5px)}.integration-card h3{color:#111;color:var(--color-text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.integration-description{color:#6b7280;color:var(--color-text-gray);line-height:1.6;margin-bottom:1.5rem}.integration-features{list-style:none}.integration-features li{color:#111;color:var(--color-text-dark);font-size:.9375rem;padding:.5rem 0 .5rem 2rem;position:relative}.integration-features li:before{color:#8b5cf6;color:var(--color-primary);content:"•";font-size:1.3rem;font-weight:700;left:0;position:absolute}.brand-logos{grid-gap:2rem;border-top:1px solid #16161621;border-top:1px solid var(--color-border);display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-left:auto;margin-right:auto;margin-top:4rem;max-width:1000px;padding-top:4rem}.brand-logo{align-items:center;background:#fff;border:1px solid #16161621;border:1px solid var(--color-border);border-radius:.5rem;display:flex;justify-content:center;min-height:80px;padding:2rem 1.5rem}.brand-logo span{color:#6b7280;color:var(--color-text-gray);font-size:1.25rem;font-weight:700;opacity:.6}.why-work-wrapper{background:#fbfafb;height:1968px;position:relative;width:100%}.why-work-divider{background:#1111111a;height:1968px;position:absolute;top:-.38px;width:1px}.why-work-divider-1{left:calc(50% - 609px)}.why-work-divider-2{left:calc(50% - 311px)}.why-work-divider-3{left:calc(50% - 12px)}.why-work-divider-4{left:calc(50% + 287px)}.why-work-divider-5{left:calc(50% + 586px)}.why-header-section{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:center;left:calc(50% - 608px);position:absolute;top:111.62px;width:598px}.why-header-title{color:#111;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0}.why-header-description{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0}.why-grid-combined{grid-gap:1px;display:grid;gap:1px;grid-template-columns:repeat(4,297px);left:calc(50% - 608px);position:absolute;top:319.62px;width:1192px}.why-card-combined{align-items:flex-start;background:#fff;border-bottom:1px solid #1111111a;border-radius:0;border-top:1px solid #1111111a;display:flex;flex-direction:column;height:384px;justify-content:space-between;overflow:hidden;padding:24px;width:297px}.why-card-combined.has-right-border{border-right:1px solid #1111111a}.why-card-combined.no-right-border{border-right:none}.why-card-combined.fifth-card{border-top:none;grid-column:1;grid-row:2}.why-card-combined.grid-col-3{grid-column:3}.why-card-combined.grid-col-4{grid-column:4}.why-card-content{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;width:100%}.why-card-title{font-size:1.25rem;font-weight:600;line-height:32px}.why-card-description,.why-card-title{color:#111;font-family:Inter,sans-serif;margin:0}.why-card-description{font-size:1rem;font-weight:400;line-height:24px}.why-number-combined{color:#999;font-family:Bricolage Grotesque,sans-serif;font-size:1.25rem;font-weight:400;line-height:24px;text-align:center}.work-header-section{align-items:flex-end;display:flex;flex-direction:column;gap:24px;justify-content:center;left:calc(50% - 12px);position:absolute;top:1239.62px;width:602px}.work-header-title{color:#111;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0;text-align:right}.work-header-description{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0;text-align:right}.partners-logos-combined{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,148px);grid-template-rows:repeat(2,192px);height:384px;left:calc(50% - 608px);position:absolute;top:1519.62px;width:595px}.partner-logo-combined{align-items:center;background:#fff;border-radius:0;border-right:1px solid #1111111a;border-top:1px solid #1111111a;display:flex;flex-direction:column;height:192px;justify-content:center;overflow:hidden;padding:24px;width:148px}.partner-logo-combined,.partner-logo-combined.top-row{border-bottom:1px solid #1111111a}.partner-logo-combined.bottom-row{border-top:none}.partner-logo-combined.no-right-border{border-right:none}.partner-logo-combined.bottom-row{border-bottom:1px solid #1111111a;border-top:1px solid #1111111a}.partner-logo-placeholder{align-items:center;color:#111;display:flex;font-size:.875rem;height:100%;justify-content:center;width:100%}.partner-logo-img{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.work-options-combined{align-items:center;display:inline-flex;gap:1px;height:384px;justify-content:flex-end;left:calc(50% - 12px);position:absolute;top:1519.62px;width:595px}.work-option-combined{background:#fff;border-bottom:1px solid #1111111a;border-radius:0;border-top:1px solid #1111111a;height:384px;justify-content:space-between;overflow:hidden;padding:24px;width:297px}.work-option-combined,.work-option-content{align-items:flex-start;display:flex;flex-direction:column}.work-option-content{gap:16px;justify-content:flex-start;width:100%}.work-option-title{font-size:1.25rem;font-weight:600;line-height:32px}.work-option-description,.work-option-title{color:#111;font-family:Inter,sans-serif;margin:0}.work-option-description{font-size:1rem;font-weight:400;line-height:24px}.work-option-icon-combined{align-items:center;display:flex;height:48px;justify-content:center;overflow:hidden;position:relative;width:48px}.work-option-icon-combined img,.work-option-icon-combined svg{height:100%;object-fit:contain;width:100%}.work-option-icon-img{display:block}.why-work-corner{height:20px;opacity:.5;position:absolute;width:20px}.why-work-corner:after,.why-work-corner:before{background:#111;content:"";position:absolute}.why-work-corner:before{height:20px;left:10px;outline:1px solid #111;outline-offset:-.5px;top:.33px;width:0}.why-work-corner:after{height:0;left:0;outline:1px solid #111;outline-offset:-.5px;top:10.33px;width:20px}.why-work-corner-1{left:calc(50% - 619px);top:309.62px}.why-work-corner-2{left:calc(50% + 576px);top:309.62px}.why-work-corner-3{left:calc(50% - 619px);top:668.62px}.why-work-corner-4{left:calc(50% + 576px);top:668.62px}.work-with-us{padding:6rem 0}.work-with-us-content{margin-bottom:4rem}.work-with-us-left{max-width:600px}.work-partners-grid{grid-gap:6rem;align-items:start;display:grid;gap:6rem;grid-template-columns:2fr 1fr}.partners-logos-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.partner-logo-item{align-items:center;background:#fff;border:1px solid #16161621;border:1px solid var(--color-border);border-radius:.5rem;color:#6b7280;color:var(--color-text-gray);display:flex;font-size:.9375rem;font-weight:600;justify-content:center;min-height:80px;padding:2rem 1.5rem;text-align:center}.work-options-grid{grid-gap:0;border:1px solid #16161621;border:1px solid var(--color-border);gap:0}.work-option-card{border-bottom:1px solid #16161621;border-bottom:1px solid var(--color-border);border-right:1px solid #16161621;border-right:1px solid var(--color-border);min-height:280px;padding:3rem;position:relative}.work-option-card:nth-child(2n){border-right:none}.work-option-card:hover{background:#f9fafb}.work-option-card p{font-size:1rem;line-height:1.6;max-width:480px}.work-option-icon{bottom:3rem;font-size:3rem;opacity:.6;position:absolute;right:3rem}.example-value{color:#ff7a00;font-family:Bricolage Grotesque,sans-serif;font-family:var(--font-heading);font-size:3rem;font-weight:700;line-height:1;margin:1.5rem 0}.work-with-us{background:#fff;background:var(--color-bg-light)}.work-options-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.work-option-card{background:#fff;border:1px solid #16161621;border:1px solid var(--color-border);border-radius:1rem;padding:2.5rem;transition:all .3s ease}.work-option-card:hover{box-shadow:0 10px 30px #8b5cf61a;transform:translateY(-5px)}.work-option-card h3{color:#111;color:var(--color-text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.work-option-card p{color:#6b7280;color:var(--color-text-gray);font-size:1.05rem;line-height:1.7}.company-logos{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:4rem}.company-logo{align-items:center;background:#fff;border:1px solid #16161621;border:1px solid var(--color-border);border-radius:.5rem;display:flex;justify-content:center;min-height:80px;padding:2rem 1.5rem}.company-logo span{color:#6b7280;color:var(--color-text-gray);font-size:1.125rem;font-weight:700;opacity:.6}@media (max-width:1024px){.feature-detail-grid,.features-grid{grid-template-columns:1fr}.feature-detail-grid{gap:3rem}.feature-detail-image{height:300px}.brand-logos,.company-logos,.integrations-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.work-options-grid{grid-template-columns:1fr}}@media (max-width:768px){.feature-detail-grid,.features-grid,.integrations-grid{grid-template-columns:1fr}.brand-logos{gap:1.5rem;margin-top:3rem;padding-top:3rem}.brand-logos,.company-logos{grid-template-columns:repeat(2,1fr)}.company-logos{gap:1rem}.why-grid,.work-options-grid{grid-template-columns:1fr}.work-option-card:nth-child(2n){border-right:1px solid #16161621;border-right:1px solid var(--color-border)}.partners-logos-section{grid-template-columns:repeat(2,1fr)}.faq-content,.why-grid-special{grid-template-columns:1fr}.why-card-special:nth-child(2n){border-right:1px solid #16161621;border-right:1px solid var(--color-border)}.why-card-special:nth-child(5){grid-column:1;grid-row:5}.feature-number{font-size:2rem;right:1.5rem;top:1.5rem}.section-title-center{font-size:2rem}.callout-value{font-size:2.5rem}.example-callout,.feature-card,.integration-card,.why-card,.work-option-card{padding:2rem}.section-subtitle{font-size:1rem;margin-bottom:3rem}.features-wrapper{height:auto;min-height:auto;padding:2rem 0}.features-content-absolute{gap:3rem;left:auto;padding:1rem;position:relative;top:auto;width:100%}.feature-section-wrapper{width:100%}.feature-section-inner{gap:2rem}.feature-detail-image-sticky{display:none}.feature-mobile-image{border-radius:1rem;display:block;height:250px;margin-bottom:2rem;overflow:hidden;width:100%}.feature-image-mobile{display:block;height:100%;object-fit:cover;width:100%}.features-divider{display:none}.feature-detail-title{font-size:2.5rem;line-height:1.2}.feature-detail-description,.feature-detail-list li{font-size:.9rem}.feature-detail-description-wrapper,.feature-detail-list{padding-right:0}.btn-explore-feature{width:100%}}@media (max-width:1024px){.features-wrapper{height:auto;min-height:2984px}.features-content-absolute{gap:4rem;left:auto;padding:2rem;position:relative;top:auto;width:100%}.feature-detail-image-sticky{display:none}.feature-mobile-image{border-radius:1rem;display:block;height:300px;margin-bottom:2rem;overflow:hidden;width:100%}.feature-image-mobile{display:block;height:100%;object-fit:cover;width:100%}.feature-detail-description-wrapper,.feature-detail-list{padding-right:0}.features-divider{display:none}}@media (max-width:480px){.features-wrapper{padding:1rem 0}.features-content-absolute{gap:2rem;padding:.5rem}.feature-mobile-image{height:200px;margin-bottom:1rem}.feature-detail-title{font-size:2rem}.container{padding:0 1rem}.features,.integrations,.why-captiveworks,.work-with-us{padding:4rem 0}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.25rem}.feature-card p{font-size:.9375rem}.feature-number{font-size:1.5rem;right:1rem;top:1rem}.section-title-center{font-size:1.75rem;line-height:1.2}.section-subtitle{font-size:.9375rem;margin-bottom:2rem}.integration-card{padding:1.5rem}.integration-card h3{font-size:1.125rem}.integration-card p{font-size:.9375rem}.integration-icon{height:48px;width:48px}.integration-icon svg{height:32px;width:32px}.why-card{padding:1.5rem}.why-card h3{font-size:1.125rem}.why-card p{font-size:.9375rem}.why-number{font-size:.875rem;padding:.375rem .75rem}.work-option-card{padding:1.5rem}.work-option-card h3{font-size:1.5rem}.work-option-card>p{font-size:.9375rem}.work-option-card .feature-list li{font-size:.9375rem;padding:.5rem 0 .5rem 1.5rem}.example-callout{padding:1.5rem}.callout-value{font-size:2rem}.example-callout>p{font-size:1rem}.callout-description{font-size:.875rem}.btn-explore,.btn-outline-light{padding:.75rem 1rem;width:100%}.built-for-list{gap:1.5rem}.built-for-item h3{font-size:1.125rem}.built-for-item p{font-size:.9375rem}.content-left h2{font-size:2rem;line-height:1.2}.content-left p{font-size:1rem}.feature-list li{font-size:.9375rem}.stat-value{font-size:2.5rem}.stat-label{font-size:.9375rem}.hero{padding:8rem 0 4rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem}.placeholder-image{height:300px}.step-card{padding:1.5rem}.step-card h3{font-size:1.25rem}.step-card p{font-size:.9375rem}.faq-question{font-size:1rem;padding:1rem 0}.faq-answer p{font-size:.9375rem}.final-cta h2{font-size:2rem}.final-cta p{font-size:1rem}.navbar{padding:1rem 0}.nav-left a{font-size:.875rem}.logo{font-size:1rem}.btn-nav{font-size:.875rem;padding:.5rem 1rem}}@media (max-width:360px){.container{padding:0 .75rem}.hero-title{font-size:1.75rem}.section-title-center{font-size:1.5rem}.content-left h2{font-size:1.75rem}.stat-value{font-size:2rem}.callout-value{font-size:1.75rem}.feature-card,.integration-card,.why-card,.work-option-card{padding:1.25rem}}@media (max-width:1024px){.hero-wrapper{height:auto;min-height:400px;padding:80px 20px 64px}.hero-divider{display:none}.hero-navbar{align-items:center;display:flex;justify-content:space-between;left:50%;max-width:1200px;padding:12px 16px;position:absolute;top:0;transform:translateX(-50%);width:calc(100% - 40px)}.hero-logo-mobile{display:none}.hero-navbar-left{gap:12px}.hero-nav-link{font-size:.875rem;padding:6px 10px}.hero-navbar-logo{align-items:center;display:flex;justify-content:center}.hero-navbar-logo .hero-logo-image{max-height:24px}.btn-schedule-hero-nav{font-size:.8125rem;padding:6px 10px}.hero-content-new{gap:20px;margin-top:40px;padding:0 20px;width:100%}.hero-title-new{font-size:3rem;line-height:56px;padding:0}.hero-subtitle-new{font-size:1.125rem;line-height:28px;max-width:700px;padding:0;width:100%}.stats-wrapper{min-height:auto;padding:64px 20px}.stats-divider{display:none}.stats-container{flex-direction:column;gap:0;height:auto;left:0;max-width:900px;position:relative;width:100%}.stat-card{border-bottom:1px solid #1111111a;border-left:1px solid #1111111a;border-right:none;height:auto;min-height:160px;width:100%}.stat-card:first-child{border-top:1px solid #1111111a}.stat-value{font-size:40px;line-height:48px}.stats-corner{display:none}.how-it-works-wrapper{height:auto;min-height:auto;padding:64px 20px}.how-it-works-divider{display:none}.how-it-works-header{left:0;margin-bottom:48px;max-width:600px;position:relative;top:0;width:100%}.how-it-works-title{font-size:3rem;line-height:56px}.how-it-works-description{font-size:1rem;line-height:24px}.how-it-works-steps-grid{gap:1px;grid-template-columns:repeat(2,1fr);left:0;position:relative;top:0;width:100%}.how-it-works-step-card{min-height:350px;width:100%}.compliance-management-wrapper{height:auto;min-height:auto;padding:64px 20px}.compliance-divider{display:none}.compliance-header-section{align-items:flex-start;flex-direction:column;gap:24px;left:0;margin-bottom:48px;max-width:100%;position:relative;top:0;width:100%}.compliance-header-content{max-width:600px;width:100%}.compliance-title{font-size:3rem;line-height:56px}.compliance-description{font-size:1rem;line-height:24px}.btn-schedule-compliance{max-width:297px;width:100%}.compliance-features-row{flex-direction:column;gap:1px;height:auto;left:0;position:relative;top:0;width:100%}.compliance-features-row-1{margin-bottom:1px;top:0}.compliance-features-row-2{margin-top:0;top:0}.compliance-feature-card{min-height:300px;width:100%}.compliance-feature-card-1,.compliance-feature-card-2,.compliance-feature-card-3,.compliance-feature-card-4{width:100%}.compliance-corner{display:none}.integrations-wrapper{height:auto;min-height:auto;padding:64px 20px}.integrations-divider{display:none}.integrations-title-section{left:0;margin-bottom:48px;max-width:600px;position:relative;top:0;width:100%}.integrations-title{font-size:3rem;line-height:56px}.integrations-description{font-size:1rem;line-height:24px}.integrations-row{flex-direction:column;gap:1px;height:auto;left:0;position:relative;width:100%}.integrations-row-1{top:0}.integrations-row-2{margin-top:1px;top:0}.integrations-wrapper .integration-card{height:auto;min-height:300px;width:100%}.integrations-logos-grid{gap:1px;grid-template-columns:repeat(2,1fr);height:auto;left:0;position:relative;top:48px;width:100%}.integration-logo-item{height:auto;min-height:120px;width:100%}.integrations-corner{display:none}.built-for-wrapper{height:auto;min-height:auto;padding:64px 20px}.built-for-divider{display:none}.built-for-content{gap:48px;left:0;margin-bottom:48px;max-width:600px;position:relative;top:0;width:100%}.built-for-title-section{width:100%}.built-for-title{font-size:3rem;line-height:56px}.built-for-grid{grid-gap:1px;display:grid;flex-wrap:wrap;gap:1px;grid-template-columns:repeat(2,1fr);width:100%}.built-for-card{height:auto;min-height:200px;width:100%}.btn-schedule-built-for{max-width:297px;width:100%}.built-for-example-card{left:0;margin-top:48px;max-width:600px;position:relative;top:0;width:100%}.built-for-corner{display:none}.faq-wrapper{height:auto;min-height:auto;padding:64px 20px}.faq-divider{display:none}.faq-title-section{left:0;margin-bottom:48px;max-width:600px;position:relative;top:0;width:100%}.faq-title{font-size:3rem;line-height:56px}.faq-items-column{left:0;max-width:800px;position:relative;top:0;width:100%}.faq-item{width:100%}.faq-corner{display:none}.why-work-wrapper{height:auto;min-height:auto;padding:64px 20px 80px}.why-work-divider{display:none}.why-header-section{left:0;margin-bottom:48px;max-width:600px;position:relative;top:0;width:100%}.why-header-title{font-size:3rem;line-height:56px}.why-header-description{font-size:1rem;line-height:24px}.why-grid-combined{gap:1px;grid-template-columns:repeat(2,1fr);left:0;position:relative;top:0;width:100%}.why-card-combined{height:auto;min-height:300px;width:100%}.why-card-combined.grid-col-3,.why-card-combined.grid-col-4{grid-column:auto}.why-card-combined.fifth-card{grid-column:1/-1;grid-row:auto}.work-header-section{left:0;margin-bottom:48px;margin-top:64px;max-width:600px;position:relative;text-align:left;top:0;width:100%}.work-header-title{font-size:3rem;line-height:56px}.work-header-description{font-size:1rem;line-height:24px}.work-options-combined{flex-direction:column;gap:1px;left:0;position:relative;top:0;width:100%}.work-option-combined{min-height:300px;width:100%}.partners-logos-combined{gap:1px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;height:auto;left:0;margin-top:48px;position:relative;top:0;width:100%}.partner-logo-combined{height:auto;min-height:140px;padding:20px;width:100%}.partner-logo-img{max-height:80px}.why-work-corner{display:none}.value-prop{padding:64px 20px}.split-content{gap:48px;grid-template-columns:1fr}.content-left h2{font-size:3rem;line-height:48px}.content-left p{font-size:1rem;line-height:24px}.captive-box{padding:24px}.final-cta{height:auto;min-height:600px;padding:64px 20px}.final-cta-divider{display:none}.cta-content{left:0;margin:0 auto;max-width:800px;position:relative;text-align:center;top:0;width:100%}.cta-content h2{font-size:3rem;line-height:56px}.cta-content p{font-size:1.125rem;line-height:28px;margin:0 auto 32px;max-width:600px;width:100%}.brand-large-container{height:auto;left:0;margin:0 auto;max-width:100%;position:relative;top:48px;width:100%}.brand-large-svg{height:auto;max-width:800px;width:100%}.footer{margin-top:0;padding:32px 20px}.footer-content{align-items:center;flex-direction:column;gap:24px;text-align:center}.footer-links{flex-direction:column;gap:16px}}@media (max-width:768px){.hero-wrapper{min-height:auto;padding:80px 16px 48px}.hero-navbar{align-items:center;flex-direction:row;gap:8px;height:auto;justify-content:space-between;left:50%;min-height:auto;overflow:visible;padding:10px 14px;position:fixed;top:16px;transform:translateX(-50%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:calc(100% - 32px);z-index:1000}.btn-schedule-hero-nav-desktop,.hero-nav-link-desktop{display:none}.btn-phone-hero-nav-mobile,.hero-menu-btn-mobile,.hero-mobile-menu{display:flex!important}.hero-mobile-menu{flex-direction:column}.hero-logo-mobile{align-items:center;cursor:pointer;display:flex;justify-content:center;left:50%;position:absolute;top:147px;transform:translateX(-50%) translateY(-50%);white-space:nowrap;z-index:10}.hero-logo-mobile .hero-logo-image{max-height:40px}.hero-navbar-left{flex-wrap:nowrap;gap:10px;justify-content:flex-start;order:1;width:auto}.hero-navbar-logo{display:none;left:50%;order:2;position:absolute;transform:translateX(-50%)}.hero-navbar-right{order:3}.hero-navbar-logo-mobile-visible{display:flex!important;left:50%;position:absolute;transform:translateX(-50%)}.hero-logo-mobile-hidden{display:none!important}.hero-navbar-right{justify-content:flex-end;order:2;width:auto}.hero-nav-link{font-size:.8125rem;padding:6px 10px;white-space:nowrap}.btn-schedule-hero-nav{font-size:.8125rem;padding:8px 16px;width:auto}.hero-content-new{gap:16px;margin-top:180px;padding:0;width:100%}.hero-title-new{font-size:2rem;line-height:40px;padding:0 10px}.hero-subtitle-new{font-size:1rem;line-height:24px;padding:0 10px}.stats-wrapper{padding:48px 16px}.stat-value{font-size:36px;line-height:44px}.stat-label{font-size:14px;line-height:20px}.how-it-works-wrapper{padding:48px 16px}.how-it-works-title{font-size:2.5rem;line-height:48px}.how-it-works-steps-grid{grid-template-columns:1fr}.how-it-works-step-card{min-height:300px}.compliance-management-wrapper{padding:48px 16px}.compliance-header-section{margin-bottom:32px}.compliance-title{font-size:2.5rem;line-height:48px}.compliance-description{font-size:.9375rem;line-height:22px}.btn-schedule-compliance{max-width:100%}.compliance-features-row{flex-direction:column}.compliance-feature-card{min-height:280px}.integrations-wrapper{padding:48px 16px}.integrations-title{font-size:2.5rem;line-height:48px}.integrations-logos-grid{grid-template-columns:1fr}.integration-logo-item{min-height:100px}.built-for-wrapper{padding:48px 16px}.built-for-content{gap:32px;margin-bottom:32px}.built-for-title{font-size:2.5rem;line-height:48px}.built-for-grid{display:grid;grid-template-columns:1fr}.built-for-card{min-height:180px;width:100%}.btn-schedule-built-for{max-width:100%;width:100%}.built-for-example-card{margin-top:32px}.faq-wrapper{padding:48px 16px}.faq-title{font-size:2.5rem;line-height:48px}.why-work-wrapper{padding:48px 16px}.why-header-title{font-size:2.5rem;line-height:48px}.why-grid-combined{grid-template-columns:1fr}.why-card-combined{min-height:280px}.work-header-title{font-size:2.5rem;line-height:48px}.partners-logos-combined{grid-template-columns:repeat(2,1fr)}.value-prop{padding:48px 16px}.content-left h2{font-size:2.5rem;line-height:44px}.content-left p{font-size:.9375rem;line-height:22px}.captive-box{padding:20px}.final-cta{min-height:500px;padding:48px 16px}.cta-content h2{font-size:2.5rem;line-height:48px}.cta-content p{font-size:1rem;line-height:24px}.brand-large-container{top:32px}.brand-large-svg{max-width:100%}.footer{padding:24px 16px}}@media (max-width:480px){.hero-wrapper{min-height:auto;padding:70px 12px 32px}.hero-navbar{align-items:center;flex-direction:row;gap:8px;justify-content:space-between;left:50%;overflow:visible;padding:8px 12px;position:fixed;top:12px;transform:translateX(-50%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:calc(100% - 24px);z-index:1000}.btn-schedule-hero-nav-desktop,.hero-nav-link-desktop{display:none}.btn-phone-hero-nav-mobile,.hero-menu-btn-mobile,.hero-mobile-menu{display:flex!important}.hero-mobile-menu{flex-direction:column}.hero-logo-mobile{align-items:center;cursor:pointer;display:flex;justify-content:center;left:50%;position:absolute;top:167.5px;transform:translateX(-50%) translateY(-50%);white-space:nowrap;z-index:10}.hero-logo-mobile .hero-logo-image{max-height:44px}.hero-navbar-left{flex-wrap:nowrap;gap:8px;justify-content:flex-start;order:1;width:auto}.hero-navbar-logo{display:none;left:50%;order:2;position:absolute;transform:translateX(-50%)}.hero-navbar-right{order:3}.hero-navbar-logo-mobile-visible{display:flex!important;left:50%;position:absolute;transform:translateX(-50%)}.hero-logo-mobile-hidden{display:none!important}.hero-navbar-right{justify-content:flex-end;order:2;width:auto}.hero-nav-link{font-size:.8125rem;padding:6px 10px;white-space:nowrap}.btn-schedule-hero-nav{font-size:.8125rem;padding:8px 14px;width:auto}.btn-schedule-hero-nav span{font-size:.8125rem}.hero-content-new{gap:12px;margin-top:170px}.hero-title-new{font-size:1.75rem;line-height:36px;padding:0}.hero-subtitle-new{font-size:.9375rem;line-height:22px;padding:0}.stats-wrapper{padding:32px 12px}.stat-card{min-height:140px;padding:16px}.stat-value{font-size:32px;line-height:40px}.stat-label{font-size:13px;line-height:18px}.how-it-works-wrapper{padding:32px 12px}.how-it-works-header{margin-bottom:32px}.how-it-works-title{font-size:2rem;line-height:40px}.how-it-works-description{font-size:.9375rem;line-height:22px}.how-it-works-step-card{min-height:280px;padding:24px 16px}.how-it-works-step-title{font-size:1.25rem;line-height:32px}.how-it-works-step-description{font-size:.9375rem;line-height:22px}.compliance-management-wrapper{padding:32px 12px}.compliance-header-section{gap:16px;margin-bottom:32px}.compliance-header-content{max-width:100%}.compliance-title{font-size:2rem;line-height:40px}.compliance-description{font-size:.9375rem;line-height:22px}.btn-schedule-compliance{font-size:1rem;height:56px;max-width:100%;width:100%}.compliance-feature-card{min-height:260px;padding:24px 16px}.compliance-feature-title{font-size:1.25rem;line-height:32px}.compliance-feature-description{font-size:.9375rem;line-height:22px}.integrations-wrapper{padding:32px 12px}.integrations-title-section{margin-bottom:32px}.integrations-title{font-size:2rem;line-height:40px}.integrations-description{font-size:.9375rem;line-height:22px}.integrations-wrapper .integration-card{min-height:280px;padding:24px 16px}.integration-card-title{font-size:1.25rem;line-height:32px}.integration-card-text{font-size:.9375rem;line-height:22px}.integration-logo-item{min-height:80px;padding:16px}.built-for-wrapper{padding:32px 12px}.built-for-content{gap:24px;margin-bottom:32px}.built-for-title{font-size:2rem;line-height:40px}.built-for-grid{grid-template-columns:1fr}.built-for-card{min-height:160px;padding:24px 16px;width:100%}.built-for-card-title{font-size:1.125rem;line-height:28px}.btn-schedule-built-for{font-size:1rem;height:56px;width:100%}.built-for-example-card{margin-top:32px;padding:24px 16px}.built-for-example-value{font-size:2rem;line-height:36px}.faq-wrapper{padding:32px 12px}.faq-title-section{margin-bottom:32px}.faq-title{font-size:2rem;line-height:40px}.faq-question{font-size:1.125rem;line-height:28px}.faq-answer{font-size:.9375rem;line-height:22px}.why-work-wrapper{padding:32px 12px 64px}.why-header-section{margin-bottom:32px}.why-header-title{font-size:2rem;line-height:40px}.why-header-description{font-size:.9375rem;line-height:22px}.why-card-combined{min-height:260px;padding:24px 16px}.why-card-title{font-size:1.125rem;line-height:28px}.why-card-description{font-size:.9375rem;line-height:22px}.work-header-section{margin-bottom:32px;margin-top:48px}.work-header-title{font-size:2rem;line-height:40px}.work-header-description{font-size:.9375rem;line-height:22px}.work-option-combined{min-height:280px;padding:24px 16px}.work-option-title{font-size:1.125rem;line-height:28px}.work-option-description{font-size:.9375rem;line-height:22px}.partners-logos-combined{gap:1px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;height:auto;margin-top:32px}.partner-logo-combined{height:auto;min-height:120px;padding:16px 12px}.partner-logo-img{max-height:60px;max-width:90%}.value-prop{padding:32px 12px}.split-content{gap:32px}.content-left h2{font-size:2rem;line-height:40px}.content-left p{font-size:.875rem;line-height:20px}.captive-box{padding:16px}.btn-outline-light{font-size:1rem;height:auto;padding:12px 16px;width:100%}.final-cta{min-height:400px;padding:32px 12px}.cta-content{padding:0}.cta-content h2{font-size:2rem;line-height:40px}.cta-content p{font-size:.9375rem;line-height:22px;margin-bottom:24px}.cta-button-wrapper{max-width:100%;width:100%}.btn-schedule-cta{font-size:1rem;height:56px;padding:14px 20px;width:100%}.brand-large-container{height:auto;top:24px}.brand-large-svg{height:auto;max-width:100%;min-height:80px;width:100%}.footer{padding:20px 12px}.footer-content{gap:16px}.footer-copy p{font-size:.8125rem}.footer-links{gap:12px}.footer-links a{font-size:.8125rem}}.schedule-call-page{align-items:center;background:#fff;display:flex;flex-direction:column;min-height:100vh;padding:112px 0 64px}.schedule-call-header{margin-bottom:64px;max-width:1200px;padding:0 20px;text-align:center;width:100%}.schedule-call-back-btn{align-items:center;background:#0000;border:none;color:#111;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;gap:8px;margin-bottom:32px;padding:8px 0;transition:color .3s ease}.schedule-call-back-btn:hover{color:#161616}.schedule-call-title{color:#111;font-family:Bricolage Grotesque,sans-serif;font-size:3.75rem;font-weight:700;line-height:72px;margin:0 0 24px}.schedule-call-subtitle{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;margin:0 auto;max-width:600px}.schedule-call-form-wrapper{max-width:800px;padding:0 20px;width:100%}.schedule-call-form{display:flex;flex-direction:column;gap:24px}.schedule-call-form-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.schedule-call-form-group{display:flex;flex-direction:column;gap:8px}.schedule-call-input,.schedule-call-label,.schedule-call-textarea{color:#111;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px}.schedule-call-input,.schedule-call-textarea{background:#fff;border:1px solid #1111111a;border-radius:0;padding:16px 24px;transition:border-color .3s ease;width:100%}.schedule-call-input:focus,.schedule-call-textarea:focus{border-color:#111;outline:none}.schedule-call-textarea{min-height:120px;resize:vertical}.schedule-call-submit-btn{align-items:center;background:#1e1f24;border:none;border-radius:0;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;height:80px;justify-content:space-between;line-height:32px;margin-top:8px;padding:16px 24px;transition:background .3s ease;width:297px}.schedule-call-submit-btn:hover{background:#000}.schedule-call-submit-btn .arrow-icon{font-size:1.5rem;transition:transform .3s ease}.schedule-call-submit-btn:hover .arrow-icon{transform:translate(3px,-3px)}.schedule-call-submit-btn:disabled{cursor:not-allowed;opacity:.6}.schedule-call-submit-btn:disabled:hover{background:#1e1f24}.schedule-call-message{border-radius:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:24px;padding:16px 24px;text-align:center}.schedule-call-success{background:#22c55e1a;border:1px solid #22c55e33;color:#16a34a}.schedule-call-error{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.schedule-call-footer{border-top:1px solid #1111111a;margin-top:64px;max-width:800px;padding:48px 20px 0;text-align:center;width:100%}.schedule-call-footer-text{color:#999;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;margin-bottom:24px}.schedule-call-footer-links{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:24px}.schedule-call-footer-link{color:#161616;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .3s ease}.schedule-call-footer-link:hover{color:#111}.schedule-call-footer-copy{color:#1116;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;margin:0}@media (max-width:1024px){.schedule-call-page{padding:80px 20px 48px}.schedule-call-title{font-size:3rem;line-height:56px}.schedule-call-form-row{gap:24px;grid-template-columns:1fr}.schedule-call-submit-btn{max-width:400px;width:100%}}@media (max-width:768px){.schedule-call-page{padding:64px 16px 48px}.schedule-call-header{margin-bottom:48px}.schedule-call-title{font-size:2.5rem;line-height:48px}.schedule-call-subtitle{font-size:.9375rem;line-height:22px}.schedule-call-form{gap:20px}.schedule-call-submit-btn{font-size:1rem;height:56px}}@media (max-width:480px){.schedule-call-page{padding:48px 12px 32px}.schedule-call-title{font-size:2rem;line-height:40px}.schedule-call-subtitle{font-size:.875rem;line-height:20px}.schedule-call-form{gap:16px}.schedule-call-input,.schedule-call-textarea{font-size:.9375rem;padding:12px 16px}.schedule-call-submit-btn{font-size:.9375rem;height:52px}}
/*# sourceMappingURL=main.cdaff868.css.map*/