/* VipTok case — scoped editorial system. */
body.brawus-v2.page-viptok {
  overflow-x: clip;
}

body.brawus-v2.page-viptok :is(#callback-fab, .scroll-top) {
  display: none !important;
}

.viptok-case {
  --vt-ink: #07172f;
  --vt-navy: #081c39;
  --vt-navy-2: #0c284e;
  --vt-rose: #c52f78;
  --vt-rose-deep: #a91f62;
  --vt-rose-soft: #f4d6e4;
  --vt-paper: #f3f5f9;
  --vt-paper-rose: #f9f0f5;
  --vt-white: #fff;
  --vt-copy: #536078;
  --vt-muted: #8791a3;
  --vt-line: rgba(7, 23, 47, .14);
  --vt-line-light: rgba(255, 255, 255, .17);
  --vt-ease: cubic-bezier(.16, 1, .3, 1);
  position: relative;
  isolation: isolate;
  overflow: clip;
  color: var(--vt-ink);
  background: var(--vt-paper);
}

.viptok-case *,
.viptok-case *::before,
.viptok-case *::after {
  box-sizing: border-box;
}

.viptok-case :is(h1, h2, h3, p, figure, dl, dd, ol, ul) {
  margin: 0;
}

.viptok-case :is(ol, ul) {
  padding: 0;
  list-style: none;
}

.viptok-case img {
  display: block;
  max-width: 100%;
  filter: none !important;
}

.viptok-case a {
  color: inherit;
  text-decoration: none;
}

.viptok-case__shell {
  width: min(1440px, calc(100% - clamp(36px, 7vw, 112px)));
  margin-inline: auto;
}

.viptok-case__hero {
  position: relative;
  padding: clamp(154px, 13vw, 202px) 0 clamp(82px, 8.8vw, 132px);
  color: var(--vt-white);
  background:
    radial-gradient(circle at 82% 15%, rgba(197, 47, 120, .25), transparent 27rem),
    radial-gradient(circle at 22% 74%, rgba(255, 255, 255, .055), transparent 33rem),
    var(--vt-navy);
}

.viptok-case__hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .034) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 79%);
  mask-image: linear-gradient(to bottom, #000, transparent 79%);
  content: "";
  opacity: .52;
  pointer-events: none;
}

.viptok-case__signal {
  position: absolute;
  top: clamp(148px, 12vw, 194px);
  right: max(-17vw, -270px);
  width: clamp(330px, 45vw, 720px);
  aspect-ratio: 1;
  pointer-events: none;
}

.viptok-case__signal i {
  position: absolute;
  inset: calc(var(--ring, 0) * 11%);
  border: 1px solid rgba(244, 214, 228, calc(.19 - var(--ring, 0) * .03));
  border-radius: 50%;
}

.viptok-case__signal i:nth-child(2) { --ring: 1; }
.viptok-case__signal i:nth-child(3) { --ring: 2; }
.viptok-case__signal i:nth-child(4) { --ring: 3; }

.viptok-case__topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--vt-line-light);
}

.viptok-case__back {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .22s ease;
}

.viptok-case__back span {
  color: var(--vt-rose-soft);
  transition: transform .22s ease;
}

.viptok-case__back:hover,
.viptok-case__back:focus-visible {
  color: var(--vt-white);
}

.viptok-case__back:hover span,
.viptok-case__back:focus-visible span {
  transform: translate(2px, -2px);
}

.viptok-case__back:focus-visible,
.viptok-case__hero-note a:focus-visible,
.viptok-case__button:focus-visible,
.viptok-case__text-link:focus-visible {
  outline: 2px solid var(--vt-rose-soft);
  outline-offset: 6px;
}

.viptok-case__topline > p {
  color: rgba(255, 255, 255, .46) !important;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.viptok-case__hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 400px);
  gap: clamp(48px, 8vw, 136px);
  align-items: end;
  padding: clamp(58px, 7vw, 106px) 0 clamp(54px, 6vw, 90px);
}

