@charset "UTF-8";
/*
Theme Name: Hello Elementor Diesel Child
Template: hello-elementor
Version: 3.0.0
*/

/* ===== ПЕРЕМЕННЫЕ ===== */
:root {
  --yellow: #F5A623;
  --yellow-dark: #E09400;
  --yellow-light: rgba(245,166,35,0.12);
  --dark: #1a1a1a;
  --dark2: #2D2D2D;
  --dark3: #333333;
  --bg: #F2F2F0;
  --bg2: #E8E8E5;
  --white: #FFFFFF;
  --text: #1C1C1C;
  --text2: #555555;
  --text3: #999999;
  --border: #E0E0DC;
  --font-head: 'Unbounded', sans-serif;
  --font-body: 'Outfit', sans-serif;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-hover: 0 12px 48px rgba(0,0,0,0.16);
  --radius: 6px;
}

/* ===== СКРЫТЬ ELEMENTOR ===== */
[data-elementor-type="header"],
[data-elementor-type="footer"],
.elementor-location-header,
.elementor-location-footer {
  display: none !important;
}

/* ===== БАЗА ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  font-family: var(--font-body);
  color: var(--text);
  margin: 0;
  padding-top: 68px;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-head) !important;
  line-height: 0.95 !important;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin: 0;
}
/* Unbounded is wide+heavy: tighten oversized display tracking */
.dc-hero-title, .dc-section-title, .dc-cat-header-title { letter-spacing: -2.5px !important; }
.dc-counter-num, .dc-prod-price, .dc-top-card-price, .cpanda-price-value { letter-spacing: -1px; }
a { color: var(--yellow); transition: color 0.2s; }
a:hover { color: var(--yellow-dark); }
img { max-width: 100%; height: auto; }

/* ===== КАСТОМНЫЙ КУРСОР ===== */
.dc-cursor {
  width: 10px; height: 10px;
  background: var(--yellow);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%,-50%);
  transition: width 0.2s, height 0.2s, opacity 0.2s;
  mix-blend-mode: multiply;
}
.dc-cursor-follower {
  width: 32px; height: 32px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%,-50%);
  transition: transform 0.12s ease, width 0.2s, height 0.2s;
  opacity: 0.5;
}

/* ===== ПРОГРЕСС BAR ===== */
.dc-progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: var(--yellow);
  z-index: 99997;
  width: 0%;
  transition: width 0.1s;
}

/* ===== ХЕДЕР ===== */
.diesel-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--dark2);
  border-bottom: 2px solid var(--yellow);
  transition: background 0.3s, box-shadow 0.3s;
}
.diesel-header.scrolled {
  background: rgba(29,29,29,0.97);
  box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}
.diesel-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.diesel-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  flex-shrink: 0;
}
.diesel-logo svg { flex-shrink: 0; }
/* Wordmark logo (no icon) - Bungee display, metallic DIESEL + yellow diamond + CO glow */
.diesel-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 7px;
  text-decoration: none !important;
}
.dlogo-name {
  font-family: 'Bungee', sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff; /* fallback */
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 42%, #c2c2c2 78%, #a8a8a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1px 1px rgba(0,0,0,0.35);
  transition: filter 0.25s;
}
.dlogo-co {
  position: relative;
  font-family: 'Bungee', sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--yellow);
  text-shadow: 0 0 16px rgba(245,166,35,0.55);
  padding-left: 17px;
}
/* yellow diamond separator before CO */
.dlogo-co::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 7px; height: 7px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--yellow);
  box-shadow: 0 0 12px rgba(245,166,35,0.8);
}
/* accent underline grows on hover */
.diesel-logo::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  height: 2px; width: 24px;
  background: var(--yellow);
  box-shadow: 0 0 10px rgba(245,166,35,0.6);
  transition: width 0.35s cubic-bezier(0.25,0.46,0.45,0.94);
}
.diesel-logo:hover::after { width: 100%; }
.diesel-logo:hover .dlogo-name { filter: brightness(1.18) drop-shadow(0 0 8px rgba(255,255,255,0.25)); }
.diesel-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
}
.diesel-nav a {
  color: rgba(255,255,255,0.75) !important;
  text-decoration: none !important;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.2s !important;
  white-space: nowrap;
  position: relative;
}
.diesel-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--yellow);
  transition: width 0.25s;
}
.diesel-nav a:hover { color: #fff !important; }
.diesel-nav a:hover::after { width: 100%; }
.diesel-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0;
}
.diesel-header-btn {
  background: var(--yellow);
  color: var(--dark) !important;
  text-decoration: none !important;
  font-family: var(--font-head);
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}
.diesel-header-btn:hover {
  background: var(--yellow-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(245,166,35,0.4);
}
.diesel-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.diesel-burger span {
  display: block;
  width: 24px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== АНИМАЦИИ ПОЯВЛЕНИЯ ===== */
.dc-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--d, 0s);
}
.dc-reveal.visible { opacity: 1; transform: translateY(0); }
.dc-reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.dc-reveal-left.visible { opacity: 1; transform: translateX(0); }
.dc-reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.dc-reveal-right.visible { opacity: 1; transform: translateX(0); }
.dc-reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--d, 0s);
}
.dc-reveal-scale.visible { opacity: 1; transform: scale(1); }

/* ===== HERO ===== */
.dc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}
.dc-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1537462715879-360eeb61a0ad?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  z-index: 0;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.dc-hero-bg.loaded { transform: scale(1); }
.dc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,26,0.95) 0%, rgba(26,26,26,0.7) 50%, rgba(26,26,26,0.4) 100%);
  z-index: 1;
}
#dc-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.dc-hero-content {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 32px 140px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.dc-hero-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.2s forwards;
}
.dc-label-line {
  width: 36px; height: 2px;
  background: var(--yellow);
  flex-shrink: 0;
}
.dc-hero-title {
  font-family: var(--font-head) !important;
  font-size: clamp(60px, 8vw, 110px) !important;
  line-height: 0.9 !important;
  color: #fff !important;
  margin: 0 0 28px !important;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.4s forwards;
}
.dc-hero-title .dc-accent { color: var(--yellow) !important; }
.dc-hero-desc {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.6);
  max-width: 480px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.6s forwards;
}
.dc-hero-btns {
  display: flex;
  gap: 14px;
  margin-bottom: 52px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 0.8s ease 0.8s forwards;
}
.dc-btn-primary {
  background: var(--yellow);
  color: var(--dark) !important;
  text-decoration: none !important;
  font-family: var(--font-head);
  font-size: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.dc-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.dc-btn-primary:hover::after { transform: translateX(0); }
.dc-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245,166,35,0.45);
}
.dc-btn-outline {
  background: transparent;
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
  font-family: var(--font-head);
  font-size: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 32px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 3px;
  transition: all 0.2s;
  display: inline-block;
}
.dc-btn-outline:hover {
  border-color: var(--yellow);
  color: var(--yellow) !important;
}
.dc-hero-stats {
  display: flex;
  gap: 40px;
  opacity: 0;
  animation: fadeInUp 0.8s ease 1s forwards;
}
.dc-stat-num {
  display: block;
  font-family: var(--font-head);
  font-size: 36px;
  color: var(--yellow);
  line-height: 1;
}
.dc-stat-lbl {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 4px;
}
/* Wireframe шестерня */
.dc-gear-canvas {
  width: 100%;
  height: 560px;
  display: block;
  opacity: 0;
  animation: fadeIn 1s ease 0.5s forwards;
}
/* Волновой разделитель */
.dc-wave-divider {
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  overflow: hidden;
  line-height: 0;
  z-index: 20;
}
.dc-wave-divider svg { display: block; width: 100%; }

/* ===== СЧЁТЧИКИ ===== */
.dc-counters {
  background: var(--yellow);
  position: relative;
  z-index: 5;
}
.dc-counters-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  min-height: 110px;
}
.dc-counter { padding: 24px 20px; text-align: center; }
.dc-counter-divider { height: 40px; background: rgba(0,0,0,0.12); }
.dc-counter-num {
  font-family: var(--font-head);
  font-size: 48px;
  color: var(--dark);
  line-height: 1;
  display: inline-block;
}
.dc-counter-suffix {
  font-family: var(--font-head);
  font-size: 30px;
  color: var(--dark);
  opacity: 0.6;
}
.dc-counter-lbl {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 4px;
}

