/* Desktop v2 — scoped under .deskv2 (mobile uses style.css, untouched) */
.deskv2 *, .deskv2 *::before, .deskv2 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.deskv2 {
      --blue:  #3643BA;
      --dark:  #111;
      --muted: #888;
      --paper: #faf9f7;
      --alt:   #f4f5fb;
      --white: #fff;
    }
.deskv2 { font-family: 'Inter', sans-serif; background: var(--paper); color: var(--dark); }
.deskv2 nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      display: flex; justify-content: space-between; align-items: center;
      padding: 1.1rem 3rem;
      background: rgba(250,249,247,0.92);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(0,0,0,0.06);
    }
.deskv2 .nav-name { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; }
.deskv2 .nav-chapters { display: flex; gap: 0.15rem; }
.deskv2 .nav-ch {
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em;
      color: var(--muted); padding: 0.25rem 0.55rem; border-radius: 4px;
      text-decoration: none; transition: color 0.15s;
    }
.deskv2 .nav-ch:hover { color: var(--dark); }
.deskv2 .mock-badge {
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em;
      color: var(--white); background: var(--blue);
      border-radius: 4px; padding: 0.28rem 0.7rem;
    }
.deskv2 .hero-journey {
      height: 250vh;
      
      background: radial-gradient(ellipse 110% 85% at 50% 32%, #f3eee2 0%, #ebe1cd 58%, #e0d3b8 100%);
    }
.deskv2 .hero-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; z-index: 2; }
.deskv2 .hero-panel { position: absolute; top: 0; width: 50%; height: 100%; will-change: transform; }
.deskv2 .hero-panel--left {
      left: 0; background: var(--dark);
      display: flex; align-items: center;
      padding: 6rem 3.5rem 5rem;
    }
.deskv2 .hero-panel--right { right: 0; background: var(--alt); }
.deskv2 .hero-panel--right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.deskv2 .hero-panel__inner { width: 100%; }
.deskv2 .hero-name {
      font-size: clamp(3.2rem, 6.5vw, 5.2rem);
      font-weight: 900; line-height: 0.88;
      letter-spacing: -0.04em; color: var(--white);
      margin-bottom: 1.6rem;
    }
.deskv2 .hero-role-line { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.55); line-height: 1.85; }
.deskv2 .hero-divider { width: 24px; height: 1px; background: rgba(255,255,255,0.18); margin: 1rem 0; }
.deskv2 .hero-meta-line { font-size: 0.7rem; color: rgba(255,255,255,0.32); line-height: 1.9; }
.deskv2 .hero-contacts { display: flex; flex-direction: column; gap: 0.55rem; }
.deskv2 .hero-contacts a {
      color: rgba(255,255,255,0.55); text-decoration: none;
      font-size: 0.8rem; display: flex; align-items: center; gap: 0.6rem;
      transition: color 0.2s;
    }
.deskv2 .hero-contacts a:hover { color: var(--white); }
.deskv2 .hero-contacts i { width: 16px; text-align: center; color: var(--blue); font-size: 0.8rem; }
.deskv2 .chapter { max-width: 1100px; margin: 0 auto; padding: 4.5rem 3rem 5.5rem; position: relative; z-index: 2; }
.deskv2 .ch-title {
      font-size: clamp(2.4rem, 4.5vw, 3.8rem);
      font-weight: 900; line-height: 0.91;
      letter-spacing: -0.03em; color: var(--dark);
      margin-bottom: 1.25rem;
      white-space: nowrap;
    }
