/*
 * ServiceDesk case — Figma-informed art direction.
 *
 * The source file contains a complete iOS product system rather than a case
 * page. This route-only layer maps that system's paper, ink, violet and mint
 * tokens onto the existing Brawus case narrative. It is intentionally loaded
 * after the shared phone editorial shell so ServiceDesk keeps one coherent
 * canvas instead of the generic paper-card / dark-card split.
 */

html.brawus-v2-html body#body.brawus-v2.page-servicedesk {
  background: #f7f6fa;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case {
  --sd-ink: #151515;
  --sd-paper: #f7f6fa;
  --sd-card: #ffffff;
  --sd-muted: #72727b;
  --sd-line: rgba(21, 21, 21, .12);
  --sd-violet: #5b56f5;
  --sd-violet-deep: #4742d8;
  --sd-violet-soft: #eceaff;
  --sd-mint: #59d9b1;
  --sd-mint-soft: #e5f8f1;
  --sd-dark: #1b1c22;
  color: var(--sd-ink);
  background: var(--sd-paper);
  font-family: "Tilda Sans", "Mont", Arial, sans-serif;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case :is(h1, h2, h3, p, a, dt, dd, li, span, strong, small, em) {
  font-family: inherit;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case :is(h1, h2, h3) {
  font-weight: 520;
  letter-spacing: -.05em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case :is(h1, h2) em {
  color: var(--sd-violet);
  font: inherit;
  font-style: normal;
  letter-spacing: inherit;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__shell {
  width: min(1376px, calc(100% - 64px));
}

/* Hero — the product system comes first, decoration stays quiet. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero {
  min-height: 0;
  padding: clamp(154px, 12vw, 196px) 0 clamp(84px, 8vw, 124px);
  overflow: hidden;
  background-color: var(--sd-paper);
  background-image:
    linear-gradient(rgba(91, 86, 245, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 86, 245, .045) 1px, transparent 1px);
  background-size: 100px 100px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero::before {
  width: min(760px, 58vw);
  height: min(760px, 58vw);
  inset: 82px -12vw auto auto;
  border: 1px solid rgba(91, 86, 245, .15);
  border-radius: 50%;
  background: rgba(91, 86, 245, .045);
  filter: none;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-orbit {
  width: 11px;
  height: 11px;
  top: 330px;
  right: 24.2vw;
  border: 3px solid var(--sd-mint-soft);
  background: var(--sd-mint);
  box-shadow: 0 0 0 10px rgba(89, 217, 177, .09);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__topline {
  margin-bottom: 0;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--sd-line);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__topline > p,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__back {
  color: rgba(21, 21, 21, .62);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  align-items: end;
  gap: clamp(48px, 7vw, 112px);
  margin-bottom: 0;
  padding-top: clamp(70px, 8vw, 118px);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__wordmark {
  margin-bottom: 42px;
  color: var(--sd-ink);
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 650;
  letter-spacing: -.035em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__wordmark span {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--sd-violet);
  box-shadow: 12px 12px 0 -8px var(--sd-mint);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__wordmark span::before,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__wordmark span::after {
  left: 11px;
  width: 16px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__wordmark span::before {
  top: 13px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__wordmark span::after {
  top: 21px;
  width: 11px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 {
  max-width: 960px;
  color: var(--sd-ink);
  font-size: clamp(72px, 9vw, 142px);
  font-weight: 520;
  line-height: .87;
  letter-spacing: -.072em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 em {
  display: block;
  margin-top: .16em;
  color: var(--sd-violet);
  font-size: .78em;
  line-height: .94;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-note {
  min-height: 262px;
  padding: 18px 0 8px 30px;
  border-left: 1px solid rgba(21, 21, 21, .18);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-note::before {
  left: -5px;
  top: 9px;
  width: 9px;
  height: 9px;
  border: 3px solid var(--sd-mint-soft);
  background: var(--sd-mint);
  box-shadow: none;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-note > span,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__eyebrow,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case figure figcaption span {
  color: var(--sd-violet);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-note > p {
  margin: 24px 0 34px;
  color: var(--sd-muted);
  font-size: 18px;
  line-height: 1.55;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-board {
  margin-top: clamp(66px, 7vw, 106px);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame {
  border: 1px solid var(--sd-line);
  border-radius: 28px;
  background: var(--sd-card);
  box-shadow: 0 24px 80px rgba(28, 28, 40, .09);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--hero {
  padding: 10px;
  border: 1px solid rgba(21, 21, 21, .13);
  border-radius: 34px;
  background: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--hero img {
  border-radius: 25px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case :is(.servicedesk-case__media-frame, .servicedesk-case__result-board) img {
  transform: none;
  transition: transform 500ms cubic-bezier(.22, 1, .36, 1);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case .servicedesk-case__media-frame:hover img {
  transform: scale(1.012);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-board figcaption,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-boards figcaption,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-board figcaption,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-board figcaption {
  padding: 20px 4px 0;
  border: 0;
}

/* Product facts become a compact specification strip. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts {
  padding: 0 0 28px;
  border: 0;
  background: var(--sd-paper);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl {
  grid-template-columns: 1.25fr .65fr .8fr .85fr .72fr;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  border-radius: 22px;
  background: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:first-child {
  min-height: 132px;
  padding: 28px 24px;
  border: 0;
  border-left: 1px solid var(--sd-line);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:first-child {
  border-left: 0;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dt,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy dt {
  color: var(--sd-violet);
  font-size: 10px;
  letter-spacing: .12em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dd {
  margin-top: 14px;
  color: var(--sd-ink);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.35;
}

/* Brief and role architecture. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__brief,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__scope {
  padding: clamp(96px, 9vw, 142px) 0;
  background: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__split {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .72fr);
  gap: clamp(64px, 9vw, 152px);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__chapter-head h2,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles-head h2,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy h2,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-copy h2,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta h2 {
  color: var(--sd-ink);
  font-size: clamp(54px, 5.6vw, 84px);
  font-weight: 520;
  line-height: .96;
  letter-spacing: -.06em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__body-copy {
  align-self: end;
  padding-bottom: 4px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__body-copy p,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__chapter-head > p:last-child,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles-head > p,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy > p,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-copy > p {
  color: var(--sd-muted);
  font-size: 18px;
  line-height: 1.62;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__body-copy .servicedesk-case__lead {
  color: var(--sd-ink);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.28;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro {
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  gap: 20px;
  margin-top: clamp(70px, 8vw, 112px);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article:last-child {
  min-height: 398px;
  padding: clamp(34px, 4vw, 54px);
  overflow: hidden;
  color: var(--sd-ink);
  border: 1px solid var(--sd-line);
  border-radius: 26px;
  background: var(--sd-paper);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article::after {
  width: 260px;
  height: 260px;
  right: -110px;
  bottom: -125px;
  border: 1px solid rgba(91, 86, 245, .13);
  border-radius: 50%;
  background: transparent;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article:last-child::after {
  right: -110px;
  background: transparent;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article > span,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article:last-child > span {
  color: var(--sd-ink);
  border: 0;
  background: var(--sd-mint);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article > p,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article:last-child > p {
  color: var(--sd-violet);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case .servicedesk-case__role-intro article h3,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case .servicedesk-case__role-intro article:last-child h3 {
  max-width: 17ch;
  color: var(--sd-ink) !important;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.06;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro li,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article:last-child li {
  color: var(--sd-muted);
  border-color: var(--sd-line);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-link b {
  color: #fff;
  background: var(--sd-violet);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-link i {
  background: rgba(91, 86, 245, .22);
}

/* Interactive prototype — one violet product canvas, no generic split cards. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap {
  padding: clamp(88px, 8vw, 126px) 0;
  overflow: hidden;
  background: var(--sd-paper);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap::before,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap::after {
  display: none;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo] {
  display: grid !important;
  grid-template-columns: minmax(390px, .9fr) minmax(520px, 1.1fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: min(1376px, calc(100% - 64px)) !important;
  max-width: 1376px !important;
  min-height: 812px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  overflow: clip !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 36px !important;
  background: var(--sd-violet) !important;
  box-shadow: 0 28px 90px rgba(71, 66, 216, .24) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo]::before {
  display: block !important;
  inset: 0 !important;
  opacity: .38 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px) !important;
  background-size: 74px 74px !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo]::after {
  display: block !important;
  width: 620px !important;
  height: 620px !important;
  inset: auto -230px -320px auto !important;
  opacity: 1 !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 50% !important;
  background: transparent !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 812px !important;
  padding: clamp(46px, 5vw, 74px) !important;
  overflow: visible !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__kicker {
  margin-bottom: 30px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__kicker::before {
  width: 32px !important;
  background: var(--sd-mint) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__brand {
  margin-bottom: 42px !important;
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__brand > span {
  color: var(--sd-ink) !important;
  background: var(--sd-mint) !important;
  box-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__brand > strong {
  color: rgba(255, 255, 255, .92) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy h2 {
  max-width: 8.2ch !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(56px, 5.2vw, 78px) !important;
  font-weight: 520 !important;
  line-height: .94 !important;
  letter-spacing: -.064em !important;
  text-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__lead {
  max-width: 490px !important;
  margin: 28px 0 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  text-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__steps {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr auto 1fr !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 470px !important;
  margin: 38px 0 0 !important;
  color: #fff !important;
  border: 0 !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__steps > span {
  min-width: 0 !important;
  padding: 12px 13px !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .07) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__steps > span b {
  color: var(--sd-ink) !important;
  background: var(--sd-mint) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__steps > i {
  color: rgba(255, 255, 255, .68) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__note {
  width: fit-content !important;
  max-width: 100% !important;
  margin: 22px 0 0 !important;
  padding: 10px 13px !important;
  color: rgba(255, 255, 255, .76) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 10px !important;
  background: rgba(21, 21, 21, .1) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__note i {
  background: var(--sd-mint) !important;
  box-shadow: 0 0 0 5px rgba(89, 217, 177, .15) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__stage {
  position: relative !important;
  z-index: 2 !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  place-items: center !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 812px !important;
  padding: 42px 56px 30px !important;
  overflow: hidden !important;
  overflow: clip !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(24, 23, 79, .22) !important;
  box-shadow: inset 1px 0 rgba(255, 255, 255, .12) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo]:is(:hover, :focus-within) .sdm-demo__stage {
  border: 0 !important;
  box-shadow: inset 1px 0 rgba(255, 255, 255, .12) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__grid {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  opacity: .34 !important;
  background-size: 52px 52px !important;
  transform: none !important;
  mask-image: linear-gradient(to right, transparent, #000 22%, #000 84%, transparent);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-phone {
  z-index: 3 !important;
  zoom: .78 !important;
  max-width: 390px !important;
  overflow: hidden !important;
  overflow: clip !important;
  contain: layout paint !important;
  filter: drop-shadow(0 30px 50px rgba(18, 17, 58, .34));
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap :is(.sdm-phone__screen, .sdm-phone__viewport),
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-servicedesk-app] {
  max-width: 100% !important;
  overflow: hidden !important;
  overflow: clip !important;
  contain: layout paint !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__chip {
  z-index: 4 !important;
  color: #2d3934 !important;
  border-color: rgba(21, 21, 21, .12) !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 16px 42px rgba(28, 25, 80, .16) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__chip--top {
  top: 74px !important;
  right: 24px !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__chip--bottom {
  left: 26px !important;
  bottom: 86px !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__status {
  position: absolute !important;
  z-index: 4 !important;
  left: 50% !important;
  bottom: 14px !important;
  display: block !important;
  max-width: 440px !important;
  margin: 0 !important;
  padding: 12px 16px 0 !important;
  color: rgba(255, 255, 255, .8) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  transform: translateX(-50%) !important;
  text-shadow: none !important;
}

/* Return the interactive product UI to the source Figma system. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] {
  --sdm-bg: #f7f6fa !important;
  --sdm-card: #fff !important;
  --sdm-ink: #151515 !important;
  --sdm-muted: #817f8c !important;
  --sdm-line: rgba(21, 21, 21, .09) !important;
  --sdm-line-strong: rgba(21, 21, 21, .16) !important;
  --sdm-primary: #645dfb !important;
  --sdm-primary-dark: #151515 !important;
  --sdm-primary-soft: #eceaff !important;
  --sdm-accent: #645dfb !important;
  --sdm-accent-soft: #eceaff !important;
  --sdm-mint: #59d9b1 !important;
  --sdm-mint-soft: #e5f1ed !important;
  --sdm-focus: #645dfb !important;
  --sdm-on-dark: #fff !important;
  color: #151515 !important;
  background: #f7f6fa !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] :where(*) {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-rolebar {
  background: rgba(247, 246, 250, .96) !important;
  border-bottom-color: rgba(21, 21, 21, .09) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-brand {
  color: #fff !important;
  background: #151515 !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-role-switch {
  background: #ececef !important;
  border-color: rgba(21, 21, 21, .08) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-role-switch button {
  color: #73737b !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-role-switch button.sdm-is-active {
  color: #151515 !important;
  background: #fff !important;
  box-shadow: 0 3px 10px rgba(21, 21, 21, .08) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-avatar {
  color: #fff !important;
  background: #645dfb !important;
  border-color: #fff !important;
  box-shadow: 0 5px 14px rgba(100, 93, 251, .22) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-avatar i,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-online i,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-hero-card__top i {
  background: #59d9b1 !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-online {
  color: #26745d !important;
  border-color: #cce7dc !important;
  background: #e5f1ed !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-hero-card {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .1) !important;
  background: #151515 !important;
  box-shadow: 0 18px 34px rgba(21, 21, 21, .17) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-hero-card :is(h2, strong),
html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-hero-card__top {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-hero-card :is(p, .sdm-hero-card__meta) {
  color: rgba(255, 255, 255, .62) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-hero-card > button {
  color: #151515 !important;
  background: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] :is(.sdm-order-row, .sdm-job-card, .sdm-form-card, .sdm-detail-card) {
  border-color: rgba(21, 21, 21, .09) !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-job-card--featured {
  border-left-color: #645dfb !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] :is(.sdm-field input, .sdm-field textarea) {
  color: #151515 !important;
  border-color: rgba(21, 21, 21, .1) !important;
  background: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] :is(.sdm-primary, .sdm-primary:hover) {
  color: #fff !important;
  border-color: #151515 !important;
  background: #151515 !important;
  box-shadow: 0 9px 20px rgba(21, 21, 21, .14) !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-primary :is(span, b) {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-status-card strong {
  color: #151515 !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-status-card p {
  color: #817f8c !important;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk [data-servicedesk-app] .sdm-timeline li.sdm-is-current > i {
  box-shadow: 0 0 0 4px rgba(100, 93, 251, .14) !important;
}

/* A shorter, scannable journey instead of six full viewport rows. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey {
  padding: clamp(104px, 9vw, 148px) 0;
  color: #fff;
  background: var(--sd-dark);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey .servicedesk-case__eyebrow {
  color: var(--sd-mint);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__chapter-head--wide {
  max-width: 1040px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__chapter-head--wide h2 {
  max-width: 15ch;
  color: #fff;
  font-size: clamp(58px, 6.4vw, 96px);
  line-height: .94;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__chapter-head--wide h2 em {
  color: var(--sd-mint);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(48px, 7vw, 112px);
  margin-top: clamp(68px, 7vw, 104px);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list li {
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 20px;
  min-height: 0;
  padding: 30px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 0;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list > li > span,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list small {
  color: rgba(255, 255, 255, .5);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list h3 {
  color: #fff;
  font-size: clamp(25px, 2vw, 32px);
  letter-spacing: -.035em;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list p {
  max-width: 48ch;
  margin-top: 10px;
  color: rgba(255, 255, 255, .58);
  font-size: 15px;
  line-height: 1.52;
}

/* Product boards and connected system. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles {
  padding: clamp(104px, 9vw, 146px) 0;
  background: var(--sd-paper);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(48px, 8vw, 132px);
  align-items: end;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles-head h2 {
  max-width: 14ch;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-boards {
  gap: 24px;
  margin-top: clamp(64px, 7vw, 100px);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-boards figure:nth-child(2) {
  margin-top: 0;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-boards .servicedesk-case__media-frame {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-boards img {
  min-height: 0;
  aspect-ratio: 2400 / 1436;
  object-fit: cover;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system {
  padding: clamp(102px, 9vw, 142px) 0;
  background: var(--sd-dark);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-grid {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(58px, 8vw, 124px);
  align-items: center;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy h2,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy h2 em {
  color: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy > p {
  color: rgba(255, 255, 255, .58);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy dl {
  margin-top: 46px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy dl > div,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy dl > div:nth-child(even) {
  padding: 16px 0;
  border-color: rgba(255, 255, 255, .15);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy dt {
  color: var(--sd-mint);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy dd {
  color: rgba(255, 255, 255, .75);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--dark {
  padding: 10px;
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--dark img {
  border-radius: 20px;
}

/* Scope, results and CTA. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__scope-list li {
  padding: 24px 0;
  border-color: var(--sd-line);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__scope-list > li > span {
  color: var(--sd-violet);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__scope-list strong {
  color: var(--sd-ink);
  font-size: 22px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__scope-list p {
  color: var(--sd-muted);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result {
  padding: clamp(104px, 9vw, 146px) 0;
  background: var(--sd-violet-soft);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-mark {
  right: -18px;
  top: 26px;
  color: rgba(91, 86, 245, .08);
  font-size: min(31vw, 470px);
  line-height: .8;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__metrics {
  border-color: rgba(91, 86, 245, .2);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__metrics > div,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__metrics > div:first-child {
  padding: 20px 0;
  border-color: rgba(91, 86, 245, .2);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__metrics dt {
  color: var(--sd-violet);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-board {
  margin-top: clamp(64px, 7vw, 96px);
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(91, 86, 245, .16);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(71, 66, 216, .12);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-board img {
  border-radius: 21px;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta {
  padding: clamp(82px, 8vw, 120px) 0;
  background: var(--sd-violet);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta-panel {
  grid-template-columns: 70px minmax(0, 1fr) minmax(230px, 300px);
  gap: clamp(32px, 5vw, 76px);
  min-height: 0;
  padding: clamp(42px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 30px;
  background: rgba(255, 255, 255, .055);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta-index,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta-panel > div:nth-child(2) > p {
  color: rgba(255, 255, 255, .58);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta h2,
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta h2 em {
  color: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case a.servicedesk-case__button--light {
  min-height: 62px;
  padding: 9px 10px 9px 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 14px;
  background: var(--sd-ink);
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case a.servicedesk-case__button--light span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  place-items: center;
  color: var(--sd-ink);
  border-radius: 11px;
  background: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case a.servicedesk-case__button--light:is(:hover, :focus-visible) {
  color: var(--sd-ink);
  border-color: #fff;
  background: #fff;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case a.servicedesk-case__button--light:is(:hover, :focus-visible) span {
  color: #fff;
  background: var(--sd-ink);
  transform: translate(2px, -2px);
}

@media (max-width: 1100px) {
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-grid,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles-head {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
    gap: 52px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__split,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-grid,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-grid {
    gap: 58px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo] {
    grid-template-columns: minmax(300px, .82fr) minmax(440px, 1.18fr) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy {
    padding: 44px 36px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy h2 {
    font-size: clamp(50px, 6.2vw, 66px) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__stage {
    padding-inline: 26px !important;
  }
}

@media (max-width: 820px) {
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__shell,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo] {
    width: min(100% - 32px, 720px) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero {
    padding: 132px 0 72px;
    background-size: 64px 64px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-grid,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__split,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles-head,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-grid,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-note {
    min-height: 0;
    max-width: 520px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 {
    font-size: clamp(58px, 14vw, 94px);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:first-child {
    min-height: 112px;
    border: 0;
    border-top: 1px solid var(--sd-line);
    border-left: 1px solid var(--sd-line);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:nth-child(-n+2) {
    border-top: 0;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:nth-child(odd) {
    border-left: 0;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro {
    grid-template-columns: minmax(0, 1fr);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-link {
    min-height: 64px;
    grid-template-columns: 1fr auto 1fr;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-link i {
    width: 100%;
    height: 1px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo] {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
    border-radius: 28px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy {
    min-height: 0 !important;
    padding: 54px 42px 46px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy h2 {
    max-width: 11ch !important;
    font-size: clamp(54px, 9vw, 72px) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__stage {
    min-height: 720px !important;
    padding: 34px 24px 26px !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, .12) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list {
    grid-template-columns: minmax(0, 1fr);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-boards {
    grid-template-columns: minmax(0, 1fr);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta-index {
    display: none;
  }
}

@media (max-width: 560px) {
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__shell,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo] {
    width: calc(100% - 32px) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero {
    padding: 112px 0 56px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__topline > p {
    display: none;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-grid {
    padding-top: 50px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__wordmark {
    margin-bottom: 30px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 {
    font-size: clamp(49px, 15.3vw, 70px);
    letter-spacing: -.066em;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero-note {
    padding-left: 20px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--hero,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-board,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--dark {
    padding: 5px;
    border-radius: 18px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--hero img,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-board img,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__media-frame--dark img {
    border-radius: 13px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl {
    grid-template-columns: minmax(0, 1fr);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:first-child,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:nth-child(-n+2),
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:nth-child(odd) {
    min-height: 0;
    padding: 20px;
    border: 0;
    border-top: 1px solid var(--sd-line);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__facts dl > div:first-child {
    border-top: 0;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__brief,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__scope,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta {
    padding-block: 78px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__chapter-head h2,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__roles-head h2,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__system-copy h2,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__result-copy h2,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta h2,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__chapter-head--wide h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-intro article:last-child {
    min-height: 0;
    padding: 28px 24px;
    border-radius: 20px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap {
    padding: 64px 0;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap [data-sdm-demo] {
    border-radius: 22px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy {
    padding: 36px 22px 32px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__brand {
    margin-bottom: 28px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__copy h2 {
    max-width: 9.5ch !important;
    font-size: clamp(44px, 13vw, 58px) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__lead {
    font-size: 16px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__steps > i {
    display: none !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__steps > span {
    padding: 10px 8px !important;
    font-size: 11px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__note {
    font-size: 11px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__stage {
    min-height: 660px !important;
    padding: 28px 10px 42px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-phone {
    width: 390px !important;
    height: 844px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 8px !important;
    zoom: .7 !important;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    border-radius: 52px !important;
    background: #17191e !important;
    box-shadow:
      0 24px 48px rgba(17, 16, 53, .34),
      inset 0 0 0 2px rgba(255, 255, 255, .16) !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-phone__screen {
    border-radius: 44px !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__chip {
    display: none !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__demo-wrap .sdm-demo__status {
    right: 16px !important;
    bottom: 10px !important;
    left: 16px !important;
    max-width: 300px !important;
    margin-inline: auto !important;
    font-size: 10px !important;
    transform: none !important;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 0 28px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__journey-list small {
    display: none;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__role-boards {
    gap: 52px;
  }

  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__cta-panel {
    padding: 30px 22px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case *,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case *::before,
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Canonical case typography. Direct `*.php` URLs historically skipped the
   page slug hook and therefore kept these calmer base metrics. Preserve that
   preferred ServiceDesk type treatment after route normalization so both URL
   forms render identically. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 {
  max-width: 10.5ch;
  font-size: clamp(68px, 8.4vw, 134px);
  font-weight: 600;
  line-height: .84;
  letter-spacing: -.052em;
  text-wrap: balance;
}

html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 em {
  display: inline-block;
  margin-top: 0;
  font-family: var(--sd-serif) !important;
  font-size: .7em;
  font-weight: 400;
  font-style: italic;
  line-height: .95;
  letter-spacing: -.04em;
}

@media (max-width: 560px) {
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 {
    max-width: 9.8ch;
    font-size: clamp(45px, 13.2vw, 64px);
    line-height: .88;
  }
}

@media (max-width: 340px) {
  html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case__hero h1 {
    font-size: 42px;
  }
}

/* The serif is an accent, never a second display face. Keep every narrative
   emphasis in the same light italic cut used in the hero. */
html.brawus-v2-html body#body.brawus-v2.page-servicedesk .servicedesk-case :is(h1, h2) em {
  font-family: var(--sd-serif) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-synthesis: none;
}
