
:root{
  --dana-blue:#0A84FF;
  --dana-dark:#07111f;
  --dana-text:#132033;
  --dana-muted:#64748b;
  --dana-bg:#f5f8ff;
  --dana-card:#ffffff;
  --dana-line:#e5edf8;
}

.main-page-content {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .main-page-content {
    padding-top: 70px;
  }
}



.dana-x3{
  color:var(--dana-text);
  background:#fff;
  overflow:hidden;
}

.dana-section{
  max-width:1180px;
  margin:0 auto;
  padding:80px 20px;
}

.dana-hero{
  background:
    radial-gradient(circle at top right, rgba(10,132,255,.22), transparent 35%),
    linear-gradient(135deg,#07111f,#0f2745);
  color:#fff;
  border-radius:0 0 36px 36px;
}

.dana-hero-inner{
  max-width:1180px;
  margin:0 auto;
  padding:90px 20px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}

.dana-badge{
  display:inline-block;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  color:#b8d9ff;
  font-size:14px;
  margin-bottom:18px;
}

.dana-hero h1{
  font-size:52px;
  line-height:1.05;
  margin:0 0 22px;
  letter-spacing:-1.5px;
}

.dana-hero p{
  font-size:20px;
  line-height:1.55;
  color:#d8e7ff;
  margin:0 0 28px;
}

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

.dana-btn{
  display:inline-block;
  padding:16px 26px;
  border-radius:16px;
  font-weight:800;
  text-decoration:none;
  transition:.25s ease;
}

.dana-btn-primary{
  background:linear-gradient(135deg,#0A84FF,#0066ff);
  color:#fff;
  box-shadow:0 18px 40px rgba(10,132,255,.35);
}

.dana-btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 50px rgba(10,132,255,.45);
}

.dana-hero-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  padding:28px;
  backdrop-filter:blur(12px);
}

.dana-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.dana-metric{
  background:rgba(255,255,255,.08);
  border-radius:20px;
  padding:20px;
}

.dana-metric strong{
  display:block;
  font-size:34px;
  color:#fff;
}

.dana-metric span{
  color:#b8d9ff;
  font-size:14px;
}

.dana-title{
  font-size:40px;
  line-height:1.15;
  margin:0 0 16px;
  letter-spacing:-.8px;
}

.dana-subtitle{
  font-size:18px;
  color:var(--dana-muted);
  line-height:1.6;
  max-width:760px;
  margin:0 0 36px;
}

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

.dana-card{
  background:var(--dana-card);
  border:1px solid var(--dana-line);
  border-radius:26px;
  padding:28px;
  box-shadow:0 18px 45px rgba(15,23,42,.06);
  transition:.25s ease;
}

.dana-card:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 60px rgba(15,23,42,.1);
}

.dana-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  background:rgba(10,132,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:16px;
}

.dana-icon-svg svg {
  width:24px;
  height:24px;
  display:block;
  fill:#0A84FF;
}



.dana-card h3{
  margin:0 0 10px;
  font-size:22px;
}

.dana-card p{
  color:var(--dana-muted);
  line-height:1.6;
  margin:0;
}

.dana-roi{
  background:var(--dana-bg);
  border-radius:36px;
}

.dana-table-wrap{
  overflow-x:auto;
  background:#fff;
  border-radius:26px;
  border:1px solid var(--dana-line);
  box-shadow:0 18px 45px rgba(15,23,42,.06);
}

.dana-table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}

.dana-table th,
.dana-table td{
  padding:18px;
  text-align:left;
  border-bottom:1px solid var(--dana-line);
}

.dana-table th{
  background:#f8fbff;
  color:#0f2745;
}

.dana-table tr:last-child td{
  border-bottom:none;
}

.dana-highlight{
  color:var(--dana-blue);
  font-weight:800;
}

.dana-system{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
}

.dana-visual{
  min-height:360px;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(10,132,255,.18),rgba(7,17,31,.95)),
    url('/assets/images/index/dana_smartanalytics_poster04.png') center/cover no-repeat;
  box-shadow:0 30px 80px rgba(7,17,31,.25);
  position:relative;
  overflow:hidden;
}

.dana-visual::after{
  content:"DANA Smart Packing System";
  position:absolute;
  left:24px;
  bottom:24px;
  background:rgba(255,255,255,.12);
  color:#fff;
  padding:12px 16px;
  border-radius:16px;
  backdrop-filter:blur(8px);
  font-weight:800;
}

.dana-list{
  display:grid;
  gap:14px;
}

