.use-case-page{--uc-orange: var(--brand-orange);--uc-ink: var(--charcoal-900);--uc-body: var(--charcoal-700);--uc-muted: var(--charcoal-500);--uc-faint: var(--charcoal-300);--uc-line: var(--bg-warm-gray);--uc-orange-tint: var(--brand-orange-tint);--uc-orange-soft: var(--brand-orange-soft);--uc-negative-fg: var(--charcoal-500);--uc-negative-bg: var(--charcoal-100);--uc-card-radius: .6rem;--uc-card-shadow: 0 2px 6px -2px rgba(43, 43, 43, .14);overflow-x:clip}.uc-sechead{max-width:760px;margin-left:auto;margin-right:auto}.uc-sechead .text-eyebrow{margin-bottom:.75rem}.uc-sechead .heading-h2{margin-bottom:1rem}.uc-sechead .uc-costchip{margin-top:1rem}.uc-hero-art{display:flex;align-items:center;justify-content:center}.uc-cluster{position:relative;width:28rem;max-width:100%;height:20rem;font-family:Poppins,sans-serif}.uc-scan{position:absolute;top:0;left:0;width:15rem;z-index:1}.uc-scan__body{padding:1rem}.uc-scan .mockup-scan{height:9rem}.uc-scan__badge{position:absolute;color:var(--charcoal-500);width:2.875rem;height:2.875rem}.uc-lead2{position:absolute;top:5rem;right:0;width:16.5rem;z-index:3;padding:1.125rem 1.25rem}.uc-lead2__head{display:flex;align-items:center;gap:.75rem}.uc-lead2__avatar{display:flex;flex:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--brand-orange-tint);color:var(--mockup-accent-fg);font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.9375rem}.uc-fit{margin-top:1.125rem}.uc-fit__top{display:flex;justify-content:space-between;align-items:baseline;font-size:.75rem;color:var(--charcoal-500);margin-bottom:.45rem}.uc-fit__score{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.9375rem;color:var(--charcoal-900)}.uc-fit__track{height:.4rem;border-radius:9999px;background:var(--bg-warm-gray);overflow:hidden}.uc-fit__bar{height:100%;width:97%;border-radius:9999px;background:var(--brand-orange)}.uc-verify{position:absolute;top:15.5rem;right:1.5rem;z-index:4}.uc-verify>.mockup-ico:first-child{color:var(--charcoal-300)}.uc-flow{position:relative;margin-top:.5rem}.uc-flow__steps{display:grid;grid-template-columns:repeat(var(--uc-cols, 5),1fr);gap:1rem;position:relative;z-index:1}.uc-step{background:#fff;border:1px solid var(--uc-line);border-radius:var(--uc-card-radius);box-shadow:var(--uc-card-shadow);padding:1.4rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.55rem;min-height:100%}.uc-step__num{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.02em}.uc-step__ico{width:2.5rem;height:2.5rem;border-radius:.7rem;display:grid;place-items:center}.uc-step__ico svg,.uc-fmt__ico svg,.uc-callout__ico svg{width:20px;height:20px}.uc-step__label{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:1.0625rem;color:var(--uc-ink);line-height:1.2}.uc-step__detail{font-size:.875rem;line-height:1.5;color:var(--uc-body)}.uc-step__chip{align-self:flex-start;margin-top:auto;font-family:Bricolage Grotesque,sans-serif;font-size:.72rem;font-weight:600;padding:.25rem .6rem;border-radius:99px;letter-spacing:.01em}.uc-flow--dense .uc-flow__steps{gap:.6rem}.uc-flow--dense .uc-step{padding:1.1rem .85rem 1.2rem;gap:.4rem}.uc-flow--dense .uc-step__ico{width:2.1rem;height:2.1rem;border-radius:.55rem}.uc-flow--dense .uc-step__ico svg{width:17px;height:17px}.uc-flow--dense .uc-step__label{font-size:.9rem}.uc-flow--dense .uc-step__detail{font-size:.78rem;line-height:1.4}.uc-flow--dense .uc-flow__line{top:54px}.uc-flow__line{position:absolute;top:62px;left:9%;right:9%;height:2px;z-index:0}.uc-flow--broken .uc-step{background:var(--bg-off-white);box-shadow:none}.uc-flow--broken .uc-step__num{color:var(--uc-faint)}.uc-flow--broken .uc-step__ico,.uc-flow--broken .uc-step__chip{background:var(--uc-negative-bg);color:var(--uc-negative-fg)}.uc-flow--broken .uc-flow__line{background:repeating-linear-gradient(90deg,var(--uc-faint) 0 6px,transparent 6px 12px);opacity:.55}.uc-flow--fixed .uc-step{transition:transform .2s ease,box-shadow .2s ease}.uc-flow--fixed .uc-step:hover{transform:translateY(-3px);box-shadow:0 2px 6px -2px #2b2b2b24,0 20px 44px -24px #f2673473}.uc-flow--fixed .uc-step__num{color:var(--uc-orange)}.uc-flow--fixed .uc-step__ico,.uc-flow--fixed .uc-step__chip{background:var(--brand-orange-tint);color:var(--brand-orange)}.uc-flow--fixed .uc-flow__line{background:var(--uc-orange-soft);border-radius:2px;overflow:hidden}.uc-flow--fixed .uc-flow__line:after{content:"";position:absolute;top:0;left:0;height:100%;width:26%;background:linear-gradient(90deg,transparent,var(--uc-orange),transparent);box-shadow:0 0 10px 1px #f2673499;animation:uc-flow-beam 2.8s linear infinite}@keyframes uc-flow-beam{0%{transform:translate(-120%)}to{transform:translate(500%)}}.uc-icp-inline{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--uc-line);border-radius:99px;padding:.3rem .55rem .3rem .5rem;font-size:.72rem;color:var(--uc-muted);align-self:flex-start}.uc-icp-badge{display:inline-flex;align-items:baseline;gap:.2rem;background:var(--uc-orange);color:#fff;border-radius:99px;padding:.1rem .45rem;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.66rem}.uc-icp-badge span{font-size:.58rem;font-weight:600;opacity:.85;text-transform:uppercase;letter-spacing:.04em}.uc-formats{display:grid;grid-template-columns:repeat(var(--uc-fmt-cols, 5),1fr);gap:1rem}.uc-fmt{background:#fff;border:1px solid var(--uc-line);border-radius:var(--uc-card-radius);padding:1.2rem 1.1rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s ease,box-shadow .2s ease}.uc-fmt:hover{border-color:var(--uc-orange-soft);box-shadow:var(--uc-card-shadow)}.uc-fmt__ico{width:2.5rem;height:2.5rem;border-radius:.7rem;background:var(--brand-orange-tint);color:var(--brand-orange);display:grid;place-items:center}.uc-fmt__label{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:.95rem;color:var(--uc-ink)}.uc-fmt__detail{font-size:.8125rem;line-height:1.45;color:var(--uc-muted)}.uc-callout{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;background:var(--uc-orange-tint);border:1px solid var(--uc-orange-soft);border-radius:var(--uc-card-radius);padding:1.15rem 1.35rem;max-width:720px;margin-left:auto;margin-right:auto}.uc-callout__ico{width:2.5rem;height:2.5rem;border-radius:.7rem;background:#fff;color:var(--brand-orange);display:grid;place-items:center;box-shadow:0 1px 2px #2b2b2b0f}.uc-callout__img{width:26px;height:26px;display:block}.uc-callout__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-orange);margin-bottom:.4rem}.uc-callout__tag{font-size:.7rem;font-weight:600;color:var(--uc-muted);background:#fff;border:1px solid var(--uc-line);border-radius:99px;padding:.12rem .5rem;text-transform:none;letter-spacing:0}.uc-callout__text{color:var(--uc-body);font-size:1rem;line-height:1.6;margin:0}.uc-callout--pill{display:block;text-align:center}.uc-callout--pill .product-label-pill{display:inline-flex;margin-bottom:.9rem}.uc-callout--muted{background:var(--bg-warm-gray);border-color:var(--uc-line)}.uc-callout--muted .uc-callout__ico,.uc-callout--muted .uc-callout__eyebrow{color:var(--uc-negative-fg)}.uc-stat-row{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.uc-stat-row .uc-stat,.uc-stat-row .uc-callout{width:100%;max-width:620px}.uc-stat{display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:.9rem;padding:2rem 1.75rem;border:1px solid var(--uc-line)}.uc-stat__value{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:4.25rem;line-height:1;letter-spacing:-.02em}.uc-stat__label{font-size:1.0625rem;color:var(--uc-body);max-width:32ch;margin-top:.5rem}.uc-stat__source{font-size:.78rem;color:var(--uc-faint);margin-top:.55rem;letter-spacing:.02em}.uc-stat--negative{background:var(--bg-warm-gray)}.uc-stat--negative .uc-stat__value{color:var(--uc-negative-fg)}.uc-stat--positive{background:var(--uc-orange-tint);border-color:var(--uc-orange-soft);border-radius:var(--uc-card-radius)}.uc-stat--positive .uc-stat__value{color:var(--uc-orange)}.uc-costchip{display:inline-flex;align-items:center;gap:.45rem;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:.875rem;color:var(--uc-negative-fg);background:var(--uc-negative-bg);border-radius:99px;padding:.45rem .9rem}.uc-ownphone{text-align:center;color:var(--uc-body);font-size:1.0625rem;line-height:1.6;max-width:720px;margin-left:auto;margin-right:auto}.uc-speed{font-size:1.0625rem;color:var(--uc-body);text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.uc-speed s{color:var(--uc-faint);text-decoration-thickness:2px}.uc-speed b{color:var(--uc-orange);font-weight:700}.uc-trustcards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.uc-trustcard{background:#fff;border:1px solid var(--uc-line);border-radius:var(--uc-card-radius);padding:1.6rem 1.5rem;text-align:center;box-shadow:var(--uc-card-shadow);display:flex;flex-direction:column;align-items:center;gap:.4rem}.uc-trustcard__value{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:2.5rem;line-height:1;color:var(--uc-ink)}.uc-trustcard__label{font-size:.9375rem;color:var(--uc-muted);max-width:26ch}.uc-soc2line{max-width:680px;margin:0 auto;text-align:center;color:var(--uc-body);font-size:.95rem;line-height:1.6}.uc-benchmark{max-width:620px;margin:0 auto;text-align:center;border-top:1px solid var(--uc-line);padding-top:1.5rem}.uc-benchmark__eyebrow{display:block;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--uc-faint);margin-bottom:.4rem}.uc-benchmark__text{color:var(--uc-muted);font-size:.9375rem;line-height:1.55;margin:0}.uc-benchmark__src{color:var(--uc-faint)}.uc-cta-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem;margin:.25rem 0 1.25rem}.uc-cta-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;border-radius:99px;border:1px solid rgba(255,255,255,.3);color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:.875rem}.uc-cta-chip svg{color:#fff;flex:none}.uc-cta-secondary{margin-top:1rem}.uc-cta-secondary a{color:#fff;text-decoration:underline;font-weight:600}.ha-cluster{font-family:Poppins,sans-serif}.ha-rsvp{position:absolute;top:0;left:0;width:14.5rem;z-index:1}.ha-rsvp__body{padding:.9rem 1rem 1.05rem;display:flex;flex-direction:column;gap:.6rem}.ha-rsvp__brandbar{height:2.5rem;border-radius:8px;display:flex;align-items:center;padding:0 .75rem;background:linear-gradient(120deg,var(--brand-orange),#f59e7a)}.ha-rsvp__brandbar span{color:#fff;font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.78rem}.ha-rsvp__line{height:.5rem;border-radius:99px;background:var(--bg-warm-gray)}.ha-rsvp__line--short{width:62%}.ha-rsvp__foot{display:flex;align-items:center;justify-content:space-between;margin-top:.15rem}.ha-rsvp__cta{background:var(--brand-orange);color:#fff;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:.72rem;padding:.35rem .85rem;border-radius:99px}.ha-rsvp__avatars{display:flex}.ha-rsvp__avatars span{width:1.3rem;height:1.3rem;border-radius:99px;background:var(--brand-orange-tint);border:2px solid #fff;margin-left:-.45rem}.ha-rsvp__avatars span:first-child{margin-left:0}.ha-checkin{position:absolute;top:6.75rem;right:0;width:16rem;z-index:3;padding:1.05rem 1.15rem}.ha-checkin__head{display:flex;align-items:center;gap:.7rem}.ha-checkin__avatar{display:flex;flex:none;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:99px;background:var(--brand-orange-tint);color:var(--mockup-accent-fg);font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.9rem}.ha-checkin__row{display:flex;align-items:center;gap:.5rem;margin-top:.85rem;padding-top:.8rem;border-top:1px solid var(--bg-warm-gray);font-size:.8rem;color:var(--charcoal-700)}.ha-checkin__row svg{color:var(--brand-orange);flex:none}.ha-sync{position:absolute;top:16.75rem;right:1.5rem;z-index:4}.ha-sync>svg:first-child{color:var(--charcoal-300)}.ha-emphasis{width:100%;max-width:760px;margin:0 auto;text-align:center;background:var(--uc-orange-tint);border:1px solid var(--uc-orange-soft);border-radius:var(--uc-card-radius);padding:1.75rem 1.75rem 1.85rem}.ha-emphasis__flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.6rem;margin-bottom:1.1rem}.ha-emphasis__node{display:inline-flex;align-items:center;gap:.45rem;background:#fff;border:1px solid var(--uc-orange-soft);border-radius:99px;padding:.4rem .9rem;font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:.85rem;color:var(--uc-ink)}.ha-emphasis__node svg{color:var(--brand-orange);flex:none}.ha-emphasis__node--lead{background:var(--brand-orange);border-color:var(--brand-orange);color:#fff}.ha-emphasis__node--lead svg{color:#fff}.ha-emphasis__arrow{color:var(--brand-orange);flex:none}.ha-emphasis__text{font-size:1.0625rem;line-height:1.6;color:var(--uc-body);margin:0}.ha-emphasis__text b{color:var(--uc-ink);font-weight:700}.ha-tree{width:100%;max-width:1000px;margin:0 auto;padding:1.25rem;border:1px solid var(--uc-line);border-radius:.9rem;background:var(--bg-off-white);box-shadow:var(--uc-card-shadow)}.ha-tree__head{display:flex;align-items:center;gap:.85rem;padding:.4rem .6rem 1.1rem}.ha-tree__head-ico{width:2.6rem;height:2.6rem;border-radius:.7rem;background:var(--brand-orange-tint);color:var(--brand-orange);display:grid;place-items:center;flex:none}.ha-tree__head-ico svg{width:20px;height:20px}.ha-tree__title{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:1.05rem;color:var(--uc-ink);line-height:1.2}.ha-tree__meta{font-size:.8rem;color:var(--uc-muted);margin-top:.2rem}.ha-tree__meta b{color:var(--brand-orange);font-weight:700}.ha-tree__kids{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}.ha-tree__card{background:#fff;border:1px solid var(--uc-line);border-radius:var(--uc-card-radius);padding:1rem .95rem 1.05rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--uc-card-shadow)}.ha-tree__card-ico{width:2.1rem;height:2.1rem;border-radius:.55rem;background:var(--brand-orange-tint);color:var(--brand-orange);display:grid;place-items:center}.ha-tree__card-ico svg{width:17px;height:17px}.ha-tree__name{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:.92rem;color:var(--uc-ink);line-height:1.2}.ha-tree__count{font-size:.8rem;color:var(--uc-muted)}.ha-tree__count b{font-family:Bricolage Grotesque,sans-serif;color:var(--uc-ink);font-weight:700}.ha-tree__spark{margin-top:auto;display:block;width:100%;height:18px;color:var(--brand-orange);opacity:.65}.ha-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.ha-stats .uc-stat{width:100%}.use-case-page .uc-pin-section{overflow:visible}.use-case-page .ws{position:relative}.ws__inner{position:relative;max-width:1080px;margin:0 auto}.ws__stage{position:relative}.ws__row{display:grid;grid-template-columns:1.05fr 1fr;gap:3.5rem;align-items:center}.ws__row+.ws__row{margin-top:4.5rem}.ws__meta{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}.ws__meta-ico{width:2.4rem;height:2.4rem;border-radius:.7rem;background:var(--brand-orange-tint);color:var(--brand-orange);display:grid;place-items:center;flex:none}.ws__meta-num{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;color:var(--uc-orange)}.ws__meta-num span{color:var(--uc-faint)}.ws__title{font-family:Bricolage Grotesque,sans-serif;font-weight:600;font-size:2rem;line-height:1.14;letter-spacing:-.01em;color:var(--uc-ink);margin:0 0 .7rem;max-width:16ch}.ws__body{font-size:1.0625rem;line-height:1.6;color:var(--uc-body);margin:0;max-width:36ch}.ws__dots{display:flex;align-items:center;gap:.42rem;margin-top:1.6rem}.ws__dot{width:.5rem;height:.5rem;border-radius:99px;background:var(--uc-faint);transition:background .35s ease,width .35s ease}.ws__dot.is-done{background:var(--uc-orange-soft)}.ws__dot.is-active{background:var(--uc-orange);width:1.5rem}.ws__card{display:flex;justify-content:center}.ws__card>*{width:100%;max-width:25rem}.ws-sync{gap:.4rem}.ws-sync__logo{display:inline-block;height:.82rem;aspect-ratio:952 / 341;color:var(--brand-orange)}.ws-sync__logo svg{display:block;width:100%;height:100%}.ws-score{font-family:Bricolage Grotesque,sans-serif;font-weight:700;font-size:2.5rem;line-height:1;letter-spacing:-.02em;color:var(--brand-orange)}.ws-pill{gap:.4rem;padding:.3rem .65rem .3rem .55rem;border-radius:99px;filter:drop-shadow(0 1px 3px rgba(229,229,229,.7))}.ws-pill .product-icon{max-width:1rem;max-height:1rem}.ws-pill .text-label{font-size:.8rem;line-height:1}.ws__rail{display:none}.use-case-page .ws.is-enhanced{height:calc(100vh + var(--ws-steps, 7) * 54vh)}.ws.is-enhanced .ws__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.ws.is-enhanced .ws__inner{width:100%;padding-left:3rem}.ws.is-enhanced .ws__rail{display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:13rem;border-radius:3px;background:var(--uc-line);overflow:hidden}.ws.is-enhanced .ws__rail-fill{position:absolute;inset:0;transform-origin:top;transform:scaleY(0);background:var(--brand-orange);border-radius:3px}.ws.is-enhanced .ws__stage{min-height:30rem}.ws.is-enhanced .ws__row{position:absolute;inset:0;margin:0!important;align-content:center;opacity:0;transform:translateY(16px) scale(.985);pointer-events:none;transition:opacity .55s ease,transform .55s ease}.ws.is-enhanced .ws__row.is-active{opacity:1;transform:none;pointer-events:auto}.ws-caret{display:inline-block;width:1.5px;height:.95em;margin-left:.12em;vertical-align:-.12em;background:var(--brand-orange);animation:ws-caret 1.05s step-end infinite}@keyframes ws-caret{0%,55%{opacity:1}56%,to{opacity:0}}.ws-live{display:inline-block;width:.45rem;height:.45rem;border-radius:99px;background:var(--brand-orange);animation:ws-live 1.8s ease-out infinite}@keyframes ws-live{0%{box-shadow:0 0 #f2673473}70%,to{box-shadow:0 0 0 6px #f2673400}}@media(max-width:991px){.ws__row{grid-template-columns:1fr;gap:1.6rem}.ws__row+.ws__row{margin-top:3rem}.ws__title{font-size:1.6rem;max-width:none}.ws__card{justify-content:flex-start}.ws__card>*{max-width:24rem}}@media(prefers-reduced-motion:reduce){.use-case-page .ws-caret,.use-case-page .ws-live{animation:none}}.use-case-page .uc-flow__steps .reveal-on-scroll:nth-child(1){transition-delay:0ms}.use-case-page .uc-flow__steps .reveal-on-scroll:nth-child(2){transition-delay:80ms}.use-case-page .uc-flow__steps .reveal-on-scroll:nth-child(3){transition-delay:.16s}.use-case-page .uc-flow__steps .reveal-on-scroll:nth-child(4){transition-delay:.24s}.use-case-page .uc-flow__steps .reveal-on-scroll:nth-child(5){transition-delay:.32s}.use-case-page .uc-flow__steps .reveal-on-scroll:nth-child(6){transition-delay:.4s}.use-case-page .uc-flow__steps .reveal-on-scroll:nth-child(7){transition-delay:.48s}@media(prefers-reduced-motion:reduce){.use-case-page .uc-flow--fixed .uc-flow__line:after{animation:none;opacity:0}.use-case-page .reveal-on-scroll{opacity:1!important;transform:none!important;transition:none!important}}main.use-case-page .global-container.light-orange-maxw-1440{padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}@media(max-width:991px){.uc-flow__steps{grid-template-columns:1fr}.uc-flow__line{display:none}.uc-formats{grid-template-columns:repeat(2,1fr)}.uc-trustcards{grid-template-columns:1fr}.uc-stat__value{font-size:3.25rem}}@media(max-width:560px){.uc-callout{grid-template-columns:1fr}.uc-formats{gap:.75rem}}@media(max-width:991px){.ha-tree__kids{grid-template-columns:repeat(2,1fr)}.ha-stats{grid-template-columns:1fr}}@media(max-width:560px){.ha-tree{padding:.9rem}.ha-tree__kids{grid-template-columns:1fr}}
