/* ════════════════════════════════════════════════════════
   vypolnennye-raboty.css — Выполненные работы
   Full redesign — dark editorial, premium B2B
   ════════════════════════════════════════════════════════ */

:root {
  --vw-bg:     #040f24;
  --vw-card:   #081933;
  --vw-border: rgba(0, 189, 220, 0.16);
  --vw-teal:   #00bddc;
  --vw-green:  #5dd87a;
  --vw-text:   #d8eaf8;
  --vw-muted:  rgba(180,210,240,0.62);
  --vw-label:  rgba(140,190,230,0.56);
}

body.page-cases {
  background: var(--vw-bg);
  color: var(--vw-text);
}

/* ════════════════════════════════════════════════════════
   HERO — стандарт сайта (hero-partners) + кастомные stats
   ════════════════════════════════════════════════════════ */

/* Переносим стили заголовка из partners.css */
.hero-partners h1.hero-title-stack {
  max-width: 920px;
  animation: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06em;
  line-height: 1.05;
}
.hero-title-line1 {
  display: block;
  animation: heroLine1In 0.9s 0.12s var(--ease, cubic-bezier(.22,1,.36,1)) both;
}
.hero-title-brand {
  display: block;
  font-style: normal;
  font-weight: 900;
  color: #7ee8f8;
  letter-spacing: -0.02em;
  animation: heroBrandIn 1s 0.28s var(--ease, cubic-bezier(.22,1,.36,1)) both;
}
@keyframes heroLine1In {
  from { opacity: 0; transform: translateY(36px); filter: blur(5px); }
  to   { opacity: 1; transform: none; filter: none; }
}
@keyframes heroBrandIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to   { opacity: 1; transform: none; }
}
.hero-tagline {
  margin-top: 22px;
  max-width: 680px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  animation: none;
}
.hero-tagline-chunk {
  display: inline-block;
  opacity: 0;
  transform: translateY(14px);
  animation: heroChunkIn 0.68s var(--ease, cubic-bezier(.22,1,.36,1)) forwards;
}
.hero-tagline-chunk:nth-child(1) { animation-delay: 0.48s; }
@keyframes heroChunkIn {
  to { opacity: 1; transform: none; }
}

/* Блок статистики под tagline */
.vw-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 36px;
  flex-wrap: wrap;
  animation: heroChunkIn 0.7s 0.72s var(--ease, cubic-bezier(.22,1,.36,1)) both;
}
.vw-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 32px;
}
.vw-hero-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  margin-right: 32px;
  flex-shrink: 0;
}
.vw-hero-stat-num {
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}
.vw-hero-stat-num sup {
  font-size: 0.5em;
  vertical-align: super;
  color: #7ee8f8;
  font-weight: 700;
}
.vw-hero-stat-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

@media (max-width: 640px) {
  .vw-hero-stat-sep { display: none; }
  .vw-hero-stats    { gap: 20px; }
  .vw-hero-stat     { padding-right: 0; }
}

/* ════════════════════════════════════════════════════════
   STICKY NAV
   ════════════════════════════════════════════════════════ */
.vw-nav {
  position: sticky;
  top: 70px;
  z-index: 80;
  background: rgba(11,19,31,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--vw-border);
}
.vw-nav-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.vw-nav-inner::-webkit-scrollbar { display: none; }
.vw-nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 8px;
  font-size: 0.69rem;
  font-weight: 600;
  color: var(--vw-muted);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  flex-shrink: 0;
}
.vw-nav-link span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(140,190,230,0.35);
  transition: color .2s;
}
.vw-nav-link:hover { color: rgba(210,235,255,0.9); }
.vw-nav-link.is-active {
  color: #fff;
  border-bottom-color: var(--vw-teal);
}
.vw-nav-link.is-active span { color: var(--vw-teal); }

/* ════════════════════════════════════════════════════════
   CASES CONTAINER
   ════════════════════════════════════════════════════════ */
.vw-cases {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #080e18;
  padding: 2px 0;
}

/* ════════════════════════════════════════════════════════
   CASE ARTICLE — горизонтальный split-панель
   ════════════════════════════════════════════════════════ */
