/* =========================================================
   DANA RISHENY.CSS
   Страницы решений DANA / HUC
   Для: logistics-and-fulfillment-center.html и похожих страниц
   ========================================================= */

:root {
  --dana-blue: #0b3d91;
  --dana-blue-dark: #072c6b;
  --dana-blue-light: #0e56c7;
  --dana-orange: #ff8a00;
  --dana-orange-dark: #e87900;
  --dana-bg: #f4f8ff;
  --dana-bg-soft: #f8fafc;
  --dana-text: #1f2933;
  --dana-text-dark: #0f172a;
  --dana-muted: #64748b;
  --dana-border: #d9e4f5;
  --dana-radius: 18px;
  --dana-radius-lg: 28px;
  --dana-shadow: 0 10px 28px rgba(11, 61, 145, 0.07);
  --dana-shadow-lg: 0 18px 50px rgba(15, 23, 42, 0.08);
}

/* =========================================================
   BASE
   ========================================================= */

.dana-huc-page {
  width: 100%;
  color: var(--dana-text);
  font-family: Arial, sans-serif;
  line-height: 1.55;
  background: #ffffff;
  overflow: visible;
}

.dana-huc-page * {
  box-sizing: border-box;
}

.dana-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

/* =========================================================
   HERO
   ========================================================= */

.dana-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.22), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0b3d91 52%, #ffffff 52%);
  border-radius: 0 0 28px 28px;
  padding: 28px 20px 36px;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.dana-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 30px;
  align-items: start;
}


.dana-hero-video-btn {
  margin-top: 16px;
}



.dana-label {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #dbeafe;
  border: 1px solid rgba(147, 197, 253, 0.38);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.dana-hero h1 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.22;
  margin: 0 0 16px;
  font-weight: 900;
  max-width: 620px;
  letter-spacing: -0.025em;
}

.dana-hero p {
  color: #eef5ff;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 720px;
}

.dana-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.dana-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 14px;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  transition: 0.22s ease;
  cursor: pointer;
}

.dana-btn-main {
  background: linear-gradient(135deg, var(--dana-orange), #ff9a22);
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(255, 138, 0, 0.28);
}

.dana-btn-main:hover {
  background: linear-gradient(135deg, var(--dana-orange-dark), var(--dana-orange));
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dana-btn-light {
  background: #ffffff;
  color: var(--dana-blue) !important;
  border: 1px solid #dbeafe;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.dana-btn-light:hover {
  color: var(--dana-blue-dark) !important;
  border-color: #bfdbfe;
  transform: translateY(-1px);
}

/* =========================================================
   HERO PRODUCT CARD
   ========================================================= */

.dana-hero-card {
  background: #ffffff;
  border: 1px solid rgba(219, 234, 254, 0.9);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 16px 38px rgba(7, 44, 107, 0.16);
}

.dana-hero-card a {
  display: block;
  text-decoration: none !important;
}

.dana-hero-card img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  border-radius: 18px;
  display: block;
  margin-bottom: 14px;
  background: #ffffff;
}

.dana-hero-card strong {
  display: block;
  color: var(--dana-blue);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 8px;
  font-weight: 900;
}

.dana-hero-card span {
  display: block;
  color: var(--dana-muted);
  font-size: 15px;
  line-height: 1.5;
}

/* =========================================================
   SECTIONS
   ========================================================= */

.dana-section {
  margin: 42px 0;
}

.dana-section h2 {
  color: var(--dana-blue);
  font-size: 32px;
  line-height: 1.22;
  margin: 0 0 16px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.dana-section-subtitle {
  font-size: 19px;
  line-height: 1.6;
  color: #334155;
  margin: 0 0 24px;
  max-width: 980px;
}

/* =========================================================
   STATS
   ========================================================= */

.dana-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: -8px;
}

.dana-stat {
  background: #ffffff;
  border: 1px solid var(--dana-border);
  border-radius: var(--dana-radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--dana-shadow);
}

.dana-stat h3 {
  color: var(--dana-blue);
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.dana-stat p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.55;
}

/* =========================================================
   SOFT ALERT / OFFER
   ========================================================= */

.dana-alert {
  background: #fff8ef;
  border: 1px solid #ffd9a8;
  border-left: 6px solid var(--dana-orange);
  border-radius: 24px;
  padding: 26px 24px;
  text-align: center;
  color: var(--dana-text);
  box-shadow: var(--dana-shadow);
}

.dana-alert .small {
  display: inline-flex;
  align-items: center;
  background: #ffe7c2;
  color: #9a5600;
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
}

.dana-alert h2 {
  color: var(--dana-blue);
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.dana-alert p {
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.55;
  color: #334155;
  max-width: 980px;
}

/* =========================================================
   CARDS / GRID
   ========================================================= */

.dana-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.dana-card {
  background: #ffffff;
  border: 1px solid var(--dana-border);
  border-radius: var(--dana-radius);
  padding: 24px;
  box-shadow: var(--dana-shadow);
}

.dana-card h3 {
  color: var(--dana-blue);
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 900;
}

/* =========================================================
   LISTS
   ========================================================= */

.dana-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dana-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  color: #334155;
  font-size: 16px;
  line-height: 1.55;
}

.dana-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dana-orange);
  font-weight: 900;
}