.dana-list div{
  background:#fff;
  border:1px solid var(--dana-line);
  border-radius:18px;
  padding:16px 18px;
  font-weight:700;
}

.dana-products-section {
  padding-top:70px;
  padding-bottom:80px;
}

.dana-products-head {
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.dana-products-head .dana-subtitle{
  margin-left:auto;
  margin-right:auto;
}

.dana-small-badge {
  display:inline-block;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(10,132,255,.10);
  color:var(--dana-blue);
  font-size:14px;
  font-weight:800;
}

.dana-products-grid {
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  gap:22px !important;
  align-items:stretch;
}

.dana-product-card {
  position:relative;
  background:#fff;
  border:1px solid #e5edf8;
  border-radius:24px;
  padding:18px;
  text-align:center;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow:hidden;
}

.dana-product-card:hover {
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(15,23,42,.14);
  border-color:rgba(10,132,255,.35);
}

.dana-product-card-featured {
  border:1px solid rgba(10,132,255,.45);
  box-shadow:0 20px 55px rgba(10,132,255,.14);
}

.dana-popular-badge {
  position:absolute;
  top:14px;
  right:14px;
  z-index:5;
  background:linear-gradient(135deg,#0A84FF,#0066ff);
  color:#fff;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(10,132,255,.28);
}

.dana-product-image {
  position:relative;
  height:190px !important;
  background:#f6f9ff;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.dana-product-image img {
  width:auto !important;
  max-width:92% !important;
  max-height:165px !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:12px;
  transition:transform .35s ease;
}

.dana-product-card:hover .dana-product-image img {
  transform:scale(1.06);
}

.dana-product-body {
  padding:18px 4px 4px;
}

.dana-product-label {
  display:inline-block;
  margin-bottom:10px;
  color:var(--dana-blue);
  font-size:13px;
  font-weight:800;
}

.dana-product-body h3 {
  min-height:48px;
  margin:0 0 10px;
  font-size:18px;
  line-height:1.25;
  color:var(--dana-text);
}

.dana-product-body p {
  min-height:88px;
  margin:0 0 16px;
  color:var(--dana-muted);
  line-height:1.55;
  font-size:14px;
}

.dana-product-actions {
  display:grid;
  gap:12px;
}

.dana-product-price{
  display:inline-flex;
  align-items:flex-end;
  justify-content:center;
  gap:8px;
  margin:4px auto 2px;
  padding:14px 18px;
  min-height:54px;
  border-radius:20px;
  background:linear-gradient(180deg,#eef6ff 0%, #dfeeff 100%);
  color:#5f6f86;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

.dana-price-prefix,
.dana-price-currency{
  font-size:16px;
  font-weight:800;
  line-height:1;
  color:#5f6f86;
}

.dana-product-price strong{
  font-size:28px;
  line-height:1;
  letter-spacing:-.6px;
  color:#0A84FF;
}

.dana-product-btn,
.dana-product-calc {
  display:block;
  text-decoration:none;
  border-radius:16px;
  padding:14px 16px;
  font-size:14px;
  font-weight:800;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.dana-product-btn {
  background:linear-gradient(135deg,#0A84FF,#0066ff);
  color:#fff;
  box-shadow:0 12px 28px rgba(10,132,255,.22);
}

.dana-product-calc {
  background:linear-gradient(135deg,#0A84FF,#0066ff);
  color:#fff;
  box-shadow:0 12px 28px rgba(10,132,255,.22);
  cursor:pointer;
}

.dana-product-config-link{
  display:inline-block;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  color:#0A84FF;
}

.dana-product-config-link:hover,
.dana-product-btn:hover,
.dana-product-calc:hover {
  transform:translateY(-2px);
}

.dana-cobot{
  background:linear-gradient(135deg,#07111f,#102a4d);
  color:#fff;
  border-radius:36px;
}

.dana-cobot .dana-subtitle{
  color:#d8e7ff;
}

.dana-cobot-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.dana-cobot-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:26px;
  padding:28px;
}

.dana-cobot-card h3{
  margin-top:0;
  font-size:24px;
}

.dana-cobot-card ul{
  padding-left:20px;
  line-height:1.9;
  color:#d8e7ff;
}

.dana-form-block{
  background:var(--dana-bg);
  border-radius:36px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}

.product-question-box {
  position:relative;
  width:100%;
  padding:36px 34px;
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  border:1px solid #d9e6f3;
  box-shadow:0 18px 45px rgba(10, 86, 181, 0.09);
  overflow:hidden;
  box-sizing:border-box;
}

.product-question-box::before {
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  background:linear-gradient(90deg, #0a56b5 0%, #2a7be4 55%, #6aaeff 100%);
}

.product-question-box::after {
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(10, 86, 181, 0.10) 0%, rgba(10, 86, 181, 0) 70%);
  pointer-events:none;
}

.product-question-box h4 {
  margin:0 0 14px;
  font-size:34px;
  line-height:1.1;
  font-weight:800;
  color:#10233e;
  letter-spacing:-0.5px;
  position:relative;
  z-index:1;
}

.product-question-box p {
  margin:0 0 24px;
  font-size:17px;
  line-height:1.6;
  color:#51657e;
  position:relative;
  z-index:1;
}

#product-question-form {
  display:flex;
  flex-direction:column;
  gap:18px;
  position:relative;
  z-index:1;
}

.input-group {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

#product-question-form input,
#product-question-form textarea {
  width:100%;
  box-sizing:border-box;
  border:1px solid #ccd9e8;
  border-radius:14px;
  background:#fff;
  padding:16px 18px;
  font-size:16px;
  color:#173050;
  transition:border-color 0.25s ease, box-shadow 0.25s ease;
}

#product-question-form input:focus,
#product-question-form textarea:focus {
  outline:none;
  border-color:#0a56b5;
  box-shadow:0 0 0 4px rgba(10, 86, 181, 0.12);
}

#product-question-form textarea {
  min-height:140px;
  resize:vertical;
}

.submit-button {
  align-self:flex-start;
  min-width:260px;
  padding:16px 28px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg, #0a56b5 0%, #0d6fe8 100%);
  color:#fff;
  font-size:17px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(10, 86, 181, 0.22);
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.submit-button:hover {
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(10, 86, 181, 0.28);
}

#question-success {
  margin-top:18px;
  padding:14px 16px;
  border-radius:14px;
  background:#eefaf1;
  border:1px solid #bfe8c8;
  color:#1f7a35;
  font-size:15px;
  font-weight:700;
}

.dana-fixed-cta{
  position:fixed;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  z-index:9999;
  display:flex;
  gap:10px;
  background:rgba(255,255,255,.94);
  padding:10px;
  border-radius:20px;
  box-shadow:0 12px 40px rgba(15,23,42,.22);
  border:1px solid var(--dana-line);
}

.dana-fixed-cta a{
  text-decoration:none;
  padding:12px 16px;
  border-radius:14px;
  font-weight:800;
  color:#fff;
  white-space:nowrap;
  font-size:14px;
}

.dana-viber{background:#7360f2;}
.dana-call{background:#16a34a;}
.dana-calc{background:var(--dana-blue);}




.cart-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background:
    radial-gradient(circle at top right, rgba(0,109,255,0.22), transparent 35%),
    rgba(2, 12, 28, 0.82);
  backdrop-filter: blur(8px);
}



.cart-modal-content .close:hover {
  color:#000;
}

#order-payment {
  display:block !important;
  width:100%;
  margin-top:10px;
}

@keyframes danaFadeUp{
  from{opacity:0; transform:translateY(24px);}
  to{opacity:1; transform:translateY(0);}
}

.dana-card,
.dana-title,
.dana-subtitle,
.dana-table-wrap,
.dana-visual{
  animation:danaFadeUp .7s ease both;
}

@media(max-width:980px) {
  .dana-products-grid {
    grid-template-columns:1fr !important;
  }

  .dana-product-card {
    max-width:360px;
    margin:0 auto;
  }

  .dana-product-body h3,
  .dana-product-body p {
    min-height:auto;
  }
}

@media(max-width:900px){
  .dana-hero-inner,
  .dana-system,
  .dana-cobot-grid,
  .dana-form-block{
    grid-template-columns:1fr;
  }

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

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

  .dana-title{
    font-size:32px;
  }

  .dana-section{
    padding:56px 16px;
  }

  .product-question-box {
    padding:26px 20px;
    border-radius:18px;
  }

  .input-group {
    grid-template-columns:1fr;
  }

  .submit-button {
    width:100%;
    min-width:auto;
  }

  .dana-fixed-cta{
    width:calc(100% - 22px);
    justify-content:center;
  }

  .dana-fixed-cta a{
    flex:1;
    text-align:center;
    padding:11px 8px;
    font-size:13px;
  }
}

@media(max-width:560px) {
  .dana-hero h1{
    font-size:32px;
  }

  .product-question-box h4 {
    font-size:28px;
  }

  #product-question-form input,
  #product-question-form textarea {
    padding:14px 15px;
    font-size:15px;
  }
} 
 .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
} 
  
  [class^="mdi-"], [class*="mdi-"] {
    speak: none;
    display: inline-block;
    font-family: "Material-Design-Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.orange-text {
    color: #000000 !important;
}


.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot),
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) .dana-title,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) h1,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) h2,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) h3,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) h4 {
  color:#132033 !important;
}

