body { background:#f5f7fb; margin:0; padding:20px; }

.pricing-table-wrap {
  max-width: 1000px;
  margin: 30px auto;
  font-family: Arial, Helvetica, sans-serif;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-radius: 12px;
  overflow: hidden;
}

.pricing-table thead {
  background: #0b5ed7;
  color: #ffffff;
}

.pricing-table th,
.pricing-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.pricing-table th {
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table tbody tr:hover {
  background: #f8fbff;
}

.price {
  font-weight: 700;
  color: #0b5ed7;
}

.badge {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
}

.badge-new { background: #dcfce7; color: #166534; }
.badge-recon { background: #fff7ed; color: #9a3412; }
.badge-trade { background: #e0f2fe; color: #075985; }