.deskv2 .ch-meta { display: flex; align-items: center; gap: 0.6rem; font-size: 0.72rem; color: var(--muted); margin-bottom: 1.75rem; }
.deskv2 .ch-meta-org { font-weight: 600; color: var(--dark); }
.deskv2 .ch-meta-dot { color: #ccc; }
.deskv2 .ch-body { max-width: 640px; font-size: 1rem; line-height: 1.85; color: #2e2e2e; }
.deskv2 .ch-body p + p { margin-top: 1.2rem; }
.deskv2 .ch-body strong { font-weight: 700; color: var(--dark); }
.deskv2 .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.deskv2 .reveal.visible { opacity: 1; transform: none; }
.deskv2 .pull-section { background: var(--dark); color: var(--white); padding: 5.5rem 3rem; position: relative; z-index: 3; }
.deskv2 .pull-inner { max-width: 760px; margin: 0 auto; }
.deskv2 .pull-quote {
      font-family: 'Lora', serif; font-style: italic; font-weight: 700;
      font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.3; color: var(--white);
    }
.deskv2 .ch-stone {
      position: relative; overflow: hidden;
      /* перекрытие hero делает секция #ch01 (margin-top:-150vh в index.html) */
      background:
        radial-gradient(ellipse 110% 85% at 50% 32%, #f3eee2 0%, #ebe1cd 58%, #e0d3b8 100%);
    }
.deskv2 .ch-stone .chapter { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 8rem; padding-bottom: 8rem; }
.deskv2 .ch-stone-head { margin-bottom: 2rem; }
.deskv2 .ch-stone .ch-title { color: #2a2318; }
.deskv2 .ch-stone .ch-meta { color: #7a6b4d; }
.deskv2 .ch-stone .ch-meta-org { color: #2a2318; }
.deskv2 .boulder {
      position: relative;
      width: 100%; max-width: 960px; margin: 0 auto;
      padding: 5.5rem 6rem 6rem;
    }
.deskv2 .boulder::before {
      content: ''; position: absolute; inset: -18px; z-index: 0;
      background: #44382a;
      border-radius: 32px 26px 34px 22px;
      filter: url(#boulderEdge) drop-shadow(0 26px 30px rgba(0,0,0,0.5));
    }
.deskv2 .boulder::after {
      content: ''; position: absolute; inset: -7px; z-index: 1; pointer-events: none;
      background: url('../img/background1.webp') center center / cover no-repeat;
      border-radius: 30px 24px 32px 20px;
      filter: url(#boulderEdge);
      box-shadow:
        inset 0 8px 22px rgba(255,250,240,0.3),
        inset 0 -26px 55px rgba(50,38,20,0.42),
        inset 0 0 0 100px rgba(0,0,0,0); 
    }
/* костёр у нижнего-правого угла камня: поленья ниже камня, пламя заходит на камень */
.deskv2 .campfire {
      position: absolute; z-index: 4; pointer-events: none;
      right: -190px; bottom: -150px;
      width: 480px; height: 600px;
    }
/* ниже ~1060px валун начинает сжиматься — уменьшаем костёр, чтобы держался у угла */
@media (max-width: 1060px) {
  .deskv2 .campfire { transform: scale(0.75); transform-origin: bottom right; right: -150px; bottom: -120px; }
}
.deskv2 .boulder > .ch-stone-content {
      position: relative; z-index: 3; max-width: 560px; margin: 0 auto;
      padding: 1.8rem 2.2rem;
      border-radius: 14px;
      
      background: radial-gradient(ellipse 80% 70% at 50% 45%, rgba(252,249,242,0.55) 0%, rgba(252,249,242,0.32) 55%, rgba(252,249,242,0) 100%);
    }
.deskv2 .dv2-petro {
      position: absolute; opacity: 0; pointer-events: none; z-index: 2;
      width: clamp(95px, 9.5vw, 145px);
      height: auto;
      will-change: opacity, transform;
    }
.deskv2 .ch-product { background: #e9e6e0; position: relative; overflow: hidden; }
.deskv2 .ch-product .chapter { max-width: 1100px; }
.deskv2 .ch-product .ch-title { color: #2a2318; }
.deskv2 .ch-product .ch-meta { color: #7a6e5a; }
.deskv2 .ch-product .ch-meta-org { color: #2a2318; }
.deskv2 .ch-product .ch-head { margin-bottom: 2.5rem; max-width: 640px; }
.deskv2 .pcard {
      position: relative; background: #fff; border-radius: 10px; overflow: hidden;
      display: grid; grid-template-columns: 400px 1fr;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08), 0 22px 55px rgba(0,0,0,0.16);
      font-family: 'Inter', sans-serif;
    }
.deskv2 .pc-gallery {
      background: #f6f5f3; padding: 1.8rem 1.6rem;
      display: flex; flex-direction: column; gap: 1rem;
      border-right: 1px solid #eee;
    }
.deskv2 .pc-stage {
      flex: 1; background: #fff; border-radius: 8px; overflow: hidden;
      min-height: 360px; position: relative;
      box-shadow: inset 0 0 0 1px #efefef;
    }
.deskv2 .pc-stage img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: cover; object-position: center top;
    }
.deskv2 .pc-caption { min-height: 42px; }
.deskv2 .pc-tag {
      display: inline-block; font-size: 0.6rem; font-weight: 800;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: #fff; background: #0a7d5a; border-radius: 3px;
      padding: 0.22rem 0.5rem; margin-bottom: 0.4rem;
    }
.deskv2 .pc-cap-text { display: block; font-size: 0.74rem; color: #6a6a6a; line-height: 1.45; }
.deskv2 .pc-thumbs { display: flex; gap: 0.55rem; }
.deskv2 .pc-thumb {
      width: 56px; height: 56px; border-radius: 6px; background: #fff;
      box-shadow: inset 0 0 0 1px #e8e8e8; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.25rem; color: #9a9a9a; padding: 0;
      transition: box-shadow 0.15s, color 0.15s;
    }
.deskv2 .pc-thumb:hover { box-shadow: inset 0 0 0 1px #b8b8b8; color: #6a6a6a; }
.deskv2 .pc-thumb.active { box-shadow: inset 0 0 0 2px var(--blue); color: var(--blue); }
.deskv2 .pc-info { padding: 1.9rem 2rem 1.9rem; display: flex; flex-direction: column; }
.deskv2 .pc-crumb { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.06em; color: #9a9a9a; text-transform: uppercase; }
.deskv2 .pc-crumb span { color: #c2c2c2; margin: 0 0.35rem; }
.deskv2 .pc-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.01em; color: #1a1a1a; margin: 0.4rem 0 0.15rem; line-height: 1.15; }
.deskv2 .pc-brand { font-size: 0.8rem; font-weight: 600; color: #3643BA; }
.deskv2 .pc-rating { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.6rem; }
.deskv2 .pc-stars { color: #ffb400; font-size: 0.82rem; letter-spacing: 0.05em; }
.deskv2 .pc-rating-txt { font-size: 0.68rem; color: #9a9a9a; }
.deskv2 .pc-price-row { display: flex; align-items: baseline; gap: 0.6rem; margin: 1rem 0 0.2rem; }
.deskv2 .pc-price { font-size: 1.7rem; font-weight: 800; color: #1a1a1a; letter-spacing: -0.02em; }
.deskv2 .pc-price-old { font-size: 0.85rem; color: #b3b3b3; text-decoration: line-through; }
.deskv2 .pc-price-note { font-size: 0.66rem; color: #16a34a; font-weight: 600; }
.deskv2 .pc-desc { margin-top: 1.2rem; font-size: 0.86rem; line-height: 1.7; color: #3a3a3a; }
.deskv2 .pc-desc p + p { margin-top: 0.8rem; }
.deskv2 .pc-desc strong { font-weight: 700; color: #1a1a1a; }
.deskv2 .pc-specs { margin-top: 1.3rem; border-top: 1px solid #eee; }
.deskv2 .pc-spec {
      display: flex; align-items: center; gap: 0.7rem;
      padding: 0.55rem 0; border-bottom: 1px solid #f1f1f1;
      font-size: 0.8rem;
    }
.deskv2 .pc-spec i { width: 20px; text-align: center; color: #0a7d5a; font-size: 0.85rem; }
.deskv2 .pc-spec-label { color: #7a7a7a; }
.deskv2 .pc-spec-val { margin-left: auto; font-weight: 700; color: #1a1a1a; font-variant-numeric: tabular-nums; }
.deskv2 .pc-actions { display: flex; gap: 0.8rem; align-items: center; margin-top: 1.6rem; }
.deskv2 .pc-cart {
      flex: 1; background: #3643BA; color: #fff;
      border: none; border-radius: 6px; padding: 0.85rem 1rem;
      font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 700;
      letter-spacing: 0.02em; cursor: pointer;
      display: flex; align-items: center; justify-content: center; gap: 0.5rem;
      transition: background 0.15s;
    }
.deskv2 .pc-cart:hover { background: #2733a0; }
.deskv2 .pc-fav {
      width: 46px; height: 46px; flex-shrink: 0;
      border: 1px solid #ddd; border-radius: 6px; background: #fff;
      color: #aaa; font-size: 1rem; cursor: pointer; transition: color 0.15s, border-color 0.15s;
    }
.deskv2 .pc-fav:hover { color: #e0245e; border-color: #e0245e; }
/* состояние «добавлено» + чек-подтверждение с контактами */
.deskv2 .pc-cart.added { background: #0a7d5a; }
.deskv2 .pc-cart.added:hover { background: #0a6e4f; }
.deskv2 .pc-confirm {
      max-height: 0; opacity: 0; overflow: hidden;
      transform: translateY(-6px);
      transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
      margin-top: 0;
      border-radius: 8px;
      background: linear-gradient(180deg, #f3fbf7 0%, #eaf6f0 100%);
      border: 1px solid #bfe6d4;
    }
.deskv2 .pc-confirm.show { max-height: 240px; opacity: 1; transform: none; margin-top: 1rem; }
.deskv2 .pc-confirm-head { display: flex; align-items: center; gap: 0.7rem; padding: 0.9rem 1rem 0.6rem; }
.deskv2 .pc-confirm-check {
      width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%;
      background: #0a7d5a; color: #fff; font-size: 0.8rem;
      display: flex; align-items: center; justify-content: center;
      animation: dvPop 0.4s ease;
    }
@keyframes dvPop { 0% { transform: scale(0); } 60% { transform: scale(1.2); } 100% { transform: scale(1); } }
.deskv2 .pc-confirm-title { font-size: 0.86rem; font-weight: 800; color: #0a5c43; }
.deskv2 .pc-confirm-sub { font-size: 0.72rem; color: #3a7a64; margin-top: 0.1rem; }
.deskv2 .pc-confirm-links { display: flex; flex-direction: column; gap: 0.15rem; padding: 0 1rem 0.9rem 3.2rem; }
.deskv2 .pc-confirm-links a {
      display: flex; align-items: center; gap: 0.55rem;
      font-size: 0.76rem; color: #1a6b50; text-decoration: none;
      padding: 0.18rem 0; transition: color 0.15s;
    }
.deskv2 .pc-confirm-links a:hover { color: #0a7d5a; }
.deskv2 .pc-confirm-links i { width: 16px; text-align: center; }
.deskv2 .ch-chat { background: #d0d8d5; }
.deskv2 .ch-chat .chapter { max-width: 1100px; }
.deskv2 .chat-intro { margin-bottom: 2.5rem; max-width: 640px; }
.deskv2 .msgr {
      display: grid; grid-template-columns: 290px 1fr;
      height: 580px; border-radius: 14px; overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08), 0 18px 48px rgba(0,0,0,0.18);
      background: #f0ebe3;
    }
.deskv2 .msgr-side { background: #faf7f1; border-right: 1px solid rgba(0,0,0,0.07); display: flex; flex-direction: column; min-height: 0; }
.deskv2 .msgr-side-head { padding: 0.95rem 1rem 0.7rem; border-bottom: 1px solid rgba(0,0,0,0.06); }
.deskv2 .msgr-side-title { font-size: 0.78rem; font-weight: 700; }
.deskv2 .msgr-side-sub { font-size: 0.62rem; color: var(--muted); margin-top: 0.15rem; }
.deskv2 .msgr-list { overflow-y: auto; flex: 1; }
.deskv2 .msgr-item {
      display: flex; gap: 0.65rem; align-items: center;
      padding: 0.62rem 0.85rem; cursor: pointer;
      border-bottom: 1px solid rgba(0,0,0,0.04);
      transition: background 0.15s;
    }
.deskv2 .msgr-item:hover { background: rgba(54,67,186,0.06); }
.deskv2 .msgr-item.active { background: rgba(54,67,186,0.1); }
.deskv2 .msgr-av {
      width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
      background: var(--blue); color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.02em;
    }
.deskv2 .msgr-item-info { flex: 1; min-width: 0; }
.deskv2 .msgr-item-name { font-size: 0.72rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.deskv2 .msgr-item-preview { font-size: 0.66rem; color: var(--muted); margin-top: 0.1rem; font-variant-numeric: tabular-nums; }
.deskv2 .msgr-delta {
      font-size: 0.62rem; font-weight: 700; color: #16a34a;
      background: rgba(22,163,74,0.1); border-radius: 999px;
      padding: 0.14rem 0.5rem; flex-shrink: 0;
    }
.deskv2 .msgr-side-foot { padding: 0.6rem 1rem; font-size: 0.6rem; color: #b5ac9d; border-top: 1px solid rgba(0,0,0,0.05); }
.deskv2 .msgr-main { display: flex; flex-direction: column; position: relative; min-height: 0; }
.deskv2 .chat-header { background: #f7f3ed; padding: 0.85rem 1.1rem; display: flex; align-items: center; gap: 0.65rem; border-bottom: 1px solid rgba(0,0,0,0.07); }
.deskv2 .chat-av { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.deskv2 .chat-name { font-size: 0.78rem; font-weight: 600; line-height: 1.3; }
.deskv2 .chat-name span { font-size: 0.63rem; font-weight: 400; color: #888; }
.deskv2 .chat-online { font-size: 0.6rem; color: #4caf50; font-weight: 600; margin-left: auto; }
.deskv2 .chat-body { padding: 1.1rem 1.1rem 1.3rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; overflow-y: auto; }
.deskv2 .bubble {
      max-width: 76%; padding: 0.6rem 0.85rem; border-radius: 14px;
      font-size: 0.8rem; line-height: 1.55;
      opacity: 0; transform: translateY(10px) scale(0.97);
      transition: opacity 0.25s ease, transform 0.25s ease;
    }
.deskv2 .bubble.in { opacity: 1; transform: none; }
.deskv2 .bubble--in { background: #fff; align-self: flex-start; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.08); }
.deskv2 .bubble--metric { background: #e7ecff; align-self: flex-end; border-bottom-right-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.08); }
.deskv2 .bubble--metric .bm-title { font-weight: 700; font-size: 0.74rem; margin-bottom: 0.2rem; color: var(--blue); }
.deskv2 .bubble--metric .bm-def {
      font-size: 0.68rem; line-height: 1.4; color: #6a6a6a; font-style: italic;
      padding: 0.3rem 0.5rem; margin-bottom: 0.35rem;
      border-left: 2px solid rgba(54,67,186,0.35);
      background: rgba(54,67,186,0.05); border-radius: 0 5px 5px 0;
    }
.deskv2 .btime { display: block; font-size: 0.55rem; margin-top: 0.25rem; opacity: 0.4; text-align: right; }
.deskv2 .typing { display: none; align-self: flex-start; background: #fff; border-radius: 14px; border-bottom-left-radius: 4px; padding: 0.55rem 0.75rem; opacity: 0; transform: translateY(8px); transition: opacity 0.18s ease, transform 0.18s ease; box-shadow: 0 1px 2px rgba(0,0,0,0.08); }
.deskv2 .typing.in { display: flex; opacity: 1; transform: none; }
.deskv2 .dots { display: flex; gap: 3px; align-items: center; height: 12px; }
.deskv2 .dots span { width: 5px; height: 5px; border-radius: 50%; background: #aaa; animation: db 1.2s infinite ease-in-out; }
.deskv2 .dots span:nth-child(2) {animation-delay:.2s}
.deskv2 .dots span:nth-child(3) {animation-delay:.4s}
@keyframes db { 0%,80%,100%{transform:translateY(0)} 40%{transform:translateY(-4px)} }
.deskv2 .chat-rating { align-self: center; text-align: center; opacity: 0; transform: translateY(8px); transition: opacity 0.3s ease, transform 0.3s ease; pointer-events: none; }
.deskv2 .chat-rating.in { opacity: 1; transform: none; pointer-events: auto; }
.deskv2 .chat-rating-label { font-size: 0.6rem; color: #aaa; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.55rem; }
.deskv2 .chat-rating-btns { display: flex; gap: 0.6rem; justify-content: center; }
.deskv2 .r-btn {
      background: #fff; border: 1px solid #e8e4de; border-radius: 50%;
      width: 38px; height: 38px; font-size: 1.15rem; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: transform 0.15s, box-shadow 0.15s;
      box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }
.deskv2 .r-btn:hover { transform: scale(1.15); box-shadow: 0 3px 10px rgba(0,0,0,0.12); }
.deskv2 .r-btn.picked { transform: scale(1.2); box-shadow: 0 3px 12px rgba(0,0,0,0.18); }
.deskv2 .chat-toast {
      position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%) translateY(8px);
      background: rgba(30,30,30,0.88); color: #fff;
      font-size: 0.7rem; line-height: 1.45; text-align: center;
      padding: 0.6rem 1rem; border-radius: 10px;
      max-width: 70%; opacity: 0;
      transition: opacity 0.25s ease, transform 0.25s ease;
      pointer-events: none; backdrop-filter: blur(6px); z-index: 5;
    }
.deskv2 .chat-toast.in { opacity: 1; transform: translateX(-50%) translateY(0); }
.deskv2 .ch-xp {
      position: relative; overflow: hidden;
      background: linear-gradient(180deg, #cfd3da 0%, #b9bdc6 55%, #a7abb4 100%);
    }
.deskv2 .ch-xp .chapter { max-width: 1100px; }
.deskv2 .xp-head { margin-bottom: 1.8rem; }
.deskv2 .ch-xp .ch-meta { color: #555; }
.deskv2 .ch-xp .ch-meta-org { color: var(--dark); }
.deskv2 .monitor {
      position: relative;
      padding: 20px 20px 24px;
      border-radius: 26px;
      background: linear-gradient(155deg, #3a3c40 0%, #25262a 45%, #181a1d 100%);
      box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.12),
        inset 0 -2px 6px rgba(0,0,0,0.6),
        0 2px 6px rgba(0,0,0,0.2),
        0 26px 60px rgba(0,0,0,0.34);
    }
.deskv2 .monitor::after {
      content: ''; position: absolute; bottom: 9px; right: 30px;
      width: 7px; height: 7px; border-radius: 50%;
      background: #4ade80; box-shadow: 0 0 7px 1px rgba(74,222,128,0.8);
    }
.deskv2 .monitor-screen {
      position: relative; overflow: hidden;
      border-radius: 8px;
      min-height: 560px;
      padding: 2.6rem 2.6rem 4.4rem; 
      background: url('../img/back4.webp') center center / cover no-repeat;
      box-shadow:
        inset 0 0 0 1px rgba(0,0,0,0.55),
        inset 0 0 70px rgba(0,0,0,0.32);
      display: grid; grid-template-columns: 1fr 200px; gap: 3rem;
      align-content: start;
    }
.deskv2 .monitor-screen::before {
      content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 9;
      background: linear-gradient(125deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 32%);
    }
.deskv2 .editor {
      background: #1e1e1e; border-radius: 10px; overflow: hidden;
      box-shadow: 0 4px 14px rgba(0,0,0,0.3), 0 24px 60px rgba(0,0,0,0.3);
    }
.deskv2 .ed-titlebar { background: #2d2d2d; padding: 0.55rem 0.9rem; display: flex; align-items: center; gap: 0.5rem; }
.deskv2 .traffic { display: flex; gap: 5px; }
.deskv2 .traffic span { width: 11px; height: 11px; border-radius: 50%; }
.deskv2 .tr-r {background:#ff5f57}
.deskv2 .tr-y {background:#ffbd2e}
.deskv2 .tr-g {background:#28c840}
.deskv2 .ed-filename { margin: 0 auto; font-size: 0.68rem; color: #ccc; font-family: 'Courier New', monospace; }
.deskv2 .ed-tabs { background: #252526; display: flex; border-bottom: 1px solid #1e1e1e; }
.deskv2 .ed-tab { padding: 0.4rem 0.95rem; font-size: 0.67rem; font-family: 'Courier New', monospace; color: #777; border-right: 1px solid #1e1e1e; }
.deskv2 .ed-tab.active { background: #1e1e1e; color: #d4d4d4; border-top: 1px solid #569cd6; }
.deskv2 .ed-body { display: flex; padding: 0.85rem 0; }
.deskv2 .ed-lnums { padding: 0 0.6rem; text-align: right; min-width: 2.4rem; flex-shrink: 0; }
.deskv2 .ed-lnums span { display: block; font-family: 'Courier New', monospace; font-size: 0.74rem; line-height: 1.7; color: #4a4a4a; opacity: 0; transition: opacity 0.08s; }
.deskv2 .ed-lnums span.v { opacity: 1; }
.deskv2 .ed-clines { flex: 1; padding-right: 0.95rem; overflow-x: hidden; }
.deskv2 .ed-cl { display: block; font-family: 'Courier New', monospace; font-size: 0.74rem; line-height: 1.7; white-space: pre-wrap; word-break: break-word; color: #d4d4d4; opacity: 0; transition: opacity 0.08s; min-height: 1.156em; }
.deskv2 .ed-cl.v { opacity: 1; }
.deskv2 .kw {color:#569cd6}
.deskv2 .cm {color:#6a9955}
.deskv2 .fn {color:#dcdcaa}
.deskv2 .pk {color:#c586c0}
.deskv2 .cur { display: inline-block; width: 2px; height: 0.9em; background: #aeafad; vertical-align: text-bottom; margin-left: 1px; animation: cblink 1s steps(1) infinite; }
@keyframes cblink { 0%,100%{opacity:1} 50%{opacity:0} }
.deskv2 .xp-icons { display: flex; flex-direction: column; gap: 1.6rem; align-items: center; padding-top: 0.5rem; }
.deskv2 .xp-icon {
      display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
      width: 130px; text-decoration: none; text-align: center;
      padding: 0.5rem 0.3rem; border-radius: 4px; border: 1px dashed transparent;
    }
.deskv2 .xp-icon:hover { background: rgba(49,106,197,0.35); border-color: rgba(255,255,255,0.45); }
.deskv2 .xp-icon-img { font-size: 2.6rem; line-height: 1; filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4)); }
.deskv2 .xp-icon-label {
      font-family: 'Tahoma', sans-serif; font-size: 0.7rem; color: #fff;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.85); line-height: 1.35;
    }
.deskv2 .xp-taskbar {
      position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
      display: flex; align-items: stretch; height: 44px;
      background: linear-gradient(to bottom, #d4d0c8 0%, #b0aca4 100%);
      box-shadow: 0 -2px 8px rgba(0,0,0,0.25);
    }
.deskv2 .xp-start { position: relative; }
.deskv2 .xp-start summary { list-style: none; cursor: pointer; display: block; line-height: 0; }
.deskv2 .xp-start summary::-webkit-details-marker { display: none; }
.deskv2 .start-btn-img { height: 44px; width: auto; display: block; }
.deskv2 .xp-task-btn {
      display: flex; align-items: center; gap: 0.45rem;
      margin: 5px 0 5px 8px; padding: 0 0.8rem;
      background: linear-gradient(to bottom, #fff 0%, #ddd9d1 100%);
      border: 1px solid #888; border-radius: 3px;
      font-family: 'Tahoma', sans-serif; font-size: 0.68rem; color: #222;
      box-shadow: inset 1px 1px 0 rgba(255,255,255,0.7);
    }
.deskv2 .xp-clock {
      margin-left: auto; display: flex; align-items: center;
      padding: 0 1.1rem;
      background: linear-gradient(to bottom, #c5c1b8 0%, #a09c94 100%);
      border-left: 1px solid #8d897f;
      font-family: 'Tahoma', sans-serif; font-size: 0.72rem; color: #222;
      font-variant-numeric: tabular-nums;
    }
.deskv2 .winxp-menu {
      position: absolute; bottom: 100%; left: 0; z-index: 20;
      width: 290px; background: #fff;
      border: 1px solid #0a246a;
      box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
      font-family: 'Tahoma', sans-serif;
    }
.deskv2 .winxp-menu-header {
      background: linear-gradient(to right, #1f4ec8 0%, #3a6eea 100%);
      display: flex; align-items: center; gap: 0.6rem;
      padding: 0.5rem 0.75rem;
    }
.deskv2 .winxp-menu-avatar { width: 40px; height: 40px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.5); object-fit: cover; flex-shrink: 0; }
.deskv2 .winxp-menu-username { color: #fff; font-weight: 700; font-size: 0.85rem; text-shadow: 0 1px 2px rgba(0,0,0,0.5); letter-spacing: 0.05em; }
.deskv2 .winxp-menu-body { background: #fff; border-top: 2px solid #7a9fd4; padding: 0.4rem 0; }
.deskv2 .winxp-menu-item { display: flex; align-items: center; gap: 0.7rem; padding: 0.5rem 0.75rem; text-decoration: none; color: #000; }
.deskv2 .winxp-menu-item:hover { background: #316ac5; color: #fff; }
.deskv2 .winxp-menu-item:hover .winxp-menu-desc { color: #cfe0ff; }
.deskv2 .winxp-menu-icon { font-size: 1.2rem; flex-shrink: 0; }
.deskv2 .winxp-menu-name { font-size: 0.78rem; font-weight: 700; }
.deskv2 .winxp-menu-desc { font-size: 0.65rem; color: #666; margin-top: 0.1rem; }
.deskv2 .map-section { background: #f0ede8; border-top: 1px solid rgba(0,0,0,0.07); border-bottom: 1px solid rgba(0,0,0,0.07); }
.deskv2 .map-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; max-width: 900px; margin: 0 auto; padding: 5rem 3rem; }
.deskv2 .map-tag { font-size: 0.56rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.1rem; }
.deskv2 .map-text { font-size: 0.95rem; color: #2e2e2e; line-height: 1.8; }
.deskv2 .map-img { width: 100%; border-radius: 6px; object-fit: cover; max-height: 260px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.deskv2 .contact { background: var(--blue); color: var(--white); padding: 8rem 3rem 5rem; position: relative; border-top: 3px solid #2733a0; }
.deskv2 .footer-sitters { position: absolute; top: 0; left: 0; right: 0; pointer-events: none; z-index: 3; }
.deskv2 .footer-sitter { position: absolute; top: 0; }
.deskv2 .footer-sitter img { width: auto; filter: drop-shadow(0 -4px 10px rgba(0,0,0,0.18)) drop-shadow(0 8px 20px rgba(0,0,0,0.22)); }
.deskv2 .footer-sitter--left { left: 10vw; transform: translateY(-68%); }
.deskv2 .footer-sitter--left img { height: 100px; transform: rotate(-2deg); }
.deskv2 .footer-sitter--right { right: 2vw; transform: translateY(-57%); }
.deskv2 .footer-sitter--right img { height: 400px; transform: rotate(2deg); }
.deskv2 .contact-inner { display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.deskv2 .contact-name { font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 900; letter-spacing: -0.03em; line-height: 0.92; }
.deskv2 .contact-links { display: flex; flex-direction: column; gap: 0.65rem; align-items: flex-end; }
.deskv2 .contact-links a { color: rgba(255,255,255,0.78); text-decoration: none; font-size: 0.88rem; display: flex; align-items: center; gap: 0.6rem; transition: color 0.2s; }
.deskv2 .contact-links a:hover { color: var(--white); }
.deskv2 .contact-links i { width: 16px; text-align: center; }

/* ── интеграция в index: десктоп v2 (CH01–CH04) ── */
@media (min-width: 761px) {
  #ch01, #ch02, #ch03, #ch04 { background: none !important; padding: 0 !important; }
  #ch02, #ch03, #ch04 { overflow: visible !important; }
}