.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) p,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) .dana-subtitle,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) td,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) th,
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) li {
  color:#5f6f86 !important;
}

/* 2) В тёмных секциях оставляем белый текст */
.dana-x3 .dana-hero,
.dana-x3 .dana-hero h1,
.dana-x3 .dana-hero h2,
.dana-x3 .dana-hero h3,
.dana-x3 .dana-cobot,
.dana-x3 .dana-cobot h1,
.dana-x3 .dana-cobot h2,
.dana-x3 .dana-cobot h3 {
  color:#ffffff !important;
}

.dana-x3 .dana-hero p,
.dana-x3 .dana-cobot p,
.dana-x3 .dana-cobot li,
.dana-x3 .dana-cobot .dana-subtitle {
  color:#d8e7ff !important;
}

/* 3) Карточки: заголовки тёмные, текст серо-синий */
.dana-x3 .dana-card {
  color:#132033 !important;
}

.dana-x3 .dana-card h3 {
  color:#132033 !important;
}

.dana-x3 .dana-card p {
  color:#5f6f86 !important;
}

/* 4) Блоки-списки внутри светлых секций */
.dana-x3 .dana-section:not(.dana-hero):not(.dana-cobot) .dana-list div {
  color:#132033 !important;
  background:#ffffff !important;
}