/* ===== СЕКЦИЯ ЗАГОЛОВОК ===== */
.dc-section-head {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 48px;
}
.dc-section-eyebrow,
.dc-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.dc-section-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.dc-section-title {
  font-family: var(--font-head) !important;
  font-size: clamp(40px, 5.5vw, 72px) !important;
  color: var(--text) !important;
  line-height: 0.9 !important;
  text-transform: uppercase;
}
.dc-section-desc {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text2);
  line-height: 1.65;
  max-width: 380px;
  margin: 0;
}

/* ===== КАТЕГОРИИ ===== */
.dc-cats { background: var(--bg); padding: 80px 0 0; }
.dc-cats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.dc-cat-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  text-decoration: none !important;
  display: block;
}
.dc-cat-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.dc-cat-card:hover .dc-cat-img { transform: scale(1.1); }
.dc-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
  transition: background 0.4s;
}
.dc-cat-card:hover .dc-cat-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 60%, rgba(245,166,35,0.08) 100%);
}
.dc-cat-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 20px;
  z-index: 2;
  transform: translateY(6px);
  transition: transform 0.35s;
}
.dc-cat-card:hover .dc-cat-body { transform: translateY(0); }
.dc-cat-num {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 3px;
  display: block;
  margin-bottom: 6px;
}
.dc-cat-name {
  font-family: var(--font-head) !important;
  font-size: 24px !important;
  color: #fff !important;
  margin: 0 0 6px !important;
}
.dc-cat-info {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s, opacity 0.35s;
  opacity: 0;
}
.dc-cat-card:hover .dc-cat-info { max-height: 40px; opacity: 1; }
.dc-cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 0;
  background: var(--yellow);
  z-index: 3;
  transition: height 0.45s ease;
}
.dc-cat-card:hover::before { height: 100%; }
/* 3D hover эффект */
.dc-cat-card {
  perspective: 800px;
  transform-style: preserve-3d;
}
.dc-cat-card:hover {
  transform: perspective(800px) rotateX(-2deg) rotateY(2deg);
  transition: transform 0.3s;
}

/* ===== ПОПУЛЯРНЫЕ МОДЕЛИ ===== */
.dc-top { background: var(--white); padding: 80px 0; position: relative; }
.dc-top-slider-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.dc-top-slider {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
}
.dc-top-card {
  flex: 0 0 calc(25% - 18px);
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.35s, box-shadow 0.35s;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.dc-top-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-bottom-color: var(--yellow);
}
.dc-top-card-img-wrap {
  position: relative;
  display: block;
  height: 210px;
  overflow: hidden;
  background: var(--bg);
  text-decoration: none !important;
}
.dc-top-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.45s;
}
.dc-top-card:hover .dc-top-card-img { transform: scale(1.06); }
.dc-top-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--dark2);
  color: var(--yellow);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dc-top-card-body { padding: 16px 18px 18px; }
.dc-top-card-title {
  font-family: var(--font-head) !important;
  font-size: 19px !important;
  color: var(--text) !important;
  margin: 0 0 10px !important;
  text-transform: uppercase;
}
.dc-top-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dc-top-card-price {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--yellow);
}
.dc-top-card-link {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--text3) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.dc-top-card-link:hover { color: var(--yellow) !important; }
.dc-slider-prev, .dc-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  background: var(--yellow);
  color: var(--dark);
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(245,166,35,0.4);
}
.dc-slider-prev { left: -8px; }
.dc-slider-next { right: -8px; }
.dc-slider-prev:hover, .dc-slider-next:hover {
  background: var(--yellow-dark);
  transform: translateY(-50%) scale(1.1);
}