.viptok-case__brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 34px !important;
  color: var(--vt-white) !important;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 750;
  line-height: 1;
  letter-spacing: .14em;
}

.viptok-case__brand i {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
  background:
    linear-gradient(140deg, transparent 34%, rgba(255, 255, 255, .16) 35%, transparent 56%),
    var(--vt-rose);
  box-shadow: 0 15px 38px rgba(197, 47, 120, .38);
  font-style: normal;
}

.viptok-case__brand i::before,
.viptok-case__brand i::after {
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, .24);
  content: "";
  transform: rotate(45deg);
}

.viptok-case__brand i::after {
  transform: rotate(-45deg);
}

.viptok-case__brand i span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.08em;
  transform: translateX(-1px);
}

.viptok-case__hero h1 {
  max-width: 1020px;
  color: var(--vt-white) !important;
  font-size: clamp(57px, 8.4vw, 126px) !important;
  font-weight: 520 !important;
  line-height: .88 !important;
  letter-spacing: -.068em !important;
  text-wrap: balance;
}

.viptok-case__hero h1 em {
  color: var(--vt-rose-soft);
  font-style: normal;
}

.viptok-case__hero-note {
  padding: 27px 0 3px clamp(24px, 3.5vw, 48px);
  border-left: 1px solid var(--vt-line-light);
}

.viptok-case__hero-note > span,
.viptok-case__eyebrow {
  display: block;
  color: var(--vt-rose-deep) !important;
  font-size: 10px;
  font-weight: 740;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.viptok-case__hero-note > span {
  color: var(--vt-rose-soft) !important;
}

.viptok-case__hero-note p {
  max-width: 36ch;
  margin: 24px 0 30px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.58;
}

.viptok-case__hero-note a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--vt-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.viptok-case__hero-note a i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--vt-navy);
  border-radius: 50%;
  background: var(--vt-rose-soft);
  font-style: normal;
  transition: transform .22s ease;
}

.viptok-case__hero-note a:hover i {
  transform: translateY(4px);
}

.viptok-case__hero-board,
.viptok-case__board {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 47, .12);
  background: var(--vt-white);
  box-shadow: 0 35px 92px rgba(7, 23, 47, .16);
}

.viptok-case__hero-board {
  border-color: rgba(255, 255, 255, .2);
  border-radius: clamp(18px, 2.4vw, 34px);
  box-shadow: 0 44px 120px rgba(0, 8, 24, .48);
}

.viptok-case__hero-board > img,
.viptok-case__board > img {
  width: 100%;
  height: auto;
  transition: transform 1s var(--vt-ease);
}

.viptok-case__hero-board:hover > img,
.viptok-case__board:hover > img {
  transform: scale(1.012);
}

.viptok-case__hero-board figcaption,
.viptok-case__board figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 22px 19px;
  color: var(--vt-ink);
  border-top: 1px solid var(--vt-line);
  background: var(--vt-white);
}

