.price-table td:nth-child(2) {
  text-align: left;
  font-weight: 400;
  color: #333;
}
.price-table th:first-child, .price-table td:first-child {
  padding-left: 32px;
}
/* --- Базовые обертки и заголовки как в research --- */
.content-wrapper {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 15px;
}

.page-title {
    text-align: center;
    font-size: 38px;
    color: #0080cc;
    margin-top: 140px;
    margin-bottom: 40px;
    font-weight: 700;
}

.divider {
    border: none;
    border-top: 1px solid #b3b0b0;
    opacity: 0.3;
    margin: 40px 0;
}

.price-section {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
}

.sub-title {
    font-size: 17px;
    color: #0077cc;
    border-left: 4px solid #0077cc;
    padding-left: 12px;
    margin-bottom: 20px;
    margin-top: 40px;
    background: none;
    border-radius: 0;
    display: block;
    font-weight: 600;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 36px;
    }
    .content-wrapper {
        padding: 0 5px;
    }
}
/* Price List Table Modern Style */
.price-section-bg {
  background: #f7f8fa;
  padding: 48px 0 64px 0;
  min-height: 100vh;
}
.price-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0080cc;
  letter-spacing: 1px;
}
.price-category {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0077cc;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  border-left: 4px solid #0077cc;
  padding-left: 12px;
  background: #f2f6fa;
  border-radius: 8px 8px 0 0;
  display: inline-block;
}
/* Простая таблица в стиле Altera */
.price-table {
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  margin-bottom: 60px;
  border-collapse: collapse;
  font-size: 16px;
  border: none;
}
.price-table thead th:nth-child(1) {
  width: 45%;
}
.price-table thead th:nth-child(2) {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  text-align: left;
}
.price-table thead th:nth-child(3) {
  width: 35%;
}
}
.price-table th, .price-table td {
  padding: 12px 0;
  text-align: left;
  border: none;
  border-bottom: 1px solid #e5e7eb;
}

.price-table th:nth-child(1), .price-table td:nth-child(1) { width: 40%; }
.price-table th:nth-child(2), .price-table td:nth-child(2) { width: 15%; }
.price-table th:nth-child(3), .price-table td:nth-child(3) { width: 45%; }

.price-table th:last-child, .price-table td:last-child {
  border-right: none;
}

.price-table th {
  background: none;
  color: #6b7280;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: none;
  text-align: left;
}

.price-table tbody tr {
  background: #fff;
}

.price-table tbody tr:hover {
  background: #fff;
}
.price-alert-center {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .price-title { font-size: 1.5rem; }
  .price-category { font-size: 1.05rem; }
  .price-table th, .price-table td { font-size: 0.95rem; padding: 10px 6px; }
}