.dana-x3 .dana-mini-icon {
  color:#0A84FF !important;
  font-weight:900 !important;
}

/* 5) Форма расчёта */
.dana-x3 .product-question-box h4 {
  color:#132033 !important;
}

.dana-x3 .product-question-box p {
  color:#5f6f86 !important;
}

.dana-x3 #product-question-form input,
.dana-x3 #product-question-form textarea {
  color:#132033 !important;
  background:#ffffff !important;
}

.dana-x3 #product-question-form input::placeholder,
.dana-x3 #product-question-form textarea::placeholder {
  color:#7b8797 !important;
  opacity:1 !important;
}

/* 6) Нормальные иконки вместо material-icons, если шрифт не загрузился */
.dana-x3 .dana-card-icon {
  width:46px;
  height:46px;
  border-radius:16px;
  background:rgba(10,132,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  color:#0A84FF !important;
}

.dana-x3 .dana-card-icon svg {
  width:24px;
  height:24px;
  display:block;
  fill:currentColor;
}

/* 7) На всякий случай скрываем старые текстовые ligature-иконки, если они остались */
.dana-x3 .material-icons,
.dana-x3 [class^="mdi-"],
.dana-x3 [class*=" mdi-"] {
  color:#0A84FF !important;
}




.dana-x3,
.dana-x3 .dana-section,
.dana-x3 .dana-card,
.dana-x3 .dana-table-wrap,
.dana-x3 .dana-product-card,
.dana-x3 .product-question-box {
  color:#132033 !important;
  -webkit-text-fill-color: initial !important;
}

/* Светлые секции: заголовки тёмные */
.dana-x3 .dana-section:not(.dana-cobot) h1,
.dana-x3 .dana-section:not(.dana-cobot) h2,
.dana-x3 .dana-section:not(.dana-cobot) h3,
.dana-x3 .dana-section:not(.dana-cobot) h4,
.dana-x3 .dana-section:not(.dana-cobot) .dana-title,
.dana-x3 .dana-form-block h1,
.dana-x3 .dana-form-block h2,
.dana-x3 .dana-form-block h3,
.dana-x3 .dana-form-block h4,
.dana-x3 .dana-form-block .dana-title,
.dana-x3 .dana-roi h1,
.dana-x3 .dana-roi h2,
.dana-x3 .dana-roi h3,
.dana-x3 .dana-roi h4,
.dana-x3 .dana-roi .dana-title,
.dana-x3 .product-question-box h4,
.dana-x3 .dana-card h3,
.dana-x3 .dana-product-body h3 {
  color:#132033 !important;
  -webkit-text-fill-color:#132033 !important;
  text-shadow:none !important;
}

/* Светлые секции: обычный текст серо-синий */
.dana-x3 .dana-section:not(.dana-cobot) p,
.dana-x3 .dana-section:not(.dana-cobot) .dana-subtitle,
.dana-x3 .dana-section:not(.dana-cobot) li,
.dana-x3 .dana-section:not(.dana-cobot) td,
.dana-x3 .dana-section:not(.dana-cobot) th,
.dana-x3 .product-question-box p,
.dana-x3 .dana-card p,
.dana-x3 .dana-product-body p {
  color:#5f6f86 !important;
  -webkit-text-fill-color:#5f6f86 !important;
}

/* Тёмный hero: всё важное белое */
.dana-x3 .dana-hero,
.dana-x3 .dana-hero h1,
.dana-x3 .dana-hero h2,
.dana-x3 .dana-hero h3,
.dana-x3 .dana-hero h4,
.dana-x3 .dana-hero .dana-title,
.dana-x3 .dana-hero strong,
.dana-x3 .dana-hero .dana-metric strong {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}

.dana-x3 .dana-hero p,
.dana-x3 .dana-hero span,
.dana-x3 .dana-hero .dana-badge,
.dana-x3 .dana-hero .dana-metric span {
  color:#d8e7ff !important;
  -webkit-text-fill-color:#d8e7ff !important;
}

/* Тёмный cobot-блок */
.dana-x3 .dana-cobot,
.dana-x3 .dana-cobot h1,
.dana-x3 .dana-cobot h2,
.dana-x3 .dana-cobot h3,
.dana-x3 .dana-cobot h4,
.dana-x3 .dana-cobot .dana-title {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}

.dana-x3 .dana-cobot p,
.dana-x3 .dana-cobot li,
.dana-x3 .dana-cobot .dana-subtitle {
  color:#d8e7ff !important;
  -webkit-text-fill-color:#d8e7ff !important;
}

/* Кнопки и акценты не делаем серыми */
.dana-x3 .dana-btn,
.dana-x3 .dana-btn-primary,
.dana-x3 .dana-product-calc,
.dana-x3 .submit-button,
.dana-x3 .dana-fixed-cta a {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}


.dana-x3 .dana-product-label,
.dana-x3 .dana-highlight,
.dana-x3 .dana-mini-icon,
.dana-x3 .dana-small-badge {
  color:#0A84FF !important;
  -webkit-text-fill-color:#0A84FF !important;
}

.dana-x3 .dana-product-btn {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}

/* HUC update: головна сторінка одразу пояснює, що DANA = пакувальні станції */
.dana-platform-note{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.dana-platform-note div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  padding:14px 16px;
  color:#d8e7ff;
  font-size:14px;
  line-height:1.45;
}

.dana-platform-note strong{
  display:block;
  color:#fff;
  font-size:15px;
  margin-bottom:4px;
}

.dana-product-kits{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
  margin:0 0 14px;
}

.dana-kit-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:#f1f7ff;
  border:1px solid #dbeafe;
  color:#0A84FF !important;
  -webkit-text-fill-color:#0A84FF !important;
  font-size:12px;
  font-weight:800;
}