.viptok-case__hero-board figcaption span,
.viptok-case__board figcaption span {
  color: var(--vt-rose-deep);
  font-size: 9px;
  font-weight: 740;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.viptok-case__hero-board figcaption strong,
.viptok-case__board figcaption strong {
  max-width: 58ch;
  color: var(--vt-ink) !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  text-align: right;
}

.viptok-case__hero-chips {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 7px;
}

.viptok-case__hero-chips span {
  padding: 8px 11px;
  color: var(--vt-navy);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 7px;
  background: rgba(255, 255, 255, .84);
  box-shadow: inset 0 1px rgba(255, 255, 255, .8);
  backdrop-filter: blur(14px);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.viptok-case__hero-chips span:first-child::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #48ad7d;
  box-shadow: 0 0 0 3px rgba(72, 173, 125, .14);
  content: "";
}

.viptok-case__facts {
  color: var(--vt-ink);
  border-bottom: 1px solid var(--vt-line);
  background: var(--vt-white);
}

.viptok-case__facts dl {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1fr .78fr .65fr;
}

.viptok-case__facts dl > div {
  min-width: 0;
  padding: 30px clamp(16px, 2.2vw, 34px) 32px;
  border-right: 1px solid var(--vt-line);
}

.viptok-case__facts dl > div:first-child { padding-left: 0; }
.viptok-case__facts dl > div:last-child { padding-right: 0; border-right: 0; }

.viptok-case__facts dt {
  margin-bottom: 10px;
  color: var(--vt-muted);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.viptok-case__facts dd {
  color: var(--vt-ink) !important;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 650;
  line-height: 1.35;
}

.viptok-case__brief,
.viptok-case__conversation,
.viptok-case__calls,
.viptok-case__delivery {
  padding: clamp(94px, 11vw, 174px) 0;
}

.viptok-case__brief,
.viptok-case__conversation,
.viptok-case__delivery {
  background: var(--vt-paper);
}

.viptok-case__brief-grid,
.viptok-case__feature-head,
.viptok-case__calls-head,
.viptok-case__delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(330px, .76fr);
  gap: clamp(60px, 10vw, 164px);
  align-items: start;
}

.viptok-case :is(
  .viptok-case__hero-copy,
  .viptok-case__brief-grid,
  .viptok-case__feature-head,
  .viptok-case__presence-grid,
  .viptok-case__calls-head,
  .viptok-case__calls-stage,
  .viptok-case__technology-grid,
  .viptok-case__delivery-grid,
  .viptok-case__result-grid,
  .viptok-case__cta-panel
) > * {
  min-width: 0;
}

.viptok-case__chapter-head h2,
.viptok-case__presence-copy h2,
.viptok-case__delivery h2,
.viptok-case__result-copy h2,
.viptok-case__cta h2 {
  margin-top: 24px !important;
  color: var(--vt-ink) !important;
  font-size: clamp(45px, 5.8vw, 86px) !important;
  font-weight: 530 !important;
  line-height: .98 !important;
  letter-spacing: -.06em !important;
  text-wrap: balance;
}

.viptok-case__chapter-head h2 em,
.viptok-case__presence-copy h2 em,
.viptok-case__delivery h2 em,
.viptok-case__result-copy h2 em,
.viptok-case__cta h2 em {
  color: var(--vt-rose-deep);
  font-style: normal;
}

.viptok-case__brief-copy {
  padding-top: 39px;
}

.viptok-case__brief-copy p,
.viptok-case__feature-head > div > p,
.viptok-case__calls-head > p,
.viptok-case__chapter-head > p:last-child,
.viptok-case__result-copy > p {
  max-width: 53ch;
  color: var(--vt-copy) !important;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.67;
}

.viptok-case__brief-copy p + p {
  margin-top: 24px !important;
}

.viptok-case__brief-copy p.viptok-case__lead {
  color: var(--vt-ink) !important;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 530;
  line-height: 1.45;
  letter-spacing: -.027em;
}

.viptok-case__channel-map {
  position: relative;
  margin-top: clamp(72px, 9vw, 132px);
  border-top: 1px solid var(--vt-line);
}

.viptok-case__map-label {
  position: absolute;
  top: -11px;
  left: 0;
  padding-right: 18px;
  color: var(--vt-rose-deep) !important;
  background: var(--vt-paper);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.viptok-case__channel-map ol {
  padding-top: 36px;
}

.viptok-case__channel-map li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: clamp(18px, 2.5vw, 40px);
  align-items: center;
  min-height: 102px;
  border-bottom: 1px solid var(--vt-line);
}

.viptok-case__channel-map li > span,
.viptok-case__call-steps li > span,
.viptok-case__delivery-list li > span {
  color: var(--vt-rose-deep);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
}

.viptok-case__channel-map li strong,
.viptok-case__call-steps li strong,
.viptok-case__delivery-list li strong {
  display: block;
  color: var(--vt-ink) !important;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.022em;
}

.viptok-case__channel-map li p,
.viptok-case__call-steps li p,
.viptok-case__delivery-list li p {
  margin-top: 7px !important;
  color: var(--vt-copy) !important;
  font-size: 13px;
  line-height: 1.5;
}

.viptok-case__channel-map li small {
  color: var(--vt-muted);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.viptok-case__demo-wrap {
  position: relative;
  z-index: 2;
  background: var(--vt-paper);
}

.viptok-case__conversation {
  padding-top: clamp(98px, 10vw, 158px);
}

.viptok-case__feature-head > div {
  padding-top: 40px;
}

.viptok-case__feature-head ul {
  margin-top: 34px !important;
  border-top: 1px solid var(--vt-line);
}

.viptok-case__feature-head li {
  position: relative;
  padding: 15px 0 15px 25px;
  color: var(--vt-ink);
  border-bottom: 1px solid var(--vt-line);
  font-size: 13px;
  font-weight: 640;
}

.viptok-case__feature-head li::before {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--vt-rose);
  content: "";
  transform: rotate(45deg);
}

.viptok-case__conversation .viptok-case__board {
  margin-top: clamp(64px, 8vw, 116px);
}

.viptok-case__board {
  border-radius: clamp(15px, 2vw, 27px);
}

.viptok-case__presence {
  position: relative;
  padding: clamp(96px, 11vw, 176px) 0;
  background:
    radial-gradient(circle at 10% 22%, rgba(197, 47, 120, .11), transparent 27rem),
    var(--vt-paper-rose);
}

.viptok-case__presence::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(28vw, 420px);
  height: 1px;
  background: var(--vt-rose);
  content: "";
}