.vw-case {
  display: grid;
  grid-template-columns: 45fr 55fr;
  min-height: 430px;
  background:
    radial-gradient(ellipse 90% 70% at 12% 8%, rgba(0,189,220,0.08) 0%, transparent 60%),
    linear-gradient(160deg, #06142e 0%, #071a34 58%, #081f3d 100%);
  scroll-margin-top: 120px;
  overflow: hidden;
  position: relative;
}
.vw-cases > .vw-case:nth-child(even) {
  grid-template-columns: 55fr 45fr;
}
.vw-cases > .vw-case:nth-child(even) .vw-case-photo { order: 2; }
.vw-cases > .vw-case:nth-child(even) .vw-case-body  { order: 1; }

/* reveal */
.page-cases .reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1);
}
.page-cases .reveal.visible { opacity: 1; transform: none; }

/* ── Фото ────────────────────────────────────────────── */
.vw-case-photo {
  position: relative;
  overflow: hidden;
}
.vw-case-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.22,1,.36,1);
}
.vw-case:hover .vw-case-photo img { transform: scale(1.06); }
/* затемняющий оверлей */
.vw-case-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(8,14,26,0.05) 0%,
    rgba(8,14,26,0.45) 100%
  );
  transition: opacity .6s;
  z-index: 1;
}
.vw-cases > .vw-case:nth-child(even) .vw-case-photo::after {
  background: linear-gradient(
    to left,
    rgba(8,14,26,0.05) 0%,
    rgba(8,14,26,0.45) 100%
  );
}
/* большой номер поверх фото */
.vw-case-photo-num {
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 2;
  font-size: clamp(5rem, 9vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.22);
  pointer-events: none;
  user-select: none;
}
.vw-cases > .vw-case:nth-child(even) .vw-case-photo-num { left: auto; right: 20px; }
/* бейдж на фото */
.vw-case-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #05230e;
  background: linear-gradient(135deg, var(--vw-green) 0%, #3fc656 100%);
}

/* ── Тело карточки ───────────────────────────────────── */
.vw-case-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: clamp(32px, 4.2vw, 58px) clamp(34px, 4.4vw, 60px);
  position: relative;
  background:
    radial-gradient(ellipse 90% 58% at 100% 0%, rgba(0,189,220,0.12) 0%, transparent 62%),
    radial-gradient(ellipse 65% 54% at 0% 100%, rgba(0,189,220,0.07) 0%, transparent 62%),
    var(--vw-card);
}
/* dot-grid фон поверх */
.vw-case-body::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,189,220,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 80% 30%, black 0%, transparent 75%);
  mask-image:         radial-gradient(ellipse 90% 70% at 80% 30%, black 0%, transparent 75%);
  pointer-events: none;
  opacity: 0.7;
}
.vw-cases > .vw-case:nth-child(even) .vw-case-body::after {
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 20% 30%, black 0%, transparent 75%);
  mask-image:         radial-gradient(ellipse 90% 70% at 20% 30%, black 0%, transparent 75%);
}
/* вертикальная teal-черта */
.vw-case-body::before {
  content: '';
  position: absolute;
  top: 12%; bottom: 12%;
  left: 0;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent, var(--vw-teal) 25%, var(--vw-teal) 75%, transparent);
  opacity: 0.4;
  z-index: 1;
}
.vw-cases > .vw-case:nth-child(even) .vw-case-body::before { left: auto; right: 0; }

/* контент поверх декора */
.vw-case-body > * { position: relative; z-index: 2; }

/* угловой акцент (corner bracket) */
.vw-case-body .vw-case-corner {
  position: absolute;
  top: 22px;
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(0,189,220,0.35);
  z-index: 2;
  pointer-events: none;
}
.vw-case .vw-case-corner {
  right: 22px;
  border-left: none;
  border-bottom: none;
}
.vw-cases > .vw-case:nth-child(even) .vw-case-corner {
  left: 22px;
  right: auto;
  border-right: none;
  border-bottom: none;
}

/* заголовочный блок */
.vw-case-head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--vw-border);
}

/* номер кейса над заголовком */
.vw-case-head-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0,189,220,0.7);
}
.vw-case-head-kicker::before {
  content: '';
  display: block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--vw-teal);
  box-shadow: 0 0 0 3px rgba(0,189,220,0.18);
  flex-shrink: 0;
  animation: vw-pulse 2.5s ease-in-out infinite;
}
.vw-case-head-kicker::after {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: linear-gradient(to right, rgba(0,189,220,0.5), transparent);
  border-radius: 1px;
}