.dana-smart-strip{
  padding-top:10px;
}

.dana-smart-block{
  background:linear-gradient(135deg,#07111f,#102a4d);
  color:#fff;
  border-radius:36px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}

.dana-smart-block .dana-title,
.dana-smart-block h3{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}

.dana-smart-block .dana-subtitle,
.dana-smart-block p,
.dana-smart-block li{
  color:#d8e7ff !important;
  -webkit-text-fill-color:#d8e7ff !important;
}

.dana-smart-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  padding:24px;
  box-shadow:0 26px 70px rgba(7,17,31,.22);
}

.dana-smart-screen{
  border-radius:24px;
  padding:22px;
  background:#f8fbff;
  color:#132033;
  -webkit-text-fill-color:#132033;
}

.dana-smart-screen-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
  font-weight:900;
  color:#132033;
}

.dana-smart-line{
  height:12px;
  border-radius:999px;
  background:#dbeafe;
  margin:12px 0;
  overflow:hidden;
}

.dana-smart-line span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(135deg,#0A84FF,#0066ff);
}

.dana-smart-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:18px;
}

.dana-smart-feature{
  background:rgba(10,132,255,.08);
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:14px;
  color:#132033 !important;
  -webkit-text-fill-color:#132033 !important;
  font-weight:800;
  font-size:14px;
}

.dana-priority-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}

.dana-priority-item{
  border-radius:18px;
  padding:14px 16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#d8e7ff;
  font-size:14px;
  line-height:1.45;
}

.dana-priority-item strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

@media(max-width:900px){
  .dana-platform-note,
  .dana-smart-block,
  .dana-priority-row{
    grid-template-columns:1fr;
  }
}