.viptok-case__presence-grid {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: clamp(56px, 8vw, 126px);
  align-items: center;
}

.viptok-case__presence-copy > p:not(.viptok-case__eyebrow) {
  max-width: 48ch;
  margin-top: 30px !important;
  color: var(--vt-copy) !important;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.65;
}

.viptok-case__presence-copy dl {
  margin-top: 42px;
  border-top: 1px solid var(--vt-line);
}

.viptok-case__presence-copy dl > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 60px;
  border-bottom: 1px solid var(--vt-line);
}

.viptok-case__presence-copy dt {
  color: var(--vt-rose-deep);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .1em;
}

.viptok-case__presence-copy dd {
  color: var(--vt-ink) !important;
  font-size: 13px;
  font-weight: 630;
}

.viptok-case__board--status {
  transform: translateY(28px);
}

.viptok-case__calls {
  background: var(--vt-white);
}

.viptok-case__calls-head {
  align-items: end;
}

.viptok-case__calls-head > p {
  padding-bottom: 6px;
}

.viptok-case__calls-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: end;
  margin-top: clamp(68px, 8vw, 120px);
}

.viptok-case__call-steps {
  border-top: 1px solid var(--vt-line);
}

.viptok-case__call-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 25px 0 27px;
  border-bottom: 1px solid var(--vt-line);
}

.viptok-case__technology {
  position: relative;
  padding: clamp(102px, 11.5vw, 184px) 0 clamp(96px, 10vw, 156px);
  overflow: hidden;
  color: var(--vt-white);
  background:
    radial-gradient(circle at 82% 24%, rgba(197, 47, 120, .23), transparent 27rem),
    var(--vt-navy);
}

.viptok-case__tech-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .038) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 90%);
  mask-image: linear-gradient(90deg, #000, transparent 90%);
  pointer-events: none;
}

.viptok-case__technology-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(68px, 10vw, 158px);
  align-items: start;
}

.viptok-case__technology .viptok-case__eyebrow {
  color: var(--vt-rose-soft) !important;
}

.viptok-case__technology .viptok-case__chapter-head h2 {
  color: var(--vt-white) !important;
}

.viptok-case__technology .viptok-case__chapter-head h2 em {
  color: var(--vt-rose-soft);
}

.viptok-case__technology .viptok-case__chapter-head > p:last-child {
  margin-top: 31px !important;
  color: rgba(255, 255, 255, .66) !important;
}

.viptok-case__tech-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--vt-line-light);
  border-left: 1px solid var(--vt-line-light);
}

.viptok-case__tech-stack > div {
  min-height: 174px;
  padding: 25px 27px;
  border-right: 1px solid var(--vt-line-light);
  border-bottom: 1px solid var(--vt-line-light);
  background: rgba(255, 255, 255, .025);
  transition: background .22s ease, transform .22s ease;
}