.vw-case-title {
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.06;
  color: #fff;
}
.vw-case-title span {
  font-weight: 400;
  color: rgba(160,205,255,0.4);
  font-size: 0.75em;
  letter-spacing: 0;
}
.vw-case-subtitle {
  margin: 14px 0 0;
  font-size: 0.82rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 500;
  color: rgba(160,210,255,0.55);
  letter-spacing: 0.005em;
}
.vw-case-subtitle b {
  color: rgba(0,189,220,0.85);
  font-style: normal;
  font-weight: 700;
}

/* секции контента */
.vw-case-section {
  padding: 18px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.06);
  position: relative;
}
.vw-case-section:last-child { border-bottom: none; padding-bottom: 0; }

/* итоговый блок — премиум-выделение */
.vw-case-section--result {
  margin: 10px -clamp(34px,4.4vw,60px) 0;
  padding: 20px clamp(34px,4.4vw,60px);
  background:
    linear-gradient(135deg, rgba(0,189,220,0.08) 0%, rgba(0,189,220,0.02) 100%);
  border-top: 1px solid rgba(0,189,220,0.18);
  border-bottom: none;
  border-left: 3px solid var(--vw-teal);
  padding-left: calc(clamp(34px,4.4vw,60px) - 3px);
  position: relative;
  overflow: hidden;
}
.vw-case-section--result::before {
  content: '✓';
  position: absolute;
  top: 16px;
  right: 22px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--vw-teal);
  background: rgba(0,189,220,0.12);
  border: 1px solid rgba(0,189,220,0.3);
  border-radius: 50%;
}

/* лейбл-заголовок секции — премиум-тег с точкой */
.vw-case-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 6px 14px 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,189,220,0.22);
  background: linear-gradient(135deg, rgba(0,189,220,0.10) 0%, rgba(0,189,220,0.04) 100%);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0,189,220,0.85);
  line-height: 1;
}
.vw-case-label::before {
  content: '';
  display: block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--vw-teal);
  box-shadow: 0 0 6px rgba(0,189,220,0.6);
  flex-shrink: 0;
}

/* основной текст */
.vw-case-text {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.72;
  color: rgba(205,228,255,0.72);
}
.vw-case-text:last-child { margin-bottom: 0; }
.vw-case-text b {
  color: rgba(235,247,255,0.95);
  font-weight: 600;
}

/* маркированный список */
.vw-case-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vw-case-list li {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(205,228,255,0.72);
}
.vw-case-list li b { color: rgba(235,247,255,0.95); font-weight: 600; }
.vw-case-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,189,220,0.55);
  background: transparent;
}

/* продукция */
.vw-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 6px;
}
.vw-product {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px 16px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,189,220,0.08) 0%, rgba(0,189,220,0.02) 100%);
  border: 1px solid rgba(0,189,220,0.16);
  position: relative;
  overflow: hidden;
  transition: background .3s, border-color .3s, transform .3s, box-shadow .3s;
}
.vw-product::before {
  content: '';
  position: absolute;
  left: 0; top: 14%; bottom: 14%;
  width: 2px;
  background: var(--vw-teal);
  border-radius: 0 2px 2px 0;
  opacity: 0.55;
  transition: opacity .3s;
}
.vw-product::after {
  content: '';
  position: absolute;
  top: -40%; right: -40%;
  width: 80%; height: 80%;
  background: radial-gradient(circle, rgba(0,189,220,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}
.vw-product:hover {
  background: linear-gradient(135deg, rgba(0,189,220,0.14) 0%, rgba(0,189,220,0.04) 100%);
  border-color: rgba(0,189,220,0.34);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(0,189,220,0.25);
}
.vw-product:hover::before { opacity: 1; }
.vw-product:hover::after  { opacity: 1; }
.vw-product strong {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #7ee8f8;
  line-height: 1.2;
}
.vw-product span {
  font-size: 0.78rem;
  color: rgba(160,200,240,0.6);
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
}

/* Кейс ЦВКГ Вишневского: компактный блок объёма */
#case-vishnevsky .vw-volume-highlight {
  margin-top: 6px;
  padding: 12px 14px 13px;
  border-radius: 12px;
  text-align: left;
  background: linear-gradient(155deg, rgba(0, 189, 220, 0.1) 0%, rgba(6, 86, 185, 0.1) 50%, rgba(0, 30, 55, 0.28) 100%);
  border: 1px solid rgba(0, 189, 220, 0.26);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 8px 24px -14px rgba(0, 20, 50, 0.5);
}
#case-vishnevsky .vw-volume-highlight__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0;
  line-height: 1.25;
}
#case-vishnevsky .vw-volume-highlight__brands {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(220, 235, 255, 0.88);
  letter-spacing: 0.02em;
}
#case-vishnevsky .vw-volume-highlight__brands strong {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
}
#case-vishnevsky .vw-volume-highlight__n {
  font-size: clamp(1.55rem, 3.8vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(118deg, #fff 0%, #7ee8f8 50%, #c8f6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  filter: drop-shadow(0 1px 8px rgba(0, 189, 220, 0.28));
}
#case-vishnevsky .vw-volume-highlight__unit {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(150, 195, 235, 0.65);
}