.dana-list-problem li:before {
  content: "!";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff1e0;
  color: var(--dana-orange);
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: 900;
}

/* =========================================================
   PRODUCT BLOCK
   ========================================================= */

.dana-product-block {
  background:
    radial-gradient(circle at 90% 20%, rgba(14, 165, 233, 0.08), transparent 34%),
    var(--dana-bg);
  border-radius: var(--dana-radius-lg);
  padding: 32px;
}

.dana-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}

.dana-product-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dana-product-images a {
  display: block;
  background: #ffffff;
  border: 1px solid var(--dana-border);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.dana-product-images img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  display: block;
  padding: 12px;
  background: #ffffff;
  transition: transform 0.25s ease;
}

.dana-product-images a:hover img {
  transform: scale(1.03);
}

/* =========================================================
   BASE / PRO / SMART
   ========================================================= */

.dana-version-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.dana-version {
  background: #ffffff;
  border: 1px solid var(--dana-border);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(11, 61, 145, 0.05);
}

.dana-version h3 {
  color: var(--dana-blue);
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.dana-version strong {
  display: block;
  color: var(--dana-orange);
  margin-bottom: 10px;
  font-weight: 900;
}

.dana-version p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

/* =========================================================
   PROCESS
   ========================================================= */

.dana-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dana-step {
  background: #ffffff;
  border: 1px solid var(--dana-border);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(11, 61, 145, 0.045);
}

.dana-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dana-blue);
  color: #ffffff;
  border-radius: 999px;
  padding: 5px 11px;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 12px;
}

.dana-step h3 {
  color: var(--dana-blue);
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.dana-step p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

/* =========================================================
   CTA
   ========================================================= */

.dana-cta {
  background:
    radial-gradient(circle at 85% 20%, rgba(56, 189, 248, 0.22), transparent 32%),
    linear-gradient(135deg, #07111f, var(--dana-blue));
  border-radius: var(--dana-radius-lg);
  padding: 34px 24px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.16);
}

.dana-cta h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.dana-cta p {
  color: #eef5ff;
  font-size: 19px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.dana-contact {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.dana-contact a,
.dana-contact span {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 800;
}

/* =========================================================
   STICKY CTA
   ========================================================= */

.dana-sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  display: flex;
  gap: 10px;
}

.dana-sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}

.sticky-viber {
  background: #7360f2;
}

.sticky-call {
  background: #12a150;
}

/* =========================================================
   SMALL CART COMPATIBILITY
   Только базовые правки, без полного cart-dana.css
   ========================================================= */

.cart-modal {
  z-index: 99999;
}

.cart-modal-content {
  box-sizing: border-box;
}

.cart-modal-content * {
  box-sizing: border-box;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .dana-hero-inner {
    grid-template-columns: 1fr;
  }

  .dana-hero {
    background:
      radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.22), transparent 32%),
      linear-gradient(135deg, #07111f 0%, #0b3d91 100%);
  }

  .dana-hero-card {
    max-width: 620px;
  }

  .dana-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .dana-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .dana-grid-2,
  .dana-stats,
  .dana-version-grid {
    grid-template-columns: 1fr;
  }

  .dana-hero {
    padding: 26px 16px 32px;
    border-radius: 0 0 22px 22px;
    margin-bottom: 28px;
  }

  .dana-hero h1 {
    font-size: 26px;
    line-height: 1.25;
  }

  .dana-hero p {
    font-size: 16px;
  }

  .dana-section {
    margin: 34px 0;
  }

  .dana-section h2 {
    font-size: 26px;
  }

  .dana-section-subtitle {
    font-size: 17px;
  }

  .dana-alert {
    padding: 24px 18px;
    text-align: left;
  }

  .dana-alert h2 {
    font-size: 24px;
  }

  .dana-alert p {
    font-size: 16px;
  }

  .dana-product-block {
    padding: 24px 18px;
  }

  .dana-product-images {
    grid-template-columns: 1fr;
  }

  .dana-product-images img {
    height: 220px;
  }

  .dana-cta h2 {
    font-size: 26px;
  }

  .dana-cta p {
    font-size: 16px;
  }

  .dana-sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 14px;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .dana-container {
    padding: 0 12px;
  }

  .dana-hero {
    padding: 24px 14px 28px;
  }

  .dana-hero h1 {
    font-size: 24px;
  }

  .dana-label {
    font-size: 12px;
    padding: 7px 12px;
  }

  .dana-btn {
    width: 100%;
  }

  .dana-hero-actions {
    align-items: stretch;
  }

  .dana-process {
    grid-template-columns: 1fr;
  }

  .dana-stat h3 {
    font-size: 34px;
  }

  .dana-card,
  .dana-version,
  .dana-step {
    padding: 18px;
  }

  .dana-cta {
    padding: 28px 18px;
  }
}