:root{--navy:#003057;--navy-deep:#00243f;--teal:#009cb5;--teal-dark:#007f94;--background:#f6f8fa;--surface:#fff;--text:#003057;--text-muted:#4d5966;--border:#d9e0e8;--accent:#009cb5;--shadow:0 1px 2px #0030570a, 0 8px 24px #0030570d;--radius:1rem;--header-h:4.25rem;--wrap:72rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);font-feature-settings:"ss01";font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;line-height:1.6}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + .75rem)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--background);margin:0}:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.skip{z-index:30;background:var(--navy);color:#fff;border-radius:.4rem;padding:.55rem .8rem;text-decoration:none;position:absolute;top:-3rem;left:.75rem}.skip:focus{top:.75rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.wrap{width:min(var(--wrap), calc(100% - 2.5rem));margin-inline:auto}@media (width>=720px){.wrap{width:min(var(--wrap), calc(100% - 5rem))}}h1,h2,h3{letter-spacing:-.035em;line-height:1.15}h1{margin:0;font-size:clamp(2.2rem,5.6vw,3.55rem)}h2{margin:0 0 .6rem;font-size:clamp(1.55rem,3.2vw,2.15rem)}h3{margin:0 0 .4rem;font-size:1.05rem}.lede{color:var(--text-muted);max-width:40rem;margin:0;font-size:1.125rem}.kicker{color:var(--teal-dark);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.btn{border:1px solid #0000;border-radius:.55rem;justify-content:center;align-items:center;min-height:2.7rem;padding:.65rem 1.15rem;font-size:.92rem;font-weight:650;text-decoration:none;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}@media (hover:hover){.btn:hover{transform:translateY(-1px)}.card:hover{border-color:#c5d0db}}.btn--primary{background:var(--teal);color:#fff}.btn--primary:hover{background:var(--teal-dark)}.btn--ghost{background:var(--surface);color:var(--navy);border-color:var(--border)}.btn--ghost:hover{border-color:var(--navy)}.btn--on-dark{color:var(--navy);background:#fff}.btn--on-dark:hover{background:#e8f6f8}.actions{flex-wrap:wrap;gap:.7rem;display:flex}.section{padding-block:clamp(3.5rem,8vw,6rem)}.section__intro{max-width:40rem;margin-bottom:2rem}.section__intro p{color:var(--text-muted);margin:.55rem 0 0}.footnote{color:var(--text-muted);max-width:44rem;margin:1.4rem 0 0;font-size:.9rem}.grid{gap:1rem;display:grid}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}@media (width>=700px){.grid--2,.grid--3{grid-template-columns:1fr 1fr}}@media (width>=960px){.grid--3{grid-template-columns:1fr 1fr 1fr}.grid--4{grid-template-columns:1fr 1fr 1fr 1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.35rem 1.4rem}.card p{color:var(--text-muted);margin:0;font-size:.95rem}.card--plain{box-shadow:none}.eyebrow{color:var(--teal-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:inline-block}.site{flex-direction:column;min-height:100vh;display:flex}.site__header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f8fac7;border-bottom:1px solid #0000;transition:background .22s,border-color .22s,box-shadow .22s;position:sticky;top:0}.site__header.is-scrolled{border-bottom-color:var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;box-shadow:0 1px #0030570a}.site__header-row{min-height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.site__brand{align-items:center;text-decoration:none;display:flex}.site__logo{background:#fff;border-radius:.4rem;width:auto;height:2.6rem;padding:.15rem .35rem;display:block}.site__toggle{border:1px solid var(--border);background:var(--surface);width:2.6rem;height:2.6rem;color:var(--navy);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;display:inline-flex}.site__toggle-bars{background:currentColor;width:1.05rem;height:2px;display:block;box-shadow:0 -5px,0 5px}.site__nav{display:none}.site__links,.site__actions{flex-wrap:wrap;align-items:center;gap:.35rem 1rem;display:flex}.site__links a{color:var(--navy);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .18s}.site__links a:hover{color:var(--teal-dark)}.site__nav.is-open{inset:var(--header-h) 0 auto;border-bottom:1px solid var(--border);background:#fff;gap:1rem;padding:1rem 1.25rem 1.25rem;display:grid;position:absolute}.site__nav.is-open .site__links,.site__nav.is-open .site__actions{flex-direction:column;align-items:stretch}.site__nav.is-open .btn{width:100%}@media (width>=1040px){.site__toggle{display:none}.site__nav{align-items:center;gap:1.5rem;display:flex}}.site__main{flex:1}.site__footer{border-top:1px solid var(--border);background:var(--surface);color:var(--text-muted);padding-block:2.25rem 2.5rem}.site__footer-grid{gap:1.5rem;display:grid}@media (width>=720px){.site__footer-grid{grid-template-columns:1.4fr 1fr 1fr;align-items:start}}.site__footer h2{letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:.7rem;font-size:.78rem}.site__footer ul{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.site__footer a{color:var(--navy);font-size:.92rem;text-decoration:none}.site__footer a:hover{color:var(--teal-dark)}.site__footer-brand{gap:.55rem;display:grid}.site__footer-brand img{background:#fff;border-radius:.35rem;justify-self:start;width:auto;height:2.4rem;padding:.1rem .3rem}.site__footer-brand p{max-width:22rem;margin:0;font-size:.92rem}.hero{z-index:1;padding-block:clamp(1.6rem,4vw,3.25rem) 0;position:relative;overflow-x:clip}.hero h1{max-width:18ch;font-size:clamp(1.7rem,4vw,2.7rem)}.hero__grid{gap:1.75rem;display:grid}.hero__copy{gap:.85rem;animation:.55s both hero-in;display:grid}.hero__support{color:var(--navy);margin:0;font-size:1rem;font-weight:600}.hero__trust{flex-wrap:wrap;gap:.45rem 1rem;margin:.15rem 0 0;padding:0;list-style:none;display:flex}.hero__trust li{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero__trust span{color:var(--teal-dark);font-size:.78rem}.hero__visual{animation:.7s .1s both hero-in;position:relative}.hero__float{display:none}.dash{border:1px solid var(--border);box-shadow:var(--shadow);background:#eef2f6;border-radius:1rem;margin:0;padding:.55rem .55rem .7rem}.dash__chrome{align-items:center;gap:.35rem;padding:.15rem .35rem .5rem;display:flex}.dash__dot{background:#c5ced8;border-radius:999px;width:.46rem;height:.46rem}.dash__url{color:var(--text-muted);letter-spacing:.02em;background:#fff;border-radius:999px;flex:1;margin-left:.45rem;padding:.2rem .7rem;font-size:.68rem}.dash__app{background:#f7f9fb;border:1px solid #e3e9ef;border-radius:.7rem;grid-template-columns:5.4rem 1fr;min-height:16.5rem;display:grid;overflow:hidden}.dash__side{background:var(--navy);color:#fff;padding:.7rem .55rem;font-size:.62rem}.dash__brand{letter-spacing:.02em;margin-bottom:.7rem;font-size:.62rem;display:block}.dash__side ul{gap:.28rem;margin:0;padding:0;list-style:none;display:grid}.dash__side li{color:#ffffffb3;border-radius:.3rem;padding:.28rem .35rem}.dash__side li.is-active{color:#fff;background:#ffffff1f}.dash__main{padding:.7rem .75rem .8rem}.dash__head{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.65rem;display:flex}.dash__head p{margin:0;font-size:.78rem;font-weight:700}.dash__head span{color:var(--text-muted);font-size:.62rem}.dash__kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.dash__kpis article{background:#fff;border:1px solid #e6ebf1;border-radius:.5rem;padding:.45rem .5rem}.dash__kpis span{color:var(--text-muted);font-size:.58rem;font-weight:600;display:block}.dash__kpis strong{margin-top:.15rem;font-size:.78rem;display:block}.dash__cols{gap:.45rem;margin-top:.5rem;display:grid}.dash__panel{background:#fff;border:1px solid #e6ebf1;border-radius:.5rem;padding:.5rem .55rem}.dash__panel h3{margin:0 0 .4rem;font-size:.68rem}.dash__panel ul{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.dash__panel li{color:var(--text-muted);gap:.1rem;font-size:.64rem;display:grid}.dash__panel span{color:#8a3b32;background:#f4e8e6;border-radius:999px;width:fit-content;padding:.05rem .35rem;font-size:.55rem;font-weight:700}.dash__panel strong{color:var(--navy);font-size:.68rem}.dash__panel em{font-size:.6rem;font-style:normal}.dash__note{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin:.5rem .15rem 0;font-size:.68rem}@keyframes hero-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width>=760px){.dash__app{grid-template-columns:7rem 1fr;min-height:20rem}.dash__cols{grid-template-columns:1fr 1fr}.dash__side{padding:.85rem .7rem;font-size:.7rem}}@media (width>=1040px){.hero{padding-block:clamp(2rem,4vw,3.5rem) 0}.hero__grid{grid-template-columns:minmax(17rem,.88fr) minmax(22rem,1.12fr);align-items:center;gap:2.25rem}.hero__visual{margin-bottom:-2.5rem;margin-right:clamp(-1.5rem,-6vw,-.5rem)}.hero__float{z-index:2;border:1px solid var(--border);min-width:9.6rem;box-shadow:var(--shadow);background:#fff;border-radius:.75rem;padding:.55rem .7rem;animation:6.5s ease-in-out infinite hero-float;display:grid;position:absolute}.hero__float span{color:var(--text-muted);font-size:.68rem;font-weight:700}.hero__float strong{font-size:.95rem}.hero__float em{color:var(--text-muted);font-size:.62rem;font-style:normal}.hero__float--ventas{animation-delay:.2s;top:12%;left:-1.1rem}.hero__float--cobranzas{animation-delay:.8s;top:-.6rem;right:.4rem}.hero__float--salidas{animation-delay:1.4s;bottom:1.4rem;right:6%}}@media (prefers-reduced-motion:reduce){.hero__copy,.hero__visual,.hero__float{animation:none}}.problems{padding-block:clamp(3.5rem,8vw,6rem)}.problems__intro{max-width:38rem;margin-bottom:2.25rem}.problems__intro h2{max-width:20ch}.problems__intro p{color:var(--text-muted);margin:.7rem 0 0}.problems__mosaic{gap:.85rem;display:grid}.problem{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:1.15rem;gap:1rem;padding:1.35rem 1.4rem 1.45rem;display:grid}.problem h3{margin:0 0 .4rem;font-size:1.15rem}.problem p{color:var(--text-muted);margin:0;font-size:.95rem}.problem__meta{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.problem__index{letter-spacing:.12em;color:var(--text-muted);font-size:.72rem;font-weight:700}.problem__icon{width:1.55rem;height:1.55rem;color:var(--teal-dark)}.problem--lead{background:var(--navy);color:#fff;border-color:#0000;align-content:space-between;min-height:16rem;padding:1.6rem 1.55rem 1.75rem}.problem--lead h3{letter-spacing:-.03em;font-size:clamp(1.35rem,2.4vw,1.7rem)}.problem--lead p,.problem--lead .problem__index{color:#ffffffb8}.problem--lead .problem__icon{color:#7fd4e0}.problem--stack{box-shadow:none;background:#eef7f9;border-color:#d4e8ed}.problem--wide{gap:1rem;display:grid}.problems__bridge{background:var(--navy-deep);color:#fff;border-radius:1.15rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.35rem 1.5rem;text-decoration:none;display:flex}.problems__bridge span{letter-spacing:-.03em;font-size:clamp(1.2rem,2.6vw,1.65rem);font-weight:650;line-height:1.25}.problems__bridge:after{content:"→";color:#7fd4e0;font-size:1.25rem}.problems__bridge:hover{background:#001c33}@media (width>=720px){.problem--wide{grid-template-columns:auto 1fr;align-items:center;gap:1.75rem;padding-block:1.5rem}.problem--wide .problem__meta{flex-direction:column;align-items:flex-start;min-width:4.5rem}}@media (width>=960px){.problems__mosaic{grid-template-rows:auto auto auto;grid-template-columns:1.15fr .85fr;gap:1rem}.problem--lead{grid-row:1/3;min-height:100%}.problem--wide{grid-column:1/-1}}.pillar-map{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.pillar-map li{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);align-content:start;gap:.65rem;padding:1.15rem 1.2rem 1.2rem;display:grid}.pillar-map a:not(.pillar__more){color:inherit;text-decoration:none}.pillar-map strong{letter-spacing:-.03em;margin-top:.25rem;font-size:1.05rem;display:block}.modules{padding-block:clamp(3.5rem,8vw,6rem)}.pillar{padding-block:clamp(2rem,5vw,3.5rem)}.pillar:nth-of-type(odd){background:#fff}.pillar__grid{gap:1.6rem;display:grid}.pillar__copy{align-content:start;gap:.75rem;display:grid}.pillar__copy h3{margin:0;font-size:clamp(1.45rem,2.8vw,2rem)}.pillar__points{color:var(--text-muted);gap:.55rem;margin:.2rem 0 0;padding:0 0 0 1.1rem;font-size:.95rem;display:grid}.pillar__more{width:fit-content;color:var(--teal-dark);font-weight:650;text-decoration:none}.pillar__more:hover{color:var(--navy)}.shot__stage{background:#f7f9fb;border:1px solid #e3e9ef;border-radius:.7rem;min-height:14rem;padding:.75rem}.shot__head{justify-content:space-between;align-items:baseline;margin-bottom:.7rem;display:flex}.shot__head p{margin:0;font-size:.82rem;font-weight:700}.shot__head span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:700}.shot__stage ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.shot__stage li{background:#fff;border:1px solid #e6ebf1;border-radius:.55rem;gap:.1rem;padding:.55rem .65rem;display:grid}.shot__stage li span{color:var(--teal-dark);letter-spacing:.04em;text-transform:uppercase;font-size:.65rem;font-weight:700}.shot__stage li strong{font-size:.88rem}.shot__stage li em{color:var(--text-muted);font-size:.72rem;font-style:normal}.product-area{gap:1rem;display:grid}.product-area h1{max-width:16ch;font-size:clamp(1.7rem,4vw,2.5rem)}.product-area__shot{max-width:36rem;margin-top:1rem}@media (width>=720px){.pillar-map{grid-template-columns:1fr 1fr}}@media (width>=960px){.pillar-map{grid-template-columns:repeat(4,minmax(0,1fr))}.pillar__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:2.5rem}.pillar--flip .pillar__copy{order:2}.pillar--flip .pillar__visual{order:1}}.file360__intro{max-width:40rem;margin-bottom:2rem}.file360__intro h2{max-width:16ch}.file-shot{max-width:46rem}.file-shot__app{background:#f7f9fb;border:1px solid #e3e9ef;border-radius:.7rem;padding:.9rem .95rem 1.05rem}.file-shot__back{color:var(--text-muted);margin:0 0 .7rem;font-size:.72rem}.file-shot__head{flex-wrap:wrap;justify-content:space-between;gap:.7rem 1rem;margin-bottom:.9rem;display:flex}.file-shot__head h3{letter-spacing:-.02em;margin:0;font-size:1.02rem}.file-shot__head p{color:var(--text-muted);margin:.2rem 0 0;font-size:.72rem}.file-shot__actions{flex-wrap:wrap;gap:.4rem;display:flex}.file-shot__actions span{border:1px solid var(--border);background:#fff;border-radius:.4rem;padding:.3rem .58rem;font-size:.68rem;font-weight:650}.file-shot__tabs{border-bottom:1px solid #e3e9ef;flex-wrap:wrap;gap:.1rem;margin-bottom:.9rem;display:flex}.file-shot__tabs button{appearance:none;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:.48rem .58rem;font-size:.74rem;font-weight:600}.file-shot__tabs button.is-active{color:var(--navy);border-bottom-color:var(--navy)}.file-shot__ficha,.file-shot__panel{gap:.7rem;display:grid}.file-shot__card{background:#fff;border:1px solid #e6ebf1;border-radius:.6rem;padding:.75rem .8rem}.file-shot__card h4{margin:0 0 .55rem;font-size:.78rem}.file-shot__card ul{gap:.42rem;margin:0;padding:0;list-style:none;display:grid}.file-shot__card li{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.74rem;display:flex}.file-shot__badge{border-radius:999px;padding:.08rem .4rem;font-size:.6rem;font-weight:700}.file-shot__badge--ok{color:#1b6b3a;background:#d8f3e4}.file-shot__badge--warn{color:#7a5410;background:#f8ebc8}.file-shot__card dl{gap:.45rem 1.1rem;margin:0;display:grid}.file-shot__card dl div{grid-template-columns:5.6rem 1fr;gap:.45rem;font-size:.74rem;display:grid}.file-shot__card dt{color:var(--text-muted)}.file-shot__card dd{margin:0;font-weight:650}.file-shot__rows{gap:.55rem!important}.file-shot__rows li{border:1px solid #eef2f6;border-radius:.5rem;justify-content:space-between;align-items:flex-start;gap:.7rem;padding:.55rem .6rem}.file-shot__rows strong,.file-shot__timeline strong{color:var(--text);font-size:.8rem;display:block}.file-shot__rows p,.file-shot__timeline p{color:var(--text-muted);margin:.15rem 0 0;font-size:.7rem}.file-shot__rows span{color:var(--text-muted);white-space:nowrap;font-size:.68rem;font-weight:650}.file-shot__timeline{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.file360__benefits{gap:.85rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.file360__benefits li{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.25rem}.file360__benefits h3{margin:0 0 .3rem}.file360__benefits p{color:var(--text-muted);margin:0;font-size:.95rem}@media (width>=720px){.file-shot{max-width:none}.file-shot__ficha{grid-template-columns:1.05fr .95fr;align-items:start}.file-shot__card dl{grid-template-columns:1fr 1fr}.file-shot__card dl div{grid-template-columns:1fr;gap:.12rem}.file360__benefits{grid-template-columns:1fr 1fr 1fr}}@media (width>=960px){.file360 .wrap{grid-template-columns:minmax(16rem,.85fr) minmax(24rem,1.15fr);align-items:start;column-gap:2.75rem;display:grid}.file360__intro{grid-column:1;margin-bottom:0}.file-shot{grid-area:1/2/3}.file360__benefits{grid-column:1;grid-template-columns:1fr;margin-top:1.6rem}}.workflow__intro{max-width:36rem;margin-bottom:2rem}.workflow__intro h2{letter-spacing:-.025em;max-width:20ch}.workflow__rail{gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.workflow__step{grid-template-rows:auto auto auto;grid-template-columns:2.35rem 1fr;column-gap:.9rem;padding:0 0 1.45rem .15rem;display:grid;position:relative}.workflow__step:last-child{padding-bottom:0}.workflow__icon{border:1px solid var(--border);width:2.35rem;height:2.35rem;color:var(--teal-dark);z-index:1;background:#fff;border-radius:999px;grid-row:1/4;place-items:center;display:grid;position:relative}.workflow__glyph{width:1.2rem;height:1.2rem}.workflow__step h3{margin:.15rem 0 .2rem;font-size:.98rem}.workflow__step p{color:var(--text-muted);margin:0 0 .4rem;font-size:.86rem}.workflow__state{letter-spacing:.02em;border-radius:999px;justify-self:start;padding:.12rem .5rem;font-size:.64rem;font-weight:700}.workflow__step.is-done .workflow__icon{background:var(--navy);border-color:var(--navy);color:#fff}.workflow__step.is-done .workflow__state{color:#1b6b3a;background:#d8f3e4}.workflow__step.is-now .workflow__icon{border-color:var(--teal);color:var(--teal-dark);background:#e7f7fa;box-shadow:0 0 0 4px #009cb51f}.workflow__step.is-now .workflow__state{color:#7a5410;background:#f8ebc8}.workflow__step.is-next .workflow__icon{color:var(--text-muted)}.workflow__step.is-next .workflow__state{color:var(--text-muted);background:#eef2f6}.workflow__step:not(:last-child):before{content:"";background:#d5dde6;width:1px;position:absolute;top:2.35rem;bottom:0;left:1.3rem}.workflow__close{max-width:34rem;color:var(--navy);letter-spacing:-.02em;margin:1.75rem 0 0;font-size:1.12rem;font-weight:650}.workflow__note{color:var(--text-muted);margin:.45rem 0 0;font-size:.82rem}@media (width>=860px){.workflow__intro{max-width:28rem}.workflow__intro h2{max-width:22ch}.workflow__rail{scrollbar-width:thin;gap:0;padding:.15rem .15rem .5rem;display:flex;overflow-x:auto}.workflow__step{text-align:center;flex-direction:column;flex:7.4rem;align-items:center;min-width:7.2rem;padding:0 .35rem;display:flex}.workflow__icon{grid-row:auto}.workflow__step h3{margin-top:.75rem}.workflow__step p{margin-bottom:.55rem;font-size:.8rem}.workflow__state{justify-self:center;margin-top:auto}.workflow__step:not(:last-child):before{width:auto;height:1px;inset:1.15rem calc(1.25rem - 50%) auto calc(50% + 1.25rem)}}@media (width>=1180px){.workflow__step{flex-basis:0;min-width:0}}.workflow.is-ready .workflow__step,.workflow.is-ready .workflow__close{opacity:0;transform:translateY(10px)}.workflow.is-in .workflow__step{animation:.55s both workflow-in}.workflow.is-in .workflow__step:first-child{animation-delay:40ms}.workflow.is-in .workflow__step:nth-child(2){animation-delay:90ms}.workflow.is-in .workflow__step:nth-child(3){animation-delay:.14s}.workflow.is-in .workflow__step:nth-child(4){animation-delay:.19s}.workflow.is-in .workflow__step:nth-child(5){animation-delay:.24s}.workflow.is-in .workflow__step:nth-child(6){animation-delay:.29s}.workflow.is-in .workflow__step:nth-child(7){animation-delay:.34s}.workflow.is-in .workflow__step:nth-child(8){animation-delay:.39s}.workflow.is-in .workflow__close{animation:.55s .46s both workflow-in}@keyframes workflow-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.workflow .workflow__step,.workflow .workflow__close{opacity:1;animation:none;transform:none}}.ba__intro{max-width:22rem;margin-bottom:2rem}.ba__intro h2{max-width:16ch}.ba__stage{gap:1rem;display:grid}.ba__panel{border-radius:1.15rem;padding:1.25rem 1.2rem 1.35rem}.ba__label{letter-spacing:.12em;text-transform:uppercase;margin:0 0 .9rem;font-size:.72rem;font-weight:700}.ba__panel ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.ba__panel li{margin:0;font-size:.95rem;font-weight:600;line-height:1.35}.ba__panel--before{color:#4a4038;background:#f3eee8;border:1px solid #e4d8cc}.ba__panel--before .ba__label{color:#8a7464}.ba__mess{flex-wrap:wrap;align-items:flex-start;gap:.45rem;min-height:3.4rem;margin-bottom:1rem;display:flex}.ba__mess span{color:#6d5c4e;background:#fffdf8;border:1px dashed #d2c4b6;border-radius:.35rem;padding:.35rem .55rem;font-size:.68rem;font-weight:650;box-shadow:0 1px #4a40380f}.ba__mess span:first-child{transform:rotate(-2.4deg)translateY(.2rem)}.ba__mess span:nth-child(2){transform:rotate(1.8deg)translateY(-.15rem)}.ba__mess span:nth-child(3){transform:rotate(-1.1deg)translate(.35rem,.45rem)}.ba__panel--before ul{gap:.55rem}.ba__panel--before li{color:#5c5148;background:#fffaf4;border:1px solid #e8dccf;border-radius:.45rem;padding:.7rem .85rem;font-weight:550}.ba__panel--before li:nth-child(2){margin-left:.55rem;transform:rotate(.6deg)}.ba__panel--before li:nth-child(3){margin-right:.7rem;transform:rotate(-.7deg)}.ba__panel--before li:nth-child(5){margin-left:.35rem;transform:rotate(.45deg)}.ba__panel--after{background:var(--navy);color:#fff;box-shadow:var(--shadow);border:1px solid #0000}.ba__panel--after .ba__label{color:#8ad4e0}.ba__file{flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;display:flex}.ba__file span{letter-spacing:.02em;background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;padding:.28rem .65rem;font-size:.68rem;font-weight:650}.ba__panel--after ul{gap:.4rem}.ba__panel--after li{border-bottom:1px solid #ffffff1a;grid-template-columns:1.1rem 1fr;align-items:start;gap:.65rem;padding:.62rem .15rem;display:grid}.ba__panel--after li:last-child{border-bottom:0}.ba__panel--after li:before{content:"";background:var(--teal);border-radius:999px;width:.42rem;height:.42rem;margin-top:.42rem}@media (width>=860px){.ba__intro{max-width:20ch}.ba__stage{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.25rem}.ba__panel{grid-template-rows:auto auto 1fr;padding:1.45rem 1.4rem 1.5rem;display:grid}}@media (prefers-reduced-motion:reduce){.ba__mess span,.ba__panel--before li{transform:none}}.auto__intro{max-width:38rem;margin-bottom:1.75rem}.auto__intro h2{max-width:16ch}.auto-shot{max-width:40rem}.auto-shot__app{background:#f7f9fb;border:1px solid #e3e9ef;border-radius:.7rem;padding:.85rem .9rem 1rem}.auto-shot__head{flex-wrap:wrap;justify-content:space-between;gap:.4rem 1rem;margin-bottom:.75rem;display:flex}.auto-shot__head p{margin:0;font-size:.86rem;font-weight:650}.auto-shot__head span{color:var(--text-muted);font-size:.7rem}.auto-shot__card{background:#fff;border:1px solid #e6ebf1;border-radius:.6rem;padding:.75rem .8rem .85rem}.auto-shot__card h3{margin:0 0 .65rem;font-size:.88rem}.auto-shot__card ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.auto-shot__card li{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.4rem .8rem;display:flex}.auto-shot__card li div{gap:.28rem;min-width:0;display:grid}.auto-shot__card p{color:var(--text-muted);margin:0;font-size:.74rem}.auto-shot__card em{color:var(--teal-dark);white-space:nowrap;font-size:.7rem;font-style:normal;font-weight:650}.auto-shot__badge{border-radius:999px;justify-self:start;padding:.08rem .42rem;font-size:.6rem;font-weight:700}.auto-shot__badge--overdue{color:#8a1f1f;background:#f8d7d7}.auto-shot__badge--today{color:#8a4b12;background:#fde4c8}.auto-shot__badge--warn{color:#7a5410;background:#f8ebc8}.auto-shot__badge--soon{color:#1d4f8a;background:#dcebff}.auto__blocks{gap:.85rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.auto__blocks li{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:.95rem 1.1rem}.auto__blocks h3{margin:0 0 .25rem}.auto__lede{color:var(--navy);margin:0 0 .45rem;font-size:.95rem;font-weight:650}.auto__blocks p{color:var(--text-muted);margin:0;font-size:.92rem}.auto__close{color:var(--text-muted);max-width:40rem;margin:1.35rem 0 0;font-size:.9rem}@media (width>=720px){.auto-shot{max-width:none}.auto__blocks{grid-template-columns:1fr 1fr}.auto__blocks li:last-child{grid-column:1/-1}}@media (width>=960px){.auto .wrap{grid-template-columns:minmax(16rem,.95fr) minmax(22rem,1.05fr);align-items:start;column-gap:2.5rem;display:grid}.auto__intro{grid-column:1;margin-bottom:0}.auto-shot{grid-area:1/2/4}.auto__blocks{grid-column:1;grid-template-columns:1fr;margin-top:1.5rem}.auto__blocks li:last-child{grid-column:auto}.auto__close{grid-column:1}}.audience__intro{max-width:38rem;margin-bottom:1.5rem}.audience__intro h2{max-width:16ch}.audience__tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.audience__tabs button{appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font:inherit;text-align:left;cursor:pointer;border-radius:.7rem;flex:calc(50% - .4rem);padding:.7rem .75rem;font-size:.82rem;font-weight:650}.audience__tabs button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.audience__panel{gap:1.25rem;display:grid}.audience__copy .eyebrow:first-child{margin-top:0}.audience__copy .eyebrow{margin:1rem 0 .3rem}.audience__copy p{color:var(--text-muted);margin:0}.audience__benefit{letter-spacing:-.02em;max-width:28ch;font-size:1.15rem;font-weight:650;color:var(--navy)!important}.audience__copy ul{gap:.45rem;margin:1.1rem 0 0;padding:0;list-style:none;display:grid}.audience__copy li{color:var(--text-muted);padding-left:.9rem;font-size:.95rem;position:relative}.audience__copy li:before{content:"";background:var(--teal);border-radius:999px;width:.38rem;height:.38rem;position:absolute;top:.55rem;left:0}@media (width>=860px){.audience__tabs{flex-wrap:nowrap}.audience__tabs button{text-align:center;flex:1 1 0}.audience__panel{grid-template-columns:minmax(16rem,.95fr) minmax(18rem,1.05fr);align-items:start;gap:2.25rem}}.benefits{background:var(--navy);color:#fff;padding-block:clamp(2.75rem,6vw,4.25rem)}.benefits h2{letter-spacing:-.045em;gap:.12rem;max-width:13ch;margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.7rem);line-height:1.05;display:grid}.benefits h2 span:last-child{color:#7fd4e0}.benefits__list{border-top:1px solid #ffffff29;margin:0;padding:0;list-style:none}.benefits__list li{border-bottom:1px solid #ffffff29;gap:.15rem 1rem;padding:.85rem 0;display:grid}.benefits__index{letter-spacing:.14em;color:#7fd4e0;font-size:.68rem;font-weight:700}.benefits h3{letter-spacing:-.03em;text-transform:uppercase;margin:0;font-size:clamp(1.05rem,2vw,1.28rem)}.benefits p{color:#ffffffb3;max-width:36ch;margin:0;font-size:.92rem;line-height:1.35}@media (width>=720px){.benefits__list li{grid-template-columns:2rem minmax(12rem,20ch) minmax(14rem,1fr);align-items:baseline;padding-block:.78rem}.benefits p{max-width:none}}@media (width>=960px){.benefits .wrap{grid-template-columns:minmax(15rem,.8fr) minmax(24rem,1.2fr);align-items:end;gap:3.5rem;display:grid}.benefits h2{margin:0;font-size:clamp(2.1rem,3.4vw,2.85rem)}}.pgallery{content-visibility:auto;contain-intrinsic-size:1px 52rem}.pgallery__intro{max-width:38rem;margin-bottom:1.5rem}.pgallery__intro h2{max-width:16ch}.pgallery__tabs{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.pgallery__tabs button{appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font:inherit;text-align:left;cursor:pointer;border-radius:.7rem;flex:calc(33.333% - .4rem);padding:.65rem .7rem;font-size:.82rem;font-weight:650}.pgallery__tabs button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.pgallery__copy{margin-bottom:1rem}.pgallery__copy h3{margin:0 0 .3rem;font-size:clamp(1.2rem,2vw,1.45rem)}.pgallery__copy p{color:var(--text-muted);max-width:42ch;margin:0}.pgallery__open{appearance:none;text-align:left;cursor:zoom-in;background:0 0;border:0;width:100%;margin:0;padding:0;display:block;position:relative}.pgallery__open>span{z-index:1;background:var(--navy);color:#fff;border-radius:.4rem;padding:.28rem .6rem;font-size:.72rem;font-weight:650;position:absolute;bottom:2.1rem;right:1rem}.gshot{margin:0}.gshot__stage{aspect-ratio:16/10;background:#f7f9fb;border:1px solid #e3e9ef;border-radius:.7rem;min-height:16rem;overflow:auto}.gshot__stage img{object-fit:cover;width:100%;height:100%;display:block}.gshot__app{min-height:100%;padding:.85rem .9rem 1rem}.gshot__back{color:var(--text-muted);margin:0 0 .55rem;font-size:.72rem}.gshot__head{flex-wrap:wrap;justify-content:space-between;gap:.45rem 1rem;margin-bottom:.75rem;display:flex}.gshot__head p{letter-spacing:-.02em;margin:0;font-size:.95rem;font-weight:700}.gshot__head span{color:var(--text-muted);font-size:.72rem}.gshot__actions{gap:.35rem;display:flex}.gshot__actions span{border:1px solid var(--border);background:#fff;border-radius:.35rem;padding:.22rem .5rem;font-size:.65rem;font-weight:650}.gshot__tabs{border-bottom:1px solid #e3e9ef;flex-wrap:wrap;gap:.15rem;margin-bottom:.75rem;display:flex}.gshot__tabs span{color:var(--text-muted);border-bottom:2px solid #0000;padding:.4rem .5rem;font-size:.7rem;font-weight:600}.gshot__tabs span.is-active{color:var(--navy);border-bottom-color:var(--teal)}.gshot__kpis{grid-template-columns:1fr 1fr;gap:.45rem;margin-bottom:.7rem;display:grid}.gshot__kpis article{background:#fff;border:1px solid #e3e9ef;border-radius:.55rem;padding:.5rem .6rem}.gshot__kpis span{color:var(--text-muted);font-size:.65rem;display:block}.gshot__kpis strong{letter-spacing:-.02em;font-size:.92rem}.gshot__card{background:#fff;border:1px solid #e3e9ef;border-radius:.6rem;padding:.7rem .75rem}.gshot__card h4{margin:0 0 .55rem;font-size:.82rem}.gshot__rows,.gshot__checks{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.gshot__rows li{justify-content:space-between;align-items:start;gap:.6rem;display:flex}.gshot__rows strong,.gshot__checks li{font-size:.78rem;font-weight:650}.gshot__rows p{color:var(--text-muted);margin:.15rem 0 0;font-size:.68rem}.gshot__rows span{color:var(--text-muted);white-space:nowrap;font-size:.68rem;font-weight:650}.gshot__checks li{align-items:center;gap:.45rem;font-weight:500;display:flex}.gshot__checks em{border-radius:999px;padding:.12rem .4rem;font-size:.62rem;font-style:normal;font-weight:700}.gshot__checks em.is-ok{color:#1f6b3c;background:#e7f6ee}.gshot__checks em.is-warn{color:#8a5a12;background:#fff4d6}.gshot__facts{grid-template-columns:1fr 1fr;gap:.45rem .8rem;margin:0 0 .7rem;display:grid}.gshot__facts dt{color:var(--text-muted);font-size:.65rem}.gshot__facts dd{margin:.1rem 0 0;font-size:.8rem;font-weight:650}.gshot__split{gap:.55rem;display:grid}.gshot__totals{color:var(--text-muted);margin:0 0 .55rem;font-size:.7rem}.gshot__table{background:#fff;border:1px solid #e3e9ef;border-radius:.55rem;overflow:hidden}.gshot__tr{grid-template-columns:.9fr 1.2fr .9fr .8fr;gap:.4rem;padding:.45rem .6rem;font-size:.7rem;display:grid}.gshot__tr--head{color:var(--text-muted);background:#f0f4f8;font-weight:700}.gshot.is-expanded .gshot__stage{aspect-ratio:16/9;min-height:22rem}.pgallery__lightbox{z-index:40;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.pgallery__backdrop{appearance:none;color:#0000;background:#00243fb8;border:0;position:absolute;inset:0}.pgallery__lightbox-card{z-index:1;background:#eef2f6;border-radius:1rem;width:min(68rem,100%);max-height:calc(100vh - 2.5rem);padding:.7rem .7rem .85rem;position:relative;overflow:auto}.pgallery__lightbox-bar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.55rem;display:flex}.pgallery__lightbox-bar h3{margin:0}.pgallery__lightbox-bar button{appearance:none;border:1px solid var(--border);font:inherit;cursor:pointer;background:#fff;border-radius:.45rem;padding:.4rem .7rem;font-size:.85rem;font-weight:650}@media (width>=720px){.pgallery__tabs button{text-align:center;flex:1 1 0}.gshot__kpis{grid-template-columns:repeat(4,1fr)}.gshot__split{grid-template-columns:1.1fr .9fr}}@media (width>=960px){.pgallery__panel{max-width:58rem}}.quotes__intro{max-width:22rem;margin-bottom:1.75rem}.quotes__intro h2{max-width:16ch}.client-logos{flex-wrap:wrap;align-items:center;gap:1.25rem 1.75rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.client-logos img{object-fit:contain;width:auto;height:2.4rem;display:block}.quotes__list{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.quotes__list blockquote{margin:0}.quotes__list blockquote p{letter-spacing:-.03em;color:var(--navy);margin:0;font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:650;line-height:1.3}.quotes__list footer{align-items:center;gap:.7rem;margin-top:1rem;display:flex}.quotes__list footer img{object-fit:contain;width:2.5rem;height:2.5rem}.quotes__list cite{font-style:normal;display:grid}.quotes__list cite strong{font-size:.92rem}.quotes__list cite span{color:var(--text-muted);font-size:.85rem}.quotes__list li.is-featured blockquote p{font-size:clamp(1.45rem,3vw,2.05rem)}@media (width>=800px){.quotes__list{grid-template-columns:1fr 1fr}.quotes__list li.is-featured,.quotes__list li:first-child:last-child,.quotes__list li:first-child:nth-last-child(3){grid-column:1/-1}}.frame{background:var(--navy-deep);box-shadow:var(--shadow);border-radius:1.15rem;padding:.7rem .7rem 1rem}.frame__bar{align-items:center;gap:.35rem;padding:.15rem .35rem .65rem;display:flex}.frame__dot{background:#ffffff38;border-radius:999px;width:.48rem;height:.48rem}.frame__stage{color:#fff;text-align:center;background:linear-gradient(#ffffff0f,#0000 40%),#003a66;border-radius:.75rem;place-items:center;min-height:16rem;padding:1.5rem 1.1rem;display:grid}.frame__stage strong{font-size:1.15rem;display:block}.frame__stage span{color:#ffffffb8;max-width:16rem;margin-top:.4rem;font-size:.9rem;display:block}.frame__note{color:#ffffff8c;letter-spacing:.04em;text-transform:uppercase;margin:.7rem .2rem 0;font-size:.72rem}.preview-sec .section__intro h2{letter-spacing:-.02em;max-width:16ch}.preview{gap:1.25rem;display:grid}@media (width>=900px){.preview{grid-template-columns:minmax(0,1.15fr) minmax(16rem,.85fr);align-items:stretch}}.preview__list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.preview__list .card{appearance:none;text-align:left;width:100%;font:inherit;cursor:pointer;grid-template-columns:auto 1fr;align-items:start;gap:.85rem;display:grid}.preview__list .card.is-active{border-color:var(--navy);box-shadow:var(--shadow)}.preview__list .card h3{margin:0 0 .2rem}.preview__list .card p{margin:0}.circuit__step{letter-spacing:.06em;color:var(--teal-dark);padding-top:.2rem;font-size:.75rem;font-weight:750}.gallery{gap:1rem;display:grid}@media (width>=760px){.gallery{grid-template-columns:1fr 1fr}}.faq-sec__intro{max-width:22rem;margin-bottom:1.5rem}.faq{gap:.55rem;display:grid}.faq details{background:var(--surface);border:1px solid var(--border);border-radius:.85rem;padding:.15rem 1.1rem}.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:3.1rem;padding-block:.55rem;font-weight:650;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"";border-right:2px solid var(--teal);border-bottom:2px solid var(--teal);flex:0 0 .55rem;width:.55rem;height:.55rem;transform:rotate(45deg)translateY(-.12rem)}.faq details[open] summary:after{transform:rotate(225deg)translateY(.15rem)}.faq p{color:var(--text-muted);max-width:46rem;margin:0;padding:0 0 .95rem}.faq a{color:var(--teal-dark);font-weight:650}.cta{background:var(--navy);color:#fff;border-radius:1.25rem;gap:1.4rem;padding:clamp(1.8rem,5vw,3rem);display:grid}@media (width>=800px){.cta{grid-template-columns:1.4fr .8fr;align-items:center}}.kicker--on-dark{color:#7fd4e0}.pricing-card{max-width:36rem}.pricing-card__actions{margin-top:1.1rem}.cta h2,.cta p{color:inherit}.cta p{color:#fffc;margin:.65rem 0 0}.cta__aside{justify-items:start;gap:.75rem;display:grid}.band{background:#fff}.band--soft{background:var(--background)}