/* Кейс СберСити: акцент объёма поставки */
#case-sbercity .vw-volume-highlight--sbercity {
  margin: 4px 0 4px;
  padding: 16px 18px 17px;
  border-radius: 14px;
  background: linear-gradient(
    148deg,
    rgba(0, 189, 220, 0.14) 0%,
    rgba(31, 122, 245, 0.08) 42%,
    rgba(5, 14, 32, 0.55) 100%
  );
  border: 1px solid rgba(0, 189, 220, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 12px 32px -18px rgba(0, 30, 70, 0.65);
  position: relative;
  overflow: hidden;
}
#case-sbercity .vw-volume-highlight--sbercity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 189, 220, 0.75),
    rgba(126, 232, 255, 0.5),
    transparent
  );
  opacity: 0.9;
  pointer-events: none;
}
#case-sbercity .vw-sber-vol {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 16px;
}
#case-sbercity .vw-sber-vol__qual {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px 4px;
  border-radius: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(126, 232, 255, 0.92);
  border: 1px solid rgba(0, 189, 220, 0.35);
  background: rgba(0, 189, 220, 0.1);
  line-height: 1;
}
#case-sbercity .vw-sber-vol__num {
  font-size: clamp(1.85rem, 4.2vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(118deg, #fff 0%, #9af0ff 45%, #c8f6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 14px rgba(0, 189, 220, 0.32));
}
#case-sbercity .vw-sber-vol__caption {
  margin: 12px 0 0;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: rgba(195, 220, 250, 0.72);
  max-width: 26em;
}

/* числа */
.vw-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 0;
  margin-top: 6px;
}
.vw-stats--bottom {
  margin-top: 0;
  padding-top: 22px;
  border-top: 1px solid var(--vw-border);
}
.vw-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 18px 8px 0;
  position: relative;
  transition: transform .3s;
}
.vw-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 8px; top: 20%; bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(0,189,220,0.18), transparent);
}
.vw-case:hover .vw-stat { transform: translateY(-1px); }
.vw-stat strong {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, #fff 0%, #7ee8f8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vw-stat span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(140,190,230,0.55);
  line-height: 1.4;
}


/* ════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════ */


/* ════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .vw-hero-stats { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
  .vw-filter-wrap {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .vw-filter-wrap::-webkit-scrollbar { display: none; }
  .vw-nav-link { white-space: nowrap; flex-shrink: 0; }
}

@media (max-width: 960px) {
  .vw-case,
  .vw-cases > .vw-case:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .vw-cases > .vw-case:nth-child(even) .vw-case-photo,
  .vw-cases > .vw-case:nth-child(even) .vw-case-body { order: initial; }
  .vw-case-photo { height: 300px; }
  .vw-case-photo img { position: relative; inset: auto; height: 300px; width: 100%; }
  .vw-case-body::before { top: 0; bottom: auto; left: clamp(32px,4vw,60px); right: clamp(32px,4vw,60px); width: auto; height: 2px; }
  .vw-cases > .vw-case:nth-child(even) .vw-case-body::before { right: clamp(32px,4vw,60px); left: clamp(32px,4vw,60px); }
}

@media (max-width: 640px) {
  .vw-nav-link        { padding: 10px 10px; font-size: 0.68rem; }
  .vw-case-body       { padding: 26px 22px; }
  .vw-case-section--result {
    margin: 4px -22px 0;
    padding: 18px 22px;
  }
  .vw-stats { grid-template-columns: 1fr 1fr; }
}