.viptok-case__tech-stack > div:hover {
  background: rgba(197, 47, 120, .11);
  transform: translateY(-3px);
}

.viptok-case__tech-stack span,
.viptok-case__tech-stack small {
  display: block;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.viptok-case__tech-stack strong {
  display: block;
  margin: 33px 0 11px;
  color: var(--vt-white) !important;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 560;
  letter-spacing: -.035em;
}

.viptok-case__privacy-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(70px, 8vw, 120px);
  border-top: 1px solid var(--vt-line-light);
}

.viptok-case__privacy-line > div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  padding: 28px clamp(20px, 2.5vw, 37px) 2px;
  border-right: 1px solid var(--vt-line-light);
}

.viptok-case__privacy-line > div:first-child { padding-left: 0; }
.viptok-case__privacy-line > div:last-child { padding-right: 0; border-right: 0; }

.viptok-case__privacy-line span {
  color: var(--vt-rose-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .09em;
}

.viptok-case__privacy-line p {
  color: rgba(255, 255, 255, .58) !important;
  font-size: 12px;
  line-height: 1.5;
}

.viptok-case__privacy-line strong {
  display: block;
  margin-bottom: 8px;
  color: var(--vt-white) !important;
  font-size: 15px;
  font-weight: 650;
}

.viptok-case__delivery-grid {
  margin-bottom: clamp(68px, 8vw, 116px);
}

.viptok-case__delivery-list {
  border-top: 1px solid var(--vt-line);
}

.viptok-case__delivery-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 0 28px;
  border-bottom: 1px solid var(--vt-line);
}

.viptok-case__result {
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 12vw, 188px) 0;
  color: var(--vt-white);
  background: var(--vt-navy-2);
}

.viptok-case__result::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 44%, rgba(197, 47, 120, .13));
  content: "";
  pointer-events: none;
}

.viptok-case__result-rings {
  position: absolute;
  right: -14vw;
  bottom: -32vw;
  width: min(62vw, 920px);
  aspect-ratio: 1;
  border: 1px solid rgba(244, 214, 228, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 84px rgba(244, 214, 228, .025),
    0 0 0 168px rgba(244, 214, 228, .018);
  pointer-events: none;
}

.viptok-case__result-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr);
  gap: clamp(60px, 9vw, 148px);
  align-items: end;
}

.viptok-case__result .viptok-case__eyebrow {
  color: var(--vt-rose-soft) !important;
}

.viptok-case__result-copy h2 {
  color: var(--vt-white) !important;
}

.viptok-case__result-copy h2 em {
  color: var(--vt-rose-soft);
}

.viptok-case__result-copy > p {
  margin-top: 31px !important;
  color: rgba(255, 255, 255, .67) !important;
}

.viptok-case__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--vt-line-light);
}

.viptok-case__metrics > div {
  padding: 27px clamp(16px, 2.5vw, 35px) 4px;
  border-right: 1px solid var(--vt-line-light);
}

.viptok-case__metrics > div:first-child { padding-left: 0; }
.viptok-case__metrics > div:last-child { padding-right: 0; border-right: 0; }

.viptok-case__metrics dt {
  color: var(--vt-white) !important;
  font-size: clamp(62px, 7vw, 106px);
  font-weight: 520;
  line-height: .92;
  letter-spacing: -.07em;
  font-variant-numeric: tabular-nums;
}

.viptok-case__metrics dt span {
  color: var(--vt-rose-soft);
  font-size: .5em;
  vertical-align: top;
}

.viptok-case__metrics dd {
  max-width: 16ch;
  margin-top: 17px !important;
  color: rgba(255, 255, 255, .55) !important;
  font-size: 10px;
  font-weight: 680;
  line-height: 1.45;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.viptok-case__cta {
  padding: clamp(86px, 9vw, 138px) 0;
  background: var(--vt-paper-rose);
}

.viptok-case__cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 68px);
  align-items: end;
  padding-top: 34px;
  border-top: 1px solid var(--vt-line);
}

