/* yandex-maps.html: чистый продуктовый язык. Красный / жёлтый / синий Яндекса. */
body .mp-product.pg-ym {
  --mp-brand: #ff2000;
  --mp-brand-dark: #c91800;
  --mp-yellow: #ffd400;
  --mp-blue: #2f6bff;
  --mp-ink: #1d1d1f;
  --mp-muted: #6e6e73;
  --mp-line: #e5e5ea;
  --mp-soft: #f5f5f7;
  background: #f5f5f7;
}
body .mp-product.pg-ym .jq-blob { display: none !important; }

body .mp-product.pg-ym .jq-hero { padding: 48px 0 56px !important; }
body .mp-product.pg-ym .jq-hero .hero-data-bg { opacity: .42; }
body .mp-product.pg-ym .mp-logo-chip {
  background: #fff !important;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  padding: 12px 20px;
  margin-bottom: 18px;
}
body .mp-product.pg-ym .mp-logo-chip img { height: 40px; }
body .mp-product.pg-ym .mp-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  color: #fff4cc !important;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 9999px;
  padding: 6px 12px;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
  box-shadow: none;
  margin-bottom: 16px !important;
}
body .mp-product.pg-ym section.jq-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.1rem) !important;
  letter-spacing: -.03em;
  margin-bottom: 14px !important;
  font-weight: 700 !important;
}
body .mp-product.pg-ym .jq-hero .mp-lead {
  color: #d7e0e8 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  max-width: 460px;
  margin: 0 0 22px !important;
}
body .mp-product.pg-ym .jq-hero .mp-lead b { color: #fff !important; font-weight: 600; }

body .mp-product.pg-ym .jq-hero .mp-actions { gap: 10px !important; align-items: stretch !important; flex-wrap: wrap; }
body .mp-product.pg-ym .jq-hero .mp-actions > * {
  min-height: 48px !important;
  width: auto !important;
  flex: none !important;
  font-size: 14px !important;
  padding: 12px 17px !important;
  border-radius: 12px !important;
}
body .mp-product.pg-ym .jq-hero .mp-buy-cta {
  background: var(--mp-brand) !important;
  color: #fff !important;
  border: 1px solid var(--mp-brand-dark) !important;
  box-shadow: none !important;
  gap: 8px;
  transform: none !important;
  font-weight: 700 !important;
}
body .mp-product.pg-ym .jq-hero .mp-buy-cta:hover {
  background: var(--mp-brand-dark) !important;
  transform: none !important;
}
body .mp-product.pg-ym .jq-hero .mp-buy-ico { display: none; }
body .mp-product.pg-ym .jq-hero .mp-buy-price { font-size: 15px !important; }
body .mp-product.pg-ym .jq-hero .mp-actions > a[href^="https://disk"] {
  order: 1;
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid #afd8c9 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
body .mp-product.pg-ym .jq-hero .mp-actions > a[href^="https://disk"] > span:first-child { display: none !important; }
body .mp-product.pg-ym .jq-hero .mp-actions > a[href^="https://disk"]:hover {
  background: #edf7f3 !important;
  color: #0f172a !important;
  text-decoration: none !important;
}
body .mp-product.pg-ym .jq-hero .mp-actions > button[data-cart-id] {
  order: 2;
  justify-content: center;
  background: #edf7f3 !important;
  color: #14594f !important;
  border: 1px solid #afd8c9 !important;
  box-shadow: none !important;
}
body .mp-product.pg-ym .jq-hero .mp-actions > button[data-cart-id]:hover {
  background: #d6eee4 !important;
  border-color: #75b69e !important;
  color: #14594f !important;
}
body .mp-product.pg-ym .jq-hero .mp-actions > button[data-cart-id].in-cart {
  background: #d6eee4 !important;
  color: #14594f !important;
}

body .mp-product.pg-ym .hero-ym-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
body .mp-product.pg-ym .hero-ym-left { text-align: left; }
body .mp-product.pg-ym .hero-ym-right { min-width: 0; }
@media (min-width: 1024px) {
  body .mp-product.pg-ym .hero-ym-grid {
    grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
    gap: 48px;
    align-items: center;
  }
  body .mp-product.pg-ym .mp-demo { margin-top: 0 !important; }
}

body .mp-product.pg-ym .mp-demo { margin-top: 8px !important; }
body .mp-product.pg-ym .mp-demo-label { color: #c3d5d0 !important; font-weight: 500; margin-bottom: 10px; font-size: 12px; }
body .mp-product.pg-ym .tg-demo {
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.28) !important;
  overflow: hidden;
}
body .mp-product.pg-ym .tg-demo-bar {
  background: #111827 !important;
  border-bottom: 1px solid #1f2937 !important;
  padding: 10px 12px !important;
}
body .mp-product.pg-ym .tg-dot { display: none !important; }
body .mp-product.pg-ym .tg-demo-title { color: #d1d5db !important; font-weight: 600; }
body .mp-product.pg-ym .tg-demo-search {
  background: #1f2937 !important;
  border: 1px solid #374151 !important;
  color: #f3f4f6 !important;
  border-radius: 10px !important;
  width: 160px;
}
body .mp-product.pg-ym .tg-demo-scroll { max-height: 340px !important; }
body .mp-product.pg-ym .tg-demo-table { width: 100% !important; min-width: 0 !important; font-size: 13px; }
body .mp-product.pg-ym .tg-demo-table thead th {
  background: #fff6c2 !important;
  color: #3f2f00 !important;
  border: 0 !important;
  border-bottom: 1px solid #f0d56a !important;
  min-width: 0;
  max-width: none;
  text-align: left;
  font-size: 11px;
  letter-spacing: .02em;
}
body .mp-product.pg-ym .tg-demo-table td {
  max-width: 180px;
  border-color: #eef2f1;
}
body .mp-product.pg-ym .tg-demo-table tbody tr:hover td { background: #fff8dc; }
body .mp-product.pg-ym .tg-demo-foot {
  background: #f8faf9 !important;
  border-top: 1px solid #e8eeec !important;
  color: #0f172a !important;
}
body .mp-product.pg-ym .tg-demo-foot b { color: #0f172a !important; }
body .mp-product.pg-ym .tg-demo-more {
  display: inline-flex;
  align-items: center;
  background: #fff3bf;
  color: #0f172a !important;
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 650;
}

body .mp-product.pg-ym > section:not(.jq-hero) { padding-top: 56px !important; padding-bottom: 56px !important; }
body .mp-product.pg-ym .jq-section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  letter-spacing: -.025em;
  margin-bottom: 12px !important;
  text-transform: none !important;
  color: var(--mp-ink) !important;
}
body .mp-product.pg-ym .mp-sub { color: var(--mp-muted) !important; margin-bottom: 28px; max-width: 62ch; }
body .mp-product.pg-ym .jq-card {
  background: #fff !important;
  border: 1px solid var(--mp-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.05) !important;
}
body .mp-product.pg-ym .jq-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.08) !important; }

body .mp-product.pg-ym .mp-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
@media (min-width: 768px) {
  body .mp-product.pg-ym .mp-fields { grid-template-columns: repeat(5, minmax(0,1fr)); }
}
body .mp-product.pg-ym .mp-field {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 16px;
  padding: 16px 14px;
  text-align: center;
}
body .mp-product.pg-ym .mp-field i { color: var(--mp-brand); font-size: 18px; margin-bottom: 8px; display: block; }
body .mp-product.pg-ym .mp-field b { display: block; font-size: 13px; color: var(--mp-ink); font-weight: 650; }
body .mp-product.pg-ym .mp-field span { display: block; font-size: 12px; color: var(--mp-muted); margin-top: 4px; }

body .mp-product.pg-ym > section.mp-stats { background: #fff !important; color: var(--mp-ink) !important; }
body .mp-product.pg-ym > section.mp-stats .jq-section-title { color: var(--mp-ink) !important; text-align: left; }
body .mp-product.pg-ym .jq-stat-dark {
  background: var(--mp-soft) !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 22px 14px !important;
}
body .mp-product.pg-ym .jq-stat-dark:hover { transform: none; }
body .mp-product.pg-ym .jq-stat-dark .num,
body .mp-product.pg-ym .jq-stat-dark .num.stat-number {
  color: var(--mp-brand) !important;
  font-size: 30px !important;
  text-shadow: none !important;
}
body .mp-product.pg-ym .jq-stat-dark .text-slate-300 {
  color: var(--mp-muted) !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: 500 !important;
}

body .mp-product.pg-ym .mp-shots {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
body .mp-product.pg-ym .mp-shots a {
  flex: 0 0 min(78%, 340px);
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--mp-line);
  background: #fff;
}
body .mp-product.pg-ym .mp-shots img { display: block; width: 100%; height: auto; }

body .mp-product.pg-ym .mp-compare { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; }
body .mp-product.pg-ym .mp-compare th,
body .mp-product.pg-ym .mp-compare td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--mp-line); font-size: 14px; }
body .mp-product.pg-ym .mp-compare th { background: var(--mp-soft); font-weight: 650; color: var(--mp-ink); }
body .mp-product.pg-ym .mp-compare td:nth-child(3),
body .mp-product.pg-ym .mp-compare th:nth-child(3) { background: #fff5f3; color: #7f1d1d; font-weight: 600; }
body .mp-product.pg-ym .mp-compare a { color: var(--mp-blue); text-decoration: none; }
body .mp-product.pg-ym .mp-compare a:hover { text-decoration: underline; }

body .mp-product.pg-ym .mp-reviews { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
body .mp-product.pg-ym .mp-review {
  flex: 0 0 min(82%, 300px);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 18px;
  padding: 20px;
}
body .mp-product.pg-ym .mp-review .stars { color: #f5a524; letter-spacing: 1px; margin-bottom: 10px; }
body .mp-product.pg-ym .mp-review p { color: #3f3f46 !important; margin-bottom: 12px; }
body .mp-product.pg-ym .mp-review b { font-size: 13px; color: var(--mp-ink); }
body .mp-product.pg-ym .mp-kwork { color: var(--mp-brand); font-size: 14px; font-weight: 600; text-decoration: none; }
body .mp-product.pg-ym .mp-kwork:hover { text-decoration: underline; }

body .mp-product.pg-ym .mp-faq { display: grid; gap: 8px; }
body .mp-product.pg-ym .mp-faq details {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 14px;
  padding: 14px 16px;
}
body .mp-product.pg-ym .mp-faq summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--mp-ink);
  list-style: none;
}
body .mp-product.pg-ym .mp-faq summary::-webkit-details-marker { display: none; }
body .mp-product.pg-ym .mp-faq details p { margin: 10px 0 0; color: var(--mp-muted) !important; }

body .mp-product.pg-ym > section.mp-cta {
  background: #111827 !important;
  border: 0 !important;
  color: #fff !important;
}
body .mp-product.pg-ym > section.mp-cta .jq-section-title { text-align: center; color: #fff !important; }
body .mp-product.pg-ym > section.mp-cta p { color: #cbd5e1 !important; }
body .mp-product.pg-ym > section.mp-cta .jq-btn-coral,
body .mp-product.pg-ym > section.mp-cta .mp-buy-cta {
  background: var(--mp-brand) !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
body .mp-product.pg-ym > section.mp-cta .jq-btn-light,
body .mp-product.pg-ym > section.mp-cta .mp-text-link {
  background: transparent !important;
  color: #e5e7eb !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: underline;
}

.mp-sticky {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(16px);
  border-top: 1px solid var(--mp-line, #e5e5ea);
  transform: translateY(110%);
  transition: transform .22s ease;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}
.mp-sticky.is-visible { transform: translateY(0); }
.mp-sticky-inner {
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mp-sticky-meta { font-size: 14px; color: #1d1d1f; font-weight: 650; }
.mp-sticky-meta span { color: #6e6e73; font-weight: 500; }
.mp-sticky .mp-buy-cta {
  background: #ff2000;
  color: #fff;
  border: 0;
  border-radius: 9999px;
  padding: 10px 18px;
  min-height: 44px;
  font-weight: 650;
  font-size: 14px;
}
body.pg-ym-page .fixed.bottom-6 { display: none !important; }
body.pg-ym-page { padding-bottom: 72px; }

@media (max-width: 640px) {
  body .mp-product.pg-ym .jq-hero { padding: 32px 0 36px !important; }
  body .mp-product.pg-ym .hero-ym-left { text-align: left; }
  body .mp-product.pg-ym .mp-fields { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body .mp-product.pg-ym .tg-demo-scroll { max-height: 260px !important; }
  body .mp-product.pg-ym > section:not(.jq-hero) { padding-top: 40px !important; padding-bottom: 40px !important; }
}
@media (prefers-reduced-motion: reduce) {
  body .mp-product.pg-ym *, .mp-sticky { transition: none !important; animation: none !important; }
}