/* ===== КАК МЫ РАБОТАЕМ ===== */
.dc-how {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: var(--dark);
}
.dc-how-bg-img {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/themes/hello-elementor-diesel-child/assets/img/howww_d.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.34;
  filter: brightness(0.4) saturate(0.65) contrast(1.05);
  z-index: 0;
}
/* dark gradient over the how photo so text stays readable */
.dc-how::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(26,26,26,0.62) 0%, rgba(26,26,26,0.4) 45%, rgba(26,26,26,0.72) 100%);
}
/* Фоновые wireframe шестерни */
.dc-bg-gear {
  position: absolute;
  z-index: 1;
  opacity: 0.04;
  pointer-events: none;
}
.dc-how-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.dc-how-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.dc-how-head .dc-section-title { color: #fff !important; }
.dc-how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
/* Линия между шагами */
.dc-how-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5% + 10px);
  right: calc(12.5% + 10px);
  height: 2px;
  background: linear-gradient(to right, var(--yellow), rgba(245,166,35,0.1));
  z-index: 0;
}
.dc-how-step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 3px solid var(--yellow);
  border-radius: var(--radius);
  padding: 28px 22px 24px;
  transition: background 0.3s, transform 0.3s;
  position: relative;
  z-index: 1;
  cursor: default;
}
.dc-how-step:hover {
  background: rgba(245,166,35,0.06);
  transform: translateY(-4px);
}
.dc-how-step-num {
  font-family: var(--font-head);
  font-size: 64px;
  color: var(--yellow);
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 8px;
}
.dc-how-step-time {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.dc-how-step-title {
  font-family: var(--font-head) !important;
  font-size: 20px !important;
  color: #fff !important;
  margin: 0 0 10px !important;
}
.dc-how-step-text {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin: 0;
}

/* ===== КЕЙСЫ ===== */
.dc-cases { background: var(--bg2); padding: 80px 0; }
.dc-cases-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
.dc-case-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 260px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.dc-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.2);
}
.dc-case-big { grid-column: span 2; height: 320px; }
.dc-case-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.dc-case-card:hover .dc-case-img { transform: scale(1.06); }
.dc-case-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}
.dc-case-card:hover .dc-case-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.25) 60%, rgba(245,166,35,0.05) 100%);
}
/* Жёлтая рамка при hover */
.dc-case-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 3px solid var(--yellow);
  border-radius: var(--radius);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 5;
  pointer-events: none;
}
.dc-case-card:hover::after { opacity: 1; }
.dc-case-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 22px;
  z-index: 2;
}
.dc-case-tag {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.dc-case-title {
  font-family: var(--font-head) !important;
  font-size: 20px !important;
  color: #fff !important;
  margin: 0 0 6px !important;
}
.dc-case-stats {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

/* ===== ОТЗЫВЫ — 3D КАРУСЕЛЬ ===== */
.dc-reviews {
  background:
    radial-gradient(ellipse at 18% -10%, #3b3b3b 0%, rgba(59,59,59,0) 55%),
    radial-gradient(ellipse at 90% 120%, #343434 0%, rgba(52,52,52,0) 50%),
    linear-gradient(160deg, #2f2f2f 0%, #262626 60%, #202020 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
/* drifting amber aurora blobs */
.dc-reviews::before, .dc-reviews::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(70px);
  will-change: transform;
}
.dc-reviews::before {
  width: 540px; height: 540px; left: -140px; top: -160px;
  background: radial-gradient(circle, rgba(245,166,35,0.34) 0%, rgba(245,166,35,0) 68%);
  animation: revBlobA 17s ease-in-out infinite alternate;
}
.dc-reviews::after {
  width: 480px; height: 480px; right: -150px; bottom: -180px;
  background: radial-gradient(circle, rgba(245,166,35,0.22) 0%, rgba(34,158,217,0.12) 48%, rgba(0,0,0,0) 72%);
  animation: revBlobB 23s ease-in-out infinite alternate;
}
@keyframes revBlobA {
  0%   { transform: translate(0,0) scale(1); }
  50%  { transform: translate(140px,70px) scale(1.28); }
  100% { transform: translate(50px,160px) scale(1.05); }
}
@keyframes revBlobB {
  0%   { transform: translate(0,0) scale(1); }
  50%  { transform: translate(-120px,-60px) scale(1.22); }
  100% { transform: translate(-40px,-140px) scale(0.92); }
}
/* fx layers */
.dc-rev-fx { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.dc-rev-fx > span { position: absolute; inset: 0; display: block; }
.dc-rev-grid {
  background-image:
    linear-gradient(rgba(245,166,35,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,166,35,0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 25%, transparent 78%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 25%, transparent 78%);
  animation: revGrid 14s linear infinite;
}
@keyframes revGrid {
  from { background-position: 0 0, 0 0; }
  to   { background-position: 46px 46px, 46px 46px; }
}
.dc-rev-spark {
  background-image:
    radial-gradient(2px 2px at 12% 82%, rgba(245,166,35,0.7), transparent 60%),
    radial-gradient(2px 2px at 28% 64%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1.5px 1.5px at 44% 88%, rgba(245,166,35,0.6), transparent 60%),
    radial-gradient(2px 2px at 60% 72%, rgba(245,166,35,0.55), transparent 60%),
    radial-gradient(1.5px 1.5px at 74% 90%, rgba(255,255,255,0.45), transparent 60%),
    radial-gradient(2px 2px at 88% 78%, rgba(245,166,35,0.5), transparent 60%);
  background-repeat: no-repeat;
  animation: revSpark 8.5s linear infinite;
}
@keyframes revSpark {
  0%   { transform: translateY(30px); opacity: 0; }
  18%  { opacity: 1; }
  82%  { opacity: 1; }
  100% { transform: translateY(-70px); opacity: 0; }
}
/* slow diagonal light beam sweep */
.dc-rev-beam {
  background: linear-gradient(115deg, transparent 38%, rgba(245,166,35,0.08) 48%, rgba(255,255,255,0.05) 50%, rgba(245,166,35,0.08) 52%, transparent 62%);
  background-size: 260% 100%;
  animation: revBeam 9s ease-in-out infinite;
}
@keyframes revBeam {
  0%, 100% { background-position: 130% 0; opacity: 0.5; }
  50%      { background-position: -30% 0; opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .dc-reviews::before, .dc-reviews::after,
  .dc-rev-grid, .dc-rev-spark, .dc-rev-beam { animation: none !important; }
}
.dc-reviews-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.dc-reviews-head { margin-bottom: 52px; }
.dc-reviews-head .dc-section-title { color: #fff !important; }
.dc-carousel-3d {
  position: relative;
  height: 300px;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  overflow: hidden;
}
.dc-carousel-track {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.dc-review-card {
  position: absolute;
  width: 360px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 28px;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -120px;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.dc-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.dc-carousel-btn {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-carousel-btn:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--dark);
}
.dc-review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.dc-review-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 18px;
  color: var(--dark);
  flex-shrink: 0;
}
.dc-review-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.dc-review-role {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 2px;
}
.dc-review-stars {
  color: var(--yellow);
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: auto;
}
.dc-review-text {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin: 0;
}

/* ===== ФОРМА ===== */
.dc-form-section { background: var(--bg); padding: 80px 0; }
.dc-form-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 56px rgba(0,0,0,0.12);
}
.dc-form-left {
  background: var(--dark2);
  padding: 52px;
}
.dc-form-left h2 {
  font-family: var(--font-head) !important;
  font-size: 44px !important;
  color: #fff !important;
  margin: 0 0 16px !important;
  line-height: 0.95 !important;
}
.dc-form-left p {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin: 0 0 32px;
}
.dc-form-features { display: flex; flex-direction: column; gap: 12px; }
.dc-form-feat {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.dc-form-feat::before {
  content: '';
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%231C1C1C' stroke-width='2.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-form-right { padding: 52px; }
.dc-input {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--border);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text);
  background: var(--bg);
  margin-bottom: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s;
  display: block;
  outline: none;
}
.dc-input:focus { border-color: var(--yellow); background: var(--white); }
.dc-textarea { resize: vertical; min-height: 100px; }
.dc-submit-btn {
  width: 100%;
  padding: 16px;
  background: var(--yellow);
  color: var(--dark);
  border: none;
  border-radius: 4px;
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.dc-submit-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.dc-submit-btn:hover::after { transform: scaleX(1); }
.dc-submit-btn:hover {
  background: var(--yellow-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,166,35,0.4);
}
.dc-form-contact-btns {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.dc-contact-btn {
  flex: 1;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none !important;
  font-family: var(--font-head);
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: all 0.2s;
}
.dc-contact-btn-max {
  background: var(--yellow);
  color: var(--dark) !important;
}
.dc-contact-btn-max:hover { background: var(--yellow-dark); }
.dc-contact-btn-tg {
  background: rgba(0,0,0,0.06);
  color: var(--text) !important;
  border: 2px solid var(--border);
}
.dc-contact-btn-tg:hover { border-color: #229ED9; color: #229ED9 !important; }

/* ===== ФУТЕР ===== */
.dc-footer { background: #141414; padding: 60px 0 0; }
.dc-footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.dc-footer-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.dc-footer-desc {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  line-height: 1.65;
  max-width: 260px;
  margin: 12px 0 0;
}
.dc-footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.dc-footer-col { display: flex; flex-direction: column; gap: 10px; }
.dc-footer-col-title {
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.dc-footer-col a {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.dc-footer-col a:hover { color: rgba(255,255,255,0.85) !important; }
.dc-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.25);
}
.dc-footer-bottom a {
  color: rgba(255,255,255,0.25) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.dc-footer-bottom a:hover { color: var(--yellow) !important; }

/* ===== КАТАЛОГ ===== */
.dc-cat-header {
  position: relative;
  background: var(--dark);
  padding: 80px 0 48px;
  overflow: hidden;
}
.dc-cat-header-title {
  font-family: var(--font-head) !important;
  font-size: clamp(48px, 7vw, 88px) !important;
  color: #fff !important;
  line-height: 0.9 !important;
  margin: 0 0 16px !important;
}
.dc-catalog-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 32px 80px;
}
.dc-sidebar-block {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 88px;
}
.dc-sidebar-title {
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--yellow);
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--yellow);
  margin-bottom: 12px;
}
.dc-filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 4px;
  text-decoration: none !important;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text2) !important;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 2px;
}
.dc-filter-item:hover { background: rgba(245,166,35,0.1); color: var(--text) !important; }
.dc-filter-item.active { background: var(--yellow); color: var(--dark) !important; font-weight: 600; }
.dc-filter-count {
  margin-left: auto;
  background: var(--bg);
  color: var(--text3);
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 10px;
}
.dc-filter-item.active .dc-filter-count { background: rgba(0,0,0,0.15); color: var(--dark); }
.dc-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dc-prod-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s, border-bottom-color 0.3s;
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid transparent;
}
.dc-prod-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-bottom-color: var(--yellow);
}
.dc-prod-img-wrap {
  position: relative;
  display: block;
  height: 200px;
  overflow: hidden;
  background: var(--bg);
  text-decoration: none !important;
}
.dc-prod-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform 0.45s;
}
.dc-prod-card:hover .dc-prod-img { transform: scale(1.06); }
.dc-prod-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--dark2);
  color: var(--yellow);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dc-prod-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(245,166,35,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.dc-prod-card:hover .dc-prod-hover-overlay { opacity: 1; }
.dc-prod-hover-text {
  font-family: var(--font-head);
  font-size: 17px;
  color: var(--dark);
  letter-spacing: 1px;
}
.dc-prod-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.dc-prod-title {
  font-family: var(--font-head) !important;
  font-size: 18px !important;
  margin: 0 0 12px !important;
  line-height: 1.1 !important;
}
.dc-prod-title a { color: var(--text) !important; text-decoration: none !important; transition: color 0.2s; }
.dc-prod-title a:hover { color: var(--yellow) !important; }
.dc-prod-spec-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #F0F0F0;
  font-family: var(--font-body);
  font-size: 12px;
}
.dc-prod-spec-name { color: var(--text3); }
.dc-prod-spec-val { color: var(--text); font-weight: 600; }
.dc-prod-footer { margin-top: auto; padding-top: 12px; }
.dc-prod-price {
  font-family: var(--font-head);
  font-size: 24px;
  color: var(--yellow);
  display: block;
  margin-bottom: 10px;
}
.dc-prod-btns { display: flex; gap: 8px; }
.dc-prod-btn-detail, .dc-prod-btn-order {
  flex: 1;
  padding: 10px 8px;
  text-align: center;
  text-decoration: none !important;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  transition: all 0.2s;
}
.dc-prod-btn-detail { border: 2px solid var(--dark2); color: var(--dark2) !important; }
.dc-prod-btn-detail:hover { background: var(--dark2); color: #fff !important; }
.dc-prod-btn-order { background: var(--yellow); color: var(--dark) !important; border: 2px solid var(--yellow); }
.dc-prod-btn-order:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); }

/* ===== АНИМАЦИЯ KEYFRAMES ===== */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rotateSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes rotateReverse { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }

/* ===== МОБИЛКА ===== */
@media (max-width: 900px) {
  .diesel-nav { display: none; }
  .diesel-burger { display: flex !important; }
  .dc-hero-content { grid-template-columns: 1fr; padding: 70px 20px 100px; }
  .dc-hero-right { display: none; }
  .dc-hero-title { font-size: 56px !important; }
  .dc-counters-inner { grid-template-columns: 1fr 1px 1fr; }
  .dc-cats-grid { grid-template-columns: 1fr 1fr; }
  .dc-cat-card { height: 240px; }
  .dc-how-steps { grid-template-columns: 1fr 1fr; }
  .dc-how-steps::before { display: none; }
  .dc-how-head { flex-direction: column; align-items: flex-start; }
  .dc-cases-grid { grid-template-columns: 1fr; }
  .dc-case-big { grid-column: 1; height: 260px; }
  .dc-reviews-grid { grid-template-columns: 1fr; }
  .dc-form-wrap { grid-template-columns: 1fr; }
  .dc-form-left { padding: 32px 24px; }
  .dc-form-right { padding: 32px 24px; }
  .dc-footer-top { grid-template-columns: 1fr; gap: 32px; }
  .dc-footer-nav { grid-template-columns: 1fr 1fr; }
  .dc-catalog-layout { grid-template-columns: 1fr; }
  .dc-products-grid { grid-template-columns: 1fr 1fr; }
  .dc-section-title-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .dc-hero-stats { gap: 20px; }
}
@media (max-width: 480px) {
  .dc-cats-grid { grid-template-columns: 1fr; }
  .dc-products-grid { grid-template-columns: 1fr; }
  .dc-how-steps { grid-template-columns: 1fr; }
  .dc-counters-inner { grid-template-columns: 1fr 1fr; }
  .dc-counter-divider { display: none; }
  .dc-footer-nav { grid-template-columns: 1fr; }
  .dc-hero-title { font-size: 42px !important; }
}

/* ===== DIESEL v3.0.x — COMPAT + UX SAFEGUARDS ===== */
/* Disable custom cursor on touch / coarse pointers */
@media (hover: none), (pointer: coarse) {
  .dc-cursor, .dc-cursor-follower { display: none !important; }
}
@media (max-width: 900px) {
  .dc-cursor, .dc-cursor-follower { display: none !important; }
}
/* Legacy reveal classes still used in some markup */
.dc-anim-up { opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease, transform 0.6s ease; transition-delay: var(--delay, 0s); }
.dc-anim-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.6s ease, transform 0.6s ease; transition-delay: var(--delay, 0s); }
.dc-anim-right { opacity: 0; transform: translateX(40px); transition: opacity 0.6s ease, transform 0.6s ease; transition-delay: var(--delay, 0s); }
.dc-anim-up.visible, .dc-anim-left.visible, .dc-anim-right.visible { opacity: 1; transform: translate(0); }
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .dc-reveal, .dc-reveal-left, .dc-reveal-right, .dc-reveal-scale,
  .dc-anim-up, .dc-anim-left, .dc-anim-right { opacity: 1 !important; transform: none !important; }
}

/* ===== SINGLE PRODUCT (cpanda-product-*) — on-brand redesign ===== */
.cpanda-product-page { background: var(--bg); }
.cpanda-catalog-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.cpanda-product-single { padding: 48px 0 40px; }
.cpanda-catalog-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  color: var(--text2) !important; text-decoration: none !important;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px;
  transition: color 0.2s;
}
.cpanda-catalog-back::before { content: '←'; color: var(--yellow); }
.cpanda-catalog-back:hover { color: var(--yellow-dark) !important; }
.cpanda-product-single-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start;
}
.cpanda-product-gallery-main {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border-bottom: 3px solid var(--yellow);
  display: flex; align-items: center; justify-content: center; min-height: 380px;
}
.cpanda-product-gallery-main img { width: 100%; height: 460px; object-fit: contain; padding: 28px; }
.cpanda-product-gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.cpanda-product-gallery-strip img {
  width: 100%; height: 90px; object-fit: contain; padding: 8px;
  background: var(--white); border-radius: 4px; box-shadow: var(--shadow);
  transition: transform 0.2s; cursor: pointer;
}
.cpanda-product-gallery-strip img:hover { transform: translateY(-3px); }
.cpanda-product-summary-meta {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px;
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
}
.cpanda-product-summary-meta span {
  background: var(--dark2); color: var(--yellow);
  padding: 4px 12px; border-radius: 2px;
}
.cpanda-product-summary h1 {
  font-family: var(--font-head) !important;
  font-size: clamp(32px, 4vw, 52px) !important; color: var(--text) !important;
  line-height: 0.95 !important; margin: 0 0 20px !important;
}
.cpanda-product-summary-price { margin-bottom: 22px; }
.cpanda-price-block { display: flex; flex-direction: column; gap: 8px; }
.cpanda-price-row { display: flex; align-items: baseline; gap: 12px; }
.cpanda-price-label {
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  background: var(--yellow); color: var(--dark); padding: 3px 8px; border-radius: 3px;
}
.cpanda-price-label--psm { background: var(--dark2); color: var(--yellow); }
.cpanda-price-value { font-family: var(--font-head); font-size: 32px; color: var(--text); }
.cpanda-price-row--psm .cpanda-price-value--psm { font-size: 22px; color: var(--text2); }
.cpanda-product-summary-short {
  font-family: var(--font-body); font-size: 15px; color: var(--text2);
  line-height: 1.65; margin: 0 0 26px;
}
.cpanda-product-order-cta {
  display: inline-block; width: 100%; text-align: center; box-sizing: border-box;
  background: var(--yellow); color: var(--dark) !important; text-decoration: none !important;
  font-family: var(--font-head); font-size: 19px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 16px 32px; border-radius: 4px; transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.cpanda-product-order-cta:hover { background: var(--yellow-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,0.4); }
.cpanda-product-messenger-row { display: flex; gap: 10px; margin-top: 14px; }
.cpanda-product-button {
  flex: 1; text-align: center; text-decoration: none !important;
  font-family: var(--font-head); font-size: 15px; letter-spacing: 1px;
  padding: 12px 16px; border-radius: 3px; transition: all 0.2s;
}
.cpanda-product-button.is-telegram { background: rgba(0,0,0,0.05); color: var(--text) !important; border: 2px solid var(--border); }
.cpanda-product-button.is-telegram:hover { border-color: #229ED9; color: #229ED9 !important; }
.cpanda-product-button.is-max { background: var(--dark2); color: var(--yellow) !important; }
.cpanda-product-button.is-max:hover { background: var(--dark); }
.cpanda-product-button.is-primary { background: var(--yellow); color: var(--dark) !important; }
.cpanda-product-button.is-secondary { background: rgba(0,0,0,0.05); color: var(--text) !important; border: 2px solid var(--border); }
.cpanda-product-details { padding: 20px 0 80px; }
.cpanda-product-description { margin-bottom: 40px; }
.cpanda-product-description h2,
.cpanda-product-spec-group h2 {
  font-family: var(--font-head) !important; font-size: 30px !important; color: var(--text) !important;
  text-transform: uppercase; margin: 0 0 16px !important; padding-bottom: 10px;
  border-bottom: 2px solid var(--yellow); display: inline-block;
}
.cpanda-product-description p { font-family: var(--font-body); font-size: 15px; color: var(--text2); line-height: 1.7; }
.cpanda-product-spec-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.cpanda-product-spec-group {
  background: var(--white); border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow); border-top: 3px solid var(--yellow);
}
.cpanda-product-spec-table { display: flex; flex-direction: column; }
.cpanda-product-spec-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 10px 0; border-bottom: 1px solid var(--border);
  font-family: var(--font-body); font-size: 14px;
}
.cpanda-product-spec-row:last-child { border-bottom: none; }
.cpanda-product-spec-row > div { color: var(--text3); }
.cpanda-product-spec-row > strong { color: var(--text); font-weight: 600; text-align: right; }
@media (max-width: 900px) {
  .cpanda-product-single-grid { grid-template-columns: 1fr; gap: 28px; }
  .cpanda-product-gallery-main img { height: 320px; }
  .cpanda-product-spec-groups { grid-template-columns: 1fr; }
}