.viptok-case__cta-index {
  color: var(--vt-rose-deep) !important;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
}

.viptok-case__cta-panel > div > p {
  margin-bottom: 24px !important;
  color: var(--vt-muted) !important;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.viptok-case__cta h2 {
  max-width: 890px;
  margin-top: 0 !important;
  font-size: clamp(42px, 5.5vw, 78px) !important;
}

.viptok-case__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 19px;
  min-width: 230px;
  padding-bottom: 4px;
}

.viptok-case__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 58px;
  padding: 0 21px 0 24px;
  color: var(--vt-white) !important;
  border-radius: 8px;
  background: var(--vt-rose-deep);
  box-shadow: 0 18px 38px rgba(169, 31, 98, .2);
  font-size: 12px;
  font-weight: 700;
  transition: transform .22s var(--vt-ease), background .22s ease;
}

.viptok-case__button:hover {
  background: var(--vt-rose);
  transform: translateY(-3px);
}

.viptok-case__button:active {
  transform: translateY(0) scale(.985);
}

.viptok-case__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--vt-ink);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .04em;
}

.viptok-case__text-link span {
  color: var(--vt-rose-deep);
  transition: transform .22s ease;
}

.viptok-case__text-link:hover span {
  transform: translateY(-3px);
}

@media (min-width: 861px) and (max-width: 1450px) {
  .viptok-case__hero-copy {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: clamp(54px, 5vw, 72px);
  }

  .viptok-case__hero h1 {
    font-size: clamp(66px, 6.5vw, 92px) !important;
  }
}

@media (max-width: 1100px) {
  .viptok-case__hero-copy,
  .viptok-case__brief-grid,
  .viptok-case__feature-head,
  .viptok-case__calls-head,
  .viptok-case__delivery-grid,
  .viptok-case__technology-grid,
  .viptok-case__result-grid {
    gap: 54px;
  }

  .viptok-case__presence-grid {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 48px;
  }

  .viptok-case__calls-stage {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  }

  .viptok-case__cta-panel {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .viptok-case__cta-actions {
    grid-column: 2;
    width: min(100%, 360px);
    margin-top: 12px;
  }
}

@media (max-width: 860px) {
  .viptok-case__hero-copy,
  .viptok-case__brief-grid,
  .viptok-case__feature-head,
  .viptok-case__presence-grid,
  .viptok-case__calls-head,
  .viptok-case__calls-stage,
  .viptok-case__technology-grid,
  .viptok-case__delivery-grid,
  .viptok-case__result-grid {
    grid-template-columns: 1fr;
  }

  .viptok-case__hero-copy {
    align-items: start;
  }

  .viptok-case__hero-note {
    max-width: 560px;
  }

  .viptok-case__facts dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .viptok-case__facts dl > div,
  .viptok-case__facts dl > div:first-child,
  .viptok-case__facts dl > div:last-child {
    padding: 23px 20px;
    border-right: 1px solid var(--vt-line);
    border-bottom: 1px solid var(--vt-line);
  }

  .viptok-case__facts dl > div:nth-child(even) { border-right: 0; }
  .viptok-case__facts dl > div:last-child { border-bottom: 0; }

  .viptok-case__presence-grid,
  .viptok-case__calls-stage {
    gap: 58px;
  }

  .viptok-case__board--status {
    transform: none;
  }

  .viptok-case__privacy-line {
    grid-template-columns: 1fr;
  }

  .viptok-case__privacy-line > div,
  .viptok-case__privacy-line > div:first-child,
  .viptok-case__privacy-line > div:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--vt-line-light);
  }

  .viptok-case__privacy-line > div:last-child { border-bottom: 0; }

  .viptok-case__result-grid {
    gap: 70px;
  }
}

