/* Shared page rhythm. Section spacing is separate from product UI spacing. */
.home-refresh.spacing-refresh{
  --section-space:128px;
  --feature-space:88px;
  --compact-space:96px;
  --heading-space:56px;
  --closing-space:80px;
}

.home-refresh.spacing-refresh main > .section:where(:not(.hero):not(.statement)),
.home-refresh.spacing-refresh main > #impact.section{
  padding-top:var(--section-space)!important;
  padding-bottom:var(--section-space)!important;
}
.home-refresh.spacing-refresh main > :is(.awards,.joinband){
  padding-top:var(--compact-space)!important;
  padding-bottom:var(--compact-space)!important;
}

/* Consecutive product chapters share a generous interval around the divider. */
.home-refresh.spacing-refresh #platform .bento > .tile{
  padding-top:var(--feature-space)!important;
  padding-bottom:var(--feature-space)!important;
}
.home-refresh.spacing-refresh #deployment .dplan .feature-copy{
  margin-bottom:var(--heading-space)!important;
}

/* Give the logo wall and page introductions a clear transition to content. */
.home-refresh.spacing-refresh .hero:not(.hero--page):not(.hero--stories){
  padding-bottom:64px!important;
}
.home-refresh.spacing-refresh .hero--page{
  padding-bottom:var(--compact-space)!important;
}
.home-refresh.spacing-refresh .hero--stories{
  padding-bottom:0!important;
}
.home-refresh.spacing-refresh main > .stories{
  padding-top:var(--compact-space)!important;
}
.home-refresh.spacing-refresh .blog-hero{
  padding-bottom:var(--heading-space)!important;
}
.home-refresh.spacing-refresh main > .blogfeat{
  padding-top:24px!important;
  padding-bottom:var(--compact-space)!important;
}

.home-refresh.spacing-refresh :is(.invest__head,.roles__head,.posts__head){
  margin-bottom:var(--heading-space);
}
.home-refresh.spacing-refresh .people__grid{
  margin-top:var(--heading-space);
}
.home-refresh.spacing-refresh .roles__group + .roles__group{
  margin-top:var(--heading-space);
}
.home-refresh.spacing-refresh .stories__more{
  margin-top:var(--feature-space)!important;
}

/* The closing invitation has its own space before the footer. */
.home-refresh.spacing-refresh .ctaband{
  padding-top:var(--compact-space)!important;
  padding-bottom:var(--compact-space)!important;
}
.home-refresh.spacing-refresh .ctacard{
  padding-top:var(--closing-space)!important;
  padding-bottom:var(--closing-space)!important;
}

@media(max-width:1199.98px){
  .home-refresh.spacing-refresh{
    --section-space:104px;
    --feature-space:72px;
    --compact-space:88px;
    --heading-space:48px;
    --closing-space:72px;
  }
}
@media(max-width:809.98px){
  .home-refresh.spacing-refresh{
    --section-space:80px;
    --feature-space:56px;
    --compact-space:72px;
    --heading-space:40px;
    --closing-space:64px;
  }
  .home-refresh.spacing-refresh .hero:not(.hero--page):not(.hero--stories){
    padding-bottom:48px!important;
  }
}
@media(max-width:599px){
  .home-refresh.spacing-refresh{
    --section-space:72px;
    --feature-space:48px;
    --compact-space:64px;
    --heading-space:32px;
    --closing-space:56px;
  }
}

/* Reduce the existing grain layers by 30%, preserving their texture. */
.home-refresh.spacing-refresh::after{opacity:.14}
.home-refresh.spacing-refresh .statement::after,
.home-refresh.spacing-refresh .why::after,
.home-refresh.spacing-refresh .footer::after{opacity:.189}
.home-refresh.spacing-refresh .tcard__photo::after{opacity:.35}
.home-refresh.spacing-refresh #platform .tile--wide.stk .stk__stage::after,
.home-refresh.spacing-refresh #platform .tile--wide.stk .stk__stage:has(.cflow)::after,
.home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .segrow--stat::after{opacity:.154!important}
/* Light surfaces share only the page layer; extra grain would stack. */
.home-refresh.spacing-refresh #platform::after,
.home-refresh.spacing-refresh #deployment::after,
.home-refresh.spacing-refresh .platform .tile--flow .viz::after,
.home-refresh.spacing-refresh.platform-page #platform .tile--wide.stk .stk__stage::after{
  content:none!important;display:none!important;background-image:none!important;
}
.home-refresh.spacing-refresh #impact::after{opacity:.189}

/* Keep channel headers aligned when animation reveals each row. */
.home-refresh.spacing-refresh .live.js-convo .lv > .lv__top.is-in{
  display:flex!important;align-items:center;justify-content:space-between;gap:16px;
}
.home-refresh.spacing-refresh .lv__top > b{flex:0 0 auto;white-space:nowrap}
.home-refresh.spacing-refresh .lv__from{min-width:0}

/* Stack captions in one grid cell so their container padding is respected. */
.home-refresh.spacing-refresh .live__say{display:grid!important}
.home-refresh.spacing-refresh .live__say > span{
  position:relative!important;inset:auto!important;grid-area:1 / 1;min-width:0;
}

/* Optical logo sizes, with the same clear gap between every wordmark. */
.home-refresh.spacing-refresh .hero__logos .cwall__track .cwall__cell{
  flex:0 0 auto;width:auto!important;min-width:0;height:88px;
  padding:0 32px!important;display:flex;align-items:center;justify-content:center;
}
.home-refresh.spacing-refresh .hero__logos .cwall__cell img{
  flex:none;width:auto!important;height:var(--logo-height,28px)!important;
  max-width:none!important;max-height:none!important;object-fit:contain;
}
.home-refresh.spacing-refresh .hero__logos img[alt="Clearcover"]{--logo-height:24px}
.home-refresh.spacing-refresh .hero__logos img[alt="BTIS"]{--logo-height:30px}
.home-refresh.spacing-refresh .hero__logos img[alt="First Connect"]{--logo-height:19.8px}
.home-refresh.spacing-refresh .hero__logos img[alt="Hagerty"]{--logo-height:32px}
.home-refresh.spacing-refresh .hero__logos img[alt="Hippo"]{--logo-height:28px}
.home-refresh.spacing-refresh .hero__logos img[alt="ISC"]{--logo-height:28px}
.home-refresh.spacing-refresh .hero__logos img[alt="Foxquilt"]{--logo-height:52px}
@media(max-width:599px){
  .home-refresh.spacing-refresh .hero__logos .cwall__track .cwall__cell{padding:0 24px!important;height:76px}
}
@media(prefers-reduced-motion:reduce){
  .home-refresh.spacing-refresh .hero__logos .cwall__track{flex-wrap:wrap;row-gap:16px}
}

/* MGAs: outcome below the left-hand capabilities, backoffice on the right. */
@media(min-width:810px){
  .home-refresh.spacing-refresh #use-cases .tabs__panel--mgas .seg{
    grid-template-rows:auto auto auto!important;
  }
  .home-refresh.spacing-refresh #use-cases .tabs__panel--mgas .seg__right{display:contents}
  .home-refresh.spacing-refresh #use-cases .tabs__panel--mgas .seg__right > .segrow:not(.segrow--stat){
    grid-column:2;grid-row:1 / 3;
  }
  .home-refresh.spacing-refresh #use-cases .tabs__panel--mgas .segrow--stat{
    grid-column:1!important;grid-row:2!important;align-self:end;margin-top:28px!important;
  }
  .home-refresh.spacing-refresh #use-cases .tabs__panel--mgas .seg__lines{grid-row:3}
}

/* Reserve stable timer width as the call progresses. */
.home-refresh.spacing-refresh .lv__top .js-timer{
  min-width:5ch;margin-left:auto;text-align:right;font-variant-numeric:tabular-nums;
}
/* Inset the caption and conversation consistently on every channel. */
.home-refresh.spacing-refresh.platform-page #platform .tile--conv .live__say{
  padding:16px 20px!important;min-height:52px!important;
}
.home-refresh.spacing-refresh.platform-page #platform .tile--conv .live__viz .lv{
  inset:16px 20px 24px!important;
}

/* Remove the stale navy override from workflow animation cards. */
.home-refresh.spacing-refresh .tile--flow,
.home-refresh.spacing-refresh .tile--flow .ha--flow{
  --green:#007a57;--green-deep:#0f4a38;--accent-ink:#0f4a38;
}

@media(min-width:810px){
  .home-refresh.spacing-refresh #use-cases .tabs__panel--mgas .seg > .segrow:first-child .caps{
    grid-template-rows:auto;flex:0 0 auto;
  }
}
/* Document state is a quiet badge, rather than an outlined button. */
.home-refresh.spacing-refresh.platform-page #platform .tile--wide.stk .stgx__chip{
  display:inline-flex;align-items:center;flex:0 0 auto;
  padding:4px 8px;border:0!important;border-radius:4px;
  background:rgba(102,197,237,.15);color:var(--blue-type)!important;
  font-size:10px;line-height:16px;letter-spacing:.025em;font-weight:500;
}

/* Leave room for the complete conversation above its caption. */
.home-refresh.spacing-refresh.platform-page #platform .tile--conv .live__viz{
  height:320px!important;min-height:320px!important;
}
@media(max-width:599px){
  .home-refresh.spacing-refresh.platform-page #platform .tile--conv .live__viz{
    height:380px!important;min-height:380px!important;
  }
}

/* Sender labels sit above each message and need their own space. */
.home-refresh.spacing-refresh.platform-page .live.js-convo :is(.lv--sms,.lv--chat) .lv__bub.is-in ~ .lv__bub.is-in{
  margin-top:28px!important;
}

/* Handoff hierarchy: quiet status, clear reason, supporting context. */
.home-refresh.spacing-refresh .esc2__hand{padding:24px;gap:20px}
.home-refresh.spacing-refresh .esc2__reason{
  flex-direction:column;align-items:flex-start;gap:10px;
  font-size:20px;line-height:1.35;letter-spacing:-.3px;
}
.home-refresh.spacing-refresh .esc2__why{
  display:inline-flex;align-items:center;gap:6px;
  padding:4px 8px;border:0!important;border-radius:3px;
  background:#efeee9;color:#64665e!important;
  font-size:10px;line-height:16px;font-weight:500;letter-spacing:.05em;
}
.home-refresh.spacing-refresh .esc2__why::before{
  content:"";width:5px;height:5px;border-radius:50%;background:#96988d;
}
.home-refresh.spacing-refresh .esc2__ctx{gap:8px}
.home-refresh.spacing-refresh .esc2__ctx span{
  display:inline-flex;align-items:center;gap:6px;
  border:0;background:#f4f4f0;border-radius:3px;padding:6px 8px;
  font-size:12px;line-height:18px;color:#555b54;
}
.home-refresh.spacing-refresh .esc2__ctx span::before{
  content:"";width:12px;height:14px;flex:0 0 12px;opacity:.55;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14' fill='none' stroke='black'%3E%3Cpath d='M2 1h5l3 3v9H2zM7 1v3h3M4 7h4M4 10h4'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14' fill='none' stroke='black'%3E%3Cpath d='M2 1h5l3 3v9H2zM7 1v3h3M4 7h4M4 10h4'/%3E%3C/svg%3E") center/contain no-repeat;
}
.home-refresh.spacing-refresh .esc2__to{padding-top:20px}
@media(max-width:599px){
  .home-refresh.spacing-refresh .esc2__hand{padding:20px}
  .home-refresh.spacing-refresh .esc2__reason{font-size:19px}
}

