.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.human-how .wrap{max-width:1240px}
.how-layout{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:center;gap:32px}
.how-copy h2{font-size:clamp(27px,3vw,39px);max-width:450px;line-height:1.08}
.how-copy .how-intro{max-width:430px;margin:14px 0 20px;font-size:14px;line-height:1.65}
.how-promise{display:grid;gap:8px}
.how-promise span{display:flex;align-items:center;gap:9px;font-size:12px;color:#334462}
.how-promise span:before{content:'✓';width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#e1efff;color:var(--b);font-weight:800}
.workflow-demo{padding:17px;background:#fff;border:1px solid #d8e5f5;border-radius:16px;box-shadow:0 18px 45px #1a4a8514;min-width:0}
.workflow-label,.workflow-card-head,.workflow-meta,.workflow-controls,.workflow-controls>div{display:flex;align-items:center}
.workflow-label{justify-content:space-between;margin:0 1px 13px;color:#77849a;font-size:10px}
.workflow-live{display:flex;align-items:center;gap:6px;color:#52627b}
.workflow-live i,.workflow-pulse{width:7px;height:7px;display:inline-block;border-radius:50%;background:#12b76a}
.workflow-track{display:grid;grid-template-columns:minmax(110px,1fr) 34px minmax(150px,1.15fr) 34px minmax(110px,1fr);align-items:center}
.workflow-card{min-width:0;min-height:164px;padding:12px 11px;border:1px solid #dce6f3;border-radius:11px;background:#fff;box-shadow:0 4px 12px #143c7610;transition:border-color .25s,box-shadow .25s,transform .25s}
.workflow-card-head{gap:6px;min-height:22px;margin-bottom:11px;font-size:9px;font-weight:700;color:#4a5870}
.workflow-card-head small{font-weight:500;color:#8a95a7}
.workflow-card>strong{display:block;font-size:11px;line-height:1.35;color:#172747}
.workflow-card>p{font-size:9px;line-height:1.45;color:#66758d;margin:6px 0 12px}
.workflow-badge{margin-left:auto;white-space:nowrap;padding:3px 5px;border-radius:8px;background:#fff3d7;color:#986500;font-size:7px}
.workflow-ready{background:#e9f9f0;color:#11844e}
.workflow-app-icon{width:20px;height:20px;display:grid;place-items:center;border-radius:6px;color:white;font-size:11px;font-weight:800}
.gmail-icon{background:linear-gradient(140deg,#4285f4 0 25%,#34a853 25% 50%,#fbbc05 50% 75%,#ea4335 75%)}
.workflow-meta{justify-content:space-between;margin-top:auto;padding-top:8px;border-top:1px solid #edf1f7;color:#77849a;font-size:8px}
.workflow-wire{height:2px;position:relative;background:#d9e5f5}
.workflow-wire:after{content:'›';position:absolute;right:-1px;top:50%;transform:translateY(-56%);color:#7292bc;font-size:16px}
.workflow-dot{position:absolute;z-index:1;left:0;top:50%;width:8px;height:8px;border-radius:50%;background:#2869ed;box-shadow:0 0 0 4px #2869ed1c;opacity:0;transform:translateY(-50%)}
.workflow-mini-mascot{position:relative;width:22px;height:19px;border:1px solid #76aef2;border-radius:7px;background:linear-gradient(145deg,#fff,#b9dcff)}
.workflow-mini-mascot:before{content:'';position:absolute;inset:5px 3px 4px;border-radius:4px;background:#102856}
.workflow-mini-mascot i{position:absolute;z-index:1;top:8px;width:3px;height:3px;border-radius:50%;background:#63dcff}
.workflow-mini-mascot i:first-child{left:7px}.workflow-mini-mascot i:last-child{right:7px}
.workflow-agent{background:linear-gradient(155deg,#f4f8ff,#fff 70%)}
.workflow-agent ul{list-style:none;padding:0;margin:9px 0;font-size:9px;color:#596880}
.workflow-agent li{display:flex;align-items:center;gap:5px;margin:5px 0}
.workflow-check{width:13px;height:13px;display:grid;place-items:center;border-radius:50%;background:#dff5e9;color:#149455;font-size:8px;font-weight:800}
.workflow-ai-status{padding:6px 7px;border-radius:6px;background:#edf4ff;color:#3d5b89;font-size:8px}
.workflow-pulse{width:6px;height:6px;margin-right:4px;background:#3478ef}
.workflow-task-icon{width:19px;height:19px;display:grid;place-items:center;border-radius:6px;background:#e6f7ee;color:#149455;font-weight:800}
.workflow-controls{justify-content:space-between;gap:8px;margin-top:12px}
.workflow-caption{font-size:9px;color:#6f7d93}
.workflow-controls>div{gap:5px}
.workflow-controls button{border:1px solid #dce6f3;border-radius:7px;background:#fff;color:#425371;padding:6px 8px;font:600 9px var(--font);cursor:pointer}
.workflow-controls button:hover{border-color:#8eb2ff;color:var(--b)}
.workflow-demo.is-playing:not(.is-paused) .workflow-email{animation:email-focus 8s ease-in-out infinite}
.workflow-demo.is-playing:not(.is-paused) .workflow-agent{animation:agent-focus 8s ease-in-out infinite}
.workflow-demo.is-playing:not(.is-paused) .workflow-task{animation:task-focus 8s ease-in-out infinite}
.workflow-demo.is-playing:not(.is-paused) .workflow-wire:first-of-type .workflow-dot{animation:send-first 8s ease-in-out infinite}
.workflow-demo.is-playing:not(.is-paused) .workflow-wire:last-of-type .workflow-dot{animation:send-second 8s ease-in-out infinite}
.workflow-demo.is-paused *{animation-play-state:paused!important}
@keyframes email-focus{0%,7%,25%,100%{border-color:#dce6f3;box-shadow:0 4px 12px #143c7610;transform:translateY(0)}12%,20%{border-color:#8cb6ff;box-shadow:0 0 0 3px #eaf2ff,0 10px 20px #2768d51c;transform:translateY(-3px)}}
@keyframes agent-focus{0%,24%,56%,100%{border-color:#dce6f3;box-shadow:0 4px 12px #143c7610;transform:translateY(0)}31%,49%{border-color:#8cb6ff;box-shadow:0 0 0 3px #eaf2ff,0 10px 20px #2768d51c;transform:translateY(-3px)}}
@keyframes task-focus{0%,55%,100%{border-color:#dce6f3;box-shadow:0 4px 12px #143c7610;transform:translateY(0)}66%,91%{border-color:#77d39f;box-shadow:0 0 0 3px #e9f9f0,0 10px 20px #1494551c;transform:translateY(-3px)}}
@keyframes send-first{0%,8%,27%,100%{left:0;opacity:0}12%{opacity:1}24%{left:calc(100% - 8px);opacity:1}29%{opacity:0}}
@keyframes send-second{0%,42%,100%{left:0;opacity:0}48%{opacity:1}62%{left:calc(100% - 8px);opacity:1}67%{opacity:0}}
.how-offer{position:relative}
@media(max-width:980px){.how-layout{grid-template-columns:1fr;gap:20px}.how-copy h2,.how-copy .how-intro{max-width:720px}.workflow-track{grid-template-columns:minmax(0,1fr) 44px minmax(0,1.1fr) 44px minmax(0,1fr)}}
@media(max-width:600px){.workflow-demo{padding:13px}.workflow-track{grid-template-columns:1fr;gap:0}.workflow-card{min-height:0;padding:13px}.workflow-wire{width:2px;height:26px;margin:0 auto;background:#d9e5f5}.workflow-wire:after{content:'⌄';right:auto;left:50%;top:auto;bottom:-4px;transform:translateX(-50%);font-size:14px}.workflow-dot{left:50%;top:0;transform:translate(-50%,0)}.workflow-demo.is-playing:not(.is-paused) .workflow-wire:first-of-type .workflow-dot{animation:send-down-first 8s ease-in-out infinite}.workflow-demo.is-playing:not(.is-paused) .workflow-wire:last-of-type .workflow-dot{animation:send-down-second 8s ease-in-out infinite}.workflow-controls{align-items:flex-start;flex-direction:column}.workflow-caption{font-size:10px}.workflow-controls button{font-size:10px;padding:7px 9px}}
@keyframes send-down-first{0%,8%,27%,100%{top:0;opacity:0}12%{opacity:1}24%{top:calc(100% - 8px);opacity:1}29%{opacity:0}}
@keyframes send-down-second{0%,42%,100%{top:0;opacity:0}48%{opacity:1}62%{top:calc(100% - 8px);opacity:1}67%{opacity:0}}
@media(prefers-reduced-motion:reduce){.workflow-demo.is-playing .workflow-card,.workflow-demo.is-playing .workflow-dot{animation:none!important}.workflow-dot{display:none}.workflow-wire:after{content:'›'}}
.video-play-icon{width:19px;height:19px;flex:0 0 19px;display:block;overflow:visible}
.video-play-icon circle{fill:#eaf2ff;stroke:#155eef;stroke-width:1.7}
.video-play-icon path{fill:#155eef;stroke:none}
.category-title .category-icon{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border-radius:8px;background:#eaf2ff;color:#155eef}
.category-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.category-icon-customers{background:#e8f8f1!important;color:#079455!important}
.category-icon-finance{background:#f2edff!important;color:#6941c6!important}
.category-icon-reporting{background:#e8f7ff!important;color:#087eae!important}
.category-skills .skill p{font-size:10px;line-height:1.45;margin-top:5px}
.product-socials{display:flex;align-items:center;gap:9px;margin:0}
.product-socials a{width:30px;height:30px;display:grid;place-items:center;border:1px solid #dce7f5;border-radius:50%;background:#fff;color:#155eef;transition:background .2s,color .2s,border-color .2s,transform .2s}
.product-socials a:hover{background:#155eef;border-color:#155eef;color:#fff;transform:translateY(-2px)}
.product-socials svg{width:15px;height:15px;fill:currentColor}
.product-socials a:last-child svg{fill:none;stroke:currentColor;stroke-width:1.8}
.product-socials .social-dot{fill:currentColor;stroke:none}
.price-old{color:#74829a;font-size:.82em;font-weight:500;text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:#8b98ad;margin-right:3px}
.price-current{color:#155eef;font-weight:800}
.final .price-old{color:#dce7ff;text-decoration-color:#dce7ff}
.final .price-current{color:#fff}
.software-card{display:flex;align-items:center;gap:18px;min-height:170px;padding:22px!important}
.software-card-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:50%;background:#e8f1ff;color:#155eef}
.software-card-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.software-card-copy{min-width:0}
.software-card-copy h2{margin:0 0 5px}
.software-card-copy p{max-width:390px;margin:0 0 12px;line-height:1.55}
.software-card-copy .button{padding:10px 14px}
.human-ai-comparison{padding:48px 0;background:linear-gradient(180deg,#f5f9ff,#fff)}
.human-ai-comparison .wrap{max-width:1000px}
.comparison-eyebrow{display:block;margin-bottom:8px;color:#155eef;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.human-ai-comparison h2{max-width:760px;font:800 clamp(24px,3vw,34px)/1.15 var(--display);letter-spacing:-.035em}
.comparison-intro{max-width:690px;margin:8px 0 20px;color:#56647a;font-size:13px}
.comparison-table-wrap{overflow-x:auto;border:1px solid #dce7f5;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(20,70,150,.06)}
.comparison-table{width:100%;min-width:680px;border-collapse:collapse;text-align:left;font-size:13px}
.comparison-table th,.comparison-table td{padding:14px 16px;border-bottom:1px solid #e7eff8;vertical-align:top}
.comparison-table thead th{background:#f7faff;color:#34415d;font-size:12px;font-weight:800}
.comparison-table thead th.ai-column{color:#155eef;background:#edf4ff}
.comparison-table tbody th{width:22%;color:#172747;font-weight:700}
.comparison-table td{width:39%;color:#56647a;line-height:1.5}
.comparison-table td.ai-column,.comparison-table tbody td:last-child{background:#f8fbff}
.comparison-table td strong{display:block;color:#155eef;font-size:18px;white-space:nowrap}
.comparison-table td strong.comparison-cost-human{color:#d92d20}
.comparison-table td strong.comparison-cost-ai{color:#16803c}
.comparison-table td .comparison-cost-ai+small{color:#16803c;font-weight:700}
.comparison-table td small{display:block;margin-top:3px;color:#56647a;font-size:11px}
.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:0}
.comparison-footnote{margin:9px 2px 0;color:#74829a;font-size:10px;line-height:1.5}
.illustrative-trust-band{padding:40px 0;background:linear-gradient(110deg,#eef5ff,#f8fbff 56%,#edf3ff);border-block:1px solid #e1ebf8}
.trust-heading{margin:0 auto 18px;text-align:center}
.trust-heading>span{color:#155eef;font-size:10px;font-weight:800;letter-spacing:.12em}
.trust-heading h2{margin:5px auto;font:800 clamp(21px,2.5vw,28px)/1.2 var(--display);letter-spacing:-.03em}
.trust-heading p{color:#56647a;font-size:12px}
.trust-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.trust-cards article{padding:16px;border:1px solid #dce7f5;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(20,70,150,.05)}
.trust-person{display:flex;align-items:center;gap:9px}
.trust-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e8f1ff;color:#155eef;font-weight:800}
.trust-avatar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trust-person strong,.trust-person small{display:block}
.trust-person strong{font-size:12px;color:#172747}
.trust-person small{font-size:10px;color:#74829a}
.trust-cards article>p{margin:12px 0;color:#34415d;font-size:12px;line-height:1.55}
.trust-skill{display:inline-block;padding:5px 8px;border-radius:20px;background:#eff5ff;color:#155eef;font-size:10px;font-weight:700}
@media(max-width:900px){.trust-cards{grid-template-columns:1fr}.software-card{align-items:flex-start}.human-ai-comparison{padding:36px 0}}
@media(max-width:520px){.software-card{gap:12px;padding:16px!important}.software-card-icon{width:44px;height:44px;flex-basis:44px}.software-card-icon svg{width:23px;height:23px}.software-card-copy h2{font-size:17px}.software-card-copy .button{white-space:normal;text-align:center}.comparison-table th,.comparison-table td{padding:11px 12px}.trust-heading{text-align:left}}
.dashboard-showcase{margin-top:30px;padding-top:25px;border-top:1px solid #dce7f5}
.dashboard-showcase-title{margin:0;color:#172747;font:700 clamp(19px,2.3vw,26px)/1.2 var(--display);letter-spacing:-.03em}
.dashboard-showcase-caption{margin:6px 0 17px;color:#64748b;font-size:13px}
.dashboard-showcase .dashboard{width:100%;max-width:980px;margin:0 auto;grid-template-columns:160px minmax(0,1fr);transform:none;box-shadow:0 20px 50px #2165c022}
.dashboard-showcase .dashboard aside{font-size:11px;padding:20px 16px;gap:10px}
.dashboard-showcase .dashboard aside a{padding:8px}
.dashboard-showcase .dashboard .dash-logo{width:100px;margin-bottom:12px}
.dashboard-showcase .dash-main{min-height:310px;padding:23px 24px}
.dashboard-showcase .dash-top h3{font-size:19px}
.dashboard-showcase .dash-top p{font-size:12px}
.dashboard-showcase .live{font-size:11px}
.dashboard-showcase .metrics{gap:10px;margin:20px 0}
.dashboard-showcase .metrics div{padding:11px}
.dashboard-showcase .metrics b{font-size:21px}
.dashboard-showcase .metrics small{font-size:10px}
.dashboard-showcase .dash-main h4{font-size:13px;margin-bottom:10px}
.dashboard-showcase .activity{gap:9px;font-size:11px;padding-right:155px}
.dashboard-showcase .activity time{font-size:10px}
.dashboard-showcase .assistant{width:145px;font-size:9px;padding:9px}
.dashboard-demo{position:relative;isolation:isolate;overflow:hidden}
.dashboard-demo:after{content:'';position:absolute;z-index:2;inset:0 auto 0 -42%;width:24%;pointer-events:none;background:linear-gradient(100deg,transparent,#ffffff54,transparent);transform:skewX(-18deg);opacity:0}
.dashboard-demo.dashboard-animate:after{animation:dashboard-sheen 5.5s ease-in-out infinite}
.dashboard-demo .metrics b{display:inline-block;min-width:1ch;transition:color .3s}
.dashboard-demo.dashboard-animate .metrics div:nth-child(1) b{animation:metric-pop .55s .2s both}
.dashboard-demo.dashboard-animate .metrics div:nth-child(2) b{animation:metric-pop .55s .45s both}
.dashboard-demo .activity li{display:flex;align-items:center;gap:7px;transition:color .35s}
.dashboard-demo .activity li time{margin-left:auto}
.dashboard-demo .activity-status{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#f04438;box-shadow:0 0 0 0 #f0443833;transition:background-color .35s,box-shadow .35s,transform .35s}
.dashboard-demo .activity li[data-status=working] .activity-status{background:#f79009;box-shadow:0 0 0 3px #f7900922;transform:scale(1.08)}
.dashboard-demo .activity li[data-status=done] .activity-status{background:#12b76a;box-shadow:0 0 0 3px #12b76a1c}
.dashboard-demo .activity li[data-status=waiting] .activity-label{color:#b54740}
.dashboard-demo .activity li[data-status=working] .activity-label{color:#9a6700}
.dashboard-demo .activity li[data-status=done] .activity-label{color:#16834f}
@keyframes metric-pop{0%{transform:translateY(4px);opacity:.45}100%{transform:translateY(0);opacity:1}}
@keyframes dashboard-sheen{0%,25%{left:-42%;opacity:0}32%{opacity:1}48%,100%{left:125%;opacity:0}}
@media(prefers-reduced-motion:reduce){.dashboard-demo.dashboard-animate:after,.dashboard-demo.dashboard-animate .metrics b{animation:none!important}.dashboard-demo .activity-status,.dashboard-demo .activity li{transition:none}}
@media(max-width:700px){.dashboard-showcase .dashboard{grid-template-columns:78px minmax(0,1fr)}.dashboard-showcase .dashboard aside{font-size:8px;padding:12px 8px;gap:7px}.dashboard-showcase .dashboard aside a{padding:5px 4px}.dashboard-showcase .dashboard .dash-logo{width:60px}.dashboard-showcase .dash-main{padding:15px 12px;min-height:275px}.dashboard-showcase .dash-top h3{font-size:15px}.dashboard-showcase .dash-top p{font-size:9px}.dashboard-showcase .metrics{gap:5px;margin:14px 0}.dashboard-showcase .metrics div{padding:7px}.dashboard-showcase .metrics b{font-size:16px}.dashboard-showcase .metrics small{font-size:8px}.dashboard-showcase .activity{font-size:9px;padding-right:0;gap:7px}.dashboard-showcase .activity time{font-size:8px}.dashboard-showcase .assistant{position:relative;inset:auto;width:100%;margin-top:12px}.dashboard-showcase .dash-main{min-height:0}}
@media(max-width:900px){.product-socials{order:4;width:auto;justify-content:flex-start}}