/* ================================================================
   DIESEL v2.0 — DIESEL_V2.md (Unbounded redesign pass)
   ================================================================ */

/* --- TASK 2: kill AI eyebrow/label chips everywhere --- */
.dc-section-eyebrow,
.dc-section-label,
.dc-hero-label,
.dc-label-line { display: none !important; }

/* --- TASK 3: no white strip under header --- */
.diesel-header { margin-bottom: 0 !important; }
body { margin-top: 0 !important; }
.dc-main { margin-top: 0 !important; padding-top: 0 !important; }
.dc-hero { margin-top: 0 !important; }
/* parent theme content wrappers must not push a gap */
.site-content, .site-main, .ast-container, .e-con, main#content { padding-top: 0 !important; margin-top: 0 !important; }

/* --- TASK 6: HERO animated logistics route --- */
.dc-route-wrap { position: relative; width: 100%; height: 480px; }
.dc-route-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.dc-route-cities { position: absolute; inset: 0; pointer-events: none; }
.dc-city {
  position: absolute;
  display: flex; flex-direction: column; align-items: center;
  opacity: 0; transition: opacity 0.5s; transform: translate(-50%, -100%);
}
.dc-city.visible { opacity: 1; }
/* positions aligned to canvas city coords (x,y in route JS) */
.dc-city-shanghai    { top: 25%; left: 12%; }
.dc-city-vladivostok { top: 22%; left: 82%; }
.dc-city-moscow      { top: 72%; left: 65%; }
.dc-city-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(245,166,35,0.2), 0 0 0 8px rgba(245,166,35,0.08);
  animation: cityPulse 2s ease infinite; margin-bottom: 8px;
}
@keyframes cityPulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(245,166,35,0.3), 0 0 0 8px rgba(245,166,35,0.1); }
  50%     { box-shadow: 0 0 0 8px rgba(245,166,35,0.2), 0 0 0 16px rgba(245,166,35,0.05); }
}
.dc-city-label {
  font-family: var(--font-head); font-size: 12px; font-weight: 700;
  color: #fff; letter-spacing: 0px; white-space: nowrap; line-height: 1;
}
.dc-city-sub {
  font-family: var(--font-body); font-size: 10px;
  color: rgba(255,255,255,0.4); white-space: nowrap; margin-top: 3px;
}
.dc-route-stats {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px; padding: 14px 0;
  opacity: 0; transform: translateY(12px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.dc-route-stats.visible { opacity: 1; transform: translateY(0); }
.dc-route-stat { text-align: center; padding: 0 22px; }
.dc-rs-num {
  display: block; font-family: var(--font-head); font-size: 20px;
  font-weight: 700; color: var(--yellow); line-height: 1; letter-spacing: -0.5px;
}
.dc-rs-lbl {
  display: block; font-family: var(--font-body); font-size: 10px;
  color: rgba(255,255,255,0.4); text-transform: uppercase;
  letter-spacing: 1.5px; margin-top: 4px;
}
.dc-route-stat-div { width: 1px; height: 30px; background: rgba(255,255,255,0.1); }

/* --- TASK 7: living buttons --- */
.dc-btn-primary, .diesel-header-btn, .dc-prod-btn-order,
.dc-submit-btn, .dc-contact-btn, .cpanda-product-order-cta {
  position: relative; overflow: hidden; cursor: pointer;
}
.dc-btn-primary::before, .diesel-header-btn::before,
.dc-prod-btn-order::before, .cpanda-product-order-cta::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 0; height: 0; background: rgba(255,255,255,0.35);
  border-radius: 50%; transform: translate(-50%,-50%);
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  opacity: 1; pointer-events: none;
}
.dc-btn-primary:active::before, .diesel-header-btn:active::before,
.dc-prod-btn-order:active::before, .cpanda-product-order-cta:active::before {
  width: 320px; height: 320px; opacity: 0;
}
.dc-btn-primary:hover, .diesel-header-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 34px rgba(245,166,35,0.5) !important;
}
.dc-prod-btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,166,35,0.4);
}
.dc-prod-btn-detail:hover { transform: translateY(-2px); }
/* outline fill sweep */
.dc-btn-outline { position: relative; overflow: hidden; z-index: 1; }
.dc-btn-outline::after {
  content: ''; position: absolute; inset: 0; background: var(--yellow);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease; z-index: -1;
}
.dc-btn-outline:hover::after { transform: scaleX(1); }
.dc-btn-outline:hover { color: var(--dark) !important; border-color: var(--yellow) !important; }
.dc-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(245,166,35,0.45); }
/* form Telegram button -> solid blue (not black/outline) */
.dc-contact-btn-tg {
  background: #229ED9 !important; color: #fff !important; border: none !important;
}
.dc-contact-btn-tg:hover {
  background: #1a8fc4 !important; color: #fff !important;
  transform: translateY(-2px); box-shadow: 0 6px 20px rgba(34,158,217,0.4);
}