@media (max-width: 620px) {
  .viptok-case__shell {
    width: min(100% - 28px, 1440px);
  }

  .viptok-case__hero {
    padding-top: 126px;
  }

  .viptok-case__topline {
    align-items: flex-start;
  }

  .viptok-case__topline > p {
    max-width: 18ch;
    text-align: right;
  }

  .viptok-case__hero-copy {
    gap: 42px;
    padding: 50px 0 48px;
  }

  .viptok-case__brand {
    margin-bottom: 25px !important;
  }

  .viptok-case__hero h1 {
    font-size: clamp(48px, 14vw, 67px) !important;
    line-height: .92 !important;
  }

  .viptok-case__hero-note {
    padding: 24px 0 0;
    border-top: 1px solid var(--vt-line-light);
    border-left: 0;
  }

  .viptok-case__hero-chips {
    top: 10px;
    right: 10px;
  }

  .viptok-case__hero-chips span:last-child {
    display: none;
  }

  .viptok-case__hero-board figcaption,
  .viptok-case__board figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px 15px 16px;
  }

  .viptok-case__hero-board figcaption strong,
  .viptok-case__board figcaption strong {
    font-size: 12px;
    text-align: left;
  }

  .viptok-case__facts dl {
    grid-template-columns: 1fr;
  }

  .viptok-case__facts dl > div,
  .viptok-case__facts dl > div:first-child,
  .viptok-case__facts dl > div:last-child,
  .viptok-case__facts dl > div:nth-child(even) {
    padding: 18px 0 19px;
    border-right: 0;
    border-bottom: 1px solid var(--vt-line);
  }

  .viptok-case__facts dl > div:last-child { border-bottom: 0; }

  .viptok-case__chapter-head h2,
  .viptok-case__presence-copy h2,
  .viptok-case__delivery h2,
  .viptok-case__result-copy h2,
  .viptok-case__cta h2 {
    font-size: clamp(39px, 11.7vw, 54px) !important;
  }

  .viptok-case__channel-map li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 19px 0;
  }

  .viptok-case__channel-map li small {
    display: none;
  }

  .viptok-case__tech-stack {
    grid-template-columns: 1fr;
  }

  .viptok-case__tech-stack > div {
    min-height: 142px;
  }

  .viptok-case__tech-stack strong {
    margin-top: 25px;
  }

  .viptok-case__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .viptok-case__metrics > div {
    padding-inline: 16px;
  }

  .viptok-case__metrics > div:first-child { padding-left: 0; }
  .viptok-case__metrics > div:last-child { padding-right: 0; }

  .viptok-case__cta-panel {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .viptok-case__cta-index {
    display: none;
  }

  .viptok-case__cta-actions {
    grid-column: auto;
    width: 100%;
  }
}

/* Route authority: media-direction and late global polish must not recolor case art. */
body.brawus-v2.page-viptok .viptok-case :is(.viptok-case__hero-board, .viptok-case__board) > img.ed-real-media,
body.brawus-v2.page-viptok .viptok-case :is(.viptok-case__hero-board, .viptok-case__board):hover > img.ed-real-media {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

body.brawus-v2.page-viptok .viptok-case .viptok-case__hero-note p {
  color: rgba(255, 255, 255, .72) !important;
}

body.brawus-v2.page-viptok .viptok-case :is(
  .viptok-case__brief-copy p,
  .viptok-case__feature-head > div > p,
  .viptok-case__presence-copy > p:not(.viptok-case__eyebrow),
  .viptok-case__calls-head > p,
  .viptok-case__channel-map li p,
  .viptok-case__call-steps li p,
  .viptok-case__delivery-list li p
) {
  color: var(--vt-copy) !important;
}

body.brawus-v2.page-viptok .viptok-case .viptok-case__brief-copy p.viptok-case__lead {
  color: var(--vt-ink) !important;
}

body.brawus-v2.page-viptok .viptok-case .viptok-case__technology .viptok-case__chapter-head > p:last-child,
body.brawus-v2.page-viptok .viptok-case .viptok-case__result-copy > p {
  color: rgba(255, 255, 255, .67) !important;
}

body.brawus-v2.page-viptok .viptok-case .viptok-case__privacy-line p {
  color: rgba(255, 255, 255, .58) !important;
}

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