:root{--ink:#071014;--muted:#53605e;--line:#dce3df;--green:#28784a;--green-dark:#20653d;--orange:#c54d10;--orange-dark:#b8450c;--black:#02080b;--cream:#fff8f2;--pale-green:#f4fbf8}*{box-sizing:border-box}html{background:#fff}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:12px;overflow-x:hidden}@keyframes revealRise{0%{opacity:0;filter:blur(8px);transform:translateY(18px)}to{opacity:1;filter:blur();transform:translate(0,0)}}@keyframes headerEnter{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translate(0,0)}}@keyframes heroSweep{0%{opacity:0;transform:translate(-72%)skew(-12deg)}18%{opacity:.42}45%{opacity:.16}to{opacity:0;transform:translate(72%)skew(-12deg)}}@keyframes cardSheen{0%{transform:translate(-130%)}to{transform:translate(130%)}}@keyframes carouselIn{0%{opacity:0;transform:translate(12px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes fillScale{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes softFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-5px)}}@keyframes pulseRing{0%,to{box-shadow:0 0 #c54d1000}50%{box-shadow:0 0 0 5px #c54d1029}}@keyframes flowArrow{0%,to{opacity:.48;transform:translate(0,0)}50%{opacity:1;transform:translate(3px)}}@keyframes productRouteFocus{0%,8%,28%,to{box-shadow:none;background:0 0;border-color:#0000}11%,24%{background:linear-gradient(135deg,#fff8f2eb,#f4fbf8d1);border-color:#c54d103d;box-shadow:0 12px 30px #06101414}}@keyframes productRouteIconFocus{0%,8%,28%,to{color:#071014;transform:translate(0,0)scale(1)}11%,24%{color:var(--orange);transform:translateY(-2px)scale(1.08)}}@keyframes productRouteArrowFocus{0%,8%,28%,to{color:#9aa19f;opacity:.62;transform:translate(0,0)}11%,24%{color:var(--orange);opacity:1;transform:translate(4px)}}@media (prefers-reduced-motion:no-preference){.motion-ready .motion-reveal{opacity:0;filter:blur(8px);transition:opacity .76s cubic-bezier(.2,.8,.2,1),filter .76s cubic-bezier(.2,.8,.2,1),transform .76s cubic-bezier(.2,.8,.2,1);transition-delay:calc(var(--reveal-index,0) * 55ms);will-change:opacity, filter, transform;transform:translateY(18px)}.motion-ready .motion-reveal.is-visible{opacity:1;filter:blur();transform:translate(0,0)}.site-header{animation:.62s cubic-bezier(.2,.8,.2,1) both headerEnter}.motion-ready .home-hero-stats div:before{animation:3.6s ease-in-out infinite pulseRing;animation-delay:calc(var(--reveal-index,0) * .14s)}.motion-ready .home-product-card:not(:hover) .home-product-shot{animation:5.4s ease-in-out infinite softFloat}.motion-ready .home-product-card:nth-child(2):not(:hover) .home-product-shot{animation-delay:.46s}.motion-ready .home-upcoming-card.is-visible .home-project-step:after{animation:1.8s ease-in-out infinite flowArrow}.motion-ready .home-step.is-visible{animation:11.5s ease-in-out infinite productRouteFocus;animation-delay:calc(var(--step-index,0) * 2.3s)}.motion-ready .home-step.is-visible .home-step-icon{animation:11.5s ease-in-out infinite productRouteIconFocus;animation-delay:calc(var(--step-index,0) * 2.3s)}.motion-ready .home-step.is-visible .home-step-arrow{animation:11.5s ease-in-out infinite productRouteArrowFocus;animation-delay:calc(var(--step-index,0) * 2.3s)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}a{color:inherit;text-decoration:none}.products-page,.home-page,.standard-page{width:100%;min-height:100vh;overflow-x:hidden}@media (min-width:857px){.home-scale-stage{height:calc(2084px * (100vw / 856px))}.home-canvas{width:856px;transform:scale(calc(100vw / 856px));transform-origin:0 0}}@media (min-width:863px){.products-scale-stage{--page-scale:calc(100vw / 862px);height:calc(1975px * var(--page-scale))}.products-canvas{--page-scale:calc(100vw / 862px);width:862px;transform:scale(var(--page-scale));transform-origin:0 0}}.shell{width:min(780px,100% - 78px);margin:0 auto}.site-header{color:#fff;background:#02080b;border-bottom:0;height:76px}.header-inner{justify-content:space-between;align-items:center;width:min(1120px,100% - 64px);height:100%;margin:0 auto;display:flex}.brand{letter-spacing:4.5px;align-items:center;min-height:48px;padding-left:64px;font-size:28px;font-weight:600;line-height:1;display:inline-flex;position:relative}.brand-mark{z-index:0;opacity:.92;filter:drop-shadow(0 10px 18px #00000057);border-radius:15px;width:52px;height:52px;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.brand-mark img{object-fit:cover;width:100%;height:100%;display:block}.brand-name{z-index:1;color:#fff;text-shadow:0 2px 16px #00000094;position:relative}.menu-toggle{display:none}.site-header nav{align-items:center;gap:44px;height:100%;margin-right:0;display:flex}.site-header nav a{color:#fffffff5;align-items:center;height:100%;font-size:14px;font-weight:700;transition:color .22s,transform .22s;display:inline-flex;position:relative}.site-header nav a.active:after{content:"";background:var(--orange);height:1px;position:absolute;bottom:10px;left:0;right:0}.site-header nav a:hover{color:#fff;transform:translateY(-1px)}.site-header nav a:before{content:"";transform-origin:100%;background:#c54d10b8;height:1px;transition:transform .26s;position:absolute;bottom:10px;left:0;right:0;transform:scaleX(0)}.site-header nav a:hover:before{transform-origin:0;transform:scaleX(1)}.hero{color:#fff;background:linear-gradient(90deg,#02080b 0%,#02080bfa 17%,#02080bbf 44%,#02080b2e 76%),linear-gradient(#02080b26,#02080b2e),url(/images/office-background.png) 100% 0/auto 100% no-repeat,#02080b;height:402px;position:relative;overflow:hidden}.hero:before,.home-hero:before,.standard-hero:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(105deg,#0000 38%,#ffffff29 49%,#0000 61%);animation:8.5s ease-in-out infinite heroSweep;position:absolute;inset:0 -25%}.hero:after{content:"";pointer-events:none;background:linear-gradient(#02080b00 64%,#02080bbf 100%);position:absolute;inset:0}.hero-inner{z-index:2;width:min(780px,100% - 78px);margin:0 auto;padding-top:39px;position:relative}.eyebrow,.mini-label{text-transform:uppercase;margin:0;font-weight:800;line-height:1.1}.eyebrow{letter-spacing:0;font-size:9px}.orange{color:var(--orange)}.green-text{color:var(--green)}.orange-text{color:var(--orange)}.hero h1{letter-spacing:-1px;max-width:330px;margin:16px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:700;line-height:.96}.hero-copy{color:#ffffffeb;width:330px;margin:0;font-size:12px;line-height:1.75}.hero-copy.small{margin-top:13px}.product-cards{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:-117px;display:grid;position:relative}.product-showcase{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:-82px;display:grid;position:relative}.showcase-card{background:#fff;border:1px solid #dbe2dd;border-radius:7px;min-height:324px;overflow:hidden;box-shadow:0 7px 28px #0a18120d}.motion-card{isolation:isolate;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1),border-color .3s;position:relative}.motion-card:after{content:"";z-index:3;pointer-events:none;opacity:0;background:linear-gradient(110deg,#0000 18%,#ffffff57 48%,#0000 68%);position:absolute;inset:0;transform:translate(-130%)}.motion-card:hover{border-color:#c54d1047;transform:translateY(-4px);box-shadow:0 18px 46px #0610141c}.motion-card:hover:after{opacity:1;animation:.88s cardSheen}.showcase-green{background:linear-gradient(125deg,#fbfffd 0%,#f3fbf7 100%)}.showcase-orange{background:linear-gradient(125deg,#fffdfb 0%,#fff5ec 100%)}.showcase-card img{object-fit:cover;width:100%;height:138px;transition:transform .52s cubic-bezier(.2,.8,.2,1),filter .52s;display:block}.showcase-card:hover img,.home-resource-card:hover img,.detail-card:hover img{filter:saturate(1.08)contrast(1.03);transform:scale(1.035)}.showcase-card>div{padding:18px 20px 20px}.showcase-card .mini-label{margin-bottom:10px;font-size:7.5px}.showcase-card h2{letter-spacing:-.35px;margin:0 0 6px;font-size:20px;line-height:1.05}.showcase-card .audience{margin-bottom:13px}.showcase-card p:not(.mini-label,.audience){color:#26312d;min-height:48px;margin:0;font-size:9px;line-height:1.55}.showcase-card ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:16px 0 0;padding:0;list-style:none;display:grid}.showcase-card .check-item{gap:6px;font-size:7.5px}.showcase-card .check-item span{flex-basis:8px;width:8px;height:8px;font-size:5px}.product-card{border:1px solid #dbe2dd;border-radius:7px;min-height:374px;padding:31px 24px 26px;position:relative;overflow:hidden;box-shadow:0 7px 28px #0a18120d}.sponsorsafe-card{background:linear-gradient(125deg,#fbfffd 0%,#f3fbf7 100%)}.commit-card{background:linear-gradient(125deg,#fffdfb 0%,#fff5ec 100%)}.mini-label{margin-bottom:18px;font-size:8px}.product-card h2{letter-spacing:-.4px;margin:0 0 16px;font-size:20px;line-height:1.05}.product-card h3{letter-spacing:-.2px;margin:0 0 15px;font-size:15px;line-height:1.2}.product-card>div>p:not(.mini-label){color:#182320;width:150px;margin:0;font-size:9.5px;line-height:1.75}.product-card ul,.detail-card ul{gap:13px;margin:31px 0 0;padding:0;list-style:none;display:grid}.product-card ul{gap:10px;margin-top:24px;padding-bottom:42px}.check-item{color:#17231f;align-items:center;gap:9px;font-size:9px;line-height:1.25;display:flex}.check-item span{border:1px solid var(--green);width:10px;height:10px;color:var(--green);border-radius:999px;flex:0 0 10px;justify-content:center;align-items:center;font-size:6px;font-weight:900;display:inline-flex}.check-item.orange span{border-color:var(--orange);color:var(--orange)}.button{color:#fff;border-radius:2px;justify-content:center;align-items:center;gap:11px;min-width:146px;height:29px;padding:0 13px;font-size:9px;font-weight:800;display:inline-flex;position:absolute;bottom:26px;left:24px}.green-button{background:var(--green)}.orange-button{background:var(--orange)}.tablet-image{object-fit:cover;width:155px;height:290px;position:absolute;bottom:45px;right:-2px}.phone-image{object-fit:cover;width:145px;height:285px;position:absolute;bottom:43px;right:14px}.visual-device,.visual-device *{box-sizing:border-box}.visual-device{color:#071014;font-family:Arial,Helvetica,sans-serif;box-shadow:0 12px 24px #02080b2b}.visual-sponsorsafe{background:#fff;border:5px solid #05090a;border-radius:18px 0 0 18px;grid-template-columns:31px 1fr;display:grid;overflow:hidden}.visual-side{background:#11181b;align-content:start;justify-items:center;gap:15px;padding-top:31px;display:grid}.visual-side span{border:1px solid #ffffffb3;border-radius:50%;width:7px;height:7px}.visual-side span:nth-child(2){border-color:var(--green);background:#2f865952}.visual-screen{background:linear-gradient(#fff 0%,#f7faf8 100%);align-content:start;gap:10px;padding:30px 14px 13px;display:grid}.visual-screen>p{margin:0 0 4px;font-size:10px;font-weight:800}.visual-row{background:#fff;border:1px solid #edf2ef;border-radius:4px;justify-content:space-between;gap:8px;padding:8px;display:flex}.visual-row span{color:#53605b;font-size:6.4px;line-height:1.2}.visual-row strong{color:var(--green);font-size:7px;line-height:1}.visual-score{background:#fff;border:1px solid #edf2ef;border-radius:4px;min-height:47px;padding:9px 45px 8px 8px;position:relative}.visual-score span{color:#53605b;font-size:6.2px;display:block}.visual-score strong{border:4px solid var(--green);color:#071014;border-left-color:#d8e7de;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:7px;display:inline-flex;position:absolute;bottom:8px;right:9px}.visual-commit{background:#f7f8f7;border:5px solid #05090a;border-radius:24px;overflow:hidden}.visual-phone-top{background:#05090a;border-radius:999px;width:43px;height:10px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.visual-phone-screen{background:linear-gradient(#fff 0%,#f8faf9 100%);align-content:start;height:100%;padding:30px 13px 12px;display:grid}.visual-phone-label,.visual-phone-sub,.visual-goal span,.visual-activity-title,.visual-activity span{color:#58635f;margin:0;font-size:6.5px;line-height:1.25}.visual-phone-total{color:#071014;margin:4px 0 2px;font-size:14px;line-height:1;display:block}.visual-phone-sub{margin-bottom:16px;display:block}.visual-goal{background:#fff;border:1px solid #eef1ef;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;min-height:74px;margin-bottom:13px;padding:13px 8px 11px;display:flex;box-shadow:0 6px 16px #0610140a}.visual-goal strong{color:#071014;margin-bottom:11px;font-size:12px;line-height:1.06;display:block}.visual-goal em{border:5px solid var(--green);width:35px;height:35px;color:var(--green);border-left-color:#d8e7de;border-radius:50%;flex:0 0 35px;justify-content:center;align-items:center;font-size:8px;font-style:normal;font-weight:800;display:inline-flex}.visual-activity-title{color:#071014;margin-bottom:8px;font-weight:800}.visual-activity{justify-content:space-between;margin-top:7px;display:flex}.visual-activity strong{color:var(--green);font-size:6.5px}.foundation{padding:36px 0 21px}.split-heading{grid-template-columns:250px 1fr;align-items:start;gap:7px;display:grid}.split-heading h2,.comparison-heading h2,.proof h2{color:#071014;letter-spacing:-.45px;margin:15px 0 0;font-size:21px;line-height:1.16}.split-heading>p{color:#293430;width:338px;margin:27px 0 0;font-size:9px;line-height:1.65}.foundation-grid{grid-template-columns:repeat(4,1fr);margin-top:41px;display:grid}.foundation-item{grid-template-columns:30px 1fr;gap:11px;min-height:72px;padding-right:23px;display:grid}.foundation-item+.foundation-item{border-left:1px solid #dfe5e1;padding-left:29px}.line-icon,.proof-icon{width:24px;height:24px}.line-icon svg,.proof-icon svg{width:100%;height:100%}.foundation-item h3{margin:0 0 8px;font-size:9px;line-height:1.2}.foundation-item p{color:#2f3a36;margin:0;font-size:8.5px;line-height:1.7}.comparison-section{background:#fff;border-top:1px solid #edf0ef;border-bottom:1px solid #edf0ef;padding:27px 0 26px}.comparison-heading{justify-content:space-between;align-items:flex-start;display:flex}.compare-button{color:#121b19;background:#fff;border:1px solid #d7dcda;border-radius:3px;align-items:center;gap:14px;height:28px;margin-top:18px;padding:0 15px;font-size:9px;font-weight:800;display:inline-flex}.comparison-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:19px;display:grid}.detail-card{border:1px solid #dfe5e0;border-radius:6px;grid-template-columns:1fr 116px;min-height:218px;display:grid;position:relative;overflow:hidden}.detail-green{background:linear-gradient(120deg,#fbfffd,#f1faf6)}.detail-orange{background:linear-gradient(120deg,#fffdfb,#fff4eb)}.detail-content{padding:19px 15px 16px}.detail-content .mini-label{margin-bottom:6px}.audience{color:#19231f;margin:0;font-size:8.5px;font-weight:700}.stats-row{grid-template-columns:.85fr .85fr 1fr;gap:13px;margin-top:24px;display:grid}.stats-row strong{letter-spacing:-.2px;margin-bottom:8px;font-size:15px;line-height:1;display:block}.stats-row span{color:#303b37;font-size:7.5px;line-height:1.35;display:block}.detail-card ul{gap:9px;margin-top:20px}.detail-card .check-item{gap:7px;font-size:7.8px}.detail-card .check-item span{flex-basis:8px;width:8px;height:8px;font-size:5px}.detail-card img{object-fit:cover;width:116px;height:218px}.proof{padding:31px 0 25px}.proof h2{margin-top:15px;font-size:24px}.proof-grid{grid-template-columns:repeat(4,1fr);gap:0;margin-top:15px;display:grid}.proof-item{grid-template-columns:31px 1fr;gap:11px;min-height:56px;padding-right:21px;display:grid}.proof-item+.proof-item{border-left:1px solid #dde3df;padding-left:25px}.proof-item strong{letter-spacing:-.3px;margin-bottom:5px;font-size:18px;line-height:1;display:block}.proof-item p{margin:0 0 7px;font-size:8.5px;font-weight:700;line-height:1.25}.proof-item span{color:#4c5753;font-size:7.8px;line-height:1.25;display:block}.proof-icon svg,.line-icon svg,.home-step-icon svg,.home-demo-icon svg{transition:transform .24s}.proof-item:hover .proof-icon svg,.foundation-item:hover .line-icon svg,.home-step:hover .home-step-icon svg,.home-demo-strip:hover .home-demo-icon svg{transform:translateY(-2px)scale(1.04)}.cta{color:#fff;background:linear-gradient(90deg,#02080bfa 0%,#02080beb 43%,#02080b73 100%),url(/images/office-background.png) 100%/auto 156% no-repeat,#03090c;border-radius:5px;justify-content:space-between;align-items:center;min-height:109px;margin-bottom:16px;padding:19px 44px 18px 31px;display:flex;overflow:hidden}.cta h2{color:#fff;letter-spacing:-.2px;margin:0;font-size:19px;line-height:1.22}.cta p{color:#ffffffdb;margin:12px 0 0;font-size:9.5px}.cta-button{color:#061014;background:#fff;border-radius:3px;justify-content:center;align-items:center;gap:24px;min-width:124px;height:36px;font-size:9px;font-weight:800;display:inline-flex;box-shadow:0 12px 26px #0000002e}.footer{color:#fff;background:#03090c}.footer-main{grid-template-columns:1.65fr 1fr 1fr 1fr 1.05fr;gap:30px;min-height:119px;padding:21px 0 18px;display:grid}.footer .brand{letter-spacing:3.8px;font-size:20px}.footer-brand p{color:#ffffffb3;width:190px;margin:14px 0 6px;font-size:8px;line-height:1.45}.socials{gap:14px;display:flex}.socials a{font-size:15px;font-weight:700}.footer h3{text-transform:uppercase;margin:0 0 14px;font-size:8px;line-height:1}.footer-main div:not(.footer-brand) a{color:#ffffffb8;width:max-content;margin-bottom:10px;font-size:8.5px;display:block}.footer-bottom{color:#ffffff9e;border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;min-height:39px;display:flex}.footer-bottom nav{gap:30px;display:flex}.footer-bottom a,.footer-bottom p{margin:0;font-size:8.5px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-page{background:#fff}.scale-stage{width:100%;overflow:visible}.home-shell{width:790px;margin:0 auto}.home-eyebrow,.home-mini,.home-tag{text-transform:uppercase;margin:0;font-weight:800;line-height:1.1}.home-eyebrow{color:var(--orange);font-size:7.5px}.home-hero{color:#fff;background:linear-gradient(90deg,#02080bfa 0%,#02080beb 30%,#02080b6b 68%,#02080bdb 100%),linear-gradient(#02080b1f,#02080b75),url(/images/office-background.png) 50%/cover no-repeat,#02080b;height:407px;position:relative;overflow:hidden}.home-hero-shell{z-index:2;width:790px;height:100%;margin:0 auto;position:relative}.home-hero-copy{width:430px;position:absolute;top:52px;left:0}.home-hero-copy .home-eyebrow{color:var(--orange);font-size:7.6px}.home-hero h1{letter-spacing:-.8px;width:410px;margin:21px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:33px;line-height:1.03}.home-hero-copy>p:not(.home-eyebrow){color:#fffffff0;width:320px;margin:0;font-size:11px;line-height:1.55}.home-hero-actions{gap:10px;margin-top:30px;display:flex}.home-hero-actions a{border-radius:3px;justify-content:center;align-items:center;gap:13px;height:33px;padding:0 17px;font-size:8.2px;font-weight:800;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:inline-flex}.home-hero-actions a:first-child{color:#fff;background:var(--orange)}.home-hero-actions a:last-child{color:#fff;background:#ffffff08;border:1px solid #ffffff80}.home-hero-actions a:hover,.home-section-intro a:hover,.home-product-card>a:hover,.home-impact-copy a:hover,.home-demo-strip>a:hover,.home-footer a:hover,.compare-button:hover,.cta-button:hover,.contact-form button:hover{transform:translateY(-1px)}a>span,button>span{transition:transform .22s;display:inline-block}a:hover>span,button:hover>span{transform:translate(4px)}.home-hero-stats{gap:20px;width:132px;display:grid;position:absolute;top:89px;right:8px}.home-hero-stats div{padding-left:30px;position:relative}.home-hero-stats div:before{content:"";border:1px solid #ffffffd9;border-radius:50%;width:17px;height:17px;transition:border-color .26s,box-shadow .26s,transform .26s;position:absolute;top:1px;left:0}.home-hero-stats div:hover:before{border-color:var(--orange);transform:scale(1.08);box-shadow:0 0 0 4px #c54d102e}.home-hero-stats strong{color:#fff;margin-bottom:4px;font-size:14px;line-height:1;display:block}.home-hero-stats span{color:#ffffffdb;font-size:7.5px;line-height:1.3;display:block}.home-hero-trust{width:365px;position:absolute;bottom:29px;right:0}.home-hero-trust p{color:#ffffffc7;text-align:right;text-transform:uppercase;margin:0 0 10px;font-size:6.6px;font-weight:800}.home-hero-trust div{grid-template-columns:repeat(4,1fr);align-items:center;gap:19px;display:grid}.home-hero-trust span{color:#ffffffe6;text-align:center;font-size:8.5px;font-weight:800;line-height:1.2}.home-product-overview{background:#fff;height:249px;padding-top:34px}.home-product-overview-grid{grid-template-columns:207px 1fr;gap:24px;display:grid}.home-section-intro{color:var(--ink)}.home-section-intro h2{letter-spacing:-.45px;margin:15px 0;font-size:20px;line-height:1.17}.home-section-intro p:not(.home-eyebrow){color:#2c3733;margin:0;font-size:8.8px;line-height:1.66}.home-section-intro a{color:#061014;align-items:center;gap:8px;margin-top:18px;font-size:8px;font-weight:800;display:inline-flex}.home-steps{border-left:1px solid #e0e5e1;grid-template-columns:repeat(5,1fr);gap:18px;padding-left:25px;display:grid}.home-step{border:1px solid #0000;border-radius:5px;min-height:160px;margin:-7px;padding:7px;transition:border-color .24s,background .24s,box-shadow .24s;position:relative}.home-step-icon{color:#071014;transform-origin:50%;width:34px;height:34px;margin:6px 0 22px}.home-step-icon svg{width:100%;height:100%}.home-step-arrow{color:#9aa19f;font-size:16px;position:absolute;top:18px;right:0}.home-step h3{margin:0 0 11px;font-size:7.8px;line-height:1.2;transition:color .24s}.home-step p{color:#26312d;margin:0;font-size:7.5px;line-height:1.7}.home-platforms{background:#fff;border-top:1px solid #edf0ef;border-bottom:1px solid #edf0ef;height:344px;padding-top:23px}.home-platform-grid{grid-template-columns:199px 1fr;gap:16px;display:grid}.home-platform-intro{width:178px;padding-top:22px}.home-platform-intro h2{margin-top:17px;font-size:24px}.home-platform-intro a{margin-top:48px}.home-platform-carousel-wrap{min-width:0;position:relative}.home-platform-slider-controls{z-index:4;gap:6px;display:flex;position:absolute;top:-1px;right:0}.home-platform-slider-controls button{color:#061014;cursor:pointer;background:#ffffffeb;border:1px solid #dfe5e1;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 8px 20px #06101414}.home-platform-slider-controls button:hover{color:#fff;border-color:var(--orange);background:var(--orange)}.home-platform-carousel{grid-template-columns:258px 291px;gap:16px;display:grid}.home-product-card{border:1px solid #dfe5e1;border-radius:5px;height:298px;padding:22px 17px 17px;animation:.52s cubic-bezier(.2,.8,.2,1) both carouselIn;position:relative;overflow:hidden}.home-platform-carousel .home-product-card:nth-child(2){animation-delay:80ms}.home-product-card-copy{z-index:2;width:116px;position:relative}.home-product-green{background:linear-gradient(125deg,#fbfffd 0%,#f2faf6 100%)}.home-product-orange{background:linear-gradient(125deg,#fffdfb 0%,#fff5ec 100%)}.home-mini{margin-bottom:18px;font-size:7px}.home-product-card h3{letter-spacing:-.35px;max-width:116px;margin:0 0 14px;font-size:16px;line-height:1.15}.home-product-card-copy>p:not(.home-mini){color:#28332f;width:112px;margin:0;font-size:8px;line-height:1.65}.home-product-card ul{gap:8px;margin:21px 0 0;padding:0;list-style:none;display:grid}.home-check{color:#17231f;align-items:center;gap:8px;font-size:7.6px;line-height:1.18;display:flex}.home-check span{border:1px solid var(--green);width:8px;height:8px;color:var(--green);border-radius:999px;flex:0 0 8px;justify-content:center;align-items:center;font-size:5px;font-weight:900;display:inline-flex}.home-check.orange span{border-color:var(--orange);color:var(--orange)}.home-product-card>a{align-items:center;gap:8px;font-size:8px;font-weight:800;display:inline-flex;position:absolute;bottom:17px;left:17px}.home-product-green>a{color:var(--green)}.home-product-orange>a{color:var(--orange)}.home-product-shot{z-index:1;background:#fff;border:5px solid #061014;border-radius:18px;width:112px;height:124px;transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s;position:absolute;top:112px;right:7px;overflow:hidden;box-shadow:0 16px 32px #0610141f}.home-product-card:nth-child(2) .home-product-shot{width:124px;height:134px;right:13px}.home-product-shot img{object-fit:cover;object-position:top center;transition:transform .62s cubic-bezier(.2,.8,.2,1)}.home-product-card:hover .home-product-shot{transform:translateY(-4px)rotate(-1deg);box-shadow:0 22px 44px #0610142e}.home-product-card:hover .home-product-shot img{transform:scale(1.05)}.home-product-card .home-device-mockup{width:auto;height:205px;position:absolute;bottom:51px;right:0}.home-sponsorsafe-mockup{border-width:4px;border-radius:14px 0 0 14px;grid-template-columns:19px 1fr;width:92px}.home-sponsorsafe-mockup .visual-side{gap:13px;padding-top:28px}.home-sponsorsafe-mockup .visual-side span{width:5px;height:5px}.home-sponsorsafe-mockup .visual-screen{gap:9px;padding:27px 7px 8px}.home-sponsorsafe-mockup .visual-screen>p{font-size:6.8px}.home-sponsorsafe-mockup .visual-row{padding:6px}.home-sponsorsafe-mockup .visual-row span,.home-sponsorsafe-mockup .visual-row strong,.home-sponsorsafe-mockup .visual-score span{font-size:4.6px}.home-sponsorsafe-mockup .visual-score{min-height:36px;padding:6px 30px 6px 6px}.home-sponsorsafe-mockup .visual-score strong{border-width:3px;width:24px;height:24px;font-size:5.2px;bottom:5px;right:5px}.home-commit-mockup{border-width:4px;border-radius:18px;width:105px;right:21px}.home-commit-mockup .visual-phone-top{width:34px;height:8px;top:7px}.home-commit-mockup .visual-phone-screen{padding:25px 9px 9px}.home-commit-mockup .visual-phone-label,.home-commit-mockup .visual-phone-sub,.home-commit-mockup .visual-goal span,.home-commit-mockup .visual-activity-title,.home-commit-mockup .visual-activity span,.home-commit-mockup .visual-activity strong{font-size:4.9px}.home-commit-mockup .visual-phone-total{font-size:10px}.home-commit-mockup .visual-phone-sub{margin-bottom:12px}.home-commit-mockup .visual-goal{min-height:58px;margin-bottom:10px;padding:9px 6px}.home-commit-mockup .visual-goal strong{margin-bottom:7px;font-size:8px}.home-commit-mockup .visual-goal em{border-width:4px;flex-basis:27px;width:27px;height:27px;font-size:5.8px}.home-impact{color:#fff;background:#02090c;height:268px;padding-top:30px}.home-impact-grid{grid-template-columns:190px 1fr;gap:27px;display:grid}.home-impact-copy h2{color:#fff;letter-spacing:-.45px;margin:14px 0 17px;font-family:Georgia,Times New Roman,serif;font-size:23px;line-height:1.05}.home-impact-copy p:not(.home-eyebrow){color:#ffffffc7;width:155px;margin:0;font-size:8.2px;line-height:1.65}.home-impact-copy a{color:var(--orange);align-items:center;gap:10px;margin-top:20px;font-size:8px;font-weight:800;display:inline-flex}.home-metrics{grid-template-columns:repeat(4,1fr);height:50px;display:grid}.home-metrics div{padding-left:5px}.home-metrics div+div{border-left:1px solid #ffffff21;padding-left:30px}.home-metrics strong{color:#fff;letter-spacing:-.25px;margin-bottom:8px;font-size:18px;line-height:1;display:block}.home-metrics span{color:#ffffffbf;font-size:8px;display:block}.impact-panel{background:linear-gradient(135deg,#ffffff14,#fff0),#12191c;border:1px solid #ffffff12;border-radius:4px;grid-template-rows:23px 24px 35px 1fr;width:568px;height:164px;margin-top:7px;display:grid;overflow:hidden}.impact-panel h3{color:#fff;margin:13px 0 0 16px;font-size:8px;line-height:1}.impact-bars{background:#ffffff29;border-radius:2px;grid-template-columns:repeat(4,1fr);gap:0;height:16px;margin:9px 15px 0;display:grid;overflow:hidden}.impact-bars span{transform-origin:0;display:block}.motion-ready .impact-bars span{transform:scaleX(0)}.motion-ready .impact-panel.is-visible .impact-bars span{animation:.78s cubic-bezier(.2,.8,.2,1) forwards fillScale}.motion-ready .impact-panel.is-visible .impact-bars span:nth-child(2){animation-delay:.12s}.motion-ready .impact-panel.is-visible .impact-bars span:nth-child(3){animation-delay:.22s}.motion-ready .impact-panel.is-visible .impact-bars span:nth-child(4){animation-delay:.3s}.impact-green{background:linear-gradient(90deg,#3a9b63,#6eb781)}.impact-orange{background:linear-gradient(90deg,#c75213,#ec6a16)}.impact-grey{background:#747a78}.impact-grey-wide{background:#5f6664}.impact-percentages{grid-template-columns:repeat(4,1fr);margin:5px 15px 0;display:grid}.impact-percentages strong{color:#fff;font-size:11px;line-height:1.1;display:block}.impact-percentages div:first-child strong{color:#68c286}.impact-percentages div:nth-child(2) strong{color:var(--orange)}.impact-percentages span{color:#ffffffb3;font-size:6.8px}.impact-pill-grid{border-top:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);display:grid}.impact-pill-grid div{padding:13px 15px 0;transition:background .24s}.impact-pill-grid div+div{border-left:1px solid #ffffff1f}.impact-pill-grid div:hover{background:#ffffff0a}.impact-pill-grid b{color:#fff;margin-bottom:6px;font-size:8px;line-height:1.2;display:block}.impact-pill-grid span{color:#ffffffad;font-size:7px;line-height:1.45;display:block}.home-resources{background:#fff;height:524px;padding-top:30px}.home-resource-grid{grid-template-rows:386px 69px;grid-template-columns:178px 1fr;gap:19px 37px;display:grid}.home-resource-intro{padding-top:2px}.home-resource-intro h2{margin-top:15px;font-size:18px}.home-resource-intro a{color:var(--orange);margin-top:18px}.home-resource-cards{grid-template-columns:repeat(2,270px);gap:14px;display:grid}.home-resource-card{background:#fff;border:1px solid #dfe5e1;border-radius:5px;height:186px;overflow:hidden;box-shadow:0 7px 22px #0610140a}.home-resource-card img{object-fit:cover;width:100%;height:62px}.home-resource-card div{padding:11px 12px 12px}.home-tag{margin-bottom:8px;font-size:6.7px}.home-tag.green{color:var(--green)}.home-tag.orange{color:var(--orange)}.home-resource-card h3{min-height:14px;margin:0 0 6px;font-size:10px;line-height:1.35}.home-resource-card p:not(.home-tag){color:#35403b;min-height:34px;margin:0 0 7px;font-size:7.6px;line-height:1.45}.home-card-note{color:#061014;align-items:center;font-size:7.2px;font-weight:800;display:inline-flex}.home-demo-strip{background:#fbfaf8;border:1px solid #e4e6e4;border-radius:5px;grid-column:1/-1;grid-template-columns:67px 275px 1fr 127px;align-items:center;height:68px;display:grid;overflow:hidden}.home-demo-icon{color:#061014;border-right:1px solid #e3e5e3;justify-content:center;align-items:center;width:67px;height:100%;display:flex}.home-demo-icon svg{width:25px;height:25px}.home-demo-strip h3{letter-spacing:-.25px;margin:0;padding-left:18px;font-size:16px;line-height:1.25}.home-demo-strip p{color:#293430;border-left:1px solid #e2e5e3;margin:0;padding-left:22px;font-size:8.8px;line-height:1.55}.home-demo-strip>a{color:#fff;background:#050b0e;border-radius:2px;justify-content:center;justify-self:end;align-items:center;gap:18px;width:111px;height:33px;margin-right:17px;font-size:8px;font-weight:800;display:inline-flex}.home-pipeline{background:#f7faf8;border-top:1px solid #edf0ef;height:292px;padding-top:31px}.home-pipeline-grid{grid-template-columns:178px 1fr;gap:37px;display:grid}.home-pipeline-intro h2{margin-top:15px;font-size:18px}.home-pipeline-intro a{color:var(--orange);margin-top:18px}.home-upcoming-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.home-upcoming-card{background:#fff;border:1px solid #dfe5e1;border-radius:5px;min-height:230px;padding:17px;box-shadow:0 12px 28px #0610140d}.home-upcoming-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:17px;display:flex}.home-upcoming-topline span{height:19px;color:var(--orange);white-space:nowrap;background:#fff7ef;border:1px solid #c44d1233;border-radius:999px;align-items:center;padding:0 8px;font-size:7px;font-weight:800;display:inline-flex}.home-upcoming-card h3{color:#061014;margin:0 0 10px;font-size:18px;line-height:1.1}.home-upcoming-card>p{color:#35403b;min-height:45px;margin:0 0 15px;font-size:8px;line-height:1.55}.home-project-flow{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.home-project-step{background:#fbfcfb;border:1px solid #e0e6e2;border-radius:4px;min-height:58px;padding:10px 7px 8px;transition:border-color .22s,background .22s,transform .22s;position:relative}.home-project-step:after{content:"→";z-index:2;color:#9ca49f;font-size:9px;position:absolute;top:8px;right:6px}.home-project-step:last-child:after{content:none}.home-project-step span{color:var(--orange);margin-bottom:7px;font-size:6.5px;font-weight:900;display:block}.home-project-step strong{color:#16211d;font-size:7.2px;line-height:1.3;display:block}.home-project-step:hover{background:#fff8f2;border-color:#c54d1057;transform:translateY(-2px)}.home-footer{color:#fff;background:#03090c;height:auto}.home-footer .home-shell{width:min(1120px,100% - 64px)}.home-footer-main{grid-template-columns:1.6fr 1fr 1fr 1.15fr;gap:62px;height:auto;min-height:180px;padding:34px 0 28px;display:grid}.home-footer .brand{letter-spacing:3.8px;min-height:48px;padding-left:62px;font-size:27px}.home-footer .brand-mark{opacity:.88;width:50px;height:50px}.home-footer-brand p{color:#ffffffad;width:250px;margin:14px 0 13px;font-size:13px;line-height:1.5}.home-footer h3{color:#fff;margin:0 0 13px;font-size:13px}.home-footer a,.home-footer p{color:#ffffffad;font-size:13px}.home-footer-main div:not(.home-footer-brand) a{width:max-content;margin-bottom:9px;display:block}.home-footer-main div:last-child p{width:180px;margin:0 0 12px;line-height:1.55}.home-footer-main .home-demo-link{color:var(--orange);font-weight:800}.home-footer .brand,.home-footer h3{transition:color .22s,transform .22s}.home-footer .brand:hover,.home-footer h3:hover{color:#fff}.home-footer-main div:not(.home-footer-brand) a{transition:color .18s,transform .18s}.home-footer-main div:not(.home-footer-brand) a:hover{color:#fff;transform:translate(3px)}.home-footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;height:auto;min-height:58px;display:flex}.home-footer-bottom p{margin:0}.home-footer-bottom nav{gap:20px;display:flex}.standard-page{background:#fff}.standard-page .site-header{height:76px}.standard-page .header-inner,.standard-shell,.standard-page .home-shell{width:min(1120px,100% - 64px);margin:0 auto}.standard-page .brand{min-height:48px;padding-left:64px;font-size:28px}.standard-page .site-header nav{gap:44px;margin-right:0}.standard-page .site-header nav a{font-size:14px}.standard-hero{color:#fff;background:linear-gradient(90deg,#02080bfa,#02080bd1 44%,#02080b80),url(/images/office-background.png) 100%/auto 120% no-repeat,#02080b;position:relative;overflow:hidden}.standard-hero-grid{z-index:2;grid-template-columns:1fr 410px;align-items:center;gap:72px;min-height:390px;display:grid;position:relative}.standard-hero h1{letter-spacing:-1.2px;max-width:650px;margin:18px 0 0;font-family:Georgia,Times New Roman,serif;font-size:58px;line-height:.98}.standard-hero p:not(.home-eyebrow){color:#ffffffd1;margin:0;font-size:17px;line-height:1.75}.standard-section{padding:72px 0}.standard-band{background:#f7faf8;border-top:1px solid #e7ece8;border-bottom:1px solid #e7ece8;padding:58px 0}.about-story{grid-template-columns:360px 1fr;gap:80px;display:grid}.about-story h2,.summary-panel h2,.faq-group h2,.contact-cards h2,.legal-section h2{color:var(--ink);letter-spacing:-.5px;margin:12px 0 0;font-size:32px;line-height:1.12}.story-copy p,.summary-panel p,.faq-item p,.contact-cards p,.legal-section p{color:#34403c;margin:0;font-size:15px;line-height:1.75}.story-copy{gap:20px;display:grid}.principle-grid,.product-summary-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.principle-card,.summary-panel,.faq-group,.contact-cards article,.legal-section{background:#fff;border:1px solid #dfe5e1;border-radius:8px;box-shadow:0 14px 38px #0610140a}.principle-card{padding:28px}.principle-card h3{margin:0 0 14px;font-size:20px}.principle-card p{color:#34403c;margin:0;font-size:14px;line-height:1.7}.product-summary-grid{grid-template-columns:repeat(2,1fr)}.summary-panel{min-height:280px;padding:34px}.green-panel{background:linear-gradient(125deg,#fbfffd,#f0faf5)}.orange-panel{background:linear-gradient(125deg,#fffdfb,#fff4ea)}.summary-panel p:not(.home-mini){margin-top:22px}.faq-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.faq-group{padding:30px}.faq-group h2{margin:0 0 20px;font-size:28px}.faq-item{border-top:1px solid #e4e9e6;padding:18px 0}.faq-item h3{margin:0 0 8px;font-size:17px}.contact-grid{grid-template-columns:.9fr 1.1fr;gap:36px;display:grid}.contact-cards{gap:18px;display:grid}.contact-cards article,.contact-form{padding:28px}.contact-cards h2{margin-bottom:14px;font-size:28px}.contact-cards a{color:var(--green);font-weight:800}.contact-form{background:linear-gradient(125deg,#fffdfb,#f7faf8);border:1px solid #dfe5e1;border-radius:8px;gap:18px;display:grid}.contact-form label{color:var(--ink);gap:8px;font-size:13px;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d5ddd8;border-radius:4px;padding:13px 14px;font-size:14px;transition:border-color .18s,box-shadow .18s,transform .18s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#c54d1099;outline:0;transform:translateY(-1px);box-shadow:0 0 0 4px #c54d1017}.contact-form textarea{resize:vertical}.contact-form button{color:#fff;background:var(--orange);cursor:pointer;border:0;border-radius:3px;justify-content:center;justify-self:start;align-items:center;gap:18px;width:auto;height:46px;padding:0 22px;font-size:14px;font-weight:800;line-height:1;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex}.contact-form button:hover{background:var(--orange-dark);box-shadow:0 12px 24px #c54d102e}.contact-form button:disabled{cursor:not-allowed;opacity:.72;transform:none}.form-status{border-radius:4px;margin:-2px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.form-status.success{color:#1f653d;background:#f2faf6;border:1px solid #28784a33}.form-status.error{color:#9d3410;background:#fff5ec;border:1px solid #c54d1038}.legal-content{gap:18px;display:grid}.legal-section{padding:28px 32px}.legal-section h2{margin:0 0 12px;font-size:24px}.standard-page .home-footer{height:auto}.standard-page .home-footer-main{grid-template-columns:1.6fr 1fr 1fr 1.15fr;gap:62px;height:auto;min-height:180px;padding:34px 0 28px}.standard-page .home-footer-brand p{width:250px;font-size:13px}.standard-page .home-footer h3,.standard-page .home-footer a,.standard-page .home-footer p{font-size:13px}.standard-page .home-footer .brand{min-height:48px;padding-left:62px;font-size:27px}.standard-page .home-footer-bottom{height:auto;min-height:58px}@media (max-width:820px){.shell,.hero-inner,.home-shell,.standard-shell,.standard-page .home-shell{width:min(100% - 32px,560px)}.site-header{height:auto}.header-inner,.standard-page .header-inner{flex-direction:column;align-items:flex-start;gap:20px;width:calc(100% - 32px);min-height:70px;padding:20px 0}.site-header nav{gap:18px;width:100%;height:auto;margin-right:0;overflow-x:auto}.site-header nav a{height:auto;padding-bottom:9px}.site-header nav a.active:after{bottom:0}.hero{background:linear-gradient(90deg,#02080b 0%,#02080be6 62%,#02080b59 100%),url(/images/office-background.png) 100% 0/auto 100% no-repeat,#02080b;height:420px}.hero h1{font-size:38px}.product-cards,.comparison-cards,.foundation-grid,.proof-grid{grid-template-columns:1fr}.product-cards{margin-top:-86px}.product-card{min-height:380px}.split-heading{grid-template-columns:1fr}.split-heading>p{width:auto;margin-top:18px}.foundation-item,.foundation-item+.foundation-item,.proof-item,.proof-item+.proof-item{border-left:0;padding:0}.foundation-grid,.proof-grid{gap:24px}.comparison-heading{flex-direction:column;gap:24px}.compare-button{margin-top:0}.cta{flex-direction:column;align-items:flex-start;gap:22px}.footer-main{grid-template-columns:repeat(2,1fr)}.standard-page .site-header{height:auto}.standard-page .site-header nav{gap:18px}.standard-hero-grid{grid-template-columns:1fr;gap:24px;min-height:auto;padding:72px 0}.standard-hero h1{font-size:42px}.standard-hero p:not(.home-eyebrow){font-size:15px}.about-story,.principle-grid,.product-summary-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}.standard-section{padding:48px 0}.home-product-overview,.home-platforms,.home-impact,.home-resources,.home-pipeline,.home-footer{height:auto}.home-product-overview-grid,.home-platform-grid,.home-impact-grid,.home-resource-grid,.home-pipeline-grid{grid-template-columns:1fr}.home-product-overview,.home-platforms,.home-impact,.home-resources,.home-pipeline{padding:36px 0}.home-steps,.home-resource-cards,.home-upcoming-grid,.home-metrics{grid-template-columns:1fr}.home-steps{border-left:0;padding-left:0}.home-step-arrow{display:none}.home-platform-intro{width:auto}.home-platform-carousel{grid-template-columns:1fr}.home-platform-slider-controls{top:-30px}.home-product-card{width:100%}.home-resource-grid{grid-template-rows:auto}.home-resource-cards{gap:16px}.home-resource-card{width:100%;height:auto;min-height:190px}.home-resource-card img{width:100%}.home-project-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.home-project-step:after{content:none}.home-demo-strip{grid-template-columns:1fr;gap:16px;height:auto;padding:20px}.home-demo-icon,.home-demo-strip p{border:0;padding-left:0}.home-demo-strip>a{justify-self:start;margin-right:0}.home-footer-main,.standard-page .home-footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;height:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:18px;padding:18px 0}.footer-bottom nav{flex-wrap:wrap;gap:14px 22px}.home-footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;height:auto;padding:18px 0}.home-footer-bottom nav{flex-wrap:wrap;gap:12px 18px}}@media (max-width:470px){.hero-copy,.product-card>div>p:not(.mini-label){width:auto}.tablet-image,.phone-image{opacity:.35;right:-18px}.detail-card{grid-template-columns:1fr}.detail-card img{display:none}.stats-row{grid-template-columns:1fr;gap:14px}.footer-main{grid-template-columns:1fr}}@media (max-width:820px){body{font-size:16px}.scale-stage,.home-scale-stage,.products-scale-stage{height:auto}.home-canvas,.products-canvas{width:100%;transform:none}.shell,.hero-inner,.home-shell,.standard-shell,.standard-page .home-shell,.home-hero-shell{width:min(100% - 32px,560px)}.site-header,.standard-page .site-header{height:auto}.header-inner,.standard-page .header-inner{flex-flow:wrap;align-items:center;gap:16px;width:min(100% - 32px,560px);min-height:0;padding:18px 0 16px}.brand,.standard-page .brand,.home-footer .brand,.standard-page .home-footer .brand{letter-spacing:4px;min-height:44px;padding-left:60px;font-size:25px}.brand-mark,.home-footer .brand-mark{border-radius:14px;width:48px;height:48px;left:0}.menu-toggle{z-index:6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff29;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;margin-left:auto;transition:background .18s,border-color .18s,transform .18s;display:inline-flex;position:relative}.menu-toggle:hover,.menu-toggle:focus-visible{background:#c54d1024;border-color:#c54d10a6;outline:0}.menu-toggle span{background:#fff;border-radius:999px;width:20px;height:2px;transition:transform .22s,opacity .18s,top .22s;position:absolute}.menu-toggle span:first-child{top:15px}.menu-toggle span:nth-child(2){top:22px}.menu-toggle span:nth-child(3){top:29px}.site-header.menu-open .menu-toggle span:first-child{top:22px;transform:rotate(45deg)}.site-header.menu-open .menu-toggle span:nth-child(2){opacity:0}.site-header.menu-open .menu-toggle span:nth-child(3){top:22px;transform:rotate(-45deg)}.site-header nav,.standard-page .site-header nav{pointer-events:none;opacity:0;background:#040b0efa;border:1px solid #0000;border-radius:10px;gap:2px;width:100%;height:auto;max-height:0;margin:0;padding:0 8px;transition:max-height .26s,opacity .18s,padding .22s,border-color .22s;display:grid;overflow:hidden;box-shadow:0 22px 44px #00000038}.site-header.menu-open nav,.standard-page .site-header.menu-open nav{pointer-events:auto;opacity:1;border-color:#ffffff1a;max-height:340px;padding:8px}.site-header nav a,.standard-page .site-header nav a{border-radius:7px;justify-content:space-between;width:100%;height:auto;min-height:46px;padding:0 12px;font-size:14px}.site-header nav a:hover,.site-header nav a.active{background:#ffffff0f;transform:none}.site-header nav a.active:after,.site-header nav a:before{content:none}.home-hero{background:linear-gradient(#02080bf5 0%,#02080bd1 52%,#02080bf0 100%),url(/images/office-background.png) top/auto 100% no-repeat,#02080b;height:auto;min-height:640px;padding:46px 0 34px}.home-hero-shell{gap:28px;height:auto;display:grid}.home-hero-copy,.home-hero-stats,.home-hero-trust{width:auto;position:static}.home-hero-copy{display:grid}.home-eyebrow,.home-hero-copy .home-eyebrow,.eyebrow,.mini-label,.home-mini,.home-tag{font-size:11px;line-height:1.25}.home-hero h1,.hero h1,.standard-hero h1{letter-spacing:0;width:auto;max-width:none;margin:18px 0 20px;font-size:clamp(40px,11vw,54px);line-height:1.02}.home-hero-copy>p:not(.home-eyebrow),.hero-copy,.standard-hero p:not(.home-eyebrow){width:auto;max-width:none;font-size:16px;line-height:1.65}.home-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px;display:grid}.home-hero-actions a,.compare-button,.cta-button,.home-demo-strip>a,.contact-form button{height:auto;min-height:48px;padding:0 16px;font-size:14px;line-height:1.2}.home-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.home-hero-stats div{padding-left:34px}.home-hero-stats div:before{width:22px;height:22px}.home-hero-stats strong{font-size:22px}.home-hero-stats span,.home-hero-trust span{font-size:13px}.home-hero-trust p{text-align:left;margin-bottom:12px;font-size:11px}.home-hero-trust div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-hero-trust span{text-align:left;background:#ffffff0d;border:1px solid #ffffff24;border-radius:6px;padding:12px}.home-product-overview,.home-platforms,.home-impact,.home-resources,.home-pipeline{height:auto;padding:52px 0}.home-product-overview-grid,.home-platform-grid,.home-impact-grid,.home-resource-grid,.home-pipeline-grid,.about-story,.principle-grid,.product-summary-grid,.faq-grid,.contact-grid{grid-template-columns:minmax(0,1fr);gap:28px;display:grid}.home-product-overview-grid>*,.home-platform-grid>*,.home-impact-grid>*,.home-resource-grid>*,.home-pipeline-grid>*,.about-story>*,.principle-grid>*,.product-summary-grid>*,.faq-grid>*,.contact-grid>*,.comparison-cards>*,.product-showcase>*,.proof-grid>*{min-width:0;max-width:100%}.home-section-intro h2,.home-platform-intro h2,.home-impact-copy h2,.home-resource-intro h2,.home-pipeline-intro h2,.split-heading h2,.comparison-heading h2,.proof h2,.about-story h2,.summary-panel h2,.faq-group h2,.contact-cards h2,.legal-section h2{letter-spacing:0;overflow-wrap:break-word;margin-top:14px;font-size:clamp(30px,8vw,40px);line-height:1.12}.home-section-intro p:not(.home-eyebrow),.home-impact-copy p:not(.home-eyebrow),.split-heading>p,.story-copy p,.summary-panel p,.faq-item p,.contact-cards p,.legal-section p,.principle-card p{width:auto;font-size:16px;line-height:1.7}.home-section-intro a,.home-platform-intro a,.home-impact-copy a,.home-resource-intro a,.home-pipeline-intro a{margin-top:18px;font-size:15px}.home-steps{border-left:0;grid-template-columns:1fr;gap:14px;padding-left:0}.home-step{background:#fff;border-color:#e0e6e2;min-height:0;margin:0;padding:18px}.home-step-icon{width:38px;height:38px;margin:0 0 14px}.home-step h3{margin-bottom:8px;font-size:18px}.home-step p,.home-upcoming-card>p,.home-project-step strong,.home-project-step span{font-size:15px;line-height:1.55}.home-step-arrow{display:none}.home-platform-intro{width:auto;padding-top:0}.home-platform-intro a{margin-top:18px}.home-platform-slider-controls{top:0;right:0}.home-platform-slider-controls button{width:42px;height:42px;font-size:18px}.home-platform-carousel{grid-template-columns:1fr;gap:18px;padding-top:52px}.home-product-card{gap:18px;width:100%;height:auto;min-height:0;padding:24px;display:grid}.home-product-card-copy,.home-product-card h3,.home-product-card-copy>p:not(.home-mini){width:auto;max-width:none}.home-product-card h3{font-size:32px}.home-product-card-copy>p:not(.home-mini),.home-check,.home-card-note,.home-resource-card p:not(.home-tag){font-size:15px;line-height:1.6}.home-check span{flex-basis:18px;width:18px;height:18px;font-size:11px}.home-product-card ul{gap:10px;margin-top:18px}.home-product-shot,.home-product-card:nth-child(2) .home-product-shot{width:100%;height:220px;box-shadow:none;border:1px solid #dfe5e1;border-radius:8px;position:relative;inset:auto}.home-product-card>a{font-size:15px;position:static}.home-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;height:auto}.home-metrics div,.home-metrics div+div{border:1px solid #ffffff1f;border-radius:6px;min-height:92px;padding:18px}.home-metrics strong{font-size:28px}.home-metrics span{font-size:14px}.impact-panel{grid-template-rows:auto auto auto auto;grid-template-columns:minmax(0,1fr);width:100%;height:auto}.impact-panel>*{min-width:0;max-width:100%}.impact-panel h3{margin:18px;font-size:15px}.impact-bars{height:24px;margin:0 18px 10px}.impact-percentages{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 18px 16px}.impact-percentages strong{font-size:18px}.impact-percentages span{font-size:12px}.impact-pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.impact-pill-grid div{min-height:112px;padding:18px}.impact-pill-grid b{font-size:16px}.impact-pill-grid span{font-size:14px}.home-resource-grid{grid-template-rows:auto}.home-resource-cards,.home-upcoming-grid,.product-showcase,.comparison-cards{grid-template-columns:minmax(0,1fr);gap:18px}.home-resource-card{height:auto;min-height:0}.home-resource-card img{height:150px}.home-resource-card div{padding:18px}.home-resource-card h3{min-height:0;font-size:22px}.home-demo-strip{grid-template-columns:1fr;gap:18px;height:auto;padding:22px}.home-demo-icon{border:0;justify-content:flex-start;width:48px;height:48px}.home-demo-strip h3{padding-left:0;font-size:26px}.home-demo-strip p{border-left:0;padding-left:0;font-size:15px}.home-demo-strip>a{justify-self:start;width:auto;margin-right:0}.home-upcoming-card{min-height:0;padding:22px}.home-upcoming-topline span{height:auto;min-height:28px;font-size:12px}.home-upcoming-card h3{font-size:30px}.home-project-flow{grid-template-columns:minmax(0,1fr)}.home-project-step{min-height:0;padding:14px}.home-project-step:after{content:none}.hero{background:linear-gradient(#02080bfa,#02080bd1),url(/images/office-background.png) 50%/cover no-repeat,#02080b;height:auto;min-height:520px;padding:54px 0 118px}.hero-inner{padding-top:0}.product-showcase{margin-top:-72px}.showcase-card{min-height:0}.showcase-card img{height:190px}.showcase-card>div{padding:22px}.showcase-card h2{font-size:30px}.audience,.showcase-card p:not(.mini-label,.audience),.check-item,.showcase-card .check-item,.detail-card .check-item,.foundation-item p,.proof-item p,.proof-item span{font-size:15px;line-height:1.55}.showcase-card p:not(.mini-label,.audience){min-height:0}.showcase-card ul{grid-template-columns:1fr;gap:10px}.check-item span,.showcase-card .check-item span,.detail-card .check-item span{flex-basis:18px;width:18px;height:18px;font-size:11px}.foundation{padding:52px 0}.split-heading{grid-template-columns:minmax(0,1fr);gap:0}.foundation-grid{grid-template-columns:minmax(0,1fr);gap:18px;margin-top:28px}.foundation-item,.foundation-item+.foundation-item,.proof-item,.proof-item+.proof-item{background:#fff;border:1px solid #dfe5e1;border-radius:8px;min-height:0;padding:22px}.foundation-item h3{font-size:20px}.line-icon,.proof-icon{width:34px;height:34px}.comparison-section,.proof{padding:52px 0}.comparison-heading{gap:18px;display:grid}.compare-button{width:max-content;max-width:100%;margin-top:0}.detail-card{grid-template-columns:minmax(0,1fr);min-height:0}.detail-card img{object-fit:cover;order:-1;width:100%;height:190px;display:block}.detail-content{padding:22px}.stats-row{grid-template-columns:minmax(0,1fr);gap:16px}.stats-row strong{font-size:24px}.stats-row span{font-size:15px}.proof-grid{grid-template-columns:minmax(0,1fr);gap:14px}.proof-item{grid-template-columns:42px 1fr}.proof-item strong{font-size:24px}.cta{min-height:0;padding:28px 22px}.cta h2{font-size:28px}.cta p{font-size:15px;line-height:1.6}.standard-hero{background:linear-gradient(#02080bfa,#02080bd1),url(/images/office-background.png) 50%/cover no-repeat,#02080b}.standard-hero-grid{gap:22px;min-height:0;padding:58px 0}.standard-section,.standard-band{padding:52px 0}.principle-card,.summary-panel,.faq-group,.contact-cards article,.contact-form,.legal-section{min-height:0;padding:22px}.principle-card h3,.faq-item h3{font-size:20px;line-height:1.3}.contact-form label,.contact-form input,.contact-form select,.contact-form textarea,.form-status{font-size:15px}.contact-form input,.contact-form select,.contact-form textarea{min-height:48px}.contact-form textarea{min-height:150px}.home-footer-main,.standard-page .home-footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding:34px 0}.home-footer-brand p,.standard-page .home-footer-brand p,.home-footer-main div:last-child p{width:auto}.home-footer-bottom,.footer-bottom{gap:16px;padding:18px 0}.home-footer-bottom nav,.footer-bottom nav{flex-wrap:wrap}}@media (max-width:520px){.shell,.hero-inner,.home-shell,.standard-shell,.standard-page .home-shell,.home-hero-shell,.header-inner,.standard-page .header-inner{width:calc(100% - 32px)}.site-header nav,.standard-page .site-header nav{gap:2px}.home-hero{min-height:680px;padding-top:42px}.home-hero h1,.hero h1,.standard-hero h1{font-size:clamp(38px,11.5vw,48px)}.home-hero-actions,.home-hero-stats,.home-hero-trust div,.home-metrics,.impact-pill-grid,.home-footer-main,.standard-page .home-footer-main{grid-template-columns:minmax(0,1fr)}.home-product-shot,.home-product-card:nth-child(2) .home-product-shot{height:190px}.home-resource-card img,.showcase-card img,.detail-card img{height:170px}.proof-item,.foundation-item{grid-template-columns:minmax(0,1fr)}.home-footer-main div:not(.home-footer-brand) a{width:auto}}@media (max-width:360px){.brand,.standard-page .brand,.home-footer .brand,.standard-page .home-footer .brand{letter-spacing:3px;font-size:22px}.site-header nav,.standard-page .site-header nav{gap:15px}.site-header nav a,.standard-page .site-header nav a{font-size:13px}}