/* --- TASK 9: "how we work" — drop overlapping bar, add growing underline --- */
.dc-how-steps::before { display: none !important; }
.dc-how-step-title::after {
  content: ''; display: block; width: 32px; height: 2px;
  background: var(--yellow); margin-top: 10px; transition: width 0.3s ease;
}
.dc-how-step:hover .dc-how-step-title::after { width: 100%; }

/* --- TASK 11: single product — telegram blue, cleaner meta badges --- */
.cpanda-product-button.is-telegram {
  background: #229ED9 !important; color: #fff !important; border: none !important;
}
.cpanda-product-button.is-telegram:hover {
  background: #1a8fc4 !important; color: #fff !important;
  transform: translateY(-2px); box-shadow: 0 6px 18px rgba(34,158,217,0.35);
}
.cpanda-product-summary-meta span {
  background: transparent !important; border: 1px solid var(--yellow) !important;
  color: var(--yellow) !important; border-radius: 20px !important; padding: 4px 14px !important;
}
.cpanda-product-description h2,
.cpanda-product-spec-group h2 { letter-spacing: -1px !important; }

/* --- TASK 12: footer MAX as a clean accent link (no AI box) --- */
.dc-footer-col a[href*="max.ru"] { color: var(--yellow) !important; font-weight: 600 !important; }
.dc-footer-col a[href*="max.ru"]:hover { color: var(--yellow-dark) !important; }

/* --- TASK 6/route: hide on mobile (already hidden via .dc-hero-right) --- */
@media (max-width: 900px) { .dc-route-wrap { display: none; } }

/* ================================================================
   DIESEL v3.0 — DIESEL_V3.md (gears hero pass)
   ================================================================ */

/* prod card buttons -> Unbounded, on-brand */
.dc-prod-btn-detail {
  border: 1.5px solid rgba(245,166,35,0.5) !important;
  color: var(--yellow) !important; background: transparent !important;
  font-family: 'Unbounded', sans-serif !important; font-size: 11px !important;
  letter-spacing: 0.5px !important; transition: all 0.25s !important;
}
.dc-prod-btn-detail:hover {
  border-color: var(--yellow) !important; background: rgba(245,166,35,0.08) !important;
  transform: translateY(-2px) !important;
}
.dc-prod-btn-order {
  background: var(--yellow) !important; color: #111 !important;
  border: 1.5px solid var(--yellow) !important;
  font-family: 'Unbounded', sans-serif !important; font-size: 11px !important;
  letter-spacing: 0.5px !important; transition: all 0.25s !important;
}
.dc-prod-btn-order:hover {
  background: var(--yellow-dark) !important; border-color: var(--yellow-dark) !important;
  transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(245,166,35,0.4) !important;
}

