.mk-v2-nav > .mk-v2-nav__live-qc {
  gap: 7px;
  color: var(--mk-v2-white);
}

.mk-v2-nav__live-qc i,
.mk-v2-drawer__live-qc i,
.mk-live-qc__eyebrow i {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--mk-v2-whatsapp, #31c878);
  box-shadow: 0 0 0 3px rgba(49, 200, 120, 0.12);
}

.mk-v2-drawer__live-qc > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.mk-live-qc {
  padding: 72px 0;
  border-top: 1px solid var(--mekevo-border-strong, rgba(17, 17, 20, 0.14));
  background: var(--mekevo-bg, #faf9f6);
}

.mk-live-qc__panel {
  display: grid;
  min-height: 520px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  border: 1px solid var(--mekevo-border-strong, rgba(17, 17, 20, 0.14));
  border-radius: var(--mekevo-radius-md, 8px);
  background: #f7f7f4;
  box-shadow: 0 18px 48px rgba(17, 17, 20, 0.06);
}

.mk-live-qc__content {
  display: flex;
  padding: clamp(42px, 5vw, 76px);
  flex-direction: column;
  justify-content: center;
}

.mk-live-qc__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4e5654;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.5;
}

.mk-live-qc__content h2 {
  max-width: 560px;
  margin: 18px 0 16px;
  color: var(--mekevo-text, #111114);
  font-family: var(--mekevo-font-serif, Georgia, serif);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.mk-live-qc__content > p {
  max-width: 490px;
  margin: 0;
  color: var(--mekevo-text-muted, #74747b);
  font-size: 15px;
  line-height: 1.7;
}

.mk-live-qc__stats {
  display: grid;
  margin: 34px 0 30px;
  grid-template-columns: 1fr 0.8fr 1.2fr;
}

.mk-live-qc__stats div {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(17, 17, 20, 0.14);
}

.mk-live-qc__stats div:first-child {
  padding-left: 0;
  border-left: 0;
}

.mk-live-qc__stats dd,
.mk-live-qc__stats dt {
  margin: 0;
}

.mk-live-qc__stats dd {
  min-height: 29px;
  color: var(--mekevo-text, #111114);
  font-family: var(--mekevo-font-serif, Georgia, serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.mk-live-qc__stats div:last-child dd {
  font-size: 20px;
}

.mk-live-qc__stats dt {
  margin-top: 7px;
  color: var(--mekevo-text-muted, #74747b);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.mk-live-qc__cta {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--mekevo-border-strong, rgba(17, 17, 20, 0.14));
  border-radius: 5px;
  background: transparent;
  color: var(--mekevo-text, #111114);
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}

.mk-live-qc__cta--primary {
  border-color: #111114;
  background: #111114;
  color: #fff;
}

.mk-live-qc__cta:hover,
.mk-live-qc__cta:focus-visible,
.mk-live-qc__cta--primary:hover,
.mk-live-qc__cta--primary:focus-visible {
  background: #2a2a2e;
  color: #fff;
  outline: 2px solid var(--mekevo-accent, #62d4df);
  outline-offset: 2px;
}

.mk-live-qc__steps {
  display: grid;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mk-live-qc__steps li {
  display: grid;
  min-width: 0;
  padding-top: 11px;
  border-top: 1px solid var(--mekevo-border-strong, rgba(17, 17, 20, 0.14));
  gap: 5px;
}

.mk-live-qc__steps b {
  color: var(--mekevo-text-muted, #74747b);
  font-size: 9px;
  line-height: 1;
}

.mk-live-qc__steps span {
  color: var(--mekevo-text, #111114);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.mk-live-qc__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mk-live-qc__actions .mk-live-qc__cta {
  width: 100%;
  padding: 0 12px;
  text-align: center;
}

.mk-live-qc__cta--whatsapp {
  border-color: #16734d;
  color: #135f43;
}

.mk-live-qc__cta--whatsapp:hover,
.mk-live-qc__cta--whatsapp:focus-visible {
  border-color: #16734d;
  background: #16734d;
  color: #fff;
}

.mk-live-qc__cta--telegram {
  border-color: #229ed9;
  color: #1676a3;
}

.mk-live-qc__cta--telegram small {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.2;
}

.mk-live-qc__cta .mk-icon,
.mk-live-qc-product a .mk-icon {
  width: 16px;
  height: 16px;
}

.mk-live-qc__visuals {
  display: grid;
  min-width: 0;
  padding: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  background: #e9e9e5;
}

.mk-live-qc__image {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #d7d7d2;
  color: #fff;
}

.mk-live-qc__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.mk-live-qc__image:hover img,
.mk-live-qc__image:focus-visible img {
  transform: scale(1.018);
}

.mk-live-qc__image:focus-visible {
  outline: 2px solid var(--mekevo-accent, #62d4df);
  outline-offset: -2px;
}

.mk-live-qc__watermark {
  position: absolute;
  right: clamp(7px, 1vw, 14px);
  bottom: clamp(7px, 1vw, 14px);
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(8px, 0.85vw, 12px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.72), 0 0 1px rgba(0, 0, 0, 0.85);
  pointer-events: none;
}

.mk-live-qc--fallback .mk-live-qc__panel {
  min-height: 320px;
  grid-template-columns: 1fr;
}

.mk-live-qc-product {
  display: grid;
  margin-top: 22px;
  padding: 16px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(31, 139, 91, 0.24);
  border-radius: var(--mekevo-radius-sm, 6px);
  background: #f2f7f3;
  color: var(--mekevo-text, #111114);
}

.mk-live-qc-product__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e0efe5;
  color: #16734d;
}

.mk-live-qc-product__icon .mk-icon {
  width: 17px;
  height: 17px;
}

.mk-live-qc-product strong {
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.mk-live-qc-product p {
  margin: 4px 0 9px;
  color: var(--mekevo-text-muted, #74747b);
  font-size: 11px;
  line-height: 1.45;
}

.mk-live-qc-product a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  color: #135f43;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}

.mk-live-qc-product a:hover,
.mk-live-qc-product a:focus-visible {
  color: #0b3928;
  text-decoration: underline;
  outline: none;
}

@media (max-width: 1199px) {
  .mk-live-qc__panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  }

  .mk-live-qc__content {
    padding: 42px;
  }

  .mk-live-qc__stats {
    gap: 16px;
  }

  .mk-live-qc__stats div {
    padding: 0;
    border-left: 0;
  }

  .mk-live-qc__stats dd {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .mk-live-qc {
    padding: 38px 0;
  }

  .mk-live-qc .mk-v2-shell {
    width: min(100% - 24px, var(--mk-v2-shell));
  }

  .mk-live-qc__panel {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 8px;
  }

  .mk-live-qc__content {
    padding: 28px 22px 22px;
  }

  .mk-live-qc__eyebrow {
    font-size: 8px;
  }

  .mk-live-qc__content h2 {
    margin: 13px 0 11px;
    font-size: 34px;
    line-height: 1;
  }

  .mk-live-qc__content > p {
    font-size: 13px;
    line-height: 1.55;
  }

  .mk-live-qc__stats {
    margin: 22px 0 20px;
    gap: 9px;
    grid-template-columns: 1fr 0.72fr 1.14fr;
  }

  .mk-live-qc__stats dd,
  .mk-live-qc__stats div:last-child dd {
    min-height: 0;
    font-size: 17px;
  }

  .mk-live-qc__stats dt {
    margin-top: 4px;
    font-size: 7px;
  }

  .mk-live-qc__cta {
    width: 100%;
    min-height: 46px;
  }

  .mk-live-qc__steps {
    margin-bottom: 18px;
  }

  .mk-live-qc__actions {
    grid-template-columns: 1fr 1fr;
  }

  .mk-live-qc__visuals {
    display: flex;
    min-width: 0;
    padding: 8px;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mk-live-qc__visuals::-webkit-scrollbar {
    display: none;
  }

  .mk-live-qc__image {
    flex: 0 0 min(72vw, 286px);
    min-height: 0;
    aspect-ratio: 1 / 1;
    scroll-snap-align: start;
  }

  .mk-live-qc__watermark {
    right: 8px;
    bottom: 8px;
    font-size: 8px;
  }

  .mk-live-qc-product {
    margin-top: 18px;
    padding: 14px;
  }
}
