  .npkzna-prod-desc {
    line-height: 1.6;
    max-width: 100%;
  }
  .npkzna-prod-desc h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #43519f; /* Ваш фирменный синий */
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e8402b; /* Ваш фирменный оранжевый */
    display: inline-block;
  }
  .npkzna-prod-desc h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .npkzna-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
  .npkzna-feature-card {
    background: #f8fafc;
    border-left: 4px solid #e8402b;
    padding: 20px;
    border-radius: 0 8px 8px 0;
  }
  .npkzna-feature-card strong {
    display: block;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 8px;
  }
  .npkzna-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
  }
  .npkzna-specs-table th, .npkzna-specs-table td {
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    text-align: left;
  }
  .npkzna-specs-table th {
    background-color: #f1f5f9;
    font-weight: 600;
    color: #43519f;
  }
  .npkzna-specs-table tr:nth-child(even) {
    background-color: #f8fafc;
  }


  .npkzna-highlight-box {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 20px 0;
    color: #9a3412;
  }
  @media (max-width: 768px) {
    .npkzna-specs-table { font-size: 0.85rem; }
    .npkzna-specs-table th, .npkzna-specs-table td { padding: 8px 10px; }
	.npkzna-cta-buttons { flex-direction: column; }
    .npkzna-btn { justify-content: center; }
  }

.npkzna-cta-box {
    background: linear-gradient(135deg, var(--zn-blue) 0%, #2d3a7a 100%);
    border-radius: 10px;
    padding: 32px;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
  }
  .npkzna-cta-box h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; color:white; }
  .npkzna-cta-box p { font-size: 1.05rem; opacity: 0.95; margin-bottom: 24px; }
  .npkzna-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .npkzna-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
  }
  .npkzna-btn-primary { background: var(--zn-orange); color: #ffffff !important; }
  .npkzna-btn-primary:hover { background: #d13624; transform: translateY(-2px); }
  .npkzna-btn-secondary { background: rgba(255, 255, 255, 0.15); color: #ffffff !important; border: 1px solid rgba(255, 255, 255, 0.3); }
  .npkzna-btn-secondary:hover { background: rgba(255, 255, 255, 0.25); }

    .npkzna-detail-section { margin-bottom: 40px; }

    .npkzna-detail-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--zn-blue);
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 3px solid var(--zn-orange);
        display: inline-block;
    }