/* footer MAX -> muted link (overrides v2 yellow) */
.dc-footer-col a[href*="max.ru"], .dc-footer a[href*="max.ru"] {
  color: rgba(255,255,255,0.45) !important; background: none !important;
  padding: 0 !important; border: none !important; font-weight: 400 !important;
}
.dc-footer-col a[href*="max.ru"]:hover, .dc-footer a[href*="max.ru"]:hover {
  color: rgba(255,255,255,0.85) !important;
}

/* form Telegram -> solid blue */
.dc-contact-btn-tg {
  background: #229ED9 !important; color: #fff !important; border: none !important; transition: all 0.25s !important;
}
.dc-contact-btn-tg:hover {
  background: #1a8fc4 !important; transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(34,158,217,0.4) !important;
}

/* how-we-work step underline */
.dc-how-steps::before { display: none !important; }
.dc-how-step-title { position: relative; padding-bottom: 10px !important; margin-bottom: 10px !important; }
.dc-how-step-title::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px;
  background: var(--yellow); transition: width 0.35s ease;
}
.dc-how-step:hover .dc-how-step-title::after { width: 100%; }

/* category card 3D hover */
.dc-cat-card { transform-style: preserve-3d; transition: transform 0.35s ease !important; }
.dc-cat-card:hover { transform: perspective(600px) rotateY(-3deg) rotateX(2deg) scale(1.02) !important; }

/* header scrolled -> dark + blur */
.diesel-header.scrolled {
  background: rgba(17,17,17,0.96) !important; box-shadow: 0 4px 32px rgba(0,0,0,0.5) !important; backdrop-filter: blur(10px);
}

/* bg gears on dark blocks positioning + keep inner content above injected canvas */
.dc-how, .dc-reviews, .dc-footer { overflow: hidden; }
.dc-how > canvas, .dc-reviews > canvas, .dc-footer > canvas { position: absolute !important; z-index: 0 !important; }
.dc-how-inner, .dc-reviews-inner, .dc-footer-inner { position: relative; z-index: 2; }

@media (max-width: 768px) {
  .dlogo-name, .dlogo-co { font-size: 18px; }
  .dc-hero-stats { flex-wrap: wrap; gap: 12px; }
  .dc-hero-stat-sep { display: none; }
}

/* ================================================================
   DIESEL_FIXES.md — pointed corrections
   ================================================================ */

/* TASK 2: kill hero AI tag/eyebrow */
.dc-hero-tag { display: none !important; }

/* TASK 6: white strip under header — kill any wrapper top gap */
html, body { overflow-x: hidden; }
body { padding-top: 68px !important; }
.site, #page, .wp-site-blocks { padding-top: 0 !important; margin-top: 0 !important; }
.diesel-header + * { margin-top: 0 !important; }
.e-con, .elementor-section { margin-top: 0 !important; }

/* TASK 7: footer MAX -> plain muted link (no yellow box) */
.dc-footer a[href*="max.ru"], .dc-footer-col a[href*="max.ru"] {
  background: none !important; background-color: transparent !important;
  color: rgba(255,255,255,0.45) !important; padding: 0 !important;
  border: none !important; display: inline !important;
  font-weight: 400 !important; font-size: 14px !important;
}
.dc-footer a[href*="max.ru"]:hover, .dc-footer-col a[href*="max.ru"]:hover {
  color: rgba(255,255,255,0.85) !important;
}

/* Generic page template (privacy policy, legal, fallback) */
.dc-page { background: var(--bg); min-height: 60vh; }
.dc-page-wrap { max-width: 880px; margin: 0 auto; padding: 64px 32px 90px; }
.dc-page-head { margin-bottom: 32px; }
.dc-page-title {
  font-family: var(--font-head) !important;
  font-size: clamp(34px, 5vw, 60px) !important;
  color: var(--text) !important;
  line-height: 0.95 !important;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin: 0 0 16px !important;
}
.dc-page-rule { display: block; width: 60px; height: 4px; background: var(--yellow); border-radius: 2px; }
.dc-page-content { font-family: var(--font-body); font-size: 16px; line-height: 1.75; color: var(--text2); }
.dc-page-content h2 { font-family: var(--font-head) !important; font-size: 26px !important; color: var(--text) !important; text-transform: uppercase; letter-spacing: -0.5px; margin: 32px 0 12px !important; }
.dc-page-content h3 { font-family: var(--font-head) !important; font-size: 20px !important; color: var(--text) !important; text-transform: uppercase; margin: 24px 0 10px !important; }
.dc-page-content p { margin: 0 0 16px; }
.dc-page-content a { color: var(--yellow-dark); text-decoration: underline; }
.dc-page-content ul, .dc-page-content ol { padding-left: 22px; margin: 0 0 16px; }
.dc-page-content li { margin-bottom: 8px; }
.dc-page-content strong { color: var(--text); }

/* TASK 3.1: hero background image (coverr video was 404 -> reliable unsplash) */
.dc-hero-img-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('/wp-content/themes/hello-elementor-diesel-child/assets/img/hero_diesel.png');
  background-size: cover; background-position: center;
  opacity: 0.85; filter: brightness(0.42) saturate(0.7) contrast(1.05);
}
.dc-hero-video-overlay {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(115deg, rgba(17,17,17,0.82) 0%, rgba(17,17,17,0.5) 48%, rgba(17,17,17,0.32) 100%);
}

/* ================================================================
   DIESEL_MOBILE.md — customer fixes + full mobile pass
   ================================================================ */

/* TASK 1.3: product MAX button -> purple, reviews -> gray
   (real markup = .cpanda-product-button.is-max / .is-telegram) */
.cpanda-product-button.is-max,
.cpanda-product-messenger-row a.is-max {
  background: #7B2FBE !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.25s !important;
}
.cpanda-product-button.is-max:hover,
.cpanda-product-messenger-row a.is-max:hover {
  background: #6A28A3 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(123,47,190,0.4) !important;
}
.cpanda-product-button.is-telegram {
  background: #444444 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.25s !important;
}
.cpanda-product-button.is-telegram:hover {
  background: #555555 !important;
  color: #ffffff !important;
  border-color: #555555 !important;
  transform: translateY(-2px) !important;
}

/* ========================================
   МОБИЛЬНАЯ ВЕРСИЯ - ПОЛНАЯ ПОЧИНКА
   ======================================== */

/* === ОБЩИЕ ПРАВИЛА === */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  img, video, canvas, iframe { max-width: 100% !important; }
}

/* === ХЕДЕР МОБИЛЬНЫЙ (real markup: .dlogo-name/.dlogo-co wordmark) === */
@media (max-width: 768px) {
  .diesel-header-inner {
    padding: 0 16px !important;
    height: 60px !important;
  }
  .diesel-header { height: 60px !important; }
  .dlogo-name { font-size: 16px !important; letter-spacing: 1px !important; }
  .dlogo-co { font-size: 16px !important; letter-spacing: 1px !important; }
  .diesel-nav {
    display: none !important;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    background: #1a1a1a !important;
    flex-direction: column !important;
    padding: 20px 24px !important;
    gap: 0 !important;
    z-index: 999 !important;
    border-bottom: 2px solid #F5A623 !important;
    max-width: 100vw !important;
  }
  .diesel-nav.open { display: flex !important; }
  .diesel-nav a {
    padding: 14px 0 !important;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    width: 100% !important;
  }
  .diesel-nav a:last-child { border-bottom: none !important; }
  .diesel-header-btn {
    font-size: 11px !important;
    padding: 8px 14px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
  }
  .diesel-burger { display: flex !important; }
  body { padding-top: 60px !important; }
}

