:root{--color-off-black:#16181d;--color-white:#fff;--color-off-white:#fafafc;--color-light-gray:#f7f8fa;--color-panel-gray:#f1f3f5;--color-line:#d9dee5;--color-faint:#cdd2d9;--color-muted:#6c7280;--color-dark-navy:#273a67;--color-blue:#3348f0;--color-blue-soft:#eef1ff;--color-green:#00a940;--color-green-bright:#0cc642;--color-green-soft:#e6f7ec;--color-green-light:#bfe9cd;--color-red:#fe0c16;--color-pink:#ff9498;--color-red-soft:#fdecec;--bg:#fff;--bg2:#f7f8fa;--paper:#fff;--panel:#f1f3f5;--ink:#16181d;--text:#16181d;--muted:#6c7280;--faint:#cdd2d9;--line:#d9dee5;--line2:#d9dee5;--metal:#d9dee5;--bluegray:#cdd2d9;--blue:#3348f0;--blue2:#273a67;--bluesoft:#eef1ff;--green:#00a940;--greensoft:#e6f7ec;--greenbright:#0cc642;--pink:#ff9498;--red:#fe0c16;--redsoft:#fdecec;--amber:#ff9498;--ambersoft:#fdecec;--font-sans:"Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--font-h1:clamp(30px, 5.2vw, 58px);--font-h2:clamp(24px, 3.8vw, 44px);--font-h3:clamp(18px, 2.1vw, 26px);--font-body-lg:16px;--font-body:14.5px;--font-body-md:13.5px;--font-body-sm:11.5px;--font-eyebrow:10.5px;--wrap:1280px;--section-y-final:136px;--section-y-final-mobile:104px;--card-pad:32px;--grid-gap:20px;--radius-card:22px;--radius-panel:32px;--shadow:0 1px 2px #16181d0a,0 18px 45px #16181d14;--shadowsmall:0 1px 2px #16181d0d,0 8px 24px #16181d0f;--max:1440px;--radius:24px;--radius2:18px;--sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--condensed:"Helvetica Neue",Helvetica,Arial,sans-serif;--mono:"Helvetica Neue",Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;letter-spacing:-.015em;margin:0;font-size:13.5px;line-height:1.5}a{color:inherit;text-decoration:none}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 44px}@media (max-width:740px){.wrap{padding:0 20px}}::selection{background:var(--blue);color:#fff}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.055em;color:var(--ink);font-weight:800;line-height:1.02}p{color:var(--text)}.eyebrow{color:var(--blue);font-family:var(--condensed);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:10px;font-size:9.75px;font-weight:800;line-height:1.2;display:inline-flex}.eyebrow:before{content:"";background:currentColor;border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.eyebrow.muted{color:#6c7280}.ital{font-family:var(--sans);color:var(--blue);letter-spacing:-.055em;font-style:italic;font-weight:800}.btn{letter-spacing:-.02em;white-space:nowrap;border:1px solid #0000;border-radius:20px;justify-content:center;align-items:center;gap:11px;padding:17px 25px;font-size:12px;font-weight:800;transition:all .18s;display:inline-flex}.btn.primary{background:var(--ink);color:#fff;box-shadow:0 10px 24px #16181d1f}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 15px 32px #16181d2e}.btn.ghost{color:var(--ink);background:0 0;border-bottom:1px solid #0000;border-radius:0;padding-inline:12px}.btn.ghost:hover{border-bottom-color:var(--ink)}.btn .arrow{margin-top:-1px;font-size:16.5px;line-height:0}.nav{z-index:50;-webkit-backdrop-filter:saturate(150%)blur(16px);backdrop-filter:saturate(150%)blur(16px);background:#ffffffd1;border-bottom:1px solid #e2e3dd00;transition:border-color .2s;position:sticky;top:0}.nav.scrolled{border-bottom-color:var(--line)}.nav-inner{justify-content:space-between;align-items:center;gap:30px;height:74px;display:flex}.logo{letter-spacing:-.045em;align-items:center;gap:10px;font-size:16.5px;font-weight:850;display:inline-flex}.logo-img{object-fit:contain;width:112px;height:auto;display:block}.nav-links{color:#6c7280;letter-spacing:-.01em;align-items:center;gap:34px;font-size:11.25px;font-weight:650;display:flex}.nav-links a:hover{color:var(--ink)}@media (max-width:850px){.nav-links{display:none}.nav-inner{height:68px}}section{padding:108px 0}.section-head{max-width:850px;margin-bottom:42px}.section-head h2{margin-top:16px}.section-head p{color:var(--muted);max-width:760px;margin-top:18px;font-size:15.75px}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none}*{transition:none!important;animation:none!important}}.hero{background:radial-gradient(circle at 80% 18%, #3348f013, transparent 30%),radial-gradient(circle at 74% 82%, #00a94012, transparent 25%),var(--bg);padding:76px 0 92px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.88fr) minmax(640px,1.12fr);align-items:center;gap:54px;max-width:1540px;margin:0 auto;padding:0 44px;display:grid}.hero-copy{min-width:0;padding-top:12px}.hero h1{max-width:760px;margin-top:30px}.hero .sub{color:#273a67;max-width:670px;margin-top:30px;font-size:16.5px;line-height:1.5}.cta-row{flex-wrap:wrap;align-items:center;gap:18px;margin-top:36px;display:flex}.hero-proof{color:var(--muted);flex-wrap:wrap;align-items:center;gap:0;margin-top:46px;font-size:12.75px;display:flex}.hero-proof span{border-right:1px solid var(--line2);align-items:center;gap:11px;padding:0 26px;display:inline-flex}.hero-proof span:last-child{border-right:0}.hero-proof b{color:var(--green);font-size:15px}@media (max-width:1180px){.hero-grid{grid-template-columns:1fr;gap:44px}.hero-copy,.hero h1{max-width:820px}.hero .sub{max-width:760px}}@media (max-width:740px){.hero-grid{padding:0 20px}.hero-proof{grid-template-columns:1fr;gap:10px;display:grid}.hero-proof span{border:0;padding:0}.cta-row{gap:12px}.btn{width:100%}.btn.ghost{width:auto}}.miniLogo img{width:142px;height:auto;display:block}.output-card h4{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px;font-size:9.75px}.security-strip span{align-items:center;gap:7px;display:inline-flex}.problem{background:var(--bg);padding-top:82px}.problem h2{max-width:650px;margin-top:16px}.problem-card h3{font-size:18px}.problem-card p{color:#273a67;margin-top:4px;font-size:15px}.problem .note{color:#273a67;max-width:620px;margin-top:38px;font-size:15.75px}.pipe-card h3{margin-bottom:18px;font-size:21px}.legend-box h4{margin:0 0 14px;font-size:15px}.legend-drop>*{z-index:1;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}@media (max-width:680px){.problem-card p{font-size:12px}}.value-section{background:var(--bg);padding-top:98px}.copy h2{margin-top:18px}.copy p.body{color:#273a67;max-width:630px;margin-top:28px;font-size:16.5px;line-height:1.48}.bullet h4{color:var(--ink);margin:0;font-size:15px}.bullet p{color:var(--muted);margin-top:4px;font-size:13.5px}.callout p{color:var(--ink);font-size:15px;font-weight:750}.money-top p{color:var(--muted);margin-top:6px;font-size:13.5px}.money-row h4{margin:0;font-size:13.5px}.money-foot div{text-align:center;color:#6c7280;border-right:1px solid var(--line);padding:15px;font-weight:650}.money-foot div:last-child{border-right:0}.money-foot b{color:var(--green);margin-right:7px}.pnode h4{margin:0;font-size:12.75px;line-height:1.05}.map-stat b{font-size:15.75px}.map-stat span{color:var(--muted);font-size:11.25px;display:block}.legend-map span{align-items:center;gap:8px;display:flex}.agent-row p{color:var(--muted);margin-top:5px;font-size:12.75px}.agent-alert p{font-size:12.75px}.agent-alert b{color:var(--ink)}.why{background:var(--bg);padding-top:95px}.why h2{max-width:1180px}.why .lead{color:#6c7280;margin-top:28px;font-size:17.25px}.feature-card p{color:#6c7280;margin-top:8px;font-size:14.25px}.proof{color:#fff;background:#16181d}.proof-grid{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:22px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:48px;display:grid;overflow:hidden}.proof-stat{background:#16181d;padding:34px}.proof-stat b{color:#0cc642;letter-spacing:-.06em;font-size:33px;font-weight:850;line-height:1}.proof-stat p{margin-top:14px;font-size:12px}.obj-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;display:grid}.obj-card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadowsmall);border-radius:18px;padding:26px}.obj-card h3{font-size:18px;font-family:var(--sans);letter-spacing:-.03em;font-style:italic}.obj-card p{color:#6c7280;margin-top:13px;font-size:12.75px}@media (max-width:900px){.proof-grid{grid-template-columns:1fr 1fr}.obj-grid{grid-template-columns:1fr}}@media (max-width:540px){.proof-grid{grid-template-columns:1fr}}.cta-section{background:var(--bg2);padding:96px 0 112px}.cta-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffeb;border-radius:28px;grid-template-columns:.82fr 1.18fr;align-items:center;gap:56px;padding:64px;display:grid}.cta-card h2{margin-top:18px}.cta-card p{color:#273a67;max-width:560px;margin-top:22px;font-size:15.75px}.step-card h4{margin:0;font-size:13.5px}.step-card p{color:var(--muted);margin-top:4px;font-size:10.5px}.mini-icons span{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 10px;font-size:9px;font-weight:800}.trust-strip span{color:#3348f0;margin:0 14px}@media (max-width:1040px){.cta-card{grid-template-columns:1fr}}@media (max-width:650px){.cta-card{padding:28px}}.team-grid{grid-template-columns:1fr 1fr;gap:22px;margin-top:42px;display:grid}.person{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadowsmall);border-radius:22px;grid-template-columns:70px 1fr;gap:22px;padding:30px;display:grid}.avatar{background:var(--bluesoft);width:64px;height:64px;color:var(--blue);border-radius:50%;place-items:center;font-size:18px;font-weight:850;display:grid}.role{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin:4px 0 12px;font-size:10.5px;font-weight:850}.person p{color:#6c7280;font-size:12.75px}.tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.tags span{border:1px solid var(--line);color:#6c7280;background:#f1f3f5;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:750}.footer{background:var(--ink);color:#fff;padding:54px 0}.foot-grid{grid-template-columns:1fr auto auto;gap:54px;display:grid}.footer .logoMark{color:#fff}.footer p,.footer a{color:#cdd2d9;font-size:12px}.footer h4{letter-spacing:.12em;text-transform:uppercase;color:#cdd2d9;margin:0 0 12px;font-size:9.75px}@media (max-width:800px){.team-grid,.foot-grid,.person{grid-template-columns:1fr}.foot-grid{gap:30px}}.radar .core img{filter:invert();opacity:.96;width:42px;height:42px}html,body,body *{font-weight:400;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}h1,h2,h3,h4,h5,h6,.section-head h2,.copy h2,.problem-card h3,.pipe-card h3,.output-card h4,.bullet h4,.money-row h4,.agent-title,.why-card h3,.feature-card h3,.obj-card h3,.step-card h4,.person h3,summary,.btn,button,input[type=button],input[type=submit],.nav-cta .btn{font-weight:500!important}.ital,.italDark{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:500!important}.eyebrow,.label,.role,.tags span,.pill,.badge,.nav-links,.nav-links a,.logo,.rank-row .idx,.rank-row .amt,.money-top .amount,.money-top .label,.money-row .n,.money-row .amt,.money-row .tag,.money-foot div,.money-foot b,.percent,.exPercent,.map-stat b,.agent-title small,.agent-title .gate,.agent-alert .saving,.why-num,.vs-col .label,.vs-col .value,.vs-badge,.proof-stat b,.trust-strip,.avatar,.source-card,.source-card small,.layer .label,.find-item,.alert-dot,.recovered .value,.sysIcon,.legend-item,.problem-card .num{font-weight:400!important}.value-section{padding-top:72px!important;padding-bottom:82px!important}.how-start .eyebrow{justify-content:center}.how-start h2{letter-spacing:-.055em;margin-top:16px;font-size:clamp(30px,4.4vw,52px);line-height:.98}.how-start p{color:#273a67;max-width:680px;margin:18px auto 0;font-size:16.5px;line-height:1.48}.how-step h3{letter-spacing:-.035em;color:var(--ink);margin:0 0 10px;font-size:18px;line-height:1.12}.how-step p{color:#6c7280;margin:0;font-size:12.75px;line-height:1.45}@media (max-width:900px){.how-start .eyebrow{justify-content:flex-start}.how-start p{margin-left:0}}.hero-visual-image{justify-content:center;align-items:center;display:flex}.image-panel,.hero-image-panel{width:100%}.image-panel img,.hero-image-panel img{border-radius:22px;width:100%;height:auto;display:block;box-shadow:0 26px 60px #16181d17}.hero-image-panel img{border-radius:28px}.pipe-card.image-only img{border-radius:22px;width:100%;height:auto;display:block;box-shadow:0 24px 54px #16181d17}.visual.image-only img{background:0 0}@media (max-width:900px){.hero-visual-image{margin-top:8px}.pipe-card.image-only img,.image-panel img,.hero-image-panel img{border-radius:18px}}.btn{min-height:52px;border-radius:999px!important;padding:16px 28px!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700!important}.btn.primary{color:#fff!important;background:#16181d!important;border:1.5px solid #16181d!important}.btn.ghost{color:#16181d!important;box-shadow:none!important;background:#fff!important;border:1.5px solid #16181d!important;border-radius:999px!important;padding:16px 28px!important}.btn.ghost:hover{background:#f7f8fa!important;border-color:#16181d!important}.proof{border-top:1px solid var(--line);color:#16181d!important;background:#fff!important}.proof-grid{background:0 0!important;border:0!important;border-radius:0!important;gap:18px!important;overflow:visible!important}.proof-stat{border:1px solid var(--line)!important;box-shadow:var(--shadowsmall)!important;background:#fff!important;border-radius:22px!important}.proof-stat b{color:var(--green)!important;font-weight:700!important}.final-cta .cta-card{text-align:center;flex-direction:column;align-items:center;max-width:980px;margin:0 auto;background:#fff!important;border-radius:32px!important;gap:0!important;padding:70px 62px!important;display:flex!important}.final-cta .eyebrow{justify-content:center}.final-cta .cta-card h2{max-width:820px;margin-top:18px}.final-cta .cta-card p{color:#273a67;max-width:680px;margin:24px auto 0}.final-cta .cta-row{justify-content:center;margin-top:34px}.image-panel img,.hero-image-panel img{border-radius:24px!important}.expand-split .image-panel img{box-shadow:0 26px 60px #16181d14}.ital,.italDark,em,i,blockquote,.quote,.obj-card h3{letter-spacing:-.035em;font-family:Instrument Serif,Georgia,serif!important;font-style:italic!important;font-weight:400!important}.obj-card h3{font-size:22px!important;line-height:1.08!important}.how-start p{max-width:760px!important}.clean-problem{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff!important;padding:92px 0 72px!important}.problem-lite-grid{grid-template-columns:.86fr 1.14fr;align-items:start;gap:76px;display:grid}.problem-intro h2{max-width:640px;margin-top:16px}.problem-intro .lead-lite{color:#273a67;max-width:620px;margin-top:20px;font-size:16px;line-height:1.48}.problem-list{border:1px solid var(--line);box-shadow:var(--shadowsmall);background:#f7f8fa;border-radius:24px;padding:8px 28px}.problem-line{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr;align-items:start;gap:18px;padding:25px 0;display:grid}.problem-line:last-child{border-bottom:0}.problem-line>span{color:var(--blue);letter-spacing:.08em;margin-top:3px;font-size:11px;font-weight:700}.problem-line h3{letter-spacing:-.035em;margin:0;font-size:18px;line-height:1.18}.problem-line p{color:#6c7280;margin:7px 0 0;font-size:13px;line-height:1.45}.interactive-how{background:var(--bg)!important;padding:96px 0!important}.how-head{text-align:center;max-width:790px;margin:0 auto 42px}.how-head .eyebrow{justify-content:center}.how-head h2{margin-top:16px}.how-head .lead{color:#273a67;max-width:650px;margin:18px auto 0;font-size:16px;line-height:1.48}.workbench{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:30px;overflow:hidden}.tab-strip{border-bottom:1px solid var(--line);scrollbar-width:none;background:#fafafc;gap:8px;padding:14px;display:flex;overflow-x:auto}.tab-strip::-webkit-scrollbar{display:none}.tab{appearance:none;color:#6c7280;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;min-width:max-content;padding:13px 18px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;transition:all .18s;display:flex}.tab span{letter-spacing:.08em;text-transform:uppercase;color:#cdd2d9;font-size:10px;font-weight:700}.tab b{letter-spacing:-.02em;color:inherit;font-size:13px;font-weight:700}.tab.active{color:#fff;background:#16181d;border-color:#16181d;box-shadow:0 10px 20px #16181d1f}.tab.active span{color:#d9dee5}.tab.subtle{border-color:var(--line);background:#f7f8fa;margin-left:auto}.tab.subtle.active{color:#273a67;box-shadow:none;background:#eef1ff;border-color:#d9dee5}.workbench-body{grid-template-columns:.72fr 1.28fr;gap:0;min-height:570px;display:grid}.pane-copy{border-right:1px solid var(--line);align-items:center;padding:46px 44px 42px;display:flex}.pane{width:100%;display:none}.pane.active{animation:.22s fadePane;display:block}@keyframes fadePane{0%{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:none}}.eyebrow.micro{letter-spacing:.14em;color:var(--blue);font-size:10.5px}.pane h3{letter-spacing:-.055em;max-width:390px;margin:16px 0 0;font-size:34px;line-height:1.02}.pane p{color:#273a67;max-width:390px;margin:18px 0 0;font-size:14px;line-height:1.48}.thin-list{border-top:1px solid var(--line);margin-top:30px}.thin-list div{border-bottom:1px solid var(--line);padding:15px 0}.thin-list b{color:#16181d;letter-spacing:-.02em;font-size:13px;font-weight:700;display:block}.thin-list span{color:#6c7280;margin-top:3px;font-size:12px;line-height:1.35;display:block}.agent-chip-grid{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.agent-chip-grid span{border:1px solid var(--line);color:#16181d;background:#f7f8fa;border-radius:999px;padding:10px 13px;font-size:12px;font-weight:700}.usecase-row div{border:1px solid var(--line);background:#f7f8fa;border-radius:14px;padding:14px 16px}.usecase-row b{color:#16181d;font-size:13px;font-weight:700;display:block}.usecase-row span{color:#6c7280;margin-top:3px;font-size:12px;display:block}.pane-visual{background:linear-gradient(135deg,#fff 0%,#f7f8fa 100%);justify-content:center;align-items:center;min-width:0;padding:28px;display:flex;position:relative}.pane-visual img{border-radius:24px;width:100%;height:auto;display:none;box-shadow:0 26px 60px #16181d14}.pane-visual img.active{animation:.22s fadePane;display:block}.reassurance{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff!important;padding:92px 0!important}.reassurance-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px;display:grid}.reassurance-card{border:1px solid var(--line);box-shadow:var(--shadowsmall);background:#fff;border-radius:22px;padding:30px}.reassurance-card span{color:var(--blue);letter-spacing:.1em;font-size:11px;font-weight:700}.reassurance-card h3{letter-spacing:-.04em;margin-top:20px;font-size:20px}.reassurance-card p{color:#6c7280;margin-top:10px;font-size:13px;line-height:1.45}.obj-grid{gap:14px!important}.obj-card{padding:22px!important}.obj-card p{line-height:1.45!important}.proof-grid{margin-top:38px!important}.proof-stat{padding:28px!important}.proof-stat p{line-height:1.4!important}@media (max-width:1000px){.problem-lite-grid,.workbench-body{grid-template-columns:1fr;gap:32px}.pane-copy{border-right:0;border-bottom:1px solid var(--line);padding:34px}.pane h3{max-width:none;font-size:30px}.pane p{max-width:none}.tab.subtle{margin-left:0}.reassurance-grid{grid-template-columns:1fr}}@media (max-width:680px){.interactive-how,.clean-problem,.reassurance{padding:68px 0!important}.problem-line{grid-template-columns:42px 1fr;padding:20px 0}.problem-list{padding:4px 20px}.pane-copy{padding:28px 24px}.pane-visual{padding:18px}.workbench{border-radius:22px}.tab{padding:11px 14px}.pane h3{font-size:27px}}.btn,a.btn,button.btn{letter-spacing:-.015em!important;border-radius:999px!important;min-height:42px!important;padding:12px 20px!important;font-size:11.5px!important;font-weight:700!important}.btn .arrow{font-size:14px!important}.nav .btn{min-height:38px!important;padding:10px 18px!important}.tab{padding:11px 16px!important}h1{font-size:clamp(28px,5.25vw,58.5px)!important}h2{font-size:clamp(23px,4.08vw,48.5px)!important}h3{font-size:clamp(15.3px,2.2vw,26.8px)!important}.pane h3{font-size:29px!important}.problem-line h3{font-size:15.3px!important}.reassurance-card h3{font-size:17px!important}.obj-card h3{font-size:18.7px!important}.person h3{font-size:15.3px!important}.why-card h3{font-size:17.85px!important}.feature-card h3{font-size:18.5px!important}.step-card h4{font-size:11.5px!important}.tab b{font-size:11.05px!important}.final-cta{background:radial-gradient(circle at 80% 18%, #3348f013, transparent 30%),radial-gradient(circle at 74% 82%, #00a94012, transparent 25%),var(--bg)!important;border-top:1px solid var(--line)!important;padding:96px 0 108px!important}.final-cta .cta-card{box-sizing:border-box!important;border:1px solid var(--line)!important;width:100%!important;max-width:none!important;box-shadow:var(--shadow)!important;background:#fffffff0!important;border-radius:32px!important;margin:0!important;padding:62px 54px!important}.final-cta .cta-row{gap:14px!important}.footer{color:#16181d!important;border-top:1px solid var(--line)!important;background:#fff!important;padding:48px 0 34px!important}.footer a:hover,.footer h4{color:#16181d!important}.footer .footer-links a[href*=cal\.com]{border:1px solid #16181d;border-radius:999px;justify-content:center;align-items:center;width:max-content;padding:8px 14px;display:inline-flex;color:#16181d!important;font-weight:700!important}@media (max-width:740px){.btn,a.btn,button.btn{min-height:40px!important;padding:11px 18px!important}.final-cta .cta-card{border-radius:24px!important;padding:42px 24px!important}}:root{--font-roman:"Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--h1:clamp(30px,5.2vw,58px);--h2:clamp(24px,3.8vw,44px);--h3:clamp(18px,2.1vw,26px);--h4:18px;--h5:12px;--body-xl:18px;--body-lg:16px;--body:14.5px;--body-md:13.5px;--body-md-sm:12.5px;--body-sm:11.5px;--body-xs:10.5px}html,body{font-family:var(--font-roman)!important;font-weight:400!important;font-size:var(--body)!important;color:var(--ink)!important;line-height:1.5!important}body *{font-family:var(--font-roman)!important}h1,h2,h3,h4,h5,h6,.section-head h2,.pane h3,.problem-line h3,.reassurance-card h3,.feature-card h3,.why-card h3,.person h3,summary{font-family:var(--font-roman)!important;letter-spacing:-.045em!important;color:var(--ink)!important;font-weight:500!important}h1{font-size:var(--h1)!important;line-height:1.02!important}h2{font-size:var(--h2)!important;line-height:1.04!important}h3{font-size:var(--h3)!important;line-height:1.12!important}h4{font-size:var(--h4)!important;line-height:1.2!important}h5{font-size:var(--h5)!important;line-height:1.2!important}p,.body{font-size:var(--body)!important;font-weight:400!important;line-height:1.5!important}.hero .sub,.section-head p,.how-head .lead,.problem-intro .lead-lite,.cta-card p{font-size:var(--body-lg)!important;line-height:1.5!important}.hero-proof,.thin-list b,.agent-chip-grid span,.proof-stat p,.reassurance-card p,.obj-card p,.person p,.faq-answer{font-size:var(--body-md)!important;line-height:1.45!important}.nav-links,.footer-links a,.footer p,.copyright,.thin-list span,.usecase-row span,.tags span{font-size:var(--body-sm)!important;line-height:1.35!important}.eyebrow,.role,.tab span,.reassurance-card span{font-size:var(--body-xs)!important;letter-spacing:.12em!important;font-weight:700!important}.ital,.italDark,em,i,blockquote,.quote,.obj-card h3{font-family:var(--font-serif)!important;letter-spacing:-.03em!important;font-style:italic!important;font-weight:400!important}.btn,a.btn,button.btn{font-family:var(--font-roman)!important;min-height:38px!important;font-weight:700!important;font-size:var(--body-sm)!important;border-radius:999px!important;gap:0!important;padding:10px 18px!important;line-height:1!important}.btn.ghost,a.btn.ghost{color:#16181d!important;box-shadow:none!important;background:#fff!important;border:1.25px solid #16181d!important;padding:10px 18px!important}.btn .arrow,.arrow{display:none!important}.tab,.tab b{font-size:var(--body-sm)!important;font-weight:700!important}.section-head{max-width:1100px!important}.no-overhang-title,.single-line-subtitle{white-space:nowrap!important;max-width:none!important}.proof .section-head p,.objections .section-head p{max-width:none!important}.team .section-head h2 br,.final-cta h2 br{display:block}.final-cta .cta-card h2{line-height:1.02!important}.footer{color:#16181d!important;border-top:1px solid var(--line)!important;background:#fff!important}.footer p,.footer a{color:#6c7280!important;font-weight:400!important}.footer h4{font-size:var(--body-xs)!important;color:#16181d!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:700!important}.footer .footer-links a[href*=cal\.com]{color:#6c7280!important;background:0 0!important;border:0!important;border-radius:0!important;width:auto!important;padding:0!important;font-weight:400!important;display:block!important}.footer .footer-links a[href*=cal\.com]:hover{color:#16181d!important}.proof-stat b{font-family:var(--font-roman)!important;letter-spacing:-.05em!important;font-size:clamp(28px,3.3vw,42px)!important;font-weight:500!important}@media (max-width:1100px){.no-overhang-title,.single-line-subtitle{white-space:normal!important}.section-head{max-width:850px!important}}@media (max-width:740px){.btn,a.btn,button.btn{width:auto!important}.cta-row .btn{width:100%!important}.hero .sub,.section-head p,.how-head .lead,.problem-intro .lead-lite,.cta-card p{font-size:var(--body)!important}.footer .footer-links a{font-size:var(--body-md-sm)!important}}:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px}section{padding-top:var(--space-16)!important;padding-bottom:var(--space-16)!important}.nav-inner{height:64px!important}.wrap,.hero-grid{gap:var(--space-16)!important}.section-head,.how-head{margin-bottom:var(--space-4)!important}.cta-row,.nav-links,.hero-proof,.tab-strip,.reassurance-grid,.proof-grid,.obj-grid,.team-grid,.tags,.footer-links,.foot-grid,.agent-chip-grid,.usecase-row{gap:var(--space-4)!important}.problem-list{padding:var(--space-2) var(--space-6)!important;border-radius:24px!important}.problem-line{gap:var(--space-4)!important;padding:var(--space-6) 0!important}.tab-strip{padding:var(--space-4)!important}.tab{padding:var(--space-3) var(--space-4)!important;gap:var(--space-2)!important}.agent-chip-grid span{padding:var(--space-2) var(--space-3)!important}.usecase-row div{padding:var(--space-4)!important;border-radius:16px!important}.final-cta .cta-card{padding:var(--space-16)!important;border-radius:32px!important}.footer{padding:var(--space-12) 0!important}.footer h4{margin-bottom:var(--space-3)!important}@media (max-width:900px){section{padding-top:var(--space-12)!important;padding-bottom:var(--space-12)!important}.pane-copy{padding:var(--space-6)!important}.pane-visual{padding:var(--space-4)!important}.workbench-body{min-height:auto!important}.final-cta .cta-card{padding:var(--space-10) var(--space-6)!important}}:root{--section-y:96px;--gap-xs:8px;--gap-sm:12px;--gap-md:16px;--gap-lg:20px;--gap-xl:24px;--gap-2xl:32px;--gap-3xl:48px;--gap-4xl:64px}section,.hero,.problem-lite,.value-section,.why,.reassurance,.proof,.objections,.team,.faq,.cta-section,.final-cta{padding-top:96px!important;padding-bottom:96px!important}.eyebrow+h1,.eyebrow+h2,.eyebrow+h3,.section-head .eyebrow+h2,.problem-intro .eyebrow+h2,.how-head .eyebrow+h2,.cta-card .eyebrow+h2,.pane .eyebrow+h3{margin-top:16px!important}h1+.sub,h2+p,h2+.lead,h2+.lead-lite,.section-head h2+p,.problem-intro h2+.lead-lite,.how-head h2+.lead,.cta-card h2+p,.pane h3+p{margin-top:8px!important}.hero .sub+.cta-row,.section-head+.workbench,.section-head+.proof-grid,.section-head+.obj-grid,.section-head+.team-grid,.section-head+.faq-list,.section-head+.reassurance-grid,.problem-intro+.problem-list,.cta-card p+.cta-row,.pane p+.thin-list,.pane p+.agent-chip-grid,.pane p+.usecase-row{margin-top:20px!important}.section-head,.how-head,.problem-intro{margin-bottom:20px!important}.wrap{padding-left:44px!important;padding-right:44px!important}.nav-inner{gap:32px!important;height:64px!important}.hero-grid{gap:64px!important;padding-left:44px!important;padding-right:44px!important}.cta-row{gap:16px!important}.nav-links{gap:32px!important}.hero-proof{gap:0!important;margin-top:20px!important}.hero-proof span{padding-left:24px!important;padding-right:24px!important}.hero-proof span:first-child{padding-left:0!important}.tab-strip{gap:16px!important;padding:16px!important}.tab{border-radius:999px!important;gap:8px!important;padding:12px 16px!important}.workbench-body{min-height:560px!important}.pane-visual{padding:24px!important}.thin-list div{padding-top:16px!important;padding-bottom:16px!important}.agent-chip-grid,.usecase-row{gap:16px!important}.agent-chip-grid span{border-radius:999px!important;padding:8px 12px!important}.usecase-row div{border-radius:16px!important;padding:16px!important}.problem-list{border-radius:24px!important;padding:8px 24px!important}.problem-line{gap:16px!important;padding-top:24px!important;padding-bottom:24px!important}.problem-line p{margin-top:8px!important}.reassurance-card,.obj-card,.person,.proof-stat{padding:24px!important}.reassurance-card h3,.person h3{margin-top:16px!important}.reassurance-card p,.obj-card p,.person p{margin-top:8px!important}.tags{gap:8px!important;margin-top:12px!important}.tags span{padding:4px 8px!important}.final-cta .cta-card{border-radius:32px!important;padding:64px!important}.final-cta .cta-row{gap:16px!important;margin-top:20px!important}.tab.subtle.active,.tab[data-tab=expand].active{color:#fff!important;background:#16181d!important;border-color:#16181d!important;box-shadow:0 10px 20px #16181d1f!important}.tab.subtle.active span,.tab[data-tab=expand].active span{color:#d9dee5!important}.tab.subtle.active b,.tab[data-tab=expand].active b{color:#fff!important}.footer{color:#16181d!important;border-top:1px solid var(--line)!important;background:#fff!important;padding-top:48px!important;padding-bottom:48px!important}.foot-grid{grid-template-columns:minmax(520px,1fr) 180px 220px!important;align-items:start!important;gap:96px!important;display:grid!important}.footer-blurb{white-space:nowrap!important;color:#6c7280!important;max-width:none!important;margin-top:12px!important;font-size:12px!important;line-height:18px!important}.footer h4{color:#16181d!important;letter-spacing:1.2px!important;text-transform:uppercase!important;margin:0 0 12px!important;font-size:10px!important;font-weight:700!important;line-height:12px!important}.footer-links{gap:8px!important;display:grid!important}.footer p,.footer a,.footer-email{color:#6c7280!important;font-size:12px!important;font-weight:400!important;line-height:18px!important}.footer a:hover{color:#16181d!important}.footer-email{margin-top:12px!important;display:block!important}@media (max-width:900px){section,.hero,.problem-lite,.value-section,.why,.reassurance,.proof,.objections,.team,.faq,.cta-section,.final-cta{padding-top:72px!important;padding-bottom:72px!important}.wrap,.hero-grid{padding-left:24px!important;padding-right:24px!important}.hero-grid{gap:40px!important}.foot-grid{grid-template-columns:1fr!important;gap:32px!important}.footer-blurb{white-space:normal!important}.pane-copy{padding:28px!important}.pane-visual{padding:16px!important}.final-cta .cta-card{padding:40px 24px!important}}:root{--section-pad:96px;--card-pad:28px;--grid-gap:20px;--head-gap:32px}section:not(.hero){border-top:1px solid #d9dee5b8;padding:var(--section-pad) 0!important}.hero{padding:84px 0!important}.section-head{margin-bottom:var(--head-gap)!important}.section-head h2,.how-head h2,.problem-intro h2,.cta-card h2{margin-top:16px!important}.section-head p,.how-head .lead,.problem-intro .lead-lite,.cta-card p{margin-top:8px!important}.section-head+*,.section-content,.problem-list,.workbench,.proof-grid,.obj-grid,.team-grid{margin-top:20px!important}.clean-problem{background:var(--bg)!important}.interactive-how{background:var(--bg2)!important}.reassurance{background:var(--bg)!important}.proof{background:var(--panel)!important;color:var(--ink)!important}.proof h2{color:var(--ink)!important}.proof p{color:var(--muted)!important}.objections{background:var(--bg2)!important}.team{background:var(--bg)!important}.final-cta{background:radial-gradient(circle at 82% 18%, #3348f013, transparent 30%),radial-gradient(circle at 74% 82%, #00a9400f, transparent 25%),var(--bg2)!important;padding:var(--section-pad) 0!important}.footer{border-top:1px solid var(--line);background:var(--bg)!important;color:var(--ink)!important;padding:48px 0!important}.footer .logo-img{filter:none!important}.footer p,.footer a,.footer h4{color:var(--muted)!important}.problem-lite-grid,.why-grid,.feature-grid,.proof-grid,.obj-grid,.team-grid{gap:var(--grid-gap)!important}.problem-list,.why-card,.feature-card,.proof-stat,.obj-card,.person,.cta-card{border-radius:22px!important}.obj-card,.person,.proof-stat,.feature-card{padding:var(--card-pad)!important}.problem-list{padding:6px var(--card-pad)!important}.problem-line{padding:22px 0!important}.proof-grid{background:0 0!important;border:0!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:visible!important}.proof-stat{background:var(--paper)!important;border:1px solid var(--line)!important;box-shadow:var(--shadowsmall)!important;border-radius:22px!important}.proof-stat b{color:var(--green)!important}.obj-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.obj-card{flex-direction:column;justify-content:flex-start;min-height:172px;display:flex}.obj-card h3{letter-spacing:-.035em!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:500!important;line-height:1.12!important}.team-grid{align-items:stretch!important}.person{grid-template-columns:64px 1fr!important;gap:20px!important;height:100%!important}.workbench{border-radius:28px!important}.tab-strip{background:#fff!important;gap:8px!important;padding:12px!important}.tab{position:relative;overflow:hidden;padding:12px 18px 14px!important}.tab.subtle{margin-left:auto;background:var(--bg2)!important;border-color:var(--line)!important}.tab.active,.tab.subtle.active{background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important;box-shadow:0 10px 20px #16181d1f!important}.tab.active span,.tab.subtle.active span{color:var(--faint)!important}.workbench.is-auto .tab.active:after{content:"";background:var(--green);transform-origin:0;border-radius:999px;height:2px;animation:6s linear forwards tabProgress;position:absolute;bottom:5px;left:16px;right:16px}@keyframes tabProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.pane h3{margin-top:16px!important}.pane p{margin-top:8px!important}.thin-list{margin-top:20px!important}.thin-list div{padding:14px 0!important}.agent-chip-grid,.usecase-row{gap:10px!important;margin-top:20px!important}.final-cta .cta-card{max-width:var(--wrap)!important;background:#ffffffeb!important;width:calc(100% - 88px)!important;padding:56px!important}.final-cta .cta-card p{margin-top:8px!important}.final-cta .cta-row{margin-top:20px!important}@media (max-width:980px){.obj-grid,.proof-grid,.why-grid{grid-template-columns:1fr 1fr!important}.workbench-body{grid-template-columns:1fr!important;min-height:0!important}.pane-copy{border-bottom:1px solid var(--line);border-right:0!important}.tab.subtle{margin-left:0!important}}@media (max-width:740px){:root{--section-pad:72px;--card-pad:22px;--grid-gap:16px;--head-gap:28px}.hero{padding:68px 0!important}.obj-grid,.proof-grid,.why-grid,.team-grid{grid-template-columns:1fr!important}.final-cta .cta-card{width:calc(100% - 40px)!important;padding:32px 24px!important}.person{grid-template-columns:1fr!important}}.obj-card{min-height:188px!important}.obj-card h3{letter-spacing:-.035em!important;color:var(--ink)!important;font-family:Instrument Serif,Georgia,serif!important;font-size:25px!important;font-style:italic!important;font-weight:400!important;line-height:1.08!important}.obj-card p{color:var(--muted)!important;margin-top:16px!important;font-size:13px!important;line-height:1.42!important}@media (max-width:740px){.obj-card{min-height:0!important}.obj-card h3{font-size:23px!important}}:root{--section-light:#f7f8fa;--section-mid:#f1f3f5}section{border-top:1px solid var(--line)!important;border-bottom:0!important}.hero{border-top:0!important}.clean-problem{background:var(--section-light)!important;border-top:1px solid var(--line)!important;border-bottom:0!important}.interactive-how{background:var(--section-mid)!important;border-top:1px solid var(--line)!important;border-bottom:0!important}.reassurance{background:var(--section-light)!important;border-top:1px solid var(--line)!important;border-bottom:0!important}.proof{background:var(--section-mid)!important;color:var(--ink)!important;border-top:1px solid var(--line)!important;border-bottom:0!important}.proof h2,.proof h3,.proof .section-head h2{color:var(--ink)!important}.proof .eyebrow{color:var(--blue)!important}.proof .eyebrow:before{background:var(--blue)!important}.proof p,.proof .section-head p{color:var(--muted)!important}.objections{background:var(--section-light)!important;border-top:1px solid var(--line)!important;border-bottom:0!important}.team{background:var(--section-mid)!important;border-top:1px solid var(--line)!important;border-bottom:0!important}.final-cta{border-top:1px solid var(--line)!important;border-bottom:0!important}.workbench.is-auto .tab.active:after{animation:4s linear forwards tabProgress!important}.workbench.is-paused .tab.active:after,.workbench:hover .tab.active:after{animation-play-state:paused!important}.problem-intro h2 .ital,.section-head h2 .ital,.team .section-head h2 .ital{font-family:var(--font-serif)!important;letter-spacing:-.03em!important;font-style:italic!important;font-weight:400!important}.obj-card{min-height:176px!important;padding:28px 28px 22px!important}.obj-card p{margin-top:14px!important}.nav-links,.nav-links a,.footer-links a,.footer-email,.footer h4{font-weight:500!important}.footer-copyright{color:var(--muted)!important;margin:8px 0 0!important;font-size:12px!important;font-weight:400!important;line-height:18px!important}.footer .foot-brand-col{display:block!important}.footer .copyright{display:none!important}@media (max-width:740px){.obj-card{min-height:0!important;padding:24px 24px 20px!important}}main>section:not(.hero),.final-cta{padding-top:124px!important;padding-bottom:124px!important}.footer-links{gap:8px!important}.footer-links a,.footer-email{align-items:center!important;min-height:20px!important;padding:2px 0!important;font-weight:500!important;line-height:1.35!important;display:inline-flex!important}@media (max-width:800px){main>section:not(.hero),.final-cta{padding-top:88px!important;padding-bottom:88px!important}}main>section:not(.hero),.clean-problem,.interactive-how,.reassurance,.proof,.objections,.team,.final-cta{padding-top:var(--section-y-final)!important;padding-bottom:var(--section-y-final)!important}.footer{padding-top:80px!important;padding-bottom:80px!important}.footer .foot-grid{align-items:start!important}.footer-links{flex-direction:column!important;align-items:flex-start!important;gap:8px!important;display:flex!important}.footer-links a,.footer-email,.footer .footer-links a[href*=cal\.com]{width:auto!important;min-height:24px!important;color:var(--muted)!important;letter-spacing:-.01em!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;margin:0!important;padding:4px 0!important;font-size:12.5px!important;font-weight:500!important;line-height:16px!important;display:flex!important}.footer-links a:hover,.footer-email:hover,.footer .footer-links a[href*=cal\.com]:hover{color:var(--ink)!important}.footer-email{margin-top:0!important}@media (max-width:800px){main>section:not(.hero),.clean-problem,.interactive-how,.reassurance,.proof,.objections,.team,.final-cta{padding-top:var(--section-y-final-mobile)!important;padding-bottom:var(--section-y-final-mobile)!important}.footer{padding-top:64px!important;padding-bottom:64px!important}}:root{--section-y-final:160px;--section-y-final-mobile:128px}.hero{padding-top:108px!important;padding-bottom:108px!important}main>section:not(.hero),.clean-problem,.interactive-how,.reassurance,.proof,.objections,.team,.final-cta{padding-top:160px!important;padding-bottom:160px!important}.problem-lite-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:start!important;gap:64px!important}.problem-intro,.problem-list{min-width:0!important}.problem-intro h2,.problem-intro .lead-lite{max-width:100%!important}.reveal{opacity:0;filter:blur(5px);will-change:opacity, transform, filter;transform:translateY(28px)scale(.985);transition:opacity .78s cubic-bezier(.16,1,.3,1),transform .78s cubic-bezier(.16,1,.3,1),filter .78s cubic-bezier(.16,1,.3,1)!important}.reveal.in{opacity:1;filter:blur();transform:translateY(0)scale(1)}@keyframes seeftItemIn{0%{opacity:0;filter:blur(4px);transform:translateY(18px)scale(.985)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes seeftItemInLeft{0%{opacity:0;filter:blur(4px);transform:translate(-18px)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes seeftItemInRight{0%{opacity:0;filter:blur(4px);transform:translate(18px)}to{opacity:1;filter:blur();transform:translate(0)}}.problem-intro.in .eyebrow,.problem-intro.in h2,.problem-intro.in .lead-lite,.section-head.in .eyebrow,.section-head.in h2,.section-head.in p,.cta-card.in .eyebrow,.cta-card.in h2,.cta-card.in p,.cta-card.in .cta-row{animation:.72s cubic-bezier(.16,1,.3,1) both seeftItemIn}.problem-intro.in .eyebrow,.section-head.in .eyebrow,.cta-card.in .eyebrow{animation-delay:20ms}.problem-intro.in h2,.section-head.in h2,.cta-card.in h2{animation-delay:80ms}.problem-intro.in .lead-lite,.section-head.in p,.cta-card.in p{animation-delay:.14s}.cta-card.in .cta-row{animation-delay:.2s}.problem-list.in .problem-line,.workbench.in .tab,.workbench.in .pane-visual img.active,.workbench.in .pane.active .thin-list>div,.workbench.in .pane.active .agent-chip-grid>span,.workbench.in .pane.active .usecase-row>div,.proof-grid.in .proof-stat,.obj-card.in,.person.in{animation:.68s cubic-bezier(.16,1,.3,1) both seeftItemIn}.problem-list.in .problem-line:first-child,.proof-grid.in .proof-stat:first-child,.obj-grid .obj-card.in:first-child,.team-grid .person.in:first-child{animation-delay:40ms}.problem-list.in .problem-line:nth-child(2),.proof-grid.in .proof-stat:nth-child(2),.obj-grid .obj-card.in:nth-child(2),.team-grid .person.in:nth-child(2){animation-delay:.1s}.problem-list.in .problem-line:nth-child(3),.proof-grid.in .proof-stat:nth-child(3),.obj-grid .obj-card.in:nth-child(3){animation-delay:.16s}.proof-grid.in .proof-stat:nth-child(4),.obj-grid .obj-card.in:nth-child(4){animation-delay:.22s}.obj-grid .obj-card.in:nth-child(5){animation-delay:.28s}.obj-grid .obj-card.in:nth-child(6){animation-delay:.34s}.workbench.in .tab:first-child{animation-delay:40ms}.workbench.in .tab:nth-child(2){animation-delay:80ms}.workbench.in .tab:nth-child(3){animation-delay:.12s}.workbench.in .tab:nth-child(4){animation-delay:.16s}.workbench.in .pane-copy{animation:.72s cubic-bezier(.16,1,.3,1) .14s both seeftItemInLeft}.workbench.in .pane-visual{animation:.72s cubic-bezier(.16,1,.3,1) .18s both seeftItemInRight}.workbench.in .pane.active .thin-list>div:first-child,.workbench.in .pane.active .agent-chip-grid>span:first-child,.workbench.in .pane.active .usecase-row>div:first-child{animation-delay:.2s}.workbench.in .pane.active .thin-list>div:nth-child(2),.workbench.in .pane.active .agent-chip-grid>span:nth-child(2),.workbench.in .pane.active .usecase-row>div:nth-child(2){animation-delay:.26s}.workbench.in .pane.active .thin-list>div:nth-child(3),.workbench.in .pane.active .agent-chip-grid>span:nth-child(3),.workbench.in .pane.active .usecase-row>div:nth-child(3){animation-delay:.32s}.workbench.in .pane.active .agent-chip-grid>span:nth-child(4){animation-delay:.38s}@media (max-width:980px){.problem-lite-grid{grid-template-columns:1fr!important;gap:40px!important}}@media (max-width:800px){.hero{padding-top:92px!important;padding-bottom:92px!important}main>section:not(.hero),.clean-problem,.interactive-how,.reassurance,.proof,.objections,.team,.final-cta{padding-top:128px!important;padding-bottom:128px!important}}@media (prefers-reduced-motion:reduce){.reveal,.reveal.in,.problem-intro.in .eyebrow,.problem-intro.in h2,.problem-intro.in .lead-lite,.section-head.in .eyebrow,.section-head.in h2,.section-head.in p,.cta-card.in .eyebrow,.cta-card.in h2,.cta-card.in p,.cta-card.in .cta-row,.problem-list.in .problem-line,.workbench.in .tab,.workbench.in .pane-copy,.workbench.in .pane-visual,.workbench.in .pane-visual img.active,.workbench.in .pane.active .thin-list>div,.workbench.in .pane.active .agent-chip-grid>span,.workbench.in .pane.active .usecase-row>div,.proof-grid.in .proof-stat,.obj-card.in,.person.in{opacity:1!important;filter:none!important;transition:none!important;animation:none!important;transform:none!important}}.workbench-body{grid-template-columns:.64fr 1.36fr!important}.pane-visual{background:#f7f8fa!important;align-items:stretch!important;padding:8px!important}.pane-visual img{object-fit:contain!important;width:100%!important;height:100%!important;max-height:620px!important;box-shadow:none!important;background:#f7f8fa!important;border-radius:20px!important}.pane-copy{padding:44px 40px!important}.agent-chip-grid span{font-size:var(--body-sm)!important;letter-spacing:-.015em!important;padding:10px 14px!important;font-weight:700!important;line-height:1!important}#pane-expand .thin-list{margin-top:20px!important}#pane-expand .thin-list div{border-bottom:1px solid var(--line)!important;padding:14px 0!important}#pane-expand .thin-list div:first-child{border-top:0!important}#pane-expand .thin-list b{color:var(--ink)!important;letter-spacing:-.02em!important;font-size:13px!important;font-weight:700!important;display:block!important}#pane-expand .thin-list span{color:var(--muted)!important;margin-top:3px!important;font-size:12px!important;line-height:1.35!important;display:block!important}@media (max-width:980px){.workbench-body{grid-template-columns:1fr!important}.pane-visual{padding:8px!important}.pane-visual img{height:auto!important;max-height:none!important}}@media (max-width:740px){.pane-visual{padding:6px!important}.pane-copy{padding:28px 24px!important}}.buyer-question-title{white-space:nowrap!important;max-width:none!important}@media (max-width:980px){.buyer-question-title{white-space:normal!important}}:root{--card-pad:32px}.reassurance-card,.proof-stat,.obj-card,.person{padding:var(--card-pad)!important}.reassurance-grid,.proof-grid,.obj-grid,.team-grid{gap:20px!important}.person{grid-template-columns:152px 1fr!important;align-items:center!important;gap:24px!important;overflow:hidden!important}.person-media{aspect-ratio:.82;border:1px solid var(--line);background:linear-gradient(135deg,#f7f8fa 0%,#eceff3 100%);border-radius:18px;width:100%;position:relative;overflow:hidden}.person-media img{object-fit:cover;width:100%;height:100%;transition:opacity .28s,transform .35s;position:absolute;inset:0}.person-media .img-color{opacity:0}.person:hover .person-media .img-color,.person:focus-within .person-media .img-color{opacity:1;transform:scale(1.02)}.person:hover .person-media .img-bw,.person:focus-within .person-media .img-bw{opacity:0}.person:hover,.person:focus-within{transform:translateY(-2px);box-shadow:0 16px 34px #16181d17!important}.person{transition:transform .22s,box-shadow .22s}.person h3{margin:0}.person p{margin-top:0}.role{margin:6px 0 12px!important}.tags{margin-top:16px!important}@media (max-width:900px){.person{grid-template-columns:120px 1fr!important}}@media (max-width:740px){.person{grid-template-columns:1fr!important}.person-media{aspect-ratio:1.05;max-width:280px}}.person{grid-template-columns:88px 1fr!important;align-items:center!important;gap:24px!important}.person-media{border:1px solid var(--line);background:linear-gradient(135deg,#f7f8fa 0%,#eceff3 100%);flex:0 0 80px;position:relative;aspect-ratio:1!important;border-radius:999px!important;width:80px!important;height:80px!important;overflow:hidden!important}.person-media img{object-fit:cover;filter:grayscale()saturate(.1)contrast(1.02);width:100%;height:100%;transition:filter .24s,transform .28s;position:absolute;inset:0}.person-mehdi .person-media img{object-position:center 26%}.person-naol .person-media img{object-position:center 18%}.person:hover .person-media img,.person:focus-within .person-media img{filter:grayscale(0)saturate();transform:scale(1.03)}.person-copy{min-width:0}@media (max-width:740px){.person{grid-template-columns:80px 1fr!important;align-items:start!important}.person-media{width:80px!important;max-width:none!important;height:80px!important}}