/* One quiet eyebrow style across the site, with neutral contrast on dark surfaces. */
.home-refresh.spacing-refresh :is(.kicker,.t-eyebrow,.tcard__kicker){
  color:#73766f!important;font-size:12px!important;font-weight:500!important;
  line-height:1.5!important;letter-spacing:.075em!important;text-transform:uppercase;
}
.home-refresh.spacing-refresh #platform .stk__copy .seg__kicker{color:#73766f!important}
.home-refresh.spacing-refresh :is(#impact,.why,.footer,.tcard__photo) :is(.kicker,.t-eyebrow,.tcard__kicker){color:#b5b9b1!important}
.home-refresh.spacing-refresh :is(.kicker,.tcard__kicker) > i{background:currentColor!important}

/* The voice demo completes the use-case card. */
.home-refresh.spacing-refresh #platform .stk > .call-examples{
  grid-column:1 / -1;width:100%;min-width:0;padding:40px 0 0;margin-top:8px;
  border-top:1px solid rgba(15,74,56,.13);
}
.call-examples__intro{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px}
.call-examples__intro .t-eyebrow{margin:0 0 12px}
.call-examples__intro h3{margin:0;font-size:clamp(24px,2.4vw,32px);line-height:1.2;letter-spacing:-.8px;font-weight:450;color:var(--ink)}
.call-examples__intro > p{max-width:31ch;font-size:15px;line-height:1.6;color:var(--muted);margin:0}
.call-examples__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.call-player{--played:0%;position:relative;min-width:0;overflow:hidden;padding:26px;border:1px solid #204b3d;border-radius:6px;
  background:radial-gradient(ellipse at 50% 50%,#163f31 0%,#092a20 70%);color:#f4f6ef;display:flex;flex-direction:column;
  transition:border-color .35s,box-shadow .35s,transform .35s;
}
.call-player.is-playing{border-color:#8fe3c6;box-shadow:0 0 0 1px #8fe3c640,0 18px 38px -24px #0f4a38;transform:translateY(-3px)}
.call-player__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:25px;font-size:10px;line-height:16px;letter-spacing:.06em;text-transform:uppercase;color:#a2b7ab}
.call-player__number{font-variant-numeric:tabular-nums;opacity:.7}
.call-player__state{display:flex;align-items:center;gap:6px}
.call-player__state i{width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#7a998a}
.call-player.is-playing .call-player__state i{background:#8fe3c6;box-shadow:0 0 10px #8fe3c6}
.call-player h3{color:#f4f6ef;margin:0 0 7px;font-size:20px;line-height:1.3;letter-spacing:-.35px;font-weight:450}
.call-player__description{margin:0;font-size:13px;line-height:1.5;color:#b3c4b9;min-height:39px}
.call-player audio{width:100%;margin-top:20px}
.call-player.is-enhanced audio{display:none}
.call-player__controls:not([hidden]){display:flex;flex-direction:column;gap:22px;margin-top:auto}
.call-player__wave{position:relative;height:70px;width:100%;border-radius:2px}
.call-player__wave-base,.call-player__wave-played{position:absolute;inset:0;pointer-events:none}
.call-player__wave-base{opacity:.38}
.call-player__wave-played{clip-path:inset(0 calc(100% - var(--played)) 0 0)}
.call-player__wave svg{width:100%;height:100%;stroke:#a9e8c3;stroke-width:1.65;stroke-linecap:round}
.call-player__cursor{position:absolute;left:var(--played);top:0;bottom:0;width:1px;background:#d7f4dc;opacity:0;box-shadow:0 0 10px #8fe3c6;pointer-events:none}
.call-player.is-playing .call-player__cursor{opacity:.75}
.call-player__seek{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}
.call-player__wave:focus-within{outline:2px solid #8fe3c6;outline-offset:5px}
.call-player__transport{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid #7eaa902b}
.call-player__toggle{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:9px 16px;border:0;border-radius:24px;background:#dcebd9;color:#123e2b;cursor:pointer;font:inherit;font-size:13px;font-weight:500;transition:background .2s}
.call-player__toggle:hover{background:#b5ebcd}
.call-player__toggle svg{width:16px;height:16px;fill:currentColor}
.call-player__pause,.call-player.is-playing .call-player__play{display:none}
.call-player.is-playing .call-player__pause{display:block}
.call-player__time{white-space:nowrap;color:#e0e9dd;font-size:11px;font-variant-numeric:tabular-nums}
.call-player__time i{font-style:normal;padding:0 3px;color:#7b9785}
.call-player__time > span{color:#9eb5a5}
.call-player__error{font-size:12px;color:#eac9ab;margin:12px 0 0}
.call-player__toggle:focus-visible{outline:2px solid #8fe3c6;outline-offset:4px}
@media(max-width:1199px){.call-player{padding:22px 18px}.call-player h3{font-size:18px}.call-examples__grid{gap:16px}}
@media(max-width:809px){.call-examples__grid{grid-template-columns:1fr}.call-player{padding:24px}.call-player__description{min-height:0}.call-examples__intro{align-items:flex-start;flex-direction:column;gap:16px}.call-examples__intro > p{max-width:100%}.call-player__flow{margin:24px 0}.call-player__wave{height:64px}}
@media(prefers-reduced-motion:reduce){.call-player,.call-player__agent::before{transition:none!important;transform:none!important}.call-player__route i{animation:none!important}}

.home-refresh.spacing-refresh #platform .stk.stk--with-audio{
  display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)!important;
  column-gap:48px!important;row-gap:40px!important;align-items:start;
}
.home-refresh.spacing-refresh #platform .stk--with-audio > .stk__copy,
.home-refresh.spacing-refresh #platform .stk--with-audio > .stk__stage{width:100%!important;min-width:0;max-width:none!important}
.home-refresh.spacing-refresh #platform .stk--with-audio > .stk__stage{height:100%;align-self:stretch}

.call-player__toggle > svg{flex:0 0 16px}
@media(max-width:809px){
  .home-refresh.spacing-refresh #platform .stk.stk--with-audio{grid-template-columns:minmax(0,1fr)!important;row-gap:32px!important}
  .home-refresh.spacing-refresh #platform .stk--with-audio > .stk__stage{height:auto}
}

.call-player__controls:not([hidden]){margin-top:28px}
.call-player__wave{height:96px}
@media(max-width:809px){.call-player__wave{height:88px}}

/* White spans the whole use-case section, rather than a floating card. */
.home-refresh.spacing-refresh #platform .stk.stk--with-audio{
  background:#fff!important;border:0!important;border-radius:0!important;
  box-shadow:0 0 0 100vmax #fff!important;clip-path:inset(0 -100vmax);
  padding-left:0!important;padding-right:0!important;
}

/* A connected, interactive service map. */
.route-map{--route-accent:#007a57;width:100%;color:#192a22;isolation:isolate}
.route-map__toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 36px}
.route-map__toolbar>span,.route-map__overline{font-size:10px;letter-spacing:.11em;color:#797f79;font-weight:500}
.route-map__switch{display:flex;gap:4px;padding:4px;background:#e7eae5;border-radius:24px}
.route-map__switch button{font:inherit;font-size:12px;line-height:18px;border:0;padding:8px 14px;background:transparent;color:#70776f;border-radius:20px;cursor:pointer;transition:background .3s,color .3s,box-shadow .3s}
.route-map__switch button[aria-pressed=true]{background:#fff;color:#174c3a;box-shadow:0 2px 5px #13271a0a}
.route-map__switch button:focus-visible{outline:2px solid #007a57;outline-offset:3px}
.route-map__canvas{display:grid;grid-template-columns:minmax(145px,.8fr) 54px minmax(145px,.8fr) 80px minmax(370px,2.1fr);align-items:center;position:relative;min-height:450px}
.route-map__incoming,.route-map__engine{position:relative;text-align:center;min-width:0}
.route-map__incoming h4,.route-map__engine h4{font-size:22px;font-weight:450;line-height:1.25;letter-spacing:-.65px;margin:22px 0 12px}
.route-map__incoming p,.route-map__engine p{font-size:13px;line-height:1.6;color:#7a8079;margin:0}
.route-map__channels{display:flex;align-items:center;justify-content:center;gap:8px;margin:28px 0 0}
.route-map__channels img{width:34px;height:34px;border:1px solid #d7ded5;border-radius:10px;padding:8px;box-sizing:border-box;opacity:.65}
.route-map__request{display:inline-block;margin-top:24px;padding:9px 12px;background:#fff;border:1px solid #d9ded6;border-radius:5px;font-size:11px;white-space:nowrap;box-shadow:0 4px 12px #183b2110}
.route-map__intake{height:1px;background:#cdd9d0;position:relative;overflow:hidden}
.route-map__intake i{display:block;width:40%;height:100%;background:#00b58a;animation:route-intake 3s ease-in-out infinite;animation-play-state:paused}
.route-map__orb{position:relative;isolation:isolate;display:grid;place-items:center;width:102px;height:102px;margin:28px auto 0;border-radius:28px;background:radial-gradient(ellipse at top left,#1b674b,#073426 75%);border:1px solid #32755b;box-shadow:0 12px 24px -12px #07342680,inset 0 1px 0 #8be5b93d}
.route-map__orb::before,.route-map__orb::after{content:"";position:absolute;inset:-13px;border:1px solid #92bba640;border-radius:40px;z-index:-1}
.route-map__orb::after{inset:-26px;border-radius:52px;border-color:#92bba61c}
.route-map__orb img{width:54px;height:54px;filter:brightness(0) invert(1);opacity:.94}
.route-map__orb i{position:absolute;right:9px;bottom:9px;width:5px;height:5px;border-radius:50%;background:#92ecc8;box-shadow:0 0 10px #8cecc7}
.route-map__branches{height:100%;max-height:450px}
.route-map__branches svg{width:100%;height:100%;overflow:visible}
.route-map__branches path{fill:none;stroke:#cbd8cf;stroke-width:1.2;vector-effect:non-scaling-stroke}
.route-map__branches .route-map__signal{stroke:#00a87d;stroke-width:2;stroke-dasharray:18 82;stroke-dashoffset:100;opacity:0;animation:route-travel 3s ease-in-out infinite;animation-play-state:paused}
.route-map[data-route=resolved] .route-map__signal--resolved,.route-map[data-route=handoff] .route-map__signal--handoff{opacity:1}
.route-map.is-visible .route-map__signal,.route-map.is-visible .route-map__intake i{animation-play-state:running}
.route-map__outcomes{display:grid;gap:24px}
.route-result{padding:22px 24px;border:1px solid #d5ded5;border-radius:8px;background:#ffffffa8;transition:border-color .5s,box-shadow .5s,background .5s;position:relative}
.route-result::before{content:"";position:absolute;left:-4px;top:50%;width:6px;height:6px;border-radius:50%;background:#f4f6ef;border:1px solid #bacdc0;transition:background .4s,box-shadow .4s}
.route-map[data-route=resolved] .route-result--resolved,.route-map[data-route=handoff] .route-result--handoff{border-color:#73bba2;background:#fff;box-shadow:0 12px 32px -18px #175d4140}
.route-map[data-route=resolved] .route-result--resolved::before,.route-map[data-route=handoff] .route-result--handoff::before{background:#00ad7f;box-shadow:0 0 0 4px #00ad7f17;border-color:#00ad7f}
.route-result__top{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.05em;color:#6e7b72}
.route-result__icon{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e8f3ec;color:#007a57;flex-shrink:0;font-size:14px}
.route-result__icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5}
.route-result__status{margin-left:auto;text-transform:none;letter-spacing:0;color:#768479;font-size:10px}
.route-result h4{font-size:20px;line-height:1.3;font-weight:450;letter-spacing:-.4px;margin:18px 0 8px}
.route-result>p{font-size:12px;line-height:1.65;color:#778078;margin:0}
.route-result__foot{border-top:1px solid #e4eae1;padding-top:15px;margin-top:18px;font-size:11px;color:#5a7564;display:flex;gap:7px;align-items:center}
.route-result__check{font-size:13px;color:#00a679}
.route-result__context{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0}
.route-result__context span{font-size:10px;padding:5px 8px;border-radius:3px;background:#eff2ed;color:#727d72}
.route-result__person{display:flex;gap:9px;align-items:center;padding-top:14px;border-top:1px solid #e4eae1}
.route-result__person>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e9eee5;color:#5f7361;font-size:10px}
.route-result__person p{font-size:11px;margin:0;line-height:1.4}.route-result__person small{display:block;font-size:10px;color:#879081}
.route-result__person b{margin-left:auto;font-size:10px;font-weight:400;color:#66866f}
.route-map__note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;color:#7c857a;border-top:1px solid #dfe5da;margin:36px 0 0;padding:22px 0 0;text-align:center}
.route-map__note i{width:5px;height:5px;background:#91b8a0;border-radius:50%;flex-shrink:0}
@keyframes route-travel{0%{stroke-dashoffset:110}70%,100%{stroke-dashoffset:-100}}
@keyframes route-intake{0%{transform:translateX(-110%)}60%,100%{transform:translateX(360%)}}
@media(max-width:1099px){.route-map__canvas{grid-template-columns:minmax(115px,.7fr) 32px minmax(125px,.7fr) 50px minmax(310px,1.8fr)}.route-result{padding:20px 18px}.route-result h4{font-size:18px}.route-map__incoming h4,.route-map__engine h4{font-size:20px}.route-map__orb{width:84px;height:84px;border-radius:24px}.route-map__orb img{width:44px;height:44px}.route-map__request{font-size:10px}}
@media(max-width:809px){
 .route-map__toolbar{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:32px}.route-map__canvas{display:grid;grid-template-columns:1fr 40px 1fr;row-gap:36px;min-height:0}.route-map__incoming{grid-column:1}.route-map__intake{grid-column:2}.route-map__engine{grid-column:3}.route-map__branches{display:none}.route-map__outcomes{grid-column:1/-1;position:relative;padding-left:22px;gap:18px;border-left:1px solid #bbcfc1;margin-left:12px}.route-result::after{content:"";position:absolute;left:-23px;width:19px;top:50%;height:1px;background:#bbcfc1}.route-map__incoming h4,.route-map__engine h4{font-size:19px}.route-map__incoming .route-map__overline,.route-map__engine .route-map__overline{font-size:9px}.route-map__channels{gap:4px}.route-map__channels img{width:28px;height:28px;padding:6px}.route-map__orb{width:70px;height:70px;border-radius:20px}.route-map__orb::before{inset:-8px;border-radius:28px}.route-map__orb::after{inset:-16px;border-radius:36px}.route-map__orb img{width:38px;height:38px}.route-map__request{white-space:normal;margin-top:18px}.route-result__status{font-size:9px}.route-result__top{font-size:9px;gap:6px}.route-map__note{margin-top:26px;line-height:1.6}
}

/* A focused reading rail: light moves only to the active capability. */
.home-refresh.spacing-refresh .scl__item{padding-left:18px;padding-right:16px;transition:background .45s ease}
.home-refresh.spacing-refresh .scl__item.is-active{background:linear-gradient(90deg,#d7efe06b,transparent 85%)}
.home-refresh.spacing-refresh .scl__item.is-active::before{box-shadow:0 0 0 5px #00b58a12,0 0 18px #00b58a32}
.home-refresh.spacing-refresh .scl__ico{border-radius:9px;transition:border-color .45s,background .45s,box-shadow .45s;animation:none!important}
.home-refresh.spacing-refresh .scl__item.is-active .scl__ico{background:#eef6ef;border-color:#77bba3;box-shadow:0 5px 14px -8px #0b5b38}
.home-refresh.spacing-refresh .scl__item.is-active .scl__txt b{color:#0b4d37}
.home-refresh.spacing-refresh .scl::after{background:linear-gradient(#9ec8b4,#00a77b);box-shadow:0 0 6px #00b58a18}

/* Clean mock conversations; the current sentence carries the emphasis. */
.home-refresh.spacing-refresh .live{border-radius:7px;overflow:hidden;box-shadow:0 8px 22px -15px #193c2c55}
.home-refresh.spacing-refresh .js-convo .lv__line{transition:opacity .5s,transform .5s,color .4s!important;font-size:14px;line-height:1.55}
.home-refresh.spacing-refresh .js-convo .lv__line.is-in:not(.is-speaking){color:#848981!important}
.home-refresh.spacing-refresh .js-convo .lv__line.is-speaking{color:#203c2e!important}
.home-refresh.spacing-refresh .js-convo .lv__line--ai.is-speaking{color:#007a57!important}
.home-refresh.spacing-refresh .js-convo .lv__line--ai::before{border-radius:2px;transition:opacity .4s,box-shadow .4s}
.home-refresh.spacing-refresh .js-convo .lv__line--ai:not(.is-speaking)::before{opacity:.2}
.home-refresh.spacing-refresh .js-convo .lv__line--ai.is-speaking::before{box-shadow:0 0 10px #00b58a35}
.home-refresh.spacing-refresh .lv__wave2{height:38px;align-items:center;gap:4px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.home-refresh.spacing-refresh .lv__wave2 i{border-radius:2px}
.home-refresh.spacing-refresh .live__tabs span{transition:color .3s,background .3s!important}
.home-refresh.spacing-refresh .live__tabs span.is-on{background:#e7f1e966}
.home-refresh.spacing-refresh .live__ink{transition:transform .6s cubic-bezier(.22,1,.36,1)!important}
.home-refresh.spacing-refresh .lv__bub{box-shadow:0 3px 8px -7px #1c4d3850}
.home-refresh.spacing-refresh .lv__bub--out{background:#0f4a38!important}
.home-refresh.spacing-refresh .stgx{border-radius:6px;overflow:hidden;box-shadow:0 12px 28px -18px #1c453c66}
.home-refresh.spacing-refresh .stgx__bar{min-height:46px;align-items:center}

/* Clear chart hierarchy, restrained construction lines. */
.home-refresh.spacing-refresh #impact .vm .bp-grid{opacity:.32!important}
.home-refresh.spacing-refresh #impact .vm .bp-data .bp-line{stroke-width:1.8}
.home-refresh.spacing-refresh #impact .vm .bp-data .bp-bar[fill="none"]{stroke:rgba(173,218,194,.42);fill:rgba(143,227,198,.025);stroke-width:.8}
.home-refresh.spacing-refresh #impact .vm .bp-label text{font-variant-numeric:tabular-nums}
.home-refresh.spacing-refresh #impact .vm .bp-label text[fill="#8fe3c6"]{fill:#b2f0d6;font-weight:500}
.home-refresh.spacing-refresh #impact .vm__num{font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.home-refresh.spacing-refresh .bpwrap .trust-blueprint:not(.trust-blueprint--beam){opacity:.82!important}
.home-refresh.spacing-refresh .bpwrap .trust-blueprint--beam{opacity:.35!important}
@media(prefers-reduced-motion:reduce){.route-map *, .route-map *::before,.route-map *::after{animation:none!important;transition:none!important}.route-map__signal{stroke-dasharray:none!important;stroke-dashoffset:0!important}.scl__item,.scl__ico,.live__tabs span,.live__ink{transition:none!important}}
.home-refresh.spacing-refresh #platform .tile .feature-copy .seg__kicker,
.home-refresh.spacing-refresh #platform .tile .stk__copy .seg__kicker{color:#73766f!important}
@media(min-width:810px){
 .route-map__incoming,.route-map__engine{height:450px}
 .route-map__incoming>.route-map__overline,.route-map__engine>.route-map__overline{position:absolute;top:103px;left:0;right:0}
 .route-map__channels{position:absolute;left:0;right:0;top:208px;margin:0}
 .route-map__orb{position:absolute;top:174px;left:50%;transform:translateX(-50%);margin:0}
 .route-map__incoming h4,.route-map__engine h4{position:absolute;left:0;right:0;top:292px;margin:0}
 .route-map__incoming p,.route-map__engine p{position:absolute;left:0;right:0;top:356px}
 .route-map__request{position:absolute;top:148px;left:50%;transform:translateX(-50%);margin:0}
 .route-map__branches{height:450px}
}
@media(min-width:810px) and (max-width:1099px){.route-map__orb{top:183px}}
/* The Platform product chapters share one continuous white background. */
.home-refresh.spacing-refresh.platform-page main > #platform.section{background:#fff!important;padding-top:0!important;padding-bottom:0!important}
.home-refresh.spacing-refresh.platform-page #platform .tile--wide{background:transparent!important}
.home-refresh.spacing-refresh.platform-page #platform .bento{gap:0!important}
.home-refresh.spacing-refresh.platform-page #platform .tile.psc{background:#fff!important;box-shadow:0 0 0 100vmax #fff!important;clip-path:inset(0 -100vmax)}
.home-refresh.spacing-refresh #platform .tile.esc .feature-copy{grid-template-columns:minmax(0,1fr) auto;column-gap:48px;row-gap:0;align-items:end;margin-bottom:38px}
.home-refresh.spacing-refresh #platform .tile.esc .feature-copy .t-eyebrow{grid-column:1;grid-row:1;margin-bottom:12px}
.home-refresh.spacing-refresh #platform .tile.esc .feature-copy .tile__title{grid-column:1;grid-row:2}
.home-refresh.spacing-refresh #platform .tile.esc .feature-description{grid-column:1;grid-row:3;margin:16px 0 0;max-width:58ch;font-size:15px;line-height:1.65}
.home-refresh.spacing-refresh #platform .tile.esc .route-map__switch{grid-column:2;grid-row:1/4;align-self:end;margin-bottom:2px}
.route-map__orb{width:120px;height:120px;top:165px;border-radius:30px}
.route-map__orb img{width:90px;height:auto}
@media(max-width:1099px) and (min-width:810px){.route-map__orb{width:102px;height:102px;top:174px;border-radius:26px}.route-map__orb img{width:80px}}
@media(max-width:809px){
 .home-refresh.spacing-refresh #platform .tile.esc .feature-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:28px}
 .home-refresh.spacing-refresh #platform .tile.esc .route-map__switch{align-self:flex-start;margin-top:24px}
 .route-map__orb{width:84px;height:84px;margin:28px auto 0;border-radius:24px}.route-map__orb img{width:66px}
}
.call-player__speakers{display:flex;justify-content:space-between;gap:12px;margin-top:26px;padding-top:18px;border-top:1px solid #7eaa9020}
.call-player__speakers>[data-speaker]{display:flex;align-items:center;gap:7px;color:#789083;font-size:11px;transition:color .3s}
.call-player__speakers svg,.call-player__speakers img{width:24px;height:24px;box-sizing:border-box;border-radius:50%;padding:4px;border:1px solid #65817250;transition:border-color .3s,box-shadow .3s,opacity .3s}
.call-player__speakers svg{fill:none;stroke:currentColor;stroke-width:1.5}
.call-player__speakers img{filter:brightness(0) invert(1);opacity:.4}
.call-player__speakers i{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:0;transition:opacity .3s}
.call-player__speakers>.is-speaking{color:#c8f4dc}
.call-player__speakers>.is-speaking svg,.call-player__speakers>.is-speaking img{opacity:1;border-color:#90d5b5;box-shadow:0 0 0 4px #8fe3c610,0 0 17px #8fe3c618}
.call-player__speakers>.is-speaking i{opacity:.9}
.call-player__controls:not([hidden]){margin-top:20px}
/* The capability wheel keeps the chapter at a fixed height. */
.home-refresh.spacing-refresh #platform .tile.psc:has(.scale-carousel){display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;align-items:center}
.home-refresh.spacing-refresh #platform .tile.psc:has(.scale-carousel) .feature-copy{position:static;display:block;margin:0;align-self:center}
.home-refresh.spacing-refresh #platform .tile.psc:has(.scale-carousel) .feature-description{margin-top:24px;max-width:45ch}
.scale-carousel{min-width:0;--wheel-row:132px}
.scale-carousel__window{height:calc(var(--wheel-row) * 3);overflow:hidden;mask-image:linear-gradient(transparent,#000 24%,#000 76%,transparent)}
.home-refresh.spacing-refresh .scl.scl--rotator{padding:0;margin:0;will-change:transform}
.home-refresh.spacing-refresh .scl.scl--rotator::before,.home-refresh.spacing-refresh .scl.scl--rotator::after,.home-refresh.spacing-refresh .scl.scl--rotator .scl__item::before{display:none!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{height:var(--wheel-row);box-sizing:border-box;padding:26px 22px!important;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:22px;opacity:.4!important;border-top:1px solid #e4e8e1;transform:none!important;transition:opacity .6s,background .6s!important;background:transparent}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active{opacity:1!important;background:linear-gradient(90deg,#e8f4eb,transparent)}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__ico{width:46px;height:46px}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__txt{padding:0}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__txt b{font-size:20px;line-height:1.3;margin:0}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__txt em{font-size:13px;line-height:1.6;margin-top:9px}
.scale-carousel__controls{display:flex;align-items:center;justify-content:space-between;padding:16px 22px 0;border-top:1px solid #e3e8df}
.scale-carousel__count{font-size:11px;font-variant-numeric:tabular-nums;color:#8a9387;letter-spacing:.08em}
.scale-carousel__controls>div{display:flex;gap:7px}
.scale-carousel__controls button{width:32px;height:32px;display:grid;place-items:center;border:1px solid #dae1d6;background:#fff;color:#53715e;border-radius:50%;font:inherit;font-size:15px;cursor:pointer;transition:border-color .2s,background .2s}
.scale-carousel__controls button:hover{background:#eff5ed;border-color:#a3c2ac}
.scale-carousel__controls button:focus-visible{outline:2px solid #007a57;outline-offset:3px}
@media(max-width:1099px){.home-refresh.spacing-refresh #platform .tile.psc:has(.scale-carousel){gap:40px}.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{gap:16px;padding:24px 16px!important}.home-refresh.spacing-refresh .scl.scl--rotator .scl__txt b{font-size:18px}}
@media(max-width:809px){.home-refresh.spacing-refresh #platform .tile.psc:has(.scale-carousel){grid-template-columns:1fr;gap:32px}.scale-carousel{--wheel-row:138px}.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{grid-template-columns:40px minmax(0,1fr)}.home-refresh.spacing-refresh .scl.scl--rotator .scl__ico{width:40px;height:40px}.home-refresh.spacing-refresh .scl.scl--rotator .scl__txt em{font-size:12px}}
@media(prefers-reduced-motion:reduce){.home-refresh.spacing-refresh .scl.scl--rotator,.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{transition:none!important}}
/* Match the flat geometry of the rest of the site. */
.route-map{padding:28px 20px 16px;box-sizing:border-box}
.route-map__orb{background:#0f4a38;border:0;border-radius:5px;box-shadow:none;width:120px;height:78px;top:186px}
.route-map__orb::before,.route-map__orb::after{display:none}
.route-map__orb img{width:90px;height:auto}
.route-map__channels img{border-radius:4px;box-shadow:none;width:36px;height:36px;padding:8px}
.route-map__incoming h4,.route-map__engine h4{font-size:17px;line-height:1.4;letter-spacing:-.25px;font-weight:450;top:290px}
.route-map__engine p{top:327px;font-size:12px;line-height:1.6}
.route-result{border-radius:4px;box-shadow:none!important;background:#fff!important}
.route-map__note{margin-top:52px;padding-top:32px;border-top:0;color:#7b8177}
.home-refresh.spacing-refresh #platform .tile.esc .feature-copy{margin-bottom:24px}
@media(max-width:1099px) and (min-width:810px){.route-map{padding-left:0;padding-right:0}.route-map__orb{width:112px;height:72px;top:189px}.route-map__orb img{width:86px}}
@media(max-width:809px){.route-map{padding:8px 0 12px}.route-map__orb{width:112px;height:64px;top:auto;margin:0 auto}.route-map__orb img{width:84px}.route-map__incoming,.route-map__engine{height:132px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.route-map__channels{height:64px;margin:0;align-items:center}.route-map__incoming h4,.route-map__engine h4{font-size:15px;margin:17px 0 0}.route-map__engine p{margin-top:6px;font-size:11px}.route-map__intake{align-self:start;margin-top:32px}.route-map__canvas{row-gap:28px}.route-map__note{margin-top:36px;padding-top:12px}}
.call-player{background:radial-gradient(120% 150% at 8% 0%,#0f4a38 0%,#06251c 58%,#06251c 100%);border-color:#285646;border-radius:4px}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__ico{border-radius:4px;box-shadow:none!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active .scl__ico{background:#f1f7f2}
.scale-carousel__controls button{border-radius:4px}
/* Show the work inside Strada, with the same flat window treatment as the product mocks. */
.route-map__canvas{grid-template-columns:minmax(120px,.7fr) 38px minmax(250px,1.35fr) 64px minmax(350px,1.85fr)}
.route-map__engine{display:flex;align-items:center;justify-content:center;text-align:left}
.route-engine{width:100%;border:1px solid #ccd9ce;background:#fff;border-radius:4px;overflow:hidden}
.route-engine__header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e0e6dc;padding:18px;background:#f5f7f2}
.route-engine__header img{display:block;width:88px;height:auto;flex:none}
.route-engine__header>span{font-size:9px;color:#899081;line-height:1.5;max-width:9ch;text-align:right}
.route-engine__steps{list-style:none;margin:0;padding:8px 18px}
.route-engine__steps li{display:flex;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid #e7ebe2;position:relative}
.route-engine__steps li:last-child{border:0}
.route-engine__steps li>span{font-size:10px;font-variant-numeric:tabular-nums;color:#9ca598;width:20px;flex:none}
.route-engine__steps b{display:block;font-size:13px;line-height:1.4;color:#2a4133;font-weight:450}
.route-engine__steps small{display:block;color:#899183;font-size:10px;line-height:1.6;margin-top:4px}
.route-engine__steps li::after{content:"";position:absolute;left:-18px;top:14px;bottom:14px;width:2px;background:#00a87b;opacity:0}
.route-map.is-visible .route-engine__steps li::after{animation:engine-step 6s ease-in-out infinite}
.route-map .route-engine__steps li:nth-child(2)::after{animation-delay:2s}
.route-map .route-engine__steps li:nth-child(3)::after{animation-delay:4s}
.route-engine__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-top:1px solid #e1e8dc;color:#879180;font-size:8px;letter-spacing:.05em}
.route-engine__progress{display:flex;gap:3px}
.route-engine__progress i{width:12px;height:2px;background:#a7c3af}
.route-result h4{font-size:18px;line-height:1.35}
@keyframes engine-step{0%,28%{opacity:1}34%,100%{opacity:0}}
@media(max-width:1099px) and (min-width:810px){.route-map__canvas{grid-template-columns:minmax(105px,.55fr) 28px minmax(220px,1.2fr) 40px minmax(290px,1.5fr)}.route-engine__header,.route-engine__footer{padding:14px}.route-engine__steps{padding:6px 14px}.route-engine__steps li{gap:8px}.route-engine__steps b{font-size:12px}.route-result h4{font-size:17px}}
@media(max-width:809px){
 .route-map__canvas{grid-template-columns:minmax(0,1fr);gap:28px}
 .route-map__incoming{grid-column:1;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}
 .route-map__incoming h4{margin:0}.route-map__channels{height:auto}
 .route-map__intake{grid-column:1;width:1px;height:26px;justify-self:center;margin:0}
 .route-map__intake i{width:100%;height:40%}
 .route-map__engine{grid-column:1;height:auto;width:100%;max-width:360px;justify-self:center}
 .route-engine__steps b{font-size:14px}.route-engine__steps small{font-size:11px}
 .route-map__outcomes{margin-left:12px;margin-top:0}
}
@media(prefers-reduced-motion:reduce){.route-engine__steps li::after{animation:none!important;opacity:0!important}}
.call-player{background:linear-gradient(135deg,#2c7459 0%,#19563f 34%,#0c392b 68%,#06251c 100%);border-color:#3b765e}
.call-player__heading,.call-player__description{color:#c0d4c5}
.call-player__speakers>[data-speaker]{color:#9eb9a8}
.call-player__speakers>.is-speaking{color:#e1f7e7}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active{background:linear-gradient(90deg,#eeece5,rgba(238,236,229,.25) 75%,transparent)}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active .scl__ico{background:#f6f4ef;border-color:#bebfb4}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active .scl__txt b{color:#303d32}
.route-result__person>img{display:block;width:30px;height:30px;border-radius:50%;object-fit:cover}
.call-player__speakers img.call-player__portrait{filter:none;opacity:1;padding:0;object-fit:cover;border:1px solid #789b87}
.home-refresh.spacing-refresh{--action-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h15m-6-6 6 6-6 6' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.home-refresh.spacing-refresh #platform .stgx__ok i{border-radius:0!important;background:transparent!important;width:14px;height:14px}
.home-refresh.spacing-refresh #platform .stgx__ok i::after{content:"";inset:0;width:14px;height:14px;transform:none;border:0;background:#6b8576;mask:var(--action-arrow) center/contain no-repeat;-webkit-mask:var(--action-arrow) center/contain no-repeat}
.home-refresh.spacing-refresh :is(#platform,#enterprise) .stk__body li::before,
.home-refresh.spacing-refresh .feature-copy .caplist li::before{mask:var(--action-arrow) center/contain no-repeat!important;-webkit-mask:var(--action-arrow) center/contain no-repeat!important;border:0!important;transform:none!important;width:14px!important;height:14px!important;background:#7e877c!important}
.home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rows .ha__ok{border:0!important;background:var(--action-arrow) center/14px 14px no-repeat!important;border-radius:0!important;box-shadow:none!important;opacity:.6}
.home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rows .ha__ok::after{display:none!important}
.route-engine__header>span{max-width:none;white-space:nowrap;font-size:9px}
.route-map.js-flow:not(.is-visible) .route-engine,.route-map.js-flow:not(.is-visible) .route-result{opacity:0;transform:translateY(12px)}
.route-map.js-flow.is-visible .route-engine{animation:route-appear .7s cubic-bezier(.22,1,.36,1) both}
.route-map.js-flow.is-visible .route-engine__steps li{animation:route-appear .55s cubic-bezier(.22,1,.36,1) both;animation-delay:.3s}
.route-map.js-flow.is-visible .route-engine__steps li:nth-child(2){animation-delay:.5s}
.route-map.js-flow.is-visible .route-engine__steps li:nth-child(3){animation-delay:.7s}
.route-map.js-flow.is-visible .route-result{animation:route-appear .7s cubic-bezier(.22,1,.36,1) .8s both}
.route-map.js-flow.is-visible .route-result--handoff{animation-delay:1s}
@keyframes route-appear{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.home-refresh.spacing-refresh #platform .viz--chan{position:relative;overflow:hidden;background:#f2f1ec!important;isolation:isolate}
.home-refresh.spacing-refresh #platform .viz--chan .live{position:relative;z-index:2}
.channel-mark{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.channel-mark__svg{width:100%;height:100%;display:block}
.channel-mark text{font-family:inherit;font-weight:300;font-size:680px;letter-spacing:-.055em;dominant-baseline:middle}
.channel-mark__fill{fill:url(#channelHatch);stroke:none}
.channel-mark pattern line{stroke:#6f8a77!important;stroke-opacity:.12}
.channel-mark__line{fill:none;stroke:#809886;stroke-opacity:.18;stroke-width:1.1}
.channel-mark__beam{fill:none;stroke:#80ac96;stroke-opacity:.65;stroke-width:1.6;stroke-linecap:round}
.channel-mark__win{animation:channel-beam 9s linear infinite}
@keyframes channel-beam{from{transform:translateX(160px)}to{transform:translateX(2160px)}}
@media(prefers-reduced-motion:reduce){.route-map.js-flow .route-engine,.route-map.js-flow .route-result,.route-map.js-flow .route-engine__steps li{opacity:1!important;transform:none!important;animation:none!important}.channel-mark__win{animation:none}.channel-mark__beam{opacity:0}}
.home-refresh.spacing-refresh #platform .stk.stk--with-audio>.stk__copy{grid-column:1!important;grid-row:1!important;order:0!important}
.home-refresh.spacing-refresh #platform .stk.stk--with-audio>.stk__stage{grid-column:2!important;grid-row:1!important;order:0!important}
.home-refresh.spacing-refresh #platform .stk.stk--with-audio>.call-examples{grid-column:1/-1!important;grid-row:2!important;order:0!important}
.home-refresh.spacing-refresh #platform .tile--wide.stk.stk--with-audio .stgx__ok i{background:transparent!important}
@media(max-width:809px){
 .home-refresh.spacing-refresh #platform .stk.stk--with-audio>.stk__stage{grid-column:1!important;grid-row:2!important}
 .home-refresh.spacing-refresh #platform .stk.stk--with-audio>.call-examples{grid-column:1!important;grid-row:3!important}
}

/* Final channel and carousel treatments. */
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active{background:transparent!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active .scl__ico{background:transparent!important}
.home-refresh.spacing-refresh #platform .caps--chan>li{display:block!important;grid-template-columns:1fr!important;padding-left:0!important}
.home-refresh.spacing-refresh #platform .caps--chan .cap__txt{padding-left:0!important;margin-left:0!important}
.home-refresh.spacing-refresh #platform .stk.stk--with-audio>.stk__copy{display:block!important;position:static!important}
.home-refresh.spacing-refresh #platform .viz.viz--chan{background:linear-gradient(160deg,#0f4a38 0%,#06251c 100%)!important;border-color:#315c49!important}
.home-refresh.spacing-refresh #platform .viz.viz--chan::before{content:""!important;display:block!important;position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to right,rgba(242,241,237,.045) 1px,transparent 1px),linear-gradient(to bottom,rgba(242,241,237,.045) 1px,transparent 1px)!important;background-size:10px 10px!important;background-position:-1px -1px!important;mask-image:radial-gradient(76% 68% at 50% 50%,transparent 0%,transparent 38%,#000 100%);opacity:1!important}
.channel-mark text{font-size:760px}
.channel-mark pattern line{stroke:rgba(242,241,237,.10)!important;stroke-opacity:1}
.channel-mark__line{stroke:rgba(242,241,237,.13);stroke-opacity:1;stroke-width:1.5}
.channel-mark__beam{stroke:#00b585;stroke-opacity:1}
.channel-mark__win{animation-duration:7s}
.home-refresh .platform .lv--email .lv__ava{background-image:url('../img/demo-avatars/customer-woman.webp')!important}
.home-refresh .platform .lv--chat .lv__ava{background-image:url('../img/demo-avatars/customer-man.webp')!important}
.home-refresh.spacing-refresh #platform .viz.viz--chan{padding:48px!important;margin-top:0!important}
.home-refresh.spacing-refresh #platform .viz.viz--chan .live{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box}
.home-refresh.spacing-refresh #platform .viz.viz--chan::after{display:none!important}
@media(max-width:809px){.home-refresh.spacing-refresh #platform .viz.viz--chan{padding:28px 20px!important}}
.home-refresh.spacing-refresh #platform .aud__list li:not(:last-child) i{border:0!important;transform:none!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h15m-6-6 6 6-6 6' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat!important}
.home-refresh.spacing-refresh #platform .viz.viz--chan::before{inset:0!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;transform:none!important}

/* Text-led, compact capability wheel. */
.scale-carousel{--wheel-row:112px}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__ico{display:none!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{grid-template-columns:minmax(0,1fr)!important;gap:0!important;padding:20px 16px!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__txt em{margin-top:6px}
@media(max-width:809px){.scale-carousel{--wheel-row:118px}}
/* Keep transcript and waveform positions stable while each phrase arrives. */
.home-refresh .live.js-convo .lv--voice>.lv__line:not(.is-in){display:block!important;visibility:hidden;opacity:0!important}
.home-refresh .live.js-convo .lv--voice>.lv__line.is-in{visibility:visible;animation:voice-phrase-in .48s cubic-bezier(.22,1,.36,1) both!important}
.home-refresh .live.js-convo .lv--voice .lv__line{transition:color .32s ease,opacity .32s ease!important}
.home-refresh .live.js-convo .lv--voice .lv__wave2{height:42px;flex:0 0 42px;align-items:center!important;gap:0;overflow:hidden}
.home-refresh .live.js-convo .lv--voice .lv__wave2 i{height:var(--voice-height,24px)!important;animation:voice-syllable var(--voice-speed,1s) ease-in-out var(--voice-delay,0s) infinite!important;transform-origin:center;background:#00a67b;opacity:.68;transition:height .25s ease,opacity .3s ease,background .3s ease}
.home-refresh .live.js-convo .lv--voice[data-speaker="customer"] .lv__wave2 i{background:#709989;opacity:.55}
.home-refresh .live.js-convo .lv--voice[data-speaker="idle"] .lv__wave2 i{height:3px!important;opacity:.3}
.home-refresh .live.js-convo .lv--voice:not(.is-on) .lv__wave2 i{animation-play-state:paused!important}
@keyframes voice-phrase-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
@keyframes voice-syllable{0%,100%{transform:scaleY(.2)}18%{transform:scaleY(.65)}38%{transform:scaleY(.35)}57%{transform:scaleY(1)}76%{transform:scaleY(.45)}}
@media(prefers-reduced-motion:reduce){.home-refresh .live.js-convo .lv--voice .lv__wave2 i,.home-refresh .live.js-convo .lv--voice>.lv__line.is-in{animation:none!important;transform:none!important}}
/* More stories: consistent rails, aligned reading and a quiet card edge. */
.home-refresh.spacing-refresh .story--win{padding:28px 26px!important;border:1px solid #dcded7!important;border-radius:4px!important;background:rgba(255,255,255,.45)!important;display:flex;flex-direction:column;gap:0;transition:border-color .25s ease,background .25s ease!important}
.home-refresh.spacing-refresh .story--win:hover{background:#fff!important;border-color:#91ad9e!important;transform:none!important;box-shadow:none!important}
.home-refresh.spacing-refresh .story--win .story__rail{height:48px!important;margin:0 0 28px!important;padding:0!important;border:0!important;display:flex;align-items:center}
.home-refresh.spacing-refresh .story--win .story__logo{height:34px!important;max-width:160px!important;object-fit:contain;object-position:left center}
.home-refresh.spacing-refresh .story--win .story__body{padding:0!important;flex:1 1 auto}
.home-refresh.spacing-refresh .story--win .story__title{font-size:22px!important;line-height:1.4!important;letter-spacing:-.5px!important;margin:0!important;max-width:28ch}
.home-refresh.spacing-refresh .story--win .story__foot{display:flex!important;flex-wrap:wrap;gap:6px 10px;padding:24px 0 20px!important;margin:0!important;font-size:12px!important;line-height:1.5!important}
.home-refresh.spacing-refresh .story--win .story__cta{border-top:1px solid #dcded7!important;padding-top:18px!important;margin:0!important;font-size:14px!important}
@media(max-width:809px){.home-refresh.spacing-refresh .story--win{padding:24px!important}.home-refresh.spacing-refresh .story--win .story__title{font-size:21px!important}}

.home-refresh.spacing-refresh .story--win .story__logo{height:auto!important;width:104px!important;max-height:38px!important}
.home-refresh.spacing-refresh .story--win .story__logo[alt="Tint"]{width:80px!important}
.home-refresh.spacing-refresh .story--win .story__logo[alt="First Connect"]{width:148px!important}
/* Remove dark blue accents and decorative status arrows. */
.home-refresh.spacing-refresh{--blue-type:#0f4a38;--blue-dark:#06251c;--blue:#0f4a38;--violet:#0f4a38;--plum:#0f4a38;--plum-deep:#0f4a38}
/* Keep visible list markers separate from decorative animation status icons. */
.home-refresh.spacing-refresh :is(#platform,#enterprise) .stk__body li::before,
.home-refresh.spacing-refresh .feature-copy .caplist li::before{content:"";display:block!important;position:absolute;left:0;top:.65em;width:5px!important;height:5px!important;margin:0;border-radius:50%;mask:none!important;-webkit-mask:none!important;background:currentColor!important;opacity:.8}
.home-refresh.spacing-refresh :is(#platform,#enterprise) .stk__body li,
.home-refresh.spacing-refresh .feature-copy .caplist li{position:relative;padding-left:18px!important}
.home-refresh.spacing-refresh .feature-copy .caplist li::before{top:calc(.65em + 2px)}
.home-refresh.spacing-refresh #platform .stgx__ok i,
.home-refresh.spacing-refresh .route-result__check,
.home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rows .ha__ok{display:none!important}
.home-refresh.spacing-refresh #platform .aud__list li:not(:last-child) i{visibility:hidden!important}
/* Agentic animation: override legacy navy tokens on nested cards as well. */
.home-refresh.spacing-refresh .tile--flow .ha--flow,
.home-refresh.spacing-refresh .tile--flow .ha--flow *{--green:#66c5ed;--green-deep:#66c5ed;--accent-ink:#66c5ed;--blue:#66c5ed;--blue-type:#66c5ed;--blue-mark:#66c5ed;--blue-dark:#d9eff8;--violet:#66c5ed;--violet-bright:#66c5ed;--plum:#66c5ed;--plum-deep:#66c5ed}
.home-refresh.spacing-refresh .tile--flow .ha--flow .ha__chip{background:#d9eff8!important;color:#344346!important;border-color:#a4dced!important}
.home-refresh.spacing-refresh .tile--flow .ha--flow .ha__bar>i,
.home-refresh.spacing-refresh .tile--flow .ha--flow .ha__mark{background:#66c5ed!important}
.home-refresh.spacing-refresh .tile--flow .ha--flow .ha__card{border-left-color:#66c5ed!important}
.home-refresh.spacing-refresh .tile--flow .tile__title b{color:#101010!important}
/* Agentic backoffice keeps its blue category color in each audience tab. */
.home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .seg__right .segrow:not(.segrow--stat) .segrow__label,
.home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .seg__right .segrow:not(.segrow--stat) .segrow__label mark.sel{color:#1e7fbf!important}
.home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .seg__right .caps li .cap__ico{color:#66c5ed!important}
.home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .seg__right .segrow__label mark.sel::before{color:#1e7fbf!important;background-color:rgba(102,197,237,.4)!important}
.home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .seg__right .segrow__label mark.sel::after{background:#1e7fbf!important}
.home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .segfig__bar{display:none!important}
/* Home Impact: a compact introduction beside three readable metric rows. */
.home-refresh.spacing-refresh:not(.platform-page) #impact .results__grid{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr)!important;gap:80px!important;align-items:center}
.home-refresh.spacing-refresh:not(.platform-page) #impact .results__head{display:flex!important;flex-direction:column;align-items:flex-start;gap:0!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .kicker{margin:0 0 20px!important;color:#73766f!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .t-h2{font-size:44px!important;line-height:1.15!important;letter-spacing:-1.4px!important;margin:0!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .results__lead{margin:24px 0 28px!important;max-width:38ch;font-size:14px!important;line-height:1.7!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .results__cta{align-self:flex-start;width:auto!important;min-height:46px!important;padding:12px 24px!important;margin:0!important;border:1px solid #0f4a38!important;border-radius:3px!important;background:#0f4a38!important;color:#fff!important;box-shadow:none!important;font-size:14px!important;line-height:1.5!important;text-decoration:none!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .results__cta:hover{background:#06251c!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .figs{display:grid!important;grid-template-columns:1fr!important;gap:0!important;border:0!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .fig{display:grid!important;grid-template-columns:160px minmax(0,1fr)!important;column-gap:28px;row-gap:8px;align-items:center;padding:30px 0!important;border:0!important;border-top:1px solid #d6dcd5!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .fig:last-child{border-bottom:1px solid #d6dcd5!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .fig__num{grid-column:1;grid-row:1/3;margin:0!important;font-size:64px!important;line-height:1!important;letter-spacing:-2px!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .fig__index{grid-column:2;grid-row:1;margin:0!important;align-self:end;color:#73766f!important;font-size:11px!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .fig__cap{grid-column:2;grid-row:2;margin:0!important;align-self:start;max-width:30ch;font-size:14px!important;line-height:1.55!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact :is(.fig__seg,.fig__row,.fig__viz,.fig__bar){display:none!important}
@media(max-width:999px){.home-refresh.spacing-refresh:not(.platform-page) #impact .results__grid{gap:40px!important}.home-refresh.spacing-refresh:not(.platform-page) #impact .fig{grid-template-columns:130px minmax(0,1fr)!important;column-gap:20px}.home-refresh.spacing-refresh:not(.platform-page) #impact .fig__num{font-size:56px!important}}
@media(max-width:809px){.home-refresh.spacing-refresh:not(.platform-page) #impact .results__grid{grid-template-columns:1fr!important;gap:40px!important}.home-refresh.spacing-refresh:not(.platform-page) #impact .t-h2{font-size:36px!important}.home-refresh.spacing-refresh:not(.platform-page) #impact .fig{grid-template-columns:110px minmax(0,1fr)!important;padding:26px 0!important;column-gap:22px}.home-refresh.spacing-refresh:not(.platform-page) #impact .fig__num{font-size:48px!important}}
/* Strada messages use the same quiet frame as customer messages. */
.home-refresh.spacing-refresh :is(.hero,.tile--flow) .ha .ha__track .ha__card.ha__card.ha__card{border-left:1px solid rgba(16,16,16,.1)!important}
.home-refresh.spacing-refresh .lv__line--ai{padding-left:0!important}
.home-refresh.spacing-refresh .lv__line--ai::before{display:none!important}
/* A white ground for the complete home Platform chapter. */
.home-refresh.spacing-refresh:not(.platform-page) main>#platform.section{background:#f7f6f2!important;padding-top:0!important}
.home-refresh.spacing-refresh #platform .platform-intro{padding-top:var(--section-space);background:#fff;box-shadow:0 0 0 100vmax #fff;clip-path:inset(0 -100vmax)}
.home-refresh.spacing-refresh:not(.platform-page) #platform .bento>.tile{background-color:transparent!important}
/* Keep the capability in focus and soften its neighbours. */
.scale-carousel__controls{display:none!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{filter:blur(2px);transition:opacity .48s,filter .48s!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active{filter:blur(0)}
@media(prefers-reduced-motion:reduce){.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{filter:none;transition:none!important}}
/* Keep legacy animation rules from repainting the left rail or hiding status text. */
.home-refresh.spacing-refresh #platform .ha--flow .ha__track .ha__card{border-left:1px solid rgba(16,16,16,.1)!important}
.home-refresh.spacing-refresh #platform .ha--flow .ha__chip{background:none!important;background-image:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;-webkit-text-fill-color:currentColor!important;color:#344346!important;border:0!important;padding:0!important;animation:none!important}
.home-refresh.spacing-refresh #platform .ha--flow .ha__chip::before{border-color:#c5e7f5!important;border-top-color:#66c5ed!important}
/* The capability chapter is a separate, full-height section after the diagram. */
.home-refresh.spacing-refresh.platform-page #platform .bento>.tile.esc{padding-bottom:88px!important}
.home-refresh.spacing-refresh.platform-page #platform .bento>.tile.psc{min-height:calc(100svh - 108px);box-sizing:border-box;padding-top:96px!important;padding-bottom:96px!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:72px!important;border-top:1px solid #e3e8df!important;align-content:center}
@media(max-width:809px){.home-refresh.spacing-refresh.platform-page #platform .bento>.tile.esc{padding-bottom:64px!important}.home-refresh.spacing-refresh.platform-page #platform .bento>.tile.psc{min-height:calc(100svh - 80px);padding-top:64px!important;padding-bottom:64px!important;grid-template-columns:1fr!important;gap:32px!important}}
/* Give the capability section a larger, more legible presence. */
@media(min-width:810px){
 .home-refresh.spacing-refresh #platform .tile.psc .tile__title{font-size:36px!important;line-height:1.2!important;letter-spacing:-1px!important}
 .home-refresh.spacing-refresh #platform .tile.psc .feature-description{font-size:16px!important;line-height:1.65!important;max-width:42ch}
 .home-refresh.spacing-refresh .scale-carousel{--wheel-row:134px}
 .home-refresh.spacing-refresh .scl.scl--rotator .scl__txt b{font-size:24px!important;line-height:1.3!important}
 .home-refresh.spacing-refresh .scl.scl--rotator .scl__txt em{font-size:15px!important;line-height:1.6!important;margin-top:8px}
}
/* One scroll language for every page, independent of internal demo animations. */
@media(prefers-reduced-motion:no-preference){
 .home-refresh.spacing-refresh.scroll-scenes-enabled .scroll-scene{opacity:var(--scene-opacity,1)!important;translate:0 var(--scene-shift,0px);transition:opacity 100ms linear,translate 100ms linear!important;transition-delay:0ms!important}
 .home-refresh.spacing-refresh.scroll-scenes-enabled .scroll-scene:focus-within{opacity:1!important;translate:0 0}
}
@media print{.scroll-scene{opacity:1!important;translate:none!important;transform:none!important}}
.home-refresh.spacing-refresh #platform .platform-intro{display:flex;flex-direction:column;gap:24px}
.home-refresh.spacing-refresh #platform .platform-intro>.kicker{align-self:center;margin:0!important}
.home-refresh.spacing-refresh #platform .platform-intro>.t-h2{font-size:48px!important;line-height:1.12;max-width:850px;margin:0 auto 40px!important}
@media(max-width:809px){.home-refresh.spacing-refresh #platform .platform-intro>.t-h2{font-size:36px!important;margin-bottom:24px!important}}
/* Shared light surfaces: one warm neutral, one white. Dark sections stay intact. */
.home-refresh.spacing-refresh{--surface-white:#fff;--surface-sand:#f2f1ed}
.home-refresh.spacing-refresh main>[data-surface="white"]{background:var(--surface-white)!important}
.home-refresh.spacing-refresh main>[data-surface="sand"]{background:var(--surface-sand)!important}
.home-refresh.spacing-refresh.platform-page #platform .bento>.tile[data-surface]{background:var(--chapter-surface)!important;box-shadow:0 0 0 100vmax var(--chapter-surface)!important;clip-path:inset(0 -100vmax)}
.home-refresh.spacing-refresh.platform-page #platform .bento>.tile[data-surface="white"]{--chapter-surface:var(--surface-white)}
.home-refresh.spacing-refresh.platform-page #platform .bento>.tile[data-surface="sand"]{--chapter-surface:var(--surface-sand)}
.home-refresh.spacing-refresh #platform .platform-intro{background:var(--surface-white);box-shadow:0 0 0 100vmax var(--surface-white)}
/* Complete the shared surface assignments over legacy page rules. */
.home-refresh.spacing-refresh:not(.platform-page) main>#platform[data-surface="sand"],
.home-refresh.spacing-refresh main>.ctaband[data-surface="sand"]{background:var(--surface-sand)!important}
.home-refresh.spacing-refresh.platform-page main>#deployment[data-surface="white"]{background:var(--surface-white)!important}
/* Control is a compact white card on the warm chapter background. */
.home-refresh.spacing-refresh:not(.platform-page) #platform .bento>.tile.stk{background:#fff!important;padding:44px 40px!important;border:1px solid #e4e5df!important;border-radius:4px!important;margin-top:48px!important}
@media(max-width:809px){.home-refresh.spacing-refresh:not(.platform-page) #platform .bento>.tile.stk{padding:28px 20px!important;margin-top:32px!important}}
/* Impact uses exactly the same wheel, timing, and focus treatment as capabilities. */
.home-refresh.spacing-refresh:not(.platform-page) #impact .impact-carousel{--wheel-row:144px;min-width:0}
.home-refresh.spacing-refresh:not(.platform-page) #impact .figs--rotator{will-change:transform}
.home-refresh.spacing-refresh:not(.platform-page) #impact .figs--rotator>.fig{height:var(--wheel-row);box-sizing:border-box;padding:28px 0!important;opacity:.4!important;filter:blur(2px);transform:none!important;transition:opacity .48s,filter .48s!important;transition-delay:0ms!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .figs--rotator>.fig.is-active{opacity:1!important;filter:none}
@media(max-width:809px){.home-refresh.spacing-refresh:not(.platform-page) #impact .impact-carousel{--wheel-row:134px}}
@media(prefers-reduced-motion:reduce){.home-refresh.spacing-refresh:not(.platform-page) #impact .figs--rotator>.fig{filter:none;transition:none!important}}
/* Continuous Impact loop: equivalent rows cross the seam without a reset. */
.home-refresh.spacing-refresh:not(.platform-page) main>#impact.section{min-height:calc(100svh - 108px);box-sizing:border-box;display:grid;align-content:center;padding-top:152px!important;padding-bottom:152px!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .impact-carousel--continuous .figs--rotator{transition:none!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .impact-carousel--continuous .fig{opacity:var(--metric-opacity,1)!important;filter:blur(var(--metric-blur,0px))!important;transition:none!important;border-bottom:0!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .impact-carousel.is-static .scale-carousel__window{height:auto;mask-image:none}
.home-refresh.spacing-refresh:not(.platform-page) #impact .impact-carousel.is-static .fig{opacity:1!important;filter:none!important}
.home-refresh.spacing-refresh:not(.platform-page) #impact .impact-carousel.is-static .fig[aria-hidden="true"]{display:none!important}
@media(max-width:809px){.home-refresh.spacing-refresh:not(.platform-page) main>#impact.section{min-height:0;padding-top:88px!important;padding-bottom:104px!important}}
/* The mobile highlight uses the same pale blue as the desktop pseudo-layer. */
@media(max-width:599.98px){
 .home-refresh.spacing-refresh #use-cases .tabs__panel.tabs__panel .seg__right .segrow__label mark.sel{background:linear-gradient(rgba(102,197,237,.4),rgba(102,197,237,.4)) left/var(--selp,100%) 100% no-repeat!important}
}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell:last-child:nth-child(odd){grid-column:1/-1;justify-content:center!important;border-left:0!important}
}
/* Mobile navigation is a full-screen, opaque panel with one persistent action. */
.mobile-demo-dock{display:none}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh{padding-bottom:calc(84px + env(safe-area-inset-bottom))}
 .home-refresh.spacing-refresh .navwrap{z-index:1100!important;top:0!important}
 .home-refresh.spacing-refresh .nav{height:72px!important;box-sizing:border-box;background:#f2f1ed!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:12px 20px!important}
 .home-refresh.spacing-refresh .nav__inner{padding:0!important}
 .home-refresh.spacing-refresh .nav__logo{width:112px!important}
 .home-refresh.spacing-refresh .nav__logo img{width:112px!important;height:auto!important}
 .home-refresh.spacing-refresh .nav__burger{width:44px;height:44px;border:1px solid #d8dbd3;border-radius:50%;background:transparent}
 .home-refresh.spacing-refresh .nav__mobile{display:flex!important;flex-direction:column;position:fixed!important;inset:72px 0 0!important;width:100%;height:calc(100dvh - 72px)!important;max-height:none!important;box-sizing:border-box;padding:28px 24px calc(116px + env(safe-area-inset-bottom))!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:0!important;overflow-y:auto;overscroll-behavior:contain;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity .25s ease,transform .35s cubic-bezier(.22,1,.36,1),visibility .25s!important}
 .home-refresh.spacing-refresh .nav.is-open .nav__mobile{opacity:1;visibility:visible;pointer-events:auto;transform:none}
 .home-refresh.spacing-refresh .nav__mobile ul{width:100%;padding:0!important;gap:0!important}
 .home-refresh.spacing-refresh .nav__mobile li{border-bottom:1px solid #e4e5df;margin:0}
 .home-refresh.spacing-refresh .nav__mobile li:last-child{display:none}
 .home-refresh.spacing-refresh .nav__mobile li a{font-size:32px!important;font-weight:400!important;line-height:1.2!important;letter-spacing:-.6px;padding:18px 0!important;color:#101010!important;transform:translateY(12px);opacity:0;transition:opacity .3s ease,transform .4s cubic-bezier(.22,1,.36,1)!important}
 .home-refresh.spacing-refresh .nav.is-open .nav__mobile li a{opacity:1;transform:none;transition-delay:80ms!important}
 .home-refresh.spacing-refresh .nav.is-open .nav__mobile li:nth-child(2) a{transition-delay:110ms!important}
 .home-refresh.spacing-refresh .nav.is-open .nav__mobile li:nth-child(3) a{transition-delay:140ms!important}
 .home-refresh.spacing-refresh .nav.is-open .nav__mobile li:nth-child(4) a{transition-delay:170ms!important}
 .home-refresh.spacing-refresh .nav.is-open .nav__mobile li:nth-child(5) a{transition-delay:200ms!important}
 .home-refresh.spacing-refresh .nav__mobile li a[aria-current="page"]{color:#0f4a38!important}
 .home-refresh.spacing-refresh .nav__mobile-caption{margin:32px 0 0!important;max-width:24ch;font-size:14px;line-height:1.5;color:#7a7a7a}
 .home-refresh.spacing-refresh .mobile-demo-dock{display:block;position:fixed;z-index:1200;inset:auto 0 0;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e4e5df;box-sizing:border-box}
 .home-refresh.spacing-refresh .mobile-demo-dock .btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;margin:0;background:#00b585!important;border:1px solid #00b585!important;color:#fff!important;font-size:16px!important;border-radius:4px!important}
 .home-refresh.spacing-refresh.mobile-menu-open{position:fixed;width:100%;overflow:hidden}
 .home-refresh.spacing-refresh.mobile-menu-open .navwrap{position:fixed!important;inset:0 0 auto}
 .home-refresh.spacing-refresh.mobile-menu-open .nav{background:#fff!important}
}
@media(prefers-reduced-motion:reduce){.nav__mobile,.nav__mobile li a{transition:none!important}}
/* Answers keep breathing room above the next divider at every width. */
.home-refresh.spacing-refresh .faq .acc__body p{margin:0!important;padding:0 4px 28px!important;line-height:1.65!important}
.home-refresh.spacing-refresh .tnav img[alt="Foxquilt"]{scale:1.15;transform-origin:center}
/* Selection accents stay pale on mobile as well as desktop. */
.home-refresh.spacing-refresh mark.sel{color:#0f4a38}
.home-refresh.spacing-refresh mark.sel::before{background-color:rgba(0,181,133,.18);color:#0f4a38}
@media(max-width:599.98px){.home-refresh.spacing-refresh mark.sel{background:linear-gradient(rgba(0,181,133,.18),rgba(0,181,133,.18)) left/var(--selp,100%) 100% no-repeat!important;color:#0f4a38}}



.home-refresh.spacing-refresh #use-cases .segrow__label mark.sel{color:#0f4a38!important}

/* The lead story belongs to the opening, on one continuous paper surface. */
.home-refresh.spacing-refresh .hero.blog-hero,
.home-refresh.spacing-refresh .hero.hero--stories{padding-top:64px!important;min-height:0!important}
.home-refresh.spacing-refresh .hero.blog-hero{padding-bottom:32px!important}
.home-refresh.spacing-refresh .blog-hero .hero__copy{max-width:none;width:100%;display:grid;grid-template-columns:1.3fr 1fr;column-gap:72px;align-items:end}
.home-refresh.spacing-refresh .blog-hero .kicker{grid-column:1/-1}
.home-refresh.spacing-refresh .blog-hero .t-display{font-size:clamp(44px,4.7vw,64px)!important;line-height:1.08!important;letter-spacing:-.04em!important}
.home-refresh.spacing-refresh .blog-hero .hero__lead{margin:0 0 4px!important;max-width:42ch}
.home-refresh.spacing-refresh main>.blogfeat{padding:24px 0 80px!important;background:var(--surface-sand)!important}
.home-refresh.spacing-refresh .blogfeat .feat{background:transparent!important;border:0!important;box-shadow:none!important;gap:48px}
.home-refresh.spacing-refresh .blogfeat .feat__body{padding:24px 0!important;align-self:center}
.home-refresh.spacing-refresh .blogfeat .feat__media{border-radius:4px;overflow:hidden}
.home-refresh.spacing-refresh .blogfeat .feat__go.btn{display:inline-flex;width:max-content;background:#00b585;color:#fff!important;padding:13px 22px;border-radius:4px;line-height:1.2;font-size:16px}
.home-refresh.spacing-refresh .hero--stories .hero__copy{gap:0!important}
.home-refresh.spacing-refresh .hero--stories .kicker{margin:0 0 16px!important}
.home-refresh.spacing-refresh .hero--stories .t-display{font-size:clamp(44px,4.7vw,64px)!important;line-height:1.08!important}
.home-refresh.spacing-refresh .hero--stories .hero__lead{margin:20px 0 0!important}
.home-refresh.spacing-refresh .customer-feature{position:relative;z-index:1;margin-top:40px}
.home-refresh.spacing-refresh .customer-feature .story--wide{display:grid;grid-template-columns:1fr 1fr;background:transparent!important;border:0!important;box-shadow:none!important;gap:48px}
.home-refresh.spacing-refresh .customer-feature .story__body{padding:24px 0!important}
.home-refresh.spacing-refresh .customer-feature .story__media{min-height:320px;max-height:390px;border-radius:4px;overflow:hidden}
.home-refresh.spacing-refresh .hero--stories .hero__logos{padding:40px 0!important;margin-top:0!important}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .hero.blog-hero,.home-refresh.spacing-refresh .hero.hero--stories{padding-top:40px!important}
 .home-refresh.spacing-refresh .blog-hero .hero__copy{display:block}
 .home-refresh.spacing-refresh .blog-hero .hero__lead{margin-top:20px!important}
 .home-refresh.spacing-refresh .blogfeat .feat,.home-refresh.spacing-refresh .customer-feature .story--wide{grid-template-columns:1fr;gap:24px}
 .home-refresh.spacing-refresh .blogfeat .feat__body,.home-refresh.spacing-refresh .customer-feature .story__body{padding:0!important}
 .home-refresh.spacing-refresh .blogfeat .feat__media{min-height:0;aspect-ratio:16/9}
 .home-refresh.spacing-refresh main>.blogfeat{padding:8px 0 56px!important}
 .home-refresh.spacing-refresh .customer-feature{margin-top:32px}
 .home-refresh.spacing-refresh .customer-feature .story__media{min-height:0;height:auto;aspect-ratio:16/10}
 .home-refresh.spacing-refresh .hero--stories .hero__logos{padding:32px 0!important}
}

/* Customer introduction and feature share a deliberate two-column alignment. */
.home-refresh.spacing-refresh .hero--stories{padding-top:48px!important}
.home-refresh.spacing-refresh .hero--stories .hero__copy{max-width:none;width:100%;display:grid;grid-template-columns:1fr 1fr;column-gap:48px;align-items:end}
.home-refresh.spacing-refresh .hero--stories .kicker{grid-column:1/-1}
.home-refresh.spacing-refresh .hero--stories .hero__lead{margin:0 0 4px!important;max-width:36ch}
.home-refresh.spacing-refresh .hero--stories :is(.routefield,.mist),
.home-refresh.spacing-refresh .blog-hero :is(.routefield,.mist){display:none}
.home-refresh.spacing-refresh .customer-feature .story--wide{margin:0!important;align-items:center}
.home-refresh.spacing-refresh .customer-feature .story__body{width:100%;max-width:none!important;min-width:0;gap:24px!important}
.home-refresh.spacing-refresh .customer-feature .story__title{max-width:28ch}
.home-refresh.spacing-refresh .customer-feature .story__media{margin:0!important;min-height:0!important;height:330px;max-height:none}
.home-refresh.spacing-refresh .customer-feature .story__cta{width:max-content;background:#00b585!important;border:0!important;color:white!important;padding:13px 22px!important;border-radius:4px!important}
.home-refresh.spacing-refresh .customer-feature .story__cta::after{display:none}
.home-refresh.spacing-refresh .hero--stories .hero__logos{padding:32px 0!important}
.home-refresh.spacing-refresh main>.stories{background:var(--surface-sand)!important;padding-top:48px!important}
.home-refresh.spacing-refresh .stories__more{margin-top:0!important}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .hero--stories .hero__copy{display:block}
 .home-refresh.spacing-refresh .hero--stories .hero__lead{margin-top:18px!important}
 .home-refresh.spacing-refresh .customer-feature .story__title{font-size:28px!important}
 .home-refresh.spacing-refresh .customer-feature .story__media{height:auto;aspect-ratio:16/10}
}

/* Blog opening: a compact editorial introduction, followed by one lead story. */
.home-refresh.spacing-refresh .hero.blog-hero{padding-top:48px!important;padding-bottom:36px!important}
.home-refresh.spacing-refresh .blog-hero .hero__copy{display:block;max-width:780px}
.home-refresh.spacing-refresh .blog-hero .t-display{font-size:clamp(40px,4.1vw,56px)!important;max-width:23ch}
.home-refresh.spacing-refresh .blog-hero .hero__lead{max-width:62ch;margin:20px 0 0!important;font-size:17px;line-height:1.55}
.home-refresh.spacing-refresh main>.blogfeat{padding-top:0!important}
.home-refresh.spacing-refresh .blogfeat .shell{border-top:1px solid #d9dcd5;padding-top:24px}
.home-refresh.spacing-refresh .blogfeat .feat{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:48px;align-items:center}
.home-refresh.spacing-refresh .blogfeat .feat__media{grid-column:1;grid-row:1;aspect-ratio:16/9;min-height:0;max-height:300px;width:100%}
.home-refresh.spacing-refresh .blogfeat .feat__media img{width:100%;height:100%;object-fit:cover}
.home-refresh.spacing-refresh .blogfeat .feat__body{grid-column:2;grid-row:1;padding:0!important;gap:18px}
.home-refresh.spacing-refresh .blogfeat .feat__title{font-size:32px!important;line-height:1.2!important;max-width:27ch;letter-spacing:-.8px!important}
.home-refresh.spacing-refresh .blogfeat .feat__desc{font-size:16px!important;line-height:1.6!important;max-width:48ch}
.home-refresh.spacing-refresh .blogfeat .feat__go{margin-top:6px}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .hero.blog-hero{padding-top:40px!important;padding-bottom:28px!important}
 .home-refresh.spacing-refresh .blogfeat .feat{grid-template-columns:1fr;gap:24px}
 .home-refresh.spacing-refresh .blogfeat .feat__media{grid-column:1;grid-row:1;max-height:none}
 .home-refresh.spacing-refresh .blogfeat .feat__body{grid-column:1;grid-row:2}
 .home-refresh.spacing-refresh .blogfeat .feat__title{font-size:28px!important}
}

/* The featured customer story is a white card on the beige opening. */
.home-refresh.spacing-refresh .hero--stories .hero__copy{display:block}
.home-refresh.spacing-refresh .customer-feature .story--wide{background:#fff!important;border:1px solid #e1e3dc!important;border-radius:6px!important;overflow:hidden;gap:0;align-items:stretch}
.home-refresh.spacing-refresh .customer-feature .story__body{padding:36px!important;justify-content:center}
.home-refresh.spacing-refresh .customer-feature .story__media{height:100%;min-height:340px!important;border-radius:0}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .customer-feature .story__body{padding:28px 24px!important}
 .home-refresh.spacing-refresh .customer-feature .story__media{height:auto;min-height:0!important}
}

/* Preserve the site gutters when the lead article stacks. */
.home-refresh.spacing-refresh main>.blogfeat{padding-inline:var(--pad-x,40px)!important}
.home-refresh.spacing-refresh .blogfeat .feat__meta{flex-wrap:wrap;row-gap:6px}
.home-refresh.spacing-refresh .blogfeat .feat__body{min-width:0}
@media(min-width:600px) and (max-width:1099.98px){
 .home-refresh.spacing-refresh .posts__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 24px}
}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .blogfeat .feat__media img{object-fit:contain}
 .home-refresh.spacing-refresh .blogfeat .feat__body{gap:16px}
 .home-refresh.spacing-refresh .blogfeat .feat__meta{font-size:11px!important;letter-spacing:.5px!important;column-gap:10px}
 .home-refresh.spacing-refresh .blogfeat .feat__go{margin-top:8px}
}

@media(max-width:809.98px){
 .home-refresh.spacing-refresh .mobile-demo-dock{transition:opacity .2s ease,transform .25s ease}
 .home-refresh.spacing-refresh .mobile-demo-dock.is-waiting{opacity:0;transform:translateY(100%);pointer-events:none;visibility:hidden}
 .home-refresh.spacing-refresh .hero.home-hero{padding-top:24px!important;min-height:0!important}
 .home-refresh.spacing-refresh .home-hero .hero__copy{gap:18px!important}
 .home-refresh.spacing-refresh .home-hero .hero__grid{gap:28px!important}
 .home-refresh.spacing-refresh .home-hero .ticker{font-size:10px!important;line-height:1.4!important;margin:0!important;gap:8px!important;max-width:35ch}
 .home-refresh.spacing-refresh .home-hero .t-display{font-size:40px!important;line-height:1.08!important;letter-spacing:-.04em!important;margin:0!important}
 .home-refresh.spacing-refresh .home-hero .t-display .ln{display:contents;padding:0;margin:0}
 .home-refresh.spacing-refresh .home-hero .t-display .ln i{display:inline;transform:none!important;opacity:1!important;transition:none!important}
 .home-refresh.spacing-refresh .home-hero .t-display .ln:first-child::after{content:"\A";white-space:pre}
 .home-refresh.spacing-refresh .home-hero .hero__lead{font-size:16px!important;line-height:1.5!important;margin:0!important}
 .home-refresh.spacing-refresh .home-hero .hero__copy>.btn{margin:0!important}
 .home-refresh.spacing-refresh .home-hero .ha{margin-top:0!important}
}

@media(max-width:809.98px){.home-refresh.spacing-refresh .home-hero .ha__track{justify-content:flex-start!important}}

/* Animation rows have two real columns after the old check icons were removed. */
.home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rows li{grid-template-columns:minmax(0,1fr) fit-content(40%)!important;gap:6px 12px!important;align-items:start!important;min-width:0}
.home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rows .ha__ok{display:none!important}
.home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rowtxt{grid-column:1;min-width:0;white-space:normal!important;overflow-wrap:anywhere;line-height:1.5}
.home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rowmeta{grid-column:2;min-width:0;white-space:normal!important;overflow-wrap:anywhere;line-height:1.5}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rows{gap:12px!important}
 .home-refresh.spacing-refresh :is(.hero .ha,.ha--flow) .ha__rowmeta{max-width:92px}
}

/* Mobile use cases: three full cards, with a visible next edge and native swiping. */
.segment-deck{display:contents}
.segment-card-title,.segment-card-footer{display:none}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #use-cases .tabs{border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
 .home-refresh.spacing-refresh #use-cases .tabs__bar{display:none!important}
 .home-refresh.spacing-refresh #use-cases .segment-deck{display:flex;position:relative;gap:12px;width:calc(100% + 20px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 20px 8px 0;scroll-padding-left:0;overscroll-behavior-x:contain;box-sizing:border-box}
 .home-refresh.spacing-refresh #use-cases .segment-deck::-webkit-scrollbar{display:none}
 .home-refresh.spacing-refresh #use-cases .segment-deck .tabs__panel{display:flex!important;flex-direction:column;flex:0 0 calc(100% - 24px);min-width:0;scroll-snap-align:start;scroll-snap-stop:always;border:1px solid #dce0d7!important;border-radius:6px!important;background:#fff!important;overflow:hidden;padding:0!important;opacity:1!important;transform:none!important}
 .home-refresh.spacing-refresh #use-cases .segment-card-title{display:block;font-size:26px;line-height:1.2;font-weight:400;letter-spacing:-.5px;margin:0;padding:24px 20px;border-bottom:1px solid #e3e5df;color:#101010}
 .home-refresh.spacing-refresh #use-cases .segment-deck .seg{padding:24px 20px!important;min-width:0;background:transparent!important}
 .home-refresh.spacing-refresh #use-cases .segment-deck .caps li{padding-right:0!important}
 .home-refresh.spacing-refresh #use-cases .segment-deck :is(.caps li,.segrow,.seg__right,.seg__lines){opacity:1!important;transform:none!important;animation:none!important}
 .home-refresh.spacing-refresh #use-cases .segment-deck mark.sel{animation:none!important;--selp:100%}
 .home-refresh.spacing-refresh #use-cases .segment-card-footer{display:flex;align-items:center;gap:12px;margin-top:auto;padding:18px 20px;border-top:1px solid #e3e5df}
 .home-refresh.spacing-refresh #use-cases .segment-card-footer>span{margin-right:auto;font-size:12px;color:#7a7a7a}
 .home-refresh.spacing-refresh #use-cases .segment-card-footer button{background:transparent;color:#0f4a38;border:1px solid #dce0d7;border-radius:4px;font:inherit;font-size:14px;padding:9px 12px;cursor:pointer}
}

/* Testimonials keep their composition; gestures use the existing story controls. */
[data-carousel]{touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain}
[data-carousel].is-dragging{user-select:none;cursor:grabbing}

/* Completed audit actions retain visible status marks on every screen. */
.home-refresh.spacing-refresh #platform .aud__list li:not(:last-child)>i{display:block!important;position:relative;width:15px;height:15px;flex:0 0 15px;mask:none!important;-webkit-mask:none!important;background:#dceee5!important;border:0!important;border-radius:50%;opacity:1!important}
.home-refresh.spacing-refresh #platform .aud__list li:not(:last-child)>i::after{content:"";position:absolute;left:4px;top:3px;width:5px;height:7px;border:solid #007a57;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}

/* Compact conversation layouts reserve space for the complete exchange. */
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #platform .tile--conv .viz--chan{padding:24px 16px!important;min-height:0!important;align-items:center!important}
 .home-refresh.spacing-refresh #platform .tile--conv .live{width:100%!important;max-width:480px;min-width:0;flex:0 1 auto!important;height:auto!important;min-height:0!important;padding:0!important;margin:auto!important}
 .home-refresh.spacing-refresh #platform .live__tabs{padding:0 8px!important;margin:0!important;flex-shrink:0}
 .home-refresh.spacing-refresh #platform .live__tabs>span{min-width:0;padding:14px 0!important;font-size:12px!important}
 .home-refresh.spacing-refresh #platform .tile--conv .live__viz{flex:0 0 auto!important;height:380px!important;min-height:380px!important;max-height:none!important;margin:12px!important;padding:0!important;width:auto!important}
 .home-refresh.spacing-refresh #platform .tile--conv .live__viz .lv{inset:16px!important;justify-content:flex-start!important;align-content:start!important;gap:10px!important;padding:0!important;min-width:0}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv>*{flex-shrink:0!important;min-width:0;max-width:100%;box-sizing:border-box}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv--voice{gap:12px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__line{font-size:12px!important;line-height:1.5!important;margin:0!important;white-space:normal!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__top{font-size:11px!important;line-height:1.5!important;margin:0 0 4px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__wave2{margin-top:auto!important;height:32px!important;flex-basis:32px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo :is(.lv--sms,.lv--chat){padding-top:23px!important;gap:12px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub{width:auto!important;max-width:94%!important;min-height:0!important;white-space:normal!important;overflow-wrap:anywhere;font-size:12px!important;line-height:1.5!important;padding:9px 11px!important;margin:0!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub--out{align-self:flex-end!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub--in:not(:first-child){margin-top:23px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub--in::before{top:-22px!important;width:16px!important;height:16px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub--in::after{top:-22px!important;left:22px!important;font-size:10px!important;line-height:16px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo :is(.lv__src,.lv__working,.lv__replytag){font-size:10px!important;line-height:1.5!important;white-space:normal!important}
 .home-refresh.spacing-refresh #platform .live.js-convo :is(.lv__subj,.lv__prev,.lv__reply,.lv__att){font-size:12px!important;line-height:1.5!important;margin:0!important;white-space:normal!important}
 .home-refresh.spacing-refresh #platform :is(.live__say,.live__foot){padding:12px 16px!important;min-height:0!important;font-size:11px!important;line-height:1.5!important;flex-shrink:0}
 .home-refresh.spacing-refresh #platform .stk__stage{min-width:0;padding:24px 16px!important}
 .home-refresh.spacing-refresh #platform .cflow__head{display:flex!important;flex-direction:column;align-items:flex-start!important;gap:6px!important;padding:14px 16px!important;font-size:11px!important;line-height:1.5!important}
 .home-refresh.spacing-refresh #platform .cflow__live{display:flex;align-items:center;gap:6px;white-space:nowrap}
 .home-refresh.spacing-refresh #platform .stk__panel[data-stage="trace"] .cflow__step{grid-template-columns:18px minmax(0,1fr) 30px!important;column-gap:10px!important;padding:16px 12px!important;min-height:100px;transform:none!important}
 .home-refresh.spacing-refresh #platform .cflow__txt{font-size:13px!important;line-height:1.5!important;overflow-wrap:anywhere}
 .home-refresh.spacing-refresh #platform :is(.cflow__sub,.cflow__who,.cflow__t){font-size:11px!important;line-height:1.5!important}
 .home-refresh.spacing-refresh #platform .stk__panel[data-stage="trace"] .cflow__steps::before{left:21px!important}
 .home-refresh.spacing-refresh #platform .stk__panel[data-stage="trace"] .cflow__txt::before{right:12px!important}
 .home-refresh.spacing-refresh #platform .stk__panel[data-stage="trace"] .cflow__txt::after{right:26px!important}
 .home-refresh.spacing-refresh #platform .aud__top{gap:10px;padding:14px!important;font-size:10px!important;line-height:1.5;flex-wrap:wrap}
 .home-refresh.spacing-refresh #platform .aud__list{padding:0 14px!important}
 .home-refresh.spacing-refresh #platform .aud__list li{gap:10px!important}
 .home-refresh.spacing-refresh #platform .aud__list em{font-size:12px!important;line-height:1.5!important;min-width:0}
 .home-refresh.spacing-refresh #platform .aud__list em u{display:block;margin:0 0 3px!important;font-size:10px!important}
 .home-refresh.spacing-refresh #platform .aud__list li>span{font-size:10px!important;max-width:52px;white-space:normal!important;text-align:right}
 .home-refresh.spacing-refresh #platform .aud__foot{font-size:11px!important;padding:14px!important;gap:10px}
 .home-refresh.spacing-refresh #platform .tile.esc .feature-copy{text-align:center;align-items:center!important}
 .home-refresh.spacing-refresh #platform .tile.esc .route-map__switch{align-self:center!important;margin:22px auto 0!important;width:100%;max-width:340px}
 .home-refresh.spacing-refresh #platform .tile.esc .route-map__switch button{flex:1;padding:8px;font-size:11px}
 .home-refresh.spacing-refresh #platform .tile.esc{gap:24px!important}
 .home-refresh.spacing-refresh .route-map{padding-top:0!important}
 .home-refresh.spacing-refresh .route-map__canvas{gap:14px!important}
 .home-refresh.spacing-refresh .route-map__incoming{height:auto!important}
 .home-refresh.spacing-refresh .route-map__channels{height:36px!important}
 .home-refresh.spacing-refresh .route-map__intake{height:24px!important}
}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub:not(:first-child){margin-top:23px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub--out::before{top:-22px!important;width:16px!important;height:16px!important}
 .home-refresh.spacing-refresh #platform .live.js-convo .lv__bub--out::after{top:-22px!important;font-size:10px!important;line-height:16px!important}
 .home-refresh.spacing-refresh #platform .live__say{flex:0 0 auto!important;height:auto!important;min-height:45px!important;margin:0!important}
 .home-refresh.spacing-refresh #platform .live__say>span{font-size:11px!important;line-height:1.5!important}
}
@media(max-width:359.98px){
 .home-refresh.spacing-refresh #platform .tile--conv .live__viz{height:430px!important;min-height:430px!important}
}

@media(max-width:809.98px){
 .home-refresh.spacing-refresh .home-hero .t-display .ln i{white-space:normal!important;overflow-wrap:normal}
 .home-refresh.spacing-refresh #enterprise :is(.shell,.stk,.stk__stage,.stk__panel){min-width:0!important;max-width:100%!important;box-sizing:border-box}
 .home-refresh.spacing-refresh #enterprise .stk__stage{width:100%!important;padding:24px 16px!important}
 .home-refresh.spacing-refresh #enterprise .stk__panel{width:100%!important;flex-basis:auto!important;gap:24px!important}
 .home-refresh.spacing-refresh #enterprise .stk__panel>*{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}
 .home-refresh.spacing-refresh #enterprise .bpwrap{width:100%!important;max-width:360px!important;flex-shrink:1}
 .home-refresh.spacing-refresh #enterprise .bpwrap .trust-blueprint{width:100%!important;height:auto!important;max-width:100%!important}
 .home-refresh.spacing-refresh #enterprise .certs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 12px!important}
 .home-refresh.spacing-refresh #enterprise .cert{min-width:0!important;padding:12px 0!important;gap:12px!important}
 .home-refresh.spacing-refresh #enterprise .cert em{font-size:12px!important;line-height:1.5!important;white-space:normal!important}
 .home-refresh.spacing-refresh #enterprise .certs__note{font-size:12px!important;line-height:1.6!important;margin:0!important;padding:0!important}
 .home-refresh.spacing-refresh #enterprise .tline__steps{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
 .home-refresh.spacing-refresh #enterprise .tline__steps li{min-width:0}
 .home-refresh.spacing-refresh #enterprise .aud__top{padding:14px!important;font-size:11px!important}
 .home-refresh.spacing-refresh #enterprise .aud__list{padding:0 14px!important}
 .home-refresh.spacing-refresh #enterprise .aud__list li{gap:8px!important;min-width:0}
 .home-refresh.spacing-refresh #enterprise .aud__list em{min-width:0;font-size:12px!important;line-height:1.5!important}
 .home-refresh.spacing-refresh #enterprise .aud__list em u{display:block;min-width:0!important;margin:0 0 4px!important;font-size:10px!important}
 .home-refresh.spacing-refresh #enterprise .aud__list li>span{max-width:58px;white-space:normal!important;font-size:10px!important;text-align:right}
 .home-refresh.spacing-refresh #enterprise .aud__foot{font-size:11px!important;padding:14px!important}
}

/* Logos must shrink inside their cells instead of widening the mobile grid. */
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .awgrid{width:100%;min-width:0;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .home-refresh.spacing-refresh .awgrid .awgrid__cell{min-width:0!important;width:auto!important;max-width:100%;padding:20px 16px!important;display:flex;align-items:center;justify-content:center}
 .home-refresh.spacing-refresh .awgrid .awgrid__cell img{min-width:0!important;max-width:100%!important;width:auto!important;max-height:48px!important;height:auto!important;object-fit:contain;flex-shrink:1;transform:none!important}
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell:last-child:nth-child(odd){grid-column:1/-1}
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell:last-child:nth-child(odd) img{max-width:120px!important;max-height:44px!important}
 .home-refresh.spacing-refresh .awgrid--press .awgrid__cell{border-left:1px solid var(--line)!important;border-top:0!important}
 .home-refresh.spacing-refresh .awgrid--press .awgrid__cell:nth-child(odd){border-left:0!important}
 .home-refresh.spacing-refresh .awgrid--press .awgrid__cell:nth-child(n+3){border-top:1px solid var(--line)!important}
}

/* Five capability rows: a crisp centre and progressively softer neighbours. */
.scale-carousel:not(.impact-carousel) .scale-carousel__window{height:calc(var(--wheel-row) * 5);mask-image:linear-gradient(transparent,#000 14%,#000 86%,transparent)}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{filter:blur(3px);opacity:.28!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-near{filter:blur(1px);opacity:.58!important}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item.is-active{filter:none;opacity:1!important}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh.platform-page .hero .t-display{line-height:1.12!important}
 .home-refresh.spacing-refresh.platform-page .hero .t-display .ln{display:contents;padding:0!important;margin:0!important}
 .home-refresh.spacing-refresh.platform-page .hero .t-display .ln i{display:inline;white-space:normal!important;transform:none!important;opacity:1!important}
 .home-refresh.spacing-refresh.platform-page .hero .t-display .ln:not(:last-child)::after{content:" "}
 .home-refresh.spacing-refresh .scale-carousel:not(.impact-carousel){--wheel-row:104px}
 .home-refresh.spacing-refresh .scl.scl--rotator .scl__item{padding:14px 16px!important}
}
@media(prefers-reduced-motion:reduce){.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{filter:none!important}}

/* A clear story action, aligned to the right of the attribution. */
.home-refresh.spacing-refresh .tcard__foot{display:flex!important;flex-direction:row!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important}
.home-refresh.spacing-refresh .tcard__who{min-width:0}
.home-refresh.spacing-refresh .tcard__cta{display:inline-flex!important;flex:0 0 auto;align-self:flex-end!important;margin:0 0 0 auto!important;padding:12px 16px!important;min-height:44px;background:transparent!important;border:1px solid #0f4a38!important;border-radius:4px!important;color:#0f4a38!important;font-size:14px!important;line-height:1.2!important;white-space:nowrap;box-shadow:none!important}
.home-refresh.spacing-refresh .tcard__cta::after,.home-refresh.spacing-refresh .tcard__cta::before{display:none!important;content:none!important}
.home-refresh.spacing-refresh .tcard__cta:hover{background:#e1eee7!important}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .tcard__foot{flex-wrap:wrap!important;gap:20px!important}
 .home-refresh.spacing-refresh .tcard__who{flex:1 1 180px}
 .home-refresh.spacing-refresh .tcard__cta{font-size:13px!important;padding:11px 14px!important}
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell img[alt="Target Markets"]{width:140px!important;max-height:40px!important}
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell img[alt="WSIA"]{width:106px!important;max-height:34px!important}
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell img[alt="InsurTech NY"]{width:134px!important;max-height:30px!important}
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell img[alt="Insurtech Insights"]{width:124px!important;max-height:40px!important}
 .home-refresh.spacing-refresh .awgrid--members .awgrid__cell img[alt="Insurance Networks Alliance"]{width:62px!important;max-height:36px!important}
 .home-refresh.spacing-refresh .awgrid--press .awgrid__cell img[alt="AM Best"]{width:110px!important;max-height:36px!important}
 .home-refresh.spacing-refresh .awgrid--press .awgrid__cell img[alt="Coverager"]{width:112px!important;max-height:28px!important}
 .home-refresh.spacing-refresh .awgrid--press .awgrid__cell img[alt="Business Insider"]{width:134px!important;max-height:22px!important}
 .home-refresh.spacing-refresh .awgrid--press .awgrid__cell img[alt="Yahoo Finance"]{width:130px!important;max-height:26px!important}
}
.home-refresh.spacing-refresh .scale-carousel:not(.impact-carousel){--wheel-row:116px}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{padding-top:12px!important;padding-bottom:12px!important}
@media(max-width:809.98px){.home-refresh.spacing-refresh .scale-carousel:not(.impact-carousel){--wheel-row:92px}}
@media(max-width:359.98px){.home-refresh.spacing-refresh .scale-carousel:not(.impact-carousel){--wheel-row:104px}}
.home-refresh.spacing-refresh #platform .aud__list li:not(:last-child)>i{visibility:visible!important}

@media(max-width:809.98px){
 :is(.banner,.rq-banner){padding:16px 20px!important;text-align:left!important}
 :is(.banner,.rq-banner)>p{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:540px;margin:0!important;font-size:13px!important;line-height:1.5!important;font-weight:400!important}
 :is(.banner,.rq-banner) .announcement-copy{display:block;max-width:43ch}
 :is(.banner,.rq-banner) .announcement-action{display:inline-flex;align-items:center;gap:12px;padding:7px 10px;border:1px solid #73bda880;border-radius:4px;background:#163e32;color:#c5f0df!important;font-size:12px!important;line-height:1.3!important;white-space:nowrap}
 :is(.banner,.rq-banner) .announcement-action span{font-size:16px;line-height:1}
}
@media(max-width:809.98px){.home-refresh.spacing-refresh .quotes__head .tcar__btns{display:none!important}}
.home-refresh.spacing-refresh .aud__list .audit-status{display:block!important;visibility:visible!important;opacity:1!important;width:16px!important;height:16px!important;flex:0 0 16px;align-self:center;overflow:visible;fill:none;stroke:none}
.home-refresh.spacing-refresh .aud__list .audit-status circle{fill:#dceee5;stroke:none}
.home-refresh.spacing-refresh .aud__list .audit-status path{fill:none;stroke:#007a57;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

/* Swipe cards stay readable without the desktop tab-entry animation. */
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #use-cases .segment-deck .segrow__label{opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}
 .home-refresh.spacing-refresh #use-cases .segment-card-footer{justify-content:center;padding:14px 20px}
 .home-refresh.spacing-refresh #use-cases .segment-card-footer>span{margin:0}
 .home-refresh.spacing-refresh #integrations .ints__kinds.ints__kinds{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;grid-auto-flow:row!important;gap:12px 16px!important;height:auto!important;min-height:0;width:100%;padding:16px 0!important;border-block:1px solid var(--line)!important}
 .home-refresh.spacing-refresh #integrations .ints__kinds.ints__kinds::before{display:none!important}
 .home-refresh.spacing-refresh #integrations .ints__kinds.ints__kinds>li{grid-row:auto!important;grid-column:auto!important;justify-self:start;min-width:0;max-width:100%;width:auto!important;margin:0!important;padding:0!important;white-space:normal!important;overflow-wrap:normal;line-height:1.5!important;font-size:11px!important;opacity:1!important;transform:none!important}
}

/* Mobile use-case controls: compact pagination and arrows at card mid-height. */
.segment-stage{display:contents}
.segment-arrow{display:none}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #use-cases .segment-stage{display:block;position:relative;width:100%;min-width:0}
 .home-refresh.spacing-refresh #use-cases .segment-deck{align-items:flex-start}
 .home-refresh.spacing-refresh #use-cases .segment-deck .tabs__panel{height:auto!important;min-height:0!important}
 .home-refresh.spacing-refresh #use-cases .segment-card-footer{margin-top:0;padding:10px 16px;gap:2px;justify-content:center}
 .home-refresh.spacing-refresh #use-cases .segment-card-footer button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;color:#0f4a38}
 .home-refresh.spacing-refresh #use-cases .segment-dot::before{content:"";width:6px;height:6px;border-radius:50%;background:#cad2cb;transition:background .2s,transform .2s}
 .home-refresh.spacing-refresh #use-cases .segment-dot[aria-current="true"]::before{background:#00ac85;transform:scale(1.35)}
 .home-refresh.spacing-refresh #use-cases .segment-arrow{display:flex;align-items:center;justify-content:center;position:absolute;z-index:3;top:var(--segment-mid,50%);transform:translateY(-50%);width:36px;height:36px;padding:0;border:1px solid #d5ded7;border-radius:50%;background:#fff;color:#0f4a38;font-size:20px;line-height:1;box-shadow:0 2px 8px #0f4a3810;cursor:pointer}
 .home-refresh.spacing-refresh #use-cases .segment-arrow--previous{left:-18px}
 .home-refresh.spacing-refresh #use-cases .segment-arrow--next{right:4px}
 .home-refresh.spacing-refresh #use-cases :is(.segment-arrow,.segment-card-footer button):focus-visible{outline:2px solid #008c69;outline-offset:3px}
}

.story-side-arrow,.story-pagination{display:none}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh [data-carousel]{position:relative}
 .home-refresh.spacing-refresh .story-side-arrow{display:flex;align-items:center;justify-content:center;position:absolute;z-index:5;top:var(--story-mid,160px);transform:translateY(-50%);width:36px;height:36px;padding:0;border:1px solid #d5ded7;border-radius:50%;background:#fff;color:#0f4a38;font-size:20px;line-height:1;box-shadow:0 2px 8px #0f4a381a;cursor:pointer}
 .home-refresh.spacing-refresh .story-side-arrow--previous{left:-20px}
 .home-refresh.spacing-refresh .story-side-arrow--next{right:-20px}
 .home-refresh.spacing-refresh .story-pagination{display:flex;align-items:center;justify-content:center;gap:2px;margin:16px 0 0}
 .home-refresh.spacing-refresh .story-pagination button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;background:transparent;border-radius:50%;cursor:pointer}
 .home-refresh.spacing-refresh .story-pagination button::before{content:"";width:6px;height:6px;border-radius:50%;background:#cad2cb}
 .home-refresh.spacing-refresh .story-pagination button[aria-current="true"]::before{background:#00ac85;transform:scale(1.35)}
 .home-refresh.spacing-refresh .story-side-arrow:focus-visible,.home-refresh.spacing-refresh .story-pagination button:focus-visible{outline:2px solid #008c69;outline-offset:3px}
 .home-refresh.spacing-refresh .tnav{margin-top:16px!important}
}
@media(max-width:479.98px){
 .home-refresh.spacing-refresh .tcard__foot{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:20px!important}
 .home-refresh.spacing-refresh .tcard__who{flex:0 0 auto!important;width:100%}
 .home-refresh.spacing-refresh .tcard__cta{align-self:stretch!important;justify-content:center!important;width:100%!important;margin:0!important;box-sizing:border-box}
}

.home-refresh.spacing-refresh .tcard__cta,.home-refresh.spacing-refresh .tcard__cta:hover{ text-decoration:none!important;background-image:none!important;box-shadow:none!important}

@media(max-width:809.98px){
 .home-refresh.spacing-refresh #use-cases .segment-stage:not(.segment-stage--in-view)>.segment-arrow{visibility:hidden;pointer-events:none}
}

/* Frosted mobile carousel controls retain contrast over cards and video. */
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #use-cases .segment-arrow,
 .home-refresh.spacing-refresh .story-side-arrow{
  background:linear-gradient(145deg,rgba(255,255,255,.38),rgba(241,248,243,.14));
  -webkit-backdrop-filter:blur(18px) saturate(165%);
  backdrop-filter:blur(18px) saturate(165%);
  border:1px solid rgba(255,255,255,.65);
  box-shadow:inset 0 1px 1px rgba(255,255,255,.85),inset 0 -1px 1px rgba(15,74,56,.07),0 2px 10px rgba(15,40,30,.09);
  color:#0f4a38;
 }
 @supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .home-refresh.spacing-refresh #use-cases .segment-arrow,
  .home-refresh.spacing-refresh .story-side-arrow{background:rgba(248,250,247,.94)}
 }
}

@media(max-width:809.98px){.home-refresh.spacing-refresh .ints__note{white-space:normal;max-width:100%;text-wrap:pretty}}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh:not(.platform-page) #platform .bento>.tile.stk{border-bottom:0!important;box-shadow:none!important}
}

/* Compact announcement, aligned with the navigation and page gutter. */
@media(max-width:809.98px){
 :is(.banner,.rq-banner){padding:10px 20px!important}
 :is(.banner,.rq-banner)>p{max-width:none!important;gap:6px!important;font-size:12px!important;line-height:1.4!important}
 :is(.banner,.rq-banner) .announcement-copy{max-width:none!important}
 :is(.banner,.rq-banner) .announcement-action{padding:4px 8px!important;gap:8px!important;font-size:11px!important}
}
@media(min-width:600px) and (max-width:809.98px){
 :is(.banner,.rq-banner)>p{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}
 :is(.banner,.rq-banner) .announcement-copy{flex:1;min-width:0}
 :is(.banner,.rq-banner) .announcement-action{flex-shrink:0}
}

@media(max-width:809.98px){
 .home-refresh.spacing-refresh #platform .tile--ints{border-top:0!important}
 .home-refresh.spacing-refresh #integrations .ints__kinds.ints__kinds{border-bottom:0!important}
}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #integrations .itile:nth-child(-n+2){border-top:1px solid var(--line)!important}
}

/* Phone announcement: copy and one compact arrow share a row. */
@media(max-width:599.98px){
 :is(.banner,.rq-banner)>p{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}
 :is(.banner,.rq-banner) .announcement-copy{flex:1;min-width:0}
 :is(.banner,.rq-banner) .announcement-action{display:flex!important;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;box-sizing:border-box;padding:0!important;border-radius:50%!important;font-size:0!important;gap:0!important}
 :is(.banner,.rq-banner) .announcement-action span{font-size:20px!important;line-height:1!important}
}

/* Mobile illustrations use a reading column, rather than compressed desktop rows. */
@media(max-width:809.98px){
 .home-refresh.spacing-refresh.platform-page #platform .stgx__bar{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:16px!important}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__bar>i{display:none}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__bar>span{margin:0;font-size:13px;line-height:1.45;overflow-wrap:normal}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__chip{margin:0;font-size:11px;line-height:1.3;padding:4px 7px;white-space:nowrap}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__body{padding:16px!important;gap:16px}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__rec>div{grid-template-columns:minmax(0,1fr);gap:4px;padding:12px 0}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__rec dt{font-size:12px!important;line-height:1.45!important}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__rec dd{font-size:14px!important;line-height:1.5!important}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__rec .is-edit{padding:12px}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__rec .is-edit dd{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__rec dd s{margin:0}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__rec dd em{margin:0}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__note{flex-direction:column;align-items:flex-start;gap:8px;font-size:12px;line-height:1.5}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__tag{font-size:11px;white-space:nowrap}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__foot{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 16px!important;font-size:12px;line-height:1.45}
 .home-refresh.spacing-refresh.platform-page #platform .stgx__foot b{font-size:12px}
 .home-refresh.spacing-refresh #platform .stk__panel>.gap{padding:0!important;min-height:0!important}
 .home-refresh.spacing-refresh #platform .gap__top{padding:16px!important;margin:0!important;gap:8px;flex-wrap:wrap;align-items:center}
 .home-refresh.spacing-refresh #platform .gap__flag{font-size:10px!important;line-height:1.4;padding:4px 7px!important}
 .home-refresh.spacing-refresh #platform .gap__top b{font-size:12px!important;line-height:1.4;white-space:nowrap}
 .home-refresh.spacing-refresh #platform .gap__q{margin:20px 16px 0!important;font-size:17px!important;line-height:1.45!important;letter-spacing:-.2px;max-width:none}
 .home-refresh.spacing-refresh #platform .gap__a{margin:12px 16px 20px!important;font-size:13px!important;line-height:1.5!important}
 .home-refresh.spacing-refresh #platform .gap__fix{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px;margin:0!important;padding:14px 16px!important}
 .home-refresh.spacing-refresh #platform .gap__fix span{font-size:12px!important;line-height:1.4}
 .home-refresh.spacing-refresh #platform .gap__fix b{font-size:13px!important;line-height:1.5}
}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__rail{display:none}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps{display:flex;flex-direction:column;gap:0}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps li{position:relative;min-height:64px;padding:0 0 18px 32px;box-sizing:border-box;gap:4px}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps li:last-child{padding-bottom:0;min-height:44px}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;box-sizing:border-box;display:grid;place-items:center;border:1px solid #c5cdc7;border-radius:50%;background:#fff;color:#0f4a38;font-size:12px;line-height:1;z-index:1}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps li:not(:last-child)::after{content:"";position:absolute;left:8px;top:20px;bottom:-2px;width:1px;background:#dbe2dd}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps li.is-done::before{content:"✓";background:#e5f1eb;border-color:#bad6c8}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps li.is-now::before{background:#00b585;border:5px solid #dcefe7;box-shadow:0 0 0 1px #8ec8b4}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps em{font-size:14px!important;line-height:1.45!important}
 .home-refresh.spacing-refresh.platform-page #platform .stgx--status .stgx__steps b{font-size:12px!important;line-height:1.45!important}
}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh .dplan__rail{grid-template-columns:minmax(0,1fr);gap:0}
 .home-refresh.spacing-refresh .dplan__step{padding:0 0 30px 30px}
 .home-refresh.spacing-refresh .dplan__step::before{left:5px;right:auto!important;top:12px;bottom:0;width:1px;height:auto;transform-origin:top center}
 .home-refresh.spacing-refresh .dplan__step:last-child{padding-bottom:0}
 .home-refresh.spacing-refresh .dplan__step:last-child::before{display:none}
 .home-refresh.spacing-refresh .dplan__mark{top:3px;left:0}
 .home-refresh.spacing-refresh .dplan__week{line-height:1.5}
 .home-refresh.spacing-refresh .dplan__title{margin-top:8px;font-size:18px;line-height:1.4}
 .home-refresh.spacing-refresh .dplan__desc{max-width:none;margin-top:8px;font-size:14px;line-height:1.5}
}
@media(max-width:809.98px) and (prefers-reduced-motion:no-preference){
 .home-refresh.spacing-refresh .dplan.is-in .dplan__step::before{animation:mobileRailDraw .7s ease-out both}
 .home-refresh.spacing-refresh .dplan.is-in .dplan__step:nth-child(2)::before{animation-delay:.3s}
 .home-refresh.spacing-refresh .dplan.is-in .dplan__step:nth-child(3)::before{animation-delay:.6s}
}
@keyframes mobileRailDraw{from{transform:scaleY(0)}to{transform:scaleY(1)}}

@media(max-width:809.98px){
 .home-refresh.spacing-refresh #platform :is(.gap__q,.gap__a){padding:0!important}
 .home-refresh.spacing-refresh .stk__row>.stk__stage{position:relative!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:20px 0 24px!important;box-sizing:border-box}
}
@media(max-width:809.98px){
 .home-refresh.spacing-refresh #platform .tile--wide.stk .stk__row>.stk__stage{padding:16px 12px!important}
}

/* A compact, centered announcement with a subtle silver shimmer. */
@media(max-width:809.98px){
 :is(.banner,.rq-banner){text-align:center!important;padding:12px 20px!important}
 :is(.banner,.rq-banner)>p{display:block!important;text-align:center!important}
 :is(.banner,.rq-banner) .announcement-action{display:none!important}
 :is(.banner,.rq-banner) .announcement-copy{display:block;max-width:580px!important;margin:0 auto;color:#e1e5e8!important}
 @supports ((-webkit-background-clip:text) or (background-clip:text)){
  :is(.banner,.rq-banner) .announcement-copy{background:linear-gradient(110deg,#bfc6cc 0%,#dfe3e7 30%,#fff 45%,#fff 50%,#bcc5cd 65%,#e2e6e9 100%);background-size:240% 100%;-webkit-background-clip:text;background-clip:text;color:transparent!important;-webkit-text-fill-color:transparent}
 }
}
@media(max-width:809.98px) and (prefers-reduced-motion:no-preference){
 :is(.banner,.rq-banner) .announcement-copy{animation:announcementSilver 7s ease-in-out infinite}
}
@keyframes announcementSilver{0%,15%{background-position:100% 50%}75%,100%{background-position:0% 50%}}

/* Amir review 16 Sep: keep capability glyphs visible in the rotating list. */
.home-refresh.spacing-refresh .scl.scl--rotator .scl__item{
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:22px!important;
}
.home-refresh.spacing-refresh .scl.scl--rotator .scl__ico{
  display:block!important;
  flex:none;
}
@media(max-width:809px){
  .home-refresh.spacing-refresh .scl.scl--rotator .scl__item{
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:16px!important;
  }
}

/* Amir review 16 Sep: compact completion marks with enough breathing room. */
.home-refresh.spacing-refresh .tile--flow .feature-copy .caplist.caplist--2{
  row-gap:10px!important;
}
.home-refresh.spacing-refresh .tile--flow .feature-copy .caplist.caplist--2 li{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:11px!important;
  padding-left:0!important;
}
.home-refresh.spacing-refresh .tile--flow .feature-copy .caplist.caplist--2 li::before{
  content:""!important;
  display:block!important;
  position:static!important;
  flex:0 0 12px!important;
  width:12px!important;
  height:12px!important;
  margin:7px 0 0!important;
  border:0!important;
  border-radius:0!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2.4 7.4l3 2.9 6.2-6.6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2.4 7.4l3 2.9 6.2-6.6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat!important;
  background:#0c8f69!important;
  color:transparent!important;
  opacity:1!important;
  font-size:0!important;
}

/* Amir review 16 Sep: clear metric-specific icons in the quality dashboard. */
.home-refresh.spacing-refresh .vizwin .vm__label{
  display:inline-flex;align-items:center;gap:9px;min-width:0;
}
.home-refresh.spacing-refresh .vizwin .vm__label svg{
  width:19px;height:19px;flex:0 0 19px;
  fill:none;stroke:#8fe3c6;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;
}
@media(max-width:809px){
  .home-refresh.spacing-refresh .vizwin .vm__label svg{width:17px;height:17px;flex-basis:17px}
}

/* Keep the Deployment introduction as one compact text group. */
.home-refresh.spacing-refresh #deployment .dplan .feature-copy{row-gap:0!important}
.home-refresh.spacing-refresh #deployment .dplan .t-eyebrow{margin:0 0 12px!important}
@media(max-width:999.98px){
  .home-refresh.spacing-refresh #deployment .dplan .feature-description{margin:18px 0 0!important}
}
@media(max-width:599.98px){
  .home-refresh.spacing-refresh #deployment .dplan .t-eyebrow{margin-bottom:9px!important}
  .home-refresh.spacing-refresh #deployment .dplan .feature-description{margin-top:14px!important}
}

/* The Channels and Escalation compositions already create their own separation. */
.home-refresh.spacing-refresh.platform-page #platform .tile.esc{border-top:0!important}

/* Keep the long About/Careers copy calm and readable. */
.home-refresh.spacing-refresh .join__lead,
.home-refresh.spacing-refresh .roles__lead{
  max-width:52ch!important;
  color:#747674!important;
  font-size:18px!important;
  line-height:1.55!important;
  letter-spacing:-.01em!important;
}
.home-refresh.spacing-refresh .join__link{margin-top:28px!important}
.home-refresh.spacing-refresh .roles__lead{margin-top:24px!important}
@media(max-width:809.98px){
  .home-refresh.spacing-refresh .join__lead,
  .home-refresh.spacing-refresh .roles__lead{
    font-size:17px!important;
    line-height:1.55!important;
  }
  .home-refresh.spacing-refresh .join__link{margin-top:22px!important}
  .home-refresh.spacing-refresh .roles__lead{margin-top:18px!important}
}