/* === HERO МОБИЛЬНЫЙ === */
@media (max-width: 768px) {
  .dc-hero { min-height: auto !important; }
  .dc-hero-inner {
    grid-template-columns: 1fr !important;
    padding: 48px 20px 60px !important;
    gap: 0 !important;
  }
  .dc-hero-right { display: none !important; }
  .dc-ht-line {
    font-size: 38px !important;
    letter-spacing: -1px !important;
    line-height: 0.9 !important;
  }
  .dc-hero-desc { font-size: 14px !important; max-width: 100% !important; }
  .dc-hero-btns {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .dc-btn-primary, .dc-btn-outline {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    box-sizing: border-box !important;
  }
  .dc-hero-stats { gap: 16px !important; flex-wrap: wrap !important; }
  .dc-hero-stat-sep { display: none !important; }
  .dc-hs-num { font-size: 22px !important; }
  .dc-hero-wave { height: 40px !important; }
  .dc-hero-wave svg { height: 40px !important; }
}

/* === СЧЁТЧИКИ МОБИЛЬНЫЕ === */
@media (max-width: 768px) {
  .dc-counters-inner {
    grid-template-columns: 1fr 1fr !important;
    min-height: auto !important;
    padding: 0 16px !important;
  }
  .dc-counter-divider { display: none !important; }
  .dc-counter { padding: 16px 10px !important; }
  .dc-counter-num { font-size: 32px !important; }
  .dc-counter-suffix { font-size: 20px !important; }
  .dc-counter-lbl { font-size: 9px !important; letter-spacing: 0.5px !important; }
}

/* === НАПРАВЛЕНИЯ ТЕХНИКИ МОБИЛЬНЫЕ === */
@media (max-width: 768px) {
  .dc-cats { padding: 40px 0 0 !important; }
  .dc-section-head { padding: 0 20px 24px !important; }
  .dc-section-title { font-size: 32px !important; }
  .dc-section-title-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .dc-section-desc { max-width: 100% !important; font-size: 14px !important; }
  .dc-cats-grid { grid-template-columns: 1fr 1fr !important; }
  .dc-cat-card { height: 200px !important; }
  .dc-cat-name { font-size: 16px !important; }
}
@media (max-width: 400px) {
  .dc-cats-grid { grid-template-columns: 1fr !important; }
}

/* === ПОПУЛЯРНЫЕ МОДЕЛИ МОБИЛЬНЫЕ (1 карточка) === */
@media (max-width: 768px) {
  .dc-top { padding: 40px 0 !important; }
  .dc-top-slider-wrap { padding: 0 40px !important; }
  .dc-top-slider { gap: 16px !important; }
  .dc-top-card {
    flex: 0 0 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .dc-top-card-img-wrap { height: 180px !important; }
  .dc-top-card-title { font-size: 16px !important; }
  .dc-top-card-price { font-size: 18px !important; }
  .dc-slider-prev { left: 0 !important; }
  .dc-slider-next { right: 0 !important; }
}

/* === КАК МЫ РАБОТАЕМ МОБИЛЬНЫЙ === */
@media (max-width: 768px) {
  .dc-how { padding: 40px 0 !important; }
  .dc-how-inner { padding: 0 20px !important; }
  .dc-how-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-bottom: 32px !important;
  }
  .dc-how-head .dc-section-title { font-size: 36px !important; }
  .dc-how-steps {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .dc-how-steps::before { display: none !important; }
  .dc-how-step { padding: 20px 18px 18px !important; }
  .dc-how-step-num { font-size: 42px !important; }
  .dc-how-step-title { font-size: 16px !important; }
  .dc-how-step-text { font-size: 13px !important; }
}

/* === КЕЙСЫ МОБИЛЬНЫЕ === */
@media (max-width: 768px) {
  .dc-cases { padding: 40px 0 !important; }
  .dc-cases-grid {
    grid-template-columns: 1fr !important;
    padding: 0 20px !important;
    gap: 12px !important;
  }
  .dc-case-big {
    grid-column: 1 !important;
    height: 240px !important;
  }
  .dc-case-card { height: 200px !important; }
  .dc-case-title { font-size: 16px !important; }
  .dc-case-tag { font-size: 10px !important; }
}

/* === ОТЗЫВЫ МОБИЛЬНЫЕ === */
@media (max-width: 768px) {
  .dc-reviews { padding: 40px 0 !important; }
  .dc-reviews-inner { padding: 0 20px !important; }
  .dc-reviews-head .dc-section-title { font-size: 32px !important; }
  .dc-carousel-3d {
    height: 280px !important;
    perspective: 600px !important;
  }
  .dc-review-card {
    width: 280px !important;
    margin-left: -140px !important;
    margin-top: -110px !important;
    padding: 20px !important;
  }
  .dc-review-text { font-size: 13px !important; }
  .dc-review-name { font-size: 13px !important; }
  .dc-carousel-nav { margin-top: 20px !important; }
}

/* === ФОРМА МОБИЛЬНАЯ === */
@media (max-width: 768px) {
  .dc-form-section { padding: 40px 0 !important; }
  .dc-form-wrap {
    grid-template-columns: 1fr !important;
    margin: 0 20px !important;
    border-radius: 8px !important;
  }
  .dc-form-left {
    padding: 28px 24px !important;
    margin: 0 !important;
  }
  .dc-form-left h2 { font-size: 28px !important; }
  .dc-form-left p { font-size: 13px !important; }
  .dc-form-feat { font-size: 13px !important; gap: 10px !important; }
  .dc-form-right { padding: 24px !important; }
  .dc-input {
    padding: 12px 14px !important;
    font-size: 16px !important; /* 16px - чтобы iOS не зумил */
    margin-bottom: 12px !important;
  }
  .dc-submit-btn {
    font-size: 14px !important;
    padding: 14px !important;
  }
  .dc-form-contact-btns { gap: 8px !important; }
  .dc-contact-btn { padding: 12px !important; font-size: 13px !important; }
}

/* === ФУТЕР МОБИЛЬНЫЙ === */
@media (max-width: 768px) {
  .dc-footer { padding: 40px 0 0 !important; }
  .dc-footer-inner { padding: 0 20px !important; }
  .dc-footer-top {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-bottom: 32px !important;
  }
  .dc-footer-nav { grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  .dc-footer-bottom {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
    padding: 16px 0 !important;
    font-size: 12px !important;
  }
}

/* === КАТАЛОГ МОБИЛЬНЫЙ === */
@media (max-width: 768px) {
  .dc-cat-header { padding: 60px 0 32px !important; }
  .dc-cat-header-inner { padding: 0 20px !important; }
  .dc-cat-header-title { font-size: 40px !important; }
  .dc-catalog-layout {
    grid-template-columns: 1fr !important;
    padding: 20px 16px 40px !important;
    gap: 20px !important;
  }
  .dc-sidebar-block { position: static !important; top: auto !important; }
  .dc-products-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .dc-prod-img-wrap { height: 150px !important; }
  .dc-prod-title { font-size: 14px !important; }
  .dc-prod-price { font-size: 18px !important; }
  .dc-prod-btns { flex-direction: column !important; gap: 6px !important; }
  .dc-prod-btn-detail, .dc-prod-btn-order {
    width: 100% !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 11px !important;
  }
}
@media (max-width: 400px) {
  .dc-products-grid { grid-template-columns: 1fr !important; }
}

/* === СТРАНИЦА ТОВАРА МОБИЛЬНАЯ (real markup = .cpanda-product-*) === */
@media (max-width: 768px) {
  .cpanda-product-single { padding: 16px 0 !important; }
  .cpanda-catalog-wrap { padding-left: 16px !important; padding-right: 16px !important; }
  .cpanda-product-single-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .cpanda-product-gallery-main img { height: 260px !important; padding: 16px !important; }
  .cpanda-product-gallery-strip { gap: 8px !important; }
  .cpanda-product-gallery-strip img { width: 60px !important; height: 60px !important; }
  .cpanda-product-summary h1 { font-size: 24px !important; }
  .cpanda-product-summary-price .cpanda-price-value { font-size: 24px !important; }
  .cpanda-product-order-cta {
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  .cpanda-product-messenger-row {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .cpanda-product-button {
    width: 100% !important;
    text-align: center !important;
    padding: 13px !important;
    box-sizing: border-box !important;
  }
  .cpanda-product-details { padding: 24px 0 !important; }
  .cpanda-product-description h2 { font-size: 22px !important; }
}

/* === FAB МОБИЛЬНЫЙ === */
@media (max-width: 768px) {
  .dc-fab-wrap { bottom: 16px !important; right: 16px !important; }
  .dc-fab-main { width: 48px !important; height: 48px !important; }
}

/* === ИСПРАВЛЕНИЕ ОБРЕЗАНИЯ ТЕКСТА === */
@media (max-width: 768px) {
  .dc-case-body { padding: 16px !important; overflow: hidden !important; }
  .dc-case-title {
    font-size: 14px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }
  .dc-review-card {
    overflow: hidden !important;
    word-break: break-word !important;
  }
  .dc-review-text {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
  }
  p, h1, h2, h3, h4, span, div {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

/* ================================================================
   LOGO IMAGE — wings+DIESEL PNG (replaces text wordmark) 2026-06-16
   ================================================================ */
.diesel-logo-img { height: 44px; width: auto; display: block; }
.dc-footer-brand .diesel-logo-img { height: 54px; }
.diesel-logo::after { display: none !important; } /* kill old wordmark underline */
.diesel-logo:hover .diesel-logo-img { filter: brightness(1.08); }
@media (max-width: 768px) {
  .diesel-logo-img { height: 34px !important; }
  .dc-footer-brand .diesel-logo-img { height: 44px !important; }
}


/* ================================================================
   DIESEL — single product redesign (DIESEL_PRODUCT_PAGE.md)
   Dark info panel + specs strip. Appended last → overrides base.
   ================================================================ */

/* Layout: gallery + dark panel side by side (grid sits inside .cpanda-catalog-wrap) */
.dc-product-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  padding: 40px 0;
  align-items: stretch;
}

/* Gallery: flat white panel that merges with the dark panel */
.dc-product-gallery {
  background: #ffffff;
  border-radius: 10px 0 0 10px;
  padding: 28px;
  border: 1px solid #E0E0DC;
  border-right: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dc-product-gallery .cpanda-product-gallery-main {
  background: transparent;
  box-shadow: none;
  border-bottom: none;
  border-radius: 6px;
  min-height: auto;
}
.dc-product-gallery .cpanda-product-gallery-main img { height: 420px; padding: 8px; }
.dc-product-gallery .cpanda-product-gallery-strip img {
  box-shadow: none;
  border: 1px solid #E8E8E4;
  background: #FAFAF8;
}

/* DARK PANEL */
.dc-product-panel {
  background: #1a1a1a;
  border-radius: 0 10px 10px 0;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.dc-product-panel::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(245,166,35,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.dc-product-panel::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #F5A623;
}

.dc-product-panel-top {
  display: flex; gap: 8px; margin-bottom: 22px; flex-wrap: wrap;
  position: relative; z-index: 1;
}
.dc-panel-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px; font-weight: 500; letter-spacing: 0.3px;
  text-transform: none; padding: 5px 12px; border-radius: 20px;
}
.dc-panel-badge-avail { text-transform: none; }
.dc-panel-badge-cat {
  background: rgba(245,166,35,0.12); color: #F5A623;
  border: 1px solid rgba(245,166,35,0.3);
}
.dc-panel-badge-avail {
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.1);
}
.dc-panel-dot { width: 6px; height: 6px; background: #F5A623; border-radius: 50%; display: inline-block; }

.dc-panel-title {
  font-family: 'Unbounded', sans-serif !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.05 !important;
  letter-spacing: -1px !important;
  margin: 0 0 24px !important;
  text-transform: uppercase;
  position: relative; z-index: 1;
}

.dc-panel-price-row {
  display: flex; flex-direction: column; gap: 2px;
  padding: 0;
  background: none !important;
  border: none !important;
  margin-bottom: 24px;
  position: relative; z-index: 1;
}
.dc-panel-price-label {
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 400;
  color: rgba(255,255,255,0.4); text-transform: none; letter-spacing: 0;
}
.dc-panel-price {
  font-family: 'Unbounded', sans-serif; font-size: 36px; font-weight: 900;
  color: #F5A623; line-height: 1.1;
}
.dc-panel-price-alt {
  font-family: 'Outfit', sans-serif; font-size: 13px;
  color: rgba(255,255,255,0.45); margin-top: 4px;
}

.dc-panel-desc-short {
  font-family: 'Outfit', sans-serif; font-size: 14px; line-height: 1.65;
  color: rgba(255,255,255,0.55); margin: 0 0 20px;
  position: relative; z-index: 1;
}

.dc-panel-spacer { flex: 1; min-height: 16px; }

.dc-panel-delivery {
  display: flex; flex-direction: column; gap: 10px;
  padding: 16px; background: rgba(255,255,255,0.03);
  border-radius: 10px; margin-bottom: 24px;
  position: relative; z-index: 1;
}
.dc-panel-delivery-item {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 400;
  color: rgba(255,255,255,0.65); text-transform: none; letter-spacing: 0;
}
.dc-pdi-icon { width: 16px; height: 16px; flex-shrink: 0; }

.dc-panel-btns { display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 1; }
.dc-panel-btn-main {
  background: #F5A623; color: #1a1a1a !important; text-decoration: none !important;
  font-family: 'Unbounded', sans-serif !important; font-size: 14px !important; font-weight: 700 !important;
  letter-spacing: 1px; text-align: center; padding: 16px; border-radius: 8px;
  text-transform: uppercase; transition: all 0.25s;
}
.dc-panel-btn-main:hover { background: #E09400 !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,166,35,0.4); }
.dc-panel-btns-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dc-panel-btn-tg, .dc-panel-btn-max {
  color: #fff !important; text-decoration: none !important;
  font-family: 'Outfit', sans-serif !important; font-size: 13px !important; font-weight: 600 !important;
  text-align: center; padding: 12px; border-radius: 8px; transition: all 0.25s;
}
.dc-panel-btn-tg { background: #229ED9 !important; }
.dc-panel-btn-tg:hover { background: #1a8fc4 !important; transform: translateY(-2px); }
.dc-panel-btn-max { background: #7B2FBE !important; }
.dc-panel-btn-max:hover { background: #6A28A3 !important; transform: translateY(-2px); }

/* SPECS STRIP (tiles) */
.dc-specs-strip-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px 44px; }
.dc-specs-strip {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px;
  background: #E0E0DC; border-radius: 10px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.dc-specs-strip-item {
  background: #ffffff; padding: 20px 14px; text-align: center;
  display: flex; flex-direction: column; gap: 6px; transition: background 0.2s;
}
.dc-specs-strip-item:hover { background: #FFF3D6; }
.dc-ssi-value { font-family: 'Unbounded', sans-serif; font-size: 17px; font-weight: 900; color: #1a1a1a; line-height: 1.15; }
.dc-ssi-name { font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 400; color: #999; text-transform: none; letter-spacing: 0; }

/* MOBILE */
@media (max-width: 900px) {
  .dc-product-inner { grid-template-columns: 1fr; padding: 24px 0; }
  .dc-product-gallery { border-radius: 10px 10px 0 0; border-right: 1px solid #E0E0DC; border-bottom: none; }
  .dc-product-panel { border-radius: 0 0 10px 10px; }
  .dc-product-gallery .cpanda-product-gallery-main img { height: 300px; }
  .dc-specs-strip { grid-template-columns: repeat(3, 1fr); }
  .dc-specs-strip-wrap { padding: 0 16px 28px; }
  .dc-panel-title { font-size: 22px !important; }
  .dc-panel-price { font-size: 26px; }
}
@media (max-width: 480px) {
  .dc-specs-strip { grid-template-columns: repeat(2, 1fr); }
  .dc-panel-btns-row { grid-template-columns: 1fr; }
  .dc-product-panel { padding: 28px 22px; }
}

/* MAX кнопка на странице товара - ФИОЛЕТОВАЯ, финальное переопределение */
.dc-panel-btn-max,
a.dc-panel-btn-max,
.dc-panel-btns-row a.dc-panel-btn-max,
.dc-product-panel a[href*="max.ru"] {
  background-color: #7B2FBE !important;
  background: #7B2FBE !important;
  color: #ffffff !important;
}
.dc-panel-btn-max:hover,
a.dc-panel-btn-max:hover,
.dc-product-panel a[href*="max.ru"]:hover {
  background-color: #6A28A3 !important;
  background: #6A28A3 !important;
}

/* ===== TASK 6: убрать капсулы-бейджи, простая строка ===== */
.dc-panel-meta-line {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 16px; position: relative; z-index: 1;
}
.dc-pml-cat { font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 500; color: #F5A623; }
.dc-pml-sep { color: rgba(255,255,255,0.25); font-size: 13px; }
.dc-pml-avail { font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.5); }
.dc-panel-badge,
.dc-panel-badge-cat,
.dc-panel-badge-avail,
.dc-panel-dot { display: none !important; }
.dc-panel-title { margin-top: 0 !important; }
